Mercurial > emacs
changeset 62341:87b552721862
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 May 2005 14:17:07 +0000 |
parents | 04670231f80c |
children | 32b9b0540e8a |
files | etc/ChangeLog lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sat May 14 14:16:28 2005 +0000 +++ b/etc/ChangeLog Sat May 14 14:17:07 2005 +0000 @@ -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.
--- a/lisp/ChangeLog Sat May 14 14:16:28 2005 +0000 +++ b/lisp/ChangeLog Sat May 14 14:17:07 2005 +0000 @@ -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.
--- a/lispref/ChangeLog Sat May 14 14:16:28 2005 +0000 +++ b/lispref/ChangeLog Sat May 14 14:17:07 2005 +0000 @@ -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.
--- a/src/ChangeLog Sat May 14 14:16:28 2005 +0000 +++ b/src/ChangeLog Sat May 14 14:17:07 2005 +0000 @@ -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.