aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-05-21 21:03:51 +0000
committerColin Walters2002-05-21 21:03:51 +0000
commit59809627aa52da44fbf96a8d5faabc273ca83130 (patch)
tree8d9cdd200394c9c2ca76605b5051d72399f60b45
parent63a29a5d08514191a6b24fd65f843209ee40f3dc (diff)
downloademacs-59809627aa52da44fbf96a8d5faabc273ca83130.tar.gz
emacs-59809627aa52da44fbf96a8d5faabc273ca83130.zip
(shortlisp): Add font-core.el.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/Makefile.in1
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 91990c563cc..98f10c4360b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,8 @@
12 (font-lock-set-defaults): Partially taken from font-lock.el. Only 12 (font-lock-set-defaults): Partially taken from font-lock.el. Only
13 load font-lock.el when necessary. 13 load font-lock.el when necessary.
14 14
15 * loadup.el: Add font-core.el.
16
15 * replace.el (occur-mode-hook): New variable. 17 * replace.el (occur-mode-hook): New variable.
16 (occur-fontify-region-function): Deleted. 18 (occur-fontify-region-function): Deleted.
17 (occur-mode): Don't use it. Set up `font-lock-category-alist' 19 (occur-mode): Don't use it. Set up `font-lock-category-alist'
@@ -41,6 +43,9 @@
41 * replace.el (occur-engine): Increment globalcount all at once 43 * replace.el (occur-engine): Increment globalcount all at once
42 after searching a buffer. 44 after searching a buffer.
43 (occur-mode-map): Don't escape plain "o". 45 (occur-mode-map): Don't escape plain "o".
46
47 * ibuf-macs.el (define-ibuffer-column): Add third argument
48 `ibuffer-buf'.
44 49
45 * ibuffer.el (toplevel): Require font-lock, to get the face 50 * ibuffer.el (toplevel): Require font-lock, to get the face
46 definitions. 51 definitions.
@@ -53,7 +58,7 @@
53 (ibuffer-do-save, ibuffer-do-toggle-modified) 58 (ibuffer-do-save, ibuffer-do-toggle-modified)
54 (ibuffer-do-toggle-read-only, ibuffer-do-delete) 59 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
55 (ibuffer-do-kill-on-deletion-marks): Include name in definition. 60 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
56 (ibuffer): New optional argument `formats'. 61 (ibuffer): New optional argument `formats'.
57 62
582002-05-21 Eli Zaretskii <eliz@is.elta.co.il> 632002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
59 64
diff --git a/src/Makefile.in b/src/Makefile.in
index 82d1e78aaa0..d48501d084f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -813,6 +813,7 @@ shortlisp= \
813 ../lisp/startup.elc \ 813 ../lisp/startup.elc \
814 ../lisp/subr.elc \ 814 ../lisp/subr.elc \
815 ../lisp/term/tty-colors.elc \ 815 ../lisp/term/tty-colors.elc \
816 ../lisp/font-core.elc \
816 ../lisp/textmodes/fill.elc \ 817 ../lisp/textmodes/fill.elc \
817 ../lisp/textmodes/page.elc \ 818 ../lisp/textmodes/page.elc \
818 ../lisp/textmodes/paragraphs.elc \ 819 ../lisp/textmodes/paragraphs.elc \