comparison lisp/ChangeLog @ 36463:f9f347cd3ae7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Mar 2001 17:49:04 +0000
parents 7f336893d2e5
children 67c8e0a89b2d
comparison
equal deleted inserted replaced
36462:914a713af75b 36463:f9f347cd3ae7
1 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2
3 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4 rather than (before|after)-change-functions.
5
1 2001-03-01 Gerd Moellmann <gerd@gnu.org> 6 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2 7
3 * ediff-util.el (ediff-scroll-horizontally): Arrange for 8 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4 scroll-left and scroll-right being called interactively so that 9 scroll-left and scroll-right being called interactively so that
5 they set the window's min_hscroll. 10 they set the window's min_hscroll.
68 * international/utf-8.el (mule-utf-8): Set correct value for 73 * international/utf-8.el (mule-utf-8): Set correct value for
69 valid-codes property. 74 valid-codes property.
70 75
71 * international/fontset.el (x-complement-fontset-spec): In the 76 * international/fontset.el (x-complement-fontset-spec): In the
72 case that we use ASCII font for the other charsets, use only 77 case that we use ASCII font for the other charsets, use only
73 family and regisry part of it. 78 family and registry part of it.
74 79
75 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il> 80 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
76 81
77 * window.el (fit-window-to-buffer, window-safely-shrinkable-p) 82 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
78 (shrink-window-if-larger-than-buffer): Doc fix. 83 (shrink-window-if-larger-than-buffer): Doc fix.
241 246
242 2001-02-15 Dave Love <fx@gnu.org> 247 2001-02-15 Dave Love <fx@gnu.org>
243 248
244 * battery.el (battery-status-function): Fix doc, :type. 249 * battery.el (battery-status-function): Fix doc, :type.
245 250
246 * calendar/timeclock.el (timeclock-get-workday-function): Fix 251 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
247 :type.
248 252
249 2001-02-15 Gerd Moellmann <gerd@gnu.org> 253 2001-02-15 Gerd Moellmann <gerd@gnu.org>
250 254
251 * subr.el (read-passwd): Clear Lisp memory holding password. 255 * subr.el (read-passwd): Clear Lisp memory holding password.
252 256
345 * imenu.el (imenu-generic-expression): Doc fix. 349 * imenu.el (imenu-generic-expression): Doc fix.
346 350
347 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From 351 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
348 Juanma Barranquero. 352 Juanma Barranquero.
349 353
350 * emacs-lisp/authors.el (authors): Expand `root' before running 354 * emacs-lisp/authors.el (authors): Expand `root' before running find.
351 find.
352 355
353 2001-02-09 Kenichi Handa <handa@etl.go.jp> 356 2001-02-09 Kenichi Handa <handa@etl.go.jp>
354 357
355 * faces.el (set-face-attribute): Describe the case of a negative 358 * faces.el (set-face-attribute): Describe the case of a negative
356 value specified for :line-width. 359 value specified for :line-width.