diff options
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 072bc7b785f..5d49c8e9a3b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-10 David Koppelman <koppel@ece.lsu.edu> | ||
| 2 | |||
| 3 | * NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode | ||
| 4 | instead. | ||
| 5 | |||
| 1 | 2005-12-02 Jay Belanger <belanger@truman.edu> | 6 | 2005-12-02 Jay Belanger <belanger@truman.edu> |
| 2 | 7 | ||
| 3 | * NEWS: Add comment about the Calc prefix. | 8 | * NEWS: Add comment about the Calc prefix. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3df313ecb0..2552cbf9c97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-12-10 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | ||
| 2 | |||
| 3 | * align.el (align-regexp, align-highlight-rule): Use | ||
| 4 | region-beginning and region-end instead of point and mark, so that | ||
| 5 | repetition (with `repeat-complex-command') recomputes the region | ||
| 6 | bounds. | ||
| 7 | |||
| 1 | 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se> | 8 | 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se> |
| 2 | 9 | ||
| 3 | * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) | 10 | * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) |
diff --git a/man/ChangeLog b/man/ChangeLog index f378e865d4a..73248c6ce37 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-10 David Koppelman <koppel@ece.lsu.edu> | ||
| 2 | |||
| 3 | * display.texi (Highlight Interactively): Include | ||
| 4 | global-hi-lock-mode. Add miscellaneous details and elaborations. | ||
| 5 | |||
| 1 | 2005-12-09 Richard M. Stallman <rms@gnu.org> | 6 | 2005-12-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * display.texi (Font Lock): Delete the Global FL menu item. | 8 | * display.texi (Font Lock): Delete the Global FL menu item. |