annotate lisp/ChangeLog @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents f955c73f5258
children 51092a27c943
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
1 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
2
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
3 * about.el: Add xemacs.org email manager.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
4
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
5 * package-get-base.el (package-get-base): Updated with most recent
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
6 package updates.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
7
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
8 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
9
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
10 * help.el (function-arglist): Use `indirect-function' instead of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
11 `symbol-function' so that aliases are treated correctly.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
12
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
13 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
14
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
15 * help.el (help-map): Add f1 binding to `help-for-help'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
16 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
17 (describe-key-briefly): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
18 (with-displaying-help-buffer): Kill buffer if it exists, again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
19 (describe-key): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
20 (describe-function-1): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
21 Commented out alias lines removed.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
22 (help-pretty-print-limit): New variable to control pretty-printing
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
23 of variable values.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
24 (help-maybe-pretty-print-value): Steve wins! Renamed back from
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
25 `help-pretty-print-value' again. Only print-print when OBJECT is
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
26 list of length less than `help-pretty-print-limit'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
27 (describe-variable): Use `help-maybe-pretty-print-value' again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
28
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
29 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
30
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
31 * simple.el (blink-matching-open): Remove C++ kludge.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
32 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
33
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
34 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
35
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
36 * info.el (Info-default-directory-list): Made the documentation
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
37 more explanitory.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
38
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
39 1998-01-13 Martin Buchholz <martin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
40
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
41 * lisp/packages.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
42 * lisp/package-admin.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
43 * lisp/build-report.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
44 Fix typos.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
45
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
46 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
47
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
48 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
49 warnings in Java buffers without final newline and editing the
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
50 last line.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
51
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
52 1998-01-17 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
53
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
54 * packages.el (packages-find-packages-1): Don't allow a backwards
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
55 compatible lisp tree to overwrite `preloaded-file-list'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
56 Suggested by Colin Rafferty <colin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
57
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
58 * mouse.el (mouse-offix-drop): Set undo-boundary.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
59 From Oliver Graf <ograf@fga.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
60
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
61 1998-01-13 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
62
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
63 * loadup.el (load-gc): rewrite as defun.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
64 Print something sensical if a required dump-time file isn't found.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
65
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
66 1998-01-12 SL Baur <steve@altair.xemacs.org>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
67
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
68 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
69 bug strikes a menudescriptor.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
70
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
71 * package-get-base.el (package-get-base): Updated.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
72
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
73 * package-info.el (batch-update-package-info): Derive REQUIRES
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
74 from the Makefile.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
75
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
76 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
77
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
78 * files.el (save-some-buffers): Don't play games with deleting
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
79 other windows if we are in the minibuffer window.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
80
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
81 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
82
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
83 * modeline.el (modeline-minor-mode-menu): Add support for :active
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
84 (add-minor-mode): Document :active property to TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
85
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
86 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
87
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
88 * modeline.el (modeline-minor-mode-menu): Add support for an
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
89 `:included' predicate in the `toggle-sym' plist.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
90 (add-minor-mode): Document the :included property, format
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
91 docstring some more.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
92 (modeline-minor-mode-menu): Documentation string added.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
93
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
94 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
95
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
96 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
97 labels from the symbol-names by thwacking off the overly redundant
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
98 and overused "mode", parenthesizing "minor", and capitalizing the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
99 resultant strings. Also shortened the menu's title by eliminating
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
100 the redundant buffer name.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
101 (add-minor-mode): Beautified the docstring, added mention of the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
102 `:menu-tag' property of TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
103 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
104 `toggle-sym' to beatify the mode-life menus.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
105 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
106 `auto-fill-function'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
107
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
108 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
109
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
110 * modeline.el (modeline-minor-mode-menu): Changed the string-only
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
111 menus to :style 'toggle.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
112
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
113 1997-12-10 Markus Linnala <maage@cs.tut.fi>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
114
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
115 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
116
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
117 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
118
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
119 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
120 only recognize first hyperlink.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
121 (hyper-apropos-highlightify): Deletia, this is already done by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
122 `hyper-apropos-insert-face'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
123 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
124
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
125 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
126
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
127 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
128 mail.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
129 (toolbar-mail-reader): Add support for `send'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
130 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
131
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
132 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
133
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
134 * info.el (Info-emacs-info-file-name): Add defvar for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
135 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
136 will function properly.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
137
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
138 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
139
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
140 * simple.el: make the backwards delete function called by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
141 `backward-or-forward-delete-char' user configurable.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
142
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
143 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
144
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
145 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
146 compiled function got loaded from.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
147
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
148 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
149
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
150 * term/apollo.el: Synched up with InfoDock 3.6.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
151
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
152 1998-01-08 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
153
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
154 * startup.el (load-init-file): Load autoloads earlier.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
155 (startup-splash-frame): Handle InfoDock logo.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
156
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
157 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
158 InfoDock.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
159 (x-init-toolbar-from-resources): Move from x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
160
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
161 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
162 doesn't have this function.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
163
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
164 * packages.el (locate-data-file): Fix to call `locate-file'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
165
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
166 1998-01-07 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
167
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
168 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
169 version of version.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
170 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
171
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
172 * x-menubar.el (default-menubar): Guard reference to
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
173 `gnuserv-frame'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
174 (default-menubar): Guard references to `font-lock-mode'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
175 (default-menubar): Guard references to font-menu-this-frame-only-p'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
176 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
177
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
178 * make-docfile.el: Don't snarf doc strings from autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
179
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
180 * startup.el (load-init-file): Use algorithm from loaddefs.el for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
181 loading auto-autoloads files.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
182
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
183 * loaddefs.el: Disable dumping autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
184
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
185 1998-01-05 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
186
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
187 * lisp-mnt.el: Synch to Emacs 20.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
188
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
189 * help.el: Remove manual autoload of `finder-by-keyword'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
190
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
191 * finder.el (finder-by-keyword): Autoload.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
192
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
193 * help.el: Conditionalize hyperbole setup.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
194
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
195 1998-01-04 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
196
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
197 * packages.el (package-require): Update to reflect new data format.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
198
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
199 1998-01-02 Didier Verna <verna@inf.enst.fr>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
200
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
201 * x-menubar.el (default-menubar): make the tutorials available
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
202 through the menubar. (Plus some compilation warnings cleanup).
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
203
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
204 1998-01-04 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
205
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
206 * check-features.el: New file. Perform sanity check after build.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
207
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
208 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
209 files to tooltalk package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
210 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
211 package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
212
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
213 * package-admin.el (package-admin-xemacs): Use better default for
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
214 location of XEmacs binary.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
215
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
216 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
217
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
218 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
219 tag with sexp and add value tag with value `t'.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
220
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
221 1998-01-03 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
222
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
223 * package-get.el: Changes to work with real data.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
224 From Pete Ware <ware@cis.ohio-state.edu>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
225
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
226 * packages.el (packages-reload-autoloads): Guard load for the time
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
227 being.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
228
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
229 * update-elc.el ("packages.el"): Force loading packages.el instead
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
230 of possibly out-of-date packges.elc.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
231 * make-docfile.el ("packages.el"): Ditto.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
232
235
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
233 1998-01-02 Colin Rafferty <colin@xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
234
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
235 * build-report.el (build-report-delete-regexp): Added a rule for
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
236 the main tarball shadowing anything past it.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
237
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
238 1998-01-02 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
239
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
240 * packages.el (package-provide): Delete a previous provide.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
241
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
242 * package-info.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
243
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
244 * package-get.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
245 From Pete Ware <ware@cis.ohio-state.edu>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
246 (package-get): Fix md5 computation to work with Mule.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
247
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
248 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
249
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
250 * simple.el (log-message-*): Quote symbols in docstrings properly.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
251
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
252 1998-01-01 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
253
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
254 * packages.el (packages-new-autoloads): Ignore symbolic links.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
255
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
256 * cus-face.el (face-custom-attributes-get): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
257 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
258
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
259 1997-12-31 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
260
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
261 * startup.el (load-init-file): Reload new or changed autoloads
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
262 unless inhibited. Reload modified dumped lisp (stubbed).
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
263
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
264 * packages.el (packages-new-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
265 (packages-reload-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
266 (packages-reload-dumped-lisp): New (stub) function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
267
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
268 * loadup.el: Inhibit reloading dumped files when running temacs.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
269
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
270 * loadhist.el (file-provides): Extend to handle variant
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
271 extensions.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
272
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
273 * replace.el (query-replace): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
274
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
275 1997-12-30 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
276
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
277 * make-docfile.el: list-autoloads-path has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
278 * update-elc.el: list-autoloads has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
279
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
280 * packages.el (packages-list-autoloads): Renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
281 (packages-list-autoloads-path): Ditto.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
282
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
283 1997-12-29 Colin Rafferty <colin@xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
284
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
285 * packages.el (packages-find-packages-1): Made it signal a warning
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
286 for an error in an auto-autoload.el file.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
287
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
288 1997-12-30 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
289
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
290 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
291 tag with const.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
292 From Aki Vehtari <Aki.Vehtari@hut.fi>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
293
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
294 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
295
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
296 * loadhist.el (unload-feature): Remove autoload.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
297
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
298 1997-12-28 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
299
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
300 * loadhist.el: Unpackaged.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
301
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
302 * help.el (describe-symbol-find-file): Rename
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
303 `describe-function-find-file' and make old name obsolete.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
304 (describe-function-1): Use it.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
305 (describe-function-1): Guard reference to
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
306 `compiled-function-annotation'.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
307
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
308 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
309
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
310 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
311 argument.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
312 (help-mode-quit): New optional arg to control whether it kills or
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
313 buries. Tidied up.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
314 (with-displaying-help-buffer): Don't kill buffer initially, even
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
315 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
316 (help-pretty-print-value): Rename back from
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
317 `help-maybe-pretty-print-value'! If `pp-internal' is available
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
318 use it, otherwise use dumped `cl-prettyprint'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
319 (describe-variable): Use `help-pretty-print-value' again.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
320 (find-func): Removed reference to "find-func" at end.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
321
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
322 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
323
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
324 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
325 GUI XEmacs. Rename? x-menubar is rather window system
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
326 independant, except for a couple of items.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
327
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
328 1997-12-26 SL Baur <steve@altair.xemacs.org>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
329
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
330 * x-menubar.el (default-menubar): Remove hyperbole and oobr
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
331 entries as they will no longer be distributed with XEmacs.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
332
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
333 * format.el (format-alist): Fix image/tiff regexps.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
334 From P. E. Jareth Hein <jareth@camelot-soft.com>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
335
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
336 * help.el (help-maybe-pretty-print-value): Rename.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
337 (describe-variable): Use it.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
338 (describe-variable): Add trailing linefeed.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
339
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
340 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
341
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
342 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
343 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
344
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
345 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
346
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
347 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
348 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
349
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
350 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
351
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
352 * help.el (help-mode-map): New bindings for `help-mode-bury',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
353 `describe-function-at-point', `describe-variable-at-point',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
354 `Info-elisp-ref', `customize-variable', `help-next-section' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
355 `help-prev-section'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
356 (help-next-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
357 (help-prev-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
358 (help-mode-quit): Changed to kill the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
359 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
360 correctly.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
361 (help-buffer-name): New function to generate the name of help
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
362 buffers.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
363 (with-displaying-help-buffer): Is now a macro. Takes an new first
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
364 argument giving the name of the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
365 (describe-key): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
366 (describe-mode): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
367 (describe-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
368 (describe-prefix-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
369 (view-lossage): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
370 (with-syntax-table): New macro.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
371 (function-called-at-point): Use `ignore-errors' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
372 `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
373 (function-at-point): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
374 (describe-function): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
375 (function-arglist): Extracted from `describe-function-1'. Returns
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
376 function's arglist as string.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
377 (function-documentation): Extracted from `describe-function-1'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
378 Returns function's docstring.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
379 (describe-function-1): Remove all the "stream" garbage, including
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
380 the stream argument. Use `function-arglist' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
381 `function-documentation'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
382 (describe-function-arglist): Just use `function-arglist'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
383 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
384 (help-pretty-print-value): New function to help with
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
385 pretty-printing variable values. Knows about `#<...>'. Needs
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
386 `pp-internal'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
387 (describe-variable): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
388 Formatting improved. Display file where variable is defined, if
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
389 known. Use `help-pretty-print-value'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
390 (describe-syntax): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
391 (list-processes): Remove "stream" garbage.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
392
229
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
393 1997-12-25 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
394
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
395 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
396 call a dumped routine instead.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
397
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
398 * x-win-xfree86.el: Wrap file in defun.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
399 * x-win-sun.el: Ditto.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
400
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
401 1997-12-23 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
402
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
403 * help.el (view-emacs-news): Remove usage of outl-mouse which
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
404 advises functions and does other evil things.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
405
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
406 1997-12-22 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
407
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
408 * format.el (format-alist): Add `image/tiff'.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
409 From P. E. Jareth Hein <jareth@camelot-soft.com>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
410
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
411 1997-12-21 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
412
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
413 * about.el (about-hackers): More names added.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
414
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
415 * make-docfile.el: Remove superfluous package path search.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
416
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
417 * loaddefs.el: Commentary changes. Removal of VM autoloads.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
418
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
419 1997-12-20 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
420
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
421 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
422 ignored shadows.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
423
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
424 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
425
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
426 * startup.el (set-default-load-path): Make sure lisp and site-lisp
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
427 get trailing slashes when added to the load-path.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
428
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
429 * x-init.el (init-x-win): Locate where XEmacs X localization files
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
430 are.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
431
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
432 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
433
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
434 * x-faces.el: Added support for foregroundToolBarColor
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
435 to xpm-color-symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
436
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
437 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
438
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
439 * etags.el (tags-remove-duplicates): Removed.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
440 (buffer-tag-table-list): Use `delete-duplicates'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
441
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
442 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
443 correctly.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
444 (get*): Defalias to `get'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
445
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
446 * cl.el (eql): Compare integers with `eq'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
447 (cl-map-extents): Check for `map-extents' first.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
448
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
449 1997-12-17 Didier Verna <verna@inf.enst.fr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
450
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
451 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
452 added the 'numero', 'copyright' and 'trademark' symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
453
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
454 * leim/quail/latin-post.el ("french-postfix"): see above.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
455
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
456 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
457
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
458 * widget.el (define-widget): Check the arguments.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
459
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
460 * cus-edit.el (customize-face): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
461 (custom-variable-value-create): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
462 (custom-variable-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
463 (custom-variable-reset-standard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
464 (custom-face-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
465
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
466 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
467 (widget-default-format-handler): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
468 (widget-checklist-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
469 (widget-radio-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
470 (widget-editable-list-entry-create): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
471 (widget-sexp-prompt-value): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
472
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
473 * custom.el (custom-declare-variable): Signal errors better.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
474 (custom-handle-keyword): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
475 (custom-declare-group): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
476
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
477 * window-xemacs.el (windows): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
478
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
479 * menubar.el (menu): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
480
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
481 * keydefs.el (keyboard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
482
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
483 * minibuf.el (minibuffer): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
484
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
485 * process.el (execute): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
486
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
487 * fill.el (fill): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
488
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
489 * modeline.el (modeline): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
490
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
491 * help.el (help): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
492
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
493 * faces.el (faces): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
494
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
495 * files.el (files): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
496
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
497 * x-init.el (x): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
498
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
499 * lisp-mode.el (lisp): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
500
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
501 * process.el (processes): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
502
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
503 * mouse.el (mouse): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
504
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
505 * abbrev.el (abbrev): Moved from cus-edit.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
506
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
507 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
508 as variable declaration.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
509
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
510 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
511
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
512 * menubar.el (find-menu-item): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
513 (find-menu-item): Cosmetic changes.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
514
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
515 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
516
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
517 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
518
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
519 1997-12-17 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
520
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
521 * startup.el (set-default-load-path): Only search package-path
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
522 when not running temacs.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
523
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
524 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
525 files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
526
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
527 * loadup.el: Correct commentary. Reformatting.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
528 (really-early-error-handler): Use absolute path to the
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
529 first dumped-lisp.el file.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
530 (really-early-error-handler): Print full path name of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
531 each dumped lisp file (inherited from InfoDock).
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
532
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
533 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
534 dumped-lisp.el files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
535
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
536 * make-docfile.el (preloaded-file-list): Reorder when the
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
537 package-path is searched.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
538 * update-elc.el: Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
539
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
540 * lisp-mode.el (call-with-condition-handler): Treat the same as
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
541 `condition-case' for indentation.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
542
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
543 * about.el (about-xemacs): Update release date.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
544
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
545 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
546
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
547 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
548 anywhere but at the last clause.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
549 (ecase): Disallow `t' and `otherwise'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
550
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
551 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
552
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
553 * cus-edit.el (custom-buffer-create-buttons): New function
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
554 from stuff moved out of `custom-buffer-create-internal'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
555 (custom-novice): New variable. Default t.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
556 (custom-display-global-buttons): Ditto. Default `top'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
557 (custom-buffer-create-internal): Only display help if
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
558 `custom-novice' is non-nil. Display global buttons according to
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
559 `custom-display-global-buttons'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
560
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
561 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
562
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
563 * menubar.el (find-menu-item): Use `check-argument-type'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
564 (find-menu-item): Cosmetic changes.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
565
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
566 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
567
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
568 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
569 look.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
570
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
571 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
572
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
573 * format.el (format-deannotate-region): Bug fix.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
574 Deannotating a region containing unknown tags would fail
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
575 (causing decoding of text/enriched to fail at user level)
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
576
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
577 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
578
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
579 * minibuf.el (read-directory-name): Support sixth
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
580 arg, HISTORY, as already documented.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
581
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
582 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
583
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
584 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
585 to `ecase'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
586
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
587 1997-12-14 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
588
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
589 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
590 skk-activate.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
591
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
592 1997-12-13 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
593
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
594 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.