X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a857d3c7c05062e9a0916b4894e4d82e95f9e7ef..f8b351c190ecb3d01bd81a0c4624153b15a95f89:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12c2603e35..b7cdb5f96e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,78 @@ +2011-02-06 Chong Yidong + + * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for + non-ASCII characters (Bug#7925). + +2011-02-05 Glenn Morris + + * emacs-lisp/cl-macs.el (return-from): Fix doc typo. + + * calendar/diary-lib.el (diary-font-lock-keywords): + Tweak diary-time-regexp match. (Bug#7891) + + * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919) + (f90-mode): Use it for mode's `find-tag-default-function' property. + + * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969) + + * faces.el (set-face-attribute): Doc fix. (Bug#2659) + +2011-02-05 Deniz Dogan + + * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process + (Bug#6386). + +2011-02-05 Stefan Monnier + + * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the + font-lock-syntax-table remappings. + (sh-here-doc-markers, sh-here-doc-re): Remove. + (sh-font-lock-close-heredoc): Remove. + (sh-syntax-propertize-here-doc): New function. + (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property + instead of the sh-here-doc-re. + (sh-font-lock-paren): Don't do anything in comments or strings. + Handle line continuations. Accept a few more chars. + Don't rely on the font-lock-syntax-table remappings. + `esac' is not a valid pattern. + (sh-syntax-propertize-function): Handle here-docs differently, so we + don't bother syntax-propertizing the insides. + + * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing): + Handle new bashisms ";&" and ";;&" (bug#7947). + +2011-02-05 Michael Albinus + + * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'. + Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER". + +2011-02-05 Era Eriksson (tiny change) + + * net/tramp.el (tramp-postfix-method-format) + (tramp-postfix-method-regexp, tramp-prefix-domain-format) + (tramp-prefix-domain-regexp, tramp-postfix-user-format) + (tramp-postfix-user-regexp, tramp-prefix-port-format) + (tramp-prefix-port-regexp, tramp-postfix-host-format) + (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name): + Doc fix. + +2011-02-04 Sam Steingold + + * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group. + +2011-02-04 Andreas Schwab + + * international/mule-util.el (with-coding-priority): Doc fix. + +2011-02-04 Eli Zaretskii + + * arc-mode.el (archive-mode-map): Fix a typo in last change. + +2011-02-03 Sam Steingold + + * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): + Do not error out when `func' is nil. + 2011-02-03 Michael Albinus * net/tramp-sh.el (tramp-remote-path): Add default settings for