Mercurial > emacs
changeset 75559:305f8aa6d4fe
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Jan 2007 23:49:40 +0000 |
parents | f7b5b15084ef |
children | 607b2d435418 |
files | admin/FOR-RELEASE lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Tue Jan 30 23:49:33 2007 +0000 +++ b/admin/FOR-RELEASE Tue Jan 30 23:49:40 2007 +0000 @@ -78,6 +78,8 @@ ** ZTHJWSQQAFHV@spammotel.com, Jan 12: Color-theme problems in Emacs 22+ (Ubuntu, Windows) +** Install newsticker.el patch. + * DOCUMENTATION ** Check the Emacs Tutorial.
--- a/lisp/ChangeLog Tue Jan 30 23:49:33 2007 +0000 +++ b/lisp/ChangeLog Tue Jan 30 23:49:40 2007 +0000 @@ -1,3 +1,8 @@ +2007-01-30 Richard Stallman <rms@gnu.org> + + * tutorial.el (tutorial--detailed-help): Make the list of + changed keys look nicer. + 2007-01-30 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
--- a/src/ChangeLog Tue Jan 30 23:49:33 2007 +0000 +++ b/src/ChangeLog Tue Jan 30 23:49:40 2007 +0000 @@ -1,3 +1,13 @@ +2007-01-30 Richard Stallman <rms@gnu.org> + + * minibuf.c (read_minibuf): + Save and clear Vminibuffer_completing_file_name. + (read_minibuf_unwind): Restore it. + (Vminibuffer_completion_table, Qminibuffer_completion_table) + (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate) + (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm) + (Vminibuffer_completing_file_name): Definitions moved up. + 2007-01-29 Chong Yidong <cyd@stupidchicken.com> * m/hp800.h: Restore, removing HP-UX support.