(ELCFILES): Add fadr.elc.
[bpt/emacs.git] / lisp / ChangeLog
index 4445dd3..ec5b282 100644 (file)
+2009-06-22  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ELCFILES): Add fadr.elc.
+
+       * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
+       differing behavior of \n and ^ in strings.  (Bug#3385)
+
+       * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
+       property.
+       (lisp-indent-function): Make it a defcustom.
+
+2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el: Replace with ...
+       * progmodes/gdb-ui.el: ... this file.
+       * progmodes/gud.el: Modify for gdb-mi.el.
+       * fadr.el: New file.
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-06-21  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-function)
+       * emacs-lisp/cl-indent.el (lisp-indent-defun-method)
+       (common-lisp-indent-function): Add doc strings.
+
+2009-06-19  David Casperson  <casper@unbc.ca>  (tiny change)
+
+       * font-core.el (turn-on-font-lock-if-desired): Correctly handle
+       the case where font-lock-global-modes is a list that doesn't begin
+       with `not' (Bug#3611).
+
+2009-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (open-network-stream): Doc fix.
+
+2009-06-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/fontset.el (setup-default-fontset):
+       Fix typo in previous change.
+
+2009-06-19  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el (setup-default-fontset): Add a spec of
+       non-OTF unicode font for Thai.
+
+       * fringe.el: Add coding: utf-8 cookie.
+
+2009-06-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/korean.el (korean-cp949): New coding system.  Set cp949
+       as an alias to it.
+
+2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
+
+       * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
+       format used by GnuPG 2.0.11.
+
+2009-06-18  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (dir-locals-set-directory-class): Make mtime argument
+       optional, since it is always unneeded in the non-file case.  (Bug#3577)
+
+2009-06-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/korean.el ("Korean"): Fix `documentation' property of
+       this language environment.
+
+       * language/korea-util.el (korean-key-bindings): Add binding for
+       key Hangul.
+
+2009-06-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Comment out 2007-07-25 change adding support for Maven error
+       messages; this regexp is too slow on long lines (Bug#3441).
+
+2009-06-17  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
+
+       * progmodes/ruby-mode.el (ruby-parse-partial)
+       (ruby-font-lock-keywords): Support overloadable negative
+       operators (Bug#3587).
+
+2009-06-17  Tiago Saboga  <tiagosaboga@gmail.com>  (tiny change)
+
+       * files.el (save-some-buffers-action-alist): Fix last
+       change (Bug#3578).
+
+2009-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (dir-locals-set-directory-class): Fix doc typo.
+
+2009-06-17  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (list-character-sets): Change
+       "FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology.
+       (list-character-sets-1): Add one line explanation about
+       "supplementary charset".  Make the part "Supplementary Character
+       Sets" clickable.
+
+2009-06-16  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
+
+       * international/mule-conf.el: Add cp949-2-byte, cp949.
+
+2009-06-16  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-region): Improve the docstring.
+
+2009-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-default-revision-granularity): Remove to let the normal
+       error handling kick in (bug#3570).
+
+2009-06-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (kill-visual-line): Rewrite (Bug#3437).  Don't try to
+       handle kill-whole-line, as it doesn't make sense in this context.
+
+2009-06-12  Sam Steingold  <sds@gnu.org>
+
+       * vc-hg.el (vc-hg-log-switches): Add defcustom.
+       (vc-hg-print-log): Use it.
+
+2009-06-12  Kenichi Handa  <handa@m17n.org>
+
+       * international/eucjp-ms.el: Re-generated.
+
+2009-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
+       Fix typo in 2008-04-02 change.
+
+2009-06-10  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-gstring-for-terminal): For zero-width
+       characters of Unicode category `Cf', simply replace it with SPC.
+
+2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
+
+       * ispell.el: Make `ispell-dictionary' customizable (#2555)
+
+2009-06-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
+       files correctly.
+
+2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el (composition-function-table)
+       (script-representative-chars): Don't alter.
+
+2009-06-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
+       copy more robust, especially when "chown" is not applicable.
+
+2009-06-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
+
+2009-06-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-open-connection-setup-interactive-shell):
+       Apply workaround for OpenSolaris bug.
+
+2009-06-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-decrypt-region): Detect encoding if
+       coding-system-for-read is not specified.
+       <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
+       (epa-verify-region): Ditto.
+
+2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * tar-mode.el (tar-header-block-tokenize): Obey @LongLink even for
+       POSIX tar archives (bug#3410).
+
+2009-06-04  Johan Bockgård  <bojohan@gnu.org>
+
+       * vc.el (vc-revision-other-window): Fix argument to backend
+       function revision-completion-table; it expects a list.
+
+2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.el (delete-other-frames): Only delete frames on the
+       same terminal (bug#3442).
+
+2009-06-04  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
+       Make into defcustoms.  (Bug#3429)
+
+2009-06-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * international/README: New file.
+
+       * international/charprop.el:
+       * international/uni-bidi.el:
+       * international/uni-category.el:
+       * international/uni-combining.el:
+       * international/uni-comment.el:
+       * international/uni-decimal.el:
+       * international/uni-decomposition.el:
+       * international/uni-digit.el:
+       * international/uni-lowercase.el:
+       * international/uni-mirrored.el:
+       * international/uni-name.el:
+       * international/uni-numeric.el:
+       * international/uni-old-name.el:
+       * international/uni-titlecase.el:
+       * international/uni-uppercase.el: Add copyright notice (Bug#3428).
+
+       * emulation/edt.el (edt-previous-line, edt-next-line): Don't use
+       forward-line, undoing 2007-10-19 change (Bug#3188).
+
+       * textmodes/two-column.el (2C-split): Call move-to-column, to
+       compensate for the 2007-10-19 change from next-line to
+       forward-line (Bug#3435).  Account for fringe and scroll-bar when
+       setting 2C-window-width.
+
+2009-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * startup.el (normal-no-mouse-startup-screen): Use F1 rather than C-h
+       if C-h is remapped to something else like DEL.
+
+2009-05-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
+
+       * view.el (view-recenter): Allow recenter to compute window height
+       normally.
+       (view-window-size): Use window-line-height to find window height.
+       (view-page-size-default): Return nil if LINES is nil, 0, or larger
+       than the window height.
+       (view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
+
+2009-05-26  Kenichi Handa  <handa@m17n.org>
+
+       * textmodes/table.el (table--unibyte-char-to-multibyte):
+       Delete function.
+       (*table--cell-self-insert-command, *table--cell-quoted-insert):
+       Don't call table--unibyte-char-to-multibyte (Bug#3372).
+
+2009-05-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * newcomment.el (comment-region): Doc fix (Bug#3370).
+
+2009-05-24  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * mail/smtpmail.el: Indent code properly to make it more readable.
+
+2009-05-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * textmodes/ispell.el (ispell-check-version): Handle dashes in
+       version numbers.  Suggested by sdl.web@gmail.com (Bug#3369).
+
+2009-05-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (Info-mode): Doc fix (Bug#3358).
+
+2009-05-23  Johan Bockgård  <bojohan@gnu.org>
+
+       * ediff-vers.el (ediff-vc-latest-version): Use property
+       `vc-latest-revision' instead of `vc-latest-version'.  (It was
+       renamed in the big VC overhaul.)
+
+2009-05-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/grep.el (grep-compute-defaults): Simplify how settings
+       are looked up.
+       (grep-apply-setting): New function.
+       (grep-highlight-matches, grep-command, grep-template)
+       (grep-use-null-device, grep-find-command, grep-find-template):
+       Clarify role of grep-compute-defaults in docstrings.
+       Use grep-apply-setting to apply changes (Bug#3343).
+
+2009-05-21  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-move.el (calendar-forward-day): Fix 2008-06-21 change -
+       always move cursor to new date.  (Bug#3338)
+
+2009-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as
+       a page number.
+
+2009-05-20  Jason Rumney  <jasonr@gnu.org>
+
+       * files.el (locate-dominating-stop-dir-regexp): Add terminal
+       directory separator to UNC path case (Bug#3252).
+
 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
 
-       * international/encoded-kb.el (encoded-kbd-setup-display): Change
-       DISPLAY arg to TERMINAL.
+       * international/encoded-kb.el (encoded-kbd-setup-display):
+       Change DISPLAY arg to TERMINAL.
 
        * international/mule.el (set-terminal-coding-system)
        (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
 
 2009-05-19  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed
-       from c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG and
-       c-new-END, thus extending the font-lock region.
-       (c-font-lock-init): Don't set obsolete variable
-       font-lock-lines-before.
+       * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line):
+       Rename from c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG
+       and c-new-END, thus extending the font-lock region.
+       (c-font-lock-init): Don't set obsolete variable font-lock-lines-before.
 
        * progmodes/cc-langs.el (c-before-font-lock-function): Rename a
        value to c-extend-and-neutralize-syntax-in-CPP.
 
 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
 
-       * files.el (dir-locals-directory-cache): Change format to include
+       * files.el (dir-locals-directory-cache):  Rename from
+       dir-locals-directory-alist.  Change format to include
        the mtime of the directory-local variables file (Bug#2833).
        (dir-locals-set-directory-class): New arg mtime.  Store it in
        dir-locals-directory-cache.