comparison lisp/ChangeLog @ 47273:12fe61d27bf2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:22:02 +0000
parents 9c12d7725697
children 215668a93025
comparison
equal deleted inserted replaced
47272:139404e9298a 47273:12fe61d27bf2
1 2002-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
1 2002-09-05 Markus Rost <rost@math.ohio-state.edu> 51 2002-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
5 2002-09-05 Andre Spiegel <spiegel@gnu.org> 55 2002-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
10 2002-09-05 Kenichi Handa <handa@etl.go.jp> 60 2002-09-05 Kenichi Handa <handa@etl.go.jp>
11 61
12 * international/mule.el (decode-char): Cancel the previous change. 62 * international/mule.el (decode-char): Cancel the previous change.