diff options
| author | Gerd Moellmann | 2000-08-02 20:23:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-02 20:23:23 +0000 |
| commit | ead534947f3c4b96f9e186251a69bda106d606e3 (patch) | |
| tree | 01a23c85b2f0a8255947444d368ad8376b8ee160 /src | |
| parent | 754bd273b799ccc998fab2a9c86f96d7e3b5fd30 (diff) | |
| download | emacs-ead534947f3c4b96f9e186251a69bda106d606e3.tar.gz emacs-ead534947f3c4b96f9e186251a69bda106d606e3.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5efe0edb18b..6f10a7c7e1b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2000-08-02 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. | ||
| 4 | (xrealloc, xmalloc): Use size_t. Some callers adjusted. | ||
| 5 | |||
| 6 | * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change | ||
| 7 | prototype. | ||
| 8 | |||
| 9 | * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter | ||
| 10 | in call to Fsingle_key_description. | ||
| 11 | |||
| 12 | * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES. | ||
| 13 | Callers changed. | ||
| 14 | |||
| 15 | 2000-08-02 Colin Walters <walters@cis.ohio-state.edu> | ||
| 16 | |||
| 17 | * window.c (display_buffer_reuse_frames): New variable. | ||
| 18 | (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse | ||
| 19 | frames displaying BUFFER. | ||
| 20 | (syms_of_window): Define Lisp variable | ||
| 21 | display-buffer-reuse-frames. | ||
| 22 | |||
| 1 | 2000-08-01 Miles Bader <miles@gnu.org> | 23 | 2000-08-01 Miles Bader <miles@gnu.org> |
| 2 | 24 | ||
| 3 | * editfns.c (Fconstrain_to_field): Fix the conditions for deciding | 25 | * editfns.c (Fconstrain_to_field): Fix the conditions for deciding |