]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 14:17:07 +0000 (14:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 14:17:07 +0000 (14:17 +0000)
etc/ChangeLog
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 95f847ac9eec2425645b35b082e921321ec7e6e4..0d4f97506200e515d67a5ca81c0f4b32bb5814ad 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-14  Richard M. Stallman  <rms@gnu.org>
+
+       * GNU: Update footnotes.
+
 2005-05-05  Slawomir Nowaczyk  <slawek@cs.lth.se>  (tiny change)
 
         * TUTORIAL.pl: Updated header.
index e9cc724b24b7bb892c5a2232b2d7398caef3960a..5cecb80a5b992407709ed711ae0ce8253a106178 100644 (file)
@@ -16,6 +16,8 @@
        (byte-compile-form): Call byte-compile-nogroup-warn.
        (byte-compile-warning-types): Doc fix.
 
+       * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
+
        * progmodes/cc-engine.el (c-literal-faces):
        Add font-lock-comment-delimiter-face.
 
index d436eac51951cdb592d659e4e93f2d3a9f051d09..94a67a6e03777be7b993cb56070b3c24fb439396 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-14  Richard M. Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Explain how important it is
+       that just loading certain files not change Emacs behavior.
+
+       * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
+
 2005-05-12  Lute Kamstra  <lute@gnu.org>
 
        * modes.texi (Generic Modes): Update.
index 6ec64c5ece68ef71ecfcf5a976767b91aa535c70..fd11243cbb0bb8b9460c0c36118dc108fee10ef7 100644 (file)
@@ -1,3 +1,13 @@
+2005-05-14  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (message3): Call cancel_echoing.
+
+       * alloc.c (Fmemory_full_p): New function.
+       (syms_of_alloc): defsubr it.
+
+       * process.c (send_process_trap): Unblock SIGPIPE.
+       (send_process): Reset SIGPIPE handler before reporting error.
+
 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
 
        * emacs.c (syms_of_emacs): Fix doc string for system-type.