diff options
| author | Stefan Monnier | 2007-06-12 21:03:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-12 21:03:32 +0000 |
| commit | b8104a2bf5bee4a07cd6f3105a980f9f3324af8f (patch) | |
| tree | e5f2669269d04947a6e11943533ab1c05bfd7f31 /lisp/ChangeLog | |
| parent | 0794ad3ba336f615454e7a624cff77212fc67a2d (diff) | |
| download | emacs-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/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 | ||