diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7eb8fb3b235..f4f51ec5e90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | (sql-sybase): Use it. Add sql-database to the list of parameters | 9 | (sql-sybase): Use it. Add sql-database to the list of parameters |
| 10 | provided for login. The options -w 2048 -n are not used any more. | 10 | provided for login. The options -w 2048 -n are not used any more. |
| 11 | 11 | ||
| 12 | * comint.el (comint-read-input-ring): Bugfix such that the first | ||
| 13 | and the last entry of the input ring file are not lost. | ||
| 14 | |||
| 12 | 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 15 | 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 13 | 16 | ||
| 14 | * ps-print.el: Internal variable changes to defcustom, | 17 | * ps-print.el: Internal variable changes to defcustom, |
diff --git a/man/ChangeLog b/man/ChangeLog index 523eb508afb..1751cbfecb7 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Display Vars): Fix description of the role of | ||
| 4 | baud-rate for window-systems. | ||
| 5 | |||
| 1 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * sending.texi (Distracting NSA): Change the example. | 8 | * sending.texi (Distracting NSA): Change the example. |
diff --git a/src/ChangeLog b/src/ChangeLog index e7e83eef0f6..c3d23086ff9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keymap.c (access_keymap): If IDX has a meta prefix, and there's | ||
| 4 | no map for meta_prefix_char, don't try to use it as a keymap. | ||
| 5 | Instead, if T_OK is non-zero, look up a default binding, if any, | ||
| 6 | otherwise, if T_OK is zero, return nil. | ||
| 7 | |||
| 3 | * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) | 8 | * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) |
| 4 | (x_to_xcolors, png_load): Use x_query_color. | 9 | (x_to_xcolors, png_load): Use x_query_color. |
| 5 | 10 | ||