diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15bd4b190b2..d1ec662bac8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2011-05-20 Nix <nix@esperi.org.uk> | ||
| 2 | |||
| 3 | * files.el (basic-save-buffer-2): | ||
| 4 | Fix handling of break-hardlink-on-save with non-existent files. | ||
| 5 | |||
| 6 | 2011-05-19 Deniz Dogan <deniz@dogan.se> | ||
| 7 | |||
| 8 | * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil. | ||
| 9 | (rcirc-markup-urls): Check if rcirc-url-regexp is nil. | ||
| 10 | |||
| 11 | 2011-05-19 Glenn Morris <rgm@gnu.org> | ||
| 12 | |||
| 13 | * progmodes/f90.el (f90-type-def-re): | ||
| 14 | Handle "type, bind(c)". (Bug#8691) | ||
| 15 | |||
| 16 | * emacs-lisp/autoload.el (batch-update-autoloads): | ||
| 17 | Set autoload-excludes by parsing loadup.el rather than Makefiles. | ||
| 18 | |||
| 1 | 2011-05-18 Michael Albinus <michael.albinus@gmx.de> | 19 | 2011-05-18 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 20 | ||
| 3 | * net/tramp.el (tramp-process-actions): Set "first-password-request" | 21 | * net/tramp.el (tramp-process-actions): Set "first-password-request" |