diff lisp/ChangeLog @ 90854:03ec96a627ba

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 773) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211
author Miles Bader <miles@gnu.org>
date Sat, 26 May 2007 21:55:39 +0000
parents d1039e83b4a7 9c88240944ad
children 648e6c714c7d
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 25 05:05:41 2007 +0000
+++ b/lisp/ChangeLog	Sat May 26 21:55:39 2007 +0000
@@ -1,3 +1,31 @@
+2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacs-lisp/derived.el (define-derived-mode): Remove bogus
+	compatibiity code.
+
+	* emacs-lisp/copyright.el (copyright-names-regexp): New var.
+	(copyright-update-year): Use it.
+
+	* edmacro.el (edmacro-format-keys): Use current-active-maps.
+
+	* ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
+	Add indentation and debugging info.  Fix up comment convention.
+
+	* cus-dep.el (custom-make-dependencies): Simplify.
+
+	* composite.el (compose-region, decompose-region):
+	Use inhibit-read-only and restore-buffer-modified-p.
+
+	* xt-mouse.el (xterm-mouse-truncate-wrap): New function.
+	(xterm-mouse-event): Use it.
+
+2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
+
+	* bs.el (bs-cycle-previous): Don't modify the cycle list until
+	`switch-to-buffer' has returned succesfully.
+	(bs-cycle-next): Ditto.  Also, don't bury the buffer when the
+	window is dedicated (it could iconify the frame).
+
 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
 
 	* vc-hooks.el (vc-find-root): Fix file attribute test.