diff options
| author | Richard M. Stallman | 2003-05-19 14:52:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-19 14:52:43 +0000 |
| commit | af253914f217ccfbc2fcae37d96e8adbd7163bc0 (patch) | |
| tree | e685d431757c5b5a7e2166ad5b943f912d380045 | |
| parent | dde745c3a4c638ce8c8f290bed69e3df1fbbf28d (diff) | |
| download | emacs-af253914f217ccfbc2fcae37d96e8adbd7163bc0.tar.gz emacs-af253914f217ccfbc2fcae37d96e8adbd7163bc0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
3 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 146813e5718..e90f4445ce0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2003-05-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * net/goto-addr.el (goto-address-fontify-maximum-size): | ||
| 4 | Value t means no limit. | ||
| 5 | (goto-address-fontify): Implement that feature. | ||
| 6 | |||
| 7 | * emacs-lisp/find-func.el (find-function-on-key): | ||
| 8 | Move the call to find-function-other-window outside | ||
| 9 | the save-excursion. | ||
| 10 | |||
| 11 | * find-file.el (ff-special-constructs): Delete the Ada entry. | ||
| 12 | |||
| 13 | * faces.el (x-create-frame-with-faces): | ||
| 14 | Don't call face-set-after-frame-default. | ||
| 15 | (face-set-after-frame-default): Copy attrs of global `default' | ||
| 16 | face to FRAME's `default' face. | ||
| 17 | |||
| 1 | 2003-05-19 Joe Kelsey <joek@flyingcroc.net> | 18 | 2003-05-19 Joe Kelsey <joek@flyingcroc.net> |
| 2 | 19 | ||
| 3 | * skeleton.el (skeleton-internal-1): Allow - as alternate | 20 | * skeleton.el (skeleton-internal-1): Allow - as alternate |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ce6030c78a1..aba1d98718b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-05-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi: Correct invariant section names. | ||
| 4 | |||
| 1 | 2003-04-20 Richard M. Stallman <rms@gnu.org> | 5 | 2003-04-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * os.texi (Timers): Explain about timers and quitting. | 7 | * os.texi (Timers): Explain about timers and quitting. |
diff --git a/src/ChangeLog b/src/ChangeLog index bebd44753dc..345332affc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-05-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified | ||
| 4 | as value for QCfont attribute. | ||
| 5 | (realize_default_face): lface should already exist; crash if not. | ||
| 6 | Specify 0 for FORCE_P when calling set_lface_from_font_name. | ||
| 7 | |||
| 8 | * frame.c (Fignore_event): Doc fix. | ||
| 9 | |||
| 1 | 2003-05-19 Kenichi Handa <handa@m17n.org> | 10 | 2003-05-19 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * coding.c (decode_coding_string): Handle post-read-conversion | 12 | * coding.c (decode_coding_string): Handle post-read-conversion |