comparison lisp/ChangeLog @ 54552:f998888015ff

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 25 Mar 2004 10:47:17 +0000
parents 40ab259813f3
children c862ab7552a4
comparison
equal deleted inserted replaced
54551:f379faf2494c 54552:f998888015ff
1 2004-03-25 Juri Linkov <juri@jurta.org>
2
3 * descr-text.el (describe-property-list): Add a button
4 for `face' property that calls `describe-face'.
5 Suggested by luis fernandes <elf@ee.ryerson.ca>
6
7 * international/mule.el (keyboard-coding-system):
8 * kmacro.el (kmacro-call-macro): Fix docstring.
9
10 * dired.el: Fix comments.
11
12 * textmodes/fill.el (fill): Fix Info link.
13
14 * font-lock.el (fast-lock, lazy-lock):
15 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16 Info node.
17
18 * info-xref.el: Fix commentary.
19
20 2004-03-25 Kevin Ryde <user42@zip.com.au>
21
22 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
23 Remove spurious node duplicate suppression, doesn't work, not wanted.
24 (info-xref-output): Take format style args, add "sit-for 0" to let
25 user see the results as they progress.
26 (info-xref-check-all-custom): New function.
27
1 2004-03-25 Nick Roberts <nick@nick.uklinux.net> 28 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
2 29
3 * gdb-ui.el: Moved to progmodes. 30 * gdb-ui.el: Moved to progmodes.
4 31
5 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk> 32 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6 33
7 * calendar/appt.el (appt-check): Remove superfluous progn. 34 * calendar/appt.el (appt-check): Remove superfluous progn.
8 When finished with diary buffer: if it was not being displayed 35 When finished with diary buffer: if it was not being displayed
9 before, kill it; otherwise restore its original state. 36 before, kill it; otherwise restore its original state.
16 after mode change so effect not lost. 43 after mode change so effect not lost.
17 44
18 2004-03-23 Dave Love <fx@gnu.org> 45 2004-03-23 Dave Love <fx@gnu.org>
19 46
20 * dired.el (dired) <defgroup>: Add link to manual. 47 * dired.el (dired) <defgroup>: Add link to manual.
21 (dired-font-lock-keywords): Ad highlighting on unusual permissions. 48 (dired-font-lock-keywords): Add highlighting on unusual permissions.
22 (dired-revert): Use dolist. 49 (dired-revert): Use dolist.
23 (dired-mode-map): Add U binding. 50 (dired-mode-map): Add U binding.
24 (dired-mode): Add font-lock-beginning-of-syntax-function. 51 (dired-mode): Add font-lock-beginning-of-syntax-function.
25 (dired-garbage-files-regexp): Make it a defcustom. 52 (dired-garbage-files-regexp): Make it a defcustom.
26 53