diff options
| author | Gerd Moellmann | 2001-05-28 15:02:01 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-28 15:02:01 +0000 |
| commit | eb04d6cd3dbfb55dee6848237e393b02f01a23e3 (patch) | |
| tree | 93cd3784b8b24fb3971e1aba34fe963d87abcf13 | |
| parent | 1486b4630eb1bb1367048cc5dc83fb48acaf8fa9 (diff) | |
| download | emacs-eb04d6cd3dbfb55dee6848237e393b02f01a23e3.tar.gz emacs-eb04d6cd3dbfb55dee6848237e393b02f01a23e3.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 14 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
5 files changed, 19 insertions, 12 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset | ||
| 4 | LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>. | ||
| 5 | |||
| 1 | 2001-05-14 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-05-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * make-dist: Copy texinfo.tex unconditionally. | 8 | * make-dist: Copy texinfo.tex unconditionally. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c8ae27feff..8d03e97d13a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4692,7 +4692,7 @@ | |||
| 4692 | * filecache.el (file-cache-directory-name) | 4692 | * filecache.el (file-cache-directory-name) |
| 4693 | (file-cache-minibuffer-complete): Ignore the minibuffer prompt. | 4693 | (file-cache-minibuffer-complete): Ignore the minibuffer prompt. |
| 4694 | 4694 | ||
| 4695 | 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> | 4695 | 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> |
| 4696 | 4696 | ||
| 4697 | * filecache.el (file-cache-minibuffer-complete): Don't try to | 4697 | * filecache.el (file-cache-minibuffer-complete): Don't try to |
| 4698 | delete the minibuffer prompt. | 4698 | delete the minibuffer prompt. |
| @@ -12357,7 +12357,7 @@ | |||
| 12357 | contains the string "//\"", it regarded the // as a comment | 12357 | contains the string "//\"", it regarded the // as a comment |
| 12358 | start since the \ temporarily doesn't have escape syntax. | 12358 | start since the \ temporarily doesn't have escape syntax. |
| 12359 | 12359 | ||
| 12360 | 2000-07-17 Emmanuel Briot <briot@act-europe.fr> | 12360 | 2000-07-17 Emmanuel Briot <briot@act-europe.fr> |
| 12361 | 12361 | ||
| 12362 | * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load | 12362 | * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load |
| 12363 | ada-xref.el before ada-prj.el, so that the Project menu is created | 12363 | ada-xref.el before ada-prj.el, so that the Project menu is created |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index c41a0486058..69a3e5efa52 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -12265,7 +12265,7 @@ | |||
| 12265 | * language/european.el (setup-latin1-environment): | 12265 | * language/european.el (setup-latin1-environment): |
| 12266 | Set code 222 in special-microsoft-code-table. | 12266 | Set code 222 in special-microsoft-code-table. |
| 12267 | 12267 | ||
| 12268 | 1997-08-11 Dan Nicolaescu <done@ece.arizona.edu> | 12268 | 1997-08-11 Dan Nicolaescu <done@ece.arizona.edu> |
| 12269 | 12269 | ||
| 12270 | * abbrev.el: Customized. | 12270 | * abbrev.el: Customized. |
| 12271 | (only-global-abbrevs): Doc fix. | 12271 | (only-global-abbrevs): Doc fix. |
| @@ -12364,7 +12364,7 @@ | |||
| 12364 | In "java" style, set c-hanging-comment-starter-p to | 12364 | In "java" style, set c-hanging-comment-starter-p to |
| 12365 | nil to preserve Javadoc starter lines. | 12365 | nil to preserve Javadoc starter lines. |
| 12366 | 12366 | ||
| 12367 | 1997-08-10 Dan Nicolaescu <done@ece.arizona.edu> | 12367 | 1997-08-10 Dan Nicolaescu <done@ece.arizona.edu> |
| 12368 | 12368 | ||
| 12369 | * emulation/pc-select.el: Customized. | 12369 | * emulation/pc-select.el: Customized. |
| 12370 | 12370 | ||
| @@ -12540,11 +12540,11 @@ | |||
| 12540 | * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku | 12540 | * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku |
| 12541 | if the region is all ASCII. | 12541 | if the region is all ASCII. |
| 12542 | 12542 | ||
| 12543 | 1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu> | 12543 | 1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu> |
| 12544 | 12544 | ||
| 12545 | * progmodes/hideshow.el: Correct the autoload cookies. | 12545 | * progmodes/hideshow.el: Correct the autoload cookies. |
| 12546 | 12546 | ||
| 12547 | 1997-08-07 Dan Nicolaescu <done@ece.arizona.edu> | 12547 | 1997-08-07 Dan Nicolaescu <done@ece.arizona.edu> |
| 12548 | 12548 | ||
| 12549 | * term.el (term-default-fg-color): | 12549 | * term.el (term-default-fg-color): |
| 12550 | (term-default-bg-color): Default to nil. | 12550 | (term-default-bg-color): Default to nil. |
| @@ -12970,7 +12970,7 @@ | |||
| 12970 | 12970 | ||
| 12971 | * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry. | 12971 | * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry. |
| 12972 | 12972 | ||
| 12973 | 1997-07-29 Oscar Figueiredo <<Oscar.Figueiredo@di.epfl.ch> | 12973 | 1997-07-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
| 12974 | 12974 | ||
| 12975 | * ph.el: Many doc strings and messages changed. | 12975 | * ph.el: Many doc strings and messages changed. |
| 12976 | 12976 | ||
| @@ -16226,7 +16226,7 @@ | |||
| 16226 | * debug.el (debug): Set overriding-terminal-local-map to nil, | 16226 | * debug.el (debug): Set overriding-terminal-local-map to nil, |
| 16227 | don't bind it, so it won't be restored on `q'. | 16227 | don't bind it, so it won't be restored on `q'. |
| 16228 | 16228 | ||
| 16229 | 1997-06-09 Thomas Wurgler <twurgler@goodyear.com> | 16229 | 1997-06-09 Thomas Wurgler <twurgler@goodyear.com> |
| 16230 | 16230 | ||
| 16231 | * emacs-lock.el: Added the string "emacs-lock" to all function | 16231 | * emacs-lock.el: Added the string "emacs-lock" to all function |
| 16232 | and variable names, to make them unique to emacs-lock. | 16232 | and variable names, to make them unique to emacs-lock. |
| @@ -16384,7 +16384,7 @@ | |||
| 16384 | Treat overriding-terminal-local-map like overriding-local-map. | 16384 | Treat overriding-terminal-local-map like overriding-local-map. |
| 16385 | (debugger-outer-overriding-terminal-local-map): New variable. | 16385 | (debugger-outer-overriding-terminal-local-map): New variable. |
| 16386 | 16386 | ||
| 16387 | 1997-06-07 Thomas Wurgler <twurgler@goodyear.com> | 16387 | 1997-06-07 Thomas Wurgler <twurgler@goodyear.com> |
| 16388 | 16388 | ||
| 16389 | * emacs-lock.el: Check for a lock when deleting a buffer. | 16389 | * emacs-lock.el: Check for a lock when deleting a buffer. |
| 16390 | Turn off the lock on a shell or telnet buffer if its process | 16390 | Turn off the lock on a shell or telnet buffer if its process |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4892cb7ce1e..ef8de291082 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -166,13 +166,13 @@ | |||
| 166 | image/x-portable-bitmap. | 166 | image/x-portable-bitmap. |
| 167 | (mm-get-image): Grok pbm. | 167 | (mm-get-image): Grok pbm. |
| 168 | 168 | ||
| 169 | 2000-12-24 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 169 | 2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 170 | 170 | ||
| 171 | * message.el (message-mail): Support yank-action. | 171 | * message.el (message-mail): Support yank-action. |
| 172 | 172 | ||
| 173 | * message.el (message-setup): Revoke the last change. | 173 | * message.el (message-setup): Revoke the last change. |
| 174 | 174 | ||
| 175 | 2000-12-24 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 175 | 2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 176 | 176 | ||
| 177 | * message.el (message-setup): Use cons. Suggested by Johan Vromans | 177 | * message.el (message-setup): Use cons. Suggested by Johan Vromans |
| 178 | <jvromans@squirrel.nl>. | 178 | <jvromans@squirrel.nl>. |
| @@ -215,7 +215,7 @@ | |||
| 215 | * gnus-art.el (article-treat-dumbquotes): More doc, provided by | 215 | * gnus-art.el (article-treat-dumbquotes): More doc, provided by |
| 216 | Paul Stevenson <p.stevenson@surrey.ac.uk> | 216 | Paul Stevenson <p.stevenson@surrey.ac.uk> |
| 217 | 217 | ||
| 218 | 2000-12-21 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 218 | 2000-12-21 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 219 | 219 | ||
| 220 | * mml.el (gnus-add-minor-mode): Autoload. | 220 | * mml.el (gnus-add-minor-mode): Autoload. |
| 221 | 221 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index e036c4c46e4..2bf591053df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * macros.c (Fstart_kbd_macro): Doc fix. | ||
| 4 | |||
| 3 | * xterm.c (cursor_in_mouse_face_p): New function. | 5 | * xterm.c (cursor_in_mouse_face_p): New function. |
| 4 | (x_draw_stretch_glyph_string): Use it to choose a different GC | 6 | (x_draw_stretch_glyph_string): Use it to choose a different GC |
| 5 | when drawing a cursor within highlighted text. | 7 | when drawing a cursor within highlighted text. |