diff options
| author | Richard M. Stallman | 2005-12-16 02:07:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-16 02:07:23 +0000 |
| commit | 62e5dd0852baf0def30911916c8751680ef2cb78 (patch) | |
| tree | 570874473b4e1c12c60555cb168e018aef4f7fe1 | |
| parent | 1e812158984f636c0c611a9efada416a2efb9d38 (diff) | |
| download | emacs-62e5dd0852baf0def30911916c8751680ef2cb78.tar.gz emacs-62e5dd0852baf0def30911916c8751680ef2cb78.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 26 |
2 files changed, 31 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 975bc26b192..10dff66814f 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -50,6 +50,8 @@ invalid pointer from string_free_list. | |||
| 50 | 50 | ||
| 51 | * BUGS | 51 | * BUGS |
| 52 | 52 | ||
| 53 | ** circle-printing bug from Stephen Berman; see my 5 Dec message. | ||
| 54 | |||
| 53 | ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS" | 55 | ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS" |
| 54 | 56 | ||
| 55 | ** TCP server processes do not work on Windows. | 57 | ** TCP server processes do not work on Windows. |
| @@ -61,6 +63,9 @@ Seems to be a problem in sys_select in w32proc.c. | |||
| 61 | 63 | ||
| 62 | * DOCUMENTATION | 64 | * DOCUMENTATION |
| 63 | 65 | ||
| 66 | ** Add a node to the Lisp manual describing key sequences from the | ||
| 67 | Lisp point of view. | ||
| 68 | |||
| 64 | ** Fix some of these doc strings by adding \\<keymap-name> where needed. | 69 | ** Fix some of these doc strings by adding \\<keymap-name> where needed. |
| 65 | 70 | ||
| 66 | ada-mode | 71 | ada-mode |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9dc05265c0..16648734bb0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2005-12-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tooltip.el: Delete defcustom variable :tag names. | ||
| 4 | |||
| 5 | * complete.el (partial-completion-mode): Doc fix. | ||
| 6 | |||
| 7 | * textmodes/flyspell.el (flyspell-external-point-words): | ||
| 8 | Use save-excursion to ensure we don't move backward in the | ||
| 9 | search loop, not even one character. | ||
| 10 | (flyspell-delete-all-overlays): Use remove-overlays directly. | ||
| 11 | |||
| 12 | * textmodes/ispell.el (ispell-current-personal-dictionary): New var. | ||
| 13 | (ispell-start-process): Set that variable. | ||
| 14 | Clear ispell-buffer-local-name. | ||
| 15 | (ispell-internal-change-dictionary): | ||
| 16 | Set ispell-current-dictionary after killing process. | ||
| 17 | (ispell-buffer-local-dict): | ||
| 18 | Don't set spell-personal-dictionary after killing process. | ||
| 19 | (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name. | ||
| 20 | (ispell-tex-skip-alists) | ||
| 21 | (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky. | ||
| 22 | |||
| 23 | * net/newsticker.el (newsticker--retrieval-timer-list) | ||
| 24 | (newsticker--display-timer, newsticker-running-p) | ||
| 25 | (newsticker-ticker-running-p): Definitions moved up. | ||
| 26 | |||
| 1 | 2005-12-16 Nick Roberts <nickrob@snap.net.nz> | 27 | 2005-12-16 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 28 | ||
| 3 | * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in | 29 | * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in |