comparison 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
comparison
equal deleted inserted replaced
90853:d1039e83b4a7 90854:03ec96a627ba
1 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
4 compatibiity code.
5
6 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
7 (copyright-update-year): Use it.
8
9 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10
11 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12 Add indentation and debugging info. Fix up comment convention.
13
14 * cus-dep.el (custom-make-dependencies): Simplify.
15
16 * composite.el (compose-region, decompose-region):
17 Use inhibit-read-only and restore-buffer-modified-p.
18
19 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
20 (xterm-mouse-event): Use it.
21
22 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
23
24 * bs.el (bs-cycle-previous): Don't modify the cycle list until
25 `switch-to-buffer' has returned succesfully.
26 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
27 window is dedicated (it could iconify the frame).
28
1 2007-05-25 Miles Bader <miles@fencepost.gnu.org> 29 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2 30
3 * vc-hooks.el (vc-find-root): Fix file attribute test. 31 * vc-hooks.el (vc-find-root): Fix file attribute test.
4 32
5 2007-05-24 Richard Stallman <rms@gnu.org> 33 2007-05-24 Richard Stallman <rms@gnu.org>