comparison lisp/ChangeLog @ 81335:6bfc3121df97

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 12 Jun 2007 21:24:43 +0000
parents c5bcf5ad255f
children d37fa8a4c0ee
comparison
equal deleted inserted replaced
81334:c5bcf5ad255f 81335:6bfc3121df97
1 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu> 1 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
2 2
3 * ediff-ptch.el (ediff-context-diff-label-regexp): spurious 3 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
4 parenthesis. 4
5 5 * ediff-init.el: Doc strings.
6 * ediff-init.el: doc strings. 6
7
8 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 7 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9 8
10 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var. 9 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11 (byte-compile-file): Bind it. 10 (byte-compile-file): Bind it.
12 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the 11 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
17 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new. 16 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
18 17
19 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu> 18 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
20 19
21 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value): 20 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22 Display error messages 21 Display error messages.
23 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring): 22 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
24 Get rid of cl.el dependencies. 23 Get rid of cl.el dependencies.
25 24
26 * emulation/viper-init.el (viper-suppress-input-method-change-message): 25 * emulation/viper-init.el (viper-suppress-input-method-change-message):
27 New variable. 26 New variable.