aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-06-12 21:03:32 +0000
committerStefan Monnier2007-06-12 21:03:32 +0000
commitb8104a2bf5bee4a07cd6f3105a980f9f3324af8f (patch)
treee5f2669269d04947a6e11943533ab1c05bfd7f31 /lisp/ChangeLog
parent0794ad3ba336f615454e7a624cff77212fc67a2d (diff)
downloademacs-b8104a2bf5bee4a07cd6f3105a980f9f3324af8f.tar.gz
emacs-b8104a2bf5bee4a07cd6f3105a980f9f3324af8f.zip
(byte-compile-current-group): New var.
(byte-compile-file): Bind it. (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the group argument is provided implicitly. (byte-compile-format-warn, byte-compile-from-buffer) (byte-compile-insert-header): Don't hardcode point-min==1. (byte-compile-file-form-require): Remove unused var old-load-list. (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b25be5b550..728dd0f8135 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4 (byte-compile-file): Bind it.
5 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
6 group argument is provided implicitly.
7 (byte-compile-format-warn, byte-compile-from-buffer)
8 (byte-compile-insert-header): Don't hardcode point-min==1.
9 (byte-compile-file-form-require): Remove unused var old-load-list.
10 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11
12007-06-12 Michael Kifer <kifer@cs.stonybrook.edu> 122007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
2 13
3 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value): 14 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
@@ -32,7 +43,7 @@
32 message options 43 message options
33 44
34 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp. 45 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
35 (ediff-fixup-patch-map): Improved heuristic. 46 (ediff-fixup-patch-map): Improve heuristic.
36 47
372007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 482007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
38 49