]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Version 22.3 released.
[gnu-emacs] / lisp / ChangeLog
index 5889ab5fa81c739aae0fe356883e1809b91f7e7f..f513925b4f691e1b5ddc0462ad533cb22b0363fe 100644 (file)
@@ -1,3 +1,317 @@
+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.
+
+2008-08-10  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (bootstrap-prepare): Explictly pass EMACS to sub-makes
+       that use it, for non-GNU makes (sync from trunk 2008-06-08).
+
+       * cus-dep.el (generated-custom-dependencies-file): Doc fix (sync from
+       trunk 2008-06-05).
+
+       * finder.el (generated-finder-keywords-file, finder-exit):
+       Doc fix (sync from trunk 2008-06-05).
+
+       * simple.el (toggle-truncate-lines): Doc fix (sync from trunk
+       2008-04-10).
+
+       * subr.el (locate-library): Doc fix (sync from trunk 2008-06-10).
+
+       * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix (sync
+       from trunk 2008-06-13).
+       (byte-compile-file): Doc fix (sync from trunk 2008-04-27).
+
+       * progmodes/f90.el (f90-beginning-of-subprogram)
+       (f90-end-of-subprogram):  Only give a message when interactive (sync
+       from trunk 2008-06-12).
+
+       * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
+       before trying to move there (sync from trunk 2008-06-11).
+
+       * calendar/cal-bahai.el (holiday-bahai): Use an algorithm actually
+       relevant to this calendar system (sync from trunk 2008-03-31).
+       (calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync
+       from trunk 2008-03-31).
+       (calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk
+       2008-03-20).
+       (calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk
+       2008-03-20).
+
+       * calendar/calendar.el (increment-calendar-month): Optionally handle
+       systems without 12 months per year (sync from trunk 2008-03-31; needed
+       for above holiday-bahai fix).
+
+       * calendar/cal-islam.el (holiday-islamic): Doc fix (sync from trunk
+       2008-04-23).
+
+       * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
+       in the last fortnight in Julian October (sync from trunk 2008-03-31).
+
+       * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type (sync
+       from trunk 2008-04-11).
+
+       * calendar/calendar.el (calendar-nth-named-absday)
+       (calendar-nth-named-day):
+       * calendar/diary-lib.el (list-sexp-diary-entries, diary-float):
+       * calendar/holidays.el (holiday-float):
+       Doc fixes (sync from trunk 2008-04-29).
+
+       * calendar/diary-lib.el (simple-diary-display, diary-show-all-entries)
+       (make-diary-entry): Respect non-nil values of pop-up-frames (sync from
+       trunk 2008-03-28).
+
+       * calendar/diary-lib.el (diary-remind): Doc fix.
+
+2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * kmacro.el (kmacro-exec-ring-item): Add autoload.
+
+       * files.el (auto-save-visited-file-name): Move definition to
+       fileio.c.
+
+       * cus-start.el (all): Handle auto-save-visited-file-name.
+
+2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (custom-save-all): Avoid destroying symlink if
+       already visiting the custom file.
+
+       * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
+       pending output coming after the status change.
+
+2008-07-31  Sven Joachim  <svenjoac@gmx.de>
+
+       * 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)
+
+       * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
+       move the (arglist-cont-nonempty) from c-offsets-alist to
+       c-hanging-braces-alist like other styles already have.
+
+2008-07-19  Markus Triska  <markus.triska@gmx.at>
+
+       * image-mode.el (image-mode): Set image-mode-text-map when image
+       cannot be displayed.
+
+2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/flyspell.el (flyspell-word, flyspell-large-region)
+       (flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
+
+       * simple.el (next-error): Do a redisplay to prevent incorrect
+       recentering (workaround for bug#197).
+
+2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-perl-directory-files-and-attributes)
+       (tramp-get-device): Make device number a cons cell.
+
+2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
+       invalid filename strings when parsing tex errors (bug#376).
+
+2008-07-24  Sven Joachim  <svenjoac@gmx.de>
+
+       * dired-aux.el (dired-copy-file-recursive): Avoid calling
+       set-file-modes when creating target directories.
+
+2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
+       key remapping, not directly.
+
+2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+
+       * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
+       more suitable colors on dark displays.
+
+2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * shell.el (shell-dynamic-complete-functions): Use
+       comint-dynamic-complete-filename as well (bug#361).
+
+2008-06-21  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
+       infinite loop on invalid syntax.
+
+2008-06-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
+
+2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * uniquify.el (uniquify-get-proposed-name): Handle remote files.
+
+2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tar-mode.el (tar-header-block-summarize): Ensure one space around
+       user&group.
+
+2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
+       Use diary-ordinal-suffix.
+
+2008-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
+
+2008-05-24  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
+       if c-file-style is set to a non-string
+
+       (c-neutralize-CPP-line): Surround by `save-excursion'.
+       (c-neutralize-syntax-in-CPP): Optimize for speed.
+
+2008-05-18  David Hull <david@snap.com>  (tiny change)
+
+       * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
+
+2008-05-18  mohrmarc  <debian@miller-mohr.de>  (tiny change)
+
+       * progmodes/fortran.el (fortran-font-lock-keywords-2): Add keywords for
+       logic operators .eqv. and .neqv.
+
+2008-05-17  David Hull <david@snap.com>  (tiny change)
+
+       * vc-hg.el (vc-hg-annotate-command): Allow white space before
+       version number.
+
+2008-05-12  Simon Marshall  <simon@gnu.org>
+
+       * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
+       from its default value and give it the risky-local-variable
+       property (CVE-2008-2142).
+
 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
 
        * smerge-mode.el (smerge-command-prefix): Fix custom type.
@@ -9,8 +323,8 @@
 
 2008-05-01  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't
-       throw error if no file is found.
+       * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
+       Don't throw error if no file is found.
 
 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>