* term/x-win.el (x-initialize-window-system): Call
[bpt/emacs.git] / lisp / ChangeLog
index bdb8056..4450ee1 100644 (file)
@@ -1,3 +1,125 @@
+2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/x-win.el (x-initialize-window-system): Call
+       x-wm-set-size-hint after initialization.
+
+       * eshell/em-hist.el (eshell-save-history-on-exit): Change default
+       to t.
+
+       * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
+       2000-12-08 (bug#1297).
+
+       * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
+
+2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
+       when appropriate.
+
+2008-11-02  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (save-selected-window-norecord): New macro
+       (walk-windows): Use save-selected-window-norecord and call
+       select-window with NORECORD set.  (Bug#1237)
+       (set-window-text-height, fit-window-to-buffer): Use
+       save-selected-window-norecord and call select-window with
+       NORECORD set.
+       * subr.el (with-selected-window): Call set-frame-selected-window
+       with new argument NORECORD set.  Update doc-string.
+       (with-selected-frame): Call select-frame with new argument
+       NORECORD set.  Update doc-string.
+       * emacs-lisp/lisp-mode.el (save-selected-window-norecord): Put
+       indent-function for save-selected-window-norecord.
+       * font-lock.el (lisp-font-lock-keywords-2): Add
+       save-selected-window-norecord.
+
+2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cus-edit.el (customize-apropos-options, custom-comment)
+       (custom-comment-tag, custom-face-edit-attribute-tag):
+       Fix typos in docstrings.
+       (custom-buffer-done-kill): Remove * from defcustom docstring.
+       (custom-file): Fix typo in doc of defcustom choice.
+
+       * frame.el (display-visual-class): Fix typo in docstring.
+       (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
+       (special-display-frame-alist, show-trailing-whitespace)
+       (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
+       (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
+       Remove * from defcustom docstrings.
+
+       * md4.el (md4-buffer): Fix typo in docstring.
+       (md4, md4-64): Doc fixes.
+       (md4-pack-int32): Reflow docstring.
+
+       * paths.el (rmail-file-name): Remove * from defcustom docstring.
+       (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
+
+       * rect.el (open-rectangle): Reflow docstring.
+       (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
+
+       * select.el (x-get-cut-buffer): Fix typo in docstring.
+
+       * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
+       (timezone-time-zone-from-absolute, timezone-leap-year-p):
+       Fix typos in docstrings.
+
+       * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
+       Fix typos in docstrings.
+
+2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
+
+       * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
+
+       * net/newst-treeview.el (newsticker--treeview-list-update-faces)
+       (newsticker--treeview-list-update, newsticker--treeview-item-show)
+       (newsticker--treeview-tree-update)
+       (newsticker--treeview-tree-update-highlight)
+       (newsticker-treeview-update)
+       (newsticker-treeview-next-item, newsticker-treeview-prev-item)
+       (newsticker-treeview-next-new-or-immortal-item)
+       (newsticker-treeview-prev-new-or-immortal-item)
+       (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
+       (newsticker-treeview-tree-click): Watch for layout changes.
+       (newsticker--treeview-set-current-node): Cleanup.
+       (newsticker--treeview-restore-layout): Rename from
+       newsticker--treeview-restore-buffers.
+       (newsticker--treeview-mark-item): Update cache file.
+
+2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar--uid-count): New.
+       (icalendar--create-uid): New.  Extracted from
+       `icalendar-export-region' and add uid counter.
+       (icalendar-export-region): Use `icalendar--create-uid'.
+
+2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * tooltip.el (tooltip-frame-parameters): Doc fix.
+
+2008-10-31  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-body-height, window-current-scroll-bars)
+       (walk-windows, get-window-with-predicate, get-buffer-window-list)
+       (minibuffer-window-active-p, count-windows)
+       (window-safely-shrinkable-p, window--splittable-p)
+       (window--try-to-split-window, window--frame-usable-p)
+       (window--even-window-heights, window--display-buffer-1)
+       (window--display-buffer-2, set-window-text-height)
+       (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
+       (truncated-partial-width-window-p): Rewrite doc-string.
+       (window-fixed-size-p): Simplify code.  Rewrite doc-string.
+       (split-window-vertically, split-window-horizontally):
+       Rename args, rewrite doc-string, and simplify code.
+       (split-window-save-restore-data): Rename args and use
+       when instead of if.
+
+2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * indent.el (indent-for-tab-command): Use use-region-p.
+
+       * vc.el (vc-revert): Limit the length of the query string.
+
 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
 
        * simple.el (idle-update-delay, next-error-highlight)
        * startup.el (inhibit-startup-screen): Reflow docstring.
        (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
 
+2008-10-27  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el (describe-char): Fix terminal case (where font is nil).
+
 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
 
        * face-remap.el (text-scale-increase, text-scale-decrease)