diff options
| author | Richard M. Stallman | 2006-06-19 22:00:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-19 22:00:00 +0000 |
| commit | a5bd14d3ec65acac1e548830d76de810742d4fd6 (patch) | |
| tree | 50a660f10244b352b3a4249d08d3debae33500a4 /lisp | |
| parent | 5fe0b054a2d7769ddae70553253e6746b3bbdaaa (diff) | |
| download | emacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.tar.gz emacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d00b4b06d6..0bd199770ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-06-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * bindings.el (mode-line-format): Save some mode line space. | ||
| 4 | |||
| 5 | * files.el (find-file-noselect): Improve the question wording. | ||
| 6 | (basic-save-buffer-2): Mask UMASK against 666. | ||
| 7 | |||
| 8 | * mouse.el (mouse-drag-vertical-line-rightward-window): New function. | ||
| 9 | (mouse-drag-vertical-line): Call it. | ||
| 10 | |||
| 11 | * cus-edit.el (customize-option, customize-option-other-window): | ||
| 12 | Error if SYMBOL is nil. | ||
| 13 | |||
| 1 | 2006-06-19 Carsten Dominik <dominik@science.uva.nl> | 14 | 2006-06-19 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 15 | ||
| 3 | * textmodes/org.el: Require noutline, also on XEmacs. | 16 | * textmodes/org.el: Require noutline, also on XEmacs. |