diff options
author | Glenn Morris <rgm@gnu.org> | 2011-06-25 13:51:40 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-06-25 13:51:40 -0700 |
commit | eefff499d77174f32277a97cddc88a8560123e7c (patch) | |
tree | 5d4a08370d0fc4d0f782f9133e534f26fc6f78b8 | |
parent | 898265597cd48ac86f35aa0d54d7c354135ee599 (diff) | |
download | emacs-eefff499d77174f32277a97cddc88a8560123e7c.tar.gz emacs-eefff499d77174f32277a97cddc88a8560123e7c.tar.bz2 emacs-eefff499d77174f32277a97cddc88a8560123e7c.zip |
Add missing ChangeLog for previous commit.
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a8188f8f5e..f9f47e6a52b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,13 @@ +2011-06-25 Glenn Morris <rgm@gnu.org> + + * progmodes/f90.el (f90-keywords-re, f90-procedures-re) + (f90-constants-re): Add some F2008 stuff. + 2011-06-25 Eli Zaretskii <eliz@gnu.org> * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind buffer-file-type before setting its value, to avoid disastrous - global effects on decoding files for DOS/Windows systems. - (Bug#8780) + global effects on decoding files for DOS/Windows systems. (Bug#8780) 2011-06-25 Juanma Barranquero <lekktu@gmail.com> |