(ELCFILES): Add fadr.elc.
[bpt/emacs.git] / lisp / ChangeLog
index 840e316..ec5b282 100644 (file)
@@ -1,3 +1,16 @@
+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 ...
@@ -5,6 +18,10 @@
        * 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)