diff options
| author | Lars Hansen | 2003-09-30 07:24:40 +0000 |
|---|---|---|
| committer | Lars Hansen | 2003-09-30 07:24:40 +0000 |
| commit | 7460e98023d53b4d85c94ccbfc8177588d52b29b (patch) | |
| tree | f0052d8ff02066e71494c2661c2d106a1faf2e4f | |
| parent | 080e83d1ccb59387416218e40a35de85de4010bc (diff) | |
| download | emacs-7460e98023d53b4d85c94ccbfc8177588d52b29b.tar.gz emacs-7460e98023d53b4d85c94ccbfc8177588d52b29b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfecd4e9ce9..bb27d39a4cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> | ||
| 2 | |||
| 3 | * desktop.el: A lot of comments updated. | ||
| 4 | (desktop-save-mode): Minor mode introduced. | ||
| 5 | (desktop-enable, desktop-clear-preserve-buffers): Variables made | ||
| 6 | obsolete. | ||
| 7 | (desktop-load-default): Function made obsolete. | ||
| 8 | (desktop-locals-to-save): Variable made customizable. | ||
| 9 | (desktop-read): Optional parameter `dirname' added. | ||
| 10 | (desktop-change-dir, desktop-revert): Parameter `dirname' in `desktop-read' used. | ||
| 11 | (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'. | ||
| 12 | |||
| 1 | 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> | 13 | 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> |
| 2 | 14 | ||
| 3 | * whitespace.el (whitespace-clean-msg): Add user customizable message | 15 | * whitespace.el (whitespace-clean-msg): Add user customizable message |
diff --git a/man/ChangeLog b/man/ChangeLog index 7b84538193e..d63d83ad145 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> | ||
| 2 | |||
| 3 | * misc.texi: Section "Saving Emacs Sessions" rewritten. | ||
| 4 | |||
| 1 | 2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se> | 5 | 2003-09-29 Jan D. <jhd@gaffa.gaia.swipnet.se> |
| 2 | 6 | ||
| 3 | * xresources.texi (GTK names in Emacs): Correct typo. | 7 | * xresources.texi (GTK names in Emacs): Correct typo. |