diff options
| author | Richard M. Stallman | 2004-12-08 22:06:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-08 22:06:49 +0000 |
| commit | cc1caa4e1a8d5dd9b06392041eb44b0f926973e6 (patch) | |
| tree | ad2e40c72abd4359317a1d90b628efe247f759c4 | |
| parent | 303747453bc1cad35e9c287e2ae8bc701e33e921 (diff) | |
| download | emacs-cc1caa4e1a8d5dd9b06392041eb44b0f926973e6.tar.gz emacs-cc1caa4e1a8d5dd9b06392041eb44b0f926973e6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47cf7a9ba85..e4858eb532b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-12-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * faces.el: Delete code to set display table. | ||
| 4 | (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.) | ||
| 5 | |||
| 1 | 2004-12-08 Jay Belanger <belanger@truman.edu> | 6 | 2004-12-08 Jay Belanger <belanger@truman.edu> |
| 2 | 7 | ||
| 3 | * calc/calc.el: Add math-read-preprocess-string to autoloads. | 8 | * calc/calc.el: Add math-read-preprocess-string to autoloads. |
diff --git a/src/ChangeLog b/src/ChangeLog index 39401c9453c..38a079989be 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-12-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_next_display_element): Use `escape-glyph' for | ||
| 4 | control chars and escaped octal codes. | ||
| 5 | (Qescape_glyph): New variable. | ||
| 6 | (syms_of_xdisp): Initialize it. | ||
| 7 | (escape_glyph_face): New variable. | ||
| 8 | (redisplay_window): Initialize it. | ||
| 9 | |||
| 1 | 2004-12-07 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2004-12-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE) | 12 | * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE) |