(ELCFILES): Add fadr.elc.
[bpt/emacs.git] / lisp / ChangeLog
index 1b55b59..ec5b282 100644 (file)
@@ -1,7 +1,64 @@
+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.a11.
+       format used by GnuPG 2.0.11.
 
 2009-06-18  Glenn Morris  <rgm@gnu.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>
+2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * ispell.el: Make `ispell-dictionary' customizable (#2555)