]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 15:02:01 +0000 (15:02 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 15:02:01 +0000 (15:02 +0000)
ChangeLog
lisp/ChangeLog
lisp/ChangeLog.7
lisp/gnus/ChangeLog
src/ChangeLog

index 0dd1d146cd7a9db5548f12ad226ecca0251582d6..ed76ac1d7c2aa883b34851e701a1f3c42b6598e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 0c8ae27feff521bdcbcb46a167f10bd20bd51003..8d03e97d13ad6c091cfdf8f26536075925e5f4f4 100644 (file)
        * 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.
        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
index c41a0486058b41db8ed23ffbee4a486e34a6d317..69a3e5efa5262d10e8e6113d501a8c67726f16c3 100644 (file)
        * 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.
        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.
 
        * 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.
 
        * 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.
 
        * 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.
        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
index 4892cb7ce1e7304aa9ef185027b510591335b9e9..ef8de2910829422f6a0b56a1f9238238053cb83b 100644 (file)
        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>.
        * 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.
 
index e036c4c46e4d9d53460b7a4a38f78b705df5d14a..2bf591053df7f6349af79b89355f54e98d3637d0 100644 (file)
@@ -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.