Mercurial > emacs
changeset 54839:4cafb6ad0ccc
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 13 Apr 2004 16:06:38 +0000 |
parents | 6072018b576e |
children | 3768540a819c |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 13 16:05:36 2004 +0000 +++ b/lisp/ChangeLog Tue Apr 13 16:06:38 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> + + * progmodes/python.el (run-python): Use compilation-shell-minor-mode. + Set compilation-error-regexp-alist earlier. + 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca> * progmodes/compile.el (compile-goto-error): Select the buffer/window @@ -140,6 +145,10 @@ * progmodes/delphi.el (delphi-version): Variable removed. * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring. +2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs. + 2004-04-09 Jesper Harder <harder@ifa.au.dk> * info.el (info-apropos): Improve menu item regexp.
--- a/src/ChangeLog Tue Apr 13 16:05:36 2004 +0000 +++ b/src/ChangeLog Tue Apr 13 16:06:38 2004 +0000 @@ -32,6 +32,10 @@ * buffer.c (fix_start_end_in_overlays): Make overlays empty if they are backwards. +2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca> + + * xfaces.c (face_color_supported_p): Fix compilation without X11. + 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> * doc.c (Fsnarf_documentation): Ignore new file name entries.