]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(special-display-buffer-names)
[gnu-emacs] / lisp / ChangeLog
index e9aaac24c35ce071d2e6faea35cb7198b4d5de1e..7bb06fd8494fdffcce061be804ba0858bb1ba8ef 100644 (file)
@@ -1,3 +1,150 @@
+2009-01-14  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps): Add customization support for
+       function/other-args elements.  Rewrite doc-strings.
+       (special-display-function): Rewrite doc-strings
+       (same-window-buffer-names, same-window-regexps): Minor
+       doc-string fixes.
+       (special-display-p): Minor rewrite.
+
+2009-01-14  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
+
+2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
+       MESSAGEs with internal square brackets (i.e., " this [test] message").
+       Use `string-match-p'.
+       (completion--make-envvar-table, completion--file-name-table)
+       (completion-pcm--string->pattern, completion-pcm--all-completions)
+       (completion-pcm--filename-try-filter): Use `string-match-p'.
+
+2009-01-14  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/bug-reference.el (bug-reference-fontify): Check for
+       non-nil `bug-reference-url-format' before putting an overlay
+       property `bug-reference-url'.
+       (bug-reference-mode, bug-reference-prog-mode): Don't check for
+       `bug-reference-url-format'.  Doc fix.  (Bug#1744)
+
+2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
+       for exit-emacs item.  Bind it to save-buffers-kill-terminal.
+
+       * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
+       loaded.
+
+2009-01-13  Jason Rumney  <jasonr@gnu.org>
+
+       * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
+
+2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (play-sound): Doc fix.  (Bug#250)
+       (shell-quote-argument, field-at-pos): Fix typos in docstrings.
+
+2009-01-12  Alan Mackenzie  <acm@muc.de>
+
+       * textmodes/paragraphs.el (forward-sentence): Change limit of
+       re-search-backward to allow values of `sentence-end' anchored at BOL.
+
+2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
+       subfield of the magic string.
+
+2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-lang.el (math-compose-tex-sqrt): New function.
+       (math-special-function-table): Use `math-compose-tex-sqrt' to
+       compose sqrts in TeX and LaTeX mode.
+
+2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (describe-face): Ignore anonymous faces.
+
+       * server.el (server-save-buffers-kill-terminal): Args changed.
+       Handle nowait client frames.
+
+       * files.el (save-buffers-kill-terminal): Args for
+       server-save-buffers-kill-terminal changed.
+
+2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
+
+2009-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
+       Silence compiler.
+
+       * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
+       some entries.
+       (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
+       (authors-renamed-files-alist): Add entries.
+       (authors-fixed-entries): Update for renamed and removed files.
+       (authors-canonical-file-name): Add entries to
+       authors-checked-files-alist based on their full names, expanded relative
+       to each log-file directory.
+       (authors-scan-el, authors-add-to-author-list, authors):
+       Handle multiple authors in a file, via a new :cowrote category.
+
+       * emacs-lisp/copyright.el (copyright-update): Add doc-string.
+
+2009-01-10  Richard M Stallman  <rms@gnu.org>
+
+       * mail/mail-utils.el (mail-quote-printable-region): New function.
+
+2009-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-move.el (calendar-scroll-left-three-months)
+       (calendar-scroll-right-three-months):
+       * calendar/holidays.el (calendar-list-holidays)
+       (calendar-mark-holidays):
+       * calendar/lunar.el (calendar-lunar-phases):
+       Add event handling, for when called from menus with the calendar buffer
+       not current.
+
+2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
+       Move setting up whitepace-mode ...
+       (diff-mode): ... here.
+       (diff-mode-menu): Add a menu entry for showing trailing whitespace.
+
+2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (x-font-family-list): Remove entirely.
+
+2009-01-10  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix Bug #876:
+
+       * info.el (info-insert-file-contents, Info-insert-dir): Bind
+       inhibit-null-byte-detection to non-nil.
+
+2009-01-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * tool-bar.el (tool-bar-mode): Modify all frame parameters when
+       toggling tool bars on.  (Bug#1754)
+
+2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * faces.el (face-valid-attribute-values): Use string as value for
+       :family attribute.  Now, font-family-list returns a list of
+       strings.
+       (x-font-family-list): Obsolete compatibility version of function
+       from xfaces.c.
+
+2009-01-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (special-display-buffer-names)
+       (special-display-regexps, special-display-function): In
+       doc-strings say "same-window" instead of "same-buffer".
+
 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el: Revert previous patch.  `last-command-char' is
        (follow-update-window-start, follow-select-if-visible)
        (follow-calculate-first-window-start-from-below)
        (follow-post-command-hook): Code cleanup.
-       (follow-downward, follow-calculate-first-window-start): Function
-       deleted and merged into follow-redisplay.
+       (follow-downward, follow-calculate-first-window-start):
+       Delete function and merge into follow-redisplay.
        (follow-redisplay): Merge code from follow-downward and
        follow-calculate-first-window-start.
 
 
 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
-       * proced.el (proced-temp-alist): Renamed from variable
+       * proced.el (proced-temp-alist): Rename from variable
        proced-children-alist.
        (proced-process-tree, proced-toggle-tree): Fix docstring.
        (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
 
 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
-       * proced.el (proced-grammar-alist): Allow predicate nil.  New
-       attribute tree.
+       * proced.el (proced-grammar-alist): Allow predicate nil.
+       New attribute tree.
        (proced-format-alist): Use attribute tree.
        (proced-tree-flag, proced-tree-indent): New variables.
-       (proced-children-alist): Renamed from proced-process-tree.  PPID
-       must refer to a process in process-alist.  Ignore PPIDs that equal
-       PID (Bug#1718).  Children alist inherits sorting order from
-       process-alist.
+       (proced-children-alist): Rename from proced-process-tree.
+       PPID must refer to a process in process-alist.
+       Ignore PPIDs that equal PID (Bug#1718).
+       Children alist inherits sorting order from process-alist.
        (proced-process-tree): New variable.  New function.
        (proced-process-tree-internal, proced-toggle-tree)
-       (proced-tree, proced-tree-insert, proced-format-tree): New
-       functions.
+       (proced-tree, proced-tree-insert, proced-format-tree): New functions.
        (proced-mark-process-alist): Add docstring.
        (proced-filter-parents): PPID must refer to a process in
        process-alist.  Ignore PPIDs that equal PID (Bug#1718).
        (proced-sort): Throw error if attribute is not sortable.
-       (proced-sort-interactive): Restrict completion to sortable
-       attributes.
+       (proced-sort-interactive): Restrict completion to sortable attributes.
        (proced-format): Include tree in standard attributes if
        proced-tree-flag is non-nil.  Make header clickable only if
        corresponding predicate is non-nil.
        * startup.el (command-line): Do not mention the server name in
        case the user has not mentioned it, print a more explicit message.
 
-       * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
-       all callers.
+       * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
+       Change all callers.
 
 2008-12-18  Sam Steingold  <sds@gnu.org>
 
 
 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
 
-       * epa-file.el (epa-file-insert-file-contents): Set
-       buffer-file-name before decrypting a file.
+       * epa-file.el (epa-file-insert-file-contents):
+       Set buffer-file-name before decrypting a file.
 
 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
-       * proced.el (proced-auto-update-interval): Renamed from
+       * proced.el (proced-auto-update-interval): Rename from
        proced-timer-interval.
-       (proced-auto-update-flag): Renamed from proced-timer-flag.
-       (proced-auto-update-timer): Renamed from proced-timer.
-       (proced-toggle-auto-update): Renamed from
-       proced-toggle-timer-flag.
+       (proced-auto-update-flag): Rename from proced-timer-flag.
+       (proced-auto-update-timer): Rename from proced-timer.
+       (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
        (proced-available): Initialize appropriately.
 
 2008-12-13  Glenn Morris  <rgm@gnu.org>
        condition-case.  Do not delete more windows than necessary in
        the shrinking (delta < 0) case.  Do not raise an error when the
        containing frame is too small to show all of buffer.  (Bug#1488)
+
        * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
        min-height arg 1 to make sure that small buffers are shown.
 
@@ -17043,8 +17188,6 @@ See ChangeLog.13 for earlier changes.
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
-;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
 ;; End:
 
     Copyright (C) 2008, 2009  Free Software Foundation, Inc.