*** empty log message ***

This commit is contained in:
Stefan Monnier 2004-04-13 16:06:38 +00:00
parent f9f25632b3
commit 40899d7b75
2 changed files with 13 additions and 0 deletions

View file

@ -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.

View file

@ -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.