(ELCFILES): Add fadr.elc.
[bpt/emacs.git] / lisp / ChangeLog
index 8068e0d..ec5b282 100644 (file)
@@ -1,3 +1,111 @@
+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.
        * 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>
+2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * ispell.el: Make `ispell-dictionary' customizable (#2555)
 
 
 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.