]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Don't set dedicated status for reused normal windows (Bug#9215).
[gnu-emacs] / lisp / ChangeLog
index 1ec6c18e6a93a5ba5fb57d7de441939a568968a7..791233439bb14bd0462b67dfe411cb11887758a5 100644 (file)
@@ -1,5 +1,235 @@
+2011-08-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-in-window): Don't set dedicated status
+       of window here (Bug#9215).
+       (display-buffer-pop-up-window, display-buffer-pop-up-frame)
+       (display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window): Set dedicated status of window
+       here.
+
+2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
+       before binding generated-autoload-file.
+
+2011-08-01  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-handler-333): Clarify docstring.
+
+2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.2.
+
+       * net/trampver.el: Update release number.
+
+2011-07-30  Juri Linkov  <juri@jurta.org>
+
+       * dired-aux.el (dired-touch-initial): Remove function.
+       (dired-do-chxxx): For op-symbol `touch', set `initial' to the
+       current time, and `default' to the last modification time of the
+       current marked file (bug#6887).
+
+2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * simple.el (goto-line): Use string-to-number to provide a
+       numeric argument to read-number (bug#9163).
+
+2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
+       connection process, it could be nil.
+
+2011-07-27  Leo Liu  <sdl.web@gmail.com>
+
+       Simplify url handling in rcirc-mode.
+
+       * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
+       (rcirc-browse-url-at-mouse): Remove.
+       * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
+
+2011-07-26  Alan Mackenzie  <acm@muc.de>
+
+       Fontify bitfield declarations properly.
+
+       * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
+       (c-symbol-chars): Now exported as a lang variable.
+       (c-not-primitive-type-keywords): New lang variable.
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
+       QT keyword "more" to prevent "more slots: ...." being spuriously
+       parsed as a bitfield declaraion.
+
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor
+       and enhance to handle bitfield declarations.
+       (c-punctuation-in): New function.
+       (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
+       declarations properly.
+
+2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar--all-events): Take care of
+       multiple vcalendars in a single file.
+       (icalendar--convert-float-to-ical): checkdoc fixes.
+
+2011-07-25  Deniz Dogan  <deniz@dogan.se>
+
+       * image.el (insert-image): Clarifying docstring.
+
+2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
+       `tramp-send-command-and-check' if there is no error.
+       (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
+
+2011-07-22  Alan Mackenzie  <acm@muc.de>
+
+       Prevent cc-langs.elc being loaded at run time.
+
+       * progmodes/cc-mode.el: Remove two autoload forms which loaded
+       cc-langs.
+
+       * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
+       "(require 'cc-langs)".  Quote a form so it will evaluate at
+       (cc-mode's) compilation time.
+
+2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-file-name-handler): Avoid recursive
+       loading.  (Bug#9114)
+
+2011-07-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-pop-up-window)
+       (display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window): Call display-buffer-set-height
+       and display-buffer-set-width after setting the new window's
+       buffer so `fit-window-to-buffer' and friends work on the right
+       buffer.
+
+2011-07-20  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
+       (etags-tags-included-tables): Call `convert-standard-filename' on
+       the file names contained in TAGS so that windows Emacs can handle
+       TAGS files created by cygwin ctags.
+
+2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * proced.el (proced-update): Revert yesterday's bug#1779 patch,
+       which apparently didn't work.
+
+2011-07-19  Roland Winkler  <winkler@gnu.org>
+
+       * proced.el (proced-send-signal): For *Marked Processes* buffer
+       put point at beginning of buffer.
+
+2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
+
+       * proced.el (proced-format): Make header lines align with the text
+       (bug#1779).
+
+2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * view.el (view-buffer): Allow running in `special' modes if we're
+       visiting a file (bug#8615).
+
+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>
+
+       * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
+       method if slot is read-only (bug#9035).
+
+2011-07-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * frame.el (select-frame-set-input-focus): New argument
+       NORECORD.
+       * window.el (pop-to-buffer): Select window used even if it was
+       selected before, see discussion of (Bug#8615), (Bug#6954).  Pass
+       argument NORECORD on to select-frame-set-input-focus.
+
+2011-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
+       Respect help-form.
+
+2011-07-09  Lawrence Mitchell  <wence@gmx.li>
+
+       * net/gnutls.el (gnutls-min-prime-bits): New variable.
+       (gnutls-negotiate): Use it.
+
+2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/gnutls.el (gnutls-negotiate): Upcase
+       `gnutls-algorithm-priority'.
+
+2011-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * jka-compr.el (jka-compr-verbose): Move from here...
+       * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
+       Add missing :version tag.
+       * info.el: No need to require jka-compr when compiling.
+
 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/gnutls.el (gnutls-algorithm-priority): New variable.
+       (gnutls-negotiate): Use it.
+
+       * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
+
+       * info.el (Info-beginning-of-buffer): New command.
+       (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
+       announcing `b' as the key (bug#8325).
+       (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
+
        * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
 
        * international/mule-cmds.el