diff options
| author | Carsten Dominik | 2006-04-13 07:06:55 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-04-13 07:06:55 +0000 |
| commit | 8d2fb8296af4517511763d866442785af7b90299 (patch) | |
| tree | 024a9e782767a7c1b1d1d28e9ff76f4e33c6df88 | |
| parent | a4b39e39ca4246b1667b0648907d767d54cd70e1 (diff) | |
| download | emacs-8d2fb8296af4517511763d866442785af7b90299.tar.gz emacs-8d2fb8296af4517511763d866442785af7b90299.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88e29f3f275..620950ea77e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-ctrl-c-ctrl-c): Improved documentation | ||
| 4 | string. | ||
| 5 | (org-agenda-mouse-1-follows-link) | ||
| 6 | (org-mouse-1-follows-link): New options. | ||
| 7 | (org-format-agenda-item): Fixed bug if TAGS is nil. | ||
| 8 | (org-agenda-get-scheduled): Quote `priority' symbol in plist. | ||
| 9 | |||
| 1 | 2006-04-13 Nick Roberts <nickrob@snap.net.nz> | 10 | 2006-04-13 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 11 | ||
| 3 | * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): | 12 | * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers): |
diff --git a/man/ChangeLog b/man/ChangeLog index 5344097dda7..f74a17717c2 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: (Updating settings): New section. | ||
| 4 | |||
| 1 | 2006-04-12 Richard Stallman <rms@gnu.org> | 5 | 2006-04-12 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * search.texi: Clean up previous change. | 7 | * search.texi: Clean up previous change. |