]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 16:04:44 +0000 (16:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 16:04:44 +0000 (16:04 +0000)
admin/FOR-RELEASE
etc/TODO
lisp/ChangeLog
lispref/ChangeLog

index 46bf38b0acecdc31a698cf38b5dce2d3bb01e764..4fd9caa721a8df51c70c3bcb0278ec454ae47612 100644 (file)
@@ -82,42 +82,6 @@ A fix would be to somehow disable handling of display properties if an error
 is encountered.
 
 
-** custom mode-line face makes Emacs freeze up
-
-From: Stephen Berman <Stephen.Berman@gmx.net>
-Date: Sun, 24 Oct 2004 02:08:56 +0200
-
-1. Start Emacs with -q -no-site-file.
-
-2. Type `M-x customize-face' and at the prompt `mode-line'.
-
-3. In the Custom buffer for mode-line face
-   a. check width and give it the value `narrow';
-   b. check height and give it the value 120 in 1/10 pt;
-   c. check underline and give it the value `on' (or `colored');
-   d. check overline and give it the value `on' (or `colored').
-
-4. Set for current session.
-
-5. Invoke Ediff on any two files.
-
-6. Now Emacs is frozen and consumes 95-99% of CPU.
-
-The customizations in step 3 appear to be the minimum necessary to
-induce this bug.  Leave out any one of them and Ediff runs without a
-problem.  Also if the 1/10 point value of height is 130 or greater
-there's no bug (with the default font family; with e.g. Helvetica the
-bug is induced only by a value of 100 or less).
-
-I've noticed this freeze up only when invoking Ediff.  The only thing
-I've been able to do is kill Emacs externally, via top or with kill
-when run in gdb, after interrupting.  When the freeze up happens
-within a gdb session, there is no automatic debugging feedback.  After
-interrupting I can get a backtrace, here's an example:
-
-Update: Maybe only reveals itself when compiled with GTK+
-
-
 * DOCUMENTATION
 
 ** Document Custom Themes.
index b45ee9b67446ce77970b3b325662cf3ca6572822..70760be2fb6aec33c79d477dd185d3f14ebf78e5 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -22,6 +22,11 @@ to the FSF.
 ** The buttons at the top of a custom buffer should not omit
   variables whose values are currently hidden.
 
+** Clean up the variables in browse-url.  Perhaps use a shell command string to
+  specify the browser instead of the mushrooming set of functions.
+  See also ESR's proposal for a BROWSER environment variable
+  <URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>.
+
 * Important features:
 
 ** Provide user-friendly ways to list all available font families,
@@ -54,10 +59,10 @@ to the FSF.
 
 ** Make movemail work with IMAP.
 
-** Internationalize Emacs's messages.  [Note that this is of limited
-  use until the menus can display multilingual text.  It also doesn't
-  address important issues like using the names of symbols essentially
-  as documentation, e.g. in command names and Custom.  -- fx]
+** Internationalize Emacs's messages.
+
+** Address internationalization of symbols names essentially
+  as documentation, e.g. in command names and Custom.
 
 ** Make the Lucid menu widget display multilingual text.  [This
   probably needs to be done from actual Emacs buffers, either directly
index 4036108469caad3138568b55c8a23a1cd74c86ef..0c5a98a4c4bc146fd05167b0a59f3ab6d85a7908 100644 (file)
@@ -1,3 +1,26 @@
+2005-04-17  Richard M. Stallman  <rms@gnu.org>
+
+       * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
+
+       * startup.el (fancy-splash-max-time): Just 30 seconds.
+       (fancy-splash-delay): Just 7.
+       (fancy-splash-screens): No time limit other than fancy-splash-max-time.
+
+       * loadhist.el (unload-feature): Update for new format of load-history.
+       Simplify the code.
+
+       * mail/rmail.el (rmail-ignored-headers): Ignore more headers
+       (rmail-font-lock-keywords): Don't fontify the text of a citation.
+
+       * mail/sendmail.el (mail-font-lock-keywords):
+       Don't fontify subject text.
+       Don't fontify the text of a citation.
+
+2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
+
+       * comint.el (comint-output-filter): Run comint-output-filter-functions
+       with point where the user had it.
+
 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/ucs-tables.el (ucs-set-table-for-input):
index 2d3bd39ccca4c7ccbf97ed3bff58a5246e2a7325..39bcba57c42f83363191442e4687140665ee9e59 100644 (file)
@@ -1,3 +1,11 @@
+2005-04-17  Richard M. Stallman  <rms@gnu.org>
+
+       * buffers.texi (Indirect Buffers): Clarify.
+
+       * positions.texi (Positions): Clarify converting marker to integer.
+
+       * strings.texi (String Basics): Mention string-match; clarify.
+
 2005-04-08  Lute Kamstra  <lute@gnu.org>
 
        * modes.texi (Search-based Fontification): Fix cross references.