# HG changeset patch # User Gerd Moellmann # Date 991062121 0 # Node ID d732e11e48ace341176a2e0ff9d67d8bc5983456 # Parent cea256f04f86bdc4df7efc2044629802403861b2 *** empty log message *** diff -r cea256f04f86 -r d732e11e48ac ChangeLog --- 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 + + * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset + LC_MESSAGES and LANG. From Karl Eichwalder . + 2001-05-14 Gerd Moellmann * make-dist: Copy texinfo.tex unconditionally. diff -r cea256f04f86 -r d732e11e48ac lisp/ChangeLog --- 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 +2000-12-01 Milan Zamazal * 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 +2000-07-17 Emmanuel Briot * 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 diff -r cea256f04f86 -r d732e11e48ac lisp/ChangeLog.7 --- 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 +1997-08-11 Dan Nicolaescu * 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 +1997-08-10 Dan Nicolaescu * 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 +1997-08-08 Dan Nicolaescu * progmodes/hideshow.el: Correct the autoload cookies. -1997-08-07 Dan Nicolaescu +1997-08-07 Dan Nicolaescu * 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 < +1997-07-29 Oscar Figueiredo * 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 +1997-06-09 Thomas Wurgler * 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 +1997-06-07 Thomas Wurgler * emacs-lock.el: Check for a lock when deleting a buffer. Turn off the lock on a shell or telnet buffer if its process diff -r cea256f04f86 -r d732e11e48ac lisp/gnus/ChangeLog --- 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 +2000-12-24 ShengHuo ZHU * message.el (message-mail): Support yank-action. * message.el (message-setup): Revoke the last change. -2000-12-24 01:00:00 ShengHuo ZHU +2000-12-24 ShengHuo ZHU * message.el (message-setup): Use cons. Suggested by Johan Vromans . @@ -215,7 +215,7 @@ * gnus-art.el (article-treat-dumbquotes): More doc, provided by Paul Stevenson -2000-12-21 14:00:00 ShengHuo ZHU +2000-12-21 ShengHuo ZHU * mml.el (gnus-add-minor-mode): Autoload. diff -r cea256f04f86 -r d732e11e48ac src/ChangeLog --- 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 + * 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.