diff options
| author | Richard M. Stallman | 2005-06-23 21:49:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-23 21:49:52 +0000 |
| commit | 528b6abcb4703f1825d8e323152f8b93b4bb9ecc (patch) | |
| tree | 9bd9713b4480ccb5d93672a8aca5e617f9eda4d8 | |
| parent | 2c632203b244aec7d75e68267ca7ac4923e1b4af (diff) | |
| download | emacs-528b6abcb4703f1825d8e323152f8b93b4bb9ecc.tar.gz emacs-528b6abcb4703f1825d8e323152f8b93b4bb9ecc.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 3 | ||||
| -rw-r--r-- | etc/TODO | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 11 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
6 files changed, 48 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f230bac38fb..ce878fc173f 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -26,6 +26,9 @@ See msg from rms to emacs-devel on 21 Dec. | |||
| 26 | 26 | ||
| 27 | ** Update Speedbar. | 27 | ** Update Speedbar. |
| 28 | 28 | ||
| 29 | ** Update vhdl-mode.el based on changes in | ||
| 30 | http://opensource.ethz.ch/emacs/vhdl-mode.html. | ||
| 31 | |||
| 29 | 32 | ||
| 30 | * FATAL ERRORS | 33 | * FATAL ERRORS |
| 31 | 34 | ||
| @@ -30,6 +30,10 @@ to the FSF. | |||
| 30 | See also ESR's proposal for a BROWSER environment variable | 30 | See also ESR's proposal for a BROWSER environment variable |
| 31 | <URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>. | 31 | <URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>. |
| 32 | 32 | ||
| 33 | ** Enhance scroll-bar to handle tall line (similar to line-move). | ||
| 34 | |||
| 35 | ** Make occur handle multi-line matches cleanly with context. | ||
| 36 | |||
| 33 | * Important features: | 37 | * Important features: |
| 34 | 38 | ||
| 35 | ** Provide user-friendly ways to list all available font families, | 39 | ** Provide user-friendly ways to list all available font families, |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab183d39edd..62e3f2b7c36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (set-variable): Args renamed; doc fix. | ||
| 4 | (line-move-1): When there are overlays around, use vertical-motion. | ||
| 5 | |||
| 6 | * faces.el (escape-glyph): Use brown against light background. | ||
| 7 | (nobreak-space): Renamed from no-break-space. | ||
| 8 | Fix previous change. | ||
| 9 | |||
| 10 | * dired-aux.el (dired-do-copy): Fix arg prompt. | ||
| 11 | |||
| 12 | * mail/sendmail.el (mail-setup-with-from): Fix custom type. | ||
| 13 | |||
| 1 | 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> | 14 | 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 15 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug): Use "X server distributor" | 16 | * mail/emacsbug.el (report-emacs-bug): Use "X server distributor" |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 5470a822a51..4da3d22584a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie. | ||
| 4 | |||
| 1 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | 5 | 2005-06-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * url-gw.el (url-open-stream): | 7 | * url-gw.el (url-open-stream): |
diff --git a/man/ChangeLog b/man/ChangeLog index 376158a115b..6bcbe6dc9e9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * anti.texi (Antinews): Renamed show-nonbreak-escape to | ||
| 4 | nobreak-char-display. | ||
| 5 | |||
| 6 | * emacs.texi (Top): Update detailed node listing. | ||
| 7 | |||
| 8 | * display.texi (Text Display): Renamed show-nonbreak-escape | ||
| 9 | to nobreak-char-display and no-break-space to nobreak-space. | ||
| 10 | (Standard Faces): Split up the list of standard faces | ||
| 11 | and put it in a separate node. Add nobreak-space and | ||
| 12 | escape-glyph. | ||
| 13 | |||
| 3 | * speedbar.texi (Creating a display): Texinfo usage fixes. | 14 | * speedbar.texi (Creating a display): Texinfo usage fixes. |
| 4 | 15 | ||
| 5 | * tramp.texi (Customizing Completion, Auto-save and Backup): | 16 | * tramp.texi (Customizing Completion, Auto-save and Backup): |
diff --git a/src/ChangeLog b/src/ChangeLog index c1e40d59441..2ffb3c4959c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (get_next_display_element): Finish reversing the tests of | ||
| 4 | Vnobreak_char_display. | ||
| 5 | |||
| 6 | * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape. | ||
| 7 | All uses changed. | ||
| 8 | (Qnobreak_space): Renamed from Qno_break_space. All uses changed. | ||
| 9 | (syms_of_xdisp): Define nobreak-char-display and nobreak-space. | ||
| 10 | |||
| 11 | * fileio.c (Frename_file): Preserve owner and group, if possible, | ||
| 12 | when copying. | ||
| 13 | |||
| 1 | 2005-06-23 Juanma Barranquero <lekktu@gmail.com> | 14 | 2005-06-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 15 | ||
| 3 | * abbrev.c (Funexpand_abbrev): | 16 | * abbrev.c (Funexpand_abbrev): |