aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2008-01-02 04:13:39 +0000
committerMiles Bader2008-01-02 04:13:39 +0000
commit43a8b8ca5797923a7a9848a513ecc8cfff655e17 (patch)
tree1fcd51822e01c6017347954e46b788faa2bf728f /lisp/ChangeLog
parente97d3ec0184763b2479224486e70d23f03bd340f (diff)
parentaacde24f5cdebc6d7ccb2f50a9d8e413906c4497 (diff)
downloademacs-43a8b8ca5797923a7a9848a513ecc8cfff655e17.tar.gz
emacs-43a8b8ca5797923a7a9848a513ecc8cfff655e17.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog153
1 files changed, 153 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c3655b3044..f3b62b87e10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,152 @@
12008-01-02 Miles Bader <Miles Bader <miles@gnu.org>>
2
3 * net/rcirc.el (rcirc-log-filename-function): New variable.
4 (rcirc-log): Use `rcirc-log-filename-function' to generate the
5 log-file name. Don't log anything if it returns nil.
6 (rcirc-log-write): Use `expand-file-name' when merging the
7 log-file name from the alist with rcirc-log-directory; this does
8 the right thing if the name in the alist already an absolute
9 filename. Make the log-file directory if necessary.
10
112007-12-29 Richard Stallman <rms@gnu.org>
12
13 * font-lock.el (font-lock-prepend-text-property)
14 (font-lock-append-text-property): Canonicalize the face and
15 font-lock-face properties.
16
17 * faces.el (facep): Doc fix.
18
19 * startup.el (fancy-startup-tail, fancy-about-text)
20 (fancy-startup-text): Regularize format of face property.
21
22 * facemenu.el (list-colors-print): Use :background and :foreground
23 instead of background-color and foreground-color.
24
252007-12-29 Drew Adams <drew.adams@oracle.com>
26
27 * cus-edit.el (custom-add-parent-links):
28 Fill the "Parent documentation" text.
29
302007-12-29 Eli Zaretskii <eliz@gnu.org>
31
32 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
33 MS-Windows and MS-DOS.
34 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
35
362008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
37
38 * vc-svn.el (vc-svn-modify-change comment): New function.
39
402008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * vc-git.el (vc-git-dir-state): Set the vc-backend property. Do
43 not disable undo, with-temp-buffer does it by default.
44
452008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
46
47 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
48 correctly.
49
50 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
51 with vc-state.
52 (vc-next-action): Fix vc-transfer-file call.
53
542007-12-31 Tom Tromey <tromey@redhat.com>
55
56 * emacs-lisp/elp.el (elp-results): Use header-line-format for
57 header. Move point to the start of the buffer.
58
592007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
60
61 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
62
63 * vc.el: State that dir-state is required to set the vc-state and
64 vc-backend properties.
65
662007-12-31 Martin Rudalics <rudalics@gmx.at>
67
68 * man.el (Man-default-man-entry): Make this a defun. Improve
69 guessing mechanism and handling of section numbers.
70
712007-12-31 Richard Stallman <rms@gnu.org>
72
73 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
74
752007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
76
77 * calc/calc-units.el (calc-convert-temperature): Ensure that units
78 are on the result even when the result is zero.
79
802007-12-30 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
83 resistent towards wrong parameters.
84 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
85
862007-12-30 Richard Stallman <rms@gnu.org>
87
88 * faces.el (face-all-attributes): New function.
89
90 * faces.el (face-differs-from-default-p): Compute list of attr names
91 from face-attribute-name-alist.
92
93 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
94 (custom-face-save): Likewise.
95 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
96
97 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
98 (custom-theme-set-faces): Clear `face-override-spec' property.
99 Call `face-spec-set' with FOR-DEFFACE.
100
101 * custom.el (custom-theme-recalc-face):
102 Simply call `face-spec-recalc'.
103
104 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
105 Use of frame as third arg is deprecated.
106 Handle `face-override-spec' property.
107 (face-spec-recalc): New function.
108 (face-spec-set-2): New function.
109 (frame-set-background-mode): Handle `face-override-spec' property.
110 Use `face-spec-recalc'.
111 (face-set-after-frame-default): Use `face-spec-recalc'.
112
1132007-12-29 Nick Roberts <nickrob@snap.net.nz>
114
115 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
116
1172007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
118
119 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
120
1212007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
122
123 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
124 'added, 'removed.
125
126 * vc.el (header coment): Better description of dir-state.
127 (vc-compatible-state): New function. Checks whether two states
128 can be in the same changeset; used with 'edited it can test whether
129 the next action for a state should be commit.
130 (vc-default-dired-format0info): Display 'added state.
131 (vc-dired-hook): Turn off undo, this is a speed tweak.
132
133 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
134
135 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
136 Cope with the possibility that the 'C' status flag might change
137 in 0.9,6.
138
139 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
140
1412007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
142
143 * files.el (cd-absolute): Fix omission bug:
144 Make `list-buffers-directory' buffer-local.
145
1462007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
147
148 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
149
12007-12-29 Jay Belanger <jay.p.belanger@gmail.com> 1502007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
2 151
3 * calc/calc-aent.el (math-read-token): Fix misplaced 152 * calc/calc-aent.el (math-read-token): Fix misplaced
@@ -29,6 +178,10 @@
29 * calc/calc-help.el (calc-d-prefix-help): Add new languages. 178 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
30 179
31 * calc/calc-menu.el (calc-modes-menu): Add new languages. 180 * calc/calc-menu.el (calc-modes-menu): Add new languages.
181 (calc-arithmetic-menu, calc-scientific-function-menu)
182 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
183 (calc-units-menu, calc-variables-menu, calc-stack-menu):
184 Add :active keywords.
32 185
332007-12-28 Dan Nicolaescu <dann@ics.uci.edu> 1862007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
34 187