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