comparison lisp/ChangeLog @ 47155:392a41bfe720

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Aug 2002 15:49:30 +0000
parents 82ef100dd7b3
children 6a37253476c6
comparison
equal deleted inserted replaced
47154:a41a116523ad 47155:392a41bfe720
1 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
2
3 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
4
1 2002-08-30 Markus Rost <rost@math.ohio-state.edu> 5 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
2 6
3 * menu-bar.el (menu-bar-read-mail): Doc fix. 7 * menu-bar.el (menu-bar-read-mail): Doc fix.
4 8
5 2002-08-30 John Paul Wallington <jpw@shootybangbang.com> 9 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
47 * replace.el (occur-mode-hook): New hook. 51 * replace.el (occur-mode-hook): New hook.
48 (occur-mode): Use it. 52 (occur-mode): Use it.
49 (occur-hook): Set default to nil. 53 (occur-hook): Set default to nil.
50 54
51 2002-08-29 Richard M. Stallman <rms@gnu.org> 55 2002-08-29 Richard M. Stallman <rms@gnu.org>
56
57 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
58 Decide here whether to print which form we're compiling.
59 If we do that, still print file and line. Make file name
60 relative to default-directory. Print fewer newlines.
61 (byte-compile-log-file): Print something even if no file.
62 Print messages for entering and leaving directories,
63 and set default-directory.
64 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
65 (byte-compile-warning-series): New function.
66 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
67 (byte-compile-display-log-head-p): Function deleted.
68
69 * warnings.el (warning-series): Now can be a marker, not an integer.
70 (display-warning): Handle new value for warning-series.
52 71
53 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f. 72 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
54 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file 73 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
55 to don't-warn list. 74 to don't-warn list.
56 75