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