diff options
| author | Luc Teirlinck | 2003-12-24 00:21:03 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-24 00:21:03 +0000 |
| commit | 000eeb15879bc8d158e55551d7927cee0ee174c6 (patch) | |
| tree | 08b64dedc2e89e61b23e7e8ed8da7722fff0575d | |
| parent | ac1106fcce4c9a0b11b659494a8e8ae2f1640e92 (diff) | |
| download | emacs-000eeb15879bc8d158e55551d7927cee0ee174c6.tar.gz emacs-000eeb15879bc8d158e55551d7927cee0ee174c6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fea0590447e..0acc3c26ab7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt | ||
| 4 | (instead of <SPACE>) to get the list of possible fringe modes. | ||
| 5 | (<SPACE> only works if both `partial-completion-mode' and | ||
| 6 | `completion-auto-help' are nil.) | ||
| 7 | |||
| 8 | * complete.el (PC-is-complete-p): delete. | ||
| 9 | (PC-do-completion): Replace all calls to `PC-is-complete-p' with | ||
| 10 | calls to `test-completion'. | ||
| 11 | |||
| 1 | 2003-12-23 Nick Roberts <nick@nick.uklinux.net> | 12 | 2003-12-23 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 13 | ||
| 3 | * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line | 14 | * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line |
diff --git a/src/ChangeLog b/src/ChangeLog index e3147738f33..c9cf8c71531 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * fns.c (Frandom, Fstring_make_multibyte): Doc fixes. | 3 | * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range): |
| 4 | Doc fixes. | ||
| 4 | 5 | ||
| 5 | * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string | 6 | * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string |
| 6 | and an integer. Adapt the introductory comment accordingly. | 7 | and an integer. Adapt the introductory comment accordingly. |