*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-05-14 14:17:07 +00:00
parent f48201dc17
commit d06ba29495
4 changed files with 23 additions and 0 deletions

View 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.

View 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.

View 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.

View 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.