*** empty log message ***

This commit is contained in:
Richard M. Stallman 2007-01-30 23:49:40 +00:00
parent 3372a51b2d
commit 25752d87eb
3 changed files with 17 additions and 0 deletions

View file

@ -78,6 +78,8 @@ through the custom mechanism.
** ZTHJWSQQAFHV@spammotel.com, Jan 12:
Color-theme problems in Emacs 22+ (Ubuntu, Windows)
** Install newsticker.el patch.
* DOCUMENTATION
** Check the Emacs Tutorial.

View file

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

View file

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