aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 07:22:02 +0000
committerJuanma Barranquero2002-09-06 07:22:02 +0000
commitb29c5a843d679ba4e6fe5c7291aac770d8c1bc04 (patch)
tree523ecc564c3a31f3b9af3127aac3d9d206b87fe7
parentffe99456145c909ab3e4228bcc6302ba5659e353 (diff)
downloademacs-b29c5a843d679ba4e6fe5c7291aac770d8c1bc04.tar.gz
emacs-b29c5a843d679ba4e6fe5c7291aac770d8c1bc04.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog52
-rw-r--r--lisp/gnus/ChangeLog4
2 files changed, 55 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b09281ecdf4..321b268f80c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,60 @@
12002-09-06 Juanma Barranquero <lektu@terra.es>
2
3 * calendar/solar.el (calendar-time-display-form): Fix spacing.
4
5 * double.el (double-prefix-only): Likewise.
6
7 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
8
9 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
10
11 * emacs-lisp/float.el (string-to-float): Likewise.
12
13 * emacs-lisp/rx.el (rx): Likewise.
14
15 * faces.el (copy-face): Likewise.
16
17 * hilit-chg.el (highlight-changes-colours)
18 (highlight-changes-active-string)
19 (highlight-changes-passive-string)
20 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
21
22 * international/mule.el (decode-char): Likewise.
23
24 * progmodes/idlwave.el (idlwave-support-inheritance)
25 (idlwave-routine-entry-compare): Likewise.
26
27 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
28 Likewise.
29
30 * progmodes/pascal.el (pascal-start-keywords): Likewise.
31
32 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
33 Likewise.
34
35 * progmodes/vhdl-mode.el (vhdl-progress-interval)
36 (vhdl-corresponding-begin): Likewise.
37
38 * simple.el (choose-completion-string-functions): Likewise.
39
40 * speedbar.el (speedbar-mode): Likewise.
41
42 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
43
44 * textmodes/fill.el (fill-nonuniform-paragraphs)
45 (fill-individual-paragraphs): Likewise.
46
47 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
48
49 * warnings.el (warning-level-aliases): Likewise.
50
12002-09-05 Markus Rost <rost@math.ohio-state.edu> 512002-09-05 Markus Rost <rost@math.ohio-state.edu>
2 52
3 * textmodes/table.el (table-command-prefix): Fix type. 53 * textmodes/table.el (table-command-prefix): Fix type.
4 54
52002-09-05 Andre Spiegel <spiegel@gnu.org> 552002-09-05 Andre Spiegel <spiegel@gnu.org>
6 56
7 * vc-hooks.el Don't require vc.el at compile-time; it causes 57 * vc-hooks.el Don't require vc.el at compile-time; it causes
8 recursive requirements during bootstrap. 58 recursive requirements during bootstrap.
9 59
102002-09-05 Kenichi Handa <handa@etl.go.jp> 602002-09-05 Kenichi Handa <handa@etl.go.jp>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 27f22a082d9..6153a7de957 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12002-09-06 Juanma Barranquero <lektu@terra.es>
2
3 * gnus-int.el (gnus-status-message): Fix spacing.
4
12002-08-30 Juanma Barranquero <lektu@terra.es> 52002-08-30 Juanma Barranquero <lektu@terra.es>
2 6
3 * imap.el (imap-authenticator-alist, imap-stream-alist) 7 * imap.el (imap-authenticator-alist, imap-stream-alist)