1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00

*** empty log message ***

This commit is contained in:
Luc Teirlinck 2006-01-12 02:35:05 +00:00
parent c2f9ab7cbe
commit 52bcabfe04
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
* cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
(custom-variable-menu, custom-face-menu, custom-group-menu)
(Custom-mode-menu): Change names of menu items. (As discussed on
emacs-devel.)
(custom-face-menu): Add "Undo Edits" item.
* startup.el (init-file-user): defcustom -> defvar.
* tooltip.el (tooltip-mode): Doc fix.
2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
* reveal.el (reveal-post-command): window-buffer signals an error on

View file

@ -1,3 +1,8 @@
2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
* custom.texi (Changing a Variable, Face Customization): Update
for changes in Custom menus.
2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
@ -40,7 +45,7 @@
2006-01-05 Carsten Dominik <dominik@science.uva.nl>
* org.texi: (Agenda Views): Chapter reorganized.
* org.texi (Agenda Views): Chapter reorganized.
2006-01-02 Chong Yidong <cyd@stupidchicken.com>