changeset 54585:1335f36a4a64

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 26 Mar 2004 15:30:42 +0000
parents 6f766221b410
children c3043c1faed3
files lisp/ChangeLog
diffstat 1 files changed, 46 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 26 15:29:41 2004 +0000
+++ b/lisp/ChangeLog	Fri Mar 26 15:30:42 2004 +0000
@@ -1,3 +1,48 @@
+2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* calc/calc.el (calc-mode-map): Use mapc.
+
+	* apropos.el (apropos-mode): Don't autoload.
+	(apropos-symbols-internal): New fun.  Extracted from `apropos'.
+	(apropos): Use it.
+	(apropos-print): Add optional `text' argument.
+	(apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
+	Don't assume point-min == 1.
+
+	* bs.el (bs-buffer-list): Use buffer-local-value.
+	(bs--set-toggle-to-show): Use with-current-buffer.
+
+	* buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
+	New funs.
+	(list-buffers-noselect): Use them.  Adjust :align-to to new style.
+
+	* cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
+
+	* dabbrev.el (dabbrev-expand): Fix regexp construction.
+	(dabbrev--find-expansion): Use pop.
+	(dabbrev--search): Use match-string-no-properties.
+
+	* dired.el (dired-mode): Use run-mode-hooks.
+	(dired-move-to-end-of-filename): Use match-string.
+
+	* ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
+	is bound before using it.
+	(ediff-verbose-p): Make it into a var since it's not constant.
+
+	* electric.el (Electric-pop-up-window): Avoid popping up a new frame.
+
+	* faces.el (read-face-font): Don't cons up unnecessarily.
+	(header-line, tool-bar): Share common parts.
+
+	* files.el (file-relative-name): Use compare-strings.
+
+	* finder.el (finder-mode): Follow coding convention.
+
+	* subr.el (read-number): New function.
+
+	* ses.el (ses-read-number): Move to subr.el.
+	(ses-set-header-row): Use read-number.
+
 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
 
 	* vc-hooks.el (vc-arg-list): New function, which handles both
@@ -22,7 +67,7 @@
 
 2004-03-25  Sam Steingold  <sds@gnu.org>
 
-	* vc.el (vc-print-log): Fixed a bug in the last patch:
+	* vc.el (vc-print-log): Fix a bug in the last patch:
 	backend-function may be a byte-compiled object, not a lambda.
 
 2004-03-25  Juri Linkov  <juri@jurta.org>