aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-07 15:38:54 +0000
committerGerd Moellmann2000-06-07 15:38:54 +0000
commit45f485a60165a0a95134d8d58df6ec5ed407db47 (patch)
tree57ce51b0607664839edc30ca7822ec695a5d940b
parent14c122ec9b9552e51333448787261d8cabc32653 (diff)
downloademacs-45f485a60165a0a95134d8d58df6ec5ed407db47.tar.gz
emacs-45f485a60165a0a95134d8d58df6ec5ed407db47.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog19
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog48
-rw-r--r--lisp/apropos.el5
4 files changed, 74 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index ba05a07e7e1..4e273490ef8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,22 @@
12000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-prin0.ps: Insert a version number comment (5.2.2).
4 Indentation fix.
5
6 * ps-prin1.ps: Insert a version number comment (5.2.2). Can
7 select page size with/without giving an error if PostScript
8 printer doesn't have this kind of page size. Zebra Stripe
9 continues or restarts on next page. Indentation fix.
10 (BeginSheet): If necessary, rescale n-up to fit on the sheet of
11 paper.
12 (BeginDoc, doColumnZebra, HeaderText): Code fix.
13 (SetPageSize): New proc.
14
15 * ps-prin2.ps: Insert a version number comment (5.2.2).
16
17 * ps-prin3.ps: Insert a version number comment (5.2.2).
18 Indentation fix.
19
12000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> 202000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2 21
3 * ps-prin1.ps: PostScript code compatibility with other utilities 22 * ps-prin1.ps: PostScript code compatibility with other utilities
diff --git a/etc/NEWS b/etc/NEWS
index 92dee068663..08ec38947df 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1212,6 +1212,9 @@ satisfying one of a list of specifications.
1212 1212
1213** The obsolete variables before-change-function and 1213** The obsolete variables before-change-function and
1214after-change-function are no longer acted upon and have been removed. 1214after-change-function are no longer acted upon and have been removed.
1215
1216** The function `apropos-mode' runs the hook `apropos-mode-hook'.
1217
1215 1218
1216* Lisp changes in Emacs 21.1 (see following page for display-related features) 1219* Lisp changes in Emacs 21.1 (see following page for display-related features)
1217 1220
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61a50b188c7..ca98ed8d2e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,51 @@
12000-06-07 Gerd Moellmann <gerd@gnu.org>
2
3 * align.el: Update from author.
4
52000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6
7 * apropos.el (apropos-mode-hook): New user variable.
8 (apropos-mode): Run apropos-mode-hook.
9
102000-06-07 David Ponce <david@dponce.com>
11
12 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13 commands. Require `wid-edit' at run-time.
14
152000-06-07 David Ponce <david@dponce.com>
16
17 * recentf.el: Added some "Commentary".
18 (recentf-open-more-files, recentf-edit-list): Minor changes to
19 move the point at the top of the file list. This behaviour is
20 consistent with the menu one when the list contains a lot of
21 files.
22 (recentf-cleanup): Now displays the number of items removed from
23 the list.
24 (recentf-relative-filter) New menu filter to show filenames
25 relative to `default-directory'.
26
272000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
28
29 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
30 with/without giving an error if PostScript printer doesn't have this
31 kind of page size. Zebra Stripe continues or restarts on next page.
32 Manual/automatic paper feeding. Switch or not the header.
33 (ps-print-version): New version number (5.2.2).
34 (ps-windows-system): Include emx as a Windows system.
35 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
36 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
37 (ps-background-text): Code fix.
38 (ps-error-handler-message, ps-user-defined-prologue)
39 (ps-print-prologue-header, ps-printer-name)
40 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
41 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
42 (ps-use-face-background): Customization fix.
43 (ps-n-up-database): Data fix.
44 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
45 (ps-switch-header): New vars.
46 (ps-xemacs-color-name, ps-face-foreground-name)
47 (ps-face-background-name, ps-boolean-constant): New funs.
48
12000-06-07 Dave Love <fx@gnu.org> 492000-06-07 Dave Love <fx@gnu.org>
2 50
3 * allout.el: New version from Manheimer. 51 * allout.el: New version from Manheimer.
diff --git a/lisp/apropos.el b/lisp/apropos.el
index f78b3794db7..5e8d4da97f2 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -112,6 +112,8 @@ for the regexp; the part that matches gets displayed in this font."
112 map) 112 map)
113 "Keymap used in Apropos mode.") 113 "Keymap used in Apropos mode.")
114 114
115(defvar apropos-mode-hook nil
116 "*Hook run when mode is turned on.")
115 117
116(defvar apropos-regexp nil 118(defvar apropos-regexp nil
117 "Regexp used in current apropos run.") 119 "Regexp used in current apropos run.")
@@ -134,7 +136,8 @@ for the regexp; the part that matches gets displayed in this font."
134 (kill-all-local-variables) 136 (kill-all-local-variables)
135 (use-local-map apropos-mode-map) 137 (use-local-map apropos-mode-map)
136 (setq major-mode 'apropos-mode 138 (setq major-mode 'apropos-mode
137 mode-name "Apropos")) 139 mode-name "Apropos")
140 (run-hooks 'apropos-mode-hook))
138 141
139;;;###autoload 142;;;###autoload
140(defun apropos-variable (regexp &optional do-all) 143(defun apropos-variable (regexp &optional do-all)