diff options
| author | Richard M. Stallman | 2006-04-18 21:25:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-04-18 21:25:10 +0000 |
| commit | 290e4aae7b7ad80885dcead70650cc23a3ccc7ca (patch) | |
| tree | 1145f633f5d7753cf52e8eec54cf483f70796edd /lisp | |
| parent | 42cc79e684548e45d17038be38aded09b889b25a (diff) | |
| download | emacs-290e4aae7b7ad80885dcead70650cc23a3ccc7ca.tar.gz emacs-290e4aae7b7ad80885dcead70650cc23a3ccc7ca.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28469a70ecb..ab15b6dce76 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2006-04-18 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes. | ||
| 4 | |||
| 5 | * imenu.el (imenu-create-index-function, imenu--index-alist) | ||
| 6 | (imenu--last-menubar-index-alist, imenu--make-index-alist) | ||
| 7 | (imenu-default-create-index-function, imenu--generic-function): | ||
| 8 | Doc fixes. | ||
| 9 | |||
| 10 | * image-mode.el (image-toggle-display): Handle tar and arc subfiles. | ||
| 11 | |||
| 12 | * help-mode.el (help-mode): Set view-exit-action to delete window. | ||
| 13 | |||
| 14 | * env.el (setenv): Get rid of arg UNSET. Interactive unsetting | ||
| 15 | now works by passing nil as arg. | ||
| 16 | |||
| 17 | * apropos.el (apropos-print): Don't do where-is on self-insert-command. | ||
| 18 | |||
| 19 | * abbrev.el (edit-abbrevs-redefine): Temporarily widen. | ||
| 20 | (read-abbrev-file): Provide default when reading filename. | ||
| 21 | |||
| 22 | * files.el (enable-local-variables): Allow :all as value. | ||
| 23 | (hack-local-variables): Implement that value. | ||
| 24 | (safe-local-variable-values, safe-local-eval-forms) | ||
| 25 | (enable-local-variables): Mark as risky. | ||
| 26 | (find-file-visit-truename, kept-old-versions): Mark safe. | ||
| 27 | |||
| 28 | * time-stamp.el (time-stamp-format, time-stamp-line-limit) | ||
| 29 | (time-stamp-start, time-stamp-end, time-stamp-inserts-lines) | ||
| 30 | (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop. | ||
| 31 | |||
| 1 | 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | 32 | 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 33 | ||
| 3 | * progmodes/tcl.el (tcl-send-string, tcl-send-region): | 34 | * progmodes/tcl.el (tcl-send-string, tcl-send-region): |
| @@ -158,6 +189,7 @@ | |||
| 158 | 189 | ||
| 159 | * subr.el (read-passwd): Bind `message-log-max' to nil. | 190 | * subr.el (read-passwd): Bind `message-log-max' to nil. |
| 160 | 191 | ||
| 192 | >>>>>>> 1.9411 | ||
| 161 | 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | 193 | 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 162 | 194 | ||
| 163 | * progmodes/perl-mode.el (perl-indent-new-calculate): | 195 | * progmodes/perl-mode.el (perl-indent-new-calculate): |