Mercurial > emacs
changeset 37927:d732e11e48ac
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 28 May 2001 15:02:01 +0000 |
parents | cea256f04f86 |
children | 689e6d3dbdc2 |
files | ChangeLog lisp/ChangeLog lisp/ChangeLog.7 lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 5 files changed, 19 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 28 15:01:34 2001 +0000 +++ b/ChangeLog Mon May 28 15:02:01 2001 +0000 @@ -1,3 +1,8 @@ +2001-05-28 Gerd Moellmann <gerd@gnu.org> + + * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset + LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>. + 2001-05-14 Gerd Moellmann <gerd@gnu.org> * make-dist: Copy texinfo.tex unconditionally.
--- a/lisp/ChangeLog Mon May 28 15:01:34 2001 +0000 +++ b/lisp/ChangeLog Mon May 28 15:02:01 2001 +0000 @@ -4692,7 +4692,7 @@ * filecache.el (file-cache-directory-name) (file-cache-minibuffer-complete): Ignore the minibuffer prompt. -2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> +2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com> * filecache.el (file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt. @@ -12357,7 +12357,7 @@ contains the string "//\"", it regarded the // as a comment start since the \ temporarily doesn't have escape syntax. -2000-07-17 Emmanuel Briot <briot@act-europe.fr> +2000-07-17 Emmanuel Briot <briot@act-europe.fr> * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load ada-xref.el before ada-prj.el, so that the Project menu is created
--- a/lisp/ChangeLog.7 Mon May 28 15:01:34 2001 +0000 +++ b/lisp/ChangeLog.7 Mon May 28 15:02:01 2001 +0000 @@ -12265,7 +12265,7 @@ * language/european.el (setup-latin1-environment): Set code 222 in special-microsoft-code-table. -1997-08-11 Dan Nicolaescu <done@ece.arizona.edu> +1997-08-11 Dan Nicolaescu <done@ece.arizona.edu> * abbrev.el: Customized. (only-global-abbrevs): Doc fix. @@ -12364,7 +12364,7 @@ In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. -1997-08-10 Dan Nicolaescu <done@ece.arizona.edu> +1997-08-10 Dan Nicolaescu <done@ece.arizona.edu> * emulation/pc-select.el: Customized. @@ -12540,11 +12540,11 @@ * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku if the region is all ASCII. -1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu> +1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu> * progmodes/hideshow.el: Correct the autoload cookies. -1997-08-07 Dan Nicolaescu <done@ece.arizona.edu> +1997-08-07 Dan Nicolaescu <done@ece.arizona.edu> * term.el (term-default-fg-color): (term-default-bg-color): Default to nil. @@ -12970,7 +12970,7 @@ * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry. -1997-07-29 Oscar Figueiredo <<Oscar.Figueiredo@di.epfl.ch> +1997-07-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> * ph.el: Many doc strings and messages changed. @@ -16226,7 +16226,7 @@ * debug.el (debug): Set overriding-terminal-local-map to nil, don't bind it, so it won't be restored on `q'. -1997-06-09 Thomas Wurgler <twurgler@goodyear.com> +1997-06-09 Thomas Wurgler <twurgler@goodyear.com> * emacs-lock.el: Added the string "emacs-lock" to all function and variable names, to make them unique to emacs-lock. @@ -16384,7 +16384,7 @@ Treat overriding-terminal-local-map like overriding-local-map. (debugger-outer-overriding-terminal-local-map): New variable. -1997-06-07 Thomas Wurgler <twurgler@goodyear.com> +1997-06-07 Thomas Wurgler <twurgler@goodyear.com> * emacs-lock.el: Check for a lock when deleting a buffer. Turn off the lock on a shell or telnet buffer if its process
--- a/lisp/gnus/ChangeLog Mon May 28 15:01:34 2001 +0000 +++ b/lisp/gnus/ChangeLog Mon May 28 15:02:01 2001 +0000 @@ -166,13 +166,13 @@ image/x-portable-bitmap. (mm-get-image): Grok pbm. -2000-12-24 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> +2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (message-mail): Support yank-action. * message.el (message-setup): Revoke the last change. -2000-12-24 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> +2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (message-setup): Use cons. Suggested by Johan Vromans <jvromans@squirrel.nl>. @@ -215,7 +215,7 @@ * gnus-art.el (article-treat-dumbquotes): More doc, provided by Paul Stevenson <p.stevenson@surrey.ac.uk> -2000-12-21 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> +2000-12-21 ShengHuo ZHU <zsh@cs.rochester.edu> * mml.el (gnus-add-minor-mode): Autoload.
--- a/src/ChangeLog Mon May 28 15:01:34 2001 +0000 +++ b/src/ChangeLog Mon May 28 15:02:01 2001 +0000 @@ -1,5 +1,7 @@ 2001-05-28 Gerd Moellmann <gerd@gnu.org> + * macros.c (Fstart_kbd_macro): Doc fix. + * xterm.c (cursor_in_mouse_face_p): New function. (x_draw_stretch_glyph_string): Use it to choose a different GC when drawing a cursor within highlighted text.