Mercurial > emacs
comparison src/ChangeLog @ 37864:db3e294b4ce2
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 29 May 2001 11:10:47 +0000 |
| parents | fc297b7bb8bb |
| children |
comparison
equal
deleted
inserted
replaced
| 37863:26de49e18fd7 | 37864:db3e294b4ce2 |
|---|---|
| 1 2001-05-21 Gerd Moellmann <gerd@gnu.org> | 1 2001-05-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 |
| 3 * lisp.h (enum symbol_interned): New enumeration. | 3 * lisp.h (enum symbol_interned): New enumeration. |
| 4 (struct Lisp_Symbol): Remove member `obarray', add | 4 (struct Lisp_Symbol): Remove member `obarray', add |
| 5 `indirect_variable', `constant', and `interned'. | 5 `indirect_variable', `constant', and `interned'. |
| 6 (SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P) | 6 (SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P) |
| 41 | 41 |
| 42 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: | 42 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: |
| 43 * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/ | 43 * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/ |
| 44 SET_SYMBOL_VALUE macros instead of accessing symbols' value | 44 SET_SYMBOL_VALUE macros instead of accessing symbols' value |
| 45 directly. | 45 directly. |
| 46 | |
| 47 2001-05-28 Gerd Moellmann <gerd@gnu.org> | |
| 48 | |
| 49 * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite | |
| 50 an item's name with its key description in case the description | |
| 51 is a multibyte string. | |
| 52 | |
| 53 * keymap.c (Fsingle_key_description): Create a multibyte string | |
| 54 only if necessary. | |
| 55 | |
| 56 * macros.c (Fstart_kbd_macro): Doc fix. | |
| 57 | |
| 58 * xterm.c (cursor_in_mouse_face_p): New function. | |
| 59 (x_draw_stretch_glyph_string): Use it to choose a different GC | |
| 60 when drawing a cursor within highlighted text. | |
| 61 | |
| 62 * editfns.c (char_property_eq): Put in #if 0. | |
| 63 | |
| 64 * indent.c (string_display_width): Put in #if 0. | |
| 65 | |
| 66 * lread.c (Fload): Remove unused label. | |
| 67 | |
| 68 * termcap.c (speeds): Put in #if 0. | |
| 46 | 69 |
| 47 2001-05-18 Gerd Moellmann <gerd@gnu.org> | 70 2001-05-18 Gerd Moellmann <gerd@gnu.org> |
| 48 | 71 |
| 49 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. | 72 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay. |
| 50 | 73 |
