aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-14 14:17:07 +0000
committerRichard M. Stallman2005-05-14 14:17:07 +0000
commitd06ba29495aac3dd587eb820df71566c819e15c1 (patch)
tree5c035de812466bf481d366706b4f191ddade2bc7
parentf48201dc1767f13fc55191e5b721cda1819dcd64 (diff)
downloademacs-d06ba29495aac3dd587eb820df71566c819e15c1.tar.gz
emacs-d06ba29495aac3dd587eb820df71566c819e15c1.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lispref/ChangeLog7
-rw-r--r--src/ChangeLog10
4 files changed, 23 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 95f847ac9ee..0d4f9750620 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12005-05-14 Richard M. Stallman <rms@gnu.org>
2
3 * GNU: Update footnotes.
4
12005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 52005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
2 6
3 * TUTORIAL.pl: Updated header. 7 * 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 @@
16 (byte-compile-form): Call byte-compile-nogroup-warn. 16 (byte-compile-form): Call byte-compile-nogroup-warn.
17 (byte-compile-warning-types): Doc fix. 17 (byte-compile-warning-types): Doc fix.
18 18
19 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20
19 * progmodes/cc-engine.el (c-literal-faces): 21 * progmodes/cc-engine.el (c-literal-faces):
20 Add font-lock-comment-delimiter-face. 22 Add font-lock-comment-delimiter-face.
21 23
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d436eac5195..94a67a6e037 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,10 @@
12005-05-14 Richard M. Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Explain how important it is
4 that just loading certain files not change Emacs behavior.
5
6 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7
12005-05-12 Lute Kamstra <lute@gnu.org> 82005-05-12 Lute Kamstra <lute@gnu.org>
2 9
3 * modes.texi (Generic Modes): Update. 10 * 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 @@
12005-05-14 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (message3): Call cancel_echoing.
4
5 * alloc.c (Fmemory_full_p): New function.
6 (syms_of_alloc): defsubr it.
7
8 * process.c (send_process_trap): Unblock SIGPIPE.
9 (send_process): Reset SIGPIPE handler before reporting error.
10
12005-05-14 Nick Roberts <nickrob@snap.net.nz> 112005-05-14 Nick Roberts <nickrob@snap.net.nz>
2 12
3 * emacs.c (syms_of_emacs): Fix doc string for system-type. 13 * emacs.c (syms_of_emacs): Fix doc string for system-type.