diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
3 files changed, 16 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ae722f53ecb..391c072ca7b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * orgcard.tex: Version number change only. | ||
| 4 | |||
| 1 | 2006-03-15 Nick Roberts <nickrob@snap.net.nz> | 5 | 2006-03-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * DEBUG (Note): Describe features for debugging with GDB in Emacs. | 7 | * DEBUG (Note): Describe features for debugging with GDB in Emacs. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f58a240c3ec..61c38fb2b17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-insert-centered): Use `string-width' to | ||
| 4 | make underlining work for wide characters. | ||
| 5 | (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind | ||
| 6 | TAB to `org-cycle', to make sure that no binding in | ||
| 7 | `outline-mode-map' can supercede it. | ||
| 8 | |||
| 1 | 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com> | 9 | 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com> |
| 2 | 10 | ||
| 3 | * allout.el: Increment version to 2.2.1 in file commentary. | 11 | * allout.el: Increment version to 2.2.1 in file commentary. |
diff --git a/man/ChangeLog b/man/ChangeLog index 7eddcae6b5e..99c84283f8e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-15 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: Version number change only. | ||
| 4 | |||
| 1 | 2006-03-14 Bill Wohler <wohler@newt.com> | 5 | 2006-03-14 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | * mh-e.texi: Add index entries around each paragraph rather than | 7 | * mh-e.texi: Add index entries around each paragraph rather than |