aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d5543c2856..867d8f288f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
4 Make those tables bijective.
5
12008-02-22 Ken Manheimer <ken.manheimer@gmail.com> 62008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
2 7
3 Finish pdbtrack integration cleanup, settling missing-functions 8 Finish pdbtrack integration cleanup, settling missing-functions
@@ -32,7 +37,7 @@
32 (vc-update-vc-status-buffer): Reset mode-line-process. 37 (vc-update-vc-status-buffer): Reset mode-line-process.
33 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to 38 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
34 mark/unmark all the files with the same state as the current one. 39 mark/unmark all the files with the same state as the current one.
35 With a prefix argument mark/unmark all files. 40 With a prefix argument mark/unmark all files.
36 (vc-status-mode-menu): Adjust strings. 41 (vc-status-mode-menu): Adjust strings.
37 (vc-update-vc-status-buffer): Only do something when the argument 42 (vc-update-vc-status-buffer): Only do something when the argument
38 is not nil. 43 is not nil.
@@ -54,8 +59,8 @@
54 59
55 * time.el (top-level): No need to require time-date when compiling. 60 * time.el (top-level): No need to require time-date when compiling.
56 61
57 * emacs-lisp/copyright.el (copyright-update-year): Fix 62 * emacs-lisp/copyright.el (copyright-update-year):
58 subexpression numbering for the case when years are split over 63 Fix subexpression numbering for the case when years are split over
59 lines, and for the replace case. 64 lines, and for the replace case.
60 65
61 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete. 66 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.