diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 24 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 100460e9b93..d01cdd2186a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * HELLO: Regroup Europe Non-ASCII examples by similar scripts. | ||
| 4 | |||
| 1 | 2006-08-25 Richard Stallman <rms@gnu.org> | 5 | 2006-08-25 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * TUTORIAL: Give priority to graphical terminals over text terminals | 7 | * TUTORIAL: Give priority to graphical terminals over text terminals |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9aef690efb8..639ddae4118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * man.el (Man-topic-history): New variable. | ||
| 4 | (man): Use it. | ||
| 5 | |||
| 6 | * woman.el (woman-topic-history): Change defvar to defvaralias | ||
| 7 | for symbol `Man-topic-history'. | ||
| 8 | |||
| 9 | * shell.el (shell-filter-ctrl-a-ctrl-b): Check if | ||
| 10 | `comint-last-output-start' is a marker by using `markerp' and | ||
| 11 | check if it has a position by using `marker-position', and use | ||
| 12 | this position for `goto-char'. | ||
| 13 | |||
| 14 | * international/quail.el (quail-defrule-internal): Add missing | ||
| 15 | `error' call for null key. | ||
| 16 | |||
| 1 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> | 17 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> |
| 2 | 18 | ||
| 3 | * rcirc.el (rcirc-keywords): New variable. | 19 | * rcirc.el (rcirc-keywords): New variable. |
diff --git a/src/ChangeLog b/src/ChangeLog index 2364958ecea..f7ceb36391a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * marker.c (Fmarker_position): Doc fix. | ||
| 4 | |||
| 1 | 2006-09-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-09-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * window.c (syms_of_window) <split-height-threshold>: | 7 | * window.c (syms_of_window) <split-height-threshold>: |