diff options
| author | Gerd Moellmann | 2000-12-04 13:33:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-04 13:33:03 +0000 |
| commit | caa15ef70cb48e142dfc7f38376e48caf58776fa (patch) | |
| tree | 2fc6fd5096da2984a89f81212cd9ce44de30a12b /src | |
| parent | 021cfbea756f926ded84b4d893ff1df7ecd71f99 (diff) | |
| download | emacs-caa15ef70cb48e142dfc7f38376e48caf58776fa.tar.gz emacs-caa15ef70cb48e142dfc7f38376e48caf58776fa.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 01d201b4d2a..16f14167313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,21 @@ | |||
| 1 | 2000-12-04 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Finsert_file_contents): When VISIT is t, don't | ||
| 4 | record undo information for format-decode. | ||
| 5 | |||
| 6 | * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if | ||
| 7 | current buffer is read-only, not if it isn't. | ||
| 8 | |||
| 3 | * keyboard.c (record_char): Record `help-echo' input events | 9 | * keyboard.c (record_char): Record `help-echo' input events |
| 4 | in recent_keys only if they display some help. Don't record | 10 | in recent_keys only if they display some help. Don't record |
| 5 | `help-echo' events as macro char. | 11 | `help-echo' events as macro char. |
| 6 | 12 | ||
| 13 | 2000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 14 | |||
| 15 | * editfns.c (save_excursion_restore): Don't move point | ||
| 16 | in another window if it is showing the wrong buffer. | ||
| 17 | Avoid the call to Fwindow_live_p, for speed. | ||
| 18 | |||
| 7 | 2000-12-04 Kenichi Handa <handa@etl.go.jp> | 19 | 2000-12-04 Kenichi Handa <handa@etl.go.jp> |
| 8 | 20 | ||
| 9 | * xfaces.c (struct font_name): New member registry_priority. | 21 | * xfaces.c (struct font_name): New member registry_priority. |