]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Rewrite display-buffer-alist-set to handle Emacs 23 options more accurately.
[gnu-emacs] / lisp / ChangeLog
index 06201dd41463bbf48ebc29a910fb7a6991fc42a3..50e4cd49f4cdb511204e5db3bf07478981740bc4 100644 (file)
@@ -1,7 +1,52 @@
+2011-07-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist-of-strings-p)
+       (display-buffer-alist-set-1, display-buffer-alist-set-2): New
+       functions.
+       (display-buffer-alist-set): Rewrite to handle Emacs 23 options
+       more accurately.
+
+2011-07-18  Alan Mackenzie  <acm@muc.de>
+
+       Fontify declarators properly when, e.g., a jit-lock chunk begins
+       inside a declaration.
+
+       * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
+
+       * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New
+       function.
+       (c-complex-decl-matchers): Insert reference to
+       c-font-lock-enclosing-decls.
+
+       * progmodes/cc-engine.el (c-backward-single-comment):
+       (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
+       to nil around calls to (forward-comment -1).
+
+2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * image.el (put-image): Doc typo fix.
+
+       * progmodes/etags.el (tags-search): Doc typo fix.
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
+       password if we get errors 550 to 554.
+
 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/gnutls.el (gnutls-log-level): Removed.
+
+       * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
+       indentation character (bug#6380).
+
+       * files.el (buffer-offer-save): Made permanently local (bug#6241).
+
+       * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
+       to clarify what the problem is (bug#4291).
+
        * simple.el (current-kill): Clarify what
        `interprogram-paste-function' does (bug#7500).
+       (auto-fill-mode): Document `auto-fill-function' in relation to
+       `auto-fill-mode' (bug#2470).
 
 2011-07-16  Lawrence Mitchell  <wence@gmx.li>