diff options
| author | Richard M. Stallman | 2003-08-29 16:21:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-08-29 16:21:03 +0000 |
| commit | 4828b4d793d83e9cd9f77b2dfe870d6fc9e12d8c (patch) | |
| tree | 8c51af095057ddc47270f3a27759c179a6379523 /src/ChangeLog | |
| parent | f1579f528ebb4cd63f67894ad64d18aa5b2d5335 (diff) | |
| download | emacs-4828b4d793d83e9cd9f77b2dfe870d6fc9e12d8c.tar.gz emacs-4828b4d793d83e9cd9f77b2dfe870d6fc9e12d8c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be2974332dc..f5e744458ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2003-08-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (adjust_glyph_matrix): Call window_box | ||
| 4 | whenever W is nonzero. | ||
| 5 | |||
| 6 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable) | ||
| 7 | (Fkill_local_variable, Fmake_variable_frame_local) | ||
| 8 | (Flocal_variable_p, Flocal_variable_if_set_p): | ||
| 9 | Use indirect_variable to trace thru variable aliases. | ||
| 10 | |||
| 11 | * config.in: Updated. | ||
| 12 | |||
| 13 | * callint.c (Fcall_interactively): Save and restore | ||
| 14 | Vthis_command, Vthis_original_command, real_this_command, | ||
| 15 | and current_kboard->Vlast_command. | ||
| 16 | |||
| 17 | * abbrev.c (Fexpand_abbrev): Insert before deleting. | ||
| 18 | |||
| 1 | 2003-08-29 Gerd Moellmann <gerd@gnu.org> | 19 | 2003-08-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 20 | ||
| 3 | * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially. | 21 | * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially. |