From d06ba29495aac3dd587eb820df71566c819e15c1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 May 2005 14:17:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++++ lisp/ChangeLog | 2 ++ lispref/ChangeLog | 7 +++++++ src/ChangeLog | 10 ++++++++++ 4 files changed, 23 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 95f847ac9ee..0d4f9750620 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-14 Richard M. Stallman + + * GNU: Update footnotes. + 2005-05-05 Slawomir Nowaczyk (tiny change) * TUTORIAL.pl: Updated header. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9cc724b24b..5cecb80a5b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d436eac5195..94a67a6e037 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2005-05-14 Richard M. Stallman + + * 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 * modes.texi (Generic Modes): Update. diff --git a/src/ChangeLog b/src/ChangeLog index 6ec64c5ece6..fd11243cbb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2005-05-14 Richard M. Stallman + + * 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 * emacs.c (syms_of_emacs): Fix doc string for system-type. -- 2.39.2