diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu> | 12 | 2007-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 | ||
| 37 | 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> | 48 | 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 38 | 49 | ||