aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-03 23:05:10 +0000
committerJuanma Barranquero2008-04-03 23:05:10 +0000
commit3672f2ba73692873cb54a9fd08f178ddba4e93b1 (patch)
tree8a84fb3098171526558ae05d3c798c6645b7ad6a
parent33d71ec3b1f0efd667f3e27dd9b9c046fc6bce04 (diff)
downloademacs-3672f2ba73692873cb54a9fd08f178ddba4e93b1.tar.gz
emacs-3672f2ba73692873cb54a9fd08f178ddba4e93b1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index efdc2bfc405..e7f07378b03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,13 +11,13 @@
112008-04-03 Richard Sharman <rsharman@pobox.com> 112008-04-03 Richard Sharman <rsharman@pobox.com>
12 12
13 * hilit-chg.el (highlight-changes-mode): Rename from 13 * hilit-chg.el (highlight-changes-mode): Rename from
14 highlight-changes; no longer uses sub-modes active and 14 highlight-changes; no longer uses sub-modes active and passive;
15 passive; implemented by define-minor-mode. 15 implemented by define-minor-mode.
16 (highlight-changes-toggle-visibility): New function, to replace 16 (highlight-changes-toggle-visibility): New function, to replace
17 the old passive/active submodes of global-highlight-changes-mode; 17 the old passive/active submodes of global-highlight-changes-mode;
18 implemented by define-minor-mode. 18 implemented by define-minor-mode.
19 (global-highlight-changes-mode'): Rename from 19 (global-highlight-changes-mode): Rename from global-highlight-changes;
20 global-highlight-changes; rewrite using define-globalized-minor-mode. 20 rewrite using define-globalized-minor-mode.
21 (hilit-chg-major-mode-hook, hilit-chg-check-global) 21 (hilit-chg-major-mode-hook, hilit-chg-check-global)
22 (hilit-chg-post-command-hook, hilit-chg-check-global) 22 (hilit-chg-post-command-hook, hilit-chg-check-global)
23 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due 23 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
@@ -34,7 +34,7 @@
34 (hilit-chg-set-face-on-change, hilit-chg-update) 34 (hilit-chg-set-face-on-change, hilit-chg-update)
35 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode 35 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
36 variable instead of testing highlight-changes-mode. 36 variable instead of testing highlight-changes-mode.
37 (highlight-markup-buffers): Add reuire ediff-util; argument on calls 37 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
38 to highlight-changes-mode changed. 38 to highlight-changes-mode changed.
39 (highlight-compare-with-file): Fix problems with interactive 39 (highlight-compare-with-file): Fix problems with interactive
40 call giving invalid default file. 40 call giving invalid default file.
@@ -89,8 +89,8 @@
89 * international/fontset.el (create-fontset-from-x-resource): 89 * international/fontset.el (create-fontset-from-x-resource):
90 Handle the error of X resource more gracefully. 90 Handle the error of X resource more gracefully.
91 91
92 * international/latin1-disp.el (latin1-display): Don't use 92 * international/latin1-disp.el (latin1-display): Don't use make-char.
93 make-char. Fix the argument to set-char-table-range. 93 Fix the argument to set-char-table-range.
94 (latin1-display-identities): Don't use make-char. 94 (latin1-display-identities): Don't use make-char.
95 (latin1-display-reset): Use map-charset-chars instead of directly 95 (latin1-display-reset): Use map-charset-chars instead of directly
96 calling standard-display-default. 96 calling standard-display-default.