233
|
1 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
2
|
|
3 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
4 for an error in an auto-autoload.el file.
|
|
5
|
|
6 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
7
|
|
8 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
9 tag with const.
|
|
10 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11
|
|
12 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
13
|
|
14 * loadhist.el (unload-feature): Remove autoload.
|
|
15
|
|
16 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
17
|
|
18 * loadhist.el: Unpackaged.
|
|
19
|
|
20 * help.el (describe-symbol-find-file): Rename
|
|
21 `describe-function-find-file' and make old name obsolete.
|
|
22 (describe-function-1): Use it.
|
|
23 (describe-function-1): Guard reference to
|
|
24 `compiled-function-annotation'.
|
|
25
|
231
|
26 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
27
|
|
28 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
29 argument.
|
|
30 (help-mode-quit): New optional arg to control whether it kills or
|
|
31 buries. Tidied up.
|
|
32 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
33 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
34 (help-pretty-print-value): Rename back from
|
|
35 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
36 use it, otherwise use dumped `cl-prettyprint'.
|
|
37 (describe-variable): Use `help-pretty-print-value' again.
|
|
38 (find-func): Removed reference to "find-func" at end.
|
|
39
|
|
40 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
41
|
|
42 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
43 GUI XEmacs. Rename? x-menubar is rather window system
|
|
44 independant, except for a couple of items.
|
|
45
|
|
46 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
47
|
|
48 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
49 entries as they will no longer be distributed with XEmacs.
|
|
50
|
|
51 * format.el (format-alist): Fix image/tiff regexps.
|
|
52 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
53
|
|
54 * help.el (help-maybe-pretty-print-value): Rename.
|
|
55 (describe-variable): Use it.
|
|
56 (describe-variable): Add trailing linefeed.
|
|
57
|
|
58 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
59
|
|
60 * help.el (describe-function-1): Don't output anything for
|
|
61 arglist of autoload functions.
|
|
62
|
|
63 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
64
|
|
65 * help.el (describe-function-1): Don't output anything for
|
|
66 arglist of autoload functions.
|
|
67
|
|
68 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
69
|
|
70 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
71 `describe-function-at-point', `describe-variable-at-point',
|
|
72 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
73 `help-prev-section'.
|
|
74 (help-next-section): New function.
|
|
75 (help-prev-section): New function.
|
|
76 (help-mode-quit): Changed to kill the help buffer.
|
|
77 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
78 correctly.
|
|
79 (help-buffer-name): New function to generate the name of help
|
|
80 buffers.
|
|
81 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
82 argument giving the name of the help buffer.
|
|
83 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
84 (describe-mode): Ditto.
|
|
85 (describe-bindings): Ditto.
|
|
86 (describe-prefix-bindings): Ditto.
|
|
87 (view-lossage): Ditto.
|
|
88 (with-syntax-table): New macro.
|
|
89 (function-called-at-point): Use `ignore-errors' and
|
|
90 `with-syntax-table'.
|
|
91 (function-at-point): Ditto.
|
|
92 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
93 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
94 function's arglist as string.
|
|
95 (function-documentation): Extracted from `describe-function-1'.
|
|
96 Returns function's docstring.
|
|
97 (describe-function-1): Remove all the "stream" garbage, including
|
|
98 the stream argument. Use `function-arglist' and
|
|
99 `function-documentation'.
|
|
100 (describe-function-arglist): Just use `function-arglist'.
|
|
101 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
102 (help-pretty-print-value): New function to help with
|
|
103 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
104 `pp-internal'.
|
|
105 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
106 Formatting improved. Display file where variable is defined, if
|
|
107 known. Use `help-pretty-print-value'.
|
|
108 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
109 (list-processes): Remove "stream" garbage.
|
|
110
|
229
|
111 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
112
|
|
113 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
114 call a dumped routine instead.
|
|
115
|
|
116 * x-win-xfree86.el: Wrap file in defun.
|
|
117 * x-win-sun.el: Ditto.
|
|
118
|
|
119 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
120
|
|
121 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
122 advises functions and does other evil things.
|
|
123
|
|
124 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
125
|
|
126 * format.el (format-alist): Add `image/tiff'.
|
|
127 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
128
|
|
129 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
130
|
|
131 * about.el (about-hackers): More names added.
|
|
132
|
|
133 * make-docfile.el: Remove superfluous package path search.
|
|
134
|
|
135 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
136
|
227
|
137 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
138
|
|
139 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
140 ignored shadows.
|
|
141
|
|
142 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
143
|
|
144 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
145 get trailing slashes when added to the load-path.
|
|
146
|
|
147 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
148 are.
|
|
149
|
|
150 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
151
|
|
152 * x-faces.el: Added support for foregroundToolBarColor
|
|
153 to xpm-color-symbols.
|
|
154
|
|
155 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
156
|
|
157 * etags.el (tags-remove-duplicates): Removed.
|
|
158 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
159
|
|
160 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
161 correctly.
|
|
162 (get*): Defalias to `get'.
|
|
163
|
|
164 * cl.el (eql): Compare integers with `eq'.
|
|
165 (cl-map-extents): Check for `map-extents' first.
|
|
166
|
|
167 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
168
|
|
169 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
170 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
171
|
|
172 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
173
|
|
174 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
175
|
|
176 * widget.el (define-widget): Check the arguments.
|
|
177
|
|
178 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
179 (custom-variable-value-create): Use `signal' to signal error.
|
|
180 (custom-variable-reset-saved): Ditto.
|
|
181 (custom-variable-reset-standard): Ditto.
|
|
182 (custom-face-reset-saved): Ditto.
|
|
183
|
|
184 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
185 (widget-default-format-handler): Ditto.
|
|
186 (widget-checklist-add-item): Ditto.
|
|
187 (widget-radio-add-item): Ditto.
|
|
188 (widget-editable-list-entry-create): Ditto.
|
|
189 (widget-sexp-prompt-value): Ditto.
|
|
190
|
|
191 * custom.el (custom-declare-variable): Signal errors better.
|
|
192 (custom-handle-keyword): Ditto.
|
|
193 (custom-declare-group): Ditto.
|
|
194
|
|
195 * window-xemacs.el (windows): Ditto.
|
|
196
|
|
197 * menubar.el (menu): Ditto.
|
|
198
|
|
199 * keydefs.el (keyboard): Ditto.
|
|
200
|
|
201 * minibuf.el (minibuffer): Ditto.
|
|
202
|
|
203 * process.el (execute): Ditto.
|
|
204
|
|
205 * fill.el (fill): Ditto.
|
|
206
|
|
207 * modeline.el (modeline): Ditto.
|
|
208
|
|
209 * help.el (help): Ditto.
|
|
210
|
|
211 * faces.el (faces): Ditto.
|
|
212
|
|
213 * files.el (files): Ditto.
|
|
214
|
|
215 * x-init.el (x): Ditto.
|
|
216
|
|
217 * lisp-mode.el (lisp): Ditto.
|
|
218
|
|
219 * process.el (processes): Ditto.
|
|
220
|
|
221 * mouse.el (mouse): Ditto.
|
|
222
|
|
223 * abbrev.el (abbrev): Moved from cus-edit.
|
|
224
|
|
225 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
226 as variable declaration.
|
|
227
|
|
228 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
229
|
|
230 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
231 (find-menu-item): Cosmetic changes.
|
|
232
|
|
233 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
234
|
|
235 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
236
|
|
237 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
238
|
|
239 * startup.el (set-default-load-path): Only search package-path
|
|
240 when not running temacs.
|
|
241
|
|
242 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
243 files.
|
|
244
|
|
245 * loadup.el: Correct commentary. Reformatting.
|
|
246 (really-early-error-handler): Use absolute path to the
|
|
247 first dumped-lisp.el file.
|
|
248 (really-early-error-handler): Print full path name of
|
|
249 each dumped lisp file (inherited from InfoDock).
|
|
250
|
|
251 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
252 dumped-lisp.el files.
|
|
253
|
|
254 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
255 package-path is searched.
|
|
256 * update-elc.el: Ditto.
|
|
257
|
|
258 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
259 `condition-case' for indentation.
|
|
260
|
|
261 * about.el (about-xemacs): Update release date.
|
|
262
|
225
|
263 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
264
|
|
265 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
266 anywhere but at the last clause.
|
|
267 (ecase): Disallow `t' and `otherwise'.
|
|
268
|
|
269 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
270
|
|
271 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
272 from stuff moved out of `custom-buffer-create-internal'.
|
|
273 (custom-novice): New variable. Default t.
|
|
274 (custom-display-global-buttons): Ditto. Default `top'.
|
|
275 (custom-buffer-create-internal): Only display help if
|
|
276 `custom-novice' is non-nil. Display global buttons according to
|
|
277 `custom-display-global-buttons'.
|
|
278
|
|
279 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
280
|
|
281 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
282 (find-menu-item): Cosmetic changes.
|
|
283
|
|
284 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
285
|
|
286 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
287 look.
|
|
288
|
227
|
289 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
290
|
227
|
291 * format.el (format-deannotate-region): Bug fix.
|
|
292 Deannotating a region containing unknown tags would fail
|
|
293 (causing decoding of text/enriched to fail at user level)
|
225
|
294
|
|
295 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
296
|
|
297 * minibuf.el (read-directory-name): Support sixth
|
|
298 arg, HISTORY, as already documented.
|
|
299
|
|
300 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
301
|
|
302 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
303 to `ecase'.
|
|
304
|
|
305 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
306
|
|
307 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
308 skk-activate.
|
|
309
|
223
|
310 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
311
|
225
|
312 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|