diff options
author | Jason Rumney <jasonr@gnu.org> | 2005-06-10 23:04:18 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2005-06-10 23:04:18 +0000 |
commit | d11f8e1ab9bd57d2c9346520858a328e9bc6d0d5 (patch) | |
tree | 006f3ca7646f7cb9bba47c20c8b0f39b91934496 | |
parent | ba6f3859e02ec8ff4b2d7ba179efa1ee3fb0243c (diff) | |
download | emacs-d11f8e1ab9bd57d2c9346520858a328e9bc6d0d5.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 724d86a95b6..3d75c4cfd7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change) + + * progmodes/compile.el (compilation-error-regexp-alist-alist) + [msft]: update regexp for newer msft compilers. + 2005-06-10 Mark A. Hershberger <mah@everybody.org> * xml.el (start-chars, xml-parse-dtd): Add the ability to skip diff --git a/src/ChangeLog b/src/ChangeLog index da7ce8af7ea..34c19326c98 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-06-11 Jason Rumney <jasonr@gnu.org> + + * w32fns.c (Fx_file_dialog): Unblock input before falling back to + minibuffer. + * macfns.c (Fx_file_dialog): Likewise. + 2005-06-10 Eli Zaretskii <eliz@gnu.org> * makefile.w32-in ($(TEMACS)): Depend on addsection.exe. |