aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 81196b7ec2c..b1299d78b8e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * apropos.el (apropos-function, apropos-macro, apropos-command)
4 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5 (apropos-plist): Add apropos-short-label property.
6 (apropos-multi-type): New variables.
7 (apropos-command, apropos-value): Set it.
8 (apropos-compact-layout): New custom.
9 (apropos-print, apropos-print-doc): Use it.
10 (apropos-print): Truncate lines.
11
12008-06-09 Kenichi Handa <handa@m17n.org> 122008-06-09 Kenichi Handa <handa@m17n.org>
2 13
3 * international/fontset.el (font-encoding-alist): 14 * international/fontset.el (font-encoding-alist):
@@ -149,7 +160,7 @@
149 to `newsticker--plainview-tool-bar-map'. 160 to `newsticker--plainview-tool-bar-map'.
150 (newsticker--url-keymap): Add mouse-1 binding. 161 (newsticker--url-keymap): Add mouse-1 binding.
151 (newsticker-plainview): New. 162 (newsticker-plainview): New.
152 (newsticker-mark-all-items-of-feed-as-read): Doc changed. 163 (newsticker-mark-all-items-of-feed-as-read): Change doc.
153 (newsticker--buffer-do-insert-text): Use renamed 164 (newsticker--buffer-do-insert-text): Use renamed
154 newsticker--[buffer-]insert-enclosure and 165 newsticker--[buffer-]insert-enclosure and
155 newsticker--[buffer-]print-extra-elements. 166 newsticker--[buffer-]print-extra-elements.
@@ -173,8 +184,8 @@
173 * window.el (split-height-threshold, split-width-threshold): 184 * window.el (split-height-threshold, split-width-threshold):
174 Add choice nil. 185 Add choice nil.
175 (split-window-preferred-function): Allow either nil or a function. 186 (split-window-preferred-function): Allow either nil or a function.
176 (window--splittable-p, window--try-to-split-window): Handle 187 (window--splittable-p, window--try-to-split-window):
177 changed option values. 188 Handle changed option values.
178 189
179 (window--frame-usable-p): Handle nil argument. 190 (window--frame-usable-p): Handle nil argument.
180 191