diff options
| author | Stefan Monnier | 2001-10-08 11:46:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-08 11:46:44 +0000 |
| commit | 9985827feca70e0ba3f370603763c144f79b1f41 (patch) | |
| tree | fb1f296d396668ed8084aa574609d20577a66add /src | |
| parent | 3d9bae5081eebbb8c312c01a989f3d61a575492b (diff) | |
| download | emacs-9985827feca70e0ba3f370603763c144f79b1f41.tar.gz emacs-9985827feca70e0ba3f370603763c144f79b1f41.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 30 insertions, 15 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 51374facb06..3bc2cbefc9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,13 @@ | |||
| 6 | 6 | ||
| 7 | 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2001-10-08 Stefan Monnier <monnier@cs.yale.edu> |
| 8 | 8 | ||
| 9 | * lisp.h: Remove the entries for keymap.c (moved to keymap.h). | ||
| 10 | |||
| 11 | * keyboard.h (map_prompt): Remove. | ||
| 12 | |||
| 13 | * xterm.c, w32term.c, term.c, minibuf.c, keymap.c, | ||
| 14 | intervals.c, fns.c, doc.c, callint.c: Include keymap.h. | ||
| 15 | |||
| 9 | * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. | 16 | * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. |
| 10 | 17 | ||
| 11 | * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. | 18 | * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt. |
| @@ -16,12 +23,23 @@ | |||
| 16 | 23 | ||
| 17 | * keymap.h: New file. Extracted from lisp.h. | 24 | * keymap.h: New file. Extracted from lisp.h. |
| 18 | 25 | ||
| 26 | * keymap.c (Fkeymap_prompt, Fcurrent_active_maps): New funs. | ||
| 27 | (accessible_keymaps_1): New function. | ||
| 28 | (Faccessible_keymaps, accessible_keymaps_char_table): Use it. | ||
| 29 | (Fwhere_is_internal): Use Fcurrent_active_maps. | ||
| 30 | (Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings. | ||
| 31 | Insert in current buffer rather than standard-output. | ||
| 32 | Don't call `help-mode'. Export to elisp. | ||
| 33 | (describe_buffer_bindings): New wrapper. | ||
| 34 | (syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps | ||
| 35 | and Sdescribe_buffer_bindings. | ||
| 36 | |||
| 19 | 2001-10-08 Gerd Moellmann <gerd@gnu.org> | 37 | 2001-10-08 Gerd Moellmann <gerd@gnu.org> |
| 20 | 38 | ||
| 21 | * atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]: | 39 | * atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]: |
| 22 | Remove code setting signal handler. | 40 | Remove code setting signal handler. |
| 23 | 41 | ||
| 24 | * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: | 42 | * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]: |
| 25 | Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. | 43 | Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>. |
| 26 | 44 | ||
| 27 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 45 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| @@ -30,11 +48,11 @@ | |||
| 30 | 48 | ||
| 31 | 2001-10-08 Gerd Moellmann <gerd@gnu.org> | 49 | 2001-10-08 Gerd Moellmann <gerd@gnu.org> |
| 32 | 50 | ||
| 33 | * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c: | 51 | * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c: |
| 34 | * w32term.c, w32menu.c, w32console.c, w32bdf.c, w32.c, term.c | 52 | * w32term.c, w32menu.c, w32console.c, w32bdf.c, w32.c, term.c |
| 35 | * sysdep.c, sound.c, search.c, scroll.c, minibuf.c, keymap.c | 53 | * sysdep.c, sound.c, search.c, scroll.c, minibuf.c, keymap.c |
| 36 | * intervals.c, insdel.c, indent.c, fns.c, fileio.c, editfns.c | 54 | * intervals.c, insdel.c, indent.c, fns.c, fileio.c, editfns.c |
| 37 | * dispnew.c, dired.c, charset.c, xfaces.c, alloc.c, atimer.c: | 55 | * dispnew.c, dired.c, charset.c, xfaces.c, alloc.c, atimer.c: |
| 38 | Don't define min/max. | 56 | Don't define min/max. |
| 39 | 57 | ||
| 40 | * lisp.h (min, max): New macros. | 58 | * lisp.h (min, max): New macros. |
| @@ -50,8 +68,7 @@ | |||
| 50 | * editfns.c: Include ctype.h. | 68 | * editfns.c: Include ctype.h. |
| 51 | 69 | ||
| 52 | * xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined. | 70 | * xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined. |
| 53 | (xm_scroll_callback) [USE_MOTIF]: Remove unused variable | 71 | (xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'. |
| 54 | `percent'. | ||
| 55 | (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused | 72 | (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused |
| 56 | variable `sb'. | 73 | variable `sb'. |
| 57 | 74 | ||
| @@ -98,12 +115,11 @@ | |||
| 98 | * alloc.c (inhibit_garbage_collection): Simplify. | 115 | * alloc.c (inhibit_garbage_collection): Simplify. |
| 99 | (Fmemory_use_counts): Ditto. | 116 | (Fmemory_use_counts): Ditto. |
| 100 | 117 | ||
| 101 | * data.c (most_positive_fixnum, most_negative_fixnum): New | 118 | * data.c (most_positive_fixnum, most_negative_fixnum): New variables. |
| 102 | variables. | ||
| 103 | (syms_of_data): DEFVAR_INT most-positive-fixnum and | 119 | (syms_of_data): DEFVAR_INT most-positive-fixnum and |
| 104 | most-negative-fixnum. | 120 | most-negative-fixnum. |
| 105 | 121 | ||
| 106 | * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM) | 122 | * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM) |
| 107 | (FIXNUM_OVERFLOW_P): New macros. | 123 | (FIXNUM_OVERFLOW_P): New macros. |
| 108 | 124 | ||
| 109 | 2001-10-06 Miles Bader <miles@gnu.org> | 125 | 2001-10-06 Miles Bader <miles@gnu.org> |
| @@ -125,10 +141,10 @@ | |||
| 125 | 141 | ||
| 126 | 2001-10-05 Miles Bader <miles@gnu.org> | 142 | 2001-10-05 Miles Bader <miles@gnu.org> |
| 127 | 143 | ||
| 128 | * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents) | 144 | * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents) |
| 129 | (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents): | 145 | (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents): |
| 130 | New functions (were in simple.el). | 146 | New functions (were in simple.el). |
| 131 | (Fminibuffer_complete_and_exit, Fminibuffer_complete_word) | 147 | (Fminibuffer_complete_and_exit, Fminibuffer_complete_word) |
| 132 | (read_minibuf, do_completion, Fminibuffer_completion_help): Use them. | 148 | (read_minibuf, do_completion, Fminibuffer_completion_help): Use them. |
| 133 | (syms_of_minibuf): Initialize them. | 149 | (syms_of_minibuf): Initialize them. |
| 134 | 150 | ||
| @@ -141,8 +157,7 @@ | |||
| 141 | 157 | ||
| 142 | * w32fns.c (x_to_w32_color): Fix argument to alloca. | 158 | * w32fns.c (x_to_w32_color): Fix argument to alloca. |
| 143 | (w32_load_system_font): Don't believe what GetLanguageFontInfo | 159 | (w32_load_system_font): Don't believe what GetLanguageFontInfo |
| 144 | says; query codepage info directly to determine if font is double | 160 | says; query codepage info directly to determine if font is double byte. |
| 145 | byte. | ||
| 146 | (x_to_w32_charset): Handle private format for unknown charsets. | 161 | (x_to_w32_charset): Handle private format for unknown charsets. |
| 147 | Handle wildcards in charset spec, by ignoring them. | 162 | Handle wildcards in charset spec, by ignoring them. |
| 148 | (w32_codepage_for_font): Fix argument to alloca. Don't remove | 163 | (w32_codepage_for_font): Fix argument to alloca. Don't remove |