diff options
| author | Richard M. Stallman | 2005-04-10 01:45:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-10 01:45:58 +0000 |
| commit | 18e2d91f52853c5e62d5f34e4f4238056d31a53b (patch) | |
| tree | f802b0cf04ed13dc0369f20e66096bd95304179d /src/ChangeLog | |
| parent | 3f4ae3e47488114a4ce31016ebbbf1a298d48e0f (diff) | |
| download | emacs-18e2d91f52853c5e62d5f34e4f4238056d31a53b.tar.gz emacs-18e2d91f52853c5e62d5f34e4f4238056d31a53b.zip | |
(where_is_internal): Convert a string used as event type into "(any string)".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index feb43512869..860c3847941 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2005-04-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keymap.c (where_is_internal): Convert a string used as event type | ||
| 4 | into "(any string)". | ||
| 5 | |||
| 6 | * lread.c (Vloads_in_progress): Not static. | ||
| 7 | |||
| 8 | * fns.c (Vloads_in_progress): Add extern. | ||
| 9 | (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. | ||
| 10 | |||
| 11 | 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> | ||
| 12 | |||
| 13 | * dispnew.c (mirror_line_dance): Avoid crash if W2 is null. | ||
| 14 | |||
| 1 | 2005-04-09 Lute Kamstra <lute@gnu.org> | 15 | 2005-04-09 Lute Kamstra <lute@gnu.org> |
| 2 | 16 | ||
| 3 | * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is | 17 | * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is |