]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Version 22.3 released.
[gnu-emacs] / lisp / ChangeLog
index 41d2b1902a3c861e69529d60673c2ac4b8e40436..f513925b4f691e1b5ddc0462ad533cb22b0363fe 100644 (file)
@@ -1,3 +1,126 @@
+2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 22.3 released.
+
+2008-09-03  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
+
+2008-09-03  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
+       name of parameters in document body.  (sync from trunk 2007-08-23)
+
+2008-08-30  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (make-variable-frame-local): Tweak obsolescence message.
+
+2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-mode): Fix 2008-07-19 change.
+
+2008-08-26  Juanma Barranquero  <lekktu@gmail.com>
+
+       * facemenu.el (facemenu-unlisted-faces): Fix obsolescence declaration.
+
+       * hi-lock.el (hi-lock-mode): Fix typo in docstring.
+
+       * icomplete.el (icomplete-compute-delay, icomplete-get-keys): Doc fixes.
+       (icomplete-delay-completions-threshold): Fix typo in docstring.
+
+       * speedbar.el (speedbar-stealthy-function-list)
+       (speedbar-verbosity-level, speedbar-supported-extension-expressions)
+       (speedbar-update-current-file, speedbar-add-indicator)
+       (speedbar-tag-expand): Reflow docstrings.
+       (speedbar-use-imenu-flag, speedbar-use-tool-tips-flag)
+       (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
+       (speedbar-file-regexp, speedbar-message, speedbar-item-info)
+       (speedbar-files-item-info, speedbar-fetch-replacement-function)
+       (speedbar-maybe-add-localized-support)
+       (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
+       (speedbar-extract-one-symbol, speedbar-recenter-to-top)
+       (speedbar-recenter, speedbar-separator-face): Fix typos in docstrings.
+       (speedbar-ignored-directory-expressions, speedbar-handle-delete-frame)
+       (speedbar-show-info-under-mouse, speedbar-directory-buttons)
+       (speedbar-check-vc-this-line, speedbar-files-line-directory)
+       (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
+       (speedbar-buffers-line-directory): Doc fixes.
+
+       * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
+
+       * emacs-lisp/edebug.el (edebug-unwrap*, edebug-signal)
+       (edebug-restore-status): Doc fixes.
+       (edebug-gensym, edebug-top-level-nonstop, edebug-eval-display)
+       (edebug-eval-result-list, edebug-eval-redisplay, edebug)
+       (edebug-trace): Fix typos in docstrings.
+
+       * emulation/tpu-edt.el (tpu-match-beginning, tpu-match-end)
+       (tpu-check-match, tpu-goto-breadcrumb, tpu-reset-screen-size)
+       (tpu-toggle-overwrite-mode, tpu-include, tpu-get, tpu-what-line)
+       (tpu-insert-escape, tpu-insert-formfeed, tpu-end-define-macro-key)
+       (tpu-check-search-case, tpu-select, tpu-unselect, tpu-trim-line-ends)
+       (tpu-toggle-control-keys): Fix typos in docstrings.
+       (tpu-kill-buffer): Doc fix.
+       (tpu-make-file-buffer-list, tpu-toggle-regexp, tpu-cut)
+       (tpu-append-region, tpu-delete-current-char, tpu-emacs-replace):
+       Reflow docstrings.
+
+       * eshell/em-smart.el (eshell-review-quick-commands): Doc fix.
+
+       * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
+
+       * play/solitaire.el (solitaire, solitaire-mode-map, solitaire-mode-hook)
+       (solitaire-mode, solitaire, solitaire-solve): Fix typos in docstrings.
+
+       * progmodes/gdb-ui.el (gdb-source-info): Fix typo in docstring.
+
+       * progmodes/python.el (python-comment-line-p, python-blank-line-p)
+       (python-skip-out): Doc fixes.
+
+2008-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-units.el (math-simplify-units-quotient): Replace
+       missing exponent.
+
+2008-08-24  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/python.el (run-python): Remove '' from sys.path.
+
+2008-08-23  Glenn Morris  <rgm@gnu.org>
+
+       * dired-x.el (dired-guess-shell-alist-user): Doc fix.
+
+2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * subr.el (temp-buffer-show-hook): Doc fix.
+
+2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emulation/edt.el (edt-default-emulation-setup): Share
+       global-buffers-menu-map with the emulated global map.
+
+2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/flyspell.el (flyspell-word): Revert last change.
+
+2008-08-15  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline.
+       (Bug#699)
+
+2008-08-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/find-func.el (find-library): Wrap search for
+       library name in condition-case to avoid reporting a scan-error.
+       (Bug#563)  (sync from trunk 2008-01-25)
+
+2008-08-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
+
+       * play/solitaire.el (solitaire-solve): Err out if the solitaire
+       is already in progress.
+
 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
 
        * net/ldap.el (ldap-search-internal): Tweak URL regexp.
        * files.el (abbreviate-file-name): When replacing $HOME with ~,
        turn off case-fold-search.
 
-2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org> (tiny change)
+2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
 
        * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
        move the (arglist-cont-nonempty) from c-offsets-alist to