|
906
|
1 2002-06-26 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
2
|
|
|
3 * derived.el (define-derived-mode): Put `derived-mode-parent'
|
|
|
4 property on child.
|
|
|
5 (derived-mode-p): New function; sync with GNU Emacs 21.
|
|
|
6
|
|
903
|
7 2002-06-16 Andy Piper <andy@xemacs.org>
|
|
|
8
|
|
|
9 * menubar-items.el (default-menubar): enable windows printing on
|
|
|
10 cygwin as well as native.
|
|
|
11
|
|
|
12 2002-06-12 Andy Piper <andy@xemacs.org>
|
|
|
13
|
|
|
14 * printer.el (generic-print-buffer): catch all errors so that the
|
|
|
15 print device can be cleared in all scenarios.
|
|
|
16 (Printer-clear-device): make sure clearing the printer allows it
|
|
|
17 to be used again immediately.
|
|
|
18 (generic-print-region): make sure the default printer face is
|
|
|
19 black-on-white.
|
|
|
20
|
|
|
21 2002-04-23 Jerry James <james@xemacs.org>
|
|
|
22
|
|
|
23 * window-xemacs.el (display-buffer-function): Change doc to
|
|
|
24 reflect new arg.
|
|
|
25 * window-xemacs.el (pre-display-buffer-function): Ditto.
|
|
|
26 * window-xemacs.el (display-buffer): New arg, shrink-to-fit. If
|
|
|
27 non-nil, make the new window just big enough for its contents.
|
|
|
28 * frame.el (get-frame-for-buffer): Accept new arg, due to above.
|
|
|
29 * frame.el (show-temp-buffer-in-current-frame): Remove broken
|
|
|
30 temp-buffer-shrink-to-fit code. Tell display-buffer instead.
|
|
|
31
|
|
|
32 2002-06-06 Andy Piper <andy@xemacs.org>
|
|
|
33
|
|
|
34 * gutter-items.el (buffers-tab-filter-functions): fix typo.
|
|
|
35
|
|
|
36 2002-06-06 Andy Piper <andy@xemacs.org>
|
|
|
37
|
|
|
38 * custom.el (custom-theme-set-variables): sync :set-after from FSF.
|
|
|
39 (defcustom): ditto.
|
|
|
40 (custom-handle-keyword): ditto.
|
|
|
41
|
|
|
42 2002-06-04 John H Palmieri <palmieri@math.washington.edu>
|
|
|
43
|
|
|
44 * gutter-items.el (buffers-tab-selection-function): fix
|
|
|
45 documentation, make obsolete.
|
|
|
46 * gutter-items.el (buffers-tab-filter-functions): change default
|
|
|
47 value (but not default behavior), reword documentation.
|
|
|
48
|
|
897
|
49 2002-06-27 Olivier Galibert <galibert@pobox.com>
|
|
|
50
|
|
|
51 * behavior.el (enabled-behavior-list): Sort the lists for the
|
|
|
52 assert comparison.
|
|
|
53
|
|
894
|
54 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
55
|
|
|
56 * XEmacs 21.5.7 "broccoflower" is released.
|
|
|
57
|
|
886
|
58 2002-06-27 Mike Sperber <mike@xemacs.org>
|
|
|
59
|
|
|
60 * dumped-lisp.el (preloaded-file-list): Added post-gc.el.
|
|
|
61
|
|
|
62 * post-gc.el: Create.
|
|
|
63
|
|
883
|
64 2002-06-24 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
65
|
|
|
66 * obsolete.el (frame-parameter): New compatibility function.
|
|
|
67 (makehash): Ditto.
|
|
|
68 (buffer-local-value): Ditto.
|
|
|
69 (line-beginning-position): New compatibility alias for `point-at-bol'.
|
|
|
70 (line-end-position): New compatibility alias for `point-at-eol'.
|
|
|
71
|
|
|
72 * subr.el (with-temp-message): New function; sync with GNU Emacs 21.
|
|
|
73 (bound-and-true-p): Ditto.
|
|
|
74 (propertize): New function.
|
|
|
75 (delete-and-extract-region): Ditto.
|
|
|
76
|
|
|
77 2002-06-24 Jerry James <james@xemacs.org>
|
|
|
78
|
|
|
79 * code-files.el (load): Look for a binary module if no Lisp file
|
|
|
80 with the correct name is found.
|
|
|
81
|
|
878
|
82 2002-06-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
|
83
|
|
|
84 * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
|
|
|
85 "&optional append" argument.
|
|
|
86
|
|
877
|
87 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
88
|
|
|
89 * unicode.el (load-unicode-tables): Comment loading 8859-1.TXT.
|
|
|
90
|
|
872
|
91 2002-06-20 Ben Wing <ben@xemacs.org>
|
|
|
92
|
|
|
93 * mule/mule-msw-init-late.el:
|
|
|
94 Specify charset->windows-registry conversion.
|
|
|
95
|
|
|
96 * mule/mule-x-init.el:
|
|
|
97 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
|
|
98 * mule/mule-x-init.el (init-mule-x-win):
|
|
|
99 Delete extra mule font additions here. Put them in faces.c.
|
|
|
100
|
|
|
101 2002-06-20 Ben Wing <ben@xemacs.org>
|
|
|
102
|
|
|
103 * cl-macs.el (defun*):
|
|
|
104 * cl-macs.el (defmacro*):
|
|
|
105 * cl-macs.el (destructuring-bind):
|
|
|
106 Document better.
|
|
|
107
|
|
|
108 * font-lock.el (lisp-font-lock-keywords-1):
|
|
|
109 Move Lisp function regexp to lisp-mode.el.
|
|
|
110
|
|
|
111 * lisp-mode.el:
|
|
|
112 * lisp-mode.el (lisp-function-and-type-regexp): New.
|
|
|
113 * lisp-mode.el (lisp-flet-regexp): New.
|
|
|
114 * lisp-mode.el (lisp-indent-function):
|
|
|
115 * lisp-mode.el (lisp-indent-quoteform): New.
|
|
|
116 Various indentation fixes:
|
|
|
117
|
|
|
118 Handle flet functions better.
|
|
|
119 Handle argument lists in defuns and flets.
|
|
|
120 Handle quoted lists, e.g. property lists -- don't indent like
|
|
|
121 function calls. Distinguish between lambdas and other lists.
|
|
|
122
|
|
|
123 * lisp-mode.el (save-selected-device): Handle this form.
|
|
|
124
|
|
|
125 * faces.el:
|
|
|
126 * faces.el (face-property-instance):
|
|
|
127 * faces.el (face-property-matching-instance):
|
|
|
128 * faces.el (set-face-property):
|
|
|
129 * faces.el (set-face-display-table):
|
|
|
130 * faces.el (set-face-underline-p):
|
|
|
131 * faces.el (set-face-strikethru-p):
|
|
|
132 * faces.el (set-face-highlight-p):
|
|
|
133 * faces.el (set-face-blinking-p):
|
|
|
134 * faces.el (face-equal):
|
|
|
135 * faces.el (try-font-name):
|
|
|
136 * faces.el (face-frob-from-locale-first): New.
|
|
|
137 * faces.el (frob-face-property): Removed.
|
|
|
138 * faces.el (included): Removed.
|
|
|
139 * faces.el (frob-face-property-1): Removed.
|
|
|
140 * faces.el (frob-face-font-2): Removed.
|
|
|
141 * faces.el (Face-frob-property-device-considered-current): New.
|
|
|
142 * faces.el (Face-frob-property): New.
|
|
|
143 * faces.el (make-face-family):
|
|
|
144 * faces.el (make-face-bold):
|
|
|
145 * faces.el (make-face-italic):
|
|
|
146 * faces.el (NOTE): New.
|
|
|
147 * faces.el (functions): New.
|
|
|
148 * faces.el (make-face-bold-italic):
|
|
|
149 * faces.el (make-face-unbold):
|
|
|
150 * faces.el (make-face-unitalic):
|
|
|
151 * faces.el (make-face-size):
|
|
|
152 * faces.el (make-face-smaller):
|
|
|
153 * faces.el (make-face-larger):
|
|
|
154 * faces.el (get-frame-background-mode):
|
|
|
155 * faces.el (init-global-faces):
|
|
|
156 * font-menu.el:
|
|
|
157 * font-menu.el (font-menu-set-font):
|
|
|
158 * font-menu.el (font-menu-change-face):
|
|
|
159 * font.el:
|
|
|
160 * font.el (mswindows-font-weight-mappings):
|
|
|
161 * font.el (font-mswindows-font-regexp): Removed.
|
|
|
162 * font.el (mswindows-font-create-object):
|
|
|
163 * font.el (mswindows-font-create-name):
|
|
|
164 * gtk-faces.el (gtk-init-global-faces):
|
|
|
165 * msw-faces.el:
|
|
|
166 * msw-faces.el (mswindows-init-device-faces):
|
|
|
167 * msw-faces.el (mswindows-font-regexp): Removed.
|
|
|
168 * msw-faces.el (mswindows-font-canonicalize-name): Removed.
|
|
|
169 * msw-faces.el (mswindows-canonicalize-font-name): New.
|
|
|
170 * msw-faces.el (mswindows-parse-font-style): New.
|
|
|
171 * msw-faces.el (mswindows-construct-font-style): New.
|
|
|
172 * msw-faces.el (mswindows-frob-font-style): New.
|
|
|
173 * msw-faces.el (mswindows-frob-font-style-and-sizify): New.
|
|
|
174 * msw-faces.el (mswindows-nonbold-weight-regexp): New.
|
|
|
175 * msw-faces.el (mswindows-make-font-unbold):
|
|
|
176 * msw-faces.el (mswindows-bold-weight-regexp): New.
|
|
|
177 * msw-faces.el (mswindows-make-font-italic):
|
|
|
178 * msw-faces.el (mswindows-make-font-bold-mapper): New.
|
|
|
179 * msw-faces.el (mswindows-make-font-unitalic):
|
|
|
180 * msw-faces.el (mswindows-make-font-nonbold-mapper): New.
|
|
|
181 * msw-faces.el (mswindows-make-font-italic-mapper): New.
|
|
|
182 * msw-faces.el (mswindows-make-font-bold-italic):
|
|
|
183 * msw-faces.el (mswindows-make-font-unitalic-mapper): New.
|
|
|
184 * msw-faces.el (mswindows-make-font-bold-italic-mapper): New.
|
|
|
185 * msw-faces.el (mswindows-find-smaller-font):
|
|
|
186 * msw-faces.el (mswindows-find-larger-font):
|
|
|
187 * msw-faces.el (mswindows-available-font-sizes): New.
|
|
|
188 * msw-faces.el (mswindows-frob-font-size): New.
|
|
|
189 * msw-font-menu.el:
|
|
|
190 * msw-font-menu.el (mswindows-font-menu-junk-families):
|
|
|
191 * msw-font-menu.el (mswindows-font-menu-registry-encoding): Removed.
|
|
|
192 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
|
193 * msw-font-menu.el (mswindows-font-menu-font-data):
|
|
|
194 * msw-font-menu.el (mswindows-font-menu-load-font):
|
|
|
195 * x-faces.el:
|
|
|
196 * x-faces.el (x-init-global-faces):
|
|
|
197 * x-faces.el (x-init-device-faces):
|
|
|
198 * x-init.el (init-x-win):
|
|
|
199 * x-init.el (init-post-x-win):
|
|
|
200
|
|
|
201 Major overhaul of face-handling code:
|
|
|
202
|
|
|
203 -- Fix lots of bogus code in msw-faces.el, msw-font-menu.el,
|
|
|
204 font-menu.el that was "truenaming" font specs -- i.e. in the
|
|
|
205 process of frobbing a particular field in a general user-specified
|
|
|
206 font spec with wildcarded fields, sticking in particular values
|
|
|
207 for all the remaining wildcarded fields. This bug was rampant
|
|
|
208 everywhere except in x-faces.el (the oldest and only correctly
|
|
|
209 written code). This also means that we need to work with font
|
|
|
210 names at all times and not font instances, because a font instance
|
|
|
211 is essentially a truenamed font.
|
|
|
212
|
|
|
213 -- Total rewrite of extremely junky code in msw-faces.el. Work
|
|
|
214 with names as well as font instances, and return names; stop
|
|
|
215 truenaming when canonicalizing and frobbing; fix handling of the
|
|
|
216 combined style field, i.e. weight/slant (also fixed in font.el).
|
|
|
217
|
|
|
218 -- Totally rewrite the frobbing functions in faces.el. This time,
|
|
|
219 we frob all the instantiators rather than just computing a single
|
|
|
220 instance value and working backwards. That way, e.g., `bold' will
|
|
|
221 work for all charsets that have bold available, rather than only
|
|
|
222 for whatever charset was part of the computed font instance
|
|
|
223 (another example of the truename virus). Also fix up code to look
|
|
|
224 at the fallbacks (all of them) when no global value present, so we
|
|
|
225 don't need to put something in the global value. Intelligently
|
|
|
226 handle a request to frob a buffer locale, rather than signalling
|
|
|
227 an error. When frobbing instantiators, try hard to figure out
|
|
|
228 what device type is associated with them, and frob each according
|
|
|
229 to its own proper device type. Correctly handle inheritance
|
|
|
230 vectors given as instantiators. Preserve existing tags when
|
|
|
231 putting back frobbed instantiators. Extract out general
|
|
|
232 specifier-frobbing code into specifier.el. Document everything
|
|
|
233 cleanly. Do lots of other things better, etc.
|
|
|
234
|
|
|
235 -- Don't duplicatively set a global specification for the default
|
|
|
236 font -- it's already in the fallback and we no longer need a
|
|
|
237 default global specification present. Delete various code in
|
|
|
238 x-faces.el and msw-faces.el that duplicated the lists of fonts in
|
|
|
239 faces.c.
|
|
|
240
|
|
|
241 -- init-global-faces was not being called at all under MS Windows!
|
|
|
242 Major bogosity. That caused device-specific values to get stuck
|
|
|
243 into all the fonts, making it very hard to change them -- setting
|
|
|
244 global specs caused nothing to happen.
|
|
|
245
|
|
|
246 -- Correct weight names in font.el.
|
|
|
247
|
|
|
248 -- Lots more font fixups in objects*.c.
|
|
|
249
|
|
|
250 * Printer.el (generic-print-region):
|
|
|
251 Warning fix.
|
|
|
252
|
|
|
253 * specifier.el:
|
|
|
254 * specifier.el (map-specifier):
|
|
|
255 * specifier.el (modify-specifier-instances):
|
|
|
256 * specifier.el (instance-to-instantiator): New.
|
|
|
257 * specifier.el (device-type-matches-spec): New.
|
|
|
258 * specifier.el (add-tag-to-inst-list): New.
|
|
|
259 * specifier.el (derive-domain-from-locale): New.
|
|
|
260 * specifier.el (derive-device-type-from-tag-set): New.
|
|
|
261 * specifier.el (Specifically): New.
|
|
|
262 * specifier.el (derive-device-type-from-locale-and-tag-set): New.
|
|
|
263 * specifier.el (derive-specifier-specs-from-locale): New.
|
|
|
264 Add more args to map-specifier.
|
|
|
265
|
|
|
266 Add various "heuristic" specifier functions to aid in creation of
|
|
|
267 specifier-munging code such as in faces.el.
|
|
|
268
|
|
|
269 * subr.el:
|
|
|
270 * subr.el (args-out-of-range): New.
|
|
|
271 * subr.el (argument-in-range-p): New.
|
|
|
272 * subr.el (check-argument-range): New.
|
|
|
273 New functions.
|
|
|
274
|
|
|
275
|
|
866
|
276 2002-06-04 Andy Piper <andy@xemacs.org>
|
|
|
277
|
|
|
278 * startup.el (normal-top-level): Fix bad merge.
|
|
|
279
|
|
865
|
280 2002-06-04 Jerry James <james@eecs.ku.edu>
|
|
|
281
|
|
|
282 * find-paths.el (paths-find-architecture-directory): Search in
|
|
|
283 `system-configuration'/`base', not `base'`system-configuration'.
|
|
|
284
|
|
863
|
285 2002-06-03 Andy Piper <andy@xemacs.org>
|
|
|
286
|
|
|
287 * dialog-items.el (make-search-dialog): align various subcontrols
|
|
|
288 in visually pleasing ways, allow frame to autosize to the dialog
|
|
|
289 size.
|
|
|
290 * dialog.el (make-dialog-box): add a border inside the frame. Add
|
|
|
291 :autosize property, if t then reset the frame size appropriately
|
|
|
292 before the frame is mapped.
|
|
|
293 * gutter-items.el (set-progress-feedback-instantiator): align
|
|
|
294 various subcontrols.
|
|
|
295 * gutter-items.el (set-progress-abort-instantiator): ditto.
|
|
|
296
|
|
|
297 2002-05-30 Andy Piper <andy@xemacs.org>
|
|
|
298
|
|
|
299 * files.el (revert-buffer-internal): don't visit
|
|
|
300 revert-buffer. Kill buffer when not used. Suggested by Mike
|
|
|
301 Alexander <mta@arbortext.com>
|
|
|
302
|
|
|
303 2002-05-08 Andy Piper <andy@xemacs.org>
|
|
|
304
|
|
|
305 * files.el (revert-buffer): observe noconfirm behavior.
|
|
|
306
|
|
|
307 2002-04-09 Andy Piper <andy@xemacs.org>
|
|
|
308
|
|
|
309 * files.el (revert-buffer): use revert-buffer-internal if it looks
|
|
|
310 like doing so will not result in any user-visible changes.
|
|
|
311 (revert-buffer-internal): new function. Do the actual process of
|
|
|
312 reversion and then see whether the result is any different to what
|
|
|
313 we have already. If it is not then do nothing.
|
|
|
314
|
|
|
315 2002-02-04 Andy Piper <andy@xemacs.org>
|
|
|
316
|
|
|
317 * files.el (convert-standard-filename): Fix for short filename
|
|
|
318 Peter Arius <pas@methodpark.de>
|
|
|
319
|
|
|
320 2001-12-16 Andy Piper <andy@xemacs.org>
|
|
|
321
|
|
|
322 * package-get.el (package-get-update-all): Make sure installed.db
|
|
|
323 gets updated after updating packages.
|
|
|
324
|
|
|
325 2001-12-11 Andy Piper <andy@xemacs.org>
|
|
|
326
|
|
|
327 * menubar.el (get-popup-menu-response): re-order so that it works
|
|
|
328 on more sane/facist window systems.
|
|
|
329
|
|
|
330 2001-12-03 Andy Piper <andy@xemacs.org>
|
|
|
331
|
|
|
332 * faces.el (frob-face-property): don't infloop in face frobbing
|
|
|
333 from Jan Vroonhof <jan@xemacs.org>.
|
|
|
334
|
|
|
335 2001-11-30 Andy Piper <andy@xemacs.org>
|
|
|
336
|
|
|
337 * printer.el (generic-print-region): fix for non-MS systems from
|
|
|
338 Mike Fabian.
|
|
|
339
|
|
|
340 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
|
341
|
|
|
342 * font.el (font-window-system-mappings): Add mapping for Gtk
|
|
|
343 (assume identical to X)
|
|
|
344
|
|
|
345 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
|
346
|
|
|
347 * faces.el (frob-face-property): Follow face fall-back hierarchy
|
|
|
348 properly for face properties without an instance. Only do manual
|
|
|
349 copy form 'default in last resort. This handles in particular
|
|
|
350 the case where 'default itself has only a fall-back (which is
|
|
|
351 the case by default on windows).
|
|
|
352
|
|
|
353 2001-11-24 Andy Piper <andy@xemacs.org>
|
|
|
354
|
|
|
355 * printer.el (generic-print-region): set default-frame-plist to
|
|
|
356 nil while creating the printer frame so that sizes reflect the
|
|
|
357 printed page.
|
|
|
358
|
|
|
359 * faces.el (face-complain-about-font): Don't complain on printers.
|
|
|
360
|
|
|
361 2002-04-25 Steve Youngs <youngs@xemacs.org>
|
|
|
362
|
|
|
363 * mule/mule-charset.el (string-to-char-list): New. This used to
|
|
|
364 be in 'mule-misc.el' but that file has been removed.
|
|
|
365
|
|
|
366 2002-04-14 Steve Youngs <youngs@xemacs.org>
|
|
|
367
|
|
|
368 * obsolete.el (find-non-ascii-charset-region): A couple of
|
|
|
369 packages use this.
|
|
|
370 (find-non-ascii-charset-string): Ditto.
|
|
|
371
|
|
|
372 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
|
373
|
|
|
374 * abbrev.el:
|
|
|
375 * abbrev.el (abbrev-mode):
|
|
|
376 * abbrev.el (only-global-abbrevs):
|
|
|
377 * abbrev.el (defining-abbrev-turns-on-abbrev-mode): New.
|
|
|
378 * abbrev.el (define-abbrev-table):
|
|
|
379 * abbrev.el (global-abbrev-mode): New.
|
|
|
380 * abbrev.el (add-mode-abbrev):
|
|
|
381 * abbrev.el (add-global-abbrev):
|
|
|
382 * abbrev.el (inverse-add-mode-abbrev):
|
|
|
383 * abbrev.el (inverse-add-global-abbrev):
|
|
|
384 Add `global-abbrev-mode', which turns on or off abbrev-mode in all
|
|
|
385 buffers. Added `defining-abbrev-turns-on-abbrev-mode' -- if
|
|
|
386 non-nil, defining an abbrev through an interactive function will
|
|
|
387 automatically turn on abbrev-mode, either globally or locally
|
|
|
388 depending on the command. This is the "what you'd expect"
|
|
|
389 behavior.
|
|
|
390 * indent.el:
|
|
|
391 * indent.el (indent-balanced-expression-function): New.
|
|
|
392 * indent.el (indent-balanced-expression): New.
|
|
|
393 * indent.el (indent-region-or-balanced-expression): New.
|
|
|
394 general function for indenting a balanced expression in a
|
|
|
395 mode-correct way. Works similar to indent-region in that a mode
|
|
|
396 can specify a specific command to do the whole operation; if not,
|
|
|
397 figure out the region using forward-sexp and indent each line
|
|
|
398 using indent-according-to-mode.
|
|
|
399 * keydefs.el:
|
|
|
400 * keydefs.el (global-map): Removed.
|
|
|
401 Modify M-C-backslash to do indent-region-or-balanced-expression.
|
|
|
402 Make S-Tab just insert a TAB char, like it's meant to do.
|
|
|
403 * make-docfile.el:
|
|
|
404 * make-docfile.el (docfile-out-of-date):
|
|
|
405 Now that we're using the call-process-in-lisp, we need to load
|
|
|
406 an extra file win32-native.el because we're running a bare temacs.
|
|
|
407 * menubar-items.el:
|
|
|
408 * menubar-items.el (default-menubar):
|
|
|
409 Totally redo the Cmds menu so that most used commands appear
|
|
|
410 directly on the menu and less used commands appear in submenus.
|
|
|
411 The old way may have been very pretty, but rather impractical.
|
|
|
412 * process.el (call-process-internal):
|
|
|
413 Under Windows, don't ever use old-call-process-internal, even
|
|
|
414 in batch mode. We can do processes in batch mode.
|
|
|
415 * subr.el:
|
|
|
416 * subr.el (truncate-string-to-width):
|
|
|
417 * subr.el (truncate-string-with-continuation-dots): New.
|
|
|
418 * subr.el (plist-to-alist):
|
|
|
419 Someone recoded truncate-string-to-width, saying "the FSF version
|
|
|
420 is too complicated and does lots of hard-to-understand stuff" but
|
|
|
421 the resulting recoded version was *totally* wrong! it
|
|
|
422 misunderstood the basic point of this function, which is work in
|
|
|
423 *columns* not chars. i dumped ours and copied the version from
|
|
|
424 FSF 21.1. Also added truncate-string-with-continuation-dots,
|
|
|
425 since this idiom is used often.
|
|
|
426
|
|
|
427 2002-04-07 William M. Perry <wmperry@gnu.org>
|
|
|
428
|
|
|
429 * startup.el (command-line): Don't call init-menubar-at-startup
|
|
|
430 unless we were built with menubar support.
|
|
|
431
|
|
|
432 2002-03-19 Daiki Ueno <daiki@xemacs.org>
|
|
|
433
|
|
|
434 * mule/japanese.el: Don't quote function expressions listed as
|
|
|
435 `native-coding-system'.
|
|
|
436 * mule/chinese.el: Likewise.
|
|
|
437
|
|
862
|
438 2002-06-03 Ben Wing <ben@xemacs.org> and
|
|
|
439 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
440
|
|
|
441 * process.el:
|
|
|
442 * process.el (process-synchronize-point): New.
|
|
|
443 * process.el (call-process-internal):
|
|
|
444 Create new process-synchronize-point to avoid dynamic binding
|
|
|
445 problems. Fix editing bogosity in setting process sentinels.
|
|
|
446
|
|
860
|
447 2002-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
448
|
|
|
449 * obsolete.el (find-non-ascii-charset-region): Revert the function
|
|
|
450 definition.
|
|
|
451 (find-non-ascii-charset-string): Ditto.
|
|
|
452
|
|
859
|
453 2002-06-01 Ben Wing <ben@xemacs.org>
|
|
|
454
|
|
|
455 * process.el (call-process-internal):
|
|
|
456 Insert before, not after, point.
|
|
|
457
|
|
857
|
458 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
459
|
|
|
460 * code-process.el (call-process): Ensure that the argument to
|
|
|
461 `symbol-value-in-buffer' is a buffer even if `buffer' is a string.
|
|
|
462
|
|
853
|
463 2002-05-28 Ben Wing <ben@xemacs.org>
|
|
|
464
|
|
|
465 * code-init.el:
|
|
|
466 * code-init.el (coding-system-variable-default-value-table):
|
|
|
467 * code-init.el (coding-system-variable-default-value):
|
|
|
468 Don't use CRLF conversion by default on process output. CMD.EXE and
|
|
|
469 friends work both ways but Cygwin programs don't like the CRs.
|
|
|
470
|
|
|
471 * code-process.el:
|
|
|
472 * code-process.el (process-coding-system-alist):
|
|
|
473 * code-process.el (call-process):
|
|
|
474 * code-process.el (call-process-region):
|
|
|
475 * code-process.el (start-process):
|
|
|
476 * code-process.el (open-network-stream):
|
|
|
477 * code-process.el (set-buffer-process-coding-system):
|
|
|
478 * multicast.el:
|
|
|
479 * multicast.el (open-multicast-group):
|
|
|
480 * process.el:
|
|
|
481 * process.el (start-process-shell-command):
|
|
|
482 * process.el (call-process-internal):
|
|
|
483 * process.el (call-process): Removed.
|
|
|
484 * process.el (call-process-region): Removed.
|
|
|
485 * process.el (start-process): Removed.
|
|
|
486 * process.el (open-network-stream): Removed.
|
|
|
487
|
|
|
488 Improvements to call-process-internal:
|
|
|
489
|
|
|
490 -- allows a buffer to be specified for input and stderr output
|
|
|
491 -- use it on all systems
|
|
|
492 -- implement C-g as documented
|
|
|
493 -- clean up and comment
|
|
|
494
|
|
|
495 call-process-region uses new call-process facilities; no temp file.
|
|
|
496
|
|
|
497 remove duplicate funs in process.el.
|
|
|
498
|
|
|
499 comment exactly how coding systems work and fix various problems.
|
|
|
500
|
|
|
501 open-multicast-group now does similar coding-system frobbing to
|
|
|
502 open-network-stream.
|
|
|
503
|
|
|
504 * dumped-lisp.el (preloaded-file-list):
|
|
|
505 * faces.el (init-global-faces):
|
|
|
506 * msw-faces.el (mswindows-init-global-faces): New.
|
|
|
507 Fix some hidden errors due to code not being defined at the right time.
|
|
|
508
|
|
852
|
509 2002-05-25 Steve Youngs <youngs@xemacs.org>
|
|
|
510
|
|
|
511 * package-ui.el (pui-help-echo): Display both installed and author
|
|
|
512 version. Use a balloon-help window to display extra info like
|
|
|
513 package requires.
|
|
|
514
|
|
851
|
515 2002-05-23 Ben Wing <ben@xemacs.org>
|
|
|
516
|
|
|
517 * files.el:
|
|
|
518 * files.el (recover-session):
|
|
|
519 * files.el (recover-session-finish): Removed.
|
|
|
520 * files.el (Recover-session-files-from-auto-save-list-file): New.
|
|
|
521 Recover-session improvements: Only show session files where some
|
|
|
522 files can actually be recovered, and show in chronological order.
|
|
|
523
|
|
|
524 * subr.el:
|
|
|
525 * subr.el (truncate-string-to-width):
|
|
|
526 * subr.el (BUG): New.
|
|
|
527 * subr.el (truncate-string-with-continuation-dots): Removed.
|
|
|
528 * subr.el (plist-to-alist):
|
|
|
529 * menubar-items.el (default-menubar):
|
|
|
530 As promised to rms, the functionality in
|
|
|
531 truncate-string-with-continuation-dots has been merged into
|
|
|
532 truncate-string-to-width. Change callers in menubar-items.el.
|
|
|
533
|
|
|
534 * select.el:
|
|
|
535 * select.el (copy-primary-selection):
|
|
|
536 * select.el (kill-primary-selection):
|
|
|
537 * select.el (own-selection):
|
|
|
538 * select.el (cut-copy-clear-internal):
|
|
|
539 Document some of these funs better. Fix problem where we were
|
|
|
540 doing own-clipboard twice.
|
|
|
541
|
|
849
|
542 2002-05-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
543
|
|
|
544 * files.el (revert-buffer):
|
|
|
545 (revert-buffer-internal):
|
|
|
546 Update docstrings from 21.4.
|
|
|
547
|
|
848
|
548 2002-04-17 Nickolay Pakoulin <npak@ispras.ru>
|
|
|
549
|
|
|
550 * cus-edit.el (custom-save-delete-any): New function
|
|
|
551 (make-custom-save-resets-mapper): New macro
|
|
|
552 (custom-save-resets-mapper-alist): New constant
|
|
|
553 (custom-save-resets): Modified
|
|
|
554 Save customized values MUCH faster by keeping often used lambdas
|
|
|
555 in cache `custom-save-resets-mapper-alist' instead of building them
|
|
|
556 on the fly in `custom-save-resets'.
|
|
|
557
|
|
|
558 * cus-edit.el (custom-save-pretty-print): New variable
|
|
|
559 (custom-save-variable-p): New function
|
|
|
560 (custom-save-variable-internal): New function
|
|
|
561 (custom-save-variables): Modified
|
|
|
562 (custom-save-face-p): New function
|
|
|
563 (custom-save-face-internal): Modified
|
|
|
564 (custom-save-faces): Modified
|
|
|
565 Save customized variables and faces in the alphabetic order.
|
|
|
566 `custom-save-pretty-print' turns on/off pretty-printing values.
|
|
|
567
|
|
844
|
568 2002-05-16 Ben Wing <ben@xemacs.org>
|
|
|
569
|
|
|
570 * dialog.el:
|
|
|
571 * dialog.el (get-user-response): New. Function to ask a
|
|
|
572 multiple-choice question, automatically choosing a dialog box or
|
|
|
573 minibuffer representation as necessary. Generalized version of
|
|
|
574 yes-or-no-p, y-or-n-p.
|
|
|
575
|
|
|
576 * files.el:
|
|
|
577 * files.el (recover-file-diff-program): New.
|
|
|
578 * files.el (recover-file-diff-arguments): New.
|
|
|
579 * files.el (recover-file):
|
|
|
580 Use get-user-response to ask "yes/no/diff" question when recovering.
|
|
|
581 "diff" means that a diff is displayed between the current file and the
|
|
|
582 autosave. (Converts/deconverts escape-quoted as necessary. No more
|
|
|
583 complaints from you, Mr. Turnbull!) One known problem: when a dialog
|
|
|
584 is used, it's modal, so you can't scroll the diff. Will fix soon.
|
|
|
585
|
|
|
586 * lisp-mode.el (lisp-fill-paragraph):
|
|
|
587 If we're filling a string, don't treat semicolon as a comment,
|
|
|
588 which would give very unfriendly results.
|
|
|
589 Uses `buffer-syntactic-context'.
|
|
|
590
|
|
|
591 * simple.el:
|
|
|
592 * simple.el (undo-all-changes): New.
|
|
|
593 all changes back to the beginning. (Useful if you've saved the file
|
|
|
594 in the middle of the changes.)
|
|
|
595
|
|
|
596 * simple.el (kill-word-into-kill-ring): New.
|
|
|
597 * simple.el (backward-kill-word):
|
|
|
598 Add option kill-word-into-kill-ring, which controls whether words
|
|
|
599 deleted with kill-word, backward-kill-word, etc. are "cut" into the
|
|
|
600 kill ring, or "cleared" into nothingness. (My preference is the
|
|
|
601 latter, by far. I'd almost go so far as suggesting we make it the
|
|
|
602 default, as you can always select a word and then cut it if you want
|
|
|
603 it cut.)
|
|
|
604
|
|
|
605 * menubar-items.el (default-menubar):
|
|
|
606 Add option corresponding to kill-word-into-kill-ring.
|
|
|
607
|
|
843
|
608 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
609
|
|
|
610 This patch is based on Jerry James's patch and analysis.
|
|
|
611
|
|
|
612 * select.el (get-clipboard):
|
|
|
613 (get-selection):
|
|
|
614 Update docstrings.
|
|
|
615 (get-clipboard-foreign):
|
|
|
616 (get-selection-foreign):
|
|
|
617 New function for use as `interprogram-paste-function's.
|
|
|
618
|
|
|
619 * simple.el (interprogram-paste-function): Change default to
|
|
|
620 `get-clipboard-foreign'; improve docstring.
|
|
|
621 (interprogram-cut-function): Improve dosctring.
|
|
|
622
|
|
838
|
623 2002-05-13 Ben Wing <ben@xemacs.org>
|
|
|
624
|
|
|
625 * files.el (revert-buffer):
|
|
|
626 Andy's patch from 21.4. Fix evil nasty problems with revert-buffer.
|
|
|
627
|
|
|
628 * menubar-items.el (default-menubar):
|
|
|
629 Add Append to Register to Rectangles/Register menu.
|
|
|
630
|
|
837
|
631 2002-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
|
632
|
|
|
633 * code-process.el (call-process): Process-related docstring
|
|
|
634 improvements spurred by Norbert Koch.
|
|
|
635 * code-process.el (call-process-region): Ditto.
|
|
|
636 * code-process.el (start-process): Ditto.
|
|
|
637
|
|
832
|
638 2002-05-09 Ben Wing <ben@xemacs.org>
|
|
|
639
|
|
|
640 * keydefs.el (global-map): New.
|
|
|
641 * msw-init.el (init-post-mswindows-win):
|
|
|
642 ctrl-delete is like M-d, in keeping with PC standards. it still
|
|
|
643 will function at its original (delete-selection), when there's a
|
|
|
644 selection, with the new associated pending-del patch.
|
|
|
645
|
|
830
|
646 2002-04-14 Golubev I. N. <gin@mo.msk.ru>
|
|
|
647
|
|
|
648 * info.el (Info-find-index-alternatives): fix missing \ in \t.
|
|
|
649 Port of `Info-index' change from 21.4.
|
|
|
650
|
|
829
|
651 2002-04-23 Jerry James <james@xemacs.org>
|
|
|
652
|
|
|
653 * select.el (get-clipboard): Document connection with
|
|
|
654 interprogram-paste-function.
|
|
|
655 * select.el (get-selection): Document that nil should be
|
|
|
656 returned if XEmacs owns the selection.
|
|
|
657 Remove unnecessary variable.
|
|
|
658 * simple.el (kill-ring-max): Synch with FSF Emacs 21.2.
|
|
|
659 * simple.el (kill-new): Synch with FSF Emacs 21.2
|
|
|
660
|
|
826
|
661 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
|
662
|
|
|
663 * bytecomp-runtime.el (with-obsolete-variable):
|
|
|
664 * bytecomp-runtime.el (with-obsolete-function):
|
|
|
665 Doc string changes.
|
|
|
666
|
|
|
667 * compat.el:
|
|
|
668 * compat.el (compat-current-package):
|
|
|
669 * compat.el (compat-current-package)): New.
|
|
|
670 * compat.el (compat-define-compat-functions): New.
|
|
|
671 * compat.el (compat-define-group):
|
|
|
672 * compat.el (compat-define-functions): Removed.
|
|
|
673 * compat.el (compat-defun): New.
|
|
|
674 * compat.el (compat-define-function): New.
|
|
|
675 * compat.el (compat-wrap-runtime): New.
|
|
|
676 * compat.el (compat-wrap): New.
|
|
|
677 * compat.el (compat): Removed.
|
|
|
678 * compat.el (overlays):
|
|
|
679 * compat.el (overlayp): New.
|
|
|
680 * compat.el (make-overlay): New.
|
|
|
681 * compat.el (move-overlay): New.
|
|
|
682 * compat.el (delete-overlay): New.
|
|
|
683 * compat.el (overlay-start): New.
|
|
|
684 * compat.el (overlay-end): New.
|
|
|
685 * compat.el (overlay-buffer): New.
|
|
|
686 * compat.el (overlay-properties): New.
|
|
|
687 * compat.el (overlays-at): New.
|
|
|
688 * compat.el (overlays-in): New.
|
|
|
689 * compat.el (next-overlay-change): New.
|
|
|
690 * compat.el (previous-overlay-change): New.
|
|
|
691 * compat.el (overlay-lists): New.
|
|
|
692 * compat.el (overlay-recenter): New.
|
|
|
693 * compat.el (overlay-get): New.
|
|
|
694 * compat.el (overlay-put): New.
|
|
|
695 * compat.el ('delete-extent): New.
|
|
|
696 * compat.el ('extent-end-position): New.
|
|
|
697 * compat.el ('extent-start-position): New.
|
|
|
698 * compat.el ('set-extent-endpoints): New.
|
|
|
699 * compat.el ('set-extent-property): New.
|
|
|
700 * compat.el ('make-extent): New.
|
|
|
701 * compat.el (extent-property): New.
|
|
|
702 * compat.el (extent-at): New.
|
|
|
703 * compat.el (map-extents): New. Some attempts to redo this to
|
|
|
704 make it truly useful and fix the "multiple versions interacting
|
|
|
705 with each other" problem. Not yet done. Currently doesn't work.
|
|
|
706
|
|
|
707 * files.el (revert-buffer-internal):
|
|
|
708 Use with-obsolete-variable to avoid warnings in new revert-buffer code.
|
|
|
709
|
|
825
|
710 2002-05-02 Steve Youngs <youngs@xemacs.org>
|
|
|
711
|
|
|
712 * package-get.el (package-get): Use 'warn' instead of 'lwarn'.
|
|
|
713
|
|
824
|
714 2002-05-01 Steve Youngs <youngs@xemacs.org>
|
|
|
715
|
|
|
716 * package-get.el (package-get-update-base-entry): Remove code to
|
|
|
717 add package entries into custom.
|
|
|
718 (package-get-custom-groups): Remove.
|
|
|
719 (package-get-custom): Ditto.
|
|
|
720 (package-get-custom-add-entry): Ditto.
|
|
|
721
|
|
|
722 2002-04-29 Steve Youngs <youngs@xemacs.org>
|
|
|
723
|
|
|
724 * menubar-items.el (default-menubar): Remove entry for managing
|
|
|
725 packages via custom.
|
|
|
726
|
|
821
|
727 2002-04-24 Mats Lidell <matsl@contactor.se>
|
|
|
728
|
|
|
729 * mule/european.el (language-info-alist): Add TUTORIAL & greeting for Swedish.
|
|
|
730
|
|
820
|
731 2002-04-28 Steve Youngs <youngs@xemacs.org>
|
|
|
732
|
|
|
733 * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
|
|
|
734
|
|
804
|
735 * XEmacs 21.5.6 "bok choi" is released.
|
|
|
736
|
|
801
|
737 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
|
738
|
|
|
739 * mule/mule-cmds.el:
|
|
|
740 * mule/mule-cmds.el (langenv-to-locale-hash): New.
|
|
|
741 * mule/mule-cmds.el (mswindows-get-language-environment-from-locale):
|
|
|
742 Hash the result of mswindows-get-language-environment-from-locale,
|
|
|
743 since it's very expensive (and causes huge ballooning of memory
|
|
|
744 under X Windows, since it's called from x-get-resource).
|
|
|
745
|
|
|
746 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
|
747
|
|
|
748 * cl-extra.el:
|
|
|
749 * cl-extra.el (equalp):
|
|
|
750 * code-files.el (load):
|
|
|
751 * files.el (hack-local-variables-last-page):
|
|
|
752 * files.el (hack-local-variables-prop-line):
|
|
|
753 * simple.el (assoc-ignore-case):
|
|
|
754 * subr.el:
|
|
|
755 * subr.el (string-equal-ignore-case): New.
|
|
|
756 * x-faces.el (x-frob-font-size):
|
|
|
757 * x-faces.el (x-init-device-faces):
|
|
|
758 Create new string-equal-ignore-case, based on built-in
|
|
|
759 compare-strings -- compare strings ignoring case without the need
|
|
|
760 to generate garbage by calling downcase. Use it in equalp and
|
|
|
761 elsewhere.
|
|
|
762
|
|
800
|
763 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
|
764
|
|
|
765 * behavior.el:
|
|
|
766 * behavior.el (within-behavior-enabling-disabling): New.
|
|
|
767 * behavior.el (behaviors): New.
|
|
|
768 * behavior.el (enabled-behavior-list): New.
|
|
|
769 * behavior.el (define-behavior):
|
|
|
770 * behavior.el (behavior-enabled-p):
|
|
|
771 * behavior.el (enable-behavior):
|
|
|
772 * behavior.el (disable-behavior):
|
|
|
773 * dumped-lisp.el (preloaded-file-list):
|
|
|
774 * menubar-items.el (default-menubar):
|
|
|
775 Add support for saving using custom. Load into a dumped XEmacs.
|
|
|
776 Correct :title to :short-doc in accordance with behavior-defs.el.
|
|
|
777 Add a submenu under Options for turning on/off behaviors.
|
|
|
778
|
|
|
779 * cl-macs.el:
|
|
|
780 * cl-macs.el (loop):
|
|
|
781 * cl-macs.el (cl-parse-loop-clause):
|
|
|
782 Properly document `loop'. Fix a minor bug in keymap iteration and
|
|
|
783 add support for bit-vector iteration.
|
|
|
784
|
|
|
785 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
786 Rearrange and add items for macro expanding.
|
|
|
787
|
|
|
788 * menubar-items.el (menu-split-long-menu):
|
|
|
789 * menubar-items.el (menu-sort-menu):
|
|
|
790 Document connection between these two functions.
|
|
|
791
|
|
|
792 * window.el:
|
|
|
793 * window.el (get-window-with-predicate): New.
|
|
|
794 * window.el (ALL-FRAMES): New.
|
|
|
795 * window.el ('some-window): New.
|
|
|
796 * window.el (count-windows):
|
|
|
797 * window.el (window-safely-shrinkable-p): New.
|
|
|
798 * window.el (count-screen-lines): New.
|
|
|
799 * window.el (shrink-window-if-larger-than-buffer):
|
|
|
800 Port stuff from GNU 21.1.
|
|
|
801
|
|
793
|
802 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
|
803
|
|
|
804 * mule/english.el (ascii-right-to-left):
|
|
|
805 Define this charset now, since a bug was fixed that formerly
|
|
|
806 prevented it.
|
|
|
807
|
|
|
808 * mule/ethio-util.el (ethio-fidel-to-java-buffer):
|
|
|
809 * mule/ethio-util.el (ethio-java-to-fidel-buffer):
|
|
|
810 Fix compile errors involving Unicode `characters', which should be
|
|
|
811 integers.
|
|
|
812
|
|
|
813 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
|
814
|
|
|
815 * sound.el:
|
|
|
816 * sound.el (sound-default-alist):
|
|
|
817 Correct docs.
|
|
|
818
|
|
|
819 * msw-glyphs.el:
|
|
|
820
|
|
|
821 Set glyph-contrib-p to nil on hscroll, continuation, truncation so
|
|
|
822 that we don't get line jumpiness from them being larger than the
|
|
|
823 line height.
|
|
|
824
|
|
|
825 * mouse.el:
|
|
|
826 * mouse.el ((meta button1)):
|
|
|
827 * mouse.el (mouse-consolidated-yank):
|
|
|
828 * mouse.el (mouse-yank):
|
|
|
829 * mouse.el (mouse-track):
|
|
|
830 * mouse.el (variables): Removed.
|
|
|
831 * mouse.el (default-mouse-track-normalize-point):
|
|
|
832 * mouse.el (default-mouse-track-return-dragged-selection):
|
|
|
833 * mouse.el (mouse-track-by-lines): New.
|
|
|
834 * mouse.el (mouse-track-insert): Removed.
|
|
|
835 * mouse.el (mouse-track-adjust-by-lines): New.
|
|
|
836 * mouse.el (mouse-track-insert-1): New.
|
|
|
837 * mouse.el (mouse-track-insert-by-lines): New.
|
|
|
838 * mouse.el (mouse-track-delete-and-insert-by-lines): New.
|
|
|
839
|
|
|
840 New functions for line-oriented mouse selection, with meta held
|
|
|
841 down. Extend mouse-track{,adjust,insert,delete-and-insert} this
|
|
|
842 way. Move mouse-track-do-rectangle to meta-button2; not nearly so
|
|
|
843 useful (and doesn't really work correctly currently).
|
|
|
844
|
|
|
845 * auto-save.el:
|
|
|
846 * auto-save.el (make-auto-save-file-name):
|
|
|
847 * auto-save.el (recover-all-files):
|
|
|
848 * check-features.el:
|
|
|
849 * check-features.el ((featurep 'tooltalk)):
|
|
|
850 * check-features.el ((featurep 'sparcworks)):
|
|
|
851 * code-files.el:
|
|
|
852 * code-files.el (insert-file-contents):
|
|
|
853 * etags.el (find-tag-default):
|
|
|
854 * files.el (normal-mode):
|
|
|
855 * files.el (backup-buffer):
|
|
|
856 * files.el (recover-session-finish):
|
|
|
857 * finder.el (finder-compile-keywords):
|
|
|
858 * font-lock.el (font-lock-pre-idle-hook):
|
|
|
859 * info.el (Info-suffixed-file):
|
|
|
860 * package-get.el:
|
|
|
861 * package-get.el (package-get-load-package-file):
|
|
|
862 * package-get.el (package-get):
|
|
|
863 * packages.el:
|
|
|
864 * packages.el (packages-load-package-lisps):
|
|
|
865 * simple.el:
|
|
|
866 * simple.el (show-message-log):
|
|
|
867 * simple.el (log-message):
|
|
|
868 * simple.el (remove-message):
|
|
|
869 * simple.el (log-warning-minimum-level):
|
|
|
870 * simple.el (display-warning-minimum-level):
|
|
|
871 * simple.el (warning-level-alist):
|
|
|
872 * simple.el (warning-level-<): New.
|
|
|
873 * simple.el (display-warning):
|
|
|
874 * simple.el (NOTE): New.
|
|
|
875 * simple.el (warn):
|
|
|
876 * simple.el (lwarn):
|
|
|
877 * subr.el:
|
|
|
878 * subr.el (backtrace-in-condition-handler-eliminating-handler): New.
|
|
|
879 * subr.el (with-trapping-errors): New.
|
|
|
880
|
|
|
881 New form with-trapping-errors; a consistent way to execute code,
|
|
|
882 catching all errors and displaying a warning, including a
|
|
|
883 backtrace showing where the error occurred. Modify various files
|
|
|
884 to use this.
|
|
|
885
|
|
|
886 Show all warnings in the echo area (in a format convenient for
|
|
|
887 this) as well as the Warnings buffer. Change the interpretation
|
|
|
888 of display-warning-minimum-level so that warnings below this level
|
|
|
889 (now set at `warning') do not force the Warnings buffer to be
|
|
|
890 displayed, but still appear in the echo area. The motivation for
|
|
|
891 this was `Unable to instantiate font' warnings, which should be
|
|
|
892 visible but are very annoying when the Warnings buffer pops up.
|
|
|
893
|
|
|
894 Change the meaning of warning level `alert' and define clearly
|
|
|
895 what the purpose of the various warning levels are. Modify
|
|
|
896 various files consistent with the new definitions.
|
|
|
897
|
|
|
898 Mark all warnings with extents.
|
|
|
899
|
|
|
900 * startup.el (load-init-file):
|
|
|
901 Modify so that a backtrace is seen when an error occurs.
|
|
|
902
|
|
|
903 * help.el (view-warnings): New.
|
|
|
904 New function for viewing warnings buffer.
|
|
|
905
|
|
|
906 * help.el:
|
|
|
907 * help.el (print-recent-messages):
|
|
|
908 * simple.el:
|
|
|
909 * simple.el (show-message-log):
|
|
|
910 Integrate show-message-log with view-lossage. Add option to
|
|
|
911 view-lossage to view only the messages. Clear message first so
|
|
|
912 latest message is seen.
|
|
|
913
|
|
|
914 * menubar-items.el:
|
|
|
915 * menubar-items.el (default-menubar):
|
|
|
916 * menubar-items.el (bookmark-menu-filter): Removed.
|
|
|
917 Various rearrangements and fixes.
|
|
|
918
|
|
|
919 * msw-faces.el:
|
|
|
920 * msw-faces.el (gui-element):
|
|
|
921 * msw-faces.el (mswindows-init-device-faces):
|
|
|
922 Set gui-element font globally instead of on each device.
|
|
|
923
|
|
|
924 * msw-font-menu.el (mswindows-font-menu-font-data): Fix bug.
|
|
|
925
|
|
|
926 * simple.el (debug-print-1): New.
|
|
|
927 * simple.el (debug-print):
|
|
|
928 * simple.el (debug-backtrace): New.
|
|
|
929 New debugging functions.
|
|
|
930
|
|
792
|
931 2002-03-20 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
932
|
|
|
933 * menubar-items.el (list-all-buffers): New function.
|
|
|
934 (list-all-buffers-function): New customizable variable.
|
|
|
935 (default-menubar): Replace list-buffers with list-all-buffers.
|
|
|
936
|
|
|
937 2002-03-04 Simon Josefsson <jas@extundo.com>
|
|
|
938
|
|
|
939 * files.el (auto-mode-alist): Move Sieve to a place where the
|
|
|
940 comment is more appropriate for it.
|
|
|
941
|
|
788
|
942 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
|
943
|
|
|
944 * mule\mule-category.el:
|
|
|
945 * mule\mule-category.el (with-category-table): New.
|
|
|
946 Start implementing a category API compatible with FSF. Not there yet.
|
|
|
947 We need improvements to char-tables.
|
|
|
948
|
|
|
949 * mule\mule-charset.el:
|
|
|
950 * mule\mule-charset.el ((translation-table): New.
|
|
|
951 * mule\mule-charset.el (make-translation-table): New.
|
|
|
952 * mule\mule-charset.el (named-translation-table-hash-table): New.
|
|
|
953 * mule\mule-charset.el (define-translation-table): New.
|
|
|
954 * mule\mule-charset.el (find-translation-table): New.
|
|
|
955 * mule\mule-charset.el (get-translation-table): New.
|
|
|
956 Copy translation table code from FSF 21.1 and fix up. Eventually
|
|
|
957 we'll have them in XEmacs. (used in ccl) Not here quite yet, and
|
|
|
958 we need some improvements to char-tables.
|
|
|
959
|
|
|
960 * mule\cyril-util.el:
|
|
|
961 * mule\cyril-util.el (cyrillic-encode-koi8-r-char):
|
|
|
962 * mule\cyril-util.el (cyrillic-encode-alternativnyj-char):
|
|
|
963 * mule\cyrillic.el:
|
|
|
964 * mule\cyrillic.el (cyrillic-koi8-r-to-external-code-table): New.
|
|
|
965 * mule\cyrillic.el (cyrillic-alternativnyj-to-external-code-table): New.
|
|
|
966 * mule\devan-util.el (devanagari-compose-string):
|
|
|
967 * mule\ethio-util.el:
|
|
|
968 * mule\korea-util.el:
|
|
|
969 * mule\mule-tty-init.el (init-mule-tty-win):
|
|
|
970 * mule\tibet-util.el (tibetan-add-components):
|
|
|
971 * mule\tibet-util.el (tibetan-compose-region):
|
|
|
972 * mule\viet-util.el:
|
|
|
973 * mule\viet-util.el (viet-encode-viscii-char):
|
|
|
974 * mule\vietnamese.el:
|
|
|
975 * mule\vietnamese.el (viet-viscii-to-external-code-table): New.
|
|
|
976 Fix numerous compilation warnings. Fix up code related to
|
|
|
977 translation tables and other types of char-tables.
|
|
|
978
|
|
|
979 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
|
980
|
|
|
981 * menubar-items.el (default-menubar): Move the frame commands from
|
|
|
982 the View menu to the File menu, to be consistent with how most other
|
|
|
983 programs do things. Move less-used revert/recover items to a submenu.
|
|
|
984 Make "recover" not prompt for a file, but recover the current buffer.
|
|
|
985
|
|
787
|
986 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
|
987
|
|
|
988 * dumped-lisp.el (preloaded-file-list): debug.el -> diagnose.el.
|
|
|
989 * diagnose.el: Renamed from debug.el because of existing debug.el
|
|
|
990 in xemacs-base.
|
|
|
991
|
|
784
|
992 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
|
993
|
|
|
994 * dumped-lisp.el (preloaded-file-list): Add debug.el.
|
|
|
995
|
|
|
996 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
|
997
|
|
|
998 * subr.el:
|
|
|
999 * subr.el (map-plist): New.
|
|
|
1000
|
|
|
1001 * debug.el: New. New function show-memory-usage.
|
|
|
1002
|
|
782
|
1003 2002-03-18 Adrian Aichner <adrian@xemacs.org>
|
|
|
1004
|
|
|
1005 * cus-edit.el (customize-save-variable): Fix typo in prompt.
|
|
|
1006
|
|
780
|
1007 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
|
1008
|
|
|
1009 * mule\lao.el (?):
|
|
|
1010 * mule\lao.el (lao):
|
|
|
1011 Convert stuff to XEmacs-style.
|
|
|
1012
|
|
|
1013 * mule\thai-xtis.el:
|
|
|
1014 * mule\thai-xtis.el (thai-xtis):
|
|
|
1015 * mule\thai-xtis.el (?x): New.
|
|
|
1016 Move thai-xtis-chars.el stuff to here, since we can now handle
|
|
|
1017 encountering characters of a charset before the charset is defined.
|
|
|
1018
|
|
|
1019 * mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
|
|
|
1020
|
|
|
1021 * mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
|
|
|
1022 which references charsets and thus needs to be delayed until after
|
|
|
1023 all charsets have been created.
|
|
|
1024
|
|
|
1025 * mule\mule-msw-init-late.el: New file, some stuff from
|
|
|
1026 mule-msw-init.el.
|
|
|
1027
|
|
|
1028 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
|
1029
|
|
|
1030 * dumped-lisp.el (preloaded-file-list):
|
|
|
1031 Load the remaining languages -- lao, indian, devanagari, tibetan.
|
|
|
1032 Load new file mule-msw-init-late.
|
|
|
1033
|
|
|
1034 * unicode.el (load-unicode-tables):
|
|
|
1035 * unicode.el (init-unicode-at-startup):
|
|
|
1036 Load the new tables for Ethiopic, Vietnamese, and other languages
|
|
|
1037 extracted from mule-ucs.
|
|
|
1038
|
|
778
|
1039 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
|
1040
|
|
|
1041 * mule\arabic.el:
|
|
|
1042 * mule\arabic.el (arabic-1-column):
|
|
|
1043 * mule\arabic.el (arabic-2-column):
|
|
|
1044 * mule\canna-leim.el:
|
|
|
1045 * mule\canna-leim.el (canna:*japanese-mode*):
|
|
|
1046 * mule\canna-leim.el (canna-inactivate):
|
|
|
1047 * mule\china-util.el:
|
|
|
1048 * mule\chinese.el:
|
|
|
1049 * mule\chinese.el (chinese-sisheng):
|
|
|
1050 * mule\cyril-util.el:
|
|
|
1051 * mule\cyril-util.el (cyrillic-encode-koi8-r-char):
|
|
|
1052 * mule\cyril-util.el (cyrillic-encode-alternativnyj-char):
|
|
|
1053 * mule\cyrillic.el:
|
|
|
1054 * mule\devan-util.el:
|
|
|
1055 * mule\devanagari.el:
|
|
|
1056 * mule\english.el:
|
|
|
1057 * mule\ethio-util.el:
|
|
|
1058 * mule\ethio-util.el (ethio-modify-vowel):
|
|
|
1059 * mule\ethiopic.el:
|
|
|
1060 * mule\european.el:
|
|
|
1061 * mule\greek.el:
|
|
|
1062 * mule\hebrew.el:
|
|
|
1063 * mule\indian.el:
|
|
|
1064 * mule\japan-util.el:
|
|
|
1065 * mule\japan-util.el (japanese-symbol-table):
|
|
|
1066 * mule\japan-util.el (japanese-hankaku):
|
|
|
1067 * mule\japan-util.el (japanese-hankaku-region):
|
|
|
1068 * mule\japanese.el:
|
|
|
1069 * mule\korea-util.el:
|
|
|
1070 * mule\korean.el:
|
|
|
1071 * mule\lao-util.el:
|
|
|
1072 * mule\lao.el:
|
|
|
1073 * mule\lao.el (lao):
|
|
|
1074 * mule\misc-lang.el:
|
|
|
1075 * mule\mule-charset.el:
|
|
|
1076 * mule\mule-cmds.el (set-locale-for-language-environment):
|
|
|
1077 * mule\mule-cmds.el (set-language-environment-coding-systems):
|
|
|
1078 * mule\mule-cmds.el (init-locale-at-early-startup):
|
|
|
1079 * mule\thai-util.el:
|
|
|
1080 * mule\thai.el:
|
|
|
1081 * mule\tibet-util.el:
|
|
|
1082 * mule\tibetan.el:
|
|
|
1083 * mule\tibetan.el (tibetan-1-column):
|
|
|
1084 * mule\tibetan.el (tibetan):
|
|
|
1085 * mule\viet-util.el:
|
|
|
1086 * mule\viet-util.el (viet-encode-viscii-char):
|
|
|
1087 * mule\vietnamese.el:
|
|
|
1088 * mule\vietnamese.el (?v): New.
|
|
|
1089 * mule\vietnamese.el (viet-viscii-decode-table):
|
|
|
1090 * unicode.el:
|
|
|
1091 Fix lots of warnings. Sync up some files to FSF 21.1. Copy over
|
|
|
1092 all charset definitions from FSF 21.1, convert them to our format,
|
|
|
1093 and stick them in the relevant files. Eventually we will actually
|
|
|
1094 be able to dump these files (though they may not quite work).
|
|
|
1095
|
|
|
1096 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
|
1097
|
|
|
1098 * autoload.el:
|
|
|
1099 * autoload.el (make-autoload):
|
|
|
1100 * autoload.el (generate-autoload-cookie):
|
|
|
1101 * autoload.el (defun*):
|
|
|
1102 Support defun*, defmacro*.
|
|
|
1103
|
|
|
1104 * mule/mule-composite.el: New file, from FSF.
|
|
|
1105 * mule/mule-composite-stub.el: New file, stubs for nonexistent
|
|
|
1106 composition funs/vars.
|
|
|
1107 * mule/viet-chars.el: Deleted, moved into vietnamese.el.
|
|
|
1108 * dumped-lisp.el (preloaded-file-list):
|
|
|
1109 Account for these changes.
|
|
|
1110
|
|
|
1111 * font.el (mswindows-font-create-object):
|
|
|
1112 * mouse.el (mouse-begin-drag-n-drop):
|
|
|
1113 * msw-font-menu.el (mswindows-font-regexp):
|
|
|
1114 * printer.el:
|
|
|
1115 * printer.el (generic-page-setup):
|
|
|
1116 * printer.el (generic-print-region):
|
|
|
1117 * startup.el (early-error-handler):
|
|
|
1118 fix warnings.
|
|
|
1119
|
|
|
1120 2002-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
1121
|
|
|
1122 * unicode.el (load-unicode-tables): Make table for latin-jisx0201.
|
|
|
1123 * mule/mule-msw-init.el: Character sets to codepage mapping
|
|
|
1124 change. Add japanese-jisx0212, delete japanese-jisx0208-1978.
|
|
|
1125
|
|
777
|
1126 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
|
1127
|
|
|
1128 * mule\mule-charset.el:
|
|
|
1129 * mule\mule-charset.el (char-width): Removed.
|
|
|
1130 * mule\mule-charset.el ('sref): Removed.
|
|
|
1131 * mule\mule-charset.el (char-bytes): Removed.
|
|
|
1132 * mule\mule-charset.el (string-to-sequence): Removed.
|
|
|
1133 * mule\mule-charset.el (string-to-list): Removed.
|
|
|
1134 * mule\mule-charset.el (string-to-vector): Removed.
|
|
|
1135 * mule\mule-charset.el (store-substring): Removed.
|
|
|
1136 * obsolete.el:
|
|
|
1137 * obsolete.el ('sref): New.
|
|
|
1138 * obsolete.el (char-bytes): New.
|
|
|
1139 * subr.el:
|
|
|
1140 * subr.el (char-width): New.
|
|
|
1141 * subr.el (string-to-sequence): New.
|
|
|
1142 * subr.el (string-to-list): New.
|
|
|
1143 * subr.el (string-to-vector): New.
|
|
|
1144 * subr.el (store-substring): New.
|
|
|
1145 * subr.el (truncate-string-to-width): New. Put back
|
|
|
1146 previously-deleted truncate-string-to-width. Move other
|
|
|
1147 non-Mule-specific stuff into subr.el or obsolete.el.
|
|
|
1148
|
|
776
|
1149 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
|
1150
|
|
|
1151 * mule\chinese.el:
|
|
|
1152 * mule\chinese.el (post-read-decode-hz):
|
|
|
1153 * mule\chinese.el (pre-write-encode-hz):
|
|
|
1154 * mule\japan-util.el (japanese-katakana-region):
|
|
|
1155 * mule\japan-util.el (japanese-hiragana-region):
|
|
|
1156 * mule\japan-util.el (japanese-zenkaku-region):
|
|
|
1157 fix warnings.
|
|
|
1158
|
|
|
1159 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
|
1160
|
|
|
1161 * behavior-defs.el (func-menu):
|
|
|
1162 * behavior-defs.el (filladapt):
|
|
|
1163 fix errors with require.
|
|
|
1164
|
|
|
1165 * bytecomp-runtime.el:
|
|
|
1166 * bytecomp-runtime.el (with-boundp):
|
|
|
1167 * bytecomp-runtime.el (if-boundp):
|
|
|
1168 * bytecomp-runtime.el (when-boundp):
|
|
|
1169 * bytecomp-runtime.el (and-boundp): New.
|
|
|
1170 * bytecomp-runtime.el (declare-boundp):
|
|
|
1171 * bytecomp-runtime.el (globally-declare-boundp):
|
|
|
1172 * bytecomp-runtime.el (with-fboundp):
|
|
|
1173 * bytecomp-runtime.el (if-fboundp):
|
|
|
1174 * bytecomp-runtime.el (when-fboundp):
|
|
|
1175 * bytecomp-runtime.el (and-fboundp): New.
|
|
|
1176 * bytecomp-runtime.el (declare-fboundp):
|
|
|
1177 * bytecomp-runtime.el (globally-declare-fboundp):
|
|
|
1178 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed):
|
|
|
1179 add new funs {when,and}-{f}boundp, clean up docs.
|
|
|
1180
|
|
|
1181 * cus-edit.el (custom-save-variables):
|
|
|
1182 pretty-print values.
|
|
|
1183
|
|
|
1184 * dump-paths.el:
|
|
|
1185 * dump-paths.el (startup-setup-paths): New.
|
|
|
1186 * find-paths.el:
|
|
|
1187 * startup.el (command-switch-alist):
|
|
|
1188 * startup.el (command-line-do-help):
|
|
|
1189 * startup.el (normal-top-level):
|
|
|
1190 * startup.el (command-line-early):
|
|
|
1191 * startup.el (command-line):
|
|
|
1192 * startup.el (startup-find-roots-warning):
|
|
|
1193 * startup.el (startup-setup-paths): Removed.
|
|
|
1194 * startup.el (startup-load-autoloads):
|
|
|
1195 * setup-paths.el:
|
|
|
1196 fix problems/inconsistencies parsing options. support new
|
|
|
1197 -no-packages option. merge code duplication in dump-paths and
|
|
|
1198 startup.
|
|
|
1199
|
|
|
1200 * lisp-mode.el:
|
|
|
1201 * lisp-mode.el (lisp-indent-function):
|
|
|
1202 * lisp-mode.el (while):
|
|
|
1203 indent macrolet and labels correctly. update comments about
|
|
|
1204 lisp-indent-function. flet already handled in cl.
|
|
|
1205
|
|
|
1206 * apropos.el (apropos-safe-documentation):
|
|
|
1207 * auto-save.el (make-auto-save-file-name):
|
|
|
1208 * buff-menu.el (default-list-buffers-identification):
|
|
|
1209 * cl-extra.el (cl-map-intervals):
|
|
|
1210 * dragdrop.el (experimental-dragdrop-drop-url-default):
|
|
|
1211 * faces.el ((color '(red green blue yellow))):
|
|
|
1212 * files.el (recover-session):
|
|
|
1213 * files.el (file-remote-p):
|
|
|
1214 * fill.el (find-space-insertable-point):
|
|
|
1215 * font-lock.el (font-lock-thing-lock-cleanup):
|
|
|
1216 * font-lock.el (font-lock-after-fontify-buffer):
|
|
|
1217 * font.el (font-blink-initialize):
|
|
|
1218 * gtk-faces.el (*try-oblique-before-italic-fonts*): Removed.
|
|
|
1219 * gtk-faces.el (try-oblique-before-italic-fonts): New.
|
|
|
1220 * gtk-faces.el ('*try-oblique-before-italic-fonts*): New.
|
|
|
1221 * gtk-faces.el (gtk-make-font-italic):
|
|
|
1222 * gtk-faces.el (gtk-make-font-bold-italic):
|
|
|
1223 * gui.el (insert-gui-button):
|
|
|
1224 * help.el (xemacs-www-page):
|
|
|
1225 * help.el (xemacs-www-faq):
|
|
|
1226 * hyper-apropos.el (hyper-apropos-find-function):
|
|
|
1227 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
|
1228 * info.el (Info-find-node):
|
|
|
1229 * isearch-mode.el (isearch-help-or-delete-char):
|
|
|
1230 * keymap.el (kbd):
|
|
|
1231 * lisp-mnt.el (lm-report-bug):
|
|
|
1232 * mouse.el (mouse-eval-sexp):
|
|
|
1233 * package-admin.el (package-admin-check-manifest):
|
|
|
1234 * package-get.el (package-get-update-base-from-buffer):
|
|
|
1235 * package-get.el (package-get-staging-dir):
|
|
|
1236 * printer.el (generic-print-region):
|
|
|
1237 * process.el (shell-command):
|
|
|
1238 * process.el (shell-quote-argument):
|
|
|
1239 * resize-minibuffer.el (resize-minibuffer-setup):
|
|
|
1240 * simple.el (sendmail-user-agent-compose):
|
|
|
1241 * toolbar-items.el (toolbar-paste):
|
|
|
1242 * toolbar-items.el (toolbar-ispell-internal):
|
|
|
1243 * toolbar-items.el (toolbar-compile):
|
|
|
1244 * toolbar-items.el (toolbar-gnus):
|
|
|
1245 * wid-edit.el (widget-before-change):
|
|
|
1246 * wid-edit.el (widget-after-change):
|
|
|
1247 * wid-edit.el (widget-url-link-action):
|
|
|
1248 * win32-native.el (grep-null-device):
|
|
|
1249 * win32-native.el (grep-null-device)): New.
|
|
|
1250 * win32-native.el (grep-regexp-alist):
|
|
|
1251 * win32-native.el (grep-regexp-alist)): New.
|
|
|
1252 * win32-native.el (mswindows-system-shells):
|
|
|
1253 fix warnings.
|
|
|
1254
|
|
|
1255 * very-early-lisp.el: update docs.
|
|
|
1256
|
|
774
|
1257 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org>
|
|
|
1258
|
|
|
1259 * files.el (auto-mode-alist): GNUmakefile is a Makefile,
|
|
|
1260 "system default" Xdefaults and friends get xrdb-mode.
|
|
|
1261
|
|
|
1262 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
|
1263
|
|
|
1264 * The Great Mule Merge: placeholder.
|
|
|
1265
|
|
768
|
1266 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1267
|
|
|
1268 * XEmacs 21.5.5 "beets" is released.
|
|
|
1269
|
|
767
|
1270 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1271
|
|
|
1272 * toolbar.el (default-toolbar-position): but I tested it! typo fix.
|
|
|
1273
|
|
765
|
1274 2002-03-05 Mats Lidell <matsl@contactor.se>
|
|
|
1275
|
|
|
1276 * help-nomule.el (tutorial-supported-languages): Added Swedish
|
|
|
1277 tutorial. Sorted languages.
|
|
|
1278
|
|
|
1279 2001-12-03 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
|
1280
|
|
|
1281 * minibuf.el (completing-read): Update docstring.
|
|
|
1282
|
|
763
|
1283 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1284
|
|
|
1285 * toolbar.el (toolbar-visible-p):
|
|
|
1286 (toolbar-captioned-p):
|
|
|
1287 Prefix * to docstring, improve line break.
|
|
|
1288 (default-toolbar-position): Prefix * to docstring, improve line break.
|
|
|
1289 Reconfigure frame to preserve window dimensions if toolbar is moved.
|
|
|
1290
|
|
748
|
1291 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1292
|
|
|
1293 * code-files.el (convert-mbox-coding-system): Improve comment.
|
|
|
1294 (write-region): Improve docstring. Reformat to 80 columns. Add
|
|
|
1295 coding-system argument to `write-region-pre-hook' call.
|
|
|
1296 (write-region-pre-hook): Fix docstring to mention lockname argument.
|
|
|
1297
|
|
747
|
1298 2002-02-11 Mike Sperber <mike@xemacs.org>
|
|
|
1299
|
|
|
1300 * info.el (Info-maybe-update-dir): Regenerate dir if we're
|
|
|
1301 regenerating outdated dir files and dir is non-existent.
|
|
|
1302
|
|
740
|
1303 2002-02-03 Adrian Aichner <adrian@xemacs.org>
|
|
|
1304
|
|
|
1305 * printer.el (generic-print-region): Don't pass unwanted buffer
|
|
|
1306 argument to lpr-region, as pointed out by Björn Torkelsson.
|
|
|
1307
|
|
738
|
1308 2002-02-02 William M. Perry <wmperry@gnu.org>
|
|
|
1309
|
|
|
1310 * widgets-gtk.el (gtk-widget-get-callback): New function to
|
|
|
1311 support either :callback-ex or :callback in the widget functions.
|
|
|
1312 (gtk-widget-instantiate-button-internal): Use it.
|
|
|
1313
|
|
735
|
1314 2002-01-24 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1315
|
|
|
1316 * faces.el (zmacs-region): fix typo in docstring.
|
|
|
1317
|
|
732
|
1318 2002-01-14 Björn Torkelsson <torkel@pdc.kth.se>
|
|
|
1319
|
|
|
1320 * menubar-items.el (default-menubar): Open URLs menubar entries
|
|
|
1321 moved to mail-lib
|
|
|
1322
|
|
|
1323 2002-01-16 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1324
|
|
|
1325 * cus-start.el: customize the builtin variable
|
|
|
1326 'modifier-keys-sticky-time'.
|
|
|
1327
|
|
|
1328 2002-01-09 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1329
|
|
|
1330 * help.el (describe-mode): synched with FSF 19.34; handle nil
|
|
|
1331 minor mode indicators.
|
|
|
1332
|
|
730
|
1333 2001-12-04 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
|
1334
|
|
|
1335 * window.el (window-list): Deletia. A function with the same name,
|
|
|
1336 which is the one used, is defined in window-xemacs.el.
|
|
|
1337 (quit-window): New command from Emacs-21.1.
|
|
|
1338
|
|
729
|
1339 2002-01-10 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1340
|
|
|
1341 * modeline.el (abbrev-mode-line-string): add custom group keyword.
|
|
|
1342 (overwrite-mode-line-string): ditto.
|
|
|
1343 (auto-fill-mode-line-string): ditto.
|
|
|
1344 (defining-kbd-macro-mode-line-string): ditto.
|
|
|
1345
|
|
728
|
1346 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1347
|
|
|
1348 * coding.el: Fix typo in comment.
|
|
|
1349
|
|
|
1350 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1351
|
|
|
1352 * mule/european.el (Latin-9): Add ISO 8859/15 support.
|
|
|
1353
|
|
727
|
1354 2002-01-09 Simon Josefsson <jas@extundo.com>
|
|
|
1355
|
|
|
1356 * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
|
|
|
1357
|
|
725
|
1358 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1359
|
|
|
1360 * XEmacs 21.5.4 "bamboo" is released.
|
|
|
1361
|
|
723
|
1362 2002-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
|
1363
|
|
|
1364 * info.el (Info-auto-generate-directory): Default
|
|
|
1365 Info-auto-generate-directory to 'if-outdated.
|
|
|
1366
|
|
718
|
1367 2001-12-27 David A. Panariti <davep@who.net>
|
|
|
1368
|
|
|
1369 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
|
1370 Added this function based on hyper-apropos-find-function.
|
|
|
1371
|
|
|
1372 * hyper-apropos.el (hyper-apropos-help-map):
|
|
|
1373 Added binding of "v" to hyper-apropos-find-variable.
|
|
|
1374
|
|
|
1375 2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1376
|
|
|
1377 * obsolete.el (interactive-form): new compatibility alias for
|
|
|
1378 function-interactive.
|
|
|
1379
|
|
717
|
1380 2001-12-26 Adrian Aichner <adrian@xemacs.org>
|
|
|
1381
|
|
|
1382 * printer.el (generic-print-region): Pass on arguments start, end,
|
|
|
1383 and buffer to lpr-region. The original problem was pointed out by
|
|
|
1384 Nevin Kapur.
|
|
|
1385
|
|
716
|
1386 2001-12-26 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1387
|
|
|
1388 * keydefs.el (global-map): add a defn for C-x 5 1, previously
|
|
|
1389 undefined, to run delete-other-frames.
|
|
|
1390
|
|
710
|
1391 2001-12-18 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1392
|
|
|
1393 * gnuserv.el:
|
|
|
1394 (gnuserv-mode-line-string): new customizable variable
|
|
|
1395 (gnuserv-minor-mode): make variable buffer-local
|
|
|
1396 * isearch-mode.el:
|
|
|
1397 (isearch-mode-line-string): new customizable variable
|
|
|
1398
|
|
707
|
1399 2001-12-16 Andy Piper <andy@xemacs.org>
|
|
|
1400
|
|
|
1401 * package-get.el (package-get-update-all): Make sure installed.db
|
|
|
1402 gets updated after updating packages.
|
|
|
1403
|
|
711
|
1404 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
|
1405
|
|
|
1406 * gtk-faces.el (gtk-init-device-faces): Better way of munging the
|
|
|
1407 default faces from a style. Do not use 'device' as the locale
|
|
|
1408 when setting it, or it makes it very difficult for a user to
|
|
|
1409 override. Now munges highlight, zmacs-region, and toolbar from
|
|
|
1410 the appropriate information in the default GtkStyle for the
|
|
|
1411 device.
|
|
|
1412
|
|
|
1413 * gui.el (gui-button-face): Ditto.
|
|
|
1414
|
|
|
1415 * faces.el (text-cursor):
|
|
|
1416 (highlight):
|
|
|
1417 (zmacs-region):
|
|
|
1418 (list-mode-item-selected):
|
|
|
1419 (primary-selection):
|
|
|
1420 (secondary-selection):
|
|
|
1421 (isearch):
|
|
|
1422 (isearch-secondary): Condense old window-system specific settings
|
|
|
1423 into one specifier using the 'win default' tags.
|
|
|
1424
|
|
|
1425 * dialog-gtk.el (popup-builtin-question-dialog): Deal gracefully
|
|
|
1426 with buttons of length 1, 2, and 3. Fixed yes-or-no-p lossage.
|
|
|
1427
|
|
707
|
1428 2001-12-11 Andy Piper <andy@xemacs.org>
|
|
|
1429
|
|
|
1430 * menubar.el (get-popup-menu-response): re-order so that it works
|
|
|
1431 on more sane/facist window systems.
|
|
|
1432
|
|
|
1433 2001-12-03 Andy Piper <andy@xemacs.org>
|
|
|
1434
|
|
|
1435 * faces.el (frob-face-property): don't infloop in face frobbing
|
|
|
1436 from Jan Vroonhof <jan@xemacs.org>.
|
|
|
1437
|
|
|
1438 2001-11-30 Andy Piper <andy@xemacs.org>
|
|
|
1439
|
|
|
1440 * printer.el (generic-print-region): fix for non-MS systems from
|
|
|
1441 Mike Fabian.
|
|
|
1442
|
|
|
1443 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
|
1444
|
|
|
1445 * font.el (font-window-system-mappings): Add mapping for Gtk
|
|
|
1446 (assume identical to X)
|
|
|
1447
|
|
|
1448 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
|
1449
|
|
|
1450 * faces.el (frob-face-property): Follow face fall-back hierarchy
|
|
|
1451 properly for face properties without an instance. Only do manual
|
|
|
1452 copy form 'default in last resort. This handles in particular
|
|
|
1453 the case where 'default itself has only a fall-back (which is
|
|
|
1454 the case by default on windows).
|
|
|
1455
|
|
|
1456 2001-11-24 Andy Piper <andy@xemacs.org>
|
|
|
1457
|
|
|
1458 * printer.el (generic-print-region): set default-frame-plist to
|
|
|
1459 nil while creating the printer frame so that sizes reflect the
|
|
|
1460 printed page.
|
|
|
1461
|
|
863
|
1462 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1463
|
|
|
1464 This patch is based on Jerry James's patch and analysis.
|
|
|
1465
|
|
|
1466 * select.el (get-clipboard):
|
|
|
1467 (get-selection):
|
|
|
1468 Update docstrings.
|
|
|
1469 (get-clipboard-foreign):
|
|
|
1470 (get-selection-foreign):
|
|
|
1471 New function for use as `interprogram-paste-function's.
|
|
|
1472
|
|
|
1473 * simple.el (interprogram-paste-function): Change default to
|
|
|
1474 `get-clipboard-foreign'; improve docstring.
|
|
|
1475 (interprogram-cut-function): Improve dosctring.
|
|
|
1476
|
|
|
1477 2002-03-18 Adrian Aichner <adrian@xemacs.org>
|
|
|
1478
|
|
|
1479 * cus-edit.el (customize-save-variable): Fix typo in prompt.
|
|
|
1480
|
|
|
1481 2002-03-26 John Paul Wallington <jpw@xemacs.org>
|
|
|
1482
|
|
|
1483 * obsolete.el (assq-delete-all): New compatibility alias for
|
|
|
1484 remassq.
|
|
|
1485
|
|
|
1486 2002-01-09 Simon Josefsson <jas@extundo.com>
|
|
|
1487
|
|
|
1488 * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
|
|
|
1489
|
|
|
1490 2002-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
|
1491
|
|
|
1492 * info.el (Info-auto-generate-directory): Default
|
|
|
1493 Info-auto-generate-directory to 'if-outdated.
|
|
|
1494
|
|
|
1495 2002-03-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1496
|
|
|
1497 * startup.el (normal-top-level): Prevent migration code from
|
|
|
1498 trashing .emacs on an error in loading the init files.
|
|
|
1499
|
|
|
1500 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org>
|
|
|
1501
|
|
|
1502 * files.el (auto-mode-alist): GNUmakefile is a Makefile,
|
|
|
1503 "system default" Xdefaults and friends get xrdb-mode.
|
|
|
1504
|
|
|
1505 2002-03-05 Mats Lidell <matsl@contactor.se>
|
|
|
1506
|
|
|
1507 * help-nomule.el (tutorial-supported-languages): Added Swedish
|
|
|
1508 tutorial. Sorted languages.
|
|
|
1509
|
|
|
1510 2002-02-11 Mike Sperber <mike@xemacs.org>
|
|
|
1511
|
|
|
1512 * info.el (Info-maybe-update-dir): Regenerate dir if we're
|
|
|
1513 regenerating outdated dir files and dir is non-existent.
|
|
|
1514
|
|
|
1515 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1516
|
|
|
1517 * code-files.el (convert-mbox-coding-system): Improve comment.
|
|
|
1518 (write-region): Improve docstring. Reformat to 80 columns. Add
|
|
|
1519 coding-system argument to `write-region-pre-hook' call.
|
|
|
1520 (write-region-pre-hook): Fix docstring to mention lockname argument.
|
|
|
1521
|
|
|
1522 2002-01-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1523
|
|
|
1524 * minibuf.el (completing-read): Remove redundant wrong arg list.
|
|
|
1525
|
|
|
1526 * help.el (with-displaying-help-buffer): Put usage advice in docstring.
|
|
|
1527
|
|
|
1528 2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1529
|
|
|
1530 * obsolete.el (interactive-form): new compatibility alias for
|
|
|
1531 function-interactive.
|
|
|
1532
|
|
|
1533 2001-11-29 Adrian Aichner <adrian@xemacs.org>
|
|
|
1534
|
|
|
1535 * menubar-items.el (Menubar-items-truncate-list): Removed.
|
|
|
1536 * menubar-items.el (Menubar-items-truncate-history): New.
|
|
|
1537 * menubar-items.el (default-menubar): Use
|
|
|
1538 Menubar-items-truncate-history.
|
|
|
1539
|
|
|
1540 2002-02-03 Adrian Aichner <adrian@xemacs.org>
|
|
|
1541
|
|
|
1542 * printer.el (generic-print-region): Pass correct arguments to
|
|
|
1543 lpr-region. Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
|
|
|
1544 Torkelsson <torkel@acc.umu.se>.
|
|
|
1545
|
|
|
1546 2002-01-09 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1547
|
|
|
1548 * help.el (describe-mode): synched with FSF 19.34; handle nil
|
|
|
1549 minor mode indicators.
|
|
|
1550
|
|
|
1551 2001-12-03 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
|
1552
|
|
|
1553 * minibuf.el (completing-read): Update docstring.
|
|
|
1554
|
|
|
1555 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1556
|
|
707
|
1557 * faces.el (face-complain-about-font): Don't complain on printers.
|
|
|
1558
|
|
|
1559 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1560
|
|
|
1561 * package-net.el: Inadvertant synch with Windows branch. From
|
|
|
1562 Andy's log:
|
|
|
1563 (package-net-kit-version): new variable.
|
|
|
1564 (package-net-generate-bin-ini): use it. Remove unwanted functions.
|
|
|
1565
|
|
|
1566 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
|
1567
|
|
|
1568 * package-get.el (package-get-locate-index-file): Also search the
|
|
|
1569 core etc/ directory for the package index file if it can't be
|
|
|
1570 found in ~/.xemacs/.
|
|
|
1571
|
|
|
1572 2001-12-13 William Perry <wmperry@gnu.org>
|
|
|
1573
|
|
|
1574 * dialog-gtk.el (popup-builtin-question-dialog):
|
|
|
1575 Conform to API in gui.c.
|
|
|
1576
|
|
|
1577 2001-11-12 Andy Piper <andy@xemacs.org>
|
|
|
1578
|
|
|
1579 * cus-edit.el (custom-save-face-internal): make sure we save
|
|
|
1580 non-themed faces.
|
|
|
1581 (custom-save-variables): ditto variables.
|
|
|
1582
|
|
|
1583 2001-11-20 Stephen J. Turnbull <stephen@xemacs.og>
|
|
|
1584
|
|
|
1585 * faces.el (make-face-family):
|
|
|
1586 (make-face-size):
|
|
|
1587 New face-modifying functions per Jan Vroonhof.
|
|
|
1588
|
|
|
1589 cus-face.el (custom-set-face-font-family):
|
|
|
1590 (custom-set-face-font-size):
|
|
|
1591 Use them.
|
|
|
1592
|
|
|
1593 * font.el (font-window-system-mappings): More precise docstring.
|
|
|
1594
|
|
|
1595 (font-create-name):
|
|
|
1596 (font-create-object):
|
|
|
1597 (tty-font-create-object):
|
|
|
1598 (tty-font-create-plist):
|
|
|
1599 (x-font-create-object):
|
|
|
1600 (x-font-create-name):
|
|
|
1601 (ns-font-create-name):
|
|
|
1602 (mswindows-font-create-object):
|
|
|
1603 (mswindows-font-create-name):
|
|
|
1604 Add doctrings.
|
|
|
1605
|
|
|
1606 2001-11-14 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1607
|
|
|
1608 * gtk-faces.el (gtk-init-device-faces): removed spurious
|
|
|
1609 quote before let* expression.
|
|
|
1610
|
|
706
|
1611 2001-12-19 Jan Vroonhof <jan@xemacs.org>
|
|
|
1612
|
|
|
1613 * gtk-faces.el (gtk-init-device-faces): Fix missing close paren
|
|
|
1614 problem with my application of the JPW's following patch.
|
|
|
1615
|
|
702
|
1616 2001-11-29 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1617
|
|
|
1618 * gtk-faces.el (gtk-init-device-faces): Replaced device locale
|
|
|
1619 argument in set-face-background/foreground forms with
|
|
|
1620 '(default gtk) tag set to make the faces customizable, as
|
|
|
1621 suggested by Jan Vroonhof.
|
|
|
1622
|
|
695
|
1623 2001-12-15 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1624
|
|
|
1625 * modeline.el:
|
|
|
1626 (abbrev-mode-line-string): new customizable variable
|
|
|
1627 (overwrite-mode-line-string): ditto
|
|
|
1628 (auto-fill-mode-line-string): ditto
|
|
|
1629 (defining-kbd-macro-mode-line-string): ditto
|
|
|
1630 * view-less.el:
|
|
|
1631 (view-mode-line-string): ditto
|
|
|
1632
|
|
692
|
1633 2001-12-12 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1634
|
|
|
1635 * font-lock.el (font-lock-mode-line-string): new customizable
|
|
|
1636 variable
|
|
|
1637
|
|
690
|
1638 2001-10-16 Michael Diers <mdiers@elego.de>
|
|
|
1639
|
|
|
1640 * about.el: Update e-mail address.
|
|
|
1641
|
|
689
|
1642 2001-12-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
1643
|
|
|
1644 * packages.el (packages-compute-package-locations): Add
|
|
|
1645 user-specific site-packages and infodock-packages hierarchies for
|
|
|
1646 symmetry.
|
|
|
1647
|
|
|
1648 * find-paths.el (paths-emacs-root-p): Use version-specific name
|
|
|
1649 for root testing.
|
|
|
1650
|
|
688
|
1651 2001-07-26 Mike Sperber <mike@xemacs.org>
|
|
|
1652
|
|
|
1653 * files.el (auto-mode-alist): .9 files are man pages, too.
|
|
|
1654
|
|
687
|
1655 2001-12-04 John Paul Wallington <jpw@shootybangbang.com>
|
|
|
1656
|
|
|
1657 * paragraphs.el (mark-paragraph): synched with FSF;
|
|
|
1658 added optional argument.
|
|
|
1659
|
|
686
|
1660 2001-12-03 Didier Verna <didier@xemacs.org>
|
|
|
1661
|
|
|
1662 * rect.el: autoload `replace-rectangle'.
|
|
|
1663 * keydefs.el (global-map): bind it to `C-x r p'.
|
|
|
1664
|
|
684
|
1665 2001-11-29 Charles G Waldman <cgw@xemacs.org>
|
|
|
1666
|
|
|
1667 * startup.el (initial-scratch-message): be correct about case
|
|
|
1668
|
|
683
|
1669 2001-12-02 Adrian Aichner <adrian@xemacs.org>
|
|
|
1670
|
|
|
1671 * package-get.el (package-get-update-base-from-buffer): Use
|
|
|
1672 exec-suffix-list with locate-file.
|
|
|
1673
|
|
682
|
1674 2001-12-03 Steve Youngs <youngs@xemacs.org>
|
|
|
1675
|
|
|
1676 * package-get.el (package-get-update-base-from-buffer): Add
|
|
|
1677 autoload for 'mc-verify'.
|
|
|
1678
|
|
681
|
1679 2001-12-02 Steve Youngs <youngs@xemacs.org>
|
|
|
1680
|
|
|
1681 * package-get.el (package-get-base-filename): Rename default file
|
|
|
1682 to 'package-index.LATEST.gpg'
|
|
|
1683 (package-get-require-signed-base-updates): Update doc string.
|
|
|
1684
|
|
|
1685 2001-11-29 Steve Youngs <youngs@xemacs.org>
|
|
|
1686
|
|
|
1687 * package-get.el (package-entries-are-signed): New.
|
|
|
1688 (package-get-continue-update-base): New.
|
|
686
|
1689 (package-get-update-base-from-buffer): Use them. Fix PGP code.
|
|
681
|
1690
|
|
680
|
1691 2001-11-29 Adrian Aichner <adrian@xemacs.org>
|
|
|
1692
|
|
|
1693 * menubar-items.el (Menubar-items-truncate-list): Removed.
|
|
|
1694 * menubar-items.el (Menubar-items-truncate-history): New.
|
|
|
1695 * menubar-items.el (default-menubar): Use
|
|
|
1696 Menubar-items-truncate-history.
|
|
|
1697
|
|
678
|
1698 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
|
1699
|
|
|
1700 * package-get.el (package-get-locate-index-file): Also search the
|
|
|
1701 core etc/ directory for the package index file if it can't be
|
|
|
1702 found in ~/.xemacs/.
|
|
|
1703
|
|
673
|
1704 2001-10-29 Andy Piper <andy@xemacs.org>
|
|
|
1705
|
|
|
1706 * code-files.el (toggle-buffer-file-coding-system): mark buffer as
|
|
|
1707 modified when changing coding system.
|
|
|
1708
|
|
|
1709 * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
|
|
|
1710 that we invoke the GUI directory selector.
|
|
|
1711
|
|
|
1712 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
|
1713
|
|
|
1714 * dialog.el (make-dialog-box): use new directory dialog support.
|
|
|
1715 * minibuf.el (read-file-name-1): ditto.
|
|
|
1716 (read-file-name): ditto.
|
|
|
1717 (read-directory-name): ditto.
|
|
|
1718
|
|
670
|
1719 2001-09-28 Ben Wing <ben@xemacs.org>
|
|
|
1720
|
|
|
1721 * font-lock.el:
|
|
|
1722 * font-lock.el (font-lock-after-change-function):
|
|
|
1723 fix problem with last patch, reported by Katsumi Yamaoka.
|
|
|
1724
|
|
664
|
1725 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
|
1726
|
|
|
1727 * font-lock.el (font-lock-after-change-function):
|
|
|
1728 fix problem when you insert a comment on the line before a line of
|
|
|
1729 code: if we use the following char, then when you hit backspace,
|
|
|
1730 the following line of code turns the comment color.
|
|
|
1731
|
|
663
|
1732 2001-09-15 Edward M. Lee <tailbert@yahoo.com>
|
|
|
1733
|
|
|
1734 * files.el (auto-mode-alist): Add configure.ac support.
|
|
|
1735
|
|
654
|
1736 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1737
|
|
|
1738 * XEmacs 21.5.3 "asparagus" is released.
|
|
|
1739
|
|
652
|
1740 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1741
|
|
|
1742 * README: Partial update.
|
|
663
|
1743
|
|
652
|
1744 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1745
|
|
|
1746 * wid-edit.el (widget-specify-secret):
|
|
|
1747 (widget-get):
|
|
|
1748 (widget-default-get):
|
|
|
1749 (widget-match-inline):
|
|
|
1750 (widget-create):
|
|
|
1751 (widget-create-child-and-convert):
|
|
|
1752 (widget-create-child):
|
|
|
1753 (widget-convert-text):
|
|
|
1754 (widget-convert-button):
|
|
|
1755 (widget-field-activate):
|
|
|
1756 (widget-beginning-of-line):
|
|
|
1757 (widget-end-of-line):
|
|
|
1758 (widget-kill-line):
|
|
|
1759 (widget-field-buffer):
|
|
|
1760 (widget-field-start):
|
|
|
1761 (widget-field-end):
|
|
|
1762 (widget-field-find):
|
|
|
1763 (widget-before-change):
|
|
|
1764 (`group' Widget):
|
|
|
1765 ('list Widget):
|
|
|
1766 ('vector Widget):
|
|
|
1767 Document usage conditions, fix typos.
|
|
|
1768
|
|
647
|
1769 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
|
1770
|
|
|
1771 * term\AT386.el:
|
|
|
1772 * term\AT386.el (AT386-keypad-map):
|
|
|
1773 * term\AT386.el (AT386-keypad-map)): New.
|
|
|
1774 Fix warnings.
|
|
663
|
1775
|
|
647
|
1776 * term\linux.el:
|
|
|
1777 * term\lk201.el:
|
|
|
1778 * term\news.el:
|
|
|
1779 * term\news.el (news-fkey-prefix)): New.
|
|
|
1780 * term\vt100.el:
|
|
|
1781 * term\vt100.el (vt100-wide-mode):
|
|
|
1782 Sync with FSF 21.0.103.
|
|
|
1783 Fix warnings.
|
|
|
1784
|
|
|
1785 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
|
1786
|
|
|
1787 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
|
1788 * hyper-apropos.el: Fix problem with undefined face.
|
|
|
1789 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
|
1790
|
|
646
|
1791 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
|
1792
|
|
|
1793 * autoload.el (make-autoload): handle the case of
|
|
|
1794 `define-derived-mode'.
|
|
|
1795
|
|
645
|
1796 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
|
1797
|
|
|
1798 * autoload.el (update-autoload-files): make defdir a file name,
|
|
|
1799 not directory name.
|
|
|
1800
|
|
644
|
1801 2001-08-06 Steve Youngs <youngs@xemacs.org>
|
|
|
1802
|
|
|
1803 * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
|
|
|
1804
|
|
|
1805 * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
|
|
|
1806
|
|
641
|
1807 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1808
|
|
|
1809 * XEmacs 21.5.2 "artichoke" is released.
|
|
|
1810
|
|
633
|
1811 2001-07-20 Steve Youngs <youngs@xemacs.org>
|
|
|
1812
|
|
|
1813 * packages.el (locate-data-file): Revert Karl's patch.
|
|
|
1814
|
|
630
|
1815 2001-07-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
1816
|
|
|
1817 * specifier.el: define-specifier-tag 'gtk.
|
|
|
1818
|
|
629
|
1819 2001-07-15 Adrian Aichner <adrian@xemacs.org>
|
|
|
1820
|
|
|
1821 * about.el (about-personal-info): Fix word duplication typos.
|
|
|
1822 * dialog.el (make-dialog-box): Ditto.
|
|
|
1823 * lisp-mode.el (lisp-indent-function): Ditto.
|
|
|
1824 * package-admin.el (package-admin-delete-binary-package): Ditto.
|
|
|
1825 * package-get.el (package-get-staging-dir): Ditto.
|
|
|
1826
|
|
628
|
1827 2001-07-14 Sean MacLennan <seanm@storm.ca>
|
|
|
1828
|
|
|
1829 * package-admin.el (package-install-hook): New.
|
|
|
1830 (package-delete-hook): New.
|
|
|
1831 (package-admin-add-single-file-package): Use package-delete-hook.
|
|
|
1832
|
|
|
1833 * package-get.el (package-get): Use package-install-hook.
|
|
|
1834
|
|
624
|
1835 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1836
|
|
|
1837 * packages.el (locate-library): change to use read-library-name so
|
|
|
1838 we can get completion
|
|
|
1839
|
|
|
1840 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
|
1841
|
|
|
1842 * package-ui.el (pui-install-selected-packages): reverse the lists
|
|
|
1843 of packages so that they get handled in the same order as they
|
|
|
1844 were selected.
|
|
|
1845
|
|
622
|
1846 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
|
1847
|
|
|
1848 * term\AT386.el:
|
|
|
1849 * term\AT386.el (AT386-keypad-map):
|
|
|
1850 * term\AT386.el (AT386-keypad-map)): New.
|
|
|
1851 Fix warnings.
|
|
|
1852
|
|
|
1853 * term\apollo.el:
|
|
|
1854 * term\apollo.el ("term/vt100"):
|
|
|
1855 * term\apollo.el (*dm-mouse-key-bindings-file*): Removed.
|
|
|
1856 * term\apollo.el (*apollo-key-bindings-hook*): Removed.
|
|
|
1857 * term\apollo.el (*preempt-display-manager-bindings*): Removed.
|
|
|
1858 * term\apollo.el (*paste-buffer-directory*): Removed.
|
|
|
1859 * term\apollo.el (*apollo-mouse-move-point-allow-minibuffer-exit*): Removed.
|
|
|
1860 * term\apollo.el (*apollo-function-keys*): Removed.
|
|
|
1861 * term\apollo.el (*apollo-mouse-buttons*): Removed.
|
|
|
1862 * term\apollo.el (bind-apollo-function-key): Removed.
|
|
|
1863 * term\apollo.el (unbind-apollo-function-key): Removed.
|
|
|
1864 * term\apollo.el (select-apollo-meta-key): Removed.
|
|
|
1865 * term\apollo.el (bind-apollo-mouse-button): Removed.
|
|
|
1866 * term\apollo.el (unbind-apollo-mouse-button): Removed.
|
|
|
1867 * term\apollo.el ('apollo-prefix)): Removed.
|
|
|
1868 * term\apollo.el ('apollo-prefix-1)): Removed.
|
|
|
1869 * term\apollo.el ('apollo-prefix-2)): Removed.
|
|
|
1870 * term\apollo.el ('apollo-prefix-3)): Removed.
|
|
|
1871 * term\apollo.el ('apollo-prefix-4)): Removed.
|
|
|
1872 * term\apollo.el ('apollo-prefix-5)): Removed.
|
|
|
1873 * term\apollo.el ('apollo-prefix-6)): Removed.
|
|
|
1874 * term\apollo.el ('apollo-prefix-7)): Removed.
|
|
|
1875 * term\apollo.el ('apollo-prefix-8)): Removed.
|
|
|
1876 * term\apollo.el ('apollo-prefix): Removed.
|
|
|
1877 * term\apollo.el (apollo-copy-region): Removed.
|
|
|
1878 * term\apollo.el (apollo-cut-region): Removed.
|
|
|
1879 * term\apollo.el (apollo-paste): Removed.
|
|
|
1880 * term\apollo.el (minibuffer-prompt-length): Removed.
|
|
|
1881 * term\apollo.el (extract-file-or-buffer-name-around-point): Removed.
|
|
|
1882 * term\apollo.el (apollo-find-file): Removed.
|
|
|
1883 * term\apollo.el (apollo-grow-emacs-window): Removed.
|
|
|
1884 * term\apollo.el (apollo-move-emacs-window): Removed.
|
|
|
1885 * term\apollo.el (apollo-again): Removed.
|
|
|
1886 * term\apollo.el (apollo-exit): Removed.
|
|
|
1887 * term\apollo.el (apollo-abort): Removed.
|
|
|
1888 * term\apollo.el (apollo-aegis-help): Removed.
|
|
|
1889 * term\apollo.el (apollo-clean-help-file): Removed.
|
|
|
1890 * term\apollo.el (kill-whole-line): Removed.
|
|
|
1891 * term\apollo.el (apollo-key-undefined): Removed.
|
|
|
1892 * term\apollo.el (apollo-mouse-move-point): Removed.
|
|
|
1893 * term\apollo.el (apollo-mouse-move-mark): Removed.
|
|
|
1894 * term\apollo.el (apollo-mouse-cut): Removed.
|
|
|
1895 * term\apollo.el (apollo-mouse-copy): Removed.
|
|
|
1896 * term\apollo.el (apollo-mouse-paste): Removed.
|
|
|
1897 * term\apollo.el (apollo-mouse-pop-buffer): Removed.
|
|
|
1898 * term\apollo.el (apollo-mouse-find-file): Removed.
|
|
|
1899 * term\apollo.el (apollo-mouse-find-file-other-window): Removed.
|
|
|
1900 * term\apollo.el (apollo-mouse-defaults): Removed.
|
|
|
1901 * term\apollo.el (apollo-mouse-cut-copy-paste): Removed.
|
|
|
1902 * term\apollo.el (apollo-mouse-cancel-cut-copy-paste): Removed.
|
|
|
1903 * term\apollo.el (install-apollo-dm-preemptive-key-bindings): Removed.
|
|
|
1904 Kill kill kill. Sync with FSF and remove most crap.
|
|
645
|
1905
|
|
622
|
1906 * term\linux.el:
|
|
|
1907 * term\linux.el (function-key-map): Removed.
|
|
|
1908 Sync with FSF. Don't define most defns, because they are
|
|
|
1909 automatically defined by termcap. But do add defns for keys that
|
|
|
1910 normally get defined as f13, f14, etc. and really ought to be
|
|
|
1911 shift-f3, shift-f4, etc. (NOTE: I did this based on Cygwin, which
|
|
|
1912 emulates the Linux console. I would appreciate it if someone on
|
|
|
1913 Linux could verify.)
|
|
|
1914
|
|
|
1915 * term\cygwin.el:
|
|
|
1916 New. Load term/linux.
|
|
645
|
1917
|
|
622
|
1918 * term\lk201.el:
|
|
|
1919 * term\news.el:
|
|
|
1920 * term\news.el (news-fkey-prefix)): New.
|
|
|
1921 * term\vt100.el:
|
|
|
1922 * term\vt100.el (vt100-wide-mode):
|
|
|
1923 Sync with FSF. Fix warnings.
|
|
|
1924
|
|
|
1925 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
|
1926
|
|
|
1927 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
|
1928
|
|
|
1929 For 21.4:
|
|
|
1930 * help.el (frob-help-extents): Fix problem with undefined face.
|
|
|
1931 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
|
1932
|
|
|
1933 Maybe for 21.4:
|
|
|
1934 * keydefs.el (global-map): Add a defn for M-?, previously
|
|
|
1935 undefined, to access help -- in case the terminal is not set up
|
|
|
1936 right, or f1 gets redefined.
|
|
|
1937
|
|
|
1938 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
|
1939
|
|
|
1940 * term/{internal,pc-win,win32-win,sun,sun-mouse}.el:
|
|
|
1941 Die die die.
|
|
|
1942
|
|
617
|
1943 2001-06-17 Ben Wing <ben@xemacs.org>
|
|
|
1944
|
|
|
1945 For 21.4:
|
|
645
|
1946
|
|
617
|
1947 * update-elc-2.el (do-update-elc-2):
|
|
|
1948 * update-elc-2.el (batch-update-elc-2):
|
|
|
1949 Correct misplaced parentheses, making lisp/mule not get
|
|
|
1950 recompiled.
|
|
|
1951
|
|
613
|
1952 2001-06-10 Ben Wing <ben@xemacs.org>
|
|
|
1953
|
|
|
1954 * alist.el:
|
|
|
1955 * apropos.el:
|
|
|
1956 * autoload.el:
|
|
|
1957 * bytecomp.el:
|
|
|
1958 * bytecomp.el (byte-compile-insert-header):
|
|
|
1959 * cl-compat.el:
|
|
|
1960 * cl-extra.el:
|
|
|
1961 * cl-macs.el:
|
|
|
1962 * cl-seq.el:
|
|
|
1963 * cl.el:
|
|
|
1964 * cmdloop.el (execute-extended-command):
|
|
|
1965 * cus-edit.el (alloc):
|
|
|
1966 * derived.el:
|
|
|
1967 * gpm.el:
|
|
|
1968 * itimer.el:
|
|
|
1969 * lisp-mode.el (lisp-mode):
|
|
|
1970 * shadow.el:
|
|
|
1971 * version.el:
|
|
|
1972 * wid-browse.el:
|
|
|
1973 Rename 'GNU Emacs' to XEmacs in the copyright.
|
|
|
1974 Fix other references to GNU Emacs that should be XEmacs or just
|
|
|
1975 Emacs.
|
|
|
1976
|
|
|
1977 * files.el (insert-directory):
|
|
|
1978 Fix warning.
|
|
|
1979
|
|
|
1980 * simple.el:
|
|
|
1981 * simple.el (Simple-forward-line-creating-newline): New.
|
|
|
1982 * simple.el (Simple-transpose-lines-mover): New.
|
|
|
1983 * simple.el (transpose-line-up):
|
|
|
1984 * simple.el (transpose-line-down):
|
|
|
1985 * simple.el (transpose-subr):
|
|
|
1986 transpose-line-up/down will now move the region up or down by
|
|
|
1987 a line if active.
|
|
645
|
1988
|
|
612
|
1989 2001-06-08 Mike Sperber <mike@xemacs.org>
|
|
|
1990
|
|
|
1991 * files.el (save-some-buffers-1): Don't zap the help window right
|
|
|
1992 after `map-y-or-n-p' has popped it up.
|
|
|
1993
|
|
611
|
1994 2001-06-08 Ben Wing <ben@xemacs.org>
|
|
|
1995
|
|
|
1996 * process.el: comment about shell-command-switch.
|
|
|
1997 * process.el (shell-quote-argument): Need to quote a null
|
|
|
1998 argument, too. From Dan Holmsand.
|
|
645
|
1999
|
|
611
|
2000 * startup.el (normal-top-level): Delete some unused FSF junk.
|
|
|
2001 * startup.el (command-line-early):
|
|
645
|
2002
|
|
611
|
2003 * startup.el (command-line): Call MS Windows init function.
|
|
645
|
2004
|
|
611
|
2005 * win32-native.el:
|
|
|
2006 * win32-native.el (mswindows-system-shells): New.
|
|
|
2007 * win32-native.el (mswindows-system-shell-p): New.
|
|
|
2008 * win32-native.el (init-mswindows-at-startup): New.
|
|
|
2009 * win32-native.el (mswindows-quote-one-vc-runtime-arg):
|
|
|
2010 * win32-native.el (mswindows-quote-one-simple-arg):
|
|
|
2011 * win32-native.el (mswindows-quote-one-command-arg):
|
|
|
2012 * win32-native.el (mswindows-construct-process-command-line-alist):
|
|
|
2013 Correct comments at top. Correctly handle passing arguments
|
|
|
2014 to Cygwin programs and to bash. Fix quoting of zero-length
|
|
|
2015 arguments (from Dan Holmsand). Set shell-command-switch based
|
|
|
2016 on shell-file-name, which in turn comes from env var SHELL.
|
|
|
2017
|
|
608
|
2018 2001-06-03 William M. Perry <wmperry@gnu.org>
|
|
|
2019
|
|
|
2020 * dialog-gtk.el (popup-builtin-open-dialog): Yikes - don't forget
|
|
|
2021 to return the filename!
|
|
|
2022
|
|
|
2023 * font.el (font-window-system-mappings): Add gtk entry - just an
|
|
|
2024 alias to the X code)
|
|
|
2025
|
|
|
2026 2001-06-02 William M. Perry <wmperry@gnu.org>
|
|
|
2027
|
|
|
2028 * gtk-marshal.el: Fix for removing of the string_hash utility
|
|
|
2029 functions in hash.c
|
|
|
2030
|
|
601
|
2031 2001-05-13 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
|
2032
|
|
|
2033 * packages.el (locate-data-file): Use suffixes list to allow
|
|
|
2034 finding compressed copies of the data files.
|
|
|
2035
|
|
593
|
2036 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
|
2037
|
|
|
2038 * etags.el (buffer-tag-table-list):
|
|
|
2039 Fix infloop when going up to the root.
|
|
|
2040
|
|
591
|
2041 2001-05-30 William M. Perry <wmperry@gnu.org>
|
|
|
2042
|
|
|
2043 * gtk-marshal.el: Make sure that we use 'const' instead of 'CONST'
|
|
|
2044 in the generated file. Put in a comment at the top of the
|
|
|
2045 generated file that it _IS_ auto-generated, and should not be
|
|
|
2046 edited by hand.
|
|
645
|
2047
|
|
591
|
2048
|
|
|
2049 * gtk-widget-accessors.el (define-widget-accessors): Use
|
|
|
2050 wtaerror() instead of signal_simple_error.
|
|
|
2051 (import-widget-accessors): Put in a comment at the top of the
|
|
|
2052 generated file that it _IS_ auto-generated, and should not be
|
|
|
2053 edited by hand.
|
|
|
2054
|
|
566
|
2055 2001-05-10 Daiki Ueno <ueno@unixuser.org>
|
|
|
2056
|
|
|
2057 * font-lock.el (font-lock-compile-keywords): Rewrite as a side
|
|
|
2058 effect free function.
|
|
|
2059 (font-lock-fontify-keywords-region): Supply the argument to
|
|
|
2060 font-lock-compile-keywords.
|
|
|
2061
|
|
563
|
2062 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
|
2063
|
|
|
2064 * subr.el:
|
|
|
2065 * subr.el (error):
|
|
|
2066 fix doc string to reflect reality
|
|
|
2067
|
|
558
|
2068 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
|
2069
|
|
|
2070 * behavior-defs.el:
|
|
|
2071 * behavior-defs.el (scroll-in-place):
|
|
|
2072 * behavior-defs.el ('scroll-in-place): New.
|
|
|
2073 * behavior-defs.el (mouse-avoidance):
|
|
|
2074 * behavior-defs.el (jka-compr):
|
|
|
2075 * behavior-defs.el ('jka-compr): New.
|
|
|
2076 * behavior-defs.el ('efs): New.
|
|
|
2077 * behavior-defs.el (efs):
|
|
|
2078 * behavior-defs.el (resize-minibuffer):
|
|
|
2079 * behavior-defs.el (func-menu):
|
|
|
2080 * behavior-defs.el (mwheel):
|
|
|
2081 * behavior-defs.el (recent-files):
|
|
|
2082 * behavior-defs.el (filladapt):
|
|
|
2083 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
|
2084
|
|
555
|
2085 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
|
2086
|
|
|
2087 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
|
2088
|
|
550
|
2089 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2090
|
|
|
2091 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
|
2092 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
|
2093 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
|
2094
|
|
549
|
2095 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
|
2096
|
|
|
2097 * bytecomp.el (byte-compile-arithcompare):
|
|
|
2098 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
|
2099
|
|
548
|
2100 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
2101
|
|
|
2102 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
|
2103 `mouse-track-click-hook' local.
|
|
|
2104 * info.el (Info-mode): Ditto.
|
|
|
2105
|
|
546
|
2106 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
|
2107
|
|
|
2108 * autoload.el (batch-force-update-one-directory):
|
|
|
2109 Oops, off by one argument.
|
|
645
|
2110
|
|
546
|
2111 * mouse.el:
|
|
|
2112 * mouse.el (Mouse-track-gensym): New.
|
|
|
2113 * mouse.el (mouse-track-run-hook):
|
|
|
2114 * mouse.el (mouse-track):
|
|
|
2115 * mouse.el (mouse-track-default):
|
|
|
2116 * mouse.el (mouse-track-insert):
|
|
|
2117 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
|
2118 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
|
2119 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
|
2120 Add an argument to mouse-track so that hooks can be overridden.
|
|
|
2121 (let-binding doesn't work when the hooks have been made local.)
|
|
|
2122 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
|
2123 and mouse-track-insert to use the new functionality.
|
|
645
|
2124
|
|
546
|
2125 * printer.el (generic-print-region):
|
|
|
2126 Oops, off by one paren.
|
|
|
2127
|
|
538
|
2128 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
|
2129
|
|
|
2130 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
|
2131 made buffer-local incorrectly (make-local-variable instead of
|
|
|
2132 make-local-hook). Furthermore this hook must not be local so that
|
|
|
2133 it can keep track of buffers and windows.
|
|
|
2134
|
|
536
|
2135 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
|
2136
|
|
|
2137 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
|
2138 has no window, use one from the frame in the event
|
|
|
2139
|
|
533
|
2140 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
2141
|
|
|
2142 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
|
2143
|
|
531
|
2144 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
|
2145
|
|
|
2146 * find-paths.el (paths-find-recursive-path):
|
|
|
2147 fix error with null EXCLUDE-REGEXP.
|
|
645
|
2148
|
|
531
|
2149 * font-lock.el (font-lock-mode):
|
|
|
2150 fix problem reported by hrvoje with buffers starting with a space.
|
|
645
|
2151
|
|
531
|
2152 * lib-complete.el:
|
|
|
2153 * lib-complete.el (find-library-source-path): New.
|
|
|
2154 * lib-complete.el (find-library):
|
|
|
2155 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
|
2156
|
|
528
|
2157 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
2158
|
|
|
2159 * mule\mule-coding.el:
|
|
|
2160 * mule\mule-coding.el (coding-system-charset): New.
|
|
|
2161 Move this function into Lisp to avoid doc warnings.
|
|
|
2162
|
|
|
2163 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
|
2164
|
|
|
2165 * autoload.el:
|
|
|
2166 * autoload.el (update-autoloads-from-directory):
|
|
|
2167 * autoload.el (fixup-autoload-buffer):
|
|
|
2168 * autoload.el (batch-update-autoloads): Removed.
|
|
|
2169 * autoload.el (update-autoload-files): New.
|
|
|
2170 * autoload.el (batch-force-update-one-directory): New.
|
|
|
2171 * packages.el (packages-useful-lisp):
|
|
|
2172 * startup.el:
|
|
|
2173 * startup.el (normal-top-level):
|
|
|
2174 * startup.el (startup-load-autoloads): New.
|
|
|
2175 * update-elc-2.el (batch-update-elc-2):
|
|
|
2176 * update-elc.el:
|
|
|
2177 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
|
2178 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
|
2179 * update-elc.el (need-to-recompile-autoloads): New.
|
|
|
2180 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
|
2181 * update-elc.el (update-elc-chop-extension): New.
|
|
|
2182 Rewrite much of the bootstrapping process to be more robust,
|
|
|
2183 and in particular to rebuild the auto-autoloads and custom-loads
|
|
|
2184 files no matter what state (including missing) they're currently
|
|
|
2185 in.
|
|
|
2186
|
|
526
|
2187 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2188
|
|
|
2189 * files.el (find-file-noselect):
|
|
|
2190 * files.el (recover-session-finish):
|
|
|
2191 fix byte-compilation warnings.
|
|
|
2192
|
|
523
|
2193 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
|
2194
|
|
|
2195 * font.el (bold): New.
|
|
|
2196 * font.el (italic): New.
|
|
|
2197 * font.el (oblique): New.
|
|
|
2198 * font.el (dim): New.
|
|
|
2199 * font.el (underline): New.
|
|
|
2200 * font.el (overline): New.
|
|
|
2201 * font.el (linethrough): New.
|
|
|
2202 * font.el (strikethru): New.
|
|
|
2203 * font.el (reverse): New.
|
|
|
2204 * font.el (blink): New.
|
|
|
2205 * font.el (smallcaps): New.
|
|
|
2206 * font.el (bigcaps): New.
|
|
|
2207 * font.el (dropcaps): New.
|
|
|
2208 * gtk-widget-accessors.el (import-widget-accessors):
|
|
|
2209 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
|
2210 * x-font-menu.el (x-font-menu-font-data): New.
|
|
|
2211 * x-font-menu.el (x-font-menu-load-font):
|
|
|
2212 fix byte-compilation warnings.
|
|
|
2213
|
|
522
|
2214 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
|
2215
|
|
|
2216 * XEmacs 21.5.1 "anise" is released.
|
|
|
2217
|
|
510
|
2218 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
|
2219
|
|
|
2220 * dialog.el (make-dialog-box):
|
|
|
2221 * menubar-items.el (default-menubar):
|
|
|
2222 * printer.el (generic-print-buffer):
|
|
|
2223 * printer.el (generic-print-region):
|
|
|
2224 implement printing the selection when it's selected.
|
|
|
2225
|
|
|
2226 unrelated:
|
|
645
|
2227
|
|
510
|
2228 * minibuf.el (input-error):
|
|
|
2229 * subr.el (error):
|
|
|
2230 a couple of error cleanups.
|
|
645
|
2231
|
|
510
|
2232 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
|
2233 * update-elc.el (update-elc-files-to-compile):
|
|
|
2234 if bytecomp or byte-optimize need recompiling, then load
|
|
|
2235 the .el version of them first, recompile them, and reload
|
|
|
2236 the .elc versions to recompile everything else (so we won't
|
|
|
2237 be waiting until the cows come home).
|
|
|
2238
|
|
509
|
2239 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
2240
|
|
|
2241 * subr.el (error):
|
|
|
2242 Add missing errors to the doc string.
|
|
|
2243
|
|
506
|
2244 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
|
2245
|
|
|
2246 * dialog.el (make-dialog-box): fix doc string.
|
|
|
2247 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
|
2248 take out Pretty Print.
|
|
|
2249 * printer.el:
|
|
|
2250 * printer.el (printer-current-device): New.
|
|
|
2251 * printer.el (Printer-get-device): New.
|
|
|
2252 * printer.el (Printer-clear-device): New.
|
|
|
2253 * printer.el (generic-page-setup): New.
|
|
|
2254 * printer.el (generic-print-buffer):
|
|
|
2255 * printer.el (generic-print-region):
|
|
|
2256 Implement Page Setup. Handle errors properly.
|
|
|
2257
|
|
|
2258 unrelated:
|
|
645
|
2259
|
|
506
|
2260 * gtk-init.el: Fix the warning properly.
|
|
|
2261
|
|
645
|
2262
|
|
503
|
2263 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
|
2264
|
|
|
2265 * printer.el (generic-print-buffer):
|
|
|
2266 * printer.el (generic-print-region):
|
|
|
2267 Enable dialog boxes. Apply workaround recommended by Kirill.
|
|
645
|
2268
|
|
503
|
2269 * simple.el (kill-whole-line):
|
|
|
2270 * simple.el (kill-line-1):
|
|
|
2271 * simple.el (kill-entire-line):
|
|
|
2272 * simple.el (kill-line):
|
|
|
2273 * simple.el (backward-kill-line):
|
|
|
2274 Take out interactive dependence of kill-whole-line.
|
|
|
2275
|
|
502
|
2276 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
|
2277
|
|
|
2278 ----------------------- byte-comp warning fixes -----------------
|
|
|
2279
|
|
|
2280 * bytecomp-runtime.el:
|
|
|
2281 * bytecomp-runtime.el (with-boundp): New.
|
|
|
2282 * bytecomp-runtime.el (if-boundp): New.
|
|
|
2283 * bytecomp-runtime.el (declare-boundp): New.
|
|
|
2284 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
|
2285 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
|
2286 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
|
2287 * bytecomp-runtime.el (with-fboundp): New.
|
|
|
2288 * bytecomp-runtime.el (if-fboundp): New.
|
|
|
2289 * bytecomp-runtime.el (declare-fboundp): New.
|
|
|
2290 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
|
2291 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
|
2292 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
|
2293 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
|
2294 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
|
2295 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
|
2296 New functions for cleanly eliminating byte-compiler warnings.
|
|
|
2297 Their definitions require no changes at all in bytecomp.el,
|
|
|
2298 meaning that any package that wants to use them and be compatible
|
|
|
2299 with older versions of XEmacs need only copy the code and rename
|
|
|
2300 the functions (i.e. prefix them with the package name).
|
|
|
2301
|
|
|
2302 * apropos.el (apropos-symbol-face):
|
|
|
2303 * apropos.el (apropos-keybinding-face):
|
|
|
2304 * apropos.el (apropos-label-face):
|
|
|
2305 * apropos.el (apropos-property-face):
|
|
|
2306 * cl-extra.el (cl-map-overlays):
|
|
|
2307 * coding.el:
|
|
|
2308 * coding.el (set-keyboard-coding-system):
|
|
|
2309 * coding.el (set-terminal-coding-system):
|
|
|
2310 * console.el (resume-pid-console):
|
|
|
2311 * dialog-gtk.el:
|
|
|
2312 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
|
2313 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
|
2314 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
|
2315 * dragdrop.el (gtk-start-drag):
|
|
|
2316 * dragdrop.el (gtk-start-drag-region):
|
|
|
2317 * faces.el (init-face-from-resources):
|
|
|
2318 * faces.el (init-device-faces):
|
|
|
2319 * faces.el (init-frame-faces):
|
|
|
2320 * faces.el (init-global-faces):
|
|
|
2321 * faces.el (set-face-stipple):
|
|
|
2322 * files.el (set-visited-file-name):
|
|
|
2323 * files.el (basic-save-buffer):
|
|
|
2324 * files.el (save-some-buffers-1):
|
|
|
2325 * files.el (file-remote-p):
|
|
|
2326 * fill.el (fill-move-forward-to-break-point):
|
|
|
2327 * fill.el (find-space-insertable-point):
|
|
|
2328 * font-lock.el:
|
|
|
2329 * frame.el (suspend-or-iconify-emacs):
|
|
|
2330 * frame.el (suspend-emacs-or-iconify-frame):
|
|
|
2331 * gdk.el:
|
|
|
2332 * generic-widgets.el:
|
|
|
2333 * generic-widgets.el (build-ui::radio-group):
|
|
|
2334 * generic-widgets.el (build-ui::button):
|
|
|
2335 * glade.el:
|
|
|
2336 * gnome-widgets.el:
|
|
|
2337 * gnome.el:
|
|
|
2338 * gtk-extra.el:
|
|
|
2339 * gtk-faces.el (gtk-choose-font):
|
|
|
2340 * gtk-file-dialog.el:
|
|
|
2341 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
|
2342 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
|
2343 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
|
2344 * gtk-font-menu.el:
|
|
|
2345 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
|
2346 * gtk-init.el:
|
|
|
2347 * gtk-init.el (gtk-initialize-compose):
|
|
|
2348 * gtk-package.el:
|
|
|
2349 * gtk-password-dialog.el:
|
|
|
2350 * gtk-widget-accessors.el:
|
|
|
2351 * gtk-widgets.el:
|
|
|
2352 * gtk.el:
|
|
|
2353 * isearch-mode.el (isearch-help-or-delete-char):
|
|
|
2354 * ldap.el:
|
|
|
2355 * lib-complete.el (read-library-internal):
|
|
|
2356 * lib-complete.el (read-library):
|
|
|
2357 * lib-complete.el (read-library-name):
|
|
|
2358 * lisp-mnt.el (lm-report-bug):
|
|
|
2359 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
|
2360 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
|
2361 * minibuf.el (read-file-name-internal-1):
|
|
|
2362 * minibuf.el (read-color-completion-table):
|
|
|
2363 * modeline.el (modeline-toggle-read-only):
|
|
|
2364 * mouse.el (mouse-consolidated-yank):
|
|
|
2365 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
2366 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
|
2367 * multicast.el (open-multicast-group):
|
|
|
2368 * mwheel.el:
|
|
|
2369 * package-get.el (package-get-update-base-from-buffer):
|
|
|
2370 * scrollbar.el (init-scrollbar-from-resources):
|
|
|
2371 * symbols.el:
|
|
|
2372 * syntax.el (describe-syntax-table):
|
|
|
2373 * toolbar.el (init-toolbar-from-resources):
|
|
|
2374 * toolbar-items.el (toolbar):
|
|
|
2375 * toolbar-items.el (toolbar-paste):
|
|
|
2376 * tty-init.el (init-pre-tty-win):
|
|
|
2377 * tty-init.el (init-post-tty-win):
|
|
|
2378 * wid-browse.el (widget-browse-sexp):
|
|
|
2379 * widgets-gtk.el:
|
|
|
2380 * x-faces.el:
|
|
|
2381 * x-font-menu.el:
|
|
|
2382 * x-font-menu.el (x-font-menu-font-data):
|
|
|
2383 * x-init.el:
|
|
|
2384 * x-misc.el:
|
|
|
2385 * x-mouse.el:
|
|
|
2386 * x-scrollbar.el:
|
|
|
2387 * x-select.el:
|
|
|
2388 * x-win-sun.el:
|
|
|
2389 * x-win-xfree86.el:
|
|
|
2390 Eliminate byte-compiler warnings using the new functions in
|
|
|
2391 bytecomp-runtime.el.
|
|
|
2392
|
|
|
2393 * coding.el (coding-system-get): New.
|
|
|
2394 * coding.el (coding-system-put): New.
|
|
|
2395 * coding.el (coding-system-category): New.
|
|
|
2396 * mule\mule-misc.el (coding-system-get): Removed.
|
|
|
2397 * mule\mule-misc.el (coding-system-put): Removed.
|
|
|
2398 * mule\mule-misc.el (coding-system-category): Removed.
|
|
|
2399 Move these functions, since they're not Mule-specific and
|
|
|
2400 are used in prefer-coding-system.
|
|
|
2401
|
|
|
2402 * font.el:
|
|
|
2403 * font.el (cl):
|
|
|
2404 * font.el (set-font-family):
|
|
|
2405 * font.el (set-font-weight):
|
|
|
2406 * font.el (set-font-style):
|
|
|
2407 * font.el (set-font-size):
|
|
|
2408 * font.el (set-font-registry):
|
|
|
2409 * font.el (set-font-encoding):
|
|
|
2410 * font.el (font-family):
|
|
|
2411 * font.el (font-weight):
|
|
|
2412 * font.el (font-style):
|
|
|
2413 * font.el (font-size):
|
|
|
2414 * font.el (font-registry):
|
|
|
2415 * font.el (font-encoding):
|
|
|
2416 * font.el (set-font-style-by-keywords):
|
|
|
2417 * font.el (font-properties-from-style):
|
|
|
2418 * font.el (font-combine-fonts-internal):
|
|
|
2419 * font.el (font-x-font-regexp):
|
|
|
2420 * font.el (x-font-create-object):
|
|
|
2421 * font.el (x-font-create-name):
|
|
|
2422 * font.el (ns-font-create-name):
|
|
|
2423 * font.el (mswindows-font-create-name):
|
|
|
2424 * font.el (font-update-device-fonts):
|
|
|
2425 * font.el (font-update-one-face):
|
|
|
2426 * font.el (font-rgb-color-p):
|
|
|
2427 * font.el (font-rgb-color-red):
|
|
|
2428 * font.el (font-tty-compute-color-delta):
|
|
|
2429 * font.el (font-normalize-color):
|
|
|
2430 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
|
2431 for any exported functions, to avoid possible compatibility
|
|
|
2432 problems if we later change the internal interface. (It happened
|
|
|
2433 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
|
2434 of warnings.
|
|
|
2435
|
|
|
2436 * gpm.el:
|
|
|
2437 * gpm.el (gpm-is-supported-p): New.
|
|
|
2438 * gpm.el (gpm-delete-device-hook):
|
|
|
2439 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
|
2440 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
|
2441
|
|
|
2442 ---------- make byte-recompile-directory work in the ---------
|
|
|
2443 core `lisp' dir, even in the absence of
|
|
|
2444 a Mule XEmacs (i.e. make it skip the Mule
|
|
|
2445 files rather than trying to compile them).
|
|
|
2446 now you should be able to do `touch *.el'
|
|
|
2447 in the `lisp' dir, then
|
|
|
2448 M-x byte-recompile-directory, and get no
|
|
|
2449 warnings.
|
|
|
2450
|
|
|
2451 * bytecomp.el:
|
|
|
2452 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
|
2453 * bytecomp.el (byte-compile-inbuffer):
|
|
|
2454 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
|
2455 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
|
2456 * bytecomp.el (byte-compile-warn):
|
|
|
2457 * bytecomp.el (byte-recompile-directory):
|
|
|
2458 * bytecomp.el (byte-recompile-file):
|
|
|
2459 Avoid trying to compile Mule files in byte-recompile-directory
|
|
|
2460 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
|
2461 syntax errors.
|
|
|
2462
|
|
|
2463 * mule\arabic.el:
|
|
|
2464 * mule\canna-leim.el:
|
|
|
2465 * mule\english.el:
|
|
|
2466 * mule\greek.el:
|
|
|
2467 * mule\kinsoku.el:
|
|
|
2468 * mule\latin.el:
|
|
|
2469 * mule\misc-lang.el:
|
|
|
2470 * mule\mule-category.el:
|
|
|
2471 * mule\mule-ccl.el:
|
|
|
2472 * mule\mule-charset.el:
|
|
|
2473 * mule\mule-cmds.el:
|
|
|
2474 * mule\mule-coding.el:
|
|
|
2475 * mule\mule-help.el:
|
|
|
2476 * mule\mule-init.el:
|
|
|
2477 * mule\mule-misc.el:
|
|
|
2478 * mule\mule-tty-init.el:
|
|
|
2479 * mule\mule-x-init.el:
|
|
|
2480 * mule\thai-xtis-chars.el:
|
|
|
2481 * mule\viet-chars.el:
|
|
|
2482 Add a coding-system cookie to all Mule files so that
|
|
|
2483 byte-recompile-directory ignores them.
|
|
|
2484
|
|
|
2485 * code-files.el (load):
|
|
|
2486 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
|
2487 * files.el:
|
|
|
2488 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
|
2489 Magic cookie function moved to files.el from code-files.el (for
|
|
|
2490 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
|
2491 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
|
2492 internal function that we can change as we like (and there is
|
|
|
2493 absolutely no code anywhere else using the function).
|
|
|
2494
|
|
|
2495 ---------------- GUI improvements: menus, help -------------------
|
|
|
2496
|
|
|
2497 * help.el:
|
|
|
2498 * help.el (help-map): Removed.
|
|
|
2499 * help.el (help-for-help):
|
|
|
2500 * help.el (Help-princ-face):
|
|
|
2501 * help.el (Help-prin1-face):
|
|
|
2502 * help.el (describe-function-1):
|
|
|
2503 * help.el (describe-variable):
|
|
|
2504 Rearrange order of keymap declarations to be alphabetical.
|
|
|
2505 Improve help on help to include all bindings, and group by
|
|
|
2506 category. Add bindings for new Info commands. Remove
|
|
|
2507 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
|
2508
|
|
|
2509 * hyper-apropos.el:
|
|
|
2510 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
|
2511 * hyper-apropos.el (command-hyper-apropos): New.
|
|
|
2512 Add a function to do the equivalent of command-apropos.
|
|
|
2513
|
|
|
2514 * help-macro.el (make-help-screen):
|
|
|
2515 Evals its help-text argument so you can put expressions there.
|
|
|
2516 Used now by help-for-help.
|
|
|
2517
|
|
|
2518 * info.el:
|
|
|
2519 * info.el (Info-search):
|
|
|
2520 * info.el (Info-search-next): New.
|
|
|
2521 * info.el (Info-index): Removed.
|
|
|
2522 * info.el (Info-find-index-alternatives): New.
|
|
|
2523 * info.el (Info-read-search-text-regexp): New.
|
|
|
2524 * info.el (Info-search-text-in-lispref): New.
|
|
|
2525 * info.el (Info-search-text-in-xemacs): New.
|
|
|
2526 * info.el (Info-search-index-in-lispref): New.
|
|
|
2527 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
|
2528 * info.el (Info-mode-map):
|
|
|
2529 Add binding to continue text searches. Expand index searches to
|
|
|
2530 work over multiple info documents. Add commands to search
|
|
|
2531 text/index in User and Lispref.
|
|
|
2532
|
|
|
2533 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
2534 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
|
2535
|
|
|
2536 * menubar-items.el (default-menubar):
|
|
|
2537 * menubar-items.el (default-popup-menu):
|
|
|
2538 Redo Help menu; add bindings for new Info commands to search the
|
|
|
2539 index or text of the User and Lispref manuals. Add command for
|
|
|
2540 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
|
2541 rectangle, not register (more commonly used), and put rectangle
|
|
|
2542 first. Fix the Edit Init File entry to never load the .elc file.
|
|
|
2543 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
|
645
|
2544
|
|
502
|
2545 * menubar.el (popup-buffer-menu): Doc fix.
|
|
|
2546 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
|
2547 Use kp-left not kp_left, etc.
|
|
|
2548
|
|
|
2549 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
|
2550
|
|
|
2551 * bytecomp-runtime.el (byte-compiler-options):
|
|
|
2552 Correct doc string.
|
|
645
|
2553
|
|
502
|
2554 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
|
2555
|
|
|
2556 * fill.el (fill-paragraph-or-region):
|
|
|
2557 Rewrite to be more correct -- use call-interactively so that
|
|
|
2558 we always get exactly the same behavior as if the functions
|
|
|
2559 were called directly.
|
|
645
|
2560
|
|
502
|
2561 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
2562 * gutter-items.el (clear-progress-feedback):
|
|
|
2563 * gutter-items.el (abort-progress-feedback):
|
|
|
2564 * gutter-items.el (raw-append-progress-feedback):
|
|
|
2565 * simple.el (clear-message):
|
|
|
2566 * simple.el (raw-append-message):
|
|
|
2567 No need to fiddle with zmacs-region-stays, now that bogus
|
|
|
2568 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
|
2569
|
|
|
2570 * dialog.el (make-dialog-box):
|
|
|
2571 Put dialog titles back in -- this time correctly. Fix various
|
|
|
2572 other problems with leaks and such.
|
|
|
2573
|
|
|
2574 * keymap.el (key-sequence-list-description):
|
|
|
2575 Clean up fun to always correctly canonicalize.
|
|
645
|
2576
|
|
502
|
2577 * simple.el:
|
|
|
2578 * simple.el (delete-forward-p):
|
|
|
2579 * simple.el (comment-padding): New.
|
|
|
2580 * simple.el (comment-region):
|
|
|
2581 * simple.el (do-auto-fill):
|
|
|
2582 * simple.el (indent-new-comment-line):
|
|
|
2583 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
|
645
|
2584
|
|
502
|
2585 * simple.el (region-exists-p):
|
|
|
2586 * simple.el (region-active-p):
|
|
|
2587 Add comment about which one is correct to use in menu specs.
|
|
|
2588
|
|
|
2589 * sound.el (load-sound-file):
|
|
|
2590 Minor code clean up.
|
|
645
|
2591
|
|
502
|
2592 * startup.el:
|
|
|
2593 * startup.el (command-line-early):
|
|
|
2594 * startup.el (initial-scratch-message):
|
|
|
2595 Comment changes. Add info about sample.init.el to splash screen.
|
|
|
2596 Improve initial-scratch-message and clarify purpose of Scratch
|
|
|
2597 buffer. Fix byte-compile warning.
|
|
|
2598
|
|
|
2599 ------------------------ Added features -------------------------
|
|
|
2600
|
|
|
2601 * etags.el:
|
|
|
2602 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
|
2603 * etags.el (buffer-tag-table-list):
|
|
|
2604 Add new variable to control whether etags checks all parent
|
|
|
2605 directories for tag files. (On by default.)
|
|
|
2606
|
|
|
2607 * hash-table.el: New file, useful utility functions.
|
|
|
2608 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
|
645
|
2609
|
|
501
|
2610 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
|
2611
|
|
|
2612 * build-report.el: Remove CVS keywords since this file has been in
|
|
|
2613 core lisp for a while now.
|
|
|
2614 * build-report.el (build-report-make-output-files): Fix typo.
|
|
|
2615
|
|
491
|
2616 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
|
2617
|
|
|
2618 * printer.el:
|
|
|
2619 * printer.el (printer-page-header):
|
|
|
2620 * printer.el (Print-context): New.
|
|
|
2621 * printer.el (printer-page-footer):
|
|
|
2622 * printer.el (generate-header-element): New.
|
|
|
2623 * printer.el (generate-header-line): New.
|
|
|
2624 * printer.el (print-context-property):
|
|
|
2625 * printer.el (generic-print-buffer):
|
|
|
2626 * printer.el (generic-print-region):
|
|
|
2627 Implement headers and footers. Implement calling Print dialog box
|
|
|
2628 (#### but it doesn't quite work yet).
|
|
|
2629
|
|
487
|
2630 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
|
2631
|
|
|
2632 * about.el (xemacs-hackers):
|
|
|
2633 * about.el (about-url-alist):
|
|
|
2634 * about.el (about-personal-info):
|
|
|
2635 * about.el (about-hacker-contribution):
|
|
|
2636 More contributions.
|
|
645
|
2637
|
|
487
|
2638 * simple.el (handle-post-motion-command):
|
|
|
2639 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
|
2640 motion command.
|
|
|
2641
|
|
|
2642 * etags.el (find-tag-internal):
|
|
|
2643 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
|
645
|
2644
|
|
487
|
2645 * gtk-init.el (init-post-gtk-win):
|
|
|
2646 * msw-init.el (init-post-mswindows-win):
|
|
|
2647 * x-init.el:
|
|
|
2648 * x-init.el (x-activate-region-as-selection): Removed.
|
|
|
2649 * x-init.el (init-post-x-win):
|
|
|
2650 * keydefs.el (global-map):
|
|
|
2651 * simple.el:
|
|
|
2652 * startup.el (command-line):
|
|
|
2653 * toolbar-items.el:
|
|
|
2654 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
|
2655 * toolbar-items.el (init-toolbar-list): New.
|
|
|
2656 * toolbar-items.el (init-x-toolbar): Removed.
|
|
|
2657 * toolbar-items.el (init-toolbar): New.
|
|
|
2658 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
|
2659 * toolbar.el:
|
|
|
2660 Move non-window-system specific code that was duplicated in
|
|
|
2661 all window systems into the generic code.
|
|
645
|
2662
|
|
487
|
2663 * gutter.el:
|
|
|
2664 * gutter.el (init-gutter): Removed. (unused)
|
|
645
|
2665
|
|
487
|
2666 * mouse.el:
|
|
|
2667 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
2668 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
|
2669 * select.el:
|
|
|
2670 * select.el (disown-selection):
|
|
|
2671 * select.el (activate-region-as-selection):
|
|
|
2672 * select.el (primary-selection-extent):
|
|
|
2673 * select.el (valid-simple-selection-p):
|
|
|
2674 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
|
2675 the right text copied into the primary selection (but not the
|
|
|
2676 clipboard yet, unfortunately -- that really requires defining
|
|
|
2677 our own rectangle type).
|
|
|
2678
|
|
484
|
2679 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
2680
|
|
|
2681 * faces.el (make-face-bold):
|
|
|
2682 * faces.el (make-face-italic):
|
|
|
2683 * faces.el (make-face-bold-italic):
|
|
|
2684 * faces.el (make-face-unbold):
|
|
|
2685 * faces.el (make-face-unitalic):
|
|
|
2686 * faces.el (make-face-smaller):
|
|
|
2687 * faces.el (make-face-larger):
|
|
|
2688 Call frob-face-property each for mswindows and msprinter.
|
|
|
2689
|
|
483
|
2690 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
2691
|
|
|
2692 * about.el (about-finish-buffer): Make sure the last change works
|
|
|
2693 even if EVENT is nil.
|
|
|
2694
|
|
482
|
2695 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
2696
|
|
|
2697 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
|
2698 (about-finish-buffer): Kill/bury the buffer where the user
|
|
|
2699 clicked, not the one that happens to be the current buffer at the
|
|
|
2700 time.
|
|
|
2701
|
|
481
|
2702 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
2703
|
|
|
2704 * about.el (about-personal-info): Update my bio.
|
|
|
2705 (about-hacker-contribution): Ditto.
|
|
|
2706
|
|
480
|
2707 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
|
2708
|
|
|
2709 * cus-edit.el (custom-variable-pre-save): New.
|
|
|
2710 * cus-edit.el (custom-variable-post-save): New.
|
|
|
2711 * cus-edit.el (custom-variable-save): use them.
|
|
|
2712 * cus-edit.el (custom-face-pre-save): New.
|
|
|
2713 * cus-edit.el (custom-face-post-save): New.
|
|
|
2714 * cus-edit.el (custom-face-save): use them.
|
|
|
2715 * cus-edit.el (custom-group-pre-save): New.
|
|
|
2716 * cus-edit.el (custom-group-post-save): New.
|
|
|
2717 * cus-edit.el (custom-group-save): use them.
|
|
|
2718 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
|
2719 call `custom-save-all' only once.
|
|
|
2720 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
|
2721 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
|
2722 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
|
2723 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
|
2724 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
|
2725 * cus-edit.el (custom-face-reset-standard): use them.
|
|
|
2726 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
|
2727 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
|
2728 * cus-edit.el (Custom-reset-standard): use them.
|
|
|
2729 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
|
2730 functions above, call `custom-save-all' only once.
|
|
|
2731
|
|
479
|
2732 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
|
2733
|
|
|
2734 * about.el:
|
|
|
2735 * about.el (about-headline-face): New.
|
|
|
2736 * about.el (about-link-face): New.
|
|
|
2737 * about.el (about-current-release-maintainers): New.
|
|
|
2738 * about.el (about-other-current-hackers): New.
|
|
|
2739 * about.el (about-once-and-future-hackers): New.
|
|
|
2740 * about.el (about-lookup-url): New.
|
|
|
2741 * about.el (about-get-buffer):
|
|
|
2742 * about.el (about-mailto-link): New.
|
|
|
2743 * about.el (about-finish-buffer):
|
|
|
2744 * about.el (about-xemacs):
|
|
|
2745 * about.el (about-features): Removed.
|
|
|
2746 * about.el (about-advantages): New.
|
|
|
2747 * about.el (about-maintainer-info): Removed.
|
|
|
2748 * about.el (about-personal-info): New.
|
|
|
2749 * about.el (about-hacker-contribution): New.
|
|
|
2750 * about.el (about-maintainer):
|
|
|
2751 * about.el (about-show-linked-info):
|
|
|
2752 * about.el (about-hackers):
|
|
|
2753 Major revamping. Rewriting of most of the text, improve the
|
|
|
2754 link handling, separate info on contributors into personal
|
|
|
2755 and contribution info, add new contributors, update personal
|
|
|
2756 info, etc. etc.
|
|
480
|
2757
|
|
479
|
2758 * menubar-items.el (default-menubar):
|
|
|
2759 Help menubar entry for News now says more accurately
|
|
|
2760 "What's New in XEmacs".
|
|
480
|
2761
|
|
479
|
2762 * mouse.el:
|
|
|
2763 * mouse.el (mouse-track-cleanup-hook):
|
|
|
2764 * mouse.el (mouse-track):
|
|
|
2765 Don't set-buffer to a dead buffer when calling mouse-track
|
|
|
2766 cleanup hooks.
|
|
|
2767
|
|
476
|
2768 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
|
2769
|
|
|
2770 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
|
2771 not only when the buffer's :custom-state is 'modified, but also
|
|
|
2772 when it is 'set or 'saved.
|
|
|
2773
|
|
472
|
2774 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
|
2775
|
|
|
2776 * XEmacs 21.5.0 "alfalfa" is released.
|
|
|
2777
|
|
470
|
2778 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
|
2779
|
|
|
2780 * startup.el (load-user-init-file): define `custom-file' before
|
|
|
2781 loading the user's init file.
|
|
|
2782
|
|
464
|
2783 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
|
2784
|
|
|
2785 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
|
2786 we get them working.
|
|
|
2787
|
|
|
2788 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
|
2789
|
|
|
2790 * help.el:
|
|
|
2791 * help.el (Help-princ-face):
|
|
|
2792 * help.el (Help-prin1-face):
|
|
|
2793 * help.el (frob-help-extents):
|
|
|
2794 * help.el (describe-function-1):
|
|
|
2795 * help.el (describe-variable):
|
|
|
2796 Avoid using font-lock faces, which may not be defined.
|
|
|
2797 Instead, use hyper-apropos faces, and make sure they're
|
|
|
2798 defined as necessary by using `require'. (It's not so safe
|
|
|
2799 to do this for font-lock.) In any case, we will eventually
|
|
|
2800 be merging this functionality into hyper-apropos.
|
|
|
2801
|
|
|
2802 * loaddefs.el (completion-ignored-extensions):
|
|
|
2803 Fix documentation.
|
|
470
|
2804
|
|
464
|
2805 * menubar-items.el (menu-truncate-list): Removed.
|
|
|
2806 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
|
2807 * menubar-items.el (default-menubar):
|
|
|
2808 Fix errors if grep or compile command is too long. Rename helper
|
|
|
2809 function to be less visible.
|
|
|
2810
|
|
|
2811 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
|
2812
|
|
|
2813 * byte-optimize.el (byte-optimize-minus):
|
|
|
2814 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
|
2815
|
|
|
2816 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
|
2817
|
|
|
2818 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
|
2819 Mule is available.
|
|
|
2820
|
|
|
2821 * mule/latin.el: New file.
|
|
|
2822
|
|
|
2823 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
|
2824
|
|
|
2825 * auto-save.el:
|
|
|
2826 * auto-save.el (auto-save-directory):
|
|
|
2827 * auto-save.el (make-auto-save-file-name):
|
|
|
2828 * auto-save.el (auto-save-file-name-p): New.
|
|
|
2829
|
|
|
2830 Merge in improvements from other definition of
|
|
|
2831 make-auto-save-file-name in files.el.
|
|
470
|
2832
|
|
464
|
2833 * auto-save.el (auto-save-original-name):
|
|
|
2834 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
|
2835 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
|
2836 * auto-save.el (auto-save-slashify-name): Removed.
|
|
|
2837 * auto-save.el (auto-save-reserved-chars): New.
|
|
|
2838 * auto-save.el (auto-save-escape-name): New.
|
|
|
2839 * auto-save.el (auto-save-unhex): New.
|
|
|
2840 * auto-save.el (auto-save-unescape-name): New.
|
|
|
2841
|
|
|
2842 Change algorithm for encoding filenames in auto-save names to be
|
|
|
2843 entirely safe with all filesystems and all possible characters in
|
|
|
2844 a filename, and 100% reversible. (Essentially, uses
|
|
|
2845 quoted-printable as the encoding.)
|
|
470
|
2846
|
|
464
|
2847 * auto-save.el (recover-all-files):
|
|
|
2848
|
|
|
2849 Use insert-directory rather than calling ls directly -- fixes
|
|
|
2850 things under Windows.
|
|
|
2851
|
|
|
2852 * files.el:
|
|
|
2853 * files.el (convert-standard-filename): Substitute FSF's
|
|
|
2854 definition for this (we had nothing here before).
|
|
470
|
2855
|
|
464
|
2856 * files.el (backup-buffer): Warning fix.
|
|
470
|
2857
|
|
464
|
2858 * files.el (make-backup-file-name):
|
|
|
2859 * files.el (find-backup-file-name):
|
|
|
2860 Fix error in calling sequence to auto-save-file-name-p.
|
|
470
|
2861
|
|
464
|
2862 * files.el (recover-file):
|
|
|
2863 Use insert-directory rather than calling ls directly -- fixes
|
|
|
2864 things under Windows.
|
|
|
2865
|
|
|
2866 * files.el (make-auto-save-file-name): Removed.
|
|
|
2867 * files.el (auto-save-file-name-p): Removed.
|
|
|
2868 auto-save is always dumped so no sense in having a definition
|
|
|
2869 that will always be overwritten with another.
|
|
470
|
2870
|
|
464
|
2871 * files.el (insert-directory):
|
|
|
2872 * win32-native.el:
|
|
|
2873 * win32-native.el (debug-mswindows-process-command-lines):
|
|
|
2874 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
|
2875 * win32-native.el (make-auto-save-file-name): Removed.
|
|
|
2876
|
|
|
2877
|
|
462
|
2878 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
|
2879
|
|
|
2880 * XEmacs 21.2.46 "Urania" is released.
|
|
|
2881
|
|
|
2882 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2883
|
|
|
2884 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
|
2885 sample.init.el and adjust accelerators.
|
|
|
2886
|
|
|
2887 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2888
|
|
|
2889 * build-report.el (build-report): Improve docstring.
|
|
|
2890
|
|
|
2891 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
2892
|
|
|
2893 * ChangeLog: Log GTK merge.
|
|
|
2894
|
|
|
2895 * gutter-items.el:
|
|
|
2896 * mwheel.el:
|
|
|
2897 * sound.el:
|
|
|
2898 * startup.el:
|
|
|
2899 Revert gratuitous whitespace changes.
|
|
|
2900
|
|
|
2901 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
|
2902
|
|
|
2903 * help.el:
|
|
|
2904 * help.el (key-or-menu-binding):
|
|
|
2905 * help.el (Help-find-file): New.
|
|
|
2906 * help.el (describe-beta):
|
|
|
2907 * help.el (describe-copying):
|
|
|
2908 * help.el (describe-project):
|
|
|
2909 * help.el (view-emacs-news):
|
|
|
2910 * help.el (view-sample-init-el): New.
|
|
|
2911 * help.el (Help-princ-face): New.
|
|
|
2912 * help.el (Help-prin1-face): New.
|
|
|
2913 * help.el (help-symbol-function-context-menu):
|
|
|
2914 * help.el (help-symbol-variable-context-menu):
|
|
|
2915 * help.el (help-symbol-function-and-variable-context-menu):
|
|
|
2916 * help.el (frob-help-extents):
|
|
|
2917 * help.el (describe-function-1):
|
|
|
2918 * help.el (describe-variable):
|
|
|
2919
|
|
|
2920 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
|
2921 View files in view-mode rather than Fundamental.
|
|
|
2922 Remove separators from context menus -- now handled in generic code.
|
|
|
2923 Add `Find Tag' to context menu.
|
|
470
|
2924
|
|
462
|
2925 * menubar.el (popup-mode-menu):
|
|
|
2926
|
|
|
2927 Rewrite code that outputs the popup menu to (a) put more specific
|
|
|
2928 entries first, (b) be more robust, (c) output the proper context
|
|
|
2929 menu separators automatically (the context menu functionality is
|
|
|
2930 new and currently used only by Help).
|
|
|
2931
|
|
|
2932 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
|
2933
|
|
|
2934 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
|
2935 this function when converting from the 21.1 GTK branch. Now
|
|
|
2936 supports file, password, question, and color built-in dialogs.
|
|
|
2937
|
|
|
2938 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
|
2939
|
|
|
2940 * keydefs.el:
|
|
|
2941 * keydefs.el (global-map):
|
|
|
2942 Add commented-out change of M-k (for 21.5).
|
|
470
|
2943
|
|
462
|
2944 * menubar-items.el (default-menubar):
|
|
|
2945 Fix items to control kill-line behavior; add items for
|
|
|
2946 shifted motion.
|
|
470
|
2947
|
|
462
|
2948 * simple.el:
|
|
|
2949 * simple.el (kill-whole-line):
|
|
|
2950 * simple.el (historical-kill-line): Removed.
|
|
|
2951 * simple.el (kill-line): Removed.
|
|
|
2952 * simple.el (kill-entire-line): New.
|
|
|
2953 * simple.el (kill-line-1): New.
|
|
|
2954 * simple.el (backward-kill-line):
|
|
|
2955 Undo kill-whole-line == always changes. Add new function
|
|
|
2956 kill-entire-line to unconditionally delete the current line.
|
|
|
2957 Add comments describing the lamentable state of affairs of
|
|
|
2958 the kill-line functions and variables.
|
|
|
2959
|
|
|
2960 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
2961
|
|
|
2962 * simple.el:
|
|
|
2963 * simple.el (beginning-of-buffer):
|
|
|
2964 * simple.el (end-of-buffer):
|
|
|
2965 * simple.el (mark-ring-unrecorded-commands):
|
|
|
2966 * simple.el (signal-error-on-buffer-boundary):
|
|
|
2967 * simple.el (shifted-motion-keys-select-region):
|
|
|
2968 * simple.el (unshifted-motion-keys-deselect-region):
|
|
|
2969 * simple.el (motion-keys-for-shifted-motion): New.
|
|
|
2970 * simple.el (handle-pre-motion-command):
|
|
|
2971 * simple.el (handle-post-motion-command):
|
|
|
2972 * simple.el (forward-char-command):
|
|
|
2973 * simple.el (backward-char-command):
|
|
|
2974 * simple.el (scroll-up-command):
|
|
|
2975 * simple.el (scroll-down-command):
|
|
|
2976 * simple.el (next-line):
|
|
|
2977 * simple.el (previous-line):
|
|
|
2978 * simple.el (backward-block-of-lines):
|
|
|
2979 * simple.el (forward-block-of-lines):
|
|
|
2980 * simple.el (backward-word):
|
|
|
2981 * simple.el (mark-word):
|
|
|
2982
|
|
|
2983 Augment documentation of the most common motion commands to make
|
|
|
2984 note of the shifted-motion support. Improve the support to (a)
|
|
|
2985 properly document how it works and why it's done in the fashion it
|
|
|
2986 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
|
2987
|
|
|
2988 Correct error in the customize specification of
|
|
|
2989 mark-ring-unrecorded-commands.
|
|
|
2990
|
|
|
2991 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
|
2992
|
|
|
2993 * font-lock.el:
|
|
|
2994 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
|
2995 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
|
2996 * font-lock.el (font-lock-pre-idle-hook):
|
|
|
2997 * font-lock.el (font-lock-after-change-function):
|
|
|
2998 * font-lock.el (font-lock-fontify-pending-extents):
|
|
|
2999 * font-lock.el (font-lock-lisp-like):
|
|
|
3000
|
|
|
3001 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
|
3002 behavior) when making lots of buffer changes between redisplays,
|
|
|
3003 such as when saving the Options.
|
|
|
3004
|
|
|
3005 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
|
3006
|
|
|
3007 * device.el:
|
|
|
3008 * dragdrop.el:
|
|
|
3009 * dumped-lisp.el:
|
|
|
3010 * faces.el:
|
|
|
3011 * frame.el:
|
|
|
3012 * gnuserv.el:
|
|
|
3013 * loadup.el:
|
|
|
3014 * menubar-items.el:
|
|
|
3015 * minibuf.el:
|
|
|
3016 The Great GTK Merge.
|
|
|
3017
|
|
|
3018 * ChangeLog.GTK:
|
|
|
3019 * dialog-gtk.el:
|
|
|
3020 * gdk.el:
|
|
|
3021 * generic-widgets.el:
|
|
|
3022 * glade.el:
|
|
|
3023 * gnome-widgets.el:
|
|
|
3024 * gnome.el:
|
|
|
3025 * gtk-compose.el:
|
|
|
3026 * gtk-extra.el:
|
|
|
3027 * gtk-faces.el:
|
|
|
3028 * gtk-ffi.el:
|
|
|
3029 * gtk-file-dialog.el:
|
|
|
3030 * gtk-font-menu.el:
|
|
|
3031 * gtk-glyphs.el:
|
|
|
3032 * gtk-init.el:
|
|
|
3033 * gtk-iso8859-1.el:
|
|
|
3034 * gtk-marshal.el:
|
|
|
3035 * gtk-mouse.el:
|
|
|
3036 * gtk-package.el:
|
|
|
3037 * gtk-password-dialog.el:
|
|
|
3038 * gtk-select.el:
|
|
|
3039 * gtk-widget-accessors.el:
|
|
|
3040 * gtk-widgets.el:
|
|
|
3041 * gtk.el:
|
|
|
3042 widgets-gtk.el:
|
|
|
3043 The Great GTK Merge: new files.
|
|
|
3044
|
|
|
3045 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3046
|
|
|
3047 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
|
3048 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
|
3049
|
|
|
3050 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3051
|
|
|
3052 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
|
3053
|
|
460
|
3054 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
3055
|
|
|
3056 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
|
3057
|
|
470
|
3058 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
|
3059
|
|
|
3060 * about.el (xemacs-hackers): update my entry.
|
|
|
3061 * about.el (about-maintainer-info): ditto.
|
|
|
3062 * about.el (about-hackers): ditto.
|
|
460
|
3063
|
|
|
3064 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
|
3065
|
|
|
3066 * about.el (about-maintainer-info): More vanity info about
|
|
|
3067 yours truly.
|
|
|
3068
|
|
|
3069 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
|
3070
|
|
|
3071 * build-report.el (build-report-destination): xemacs-build-reports
|
|
|
3072 has moved to SourceForge, where mailing list name length is
|
|
|
3073 restricted, hence the name change to
|
|
|
3074 xemacs-buildreports@xemacs.org.
|
|
|
3075 * build-report.el (build-report-keep-regexp): Update default.
|
|
|
3076 * build-report.el (build-report-delete-regexp): Ditto.
|
|
|
3077 * build-report.el (build-report-make-output-files): Ditto.
|
|
|
3078
|
|
|
3079 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
|
3080
|
|
|
3081 * lisp-mode.el: Add indentation specifications for following
|
|
|
3082 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
|
3083 with-open-file, with-open-stream, print-unreadable-object.
|
|
|
3084
|
|
|
3085 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
|
3086
|
|
|
3087 * font-lock.el (font-lock-set-defaults-1):
|
|
|
3088 Move initialization of `font-lock-cache-position' so that it's set
|
|
|
3089 even if font-lock-keywords is already defined.
|
|
|
3090
|
|
|
3091 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
|
3092
|
|
|
3093 * autoload.el (generate-file-autoloads-1):
|
|
|
3094 Use `emacs-lisp-mode-syntax-table' instead of
|
|
|
3095 `lisp-mode-syntax-table'.
|
|
|
3096 * lisp-mode.el (lisp-mode-syntax-table):
|
|
|
3097 Get rid of old checks for `parse-partial-sexp' version.
|
|
|
3098 Make `|' (pipe) string delimiter instead of punctuation.
|
|
|
3099
|
|
|
3100 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
3101
|
|
|
3102 * window.el (save-selected-window):
|
|
|
3103 Use gensym for better macro hygiene.
|
|
|
3104
|
|
|
3105 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
|
3106
|
|
|
3107 * dump-paths.el:
|
|
|
3108 * startup.el (startup-setup-paths): Set and use
|
|
|
3109 `mule-lisp-directory'.
|
|
|
3110 (startup-setup-paths-warning): Ditto.
|
|
|
3111
|
|
|
3112 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
|
3113 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
|
3114
|
|
|
3115 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
|
3116
|
|
|
3117 * font-lock.el: Syntax table improvements used. A few random
|
|
|
3118 changes are not specified below.
|
|
|
3119 (font-lock-fontify-string-delimiters):
|
|
|
3120 (font-lock-syntactic-keywords):
|
|
|
3121 (font-lock-cache-state nil):
|
|
|
3122 (font-lock-cache-position):
|
|
|
3123 New variables.
|
|
|
3124 (font-lock-set-syntax):
|
|
|
3125 (font-lock-apply-syntactic-highlight):
|
|
|
3126 (font-lock-fontify-syntactic-anchored-keywords):
|
|
|
3127 (font-lock-fontify-syntactic-keywords-region):
|
|
|
3128 (font-lock-eval-keywords):
|
|
|
3129 New functions.
|
|
|
3130 (font-lock-remove-face):
|
|
|
3131 (font-lock-fontify-syntactically-region):
|
|
|
3132 Use syntax properties.
|
|
|
3133
|
|
458
|
3134 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
3135
|
|
|
3136 * XEmacs 21.2.44 "Thalia" is released.
|
|
|
3137
|
|
|
3138 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
3139
|
|
|
3140 * startup.el (normal-top-level): Work even if no installation root
|
|
|
3141 is found.
|
|
|
3142
|
|
|
3143 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
|
3144
|
|
|
3145 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
|
3146 (set-progress-abort-instantiator): new function.
|
|
|
3147 (abort-progress-feedback): use it.
|
|
|
3148
|
|
|
3149 * gutter.el (set-gutter-dirty-p): new function.
|
|
|
3150
|
|
|
3151 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
|
3152
|
|
|
3153 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
|
3154
|
|
|
3155 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
|
3156
|
|
|
3157 * sound.el (sound-extension-list): give a better default value.
|
|
|
3158 * sound.el (load-sound-file): improve the doc string, also find
|
|
|
3159 files given by absolute names, pass a real extension list to
|
|
|
3160 `locate-file'.
|
|
|
3161
|
|
456
|
3162 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
3163
|
|
|
3164 * XEmacs 21.2.43 "Terspichore" is released.
|
|
|
3165
|
|
|
3166 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
|
3167
|
|
|
3168 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
|
3169 messages from gnuserv.
|
|
|
3170
|
|
454
|
3171 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
|
3172
|
|
|
3173 * XEmacs 21.2.42 "Poseidon" is released.
|
|
|
3174
|
|
|
3175 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
|
3176
|
|
|
3177 * package-get.el (package-get-custom): call
|
|
|
3178 package-net-update-installed-db.
|
|
|
3179
|
|
|
3180 * package-ui.el (pui-install-selected-packages): call
|
|
|
3181 package-net-update-installed-db.
|
|
|
3182
|
|
|
3183 * package-net.el (package-net-update-installed-db): use
|
|
|
3184 packages-package-list so that we reflect reality.
|
|
|
3185
|
|
|
3186 * packages.el (packages-package-list): Make docstring reflect
|
|
|
3187 reality.
|
|
|
3188
|
|
|
3189 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
|
3190
|
|
|
3191 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
|
3192 isn't installed.
|
|
|
3193
|
|
|
3194 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
|
3195
|
|
|
3196 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
|
3197 deactivate native widgets.
|
|
|
3198 (widget-glyph-insert-glyph): record instantiator.
|
|
|
3199 (widget-push-button-value-create): use it.
|
|
|
3200
|
|
|
3201 * gui.el (gui-button-action): new function. Make button's domain
|
|
|
3202 buffer current when calling.
|
|
|
3203 (make-gui-button): update to use gui-button-action.
|
|
|
3204
|
|
|
3205 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
|
3206
|
|
|
3207 * menubar-items.el (default-menubar): add an entry for modeline
|
|
|
3208 horizontal scrolling in Options -> Display.
|
|
|
3209
|
|
|
3210 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
|
3211
|
|
|
3212 * package-get.el (package-get-require-signed-base): Set to nil
|
|
|
3213 by default.
|
|
|
3214
|
|
452
|
3215 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
|
3216
|
|
|
3217 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
|
3218
|
|
|
3219 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
|
3220
|
|
|
3221 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
|
3222 catch lisp/mule/.
|
|
|
3223
|
|
|
3224 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
|
3225
|
|
|
3226 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
|
3227 (maybe-unmigrate-user-init-file):
|
|
|
3228 (unmigrate-user-init-file): Created.
|
|
|
3229 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
|
3230 .emacs.
|
|
|
3231 Some doc fixes wrt init file location.
|
|
|
3232
|
|
|
3233 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
|
3234
|
|
|
3235 * faces.el (face-frob-from-locale-first): new variable.
|
|
|
3236 (frob-face-font-2): Honor tags arg while trying to use
|
|
|
3237 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
|
3238 first try to set face inheriting from frobbed-face.
|
|
|
3239
|
|
|
3240 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
|
3241
|
|
|
3242 * about.el (xemacs-hackers): update my entry.
|
|
|
3243 * about.el (about-url-alist): ditto.
|
|
|
3244 * about.el (about-maintainer-info): ditto.
|
|
|
3245 * about.el (about-hackers): ditto.
|
|
|
3246
|
|
|
3247 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
|
3248
|
|
|
3249 The byte compiler has been badly broken for a year,
|
|
|
3250 by the patch of 1999-12-06.
|
|
|
3251 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
3252 Bug was: the byte compiler was making this erroneous optimization:
|
|
|
3253 (progn (or (foo)) (bar)) ==> (bar)
|
|
|
3254
|
|
|
3255 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
|
3256
|
|
|
3257 * setup-paths.el (paths-core-load-path-depth): Split
|
|
|
3258 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
|
3259 recurse into core.
|
|
|
3260 * setup-paths.el (paths-construct-load-path): Use.
|
|
|
3261
|
|
|
3262 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
|
3263
|
|
|
3264 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
|
3265 (package-net-win32-binary-size): ditto. add much needed
|
|
|
3266 commentary.
|
|
|
3267
|
|
|
3268 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
|
3269 for buffers-tab-max-size.
|
|
|
3270
|
|
450
|
3271 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
|
3272
|
|
|
3273 * XEmacs 21.2.40 is released.
|
|
|
3274
|
|
|
3275 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3276
|
|
|
3277 * mule/hebrew.el: Fix comments and typos.
|
|
|
3278 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
|
3279
|
|
|
3280 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3281
|
|
|
3282 * ChangeLog.1: move ancient log from fill.el.
|
|
|
3283
|
|
|
3284 * dump-paths.el:
|
|
|
3285 paragraphs.el:
|
|
|
3286 mule/mule-category.el:
|
|
|
3287 Miscellaneous typo fixes and slight doc clarifications.
|
|
|
3288
|
|
|
3289 * mule/mule-ccl.el: Correct file name in header.
|
|
|
3290
|
|
448
|
3291 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
3292
|
|
|
3293 * XEmacs 21.2.39 is released.
|
|
|
3294
|
|
|
3295 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
|
3296
|
|
|
3297 * byte-optimize.el (byte-optimize-cond):
|
|
|
3298 (byte-optimize-cond-1): New.
|
|
|
3299 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
|
3300 Optimizes (cond (x nil)) ==> nil.
|
|
|
3301 Provide better diagnostic on malformed expr like (cond foo).
|
|
|
3302
|
|
|
3303 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3304
|
|
|
3305 * mule/mule-coding.el:
|
|
|
3306 mule/mule-cmds.el (reset-language-environment,
|
|
|
3307 set-language-environment-coding-systems):
|
|
|
3308 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
|
3309
|
|
|
3310 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
|
3311
|
|
|
3312 * package-admin.el: Allow package removal from
|
|
|
3313 early-package-load-path.
|
|
|
3314
|
|
|
3315 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
|
3316
|
|
|
3317 * about.el (about-maintainer-info): Update my entry.
|
|
|
3318
|
|
|
3319 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
|
3320
|
|
|
3321 * packages.el (locate-library): Add support for bzip2
|
|
|
3322 compressed .el files.
|
|
|
3323
|
|
|
3324 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
|
3325
|
|
|
3326 * package-net.el: new file.
|
|
|
3327
|
|
|
3328 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
|
3329
|
|
|
3330 * font-lock.el: Add missing C++ keywords.
|
|
|
3331
|
|
|
3332 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
3333
|
|
|
3334 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
|
3335 starting in column 0, as documented in (Info-goto-node
|
|
|
3336 "(xemacs)Comments"). Update docstring accordingly.
|
|
|
3337
|
|
446
|
3338 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
|
3339
|
|
|
3340 * XEmacs 21.2.38 is released.
|
|
|
3341
|
|
|
3342 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
|
3343
|
|
|
3344 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
|
3345 spurious '+' operation detected by Martin.
|
|
|
3346
|
|
|
3347
|
|
|
3348 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
|
3349
|
|
|
3350 * cl-extra.el (coerce):
|
|
|
3351 Implement char to integer coercion.
|
|
|
3352 Remove extraneous (numberp) test.
|
|
|
3353
|
|
|
3354 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
|
3355 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
|
3356 (byte-optimize-predicate):
|
|
|
3357 Warn if evaluating constant expression signals an error.
|
|
|
3358 (byte-optimize-form): Small simplification.
|
|
|
3359
|
|
|
3360 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
|
3361
|
|
|
3362 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
3363
|
|
|
3364 * byte-optimize.el:
|
|
|
3365 (byte-optimize-minus):
|
|
|
3366 (byte-optimize-plus):
|
|
|
3367 (byte-optimize-mult):
|
|
|
3368 (byte-optimize-quo):
|
|
|
3369 Use (car (last x)) instead of (last x) to get last elt!
|
|
|
3370 Use `byte-optimize-predicate' to optimize `%'.
|
|
|
3371 Move optimizations for special numeric args to bytecomp.el.
|
|
|
3372 * bytecomp.el (byte-compile-associative): Remove.
|
|
|
3373 (byte-compile-max): New.
|
|
|
3374 (byte-compile-min): New.
|
|
|
3375 Properly handle erroneous calls: (max) (min).
|
|
|
3376 (byte-compile-plus): New.
|
|
|
3377 (byte-compile-minus):
|
|
|
3378 It's easiest to handle 0, +1 and -1 args here.
|
|
|
3379 (byte-compile-mult): New.
|
|
|
3380 It's easiest to handle 1, -1 and 2 args here.
|
|
|
3381 (byte-compile-quo):
|
|
|
3382 It's easiest to handle 0, +1 and -1 args here.
|
|
|
3383 Issue byte-compiler warning when dividing by zero.
|
|
|
3384
|
|
|
3385 Byte-compiler arithmetic improvements.
|
|
|
3386 Better optimize these expressions in the obvious way:
|
|
|
3387 (+ x y 1) --> varref x varref y add add1
|
|
|
3388 (+ x y -1) --> varref x varref y add sub1
|
|
|
3389 (- x y 0) --> (- x y)
|
|
|
3390 (- 0 x y) --> (- (- x) y)
|
|
|
3391 (% 42 19) --> compile-time constant
|
|
|
3392 (/ 42 19) --> compile-time constant
|
|
|
3393 (* (foo) 2) --> foo call dup plus
|
|
|
3394
|
|
|
3395 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
|
3396 unless (declaim (optimize (safety 3)))
|
|
|
3397 or (setq byte-compile-delete-errors nil).
|
|
|
3398
|
|
|
3399 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3400
|
|
|
3401 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
|
3402 docstrings.
|
|
|
3403
|
|
|
3404 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3405
|
|
|
3406 * startup.el (command-line-do-help): Add documentation of
|
|
|
3407 portable dumper switches.
|
|
|
3408
|
|
|
3409 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
|
3410
|
|
|
3411 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
|
3412
|
|
|
3413 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
|
3414
|
|
|
3415 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
3416
|
|
|
3417 * byte-optimize.el (byte-optimize-char-before):
|
|
|
3418 (byte-optimize-backward-char):
|
|
|
3419 (byte-optimize-backward-word):
|
|
|
3420 Fix incorrect optimizations for these sorts of expressions:
|
|
|
3421 (let ((x nil)) (backward-char x))
|
|
|
3422
|
|
|
3423 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
|
3424
|
|
|
3425 * byte-optimize.el:
|
|
|
3426 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
|
3427 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
|
3428 Make backward-word and backward-char as efficient as forward versions.
|
|
|
3429
|
|
|
3430 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
|
3431 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
|
3432 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
|
3433 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
|
3434 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
|
3435 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
|
3436 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
|
3437
|
|
|
3438 * simple.el (backward-word):
|
|
|
3439 * simple.el (mark-word):
|
|
|
3440 * simple.el (kill-word):
|
|
|
3441 * simple.el (backward-kill-word):
|
|
|
3442 Make COUNT argument optional, for consistency with forward-char et al.
|
|
|
3443
|
|
|
3444 * abbrev.el (abbrev-string-to-be-defined):
|
|
|
3445 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
|
3446 * abbrev.el (inverse-add-abbrev):
|
|
|
3447 * abbrev.el (expand-region-abbrevs):
|
|
|
3448 * buff-menu.el (Buffer-menu-execute):
|
|
|
3449 * indent.el (move-to-left-margin):
|
|
|
3450 * indent.el (indent-relative):
|
|
|
3451 * indent.el (move-to-tab-stop):
|
|
|
3452 * info.el (Info-reannotate-node):
|
|
|
3453 * lisp-mode.el (lisp-indent-line):
|
|
|
3454 * lisp.el (end-of-defun):
|
|
|
3455 * lisp.el (move-past-close-and-reindent):
|
|
|
3456 * misc.el (copy-from-above-command):
|
|
|
3457 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
|
3458 * page.el (forward-page):
|
|
|
3459 * paragraphs.el (forward-paragraph):
|
|
|
3460 * paragraphs.el (end-of-paragraph-text):
|
|
|
3461 * picture.el (picture-forward-column):
|
|
|
3462 * picture.el (picture-self-insert):
|
|
|
3463 * rect.el (extract-rectangle-line):
|
|
|
3464 * simple.el (newline):
|
|
|
3465 * simple.el (fixup-whitespace):
|
|
|
3466 * simple.el (backward-delete-char-untabify):
|
|
|
3467 * simple.el (transpose-chars):
|
|
|
3468 * simple.el (transpose-preceding-chars):
|
|
|
3469 * simple.el (do-auto-fill):
|
|
|
3470 * simple.el (indent-new-comment-line):
|
|
|
3471 * simple.el (blink-matching-open):
|
|
|
3472 * view-less.el (cleanup-backspaces):
|
|
|
3473 * wid-edit.el (widget-transpose-chars):
|
|
|
3474 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
|
3475 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
|
3476
|
|
|
3477 * info.el (Info-fontify-node):
|
|
|
3478 * simple.el (backward-delete-function):
|
|
|
3479 Use canonical delete-backward-char instead of backward-delete-char.
|
|
|
3480
|
|
|
3481 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
3482
|
|
|
3483 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
|
3484 no buffers.
|
|
|
3485
|
|
|
3486 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
|
3487
|
|
|
3488 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
|
3489 buffer tabs.
|
|
|
3490
|
|
|
3491 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
|
3492
|
|
|
3493 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
|
3494 (proclaim inline...) was shadowing compiler-macros.
|
|
|
3495
|
|
|
3496 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
|
3497
|
|
|
3498 * bytecomp.el (byte-compile-eval): New.
|
|
|
3499 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
|
3500 Keeps this promise made in Lispref:
|
|
|
3501 "If a file being compiled contains a `defmacro' form, the macro is
|
|
|
3502 defined temporarily for the rest of the compilation of that file."
|
|
|
3503
|
|
|
3504 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
|
3505
|
|
|
3506 * cl.el (floatp-safe):
|
|
|
3507 (plusp):
|
|
|
3508 (minusp):
|
|
|
3509 (oddp):
|
|
|
3510 (evenp):
|
|
|
3511 (cl-abs):
|
|
|
3512 Use a better parameter name than `x'.
|
|
|
3513
|
|
|
3514 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
|
3515 to require PLACE, but accept any form for compatibility.
|
|
|
3516
|
|
|
3517 * abbrev.el (define-abbrev): Use check-type.
|
|
|
3518 * font-menu.el (font-menu-change-face): Use check-type.
|
|
|
3519 * menubar.el (relabel-menu-item): Use check-type.
|
|
|
3520 * itimer.el: Fix typo.
|
|
|
3521
|
|
|
3522 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3523
|
|
|
3524 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
|
3525
|
|
444
|
3526 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
|
3527
|
|
|
3528 * XEmacs 21.2.37 is released.
|
|
|
3529
|
|
|
3530 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
3531
|
|
|
3532 * code-cmds.el: Provide the feature.
|
|
|
3533
|
|
|
3534 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
|
3535
|
|
|
3536 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
|
3537
|
|
|
3538 * code-cmds.el: New file
|
|
|
3539 * mule/mule-cmds.el:
|
|
|
3540 * mule/mule-misc.el
|
|
|
3541 (coding-keymap): New keymap. Define coding system keyboard
|
|
|
3542 commands on file-coding builds too.
|
|
446
|
3543 (coding-system-change-eol-conversion):
|
|
|
3544 (universal-coding-system-argument):
|
|
|
3545 (set-default-coding-systems):
|
|
444
|
3546 (prefer-coding-system): Moved from mule-cmds.el
|
|
|
3547 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
|
3548
|
|
|
3549 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
|
3550
|
|
|
3551 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
|
3552
|
|
|
3553 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
|
3554
|
|
|
3555 * package-get.el (package-get-download-sites): Add a pre-release
|
|
|
3556 site for experimental packages.
|
|
|
3557
|
|
|
3558 * auto-autoloads.el: Regenerated.
|
|
|
3559
|
|
|
3560 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
|
3561
|
|
|
3562 * gutter-items.el (buffers-tab-omit-function): reference
|
|
|
3563 buffers-tab-select-visible-buffers.
|
|
|
3564 (buffers-tab-filter-functions): new variable, by default uses
|
|
|
3565 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
|
3566 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
|
3567 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
|
3568 of buffers-menu-omit-invisible-buffers.
|
|
|
3569 (buffers-tab-items): rewrite to use
|
|
|
3570 buffers-tab-filter-functions. Rewrite docstring.
|
|
|
3571 (gutter-buffers-tab-extent): delete.
|
|
|
3572 (add-tab-to-gutter): always build a new extent when adding the
|
|
|
3573 tabs.
|
|
|
3574 (update-tab-in-gutter): make gutter dirty when orientation
|
|
|
3575 changes.
|
|
|
3576
|
|
|
3577 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
|
3578
|
|
|
3579 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
3580 Only do loadhist recording if defvar form includes a value.
|
|
|
3581
|
|
|
3582 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
|
3583
|
|
|
3584 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
|
3585 `eval-when-compile' should not compile its body.
|
|
|
3586
|
|
|
3587 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3588
|
|
|
3589 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
|
3590 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
|
3591 some Japanese English. Remove some ancient FSF comments, and
|
|
|
3592 improve docstrings. Use symbols not vectors for tables.
|
|
|
3593
|
|
|
3594 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
|
3595
|
|
|
3596 * keymap.el:
|
|
|
3597 (local-key-binding):
|
|
|
3598 (global-key-binding):
|
|
|
3599 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
|
3600
|
|
|
3601 * lisp.el:
|
|
|
3602 (backward-sexp): Slightly simpler code.
|
|
|
3603 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
|
3604 (forward-list): Slightly simpler code.
|
|
|
3605 (backward-list): Slightly simpler code.
|
|
|
3606 (down-list): Make arg optional, like FSF Emacs.
|
|
|
3607 (up-list): Make arg optional, like FSF Emacs.
|
|
|
3608 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
|
3609 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
3610 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
|
3611
|
|
|
3612 * font-menu.el (font-menu-change-face):
|
|
|
3613 Take continuable errors into account.
|
|
|
3614
|
|
|
3615 * abbrev.el:
|
|
|
3616 * abbrev.el (clear-abbrev-table):
|
|
|
3617 * abbrev.el (define-abbrev-table):
|
|
|
3618 * abbrev.el (define-abbrev):
|
|
|
3619 * abbrev.el (insert-abbrev-table-description):
|
|
|
3620 * apropos.el (apropos-documentation-check-doc-file):
|
|
|
3621 * apropos.el (apropos-documentation-check-elc-file):
|
|
|
3622 * buff-menu.el (list-buffers):
|
|
|
3623 * buff-menu.el (list-buffers-noselect):
|
|
|
3624 * bytecomp.el (byte-recompile-directory):
|
|
|
3625 * bytecomp.el (batch-byte-compile):
|
|
|
3626 * cl-macs.el (typep):
|
|
|
3627 * code-files.el (find-coding-system-magic-cookie):
|
|
|
3628 * code-files.el (insert-file-contents):
|
|
|
3629 * cus-edit.el (customize-set-variable):
|
|
|
3630 * cus-edit.el (customize-save-variable):
|
|
|
3631 * cus-face.el (custom-set-face-font-size):
|
|
|
3632 * cus-face.el (custom-set-face-update-spec):
|
|
|
3633 * cus-face.el (custom-reset-faces):
|
|
|
3634 * custom.el (custom-check-theme):
|
|
|
3635 * custom.el (copy-upto-last):
|
|
|
3636 * fill.el (canonically-space-region):
|
|
|
3637 * fill.el (fill-paragraph):
|
|
|
3638 * fill.el (fill-region):
|
|
|
3639 * fill.el (find-space-insertable-point):
|
|
|
3640 * fill.el (justify-current-line):
|
|
|
3641 * faces.el (face-spec-update-all-matching):
|
|
|
3642 * faces.el (set-face-stipple):
|
|
|
3643 * files-nomule.el (insert-file-contents):
|
|
|
3644 * files.el (insert-file-contents-literally):
|
|
|
3645 * files.el (hack-local-variables-last-page):
|
|
|
3646 * files.el (basic-save-buffer):
|
|
|
3647 * files.el (insert-directory):
|
|
|
3648 * font-menu.el (font-menu-change-face):
|
|
|
3649 * font.el (font-spatial-to-canonical):
|
|
|
3650 * format.el (format-encode-region):
|
|
|
3651 * format.el (format-insert-file):
|
|
|
3652 * format.el (format-replace-strings):
|
|
|
3653 * gutter.el (set-gutter-element):
|
|
|
3654 * help.el (key-or-menu-binding):
|
|
|
3655 * help.el (describe-bindings):
|
|
|
3656 * help.el (with-syntax-table):
|
|
|
3657 * indent.el (indent-rigidly):
|
|
|
3658 * indent.el (delete-to-left-margin):
|
|
|
3659 * info.el:
|
|
|
3660 * info.el (Info-extract-dir-entry-from):
|
|
|
3661 * info.el (Info-build-dir-anew):
|
|
|
3662 * info.el (Info-rebuild-dir):
|
|
|
3663 * info.el (Info-batch-rebuild-dir):
|
|
|
3664 * info.el (Info-read-subfile):
|
|
|
3665 * info.el (Info-build-node-completions):
|
|
|
3666 * info.el (Info-extract-menu-node-name):
|
|
|
3667 * isearch-mode.el (isearch-range-invisible):
|
|
|
3668 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
|
3669 * itimer.el (itimerp):
|
|
|
3670 * itimer.el (itimer-live-p):
|
|
|
3671 * keymap.el:
|
|
|
3672 * keymap.el (substitute-key-definition):
|
|
|
3673 * keymap.el (read-command-or-command-sexp):
|
|
|
3674 * keymap.el (local-key-binding):
|
|
|
3675 * keymap.el (global-key-binding):
|
|
|
3676 * keymap.el (global-set-key):
|
|
|
3677 * keymap.el (local-set-key):
|
|
|
3678 * ldap.el:
|
|
|
3679 * ldap.el (ldap-add-entries):
|
|
|
3680 * ldap.el (ldap-delete-entries):
|
|
|
3681 * lisp.el (backward-sexp):
|
|
|
3682 * lisp.el (mark-sexp):
|
|
|
3683 * lisp.el (forward-list):
|
|
|
3684 * lisp.el (backward-list):
|
|
|
3685 * lisp.el (down-list):
|
|
|
3686 * lisp.el (backward-up-list):
|
|
|
3687 * lisp.el (up-list):
|
|
|
3688 * lisp.el (kill-sexp):
|
|
|
3689 * lisp.el (backward-kill-sexp):
|
|
|
3690 * menubar.el (add-menu-button):
|
|
|
3691 * menubar.el (add-submenu):
|
|
|
3692 * menubar.el (delete-menu-item):
|
|
|
3693 * menubar.el (relabel-menu-item):
|
|
|
3694 * mouse.el (narrow-window-to-region):
|
|
|
3695 * obsolete.el (define-obsolete-variable-alias):
|
|
|
3696 * obsolete.el (store-substring):
|
|
|
3697 * package-admin.el:
|
|
|
3698 * package-admin.el (package-admin-install-function):
|
|
|
3699 * package-admin.el (package-admin-install-function-mswindows):
|
|
|
3700 * package-admin.el (package-admin-default-install-function):
|
|
|
3701 * package-get.el (package-get-update-base-entries):
|
|
|
3702 * packages.el (packages-load-package-dumped-lisps):
|
|
|
3703 * packages.el (packages-collect-package-dumped-lisps):
|
|
|
3704 * printer.el (generic-print-buffer):
|
|
|
3705 * printer.el (generic-print-region):
|
|
|
3706 * replace.el (occur-mode-mouse-goto):
|
|
|
3707 * replace.el (perform-replace):
|
|
|
3708 * select.el (get-selection-no-error):
|
|
|
3709 * simple.el:
|
|
|
3710 * simple.el (newline):
|
|
|
3711 * simple.el (open-line):
|
|
|
3712 * simple.el (edit-and-eval-command):
|
|
|
3713 * simple.el (goto-line):
|
|
|
3714 * simple.el (undo):
|
|
|
3715 * simple.el (kill-region):
|
|
|
3716 * simple.el (copy-region-as-kill):
|
|
|
3717 * simple.el (kill-ring-save):
|
|
|
3718 * simple.el (set-mark):
|
|
|
3719 * simple.el (next-line):
|
|
|
3720 * simple.el (previous-line):
|
|
|
3721 * simple.el (line-move):
|
|
|
3722 * simple.el (set-goal-column):
|
|
|
3723 * simple.el (comment-region):
|
|
|
3724 * subr.el:
|
|
|
3725 * subr.el (putf):
|
|
|
3726 * syntax.el (modify-syntax-entry):
|
|
|
3727 * syntax.el (map-syntax-table):
|
|
|
3728 * view-less.el (view-file):
|
|
|
3729 * view-less.el (view-buffer):
|
|
|
3730 * view-less.el (view-file-other-window):
|
|
|
3731 * window-xemacs.el (backward-other-window):
|
|
|
3732 * window.el:
|
|
|
3733 * window.el (one-window-p):
|
|
|
3734 * window.el (walk-windows):
|
|
|
3735 * window.el (window-list):
|
|
|
3736 * x-mouse.el (x-mouse-kill):
|
|
|
3737 * x-select.el (x-get-cutbuffer):
|
|
|
3738 * x-select.el (x-store-cutbuffer):
|
|
|
3739 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
|
3740 * term/sun-mouse.el (window-line-end):
|
|
|
3741 * term/sun-mouse.el (sun-select-region):
|
|
|
3742 * term/sun.el (kill-region-and-unmark):
|
|
|
3743 * mule/mule-category.el:
|
|
|
3744 * mule/mule-category.el (modify-category-entry):
|
|
|
3745 * mule/mule-category.el (char-category-list):
|
|
|
3746 * mule/mule-coding.el (coding-system-force-on-output):
|
|
|
3747 * mule/mule-misc.el (coding-system-put):
|
|
|
3748 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
|
3749
|
|
|
3750 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
3751
|
|
|
3752 * cus-face.el: Typo fixes and tiny clarifications.
|
|
|
3753 * custom.el: ditto
|
|
|
3754
|
|
|
3755 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3756
|
|
|
3757 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
|
3758 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
|
3759 if auto-save-list-file-prefix is non-nil.
|
|
|
3760
|
|
|
3761 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3762
|
|
|
3763 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
|
3764
|
|
|
3765 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
3766
|
|
|
3767 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
|
3768 get symbol at point-min.
|
|
|
3769
|
|
|
3770 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
3771
|
|
|
3772 * info.el (Info-emacs-info-file-name): defconst it.
|
|
|
3773 * info.el (Info-footnote-tag): defcustom it.
|
|
|
3774 * info.el (Info-no-description-string): ditto.
|
|
|
3775 * info.el (Info-find-node): adapt to new semantics of
|
|
|
3776 'Info-suffixed-file (don't do the case variants stuff).
|
|
|
3777 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
|
3778 * info.el (Info-directory-files): New. Return the list of info
|
|
|
3779 files in a directory.
|
|
|
3780 * info.el (Info-dir-outdated-p): use it.
|
|
|
3781 * info.el (Info-parse-dir-entries): ditto.
|
|
|
3782 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
|
3783 with a ".info.*" extension.
|
|
|
3784 * info.el (Info-set-mode-line): ditto.
|
|
|
3785 * info.el (Info-read-subfile): adapt to new semantics of
|
|
|
3786 'Info-suffixed-file (append 'exact argument).
|
|
|
3787 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
|
3788 string independently of the case.
|
|
|
3789 * info.el (Info-suffixed-file): use it (match all possible case
|
|
|
3790 for the file name).
|
|
|
3791 * info.el (Info-insert-file-contents): code cleanup.
|
|
|
3792 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
|
3793 columns.
|
|
|
3794 * info.el (Info-batch-rebuild-dir): ditto.
|
|
|
3795 * info.el (Info-read-node-name-1): ditto.
|
|
|
3796 * info.el (Info-search): ditto.
|
|
|
3797 * info.el (Info-fontify-node): ditto.
|
|
|
3798
|
|
|
3799
|
|
|
3800 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
|
3801
|
|
|
3802 * process.el (shell-command): when called from a program, avoid
|
|
|
3803 'push-mark's "mark-set" message.
|
|
|
3804
|
|
|
3805 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
3806
|
|
|
3807 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
|
3808 by a symbol, not by a vector.
|
|
|
3809 * mule/vietnamese.el (vscii): Likewise.
|
|
|
3810 (viscii): Likewise.
|
|
|
3811 * mule/cyrillic.el (koi8-r): Likewise.
|
|
|
3812
|
|
|
3813 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
|
3814 by a symbol, not by a vector.
|
|
|
3815 (chinese-big5-2): Likewise.
|
|
|
3816 * mule/ethiopic.el (ethiopic): Likewise.
|
|
|
3817 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
|
3818 (vietnamese-viscii-upper): Likewise.
|
|
|
3819
|
|
|
3820 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3821
|
|
|
3822 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
|
3823
|
|
|
3824 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3825
|
|
|
3826 * byte-optimize.el (byte-optimize-car): New function.
|
|
|
3827 (byte-optimize-cdr): Ditto.
|
|
|
3828
|
|
|
3829 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
3830
|
|
|
3831 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
|
3832 Optimize constant concatenation.
|
|
|
3833 Add keymapp as a side effect free function. It is a built-in.
|
|
|
3834 (byte-after-unbind-pos): Remove byte-equal.
|
|
|
3835
|
|
|
3836 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
3837
|
|
|
3838 * update-elc-2.el: Quote regexps correctly.
|
|
|
3839
|
|
|
3840 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
|
3841
|
|
|
3842 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
|
3843 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
|
3844 check the type of the buffer magnification
|
|
|
3845 (ccl-compile-write-string): Encode a string with binary
|
|
|
3846 coding system.
|
|
|
3847 (ccl-compile-write-repeat): Likewise.
|
|
|
3848
|
|
|
3849 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
3850
|
|
|
3851 * buff-menu.el:
|
|
|
3852 * bytecomp.el:
|
|
|
3853 * coding.el:
|
|
|
3854 * faces.el:
|
|
|
3855 * files.el:
|
|
|
3856 * fill.el:
|
|
|
3857 * float-sup.el:
|
|
|
3858 * font-lock.el:
|
|
|
3859 * help.el:
|
|
|
3860 * iso8859-1.el:
|
|
|
3861 * loaddefs.el:
|
|
|
3862 * menubar-items.el:
|
|
|
3863 * menubar.el:
|
|
|
3864 * modeline.el:
|
|
|
3865 * msw-font-menu.el:
|
|
|
3866 * paragraphs.el:
|
|
|
3867 * paths.el:
|
|
|
3868 * replace.el:
|
|
|
3869 * simple.el:
|
|
|
3870 * sound.el:
|
|
|
3871 * startup.el:
|
|
|
3872 * version.el:
|
|
|
3873 * x-faces.el:
|
|
|
3874 * x-font-menu.el:
|
|
|
3875 Remove purecopy.
|
|
|
3876
|
|
|
3877 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
|
3878
|
|
|
3879 * simple.el (do-auto-fill): Use the function pointer to by
|
|
|
3880 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
|
3881 fixes an issue with cc-mode comment continuation.
|
|
|
3882
|
|
|
3883 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
|
3884
|
|
|
3885 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
|
3886 * mwheel.el (mwheel-install): Add (interactive).
|
|
|
3887 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
|
3888 (turn-off-font-lock): Add (interactive).
|
|
|
3889
|
|
|
3890 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
3891
|
|
|
3892 * packages.el (packages-special-base-regexp): Add `man'.
|
|
|
3893
|
|
|
3894 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
|
3895
|
|
|
3896 * wid-edit.el (widget-specify-active): map over extents in current
|
|
|
3897 buffer like `widget-specify-inactive' does. Mapping over the
|
|
|
3898 inactive extent object does not work since the current extent is
|
|
|
3899 ignored by `map-extents'.
|
|
|
3900
|
|
442
|
3901 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
|
3902
|
|
|
3903 * XEmacs 21.2.36 is released.
|
|
|
3904
|
|
|
3905 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
|
3906
|
|
|
3907 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
|
3908 Optimize the compiled-function-constants vector by byte-code
|
|
|
3909 reference counts.
|
|
|
3910
|
|
|
3911 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
|
3912
|
|
|
3913 * build-report.el (build-report-delete-regexp): quote value in
|
|
|
3914 defcustom
|
|
|
3915
|
|
|
3916 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
3917
|
|
|
3918 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
|
3919 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
|
3920 warning.
|
|
|
3921
|
|
|
3922 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
3923
|
|
|
3924 * build-report.el: Requires cl and custom now.
|
|
|
3925 build-report-version is determined by XEmacs version -- remove
|
|
|
3926 build-report-version*.
|
|
|
3927 * build-report.el (build-report-version): Removed.
|
|
|
3928 * build-report.el (build-report-installation-version-regexp): New.
|
|
|
3929 * build-report.el (build-report-version-file-regexp): New.
|
|
|
3930 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
|
3931 * build-report.el (build-report-destination): Offer
|
|
|
3932 xemacs-build-reports and xemacs-beta.
|
|
|
3933 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
|
3934 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
|
3935 * build-report.el (build-report-make-output-dir): New.
|
|
|
3936 * build-report.el (build-report-installation-file): Replace use of
|
|
|
3937 `concat' with `expand-file-name'.
|
|
|
3938 * build-report.el (build-report-make-output-file): Removed.
|
|
|
3939 * build-report.el (build-report-make-output-files): New.
|
|
|
3940 * build-report.el (build-report-subject): Identify as
|
|
|
3941 user-variable with "*...".
|
|
|
3942 * build-report.el (build-report-prompts): Ditto.
|
|
|
3943 * build-report.el (build-report-version-file): New.
|
|
|
3944 * build-report.el (build-report-file-encoding): Identify as
|
|
|
3945 user-variable with "*...".
|
|
|
3946 * build-report.el (build-report-make-output-get): New.
|
|
|
3947 * build-report.el (build-report-insert-header): Report
|
|
|
3948 emacs-version and system-configuration instead of
|
|
|
3949 build-report-version.
|
|
|
3950 * build-report.el (build-report-insert-make-output): Add file
|
|
|
3951 argument.
|
|
|
3952 * build-report.el (build-report-insert-installation-file):
|
|
|
3953 Re-indent.
|
|
|
3954 * build-report.el (build-report-keep): Change docstring,
|
|
|
3955 re-indent.
|
|
|
3956 * build-report.el (build-report-delete): Ditto.
|
|
|
3957 * build-report.el (build-report-installation-data): New.
|
|
|
3958 * build-report.el (build-report-version-file-data): New.
|
|
|
3959
|
|
|
3960 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
|
3961
|
|
|
3962 * byte-optimize.el (byte-optimize-lapcode):
|
|
|
3963 Fix the optimization of using the first 5 elements of the
|
|
|
3964 constants vector for variables.
|
|
|
3965 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
|
3966
|
|
|
3967 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
3968
|
|
|
3969 * *: Spelling mega-patch
|
|
|
3970
|
|
|
3971 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
|
3972
|
|
|
3973 * easymenu.el: doc fixes.
|
|
|
3974 (easy-menu-do-define): Use backquote.
|
|
444
|
3975 (easy-menu-change):
|
|
|
3976 (easy-menu-add):
|
|
442
|
3977 `when' seems much clearer than `if' here.
|
|
|
3978 (easy-menu-remove):
|
|
444
|
3979 (easy-menu-add-item):
|
|
|
3980 (easy-menu-item-present-p):
|
|
|
3981 (easy-menu-remove-item):
|
|
442
|
3982 Wrap using (when (featurep 'menubar) ...)
|
|
|
3983
|
|
|
3984 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
|
3985
|
|
|
3986 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
3987 Revert Ben's change to this function below so that the compile log
|
|
|
3988 is displayed properly for users of the "popper" package.
|
|
|
3989
|
|
|
3990 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
|
3991
|
|
|
3992 * window.el (save-selected-window): Use backquote.
|
|
|
3993
|
|
444
|
3994 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
|
442
|
3995 Renamed from `byte-compile-file-form-defvar'.
|
|
|
3996 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
|
3997 Only cons onto current-load-list in top-level forms.
|
|
|
3998 Else this leaks a cons cell every time a defun is called.
|
|
|
3999 Renamed from `byte-compile-defvar', for clarity.
|
|
|
4000 Warn when docstring of defvar is not a string.
|
|
|
4001 Use consistent error messages.
|
|
|
4002 Better comments.
|
|
|
4003
|
|
|
4004 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
|
4005
|
|
|
4006 * simple.el (set-variable):
|
|
|
4007 Remove unneeded defvar by rearranging order of let* forms.
|
|
|
4008
|
|
|
4009 * mule/mule-ccl.el (ccl-get-next-code):
|
|
444
|
4010 * menubar-items.el (bookmark-menu-filter):
|
|
|
4011 (language-environment-menu-filter):
|
|
|
4012 (tutorials-menu-filter):
|
|
442
|
4013 * toolbar-items.el (toolbar-compile):
|
|
|
4014 * byte-optimize.el (disassemble-offset):
|
|
|
4015 Use (declare (special ...)) instead of `defvar'.
|
|
|
4016
|
|
|
4017 * cl-macs.el (cl-do-proclaim):
|
|
|
4018 Fix (declare (special ...)) warning suppression syntax.
|
|
|
4019
|
|
|
4020 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
|
4021
|
|
|
4022 * info.el (Info-tag-table-marker):
|
|
|
4023 (Info-tag-table-buffer):
|
|
|
4024 (Info-find-file-node):
|
|
|
4025 (Info-read-subfile):
|
|
|
4026 (Info-build-node-completions):
|
|
|
4027 (Info-search):
|
|
|
4028 (Info-mode):
|
|
|
4029 Multiple info buffer support.
|
|
|
4030
|
|
|
4031 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
|
4032
|
|
|
4033 * ldap.el (ldap-decode-entry): New defun
|
|
|
4034 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
|
4035 entries properly
|
|
|
4036
|
|
|
4037 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
|
4038
|
|
|
4039 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
|
4040 Use `eq', not `=', to compare symbols.
|
|
|
4041
|
|
|
4042 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
|
4043
|
|
|
4044 * bytecomp.el (byte-compile-report-error):
|
|
|
4045 * bytecomp.el (displaying-byte-compile-warnings):
|
|
|
4046 if stack-trace-on-error is set, send out a backtrace when
|
|
|
4047 an error is encountered that stops byte compilation. this
|
|
|
4048 should make it much much easier to track down those curious
|
|
|
4049 problems. also undo the kludge of using a separate "*Show*"
|
|
|
4050 buffer for display when there's a temp-buffer-show-function;
|
|
|
4051 we can avoid this by just being a little smarter.
|
|
444
|
4052
|
|
442
|
4053 * dialog-items.el:
|
|
|
4054 * dialog-items.el (search-dialog-regexp): New.
|
|
|
4055 * dialog-items.el (search-dialog-callback):
|
|
|
4056 * dialog-items.el (make-search-dialog):
|
|
|
4057 add a regexp option to the dialog and clean up a bit.
|
|
444
|
4058
|
|
442
|
4059 * dialog.el:
|
|
|
4060 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
4061 * dialog.el (get-dialog-box-response):
|
|
|
4062 * dialog.el (make-dialog-box):
|
|
|
4063 * dialog.el (dialog-box-finish): New.
|
|
|
4064 * dialog.el (dialog-box-cancel): New.
|
|
|
4065 * dialog.el (internal-make-dialog-box-exit): New.
|
|
|
4066 implement [properly!] the :modal property of the new dialog box
|
|
|
4067 interface. this is the first time xemacs has ever had *proper*
|
|
|
4068 modal dialog boxes, giving the standard window-system feedback.
|
|
|
4069 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
|
4070 and makes the dialog box flash three times.)
|
|
444
|
4071
|
|
442
|
4072 * dragdrop.el: header keyword frobbing.
|
|
444
|
4073
|
|
442
|
4074 * dumped-lisp.el (preloaded-file-list):
|
|
|
4075 renamed winnt.el to win32-native.el.
|
|
444
|
4076
|
|
442
|
4077 * faces.el (face-property):
|
|
|
4078 * faces.el (set-face-property):
|
|
|
4079 * faces.el (frob-face-property):
|
|
|
4080 * faces.el (frob-face-font-2):
|
|
|
4081 * faces.el (make-face-bold):
|
|
|
4082 * faces.el (make-face-italic):
|
|
|
4083 * faces.el (make-face-bold-italic):
|
|
|
4084 * faces.el (make-face-unbold):
|
|
|
4085 * faces.el (make-face-unitalic):
|
|
|
4086 * faces.el (make-face-smaller):
|
|
|
4087 * faces.el (make-face-larger):
|
|
|
4088 clean up the implementation of these so that window-system-specific
|
|
|
4089 methods are called only on objects belonging to that window system.
|
|
|
4090 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
|
4091 on font object of device type `stream', which is not good and
|
|
|
4092 explains the subtle errors Adrian was getting when byte-compiling
|
|
|
4093 something that required 'term. (Adrian, now you can use stack-trace-
|
|
|
4094 on-error to find the exact place where things are going wrong instead
|
|
|
4095 of having to laboriously binary-search your way through.)
|
|
444
|
4096
|
|
442
|
4097 * finder.el (finder-known-keywords):
|
|
|
4098 cleaned up -- properly sorted, clarified the meanings of many of
|
|
|
4099 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
|
4100 user, services. the last two try to distinguish between a package
|
|
|
4101 that's used directly by the user, and a package that provides
|
|
|
4102 support services to other packages.
|
|
444
|
4103
|
|
442
|
4104 * font-lock.el (lisp-font-lock-keywords-2):
|
|
|
4105 update list of lisp control structures to include everything,
|
|
|
4106 including new ones i introduced.
|
|
444
|
4107
|
|
442
|
4108 * gutter.el: header keyword frobbing.
|
|
444
|
4109
|
|
442
|
4110 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
|
4111 recent isearch element was not doing so! you got the second-most-
|
|
|
4112 recent instead.
|
|
|
4113
|
|
|
4114 * lisp-mode.el (construct-lisp-mode-menu):
|
|
|
4115 more menubar cleanups.
|
|
|
4116 * lisp-mode.el (with-selected-window):
|
|
|
4117 make it indent properly.
|
|
444
|
4118
|
|
442
|
4119 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
|
4120 rearranged the options menu the most, e.g. splitting up the
|
|
|
4121 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
|
4122 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
|
4123 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
|
4124 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
|
4125 Added stuff to the Cmds menu, e.g. Change Case.
|
|
|
4126
|
|
|
4127 NB please don't complain about these periodic menubar changes.
|
|
|
4128 Anything like this is necessarily incremental in its construction
|
|
|
4129 -- By constant use you gradually become more and more aware of
|
|
|
4130 better and better ways to group menu items. When we eventually
|
|
|
4131 move the options menu to a property sheet, the existing structure
|
|
|
4132 will probably be preserved fairly well.
|
|
444
|
4133
|
|
442
|
4134 * minibuf.el (next-history-element): fix problems with pressing
|
|
|
4135 down arrow in repeat-complex-command.
|
|
|
4136
|
|
|
4137 * modeline.el:
|
|
|
4138 * modeline.el (modeline-3d-p): New.
|
|
|
4139 added custom variable for controlling the 3d modeline. the
|
|
|
4140 corresponding Options item has been present for a long time,
|
|
|
4141 but commented out with "fix me!" comments. it's fixed now.
|
|
444
|
4142
|
|
442
|
4143 * obsolete.el (add-menu):
|
|
|
4144 remove bogus gettexts.
|
|
444
|
4145
|
|
442
|
4146 * process.el (shell-quote-argument):
|
|
|
4147 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
|
4148 For bash under Windows native, see below.
|
|
444
|
4149
|
|
442
|
4150 * simple.el:
|
|
|
4151 * simple.el (display-warning-buffer):
|
|
|
4152 Fixed the handling of warning display to eliminate the annoying
|
|
|
4153 *Show* buffer, like was done for byte-compiler output above.
|
|
444
|
4154
|
|
442
|
4155 * simple.el (debug-print): New.
|
|
|
4156 Simple function for sending debug messages to the console and/or
|
|
|
4157 other debug places.
|
|
|
4158
|
|
|
4159 * subr.el (replace-in-string):
|
|
|
4160 Rewrite this function to avoid N^2 behavior with large strings --
|
|
|
4161 catastrophic with the new Windows selection code! (Apparently the
|
|
|
4162 author of this function didn't realize there was a fun
|
|
|
4163 replace-match that could make his life much easier, because we
|
|
|
4164 duplicated the entire logic. The new version is smaller, easier
|
|
|
4165 to understand, much more robust, and has extended features --
|
|
|
4166 those of replace-match.)
|
|
444
|
4167
|
|
442
|
4168 * window.el:
|
|
|
4169 * window.el (with-selected-window): New.
|
|
|
4170 An obvious complement to the existing `with-selected-frame' and
|
|
|
4171 `with-current-buffer'.
|
|
|
4172
|
|
|
4173 * win32-native.el: Renamed from winnt.el.
|
|
|
4174 Added a great deal of stuff for properly handling process quoting,
|
|
|
4175 somewhat modeled on Kirill's original model (which i later threw
|
|
|
4176 away). We should now finally have correctly working process arg
|
|
|
4177 quoting/dequoting so that the final app gets exactly what we
|
|
|
4178 intended. Because the mechanism is in Lisp, it's easily
|
|
|
4179 extendible. (For those running bash and running the native
|
|
|
4180 version, I tried hard to do what I thought was correct. But more
|
|
|
4181 thought is needed, and ideally the volunteer work of people with
|
|
|
4182 these configurations that they generally run on.)
|
|
444
|
4183
|
|
442
|
4184 * x-font-menu.el (x-font-menu-font-data):
|
|
|
4185 Put in defvar's to fix byte-compiler warnings.
|
|
|
4186
|
|
|
4187 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4188
|
|
|
4189 * select.el (selection-coercion-alist): Initialise.
|
|
|
4190 * select.el (select-coerce-to-text): New.
|
|
|
4191 * select.el (select-coerce): New.
|
|
|
4192 New functions to perform type and value coercion.
|
|
|
4193
|
|
|
4194 * select.el (select-buffer-killed-default): Keep data if it was
|
|
|
4195 on the clipboard.
|
|
|
4196
|
|
|
4197 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
|
4198
|
|
|
4199 * menubar-items.el (default-menubar): Fix typo.
|
|
|
4200 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
|
4201
|
|
|
4202 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4203
|
|
|
4204 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
|
4205 edge checking code.
|
|
|
4206
|
|
|
4207 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4208
|
|
|
4209 * paths.el (gnus-local-domain): Removed.
|
|
|
4210 (gnus-local-organization): Ditto.
|
|
|
4211 (gnus-startup-file): Ditto.
|
|
|
4212
|
|
|
4213 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4214
|
|
|
4215 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
|
4216
|
|
|
4217 2000-07-31 Andy Piper <andy@xemacs.org>
|
|
444
|
4218
|
|
442
|
4219 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
|
4220
|
|
|
4221 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4222
|
|
|
4223 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
|
4224 browse-url.
|
|
|
4225 * help.el (xemacs-www-page): Ditto.
|
|
|
4226 (xemacs-www-faq): Ditto.
|
|
|
4227 * menubar-items.el (default-menubar): Ditto.
|
|
|
4228
|
|
|
4229 * wid-edit.el (widget-url-link-action): Ditto.
|
|
|
4230 From: Kenichi OKADA <okada@opaopa.org>.
|
|
|
4231
|
|
|
4232 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
4233
|
|
|
4234 * finder.el (finder-commentary): Add autoload cookie.
|
|
|
4235
|
|
|
4236 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4237
|
|
|
4238 * files.el (insert-file-contents-literally): Fix second let
|
|
|
4239 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
|
4240 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
|
4241
|
|
|
4242 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4243
|
|
|
4244 * files.el (insert-file-contents-literally): Use binary coding
|
|
|
4245 system (from Morioka san).
|
|
|
4246 (insert-file-contents-literally): Make file-name-handler method.
|
|
|
4247
|
|
|
4248 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
|
4249
|
|
|
4250 * cl-macs.el (get-selection): Add defsetf.
|
|
|
4251
|
|
|
4252 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
|
4253
|
|
|
4254 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
|
4255 function x-own-selection with own-selection.
|
|
|
4256 (ow-find): replace obsolete functions x-get-selection and
|
|
|
4257 x-get-clipboard with get-selection and get-clipboard.
|
|
|
4258 (init-post-x-win): replace obsolete function x-disown-selection
|
|
|
4259 with disown-selection.
|
|
|
4260
|
|
|
4261 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
|
4262
|
|
|
4263 * startup.el (load-user-init-file): Only try to load init file if
|
|
|
4264 it exists.
|
|
|
4265
|
|
|
4266 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
|
4267
|
|
|
4268 * dialog-items.el: sync with Ben's patch.
|
|
444
|
4269
|
|
442
|
4270 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
|
4271 comment.
|
|
|
4272 (progress-text-glyph): deleted.
|
|
|
4273 (progress-layout-glyph): make completely minimal.
|
|
|
4274 (progress-gauge-glyph): ditto.
|
|
|
4275 (progress-display-style): fix to handle dynamic instantiator
|
|
|
4276 changes.
|
|
|
4277 (progress-text-instantiator): new.
|
|
|
4278 (progress-layout-instantiator): new.
|
|
|
4279 (progress-gauge-instantiator): new.
|
|
|
4280 (set-progress-display-instantiator): renamed and changed from
|
|
|
4281 set-progress-display-style.
|
|
|
4282 (progress-abort-glyph): use instantiator not glyph.
|
|
|
4283 (append-progress-display): use set-progress-display-instantiator
|
|
|
4284 and set-glyph-image.
|
|
|
4285 (abort-progress-display): ditto.
|
|
|
4286 (raw-append-progress-display): ditto.
|
|
|
4287
|
|
|
4288 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
|
4289
|
|
|
4290 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
|
4291
|
|
|
4292 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
|
4293
|
|
|
4294 * autoload.el:
|
|
|
4295 Fixed comments.
|
|
|
4296
|
|
|
4297 * cmdloop.el:
|
|
|
4298 * cmdloop.el (yes-or-no-p):
|
|
|
4299 * cmdloop.el (y-or-n-p):
|
|
|
4300 Make these functions use should-use-dialog-box-p and not be
|
|
|
4301 overridden in dialog.el.
|
|
|
4302
|
|
|
4303 * cus-dep.el:
|
|
|
4304 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
|
4305 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
|
4306 * cus-dep.el (Custom-make-one-dependency): New.
|
|
|
4307 New entry point for use in Makefiles, to avoid excessive
|
|
|
4308 invocations.
|
|
|
4309
|
|
|
4310 * cus-edit.el (custom-variable-reset-saved):
|
|
|
4311 * cus-edit.el (custom-variable-reset-standard):
|
|
|
4312 * cus-edit.el (custom-save-resets):
|
|
|
4313 Fix bytecompiler warnings.
|
|
|
4314
|
|
|
4315 * dialog.el:
|
|
|
4316 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
4317 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
|
4318 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
|
4319 * dialog.el (get-dialog-box-response):
|
|
|
4320 * dialog.el (message-or-box):
|
|
|
4321 * dialog.el (make-dialog-box):
|
|
|
4322 * dialog.el (popup-dialog-box): New.
|
|
|
4323 Avoid yes-or-no-p bogosities.
|
|
|
4324 Create a general function `make-dialog-box' to encapsulate all
|
|
|
4325 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
|
4326
|
|
|
4327 * dumped-lisp.el (preloaded-file-list):
|
|
|
4328 Add dialog-items. Clean up. Group files by types.
|
|
|
4329
|
|
|
4330 * easymenu.el (easy-menu-add):
|
|
|
4331 * easymenu.el (easy-menu-remove):
|
|
|
4332 Account for accelerators.
|
|
|
4333
|
|
|
4334 * extents.el:
|
|
|
4335 * extents.el (extent-list): New args, like in map-extents.
|
|
|
4336 * extents.el (extent-at-event): New.
|
|
|
4337 * extents.el (extents-at-event): New.
|
|
|
4338
|
|
|
4339 * font-lock.el:
|
|
|
4340 * font-lock.el (font-lock-mode):
|
|
|
4341 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
4342 * font-lock.el (font-lock-default-unfontify-region):
|
|
|
4343 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
|
4344 * font-lock.el (font-lock-fontify-keywords-region):
|
|
|
4345 Use new progress-feedback names.
|
|
|
4346
|
|
|
4347 * font-lock.el (java-font-lock-identifier-regexp):
|
|
|
4348 * font-lock.el (java-font-lock-class-name-regexp):
|
|
|
4349 Fix bytecompiler warnings.
|
|
|
4350
|
|
|
4351 * gutter-items.el:
|
|
|
4352 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
|
4353 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
|
4354 * gutter-items.el (progress-display-popup-period): Removed.
|
|
|
4355 * gutter-items.el (progress-feedback-popup-period): New.
|
|
|
4356 * gutter-items.el (set-progress-display-style): Removed.
|
|
|
4357 * gutter-items.el (set-progress-feedback-style): New.
|
|
|
4358 * gutter-items.el (progress-display-style): Removed.
|
|
|
4359 * gutter-items.el (progress-feedback-style): New.
|
|
|
4360 * gutter-items.el (progress-stack):
|
|
|
4361 * gutter-items.el (progress-displayed-p): Removed.
|
|
|
4362 * gutter-items.el (progress-feedbacked-p): New.
|
|
|
4363 * gutter-items.el (clear-progress-display): Removed.
|
|
|
4364 * gutter-items.el (clear-progress-feedback): New.
|
|
|
4365 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
|
4366 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
|
4367 * gutter-items.el (remove-progress-display): Removed.
|
|
|
4368 * gutter-items.el (remove-progress-feedback): New.
|
|
|
4369 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
|
4370 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
|
4371 * gutter-items.el (append-progress-display): Removed.
|
|
|
4372 * gutter-items.el (append-progress-feedback): New.
|
|
|
4373 * gutter-items.el (abort-progress-display): Removed.
|
|
|
4374 * gutter-items.el (abort-progress-feedback): New.
|
|
|
4375 * gutter-items.el (raw-append-progress-display): Removed.
|
|
|
4376 * gutter-items.el (raw-append-progress-feedback): New.
|
|
|
4377 * gutter-items.el (display-progress-display): Removed.
|
|
|
4378 * gutter-items.el (display-progress-feedback): New.
|
|
|
4379 * gutter-items.el (current-progress-display): Removed.
|
|
|
4380 * gutter-items.el (current-progress-feedback): New.
|
|
|
4381 * gutter-items.el (current-progress-display-label): Removed.
|
|
|
4382 * gutter-items.el (current-progress-feedback-label): New.
|
|
|
4383 * gutter-items.el (progress-display): Removed.
|
|
|
4384 * gutter-items.el (progress-feedback): New.
|
|
|
4385 Replace "progress-display" with "progress-feedback" globally.
|
|
|
4386
|
|
|
4387 * gutter-items.el (lprogress-display): Removed.
|
|
|
4388 * gutter-items.el (progress-feedback-with-label): New.
|
|
|
4389 Rename lprogress-display ==> progress-feedback-with-label.
|
|
|
4390
|
|
|
4391 * gutter-items.el (search-dialog-direction): Removed.
|
|
|
4392 * gutter-items.el (search-dialog-text): Removed.
|
|
|
4393 * gutter-items.el (search-dialog-callback): Removed.
|
|
|
4394 * gutter-items.el (make-search-dialog): Removed.
|
|
|
4395 Move to dialog-items.el.
|
|
|
4396
|
|
|
4397 * help.el:
|
|
|
4398 * help.el (help-mode-quit):
|
|
|
4399 * help.el (mode-for-help): New.
|
|
|
4400 * help.el (help-sticky-window): New.
|
|
|
4401 * help.el (help-window-config): New.
|
|
|
4402 * help.el (with-displaying-help-buffer):
|
|
|
4403 * help.el (function-at-event): New.
|
|
|
4404 * help.el (help-symbol-regexp): New.
|
|
|
4405 * help.el (help-symbol-run-function-1): New.
|
|
|
4406 * help.el (help-symbol-run-function): New.
|
|
|
4407 * help.el (help-symbol-function-context-menu): New.
|
|
|
4408 * help.el (help-symbol-variable-context-menu): New.
|
|
|
4409 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
|
4410 * help.el (frob-help-extents): New.
|
|
|
4411 * help.el (describe-function-1):
|
|
|
4412 * help.el (variable-at-point):
|
|
|
4413 * help.el (variable-at-event): New.
|
|
|
4414 * help.el (describe-variable):
|
|
444
|
4415 Major overhaul.
|
|
|
4416 - Make functions and variables be mousable.
|
|
|
4417 - Middle button hyperlinks.
|
|
442
|
4418 - New context-menu entries.
|
|
|
4419
|
|
|
4420 * keydefs.el:
|
|
444
|
4421 * keydefs.el (global-map):
|
|
442
|
4422 New key bindings to move lines up and down.
|
|
|
4423
|
|
|
4424 * lisp-mode.el:
|
|
|
4425 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
|
4426 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
|
4427 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
|
4428 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
|
4429 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
|
4430 Make popup and menubar menus be different. Popup menu uses
|
|
|
4431 clicked location and automatically assumes symbol under the mouse
|
|
|
4432 for various commands.
|
|
|
4433
|
|
|
4434 * menubar-items.el:
|
|
|
4435 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
|
4436 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
|
4437
|
|
|
4438 * menubar-items.el (global-popup-menu): Removed.
|
|
|
4439 * menubar-items.el (mode-popup-menu): Removed.
|
|
|
4440 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
|
4441 * menubar-items.el (popup-mode-menu): Removed.
|
|
|
4442 * menubar-items.el (popup-buffer-menu): Removed.
|
|
|
4443 * menubar-items.el (popup-menubar-menu): Removed.
|
|
|
4444 Move to menubar.el.
|
|
444
|
4445
|
|
442
|
4446 * menubar.el:
|
|
|
4447 * menubar.el (global-popup-menu): New.
|
|
|
4448 * menubar.el (mode-popup-menu): New.
|
|
|
4449 * menubar.el (activate-popup-menu-hook): New.
|
|
|
4450 * menubar.el (last-popup-menu-event): New.
|
|
|
4451 * menubar.el (popup-mode-menu): New.
|
|
|
4452 * menubar.el (popup-buffer-menu): New.
|
|
|
4453 * menubar.el (popup-menubar-menu): New.
|
|
|
4454 * menubar.el (menu-call-at-event): New.
|
|
|
4455 Move non-content functions here. Add support for context menu
|
|
|
4456 items on extents.
|
|
|
4457
|
|
444
|
4458 * minibuf.el (minibuffer-history-uniquify):
|
|
442
|
4459 Typo fix.
|
|
|
4460
|
|
444
|
4461 * minibuf.el (read-file-name-1):
|
|
442
|
4462 Call new file dialog box if it exists.
|
|
|
4463
|
|
|
4464 * minibuf.el (mouse-rfn-setup-vars):
|
|
|
4465 Clean up "chop" action.
|
|
|
4466
|
|
|
4467 * mouse.el:
|
|
|
4468 * mouse.el (button2): Now bound to mouse-track.
|
|
|
4469 * mouse.el (click-inside-extent-p):
|
|
|
4470 * mouse.el (point-inside-extent-p):
|
|
|
4471 * mouse.el (point-inside-selection-p):
|
|
|
4472 * mouse.el (mouse-drag-or-yank): Removed.
|
|
|
4473 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
|
4474 * mouse.el (mouse-eval-sexp):
|
|
|
4475 * mouse.el (mouse-track-activate-strokes): New.
|
|
|
4476 * mouse.el (mouse-track-do-activate): New.
|
|
|
4477 * mouse.el (mouse-track):
|
|
|
4478 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
|
4479 * mouse.el (default-mouse-track-cleanup-hook):
|
|
|
4480 * mouse.el (default-mouse-track-drag-hook):
|
|
|
4481 * mouse.el (default-mouse-track-drag-up-hook):
|
|
|
4482 * mouse.el (default-mouse-track-click-hook):
|
|
|
4483 Merge drag-n-drop into mouse-track.
|
|
|
4484 Add general "activate" support to replace specific button2 kludges.
|
|
|
4485 Use "button modifier" support in mouse-track.
|
|
|
4486
|
|
|
4487 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
|
4488
|
|
|
4489 * package-ui.el:
|
|
|
4490 * package-ui.el (pui-menu):
|
|
|
4491 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
|
4492 Fix bytecompiler warnings.
|
|
|
4493 Clean up popup code a bit.
|
|
|
4494
|
|
|
4495 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
|
4496
|
|
|
4497 * simple.el:
|
|
|
4498 * simple.el (transpose-lines):
|
|
|
4499 * simple.el (transpose-line-up): New.
|
|
|
4500 * simple.el (transpose-line-down): New.
|
|
|
4501 * simple.el (transpose-subr):
|
|
|
4502 * simple.el (transpose-subr-1): Removed.
|
|
|
4503 Clean up, add functions to move lines up and down.
|
|
|
4504
|
|
|
4505 * startup.el (mail-host-address):
|
|
|
4506 * startup.el (user-mail-address):
|
|
|
4507 Customize.
|
|
|
4508
|
|
|
4509 * subr.el:
|
|
|
4510 * subr.el (set-symbol-value-in-buffer): New.
|
|
|
4511 * subr.el (error):
|
|
|
4512 * subr.el (check-argument-type):
|
|
|
4513 * subr.el (defined-error-p): New.
|
|
|
4514 Add structured error support.
|
|
|
4515
|
|
|
4516 * toolbar-items.el (toolbar-compile):
|
|
|
4517 Use new make-dialog-box.
|
|
|
4518
|
|
|
4519 * update-elc.el:
|
|
|
4520
|
|
|
4521 * userlock.el (ask-user-about-lock-dbox):
|
|
|
4522 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
|
4523 * userlock.el (ask-user-about-lock):
|
|
|
4524 * userlock.el (ask-user-about-supersession-threat):
|
|
|
4525 Use new make-dialog-box.
|
|
|
4526 Add safety checks; use should use-dialog-box-p.
|
|
|
4527
|
|
|
4528 * window-xemacs.el:
|
|
|
4529 * window-xemacs.el (__buffer-dedicated-frame):
|
|
|
4530 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
|
4531 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
|
4532 Move dedicated-frame stuff into lisp.
|
|
|
4533
|
|
|
4534 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4535
|
|
|
4536 * printer.el (generic-print-region): Do not require that
|
|
|
4537 `printer-name' be set.
|
|
|
4538 (printer-name): Commentary clarification.
|
|
|
4539
|
|
|
4540 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
|
4541
|
|
|
4542 * XEmacs 21.2.35 is released.
|
|
|
4543
|
|
|
4544 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4545
|
|
|
4546 * select.el (selection-coercible-types): Initialise.
|
|
|
4547
|
|
|
4548 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4549
|
|
|
4550 * select.el (own-clipboard): Bug fix.
|
|
|
4551
|
|
|
4552 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
|
4553
|
|
|
4554 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
|
4555 continuing.
|
|
|
4556
|
|
|
4557 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
|
4558
|
|
|
4559 * startup.el (load-init-file): Remove silly call to
|
|
|
4560 `load-user-custom-file`.
|
|
|
4561 (maybe-migrate-user-init-file): Minor fixes.
|
|
|
4562
|
|
|
4563 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
|
4564
|
|
444
|
4565 * apropos.el (apropos-documentation-check-doc-file):
|
|
442
|
4566 `doc' variable should be let-bound, as was presumably intended.
|
|
|
4567
|
|
444
|
4568 * cus-edit.el (custom-variable-reset-saved):
|
|
|
4569 (custom-variable-reset-standard):
|
|
442
|
4570 Remove unused variable comment-widget. Twice.
|
|
|
4571
|
|
444
|
4572 * toolbar.el (toolbar-blank-press-function):
|
|
442
|
4573 Add a real defvar with initial value nil and proper docstring.
|
|
|
4574 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
|
4575
|
|
|
4576 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
|
4577 Add defvar for pending-delete-mode.
|
|
|
4578
|
|
|
4579 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
|
4580
|
|
444
|
4581 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
|
442
|
4582 Use let* since the second form referred to the first.
|
|
|
4583
|
|
|
4584 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4585
|
|
|
4586 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
|
4587 instead of removed `mswindows-get-clipboard'.
|
|
|
4588
|
|
|
4589
|
|
|
4590 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4591
|
|
|
4592 * select.el (select-convert-from-text): New.
|
|
|
4593 * select.el (select-convert-from-length): New.
|
|
|
4594 * select.el (select-convert-from-integer): New.
|
|
|
4595 * select.el (select-convert-from-identity): New.
|
|
|
4596 * select.el (select-convert-from-filename): New.
|
|
|
4597 * select.el (selection-converter-in-alist): Use them.
|
|
|
4598 New converter functions for X.
|
|
|
4599
|
|
|
4600 * select.el (get-selection): Removed comment.
|
|
|
4601
|
|
|
4602 * select.el (own-selection): Removed append code - I thought
|
|
|
4603 I'd already done this, but apparently not...
|
|
|
4604
|
|
|
4605 * select.el: Changed comment about TIMESTAMP.
|
|
|
4606
|
|
|
4607 * select.el (select-convert-in): New.
|
|
|
4608 * select.el (select-convert-out): New.
|
|
|
4609 New functions that get used by select.c.
|
|
|
4610
|
|
|
4611 * select.el (select-buffer-killed-default): New.
|
|
|
4612 * select.el (select-buffer-killed-text): New.
|
|
|
4613 * select.el (selection-buffer-killed-alist): New.
|
|
|
4614 New list and functions that get called if a relevant selection
|
|
|
4615 exists and a buffer gets killed.
|
|
|
4616
|
|
|
4617 * select.el (select-convert-to-targets):
|
|
|
4618 * select.el (select-convert-to-identity): Removed.
|
|
|
4619 * select.el (select-convert-from-identity): Removed.
|
|
|
4620 * select.el (select-converter-out-alist):
|
|
|
4621 Removed _EMACS_INTERNAL selection type.
|
|
|
4622
|
|
|
4623 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
|
4624 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
|
4625 Removed this X-specific nonesense. Use the generic support
|
|
|
4626 in select.el instead.
|
|
|
4627
|
|
|
4628 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
|
4629
|
|
444
|
4630 * mule/mule-category.el (defined-category-hashtable):
|
|
442
|
4631 Use make-hash-table instead of make-hashtable
|
|
|
4632
|
|
|
4633 * buff-menu.el: Byte-compiler warning fix.
|
|
|
4634
|
|
444
|
4635 * isearch-mode.el (isearch-highlight-all-cleanup):
|
|
442
|
4636 Remove unused variable `isearch-highlight-all-start'.
|
|
|
4637
|
|
|
4638 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
|
4639
|
|
|
4640 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
|
4641
|
|
444
|
4642 * cus-dep.el (Custom-make-dependencies):
|
|
442
|
4643 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
|
4644
|
|
|
4645 * autoload.el (autoload-package-name): Warning suppression.
|
|
|
4646 Move defvar prior to first use.
|
|
|
4647
|
|
|
4648 * custom.el: Add autoload for custom-declare-face.
|
|
|
4649 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
444
|
4650 * cl.el (cl-hack-byte-compiler):
|
|
442
|
4651 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
|
4652 to work properly.
|
|
|
4653
|
|
|
4654 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
|
4655
|
|
|
4656 * startup.el (load-home-init-file): Added variable.
|
|
|
4657 (maybe-migrate-user-init-file): Added.
|
|
|
4658 (load-user-init-file): Load custom file if different from init
|
|
|
4659 file.
|
|
|
4660
|
|
|
4661 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
|
4662 "startup."
|
|
|
4663
|
|
|
4664 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
|
4665 Moved `custom-file'-related code to cus-file.el.
|
|
|
4666
|
|
|
4667 * cus-file.el: New file.
|
|
|
4668
|
|
|
4669 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
|
4670
|
|
|
4671 * packages.el (packages-find-package-directories): Added support
|
|
|
4672 for external package hierarchies with in-place installations.
|
|
|
4673
|
|
|
4674 * find-paths.el (paths-root-in-place-p): Added.
|
|
|
4675 (paths-find-emacs-directory): Added support for external
|
|
|
4676 directories with in-place installations.
|
|
|
4677 (paths-find-site-directory): Ditto.
|
|
|
4678
|
|
|
4679 * startup.el (find-user-init-file): Also look for
|
|
|
4680 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
|
4681
|
|
|
4682 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
|
4683
|
|
|
4684 * select.el (own-selection):
|
|
|
4685 * select.el (own-clipboard): Changed `append' parameter to
|
|
|
4686 `how-to-use' parameter.
|
|
|
4687 * select.el (own-selection): Removed icky append code.
|
|
|
4688 * select.el (own-selection, get-selection): Removed extra type
|
|
|
4689 checking.
|
|
|
4690 * select.el (selection-appender-alist):
|
|
|
4691 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
|
4692 * select.el (select-append-to-*): New.
|
|
|
4693 * select.el (select-convert-from-*): New. New functions to append
|
|
|
4694 data and convert data from external type.
|
|
|
4695
|
|
|
4696 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
|
4697
|
|
|
4698 * font-lock.el: Javadoc enhancements.
|
|
|
4699
|
|
|
4700 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
4701
|
|
|
4702 * printer.el (generic-print-region): Compose job name from buffer
|
|
|
4703 name.
|
|
|
4704
|
|
|
4705 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4706
|
|
|
4707 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
|
4708 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
|
4709 to avoid unnecessary progress gauges.
|
|
|
4710
|
|
|
4711 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
|
4712
|
|
|
4713 * custom-load.el (faces):
|
|
|
4714
|
|
|
4715 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
|
4716 dir is a regex.
|
|
|
4717
|
|
|
4718 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
|
4719 coding systems so that jka-compr works.
|
|
|
4720
|
|
|
4721 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
4722
|
|
|
4723 * font-lock.el: Undo previous change. Unfortunately, some
|
|
|
4724 files actually use the variables directly in their init code
|
|
|
4725 without quoting them.
|
|
|
4726
|
|
|
4727 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
|
4728
|
|
|
4729 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
|
4730
|
|
|
4731 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
|
4732 only when necessary.
|
|
|
4733
|
|
|
4734 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
|
444
|
4735
|
|
442
|
4736 * cl-macs.el: fix cl-transform-function-property kludge
|
|
|
4737 so that it does not require a random feature.
|
|
|
4738
|
|
|
4739 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
4740
|
|
|
4741 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
|
4742 as in Linux kernel "Rules.make".
|
|
|
4743
|
|
|
4744 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
4745
|
|
|
4746 * build-report.el (build-report): Add autoload cookie.
|
|
|
4747
|
|
|
4748 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
4749
|
|
|
4750 * package-ui.el (defgroup pui): Correct a misspelling
|
|
|
4751 (pui-toggle-package-delete): Change `seleted' to `selected'
|
|
444
|
4752
|
|
442
|
4753 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
4754
|
|
444
|
4755 * package-get.el (package-get-update-base):
|
|
442
|
4756 (package-get): Use insert-file-contents-literally always.
|
|
|
4757 (package-get-maybe-save-index):
|
|
|
4758 Force coding system for writing to binary.
|
|
|
4759
|
|
|
4760 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
|
4761
|
|
|
4762 * code-process.el (call-process-region): If there is no coding
|
|
|
4763 system for the process on process-coding-system-alist use the
|
|
|
4764 coding system of the buffer containing the region.
|
|
|
4765
|
|
|
4766 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
|
4767
|
|
|
4768 * cmdloop.el (command-error):
|
|
|
4769 If debug-on-error and noninteractive, output backtrace.
|
|
|
4770
|
|
|
4771 * files.el (file-relative-name):
|
|
|
4772 Remove MSDOS references.
|
|
|
4773
|
|
|
4774 * simple.el (line-number): New function, due to non-obvious
|
|
|
4775 behavior/usage of count-lines.
|
|
|
4776
|
|
|
4777 * simple.el (count-lines): document non-obvious usage to get
|
|
|
4778 line number.
|
|
|
4779
|
|
|
4780 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
|
4781
|
|
|
4782 * faces.el ((featurep 'xpm)):
|
|
|
4783 * x-faces.el (x-init-face-from-resources):
|
|
|
4784 * x-faces.el (x-init-frame-faces):
|
|
|
4785 * x-misc.el (x-init-specifier-from-resources):
|
|
|
4786 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
|
4787 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
|
4788 * x-mouse.el (x-init-pointer-shape):
|
|
|
4789 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
|
4790 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
|
4791 rather than errors on bogus arguments.
|
|
|
4792
|
|
|
4793 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
|
4794
|
|
|
4795 * compat.el: new file. provides a clean, non-intrusive way to
|
|
|
4796 define compatibility functions.
|
|
|
4797
|
|
|
4798 * process.el (shell-quote-argument): temporary fix for lack
|
|
|
4799 of nt-quote-process-args. #### I need to put back the overall
|
|
|
4800 structure of that mechanism but redo the guts of it using the
|
|
|
4801 extra intelligence in the C code.
|
|
|
4802
|
|
|
4803 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
4804
|
|
|
4805 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
|
4806 `package-get' does in package-get.el, instead of using external
|
|
|
4807 "md5sum" program.
|
|
|
4808
|
|
|
4809 * package-get.el (package-get): Insert package file literally to
|
|
|
4810 make checksum calculation work.
|
|
|
4811
|
|
|
4812 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
4813
|
|
|
4814 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
|
4815 (file-coding-system-alist): Removed reference to
|
|
|
4816 convert-mbox-coding-system.
|
|
|
4817
|
|
|
4818 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
|
4819
|
|
|
4820 * XEmacs 21.2.34 is released.
|
|
|
4821
|
|
|
4822 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
4823
|
|
|
4824 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
|
4825
|
|
|
4826 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
4827
|
|
|
4828 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
|
4829 and fboundp
|
|
|
4830
|
|
|
4831 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
4832
|
|
|
4833 * packages.el: It's ok to use built-in macros, but not lisp
|
|
|
4834 defined ones.
|
|
|
4835
|
|
|
4836 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
|
4837
|
|
|
4838 * font-lock.el:
|
|
|
4839 * font-lock.el (font-lock-message-threshold):
|
|
|
4840 * font-lock.el (font-lock-mode):
|
|
|
4841 * font-lock.el (font-lock-default-fontify-buffer):
|
|
|
4842 * font-lock.el (font-lock-always-fontify-immediately):
|
|
|
4843 * font-lock.el (font-lock-old-extent): Removed.
|
|
|
4844 * font-lock.el (font-lock-old-len): Removed.
|
|
|
4845 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
|
4846 * font-lock.el (font-lock-pending-extent-table): New.
|
|
|
4847 * font-lock.el (font-lock-range-table): New.
|
|
|
4848 * font-lock.el (font-lock-after-change-function):
|
|
|
4849 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
|
4850 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
|
4851 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
|
4852 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
|
4853 Rewrite deferral code to handle any number of changes, merging
|
|
|
4854 them properly. Remove hacked-up code for revert-buffer, now
|
|
|
4855 unnecessary.
|
|
444
|
4856
|
|
442
|
4857 * menubar-items.el (default-menubar):
|
|
|
4858 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
|
4859 unless necessary; doing this turns off font-lock.
|
|
|
4860
|
|
|
4861 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4862
|
|
|
4863 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
|
4864
|
|
|
4865 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4866
|
|
|
4867 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
|
4868 matching to process -*-texinfo-*- -*-.
|
|
|
4869
|
|
|
4870 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
4871
|
|
|
4872 * minibuf.el (minibuf-directory-files): new function.
|
|
|
4873 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
|
4874 (read-directory-name-internal): ditto.
|
|
|
4875 (mouse-file-display-completion-list): ditto.
|
|
|
4876 (mouse-directory-display-completion-list): ditto.
|
|
|
4877 (read-file-name-internal): remove "./" from completion list unless
|
|
|
4878 explicitly matched, for consistency.
|
|
|
4879
|
|
|
4880 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
|
4881
|
|
|
4882 * gutter-items.el (gutter-buffers-tab):
|
|
|
4883 * gutter-items.el (add-tab-to-gutter):
|
|
|
4884 * gutter-items.el (update-tab-in-gutter):
|
|
|
4885 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
|
4886 * gutter-items.el (append-progress-display):
|
|
|
4887 * gutter-items.el (abort-progress-display):
|
|
|
4888 * gutter-items.el (raw-append-progress-display):
|
|
|
4889 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
|
4890 to fix problems with multiple windows in a frame.
|
|
444
|
4891
|
|
442
|
4892 * menubar-items.el (tutorials-menu-filter):
|
|
|
4893 Fix typo.
|
|
444
|
4894
|
|
442
|
4895 * startup.el (early-error-handler):
|
|
|
4896 Display message box under windows; otherwise, message will disappear
|
|
|
4897 before it can be viewed.
|
|
444
|
4898
|
|
442
|
4899 * update-elc.el:
|
|
|
4900 Fix bug in NEEDTODUMP processing.
|
|
|
4901
|
|
|
4902 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
4903
|
|
|
4904 * startup.el (lock-directory): Removed.
|
|
|
4905 (superlock-file): Ditto.
|
|
|
4906 (startup-set-paths): Remove lockdir.
|
|
|
4907 (startup-setup-paths-warning): Remove lock-directory.
|
|
|
4908
|
|
|
4909 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
|
4910 (paths-find-superlock-file): Ditto.
|
|
|
4911
|
|
|
4912 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
4913
|
|
|
4914 * faces.el (set-face-property):
|
|
|
4915 * faces.el (set-face-font):
|
|
|
4916 * faces.el (set-face-foreground):
|
|
|
4917 * faces.el (set-face-background):
|
|
|
4918 * faces.el (set-face-background-pixmap):
|
|
|
4919 * faces.el (set-face-underline-p):
|
|
|
4920 * faces.el (set-face-strikethru-p):
|
|
|
4921 * faces.el (set-face-highlight-p):
|
|
|
4922 * faces.el (set-face-dim-p):
|
|
|
4923 * faces.el (set-face-blinking-p):
|
|
|
4924 * faces.el (set-face-reverse-p):
|
|
|
4925 doc string changes.
|
|
444
|
4926
|
|
442
|
4927 * glyphs.el:
|
|
|
4928 * glyphs.el (make-image-specifier):
|
|
|
4929 * glyphs.el (glyph-property):
|
|
|
4930 * glyphs.el (set-glyph-image):
|
|
|
4931 * glyphs.el (make-glyph):
|
|
|
4932 * glyphs.el (make-pointer-glyph):
|
|
|
4933 * glyphs.el (make-icon-glyph):
|
|
|
4934 * glyphs.el (widget-image-instance-p): New.
|
|
|
4935 authorship info, lots of doc changes. New predicate, inadvertently
|
|
|
4936 omitted. the general principle with specifier docs is now that
|
|
|
4937 the description of instantiators should go with the make-foo-specifier
|
|
|
4938 fun's doc string, rather than in foo-specifier-p. this follows
|
|
|
4939 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
|
4940 of a place to look. sometimes the make-foo-specifier function needs
|
|
|
4941 to be created in the process.
|
|
444
|
4942
|
|
442
|
4943 * gutter.el:
|
|
|
4944 * gutter.el (make-gutter-specifier): New.
|
|
|
4945 * gutter.el (make-gutter-size-specifier): New.
|
|
|
4946 * gutter.el (make-gutter-visible-specifier): New.
|
|
|
4947 specifier doc updates according to the conventions specified before.
|
|
|
4948
|
|
|
4949 * objects.el:
|
|
|
4950 * objects.el (make-font-specifier):
|
|
|
4951 * objects.el (make-color-specifier):
|
|
|
4952 * objects.el (make-face-boolean-specifier): New.
|
|
|
4953 specifier doc updates according to the conventions specified before.
|
|
|
4954
|
|
|
4955 * specifier.el:
|
|
|
4956 * specifier.el (set-specifier):
|
|
|
4957 * specifier.el (make-integer-specifier): New.
|
|
|
4958 * specifier.el (make-boolean-specifier): New.
|
|
|
4959 * specifier.el (make-natnum-specifier): New.
|
|
|
4960 * specifier.el (make-generic-specifier): New.
|
|
|
4961 * specifier.el (make-display-table-specifier): New.
|
|
|
4962 specifier doc updates according to the conventions specified before.
|
|
|
4963
|
|
|
4964 * toolbar.el:
|
|
|
4965 * toolbar.el (make-toolbar-specifier): New.
|
|
|
4966 specifier doc updates according to the conventions specified before.
|
|
|
4967
|
|
|
4968 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
|
4969
|
|
|
4970 * process.el (call-process-internal): Revert to previous version
|
|
|
4971 because Mike's change clashed with a change I did not long before.
|
|
|
4972 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
|
4973 Thanks very much Mike for pointing out the bug and submitting a
|
|
|
4974 patch!
|
|
|
4975
|
|
|
4976 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
|
4977
|
|
|
4978 * process.el (call-process-internal): Send the correct input buffer
|
|
|
4979 (call-process-internal): Return the exit status of the process
|
|
|
4980
|
|
|
4981 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
4982
|
|
|
4983 * winnt.el:
|
|
|
4984 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
|
4985 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
|
4986 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
|
4987 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
|
4988 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
|
4989 * winnt.el (nt-quote-process-args): Removed.
|
|
|
4990 Remove all stuff for argument quoting. We borrow the code instead
|
|
|
4991 from Emacs 20.6, which is much more careful in its quoting
|
|
|
4992 (e.g. in handling runs of the escape character) and avoids most of
|
|
|
4993 the need for this Lisp mechanism by checking to see whether we're
|
|
|
4994 running a Cygwin or normal program and doing the appropriate
|
|
|
4995 quoting. If we end up needing such a mechanism, we should add
|
|
|
4996 it by extending the variable `mswindows-quote-process-args' so it
|
|
|
4997 can take an alist of regexps.
|
|
|
4998
|
|
|
4999 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
|
5000
|
|
|
5001 * keydefs.el:
|
|
|
5002 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
|
5003 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
|
5004 the window without moving point.
|
|
444
|
5005
|
|
442
|
5006 * simple.el:
|
|
|
5007 * simple.el (scroll-up-one): New.
|
|
|
5008 * simple.el (scroll-down-one): New.
|
|
|
5009 Functions for use with C-M-up/down.
|
|
|
5010
|
|
|
5011 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
|
5012
|
|
|
5013 * XEmacs 21.2.33 is released.
|
|
|
5014
|
|
|
5015 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
|
5016
|
|
444
|
5017 * dialog.el (yes-or-no-p-dialog-box):
|
|
442
|
5018 Fix docstring.
|
|
444
|
5019 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
|
442
|
5020 1. Visit two files in two different frames.
|
|
|
5021 2. do File->Revert Buffer in one of those frames.
|
|
|
5022 3. Dialog box appears.
|
|
|
5023 4. Arrange things so that the mouse passes over the *other*
|
|
|
5024 frame, then to the dialog box, and click on "Yes".
|
|
|
5025 5. The file contents end up in the *wrong* buffer!
|
|
|
5026 Add TODO comment.
|
|
444
|
5027
|
|
442
|
5028 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
5029
|
|
|
5030 * help.el (describe-installation): correct typo introduced
|
|
|
5031 in last patch: boundp -> fboundp.
|
|
|
5032
|
|
|
5033 * etags.el (buffer-tag-table-list):
|
|
|
5034 canonicalize filenames to Unix format so that tag-table-alist
|
|
|
5035 searching works under Windows.
|
|
444
|
5036
|
|
442
|
5037 * autoload.el:
|
|
|
5038 Bowdlerize the supposedly objectionable words
|
|
|
5039 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
|
444
|
5040
|
|
442
|
5041 * gutter-items.el (set-progress-display-style):
|
|
|
5042 * gutter-items.el (search-dialog-callback):
|
|
|
5043 * gutter-items.el (make-search-dialog):
|
|
|
5044 Change to new callback-ex api.
|
|
|
5045
|
|
763
|
5046 2000-04-26 Björn Torkelsson <torkel@hpc2n.umu.se>
|
|
442
|
5047
|
|
|
5048 * help.el: (describe-installation): decode-coding-string is not
|
|
|
5049 defined in a non MULE environment.
|
|
|
5050
|
|
|
5051 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
|
5052
|
|
|
5053 * gutter-items.el (buffer-list-changed-hook):
|
|
|
5054 use it, not record-buffer-hook.
|
|
|
5055
|
|
|
5056 * subr.el (record-buffer-hook): Removed.
|
|
|
5057
|
|
|
5058 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
|
5059
|
|
|
5060 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
|
5061 use NORECORD option. Andy will not like this, but the existing
|
|
|
5062 gutter behavior is just wrong, as per this comment:
|
|
|
5063
|
|
|
5064 ;; this used to add the norecord flag to both calls below.
|
|
|
5065 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
|
5066 ;; that the current buffer is at the front of the buffers list.
|
|
|
5067 ;; for example, select an item and then do M-C-l
|
|
|
5068 ;; (switch-to-other-buffer). Things get way confused.
|
|
|
5069 ;;
|
|
|
5070 ;; Andy, if you want to maintain the current look, you must
|
|
|
5071 ;; *uncouple* the gutter order and buffers order.
|
|
|
5072
|
|
|
5073 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
|
5074
|
|
|
5075 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
|
5076 xemacs.mak.
|
|
|
5077
|
|
|
5078 * autoload.el (batch-update-one-directory): new function, used in
|
|
|
5079 xemacs.mak.
|
|
|
5080
|
|
|
5081 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
|
5082 loadup during update-elc is much much much faster. also do this
|
|
|
5083 when quick-building.
|
|
|
5084
|
|
|
5085 add commented-out code for profiling loadup.
|
|
444
|
5086
|
|
442
|
5087
|
|
|
5088 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
|
5089 is required in order to build xemacs.
|
|
|
5090
|
|
|
5091 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
|
5092
|
|
|
5093 * loadup.el: don't garbage collect during loadup if quick-build
|
|
|
5094 compile-time option is set.
|
|
|
5095
|
|
|
5096 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
|
5097
|
|
|
5098 * update-elc.el: compute whether any dumped .el or .elc files
|
|
|
5099 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
|
5100 if so.
|
|
444
|
5101
|
|
442
|
5102 * update-elc.el (update-elc-files-to-compile): always change
|
|
|
5103 NOBYTECOMPILE in the src directory rather than current dir,
|
|
|
5104 so it will work under NT.
|
|
|
5105
|
|
|
5106 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
|
5107 the form of this file is identical between Unix and Windows.
|
|
|
5108 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
|
5109 Added comment.
|
|
|
5110 (update-autoloads-from-directory): updated doc string.
|
|
|
5111 updated doc strings in a few other places.
|
|
|
5112
|
|
|
5113 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5114
|
|
|
5115 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
|
5116 byte-recompile-directory.
|
|
|
5117
|
|
|
5118 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5119
|
|
|
5120 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
|
5121 add-one-shot-hook.
|
|
|
5122 * gutter-items.el (clear-progress-display): Adjust number of
|
|
|
5123 arguments.
|
|
|
5124
|
|
|
5125 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5126
|
|
|
5127 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
|
5128
|
|
|
5129 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
|
5130
|
|
|
5131 * printer.el: New file.
|
|
444
|
5132
|
|
442
|
5133 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
|
444
|
5134
|
|
442
|
5135 * help.el (describe-installation): Fix decoding for Windows.
|
|
444
|
5136
|
|
442
|
5137 * menubar-items.el:
|
|
|
5138 * menubar-items.el (default-menubar):
|
|
|
5139 * menubar-items.el (tutorials-menu-filter): New.
|
|
|
5140 * menubar-items.el (popup-menubar-menu):
|
|
|
5141 Add authorship. Redo Help menu and Tutorials filter.
|
|
444
|
5142
|
|
442
|
5143 * menubar.el: Correct comment.
|
|
444
|
5144
|
|
442
|
5145 * modeline.el (modeline-buffer-identification): Correct doc string.
|
|
444
|
5146
|
|
442
|
5147 * simple.el:
|
|
|
5148 * simple.el (printing): Removed.
|
|
|
5149 * simple.el (printer-name): Removed.
|
|
|
5150 * simple.el (generic-print-buffer): Removed.
|
|
|
5151 * simple.el (generic-print-region): Removed.
|
|
|
5152 Move generic print code to printer.el.
|
|
|
5153
|
|
|
5154 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
|
5155
|
|
|
5156 * simple.el (generic-print-region): New.
|
|
|
5157 make this function actually work.
|
|
|
5158 (generic-print-buffer): call generic-print-region.
|
|
|
5159
|
|
|
5160 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
|
5161
|
|
|
5162 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
|
5163 by using the new widget-callback-current-channel.
|
|
|
5164 (search-dialog-callback): ditto.
|
|
|
5165
|
|
|
5166 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
|
5167
|
|
|
5168 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
|
5169 (default-gutter-position-changed-hook): ditto.
|
|
|
5170 (gutter-element-visibility-changed-hook): ditto.
|
|
|
5171 (set-gutter-element): ditto.
|
|
|
5172 (remove-gutter-element): ditto.
|
|
444
|
5173 (set-gutter-element-visible-p): ditto.
|
|
442
|
5174 (gutter-element-visible-p): ditto.
|
|
|
5175 (init-gutter): ditto.
|
|
|
5176
|
|
|
5177 * dialog.el (make-dialog-box): renamed and moved from
|
|
|
5178 gutter-items.el
|
|
|
5179
|
|
|
5180 * gutter-items.el: move various functions elsewhere.
|
|
|
5181
|
|
|
5182 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
5183
|
|
|
5184 * menubar-items.el: Fixed place of parenthesis.
|
|
|
5185
|
|
|
5186 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
|
5187
|
|
|
5188 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
|
5189 without constantly being prompted for the tag.
|
|
|
5190 * simple.el: Added a number of section headings, to clarify the
|
|
|
5191 organization of this file.
|
|
444
|
5192 * simple.el (activate-region):
|
|
|
5193 * simple.el (region-exists-p):
|
|
|
5194 * simple.el (region-active-p):
|
|
442
|
5195 Moved these three function down to the other side of
|
|
|
5196 the case-changing functions, so they join the rest of
|
|
|
5197 the region code.
|
|
|
5198 * simple.el (printing): New.
|
|
|
5199 * simple.el (printer-name): New.
|
|
|
5200 * simple.el (generic-print-buffer): New.
|
|
|
5201 New functions, a very simple prototype for a unified
|
|
|
5202 printing interface.
|
|
444
|
5203
|
|
442
|
5204 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
|
5205 other problems with BUFFER specs.
|
|
444
|
5206
|
|
442
|
5207 * menubar-items.el:
|
|
|
5208 Fixed up File->Print to use new printing functions.
|
|
|
5209 Various corrections and expansions to Grep/Compile menus.
|
|
|
5210 New options for Printing.
|
|
|
5211 New options for SMTP Mail, the way to send mail under
|
|
|
5212 MS Windows. (There's also a package patch to make SMTP
|
|
|
5213 Mail be the default under MSWin.)
|
|
|
5214
|
|
|
5215 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
|
5216
|
|
|
5217 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
|
5218 did not work. Needed to quote mouse-track-rectangle-p.
|
|
|
5219
|
|
|
5220 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5221
|
|
|
5222 * cl-compat.el (keywordp): Removed.
|
|
|
5223
|
|
|
5224 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
|
5225
|
|
|
5226 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
|
5227 (progress-gauge-glyph): use dynamic sizing.
|
|
|
5228 (set-progress-display-style): new function. Set progress glyphs
|
|
|
5229 appropriately depending on the style.
|
|
|
5230 (progress-display-style): new variable. Custom version of
|
|
|
5231 set-progress-display-style.
|
|
|
5232 (progress-abort-glyph): switch to dynamic sizes.
|
|
|
5233 (search-dialog-text): make the edit field active.
|
|
|
5234
|
|
|
5235 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
|
5236
|
|
|
5237 * gutter-items.el (make-search-dialog): need to make the search
|
|
|
5238 dialog visible after creation.
|
|
|
5239
|
|
|
5240 * menubar-items.el (default-menubar): use the search dialog for
|
|
|
5241 searching. Remove some extraneous search menu items.
|
|
|
5242
|
|
|
5243 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
|
5244 well as strings.
|
|
|
5245 (make-gutter-only-dialog-frame): allow the user to create the
|
|
|
5246 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
|
5247 (search-dialog-direction): new variable.
|
|
|
5248 (search-dialog-text): new variable.
|
|
|
5249 (search-dialog-callback): new function. Callback for the search
|
|
|
5250 dialog action.
|
|
|
5251 (make-search-dialog): new function. Create a user-friendly search
|
|
|
5252 dialog.
|
|
|
5253
|
|
|
5254 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5255
|
|
|
5256 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
|
5257 under Windows.
|
|
|
5258
|
|
|
5259 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
|
5260
|
|
|
5261 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
|
5262 progress more accurately.
|
|
|
5263
|
|
|
5264 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
5265
|
|
|
5266 * finder.el (finder-compile-keywords): Process readable files only.
|
|
|
5267 Because error in process of .#finder-inf.el when compile xemacs
|
|
|
5268 with --with-clash-detection option.
|
|
|
5269
|
|
|
5270 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
|
5271
|
|
|
5272 * gutter-items.el (append-progress-display): don't delay after a
|
|
|
5273 successful font-lock.
|
|
|
5274 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
|
5275 create gutter-only dialogs.
|
|
|
5276
|
|
|
5277 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
|
5278
|
|
|
5279 * process.el (call-process-internal): Handle a null BUFFER
|
|
|
5280 parameter correctly.
|
|
|
5281
|
|
|
5282 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
|
5283
|
|
|
5284 * gutter-items.el (abort-progress-display): put strings in the
|
|
|
5285 gutter not extents.
|
|
|
5286 (progress-layout-glyph): signal special 'quit callback.
|
|
|
5287 (progress-display-quit-function): deleted.
|
|
|
5288 (progress-display-stop-callback): deleted.
|
|
|
5289 (progress-display-dispatch-command-events): deleted.
|
|
|
5290 (append-progress-display): remove calls to
|
|
|
5291 progress-display-dispatch-command-events.
|
|
|
5292 (raw-append-progress-display): ditto.
|
|
|
5293
|
|
|
5294 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5295
|
|
|
5296 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
|
5297 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
|
5298 an error predicate. Correctly handle PIXMAP being either relative
|
|
|
5299 or absolute file name.
|
|
|
5300
|
|
|
5301 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
|
5302
|
|
|
5303 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
|
5304 (abort-progress-display): ditto. Don't delete the created extent.
|
|
|
5305 (raw-append-progress-display): ditto.
|
|
|
5306 (progress-display-dispatch-non-command-events): new
|
|
|
5307 function. Encapsulates what we want to do when no command input is
|
|
|
5308 required.
|
|
|
5309 (progress-display-dispatch-command-events): likewise, but disable
|
|
|
5310 for now since it causes too many problems.
|
|
|
5311 (append-progress-display): use them.
|
|
|
5312 (raw-append-progress-display): ditto.
|
|
|
5313 (default-gutter-position-changed-hook): set this rather than
|
|
|
5314 default-gutter-position-changed.
|
|
|
5315 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
|
5316 rather than one.
|
|
|
5317 (raw-append-progress-display): trap errors in pending input since
|
|
|
5318 allowing them to signal will hose the gauge well and
|
|
|
5319 truly. Ideally we would like to delay these until we are more able
|
|
|
5320 to cope.
|
|
|
5321 (append-progress-display): ditto.
|
|
|
5322
|
|
|
5323 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
|
444
|
5324
|
|
442
|
5325 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
|
5326 in process.el.
|
|
|
5327
|
|
|
5328 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
5329
|
|
444
|
5330 * mule\mule-cmds.el (set-language-info-alist):
|
|
442
|
5331 Fix to correspond to new menu arrangement.
|
|
|
5332
|
|
|
5333 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
|
5334
|
|
|
5335 * process.el:
|
|
|
5336 * process.el (call-process-internal): New.
|
|
|
5337 New implementation of call-process. Only enabled under NT, so far.
|
|
|
5338 stderr handling not implemented yet in CVS'd C code.
|
|
|
5339
|
|
|
5340 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
|
5341
|
|
|
5342 * lisp-mode.el:
|
|
|
5343 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
|
5344 * lisp-mode.el (lisp-interaction-mode):
|
|
|
5345 Put back Lisp Interaction menubar for Jan V's sake.
|
|
444
|
5346
|
|
442
|
5347 * simple.el:
|
|
|
5348 * simple.el (mark-ring):
|
|
|
5349 * simple.el (dont-record-current-mark): New.
|
|
|
5350 * simple.el (in-shifted-motion-command): New.
|
|
|
5351 * simple.el (mark-ring-unrecorded-commands): New.
|
|
|
5352 * simple.el (mark-ring-max):
|
|
|
5353 * simple.el (set-mark-command):
|
|
|
5354 * simple.el (push-mark):
|
|
|
5355 * simple.el (handle-pre-motion-command):
|
|
|
5356 Implement scheme for not recording unimportant marks.
|
|
444
|
5357
|
|
442
|
5358 * subr.el:
|
|
|
5359 * subr.el (function-allows-args): New.
|
|
|
5360 New function function-allows-args.
|
|
|
5361
|
|
|
5362 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
|
5363
|
|
|
5364 * XEmacs 21.2.32 is released.
|
|
|
5365
|
|
|
5366 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
|
5367
|
|
|
5368 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
|
5369 selected-window if required to do so.
|
|
|
5370 (buffers-tab-items): ditto.
|
|
|
5371 (add-tab-to-gutter): ditto.
|
|
|
5372 (create-frame-hook): use force-selection.
|
|
|
5373 (default-gutter-position-changed): lambdify.
|
|
|
5374 (update-tab-hook): deleted since it was only used in one place.
|
|
|
5375
|
|
|
5376 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
|
5377
|
|
|
5378 * files.el (find-file-noselect): undo change that shouldn't have
|
|
|
5379 gone in.
|
|
|
5380
|
|
|
5381 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
|
5382
|
|
|
5383 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
|
5384 of selected-window trickery.
|
|
|
5385
|
|
|
5386 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
|
5387 frames tabs.
|
|
|
5388 (progress-display-stop-callback): progress -> progress-display
|
|
|
5389 (progress-display-quit-function): ditto.
|
|
|
5390 (clear-progress-display): ditto.
|
|
|
5391 (remove-progress-display): ditto.
|
|
|
5392 (append-progress-display): ditto.
|
|
|
5393 (abort-progress-display): ditto.
|
|
|
5394 (raw-append-progress-display): ditto.
|
|
|
5395 (display-progress-display): ditto.
|
|
|
5396 (current-progress-display-label): ditto.
|
|
|
5397 (current-progress-display): ditto.
|
|
|
5398 (lprogress-display): ditto and save the buffer
|
|
|
5399 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
|
5400 changed which confuses font-lock.
|
|
|
5401
|
|
|
5402 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
|
5403 errors, not just quit.
|
|
|
5404 (font-lock-mode): progress -> display-progress
|
|
|
5405 (font-lock-default-fontify-buffer): ditto.
|
|
|
5406 (font-lock-fontify-syntactically-region): ditto.
|
|
|
5407 (font-lock-fontify-keywords-region): ditto.
|
|
|
5408
|
|
|
5409 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5410
|
|
|
5411 * cl.el (gensym): Move to here from cl-macs.el.
|
|
|
5412 (gentemp): Ditto.
|
|
|
5413
|
|
|
5414 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
|
5415
|
|
|
5416 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
|
5417 progress management.
|
|
|
5418 (font-lock-default-fontify-buffer): ditto.
|
|
|
5419 (font-lock-fontify-syntactically-region): ditto.
|
|
|
5420 (font-lock-fontify-keywords-region): ditto.
|
|
|
5421 (font-lock-revert-cleanup): fix reverting.
|
|
|
5422 (font-lock-revert-setup): ditto.
|
|
|
5423
|
|
|
5424 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
|
5425 echo area for progress gauges if non-nil.
|
|
|
5426 (clear-progress): remove echo area stuff and defer to
|
|
|
5427 clear-message.
|
|
|
5428 (append-progress): dispatch non-command events after each progress
|
|
|
5429 increment. Remove echo area stuff.
|
|
|
5430 (abort-progress): remove echo area stuff and defer to
|
|
|
5431 display-message.
|
|
|
5432 (raw-append-progress): ditto. Dispatch non-command events after
|
|
|
5433 gutter redisplay.
|
|
|
5434 (display-progress): defer echo area stuff to display-message.
|
|
|
5435
|
|
|
5436 * gutter-items.el (clear-progress):
|
|
|
5437 (abort-progress): indentation changes.
|
|
|
5438 (display-progress): don't clear progress.
|
|
|
5439 (append-progress): compare messages with equal.
|
|
|
5440 (raw-append-progress): use dispatch-non-command-events to flush
|
|
|
5441 widget creation events.
|
|
|
5442
|
|
|
5443 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
|
5444
|
|
|
5445 * abbrev.el:
|
|
|
5446 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
|
5447 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
|
5448 Changes for use with the menubar.
|
|
|
5449
|
|
|
5450 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
|
5451
|
|
|
5452 * alist.el (vassoc): moved here from font-menu.el.
|
|
|
5453
|
|
|
5454 * custom.el (defface): typo fix.
|
|
|
5455
|
|
|
5456 * dialog.el (yes-or-no-p-dialog-box):
|
|
|
5457 * dialog.el (message-box):
|
|
|
5458 * files.el (save-some-buffers-1):
|
|
|
5459 Put accelerators in the button names.
|
|
|
5460
|
|
|
5461 * font-lock.el (font-lock-comment-face):
|
|
|
5462 * font-lock.el (font-lock-keyword-face):
|
|
|
5463 * font-lock.el (font-lock-function-name-face):
|
|
|
5464 Fixed some of the colors under MS Windows because the existing
|
|
|
5465 default colors were hardly different from black and needed to be
|
|
|
5466 made lighter.
|
|
|
5467
|
|
|
5468 * font-menu.el:
|
|
|
5469 * font-menu.el (font-menu-split-long-menu):
|
|
|
5470 * font-menu.el (font-menu-family-constructor):
|
|
|
5471 * font-menu.el (font-menu-size-constructor):
|
|
|
5472 * font-menu.el (font-menu-weight-constructor):
|
|
|
5473 * font-menu.el (font-menu-set-font):
|
|
|
5474 vassoc moved to alist.el.
|
|
|
5475 Accelerators added to all menus.
|
|
|
5476 Unused bound var new-props removed.
|
|
444
|
5477
|
|
442
|
5478 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
|
5479 more consistent order and fixed a number of cases where key
|
|
|
5480 combinations involving up, down, left, right and so on were
|
|
|
5481 defined but the corresponding keypad combinations were not
|
|
444
|
5482 defined.
|
|
442
|
5483
|
|
|
5484 * lisp-mode.el:
|
|
|
5485 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
|
5486 * lisp-mode.el (emacs-lisp-mode):
|
|
|
5487 * lisp-mode.el (lisp-interaction-mode):
|
|
|
5488 * lisp-mode.el (flet):
|
|
|
5489 Added accelerators onto the menus.
|
|
|
5490 Made all the different versions of the let function be indented
|
|
|
5491 the same way.
|
|
|
5492 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
|
5493 to have the menubar and popup menus different.
|
|
|
5494 Cleaned up the menu; added items for find-function &c and some
|
|
|
5495 indenting, and removed debug-on-*.
|
|
|
5496
|
|
|
5497 * list-mode.el (list-mode-hook):
|
|
|
5498 * list-mode.el (list-mode):
|
|
|
5499 * list-mode.el (completion-setup-hook):
|
|
|
5500 * list-mode.el (display-completion-list):
|
|
|
5501 Added support for the :window-height keyword, which is required
|
|
|
5502 because of other changes that I made for the file dialog box. I
|
|
|
5503 also made the hook variables list-mode-hook and
|
|
|
5504 completion-setup-hook and also minibuffer-setup-hook in
|
|
|
5505 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
|
5506
|
|
|
5507 * map-ynp.el (map-y-or-n-p):
|
|
|
5508 Added accelerators to the dialog buttons.
|
|
|
5509
|
|
|
5510 * menubar-items.el (menu-truncate-list):
|
|
|
5511 New internal function.
|
|
|
5512 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
|
5513 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
|
5514 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
|
5515 New exported functions, for use in auto-generating accelerator specs.
|
|
|
5516
|
|
|
5517 * menubar-items.el:
|
|
|
5518 * menubar-items.el (default-menubar):
|
|
|
5519 * menubar-items.el (maybe-add-init-button):
|
|
|
5520 * menubar-items.el (bookmark-menu-filter):
|
|
|
5521 * menubar-items.el (slow-format-buffers-menu-line):
|
|
|
5522 * menubar-items.el (build-buffers-menu-internal):
|
|
|
5523 * menubar-items.el (language-environment-menu-filter):
|
|
|
5524 * menubar-items.el (default-popup-menu):
|
|
|
5525 * menubar-items.el (popup-buffer-menu):
|
|
|
5526 * menubar-items.el (popup-menubar-menu):
|
|
|
5527 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
|
5528 done working on the menubar, and there will be more patches to
|
|
|
5529 come. A basic summary of what I've done:
|
|
|
5530
|
|
|
5531 a) I added accelerators to all of the menu items. For menus that
|
|
|
5532 are auto-generated, such as the buffers menu, the accelerators are
|
|
|
5533 automatically added to the beginning of each line using the
|
|
|
5534 numbers 1 through 9, then zero, and then letters starting with A,
|
|
|
5535 but omitting the letters that are already in use for the fixed
|
|
|
5536 menu items at the top of the buffers menu. To facilitate adding
|
|
|
5537 accelerators of this kind, I created some new functions
|
|
|
5538 (*-accelerator-spec), which are also being used by other filters
|
|
|
5539 that auto generate lists of things such as ftp sites to download
|
|
|
5540 packages. If people really don't like these accelerators
|
|
|
5541 appearing at the beginning of the menu items, a variable can be
|
|
|
5542 added to optionally turn them off, but I think this is rather
|
|
|
5543 pointless because other menu items have accelerators and many or
|
|
|
5544 most of the menu users will use the accelerators if the support is
|
|
|
5545 there.
|
|
|
5546
|
|
|
5547 b) I combined the top level Tools and Apps menus into a single
|
|
|
5548 Tools menu, because the distinction between the two is not
|
|
|
5549 obvious, and the items on the menus are not used often enough that
|
|
444
|
5550 putting some of them onto submenus is a problem.
|
|
442
|
5551
|
|
|
5552 c) I created two new top level menus called View and Cmds because
|
|
|
5553 there were too many items on the File and Edit menus, and I'm going
|
|
|
5554 to be adding more items to these menus. In contrast to the Tools
|
|
|
5555 menu, the items on these menus may be used quite often during an
|
|
|
5556 editing session, and so should be available with fewer
|
|
444
|
5557 keystrokes.
|
|
442
|
5558
|
|
|
5559 d) I added a number of options to the options menu, including one
|
|
|
5560 for controlling whether the alt key can be used to traverse to
|
|
|
5561 menu items using the accelerators, one for controlling behavior of
|
|
|
5562 control-k, one for controlling how the kill and yank functions
|
|
|
5563 interact with the clipboard, a few additional buffers-menu
|
|
|
5564 options, and various other things. I also did a bit of
|
|
|
5565 rearranging, for example, combining the keyboard and mouse options
|
|
|
5566 into a single keyboard and mouse submenu to facilitate the
|
|
444
|
5567 accelerators on that level.
|
|
442
|
5568
|
|
|
5569 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
|
5570 to take two arguments instead of one, the second argument being
|
|
|
5571 the line number for use in creating an accelerator. I added a
|
|
|
5572 hack to support existing functions with one argument (although I
|
|
444
|
5573 doubt that very many of these exist), for backward compatibility.
|
|
442
|
5574
|
|
|
5575 f) I moved the top level mule menu to be a submenu of the edit
|
|
|
5576 menu. I think that most of the items on this menu are fairly
|
|
|
5577 useless and there are certainly not enough frequently used items
|
|
444
|
5578 to justify this being its own top level menu.
|
|
442
|
5579
|
|
|
5580 g) I combined most of the items in big-menubar.el into the main menu.
|
|
|
5581 If people think the main menu is too big, it would be possible to
|
|
|
5582 create different configurations, some smaller.
|
|
|
5583
|
|
|
5584 * menubar.el (check-menu-syntax):
|
|
|
5585 Deleted some syntax checks that were no longer valid, partly
|
|
|
5586 because of changes that were already made a long time ago, and
|
|
|
5587 partly because of a change I made where I allow the name of the
|
|
|
5588 menu item to be an evaluated expression rather than just a string,
|
|
|
5589 similar to all of the other parameters of a menu item.
|
|
|
5590
|
|
|
5591 * minibuf.el:
|
|
|
5592 * minibuf.el (read-file-name-1):
|
|
|
5593 * minibuf.el (mouse-read-file-name-1):
|
|
|
5594 I made a number of changes to improve the appearance
|
|
|
5595 and functioning of the file dialog box. They include:
|
|
|
5596
|
|
|
5597 a) Fixing the problem where closing the dialog box by clicking on
|
|
|
5598 the close button of the window didn't properly exit the
|
|
444
|
5599 minibuffer.
|
|
442
|
5600
|
|
|
5601 b) Fixing the problem that if you typed part of a file name, and
|
|
|
5602 then clicked on a completion with the mouse, the file was not
|
|
444
|
5603 correctly selected.
|
|
442
|
5604
|
|
|
5605 c) Changing the title of the dialog box to reflect the operation
|
|
|
5606 being done in accordance with user interface conventions, rather
|
|
444
|
5607 than the name of the dialog box buffer, which is rather useless.
|
|
442
|
5608
|
|
|
5609 d) Remove the words "possible completions are" which didn't
|
|
444
|
5610 belong.
|
|
442
|
5611
|
|
|
5612 e) Fix things so that the completions scroll off the end of the
|
|
|
5613 completions windows only to the right, rather than both to the
|
|
|
5614 right and down, which is in accordance with Windows user interface
|
|
444
|
5615 conventions.
|
|
442
|
5616
|
|
|
5617 * msw-init.el (init-post-mswindows-win):
|
|
|
5618 Added a binding for meta-F4, which is the standard windows binding
|
|
|
5619 for exiting a program.
|
|
|
5620
|
|
|
5621 * select.el (get-selection-no-error):
|
|
|
5622 * select.el (own-selection):
|
|
|
5623 * select.el (own-clipboard):
|
|
|
5624 Added an optional argument called append to the functions
|
|
|
5625 own-selection and own-clipboard. This adds support for appending
|
|
|
5626 text to the existing selection and allows the function
|
|
|
5627 own-clipboard to be used as the value of the variable
|
|
|
5628 interprogram- cut-function.
|
|
|
5629
|
|
|
5630 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
|
5631
|
|
|
5632 * simple.el (historical-kill-line): New.
|
|
|
5633
|
|
|
5634 * simple.el (kill-line):
|
|
|
5635 * simple.el (interprogram-cut-function):
|
|
|
5636 * simple.el (interprogram-paste-function):
|
|
|
5637 * simple.el (handle-pre-motion-command):
|
|
|
5638 * simple.el (next-line):
|
|
|
5639 * simple.el (previous-line):
|
|
|
5640 a) Expanded the variable kill-whole-line, so that function
|
|
|
5641 kill-line can be set to delete the entire line always, not just
|
|
|
5642 when cursor is at the beginning of the line. This is controlled
|
|
|
5643 by setting the variable kill-whole-line to the symbol 'always.
|
|
|
5644 This behavior, as well as the existing kill-whole-line behavior,
|
|
|
5645 now only take effect when kill-line is called interactively,
|
|
|
5646 although this is a departure from a previous behavior in the case
|
|
|
5647 of setting this variable kill-whole-line to t. It is almost
|
|
|
5648 certainly what has always been intended, and most likely the old
|
|
|
5649 way of doing things introduced bugs. I also created a function
|
|
|
5650 called historical-kill-line, which ignores the kill-whole-line
|
|
|
5651 setting and always gives the historical behavior of only killing
|
|
|
5652 to the end of the line. I bound this function to shift- control-k
|
|
|
5653 so that the kill to end of line behavior is available, even when
|
|
|
5654 kill-whole-line has been set to change control-k into the simple
|
|
|
5655 delete-whole-line behavior. (This can be set using the options
|
|
|
5656 menu.)
|
|
|
5657
|
|
|
5658 b) I changed things so that kill and yank now interact with the
|
|
|
5659 clipboard by default under windows. This was done by changing the
|
|
|
5660 default value of interprogram-cut- function and
|
|
|
5661 interprogram-paste-function. You can get the old behavior by
|
|
|
5662 setting these to nil, and there is an option on the options menu
|
|
|
5663 to do this.
|
|
|
5664
|
|
|
5665 c) I added support for selecting text using shifted motion keys.
|
|
|
5666 This support is on by default and can be controlled by the
|
|
|
5667 variable shifted-motion-keys-select-region. There is also a
|
|
|
5668 variable called unshifted-motion-keys-deselect-region that
|
|
|
5669 controls more specifically how the shifted motion key behavior
|
|
|
5670 works. I did not put an option on the options menu to turn this
|
|
|
5671 off, because I can't imagine why this would be useful.
|
|
|
5672
|
|
|
5673 * simple.el (forward-block-of-lines):
|
|
|
5674 * simple.el (backward-block-of-lines):
|
|
|
5675 * simple.el (block-movement-size):
|
|
|
5676 New.
|
|
|
5677
|
|
|
5678 * simple.el (uncapitalized-title-words):
|
|
|
5679 * simple.el (uncapitalized-title-word-regexp):
|
|
|
5680 * simple.el (capitalize-string-as-title):
|
|
|
5681 * simple.el (capitalize-region-as-title):
|
|
|
5682 New.
|
|
444
|
5683
|
|
442
|
5684
|
|
|
5685 * subr.el (add-hook):
|
|
|
5686 * subr.el (make-local-hook): New.
|
|
|
5687 * subr.el (remove-local-hook): New.
|
|
|
5688 * subr.el (add-one-shot-hook): New.
|
|
|
5689 * subr.el (add-local-one-shot-hook): New.
|
|
|
5690 Added some functions to make using hooks easier.
|
|
|
5691 These include:
|
|
|
5692
|
|
|
5693 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
|
5694 to use local hooks.
|
|
|
5695
|
|
|
5696 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
|
5697 make it possible to add a "one-shot" hook, which is to say a hook
|
|
|
5698 that runs only once, and automatically removes itself after the
|
|
|
5699 first time it has run.
|
|
|
5700
|
|
|
5701 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
|
5702
|
|
|
5703 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
|
5704
|
|
|
5705 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5706
|
|
|
5707 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
|
5708 Moved from menubar-items.el.
|
|
|
5709 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
|
5710
|
|
|
5711 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
|
5712
|
|
|
5713 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
|
5714 to buffers tab spec.
|
|
|
5715
|
|
|
5716 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5717
|
|
|
5718 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
|
5719
|
|
|
5720 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
|
5721
|
|
|
5722 * startup.el (command-line-1): remove unused variable
|
|
|
5723 `first-file-buffer'.
|
|
|
5724
|
|
|
5725 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
5726
|
|
|
5727 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
|
5728 which is also used for Web server log files.
|
|
|
5729
|
|
|
5730 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
|
5731
|
|
|
5732 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
|
5733
|
|
|
5734 2000-03-02 SL Baur <steve@beopen.com>
|
|
|
5735
|
|
|
5736 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
|
5737 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
|
5738 non-deletion of buffer after execution problem.
|
|
|
5739 (with-output-to-string): Use unique buffer name.
|
|
|
5740
|
|
|
5741 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
5742
|
|
|
5743 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
|
5744 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
|
5745
|
|
|
5746 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
|
5747
|
|
|
5748 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
|
5749
|
|
|
5750 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
|
5751
|
|
|
5752 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
|
5753 .emacs" button from all menubars.
|
|
|
5754
|
|
|
5755 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
|
5756
|
|
|
5757 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
|
5758 region rectangle replacement (from Jan Vroonhof).
|
|
|
5759 (replace-rectangle): new function.
|
|
|
5760
|
|
|
5761 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
5762
|
|
|
5763 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
|
5764 set-terminal-coding-system and set-keyboard-coding-system.
|
|
|
5765 * coding.el (set-terminal-coding-system): Use
|
|
|
5766 set-console-tty-output-coding-system.
|
|
|
5767 (set-keyboard-coding-system): Use
|
|
|
5768 set-console-tty-input-coding-system.
|
|
|
5769
|
|
|
5770 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
5771
|
|
|
5772 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
|
5773
|
|
|
5774 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
|
5775
|
|
|
5776 * gutter-items.el (update-tab-hook): new function to be used for
|
|
|
5777 hooks.
|
|
|
5778 (create-frame-hook): add update-tab-hook.
|
|
|
5779 (record-buffer-hook): ditto.
|
|
|
5780 (default-gutter-position-changed): ditto.
|
|
|
5781 (default-gutter-position): updating the buffers tab is now handled
|
|
|
5782 by a hook.
|
|
|
5783 (default-gutter-position-changed-hook): new variable.
|
|
|
5784 (gutter-element-visibility-changed-hook): ditto.
|
|
|
5785 (set-gutter-element-visible-p): call it.
|
|
|
5786 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
|
5787 as duplicable before using.
|
|
|
5788 (remove-gutter-element): ditto.
|
|
|
5789 (set-gutter-element-visible-p): ditto.
|
|
|
5790 (init-gutter): new function.
|
|
|
5791 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
|
5792 setting specifiers directly.
|
|
|
5793 (clear-progress): ditto.
|
|
|
5794 (abort-progress): ditto.
|
|
|
5795 (gutter-buffers-tab-visible-p): renamed from
|
|
|
5796 default-gutter-visible-p
|
|
|
5797
|
|
|
5798 * specifier.el (modify-specifier-instances): new function from Jan
|
|
|
5799 Vroonhof.
|
|
|
5800
|
|
|
5801 * x-init.el (init-post-x-win): call init-gutter.
|
|
|
5802
|
|
|
5803 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
|
5804
|
|
|
5805 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
|
5806 variables.
|
|
|
5807
|
|
|
5808 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
|
5809
|
|
|
5810 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
|
5811 elements to the specified gutter.
|
|
|
5812 (remove-gutter-element): new function. Remove gutter elements from
|
|
|
5813 the specified gutter.
|
|
|
5814 (set-gutter-element-visible-p): new function. Set gutter element
|
|
|
5815 visibility for the provided gutter-visible specifier.
|
|
|
5816
|
|
|
5817 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
|
5818
|
|
|
5819 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
|
5820 dynamically.
|
|
|
5821
|
|
|
5822 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
|
5823
|
|
|
5824 * gutter-items.el (add-tab-to-gutter):
|
|
|
5825 * package-get.el (package-get-interactive-package-query):
|
|
|
5826 * package-ui.el (pui-directory-exists):
|
|
|
5827 (pui-install-selected-packages):
|
|
|
5828 (pui-list-packages):
|
|
|
5829 Use #'(lambda ...) instead of '(lambda ...).
|
|
|
5830
|
|
|
5831 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
|
5832
|
|
|
5833 * startup.el (load-user-init-file): Check to make sure user
|
|
|
5834 has an init-file before calling load().
|
|
|
5835
|
|
|
5836 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
5837
|
|
|
5838 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
|
5839
|
|
|
5840 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
|
5841
|
|
|
5842 * XEmacs 21.2.31 is released.
|
|
|
5843
|
|
|
5844 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
|
5845
|
|
|
5846 * loadup.el (really-early-error-handler):
|
|
|
5847 * update-elc.el:
|
|
|
5848 * make-docfile.el:
|
|
|
5849 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
|
5850
|
|
|
5851 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
|
5852
|
|
|
5853 * XEmacs 21.2.30 is released.
|
|
|
5854
|
|
|
5855 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
|
5856
|
|
|
5857 * byte-optimize.el (byte-optimize-plus):
|
|
|
5858 (byte-optimize-minus):
|
|
|
5859 (byte-optimize-multiply):
|
|
|
5860 Optimize (- 0) to 0, not (-)
|
|
|
5861 Optimize (+ 5 3.0) to 8.0
|
|
|
5862 Optimize (* 5 3.0) to 15.0
|
|
|
5863 Improve readability.
|
|
|
5864
|
|
|
5865 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
5866
|
|
|
5867 * modeline.el: (modeline-scrolling-method): change modeline
|
|
|
5868 mswindows cursor appearance according to the value.
|
|
|
5869
|
|
|
5870 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
|
5871 and 'gui-element face colors and 'gui-element face font to Windows
|
|
|
5872 defaults.
|
|
|
5873
|
|
|
5874 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
|
5875
|
|
|
5876 * font-lock.el: Javadoc enhancements
|
|
|
5877
|
|
|
5878 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
5879
|
|
|
5880 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
|
5881 (ldap-verbose): New option
|
|
|
5882 (ldap-search-entries): Renamed from the previous ldap-search
|
|
|
5883 Conditionalize message display on ldap-verbose
|
|
|
5884 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
|
5885 defuns
|
|
|
5886 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
|
5887 ldap-search-basic or ldap-search-entries
|
|
|
5888
|
|
|
5889
|
|
|
5890 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
|
5891 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
|
5892 Jan Vroonhof <jan@xemacs.org>
|
|
|
5893
|
|
|
5894 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
|
5895 When for-effect is true, didn't call `byte-optimize-form'
|
|
|
5896 in and/or subforms without last.
|
|
|
5897
|
|
|
5898 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
5899
|
|
|
5900 * package-get.el (package-get-download-sites): Use correct custom
|
|
|
5901 type.
|
|
|
5902
|
|
|
5903 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
5904
|
|
|
5905 * files.el (write-file): Ask for coding system when compiled with
|
|
|
5906 file-coding.
|
|
|
5907
|
|
|
5908 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
|
5909
|
|
|
5910 * buffer.el (switch-to-buffer): give norecord argument to
|
|
|
5911 set-window-buffer instead of explicitly recording.
|
|
|
5912
|
|
|
5913 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
|
5914 we have to pick a window.
|
|
|
5915
|
|
|
5916 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
5917
|
|
|
5918 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
|
5919 unexist function to help-map.
|
|
|
5920 (describe-coding-system): Don't use already assigend `C'.
|
|
|
5921
|
|
763
|
5922 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
|
442
|
5923
|
|
|
5924 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
|
5925 work in custom.
|
|
|
5926
|
|
|
5927 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
|
5928
|
|
|
5929 * about.el: Ienaga's e-mail address change.
|
|
|
5930
|
|
|
5931 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
|
5932
|
|
|
5933 * etags.el (find-tag): force new window -- even if buf already
|
|
|
5934 visible -- when other-window is t
|
|
|
5935
|
|
|
5936 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
|
5937
|
|
|
5938 * XEmacs 21.2.29 is released.
|
|
|
5939
|
|
|
5940 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
|
5941
|
|
|
5942 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
|
5943 just defalias it.
|
|
|
5944 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
|
5945 byte-compiler level, using define-compiler-macro.
|
|
|
5946
|
|
|
5947 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
|
5948
|
|
|
5949 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
|
5950
|
|
|
5951 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
5952
|
|
|
5953 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
|
5954 a regular expression that matches against the tagname
|
|
|
5955 part of the tag entry first instead of only looking in
|
|
|
5956 the context area.
|
|
|
5957
|
|
763
|
5958 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
|
442
|
5959
|
|
|
5960 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
|
5961 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
|
5962
|
|
440
|
5963 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
5964
|
|
|
5965 * XEmacs 21.2.28 is released.
|
|
|
5966
|
|
|
5967 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
|
5968
|
|
|
5969 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
|
5970 Make arglist match docstring.
|
|
|
5971 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
|
5972 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
|
5973 * byte-optimize.el: remove references to `get*'.
|
|
|
5974
|
|
|
5975 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
|
5976
|
|
|
5977 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
|
5978
|
|
|
5979 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
|
5980
|
|
|
5981 * byte-optimize.el: Byte-optimize (length "foo")
|
|
|
5982
|
|
|
5983 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
|
5984
|
|
|
5985 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
|
5986 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
|
5987
|
|
|
5988 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
5989
|
|
|
5990 * wid-edit.el (widget-match-inline): An atom never matches a
|
|
442
|
5991 list.
|
|
440
|
5992
|
|
|
5993 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
5994
|
|
|
5995 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
|
5996 'win tag.
|
|
|
5997
|
|
|
5998 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
5999
|
|
|
6000 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
|
6001 intelligent about buffer naming when we have duplicates.
|
|
|
6002
|
|
|
6003 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
|
6004
|
|
|
6005 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
|
6006 updated when it becomes visible.
|
|
|
6007
|
|
|
6008 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6009
|
|
|
6010 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
|
6011 system under MULE and file-coding.
|
|
|
6012
|
|
|
6013 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
|
6014
|
|
442
|
6015 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
|
6016 (dontusethis-set-value-terminal-coding-system-handler):
|
|
|
6017 (dontusethis-set-value-keyboard-coding-system-handler):
|
|
440
|
6018 Never undefine coding system aliases. Emergency fix for gnus.
|
|
|
6019
|
|
|
6020 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6021
|
|
|
6022 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
|
6023 of hard-coded "/".
|
|
|
6024
|
|
|
6025 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6026
|
|
|
6027 * startup.el (user-init-file-base-list): New variable, replacing
|
|
|
6028 user-init-file-base.
|
|
|
6029 (find-user-init-file): New function.
|
|
|
6030 (command-line-early): Use it.
|
|
|
6031 (load-user-init-file): Ditto.
|
|
|
6032
|
|
|
6033 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6034
|
|
|
6035 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
|
6036 calling valid-image-instantiator-format-p
|
|
|
6037
|
|
|
6038 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6039
|
|
|
6040 * isearch-mode.el (isearch-mode): The variable is
|
|
|
6041 isearch-unhidden-extents, not isearch-opened-extents.
|
|
|
6042
|
|
|
6043 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6044
|
|
|
6045 * minibuf.el (next-history-element): Modify error message if a
|
|
|
6046 default value is available.
|
|
|
6047
|
|
|
6048 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
|
6049
|
|
|
6050 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
|
6051 .elc files in binary - might contain non-Latin1.
|
|
|
6052
|
|
|
6053 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6054
|
|
|
6055 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
|
6056 for windows-nt.
|
|
|
6057
|
|
442
|
6058 * version.el:
|
|
|
6059 * startup.el (user-init-file-base):
|
|
|
6060 * process.el (call-process-region):
|
|
|
6061 * files.el (make-backup-file-name):
|
|
|
6062 (backup-file-name-p):
|
|
|
6063 (file-relative-name):
|
|
|
6064 (abbreviate-file-name):
|
|
|
6065 (set-auto-mode):
|
|
440
|
6066 * code-process.el (call-process-region): Removed unnecessary
|
|
|
6067 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
|
6068 support out of the universe.
|
|
|
6069
|
|
|
6070 * process.el:
|
|
442
|
6071 * code-process.el:
|
|
440
|
6072 * bytecomp.el (byte-compile-file): Removed reference to
|
|
|
6073 buffer-file-type, and commented usage of binary-process-output
|
|
|
6074 NTEmacs variables.
|
|
|
6075
|
|
|
6076 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6077
|
|
|
6078 * help.el (function-arglist): Add case for macro.
|
|
|
6079
|
|
|
6080 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6081
|
|
|
6082 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
|
6083 printers.
|
|
|
6084 (custom-display): Added a menu for printer/display tags.
|
|
|
6085
|
|
|
6086 * frame.el (frame-type):
|
|
|
6087 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
|
6088 removed 'pc -- it is not going to be implemented ever.
|
|
|
6089 (call-device-method): Fixed docstring typo.
|
|
|
6090 Defined specifier tags 'printer and 'display.
|
|
|
6091
|
|
|
6092 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
6093
|
|
|
6094 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
|
6095 last-command-event-time) instead of (consp
|
|
|
6096 'last-command-event-time).
|
|
|
6097
|
|
|
6098 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6099
|
|
|
6100 * msw-glyphs.el: Removed obsolete commentary.
|
|
|
6101
|
|
|
6102 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6103
|
|
|
6104 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
|
6105 better default value.
|
|
|
6106
|
|
|
6107 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6108
|
|
|
6109 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
|
6110 (read-string): Ditto.
|
|
|
6111 (eval-minibuffer): Ditto.
|
|
|
6112 (read-command): Ditto.
|
|
|
6113 (read-function): Ditto.
|
|
|
6114 (read-variable): Ditto.
|
|
|
6115 (read-number): Ditto.
|
|
|
6116 (read-shell-command): Ditto.
|
|
|
6117 (read-number): Record history.
|
|
|
6118
|
|
|
6119 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6120
|
|
|
6121 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
|
6122
|
|
|
6123 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6124
|
|
|
6125 * faces.el (startup-initialize-custom-faces): New function.
|
|
|
6126 Reset all faces created during auto-autoloads loading time
|
|
|
6127 by defface.
|
|
|
6128 * startup.el (command-line): Call it.
|
|
|
6129
|
|
|
6130 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
|
6131
|
|
|
6132 * about.el (about-hackers): Add myself to contributors list.
|
|
|
6133
|
|
|
6134 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
|
6135
|
|
|
6136 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
|
6137 a call to load-user-init-file, as the function managed to lose its
|
|
|
6138 formal parameter a few betas ago.
|
|
|
6139
|
|
438
|
6140 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
6141
|
|
|
6142 * XEmacs 21.2.27 is released.
|
|
|
6143
|
|
|
6144 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
|
6145
|
|
|
6146 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
|
6147 Make shell-command-to-string the standard function, and
|
|
|
6148 exec-to-string the (deprecated) alias.
|
|
|
6149
|
|
|
6150 * startup.el: typo fix.
|
|
|
6151
|
|
|
6152 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
|
6153
|
|
|
6154 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
|
6155
|
|
|
6156 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6157
|
|
|
6158 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
|
6159 buffers after visible buffers.
|
|
|
6160 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
|
6161
|
|
|
6162 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6163
|
|
|
6164 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
|
6165 followed by whitespace or right parenthesis.
|
|
|
6166
|
|
|
6167 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6168
|
|
|
6169 * info.el (Info-directory-list): Warn against using Customize with
|
|
|
6170 Info-directory-list.
|
|
|
6171
|
|
|
6172 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
|
6173
|
|
|
6174 * minibuf.el (read-file-name): doc fix.
|
|
|
6175
|
|
|
6176 * autoload.el (update-file-autoloads): doc fix.
|
|
|
6177
|
|
|
6178 * about.el (about-hackers): Change my E-mail address.
|
|
|
6179
|
|
|
6180 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
6181
|
|
|
6182 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
|
6183 read a filename in the standard way.
|
|
|
6184
|
|
|
6185 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
|
6186
|
|
|
6187 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
|
6188 (gutter-buffers-tab-extent): new variable.
|
|
|
6189 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
|
6190 orientation has changed.
|
|
|
6191 (add-tab-to-gutter): cope with different orientations.
|
|
|
6192
|
|
|
6193 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
|
6194
|
|
|
6195 * info.el (Info-following-node-name): backward-skip dots as well
|
|
|
6196 as spaces (dots at the end of a node name aren't part of it).
|
|
|
6197 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
|
6198 some in the node name.
|
|
|
6199 (Info-index): allow dots to be part of a node name.
|
|
|
6200
|
|
|
6201 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
|
6202
|
|
|
6203 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
|
6204 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
|
6205
|
|
|
6206 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6207
|
|
|
6208 * info.el (Info-search): Show default value.
|
|
|
6209
|
|
|
6210 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6211
|
|
|
6212 * info.el (Info-read-node-completion-table): New variable.
|
|
|
6213 (Info-read-node-name-1): New function.
|
|
|
6214 (Info-read-node-name): Use it.
|
|
|
6215 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
|
6216 (Info-menu): Ditto.
|
|
|
6217
|
|
|
6218 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6219
|
|
|
6220 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
|
6221 window configuration.
|
|
|
6222 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
|
6223 (hyper-apropos-read-variable-symbol): Ditto.
|
|
|
6224 (hyper-apropos-read-function-symbol): Ditto.
|
|
|
6225
|
|
|
6226 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6227
|
|
|
6228 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
|
6229 comint-exec-hook to use coding-system-for-read and
|
|
|
6230 coding-system-for-write so that C-x RET c works.
|
|
|
6231
|
|
|
6232 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6233
|
|
|
6234 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
|
6235 (previous-matching-history-element): Increment
|
|
|
6236 minibuffer-max-depth by 1.
|
|
|
6237 (next-matching-history-element): Ditto.
|
|
|
6238
|
|
|
6239 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
|
6240
|
|
|
6241 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
|
6242 tab.
|
|
|
6243 (buffers-tab-face): use it.
|
|
|
6244
|
|
|
6245 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
|
6246
|
|
|
6247 * modeline.el (modeline-scrolling-method): change modeline X
|
|
|
6248 cursor appearance according to the value.
|
|
|
6249
|
|
|
6250 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
|
6251
|
|
|
6252 * about.el (about-hackers): Moved my entry to contributor list.
|
|
|
6253 (xemacs-hackers): Added myself.
|
|
|
6254 (about-maintainer-info): Added description of myself.
|
|
|
6255
|
|
|
6256
|
|
|
6257 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
|
6258
|
|
|
6259 * modeline.el (modeline-scrolling-method): new variable.
|
|
|
6260 (mouse-drag-modeline): add reference to it in the docstring.
|
|
|
6261 (mouse-drag-modeline): handle it.
|
|
|
6262
|
|
|
6263 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
|
6264
|
|
|
6265 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
|
6266 calls.
|
|
|
6267 (remove-buffer-from-gutter-tab): ditto.
|
|
|
6268
|
|
|
6269 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
6270
|
|
|
6271 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
|
6272 (custom-face-edit): Fix grammatical error in help message.
|
|
|
6273
|
|
|
6274 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6275
|
|
|
6276 * movemail.el: Added.
|
|
|
6277
|
|
|
6278 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
|
6279
|
|
|
6280 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
|
6281
|
|
|
6282 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
|
6283 the modeline horizontal scrolling facility.
|
|
|
6284
|
|
436
|
6285 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
|
6286
|
|
|
6287 * XEmacs 21.2.26 is released.
|
|
|
6288
|
|
|
6289 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
|
6290
|
|
|
6291 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
|
6292 does not agree with native widgets which can only be displayed
|
|
|
6293 once per window. The reasons for caching are diminished now that
|
|
|
6294 we don't hog resources when creating buttons.
|
|
|
6295 (widget-push-button-cache) deleted.
|
|
|
6296
|
|
434
|
6297 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
6298
|
|
|
6299 * XEmacs 21.2.25 is released.
|
|
|
6300
|
|
|
6301 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6302
|
|
|
6303 * hyper-apropos.el (hyper-apropos): Toggle
|
|
|
6304 hyper-apropos-programming-apropos correctly.
|
|
|
6305 Set REGEXP when user accepts default value.
|
|
|
6306
|
|
|
6307 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6308
|
|
|
6309 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
|
6310 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
|
6311
|
|
|
6312 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6313
|
|
|
6314 * mule/mule-category.el (undefined-category-designator):
|
|
|
6315 Return char instead of character. Search for undefined one.
|
|
|
6316 (describe-category): Use with-displaying-help-buffer.
|
|
|
6317
|
|
|
6318 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
|
6319
|
|
438
|
6320 * byte-optimize.el (byte-optimize-plus):
|
|
434
|
6321 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
|
6322
|
|
|
6323 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
|
6324
|
|
|
6325 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
|
6326
|
|
|
6327 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
|
6328 Remove performance penalty for using (char-before) instead of (char-after).
|
|
|
6329
|
|
|
6330 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6331
|
|
|
6332 * mule/mule-category.el (char-category-list): Return character
|
|
|
6333 instead of integer.
|
|
|
6334
|
|
|
6335 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6336
|
|
|
6337 * minibuf.el (read-buffer): Check default is buffer object.
|
|
|
6338
|
|
|
6339 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
|
6340
|
|
|
6341 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
|
6342 for buttons.
|
|
|
6343
|
|
|
6344 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
|
6345
|
|
|
6346 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
|
6347 Patch by Jeff Miller <jmiller@smart.net>.
|
|
|
6348
|
|
|
6349 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
|
6350
|
|
438
|
6351 * gnuserv.el (gnuserv-process-filter): don't call
|
|
434
|
6352 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
|
6353
|
|
432
|
6354 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
|
6355
|
|
|
6356 * XEmacs 21.2.24 is released.
|
|
|
6357
|
|
|
6358 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
6359
|
|
|
6360 * about.el (about-hackers): Update my email address.
|
|
|
6361
|
|
430
|
6362 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
|
6363
|
|
|
6364 * XEmacs 21.2.23 is released.
|
|
|
6365
|
|
|
6366 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
|
6367
|
|
|
6368 * package-get.el (package-get-download-sites): Removed several
|
|
|
6369 defunct download sites, added many new ones, and corrected a few
|
|
|
6370 incorrect directory-on-site entries. Added physical locations to
|
|
|
6371 site-description.
|
|
|
6372
|
|
|
6373 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
6374
|
|
|
6375 * finder.el (finder-commentary): add DOC string and fix
|
|
|
6376 interactive spec
|
|
|
6377
|
|
|
6378 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6379
|
|
|
6380 * help.el (describe-function): Don't forget to intern the string
|
|
|
6381 completing-read returns.
|
|
|
6382 (describe-variable): Ditto.
|
|
|
6383
|
|
434
|
6384 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
|
430
|
6385
|
|
|
6386 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
|
6387 `hyper-apropos-help-mode' here to find symbol to customize
|
|
|
6388 irregardless of cursor position and simplify
|
|
|
6389 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
|
6390 `hyper-apropos-popup-menu'.
|
|
|
6391
|
|
|
6392 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6393
|
|
|
6394 * apropos.el (apropos-mode-map): Add return to call
|
|
|
6395 apropos-follow.
|
|
|
6396 (apropos-print): Call apropos-mode to have better
|
|
|
6397 command reference. Put keymap text-poperty to
|
|
|
6398 symbole name.
|
|
|
6399
|
|
|
6400 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
|
6401
|
|
|
6402 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
|
6403 the extents at point.
|
|
|
6404
|
|
|
6405 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
|
6406
|
|
|
6407 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
|
6408 save-match-data
|
|
|
6409
|
|
|
6410 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6411
|
|
|
6412 * help.el (describe-function): Use the DEFAULT argument to
|
|
|
6413 completing-read.
|
|
|
6414 (describe-variable): Ditto.
|
|
|
6415
|
|
|
6416 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6417
|
|
|
6418 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
|
6419 DEFAULT to have better mini-buffer history support.
|
|
|
6420 (completing-read): Pass default to read-from-minibuffer.
|
|
|
6421 (read-buffer): Pass default to completing-read.
|
|
|
6422
|
|
|
6423 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6424
|
|
|
6425 * font-lock.el (font-lock-doc-string-face): Document the
|
|
|
6426 `font-lock-lisp-like' property.
|
|
|
6427
|
|
|
6428 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6429
|
|
|
6430 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
|
6431
|
|
|
6432 * font-lock.el (font-lock-lisp-like): New function.
|
|
|
6433 (font-lock-fontify-syntactically-region): Use it.
|
|
|
6434
|
|
428
|
6435 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6436
|
|
|
6437 * XEmacs 21.2.22 is released
|
|
|
6438
|
|
|
6439 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
|
6440
|
|
|
6441 * XEmacs 21.2.21 is released.
|
|
|
6442
|
|
|
6443 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6444
|
|
|
6445 * minibuf.el (read-coding-system): Accept symbol and
|
|
|
6446 coding-system object as a default-coding-system.
|
|
|
6447
|
|
|
6448 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6449
|
|
|
6450 * minibuf.el (read-coding-system): Accept symbol as
|
|
|
6451 a default-coding-system.
|
|
|
6452
|
|
|
6453 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6454
|
|
|
6455 * apropos.el (apropos-documentation): Use insert instead
|
|
|
6456 of princ.
|
|
|
6457
|
|
|
6458 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
|
6459
|
|
|
6460 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
|
6461 for the linux console.
|
|
|
6462
|
|
|
6463 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
|
6464 stuff to work when you are not on a window system, since the GPM
|
|
|
6465 mouse support now allows pasting from outside of XEmacs.
|
|
|
6466
|
|
|
6467 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
6468
|
|
|
6469 * XEmacs 21.2.20 is released
|
|
|
6470
|
|
|
6471 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
6472
|
|
|
6473 * setup-paths.el (paths-default-info-directories): Add
|
|
|
6474 /usr/share/info and /usr/local/share/info.
|
|
|
6475
|
|
|
6476 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6477
|
|
|
6478 * about.el: Updated Vladimir Ivanovic's info.
|
|
|
6479
|
|
|
6480 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6481
|
|
|
6482 * auto-show.el (auto-show-truncationp): Remove.
|
|
|
6483
|
|
|
6484 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
|
6485
|
|
|
6486 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
6487
|
|
|
6488 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
|
6489 with tab if column is multiple of tab-width
|
|
|
6490 From dhn@qedinc.com
|
|
|
6491
|
|
|
6492 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
6493
|
|
|
6494 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
|
6495 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
|
6496
|
|
|
6497 * package-get.el (package-get-package-provider): Be verbose when
|
|
|
6498 interactive. Patch from Robert Pluim
|
|
|
6499
|
|
|
6500 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
|
6501
|
|
|
6502 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
|
6503 info file suffixes.
|
|
|
6504
|
|
|
6505 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
|
6506
|
|
|
6507 * process.el (open-network-stream): Add a new optional parameter
|
|
|
6508 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
|
6509 in docstring for udp programming.
|
|
|
6510
|
|
|
6511 * code-process.el (open-network-stream): Add a new optional
|
|
|
6512 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
|
6513 explanation in docstring for udp programming.
|
|
|
6514
|
|
|
6515 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
|
6516
|
|
|
6517 * gui.el (make-gui-button): be more precise about how we call
|
|
|
6518 callbacks.
|
|
|
6519
|
|
|
6520 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
|
6521 of native gui-button.
|
|
|
6522
|
|
|
6523 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
6524
|
|
|
6525 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
|
6526
|
|
|
6527 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
|
6528
|
|
|
6529 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
|
6530 abort status.
|
|
|
6531 (append-progress): dispatch-event rather than sit-for.
|
|
|
6532 (abort-progress): new function. Show the abort glyph with an
|
|
|
6533 appropriate message.
|
|
|
6534 (raw-append-progress): dispatch-event rather than sit-for.
|
|
|
6535 (display-progress): cope with aborts.
|
|
|
6536
|
|
|
6537 * gui.el (make-gui-button): Use native widgets for buttons
|
|
|
6538 unconditionally.
|
|
|
6539 (insert-gui-button): ditto.
|
|
|
6540 (gui-button-p): ditto.
|
|
|
6541
|
|
|
6542 * xbm-button.el: remove from core.
|
|
|
6543
|
|
|
6544 * xpm-button.el: remove from core.
|
|
|
6545
|
|
|
6546 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
|
6547
|
|
|
6548 * faces.el (init-device-faces): Don't initialize the random faces
|
|
|
6549 on the stream device.
|
|
|
6550
|
|
|
6551 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
|
6552
|
|
438
|
6553 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
|
428
|
6554
|
|
434
|
6555 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
6556
|
|
|
6557 * package-get.el (package-get-download-menu): Make menu really
|
|
|
6558 toggle download sites.
|
|
|
6559 (package-get-download-sites): Add autoload cookie.
|
|
|
6560
|
|
|
6561 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6562
|
|
|
6563 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
|
6564
|
|
|
6565 1999-09-29 Werner Fink <werner@suse.de>
|
|
|
6566
|
|
|
6567 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
|
6568 parameter for environment.
|
|
|
6569
|
|
|
6570 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
|
6571
|
|
438
|
6572 * modeline.el (modeline-format):
|
|
|
6573 Only purecopy the strings. Else
|
|
428
|
6574 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
|
6575 barfs.
|
|
|
6576
|
|
|
6577 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
|
6578
|
|
|
6579 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
|
6580 user setting comint-completion-addsuffix and
|
|
|
6581 comint-process-echoes.
|
|
|
6582
|
|
|
6583 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
|
6584
|
|
|
6585 * gutter-items.el (update-tab-in-gutter): use
|
|
|
6586 last-nonminibuf-window instead of selected-window.
|
|
|
6587
|
|
|
6588 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
|
6589
|
|
|
6590 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
|
6591 display on.
|
|
|
6592
|
|
|
6593 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
|
6594 some documentation.
|
|
|
6595
|
|
|
6596 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
|
6597
|
|
|
6598 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
|
6599 gutter is visible.
|
|
|
6600 (remove-buffer-from-gutter-tab): ditto.
|
|
|
6601
|
|
|
6602 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6603
|
|
|
6604 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
|
6605 processing.
|
|
|
6606
|
|
|
6607 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6608
|
|
|
6609 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
|
6610 highlighting extents a high priority.
|
|
|
6611 (isearch-make-extent): Give the main highlighting extent an even
|
|
|
6612 higher priority.
|
|
|
6613
|
|
|
6614 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6615
|
|
|
6616 * packages.el (packages-compute-package-locations): Fix typo from
|
|
|
6617 -u rationalization.
|
|
|
6618
|
|
|
6619 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6620
|
|
|
6621 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
|
6622 `configure-doc-directory.'
|
|
|
6623
|
|
|
6624 * find-paths.el (paths-find-architecture-directory): Give
|
|
|
6625 precendence `default' argument (which typically comes from
|
|
|
6626 configure).
|
|
|
6627
|
|
|
6628 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6629
|
|
|
6630 * startup.el (command-line-early): Added options -user-init-file
|
|
|
6631 and -user-init-directory.
|
|
|
6632
|
|
|
6633 * files.el (user-init-file): Default to NIL so we can recognize
|
|
|
6634 when it's set.
|
|
|
6635
|
|
|
6636 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
6637
|
|
438
|
6638 * obsolete.el (init-file-user):
|
|
|
6639 * startup.el:
|
|
|
6640 * packages.el (packages-compute-package-locations):
|
|
|
6641 * package-get.el (package-get-user-index-filename):
|
|
|
6642 * menubar-items.el (maybe-add-init-button):
|
|
|
6643 * info.el (Info-annotations-path):
|
|
|
6644 * dump-paths.el:
|
|
428
|
6645 Change `user-init-directory' to be an absolute path.
|
|
|
6646 Use `user-init-directory' where appropriate.
|
|
|
6647 Zap `init-file-user' and its uses.
|
|
|
6648
|
|
|
6649 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6650
|
|
|
6651 * subr.el (copy-symbol): New function.
|
|
|
6652
|
|
|
6653 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6654
|
|
|
6655 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
|
6656 extents in the proper buffer.
|
|
|
6657 (isearch-pre-command-hook): Set this-command to the correct value
|
|
|
6658 in case the buffer has changed and old overriding-local-map was
|
|
|
6659 used.
|
|
|
6660 (isearch-restore-extent): Use remprop instead of setting the
|
|
|
6661 property to nil.
|
|
|
6662
|
|
|
6663 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6664
|
|
|
6665 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
|
6666 before the delay.
|
|
|
6667 (execute-extended-command): Make the message gettext-friendly.
|
|
|
6668
|
|
|
6669 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
|
6670
|
|
|
6671 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
|
6672 progress-glyph.
|
|
|
6673 (progress-text-glyph): new variable.
|
|
|
6674 (progress-layout-glyph): use layouts and text glyphs.
|
|
|
6675 (progress-area-buffer): removed.
|
|
|
6676 (progress-text-and-extent): new variable.
|
|
|
6677 (progress-displayed-p): dynamically create gutter area buffer.
|
|
|
6678 (clear-progress): ditto.
|
|
|
6679 (raw-append-progress): ditto.
|
|
|
6680 (append-progress): use new glyph names.
|
|
|
6681 (raw-append-progress): only create the extent when needed. set
|
|
|
6682 properties more optimally.
|
|
|
6683 (progress): remove args.
|
|
|
6684
|
|
|
6685 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6686
|
|
|
6687 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
|
6688 mapcar where the return value is unused.
|
|
|
6689 (isearch-restore-invisible-extents): Ditto.
|
|
|
6690 (isearch-highlight-all-cleanup): Ditto.
|
|
|
6691 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
|
6692 (isearch-highlight-all-update): Don't start over if the search
|
|
|
6693 string has changed and more input is pending.
|
|
|
6694
|
|
|
6695 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6696
|
|
|
6697 * packages.el (packages-find-package-data-path): Ditto.
|
|
|
6698
|
|
|
6699 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
|
6700
|
|
|
6701 * subr.el (mapc-internal): Don't make obsolete.
|
|
|
6702
|
|
|
6703 * cl-extra.el (mapc): Resurrect.
|
|
|
6704
|
|
|
6705 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6706
|
|
438
|
6707 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
|
428
|
6708 alias.
|
|
|
6709
|
|
|
6710 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
|
6711 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
|
6712 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
|
6713 x-get-clipboard.
|
|
|
6714 (isearch-yank-selection): Fix docstring.
|
|
|
6715
|
|
|
6716 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
|
6717
|
|
|
6718 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
|
6719
|
|
|
6720 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6721
|
|
|
6722 * cl-macs.el (extent-start-position): Fix setf method.
|
|
|
6723 (extent-end-position): Ditto.
|
|
|
6724
|
|
|
6725 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6726
|
|
|
6727 * isearch-mode.el: End merge with FSF 20.4.
|
|
|
6728
|
|
|
6729 * isearch-mode.el (search-invisible): New variable.
|
|
|
6730 (isearch-hide-immediately): Ditto.
|
|
|
6731 (isearch-unhidden-extents): Ditto.
|
|
|
6732 (isearch-range-invisible): New function.
|
|
|
6733 (isearch-unhide-extent): Ditto.
|
|
|
6734 (isearch-restore-invisible-extents): Ditto.
|
|
|
6735 (isearch-restore-extent): Ditto.
|
|
|
6736
|
|
|
6737 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
|
6738 implementation.
|
|
|
6739 (isearch-ring-retreat-edit): Ditto.
|
|
|
6740 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
|
6741 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
|
6742 NO-RECURSIVE-EDIT.
|
|
|
6743 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
|
6744 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
|
6745 NO-RECURSIVE-EDIT.
|
|
|
6746 (isearch-mode): Return isearch-success.
|
|
|
6747 (isearch-update): Use unread-command-events instead of
|
|
|
6748 unread-command-event.
|
|
|
6749 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
|
6750 states.
|
|
|
6751 (isearch-*-char): Use FSF implementation.
|
|
|
6752 (isearch-whitespace-chars): Use the more robust FSF's
|
|
|
6753 implementation.
|
|
|
6754 (isearch-within-brackets): New variable.
|
|
|
6755 (isearch-mode): Initialize it.
|
|
|
6756 (isearch-edit-string): Bind it.
|
|
|
6757 (isearch-search-and-update): Set it.
|
|
|
6758 (isearch-push-state): Push it.
|
|
|
6759 (isearch-top-state): Pop it.
|
|
|
6760 (isearch-search): Set it.
|
|
|
6761 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
|
6762 handle M-SPC gracefully.
|
|
|
6763 (isearch-message-prefix): New argument ELLIPSIS.
|
|
|
6764 (isearch-message-suffix): Ditto.
|
|
|
6765 (isearch-message): Use the ELLIPSIS argument when calling
|
|
|
6766 isearch-message-prefix and isearch-message-suffix.
|
|
|
6767 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
|
6768 "overwrapped" search, FWIW.
|
|
|
6769
|
|
|
6770 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6771
|
|
|
6772 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
|
6773 search ring instead of search-last-string and search-last-regexp.
|
|
|
6774 (search-highlight): Renamed from isearch-highlight.
|
|
|
6775 (isearch-exit): Use the new name.
|
|
|
6776 (isearch-highlight): Ditto.
|
|
|
6777 (isearch-dehighlight): Ditto.
|
|
|
6778 (isearch-update-ring): New function.
|
|
|
6779 (isearch-done): Call it.
|
|
|
6780 (isearch-done): New argument EDIT.
|
|
438
|
6781 (isearch-repeat): If search string is empty, look up at the car of
|
|
428
|
6782 the search ring; ignore the yank pointer.
|
|
|
6783 (isearch-abort): Call isearch-done with NOPUSH.
|
|
|
6784 (isearch-cancel): New function.
|
|
|
6785 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
|
6786
|
|
|
6787 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
|
6788
|
|
|
6789 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
|
6790
|
|
|
6791 * x-select.el (x-get-clipboard): obsolete.
|
|
|
6792 (x-yank-clipboard-selection): obsolete
|
|
|
6793
|
|
|
6794 * select.el (disown-selection): need to be careful to disown the
|
|
|
6795 clipboard if we set it via selection.
|
|
|
6796 (get-clipboard): move from x-select.el
|
|
|
6797 (yank-clipboard-selection): ditto.
|
|
|
6798
|
|
|
6799 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6800
|
|
|
6801 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
|
6802 isearch-highlight-all-matches to nil.
|
|
|
6803 (isearch-fixed-case): New variable.
|
|
|
6804 (isearch-mode): Initialize it.
|
|
|
6805 (isearch-edit-string): Save it.
|
|
|
6806 (isearch-toggle-case-fold): Set it.
|
|
|
6807 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
|
6808 need to check isearch-fixed-case.
|
|
|
6809 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
|
6810 before the pause.
|
|
438
|
6811 (isearch-edit-string):
|
|
428
|
6812
|
|
|
6813 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6814
|
|
|
6815 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
|
6816 before reading the event so that the prompt is displayed properly.
|
|
|
6817 (isearch-message): Use isearch-nonincremental when calling
|
|
|
6818 isearch-message-prefix.
|
|
|
6819 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
|
6820 M-p and M-n respectively.
|
|
|
6821 (isearch-done): New arg NOPUSH.
|
|
|
6822 (isearch-edit-string): Use it.
|
|
|
6823 (isearch-edit-string): Don't bind isearch-string.
|
|
|
6824 (isearch-ring-adjust): Edit string, *then* push state.
|
|
|
6825
|
|
|
6826 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6827
|
|
|
6828 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
|
6829 different than default.
|
|
|
6830
|
|
|
6831 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6832
|
|
|
6833 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
6834 save-excursion.
|
|
|
6835 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
6836 (isearch-update): Call isearch-dehighlight without arguments.
|
|
|
6837 (isearch-done): Ditto.
|
|
|
6838
|
|
|
6839 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
|
6840 upper-case letters, allow the folding to be reenabled.
|
|
|
6841 Previously, once disabled, the folding would remain that way until
|
|
|
6842 the end of isearch.
|
|
|
6843 (isearch-top-state): Call isearch-fix-case.
|
|
|
6844
|
|
|
6845 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
|
6846 save-excursion.
|
|
|
6847 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
|
6848
|
|
|
6849 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
|
6850
|
|
|
6851 * xpm-button.el:
|
|
|
6852 xbm-button.el: Need to exist in core because gui.el depends on
|
|
|
6853 them.
|
|
|
6854
|
|
|
6855 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
|
6856
|
|
|
6857 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
|
6858 (buffers-tab-default-buffer-line-length): new specifier for
|
|
|
6859 maximum viewable characters.
|
|
|
6860 (progress-stack): new variable for implementing widget-based
|
|
|
6861 progress messages.
|
|
|
6862 (progress-area-buffer): ditto.
|
|
|
6863 (progress-glyph-height): ditto.
|
|
|
6864 (progress-stop-callback): ditto.
|
|
|
6865 (progress-quit-function): new function.
|
|
|
6866 (progress-glyph): new variable.
|
|
|
6867 (progress-layout-glyph): ditto.
|
|
|
6868 (progress-displayed-p): new function, see message-displayed-p for
|
|
|
6869 details.
|
|
|
6870 (clear-progress): ditto.
|
|
|
6871 (remove-progress): ditto.
|
|
|
6872 (append-progress): ditto.
|
|
|
6873 (raw-append-progress): ditto.
|
|
|
6874 (display-progress): ditto.
|
|
|
6875 (current-progress): ditto.
|
|
|
6876 (current-progress-label): ditto.
|
|
|
6877 (progress): ditto.
|
|
|
6878 (lprogress): ditto.
|
|
|
6879
|
|
|
6880
|
|
|
6881 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6882
|
|
|
6883 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
|
6884
|
|
|
6885 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
|
6886 `isearch-yank-selection'.
|
|
|
6887 (isearch-mode-map): Use it.
|
|
|
6888 (isearch-yank-selection): Use `get-selection' instead of
|
|
|
6889 `get-x-selection'.
|
|
|
6890
|
|
|
6891 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6892
|
|
|
6893 * faces.el (isearch-secondary): Create face here.
|
|
|
6894
|
|
438
|
6895 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
|
428
|
6896 timers.
|
|
|
6897
|
|
|
6898 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6899
|
|
|
6900 * subr.el (buffer-string): More robust backward compatibility
|
|
|
6901 check, courtesy William Perry.
|
|
|
6902
|
|
|
6903 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
6904
|
|
|
6905 * replace.el (perform-replace): Stop the search after the search
|
|
|
6906 limit has been reached.
|
|
|
6907
|
|
|
6908 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
|
6909
|
|
|
6910 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
|
6911 here if we don't have one.
|
|
|
6912
|
|
|
6913 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
6914
|
|
|
6915 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
|
6916 efficient UTF8 support
|
|
|
6917 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
|
6918 being defined
|
|
|
6919 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
|
6920 being defined
|
|
|
6921
|
|
442
|
6922 1999-08-23 Didier Verna <didier@xemacs.org>
|
|
428
|
6923
|
|
|
6924 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
|
6925 Some doc strings improvements, and add a star to the `interactive'
|
|
|
6926 calls.
|
|
|
6927
|
|
|
6928 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
|
6929
|
|
|
6930 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
|
6931 keywords and regexpes for javadoc syntax 1.2.
|
|
|
6932
|
|
|
6933 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
|
6934
|
|
|
6935 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
|
6936 format-buffers-tab-line.
|
|
|
6937 (buffers-tab-max-buffer-line-length): new variable.
|
|
|
6938 (format-buffers-tab-line): new function. truncate names if over
|
|
|
6939 buffers-tab-max-buffer-line-length.
|
|
|
6940
|
|
|
6941 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
|
6942
|
|
|
6943 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
|
6944
|
|
|
6945 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
|
6946
|
|
|
6947 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
|
6948 brute-force approach to deleting the last buffer.
|
|
|
6949 (buffers-tab-grouping-regexp): new customizable variable.
|
|
|
6950 (select-buffers-tab-buffers-by-mode): use it.
|
|
|
6951
|
|
|
6952 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
|
6953
|
|
|
6954 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
|
6955 deletion problem.
|
|
|
6956
|
|
442
|
6957 1999-07-30 Didier Verna <didier@xemacs.org>
|
|
428
|
6958
|
|
|
6959 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
|
6960 of princ to output symbols.
|
|
|
6961 (custom-save-face-internal): ditto.
|
|
|
6962 (custom-save-resets): ditto.
|
|
|
6963
|
|
442
|
6964 1999-08-09 Didier Verna <didier@xemacs.org>
|
|
428
|
6965
|
|
|
6966 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
|
6967 `regexp-quote' to protect the major mode name for use as a regular
|
|
|
6968 expression (c++ needs this for instance).
|
|
|
6969
|
|
|
6970 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
|
6971
|
|
|
6972 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
|
6973 cope with similar mode names.
|
|
|
6974
|
|
|
6975 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
|
6976 function.
|
|
|
6977 (select-buffers-tab-buffers-by-mode): new function.
|
|
|
6978 (buffers-tab-items): use it if set to only display buffers in the
|
|
|
6979 tab in the current buffer's group..
|
|
|
6980 (update-tab-in-gutter): use new api.
|
|
|
6981 (remove-buffer-from-gutter-tab): ditto.
|
|
|
6982
|
|
|
6983 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
|
6984 default to 6.
|
|
|
6985 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
|
6986 (add-tab-to-gutter): set face as default.
|
|
|
6987
|
|
|
6988 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
|
6989
|
|
|
6990 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
|
6991 with the target, not replace it.
|
|
|
6992
|
|
|
6993 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
|
6994
|
|
|
6995 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
|
6996 buffer-items.
|
|
|
6997 (update-tab-in-gutter): use it.
|
|
|
6998
|
|
|
6999 * gutter-items.el (record-buffer-hook): set.
|
|
|
7000
|
|
|
7001 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
|
7002 change.
|
|
|
7003 (switch-to-buffer-hook) deleted.
|
|
|
7004
|
|
|
7005 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
|
7006
|
|
|
7007 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
|
7008 as an argument to create-frame-hook.
|
|
|
7009
|
|
|
7010 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7011
|
|
|
7012 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
|
7013 instead of timer emulation.
|
|
|
7014
|
|
|
7015 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
|
7016
|
|
|
7017 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
|
7018 Emacs isearch enhancements.
|
|
|
7019
|
|
|
7020 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
|
7021
|
|
|
7022 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
|
7023 all devices that support tab controls.
|
|
|
7024 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
|
7025 value for kill-buffer-hook.
|
|
|
7026
|
|
|
7027 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
|
7028
|
|
|
7029 * auto-show.el (auto-show-truncationp): changed to match
|
|
|
7030 `window_translation_on'
|
|
|
7031
|
|
|
7032 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
7033
|
|
|
7034 * XEmacs 21.2.19 is released
|
|
|
7035
|
|
|
7036 1999-07-28 SL Baur <steve@miho>
|
|
|
7037
|
|
|
7038 * code-files.el (insert-file-contents): Fix docstring.
|
|
|
7039 revert previous change.
|
|
|
7040
|
|
|
7041 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
|
7042
|
|
|
7043 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
|
7044 contain word-across-newline plus one character so that filling
|
|
|
7045 Japanese and Chinese works as desired.
|
|
|
7046 * simple.el (do-auto-fill): Ditto.
|
|
|
7047
|
|
|
7048 1999-07-26 SL Baur <steve@miho>
|
|
|
7049
|
|
|
7050 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
|
7051 method.
|
|
|
7052 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7053
|
|
|
7054 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7055
|
|
|
7056 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
|
7057 able to use cl-macs macro in early lisp.
|
|
|
7058
|
|
|
7059 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
|
7060
|
|
|
7061 * custom.el:
|
|
|
7062 * cus-face.el:
|
|
|
7063 * cus-edit.el:
|
|
|
7064 Massive custom Theme API changes.
|
|
|
7065
|
|
|
7066 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7067
|
|
|
7068 * code-files.el (insert-file-contents): Regard
|
|
|
7069 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
|
7070
|
|
|
7071 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7072
|
|
|
7073 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
|
7074 bootstrapping problem with C locale.
|
|
|
7075
|
|
|
7076 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
|
7077
|
|
|
7078 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
|
7079 gutter-items in a less than functional XEmacs.
|
|
|
7080 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
|
7081
|
|
|
7082 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
|
7083
|
|
|
7084 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
|
7085 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
|
7086 t.
|
|
|
7087
|
|
|
7088 1999-07-22 SL Baur <steve@miho>
|
|
|
7089
|
|
|
7090 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
|
7091
|
|
|
7092 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
7093
|
|
|
7094 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
|
7095 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
|
7096 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
|
7097 modular enough to use as an efficient scripting tool.)
|
|
|
7098
|
|
|
7099 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7100
|
|
|
7101 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
|
7102 coding-category `utf-8' and `ucs-4' if they are available.
|
|
|
7103
|
|
|
7104 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7105
|
|
|
7106 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
|
7107 (prefer-coding-system): Fix DOC-string.
|
|
|
7108
|
|
|
7109 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
|
7110 DOC-string too.
|
|
|
7111
|
|
|
7112 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
|
7113 Mule.
|
|
|
7114 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
|
7115
|
|
|
7116 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7117
|
|
|
7118 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
|
7119 instead of `list-coding-system'.
|
|
|
7120
|
|
|
7121 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7122
|
|
|
7123 * menubar-items.el (default-menubar): `select-input-method' was
|
|
|
7124 renamed to `set-input-method'.
|
|
|
7125
|
|
|
7126 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
7127 "Set Language Environment" menu.
|
|
|
7128
|
|
|
7129 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
|
7130 "Describe Language Support" menu.
|
|
|
7131
|
|
|
7132 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7133
|
|
|
7134 * mule/chinese.el ("Chinese-GB"): Rename
|
|
|
7135 `chinese-gb-environment-setup-function' to
|
|
|
7136 `setup-chinese-gb-environment-internal'.
|
|
|
7137
|
|
|
7138 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7139
|
|
|
7140 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
|
7141 `copy-coding-system'.
|
|
|
7142
|
|
|
7143 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7144
|
|
|
7145 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
7146 Treat duplicated coding-categories.
|
|
|
7147
|
|
|
7148 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7149
|
|
|
7150 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
|
7151 `copy-coding-system'.
|
|
|
7152
|
|
|
7153 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7154
|
|
|
7155 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
|
7156 coding-system `viscii'.
|
|
|
7157
|
|
|
7158 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7159
|
|
|
7160 * mule/cyrillic.el:
|
|
|
7161 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
|
7162 (cyrillic-alternativnyj-decode-table): New variable.
|
|
|
7163 (cyrillic-alternativnyj-encode-table): New variable.
|
|
|
7164 - Specify `iso-8-1' as a category of coding-system
|
|
|
7165 `alternativnyj'.
|
|
|
7166 - Abolish general Cyrillic environment.
|
|
|
7167
|
|
|
7168 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7169
|
|
|
7170 * mule/chinese.el:
|
|
|
7171 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
|
7172 - Register `chinese-gb-environment-setup-function' as a
|
|
|
7173 `setup-function' of "Chinese-GB" environment.
|
|
|
7174
|
|
|
7175 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7176
|
|
|
7177 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
|
7178 optional argument `parents'.
|
|
|
7179
|
|
|
7180 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
|
7181 property for Thai-XTIS.
|
|
|
7182
|
|
|
7183 * mule/mule-help.el (help-with-tutorial): Use property
|
|
|
7184 `tutorial-coding-system' of language-info as a coding-system to
|
|
|
7185 read tutorial file.
|
|
|
7186
|
|
|
7187 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7188
|
|
|
7189 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
|
7190 `exit-function'.
|
|
|
7191
|
|
|
7192 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
7193 `set-coding-category-system' to set up coding-system for
|
|
|
7194 coding-category.
|
|
|
7195
|
|
|
7196 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
7197 `set-coding-category-system' to set up coding-system for
|
|
|
7198 coding-category.
|
|
|
7199
|
|
|
7200 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7201
|
|
|
7202 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
|
7203 Thai-XTIS environment.
|
|
|
7204
|
|
|
7205 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
|
7206 `find-coding-system' instead of `coding-system-p'.
|
|
|
7207
|
|
|
7208 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7209
|
|
|
7210 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
|
7211 Modify eol-type for XEmacs.
|
|
|
7212
|
|
|
7213 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
|
7214
|
|
|
7215 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
|
7216 function.
|
|
|
7217 (prefer-coding-system): Don't call
|
|
|
7218 `update-coding-systems-internal'; use function
|
|
|
7219 `coding-category-list' instead of variable `coding-category-list';
|
|
|
7220 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
|
7221 modify `eol-type' for XEmacs.
|
|
|
7222
|
|
|
7223 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
|
7224 `charset-columns'.
|
|
|
7225 (char-width): Likewise.
|
|
|
7226
|
|
|
7227 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7228
|
|
|
7229 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
|
7230 `tis-620'.
|
|
|
7231
|
|
|
7232 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
|
7233 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
|
7234 call `update-coding-systems-internal'.
|
|
|
7235
|
|
|
7236 * mule/mule-misc.el (coding-system-get): New function.
|
|
|
7237 (coding-system-put): New function.
|
|
|
7238 (coding-system-category): New function.
|
|
|
7239
|
|
|
7240 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7241
|
|
|
7242 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
|
7243 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
|
7244 to avoid conflict with leim/quail/thai-xtis.
|
|
|
7245
|
|
|
7246 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
|
7247 to thai-xtis-chars.el.
|
|
|
7248
|
|
|
7249 * mule/thai-xtis-chars.el: New file (split from
|
|
|
7250 mule/thai-xtis.el).
|
|
|
7251
|
|
|
7252 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7253
|
|
|
7254 * mule/thai-xtis.el:
|
|
|
7255 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
|
7256 - Add syntax entries.
|
|
|
7257 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
|
7258 `tis-620'.
|
|
|
7259
|
|
|
7260 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
|
7261
|
|
|
7262 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
|
7263 rewritten to use write-multibyte-character.
|
|
|
7264
|
|
|
7265 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7266
|
|
|
7267 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
|
7268 of `iso-2022-7'.
|
|
|
7269 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
|
7270 ported yet.
|
|
|
7271 (read-input-method-name): Treat optional argument `default'.
|
|
|
7272
|
|
|
7273 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7274
|
|
|
7275 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
|
7276 all.
|
|
|
7277 (set-language-info-alist): Set up menus here.
|
|
|
7278
|
|
|
7279 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7280
|
|
|
7281 * minibuf.el (completing-read): Add new optional argument
|
|
|
7282 `default'.
|
|
|
7283 (read-coding-system): Add new optional argument
|
|
|
7284 `default-coding-system'.
|
|
|
7285
|
|
|
7286 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
|
7287
|
|
|
7288 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
|
7289 (viet-viscii-...->viet-vscii...).
|
|
|
7290
|
|
|
7291 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
|
7292
|
|
|
7293 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
|
7294 and menus.
|
|
|
7295
|
|
|
7296 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
|
7297
|
|
|
7298 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
|
7299 property.
|
|
|
7300
|
|
|
7301 1999-03-30 Dave Love <fx@gnu.org>
|
|
|
7302
|
|
|
7303 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
|
7304
|
|
|
7305 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
|
7306
|
|
|
7307 * mule/european.el (setup-slovenian-environment): New function.
|
|
|
7308 ("Slovenian"): New language environment.
|
|
|
7309
|
|
|
7310 1999-01-27 Dave Love <fx@gnu.org>
|
|
|
7311
|
|
|
7312 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
|
7313 :type (choices) and appropriate :get.
|
|
|
7314
|
|
|
7315 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
|
7316
|
|
|
7317 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
|
7318 input-method-alist.
|
|
|
7319
|
|
|
7320 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
|
7321
|
|
|
7322 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
|
7323 set-coding-priority, so that the internal array of priorities is
|
|
|
7324 also updated.
|
|
|
7325
|
|
|
7326 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
7327
|
|
|
7328 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
|
7329 requires specific EOL conversion type, make the default coding
|
|
|
7330 systems use that.
|
|
|
7331
|
|
|
7332 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
|
7333
|
|
|
7334 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
|
7335 eol-type to set-language-environment-coding-systems.
|
|
|
7336 (set-default-coding-systems): Copy the eol-type property for the
|
|
|
7337 new default values of {buffer-file,process}-coding-system from the
|
|
|
7338 old defaults.
|
|
|
7339 (set-language-environment-coding-systems): Accept an optional
|
|
|
7340 argument EOL-TYPE, and set the eol-type property of the default
|
|
|
7341 coding systems accordingly.
|
|
|
7342
|
|
|
7343 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
7344
|
|
|
7345 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
|
7346 use generate-new-buffer instead of get-buffer-create.
|
|
|
7347
|
|
|
7348 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
7349
|
|
|
7350 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
|
7351
|
|
|
7352 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
|
7353
|
|
|
7354 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
|
7355
|
|
|
7356 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
7357
|
|
|
7358 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
|
7359 Add apropos-inhibit property.
|
|
|
7360 (describe-specified-language-support): Likewise.
|
|
|
7361
|
|
|
7362 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
7363
|
|
|
7364 * mule/mule-cmds.el: Doc fixes.
|
|
|
7365
|
|
|
7366 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
7367
|
|
|
7368 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
|
7369 modified.
|
|
|
7370
|
|
|
7371 1998-09-01 Dave Love <fx@gnu.org>
|
|
|
7372
|
|
|
7373 * mule/mule-cmds.el (current-language-environment): Fix
|
|
|
7374 setter function.
|
|
|
7375
|
|
|
7376 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
|
7377
|
|
|
7378 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
|
7379 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
|
7380 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
|
7381 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
|
7382 files using interpreted code.
|
|
|
7383
|
|
|
7384 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
|
7385
|
|
|
7386 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
|
7387 ("Latin-2"): Likewise.
|
|
|
7388
|
|
|
7389 1998-08-18 Per Starback <starback@update.uu.se>
|
|
|
7390
|
|
|
7391 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
|
7392
|
|
|
7393 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
|
7394
|
|
|
7395 * mule/european.el: Give proper value of `input-method' key to all
|
|
|
7396 lang. env.
|
|
|
7397
|
|
|
7398 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
|
7399 the arg INPUT-METHOD is nil correctly.
|
|
|
7400 (read-multilingual-string): Activate the specified input method
|
|
|
7401 before calling read-string. Afterward, activate the original
|
|
|
7402 input method.
|
|
|
7403
|
|
|
7404 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
|
7405
|
|
|
7406 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
7407 (set-language-info-alist): Fix typo in doc-string.
|
|
|
7408
|
|
|
7409 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
|
7410
|
|
|
7411 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
|
7412
|
|
|
7413 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
7414 (reset-language-environment): New function for the job that
|
|
|
7415 setup-english-environment used to do.
|
|
|
7416 (set-language-environment): Do more setups according to the info
|
|
|
7417 in language-info-alist.
|
|
|
7418 (read-language-name): Handle the case that the arg KEY is nil.
|
|
|
7419 (describe-language-environment): Handle input-method property.
|
|
|
7420
|
|
|
7421 * mule/: All files under this directory, which related with
|
|
|
7422 specific languages (such as mule/european.el, mule/greek.el,
|
|
|
7423 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
|
7424 (setup-XXX-environment): Just call set-language-environment. If
|
|
|
7425 they used to do some other jobs than what done by
|
|
|
7426 set-language-environment, those jobs are done in
|
|
|
7427 setup-XXX-environment-internal now.
|
|
|
7428 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
|
7429 the value to setup-XXX-environment-internal. Add properties
|
|
|
7430 input-method and features.
|
|
|
7431
|
|
|
7432 * mule/english.el (setup-english-environment): Just call
|
|
|
7433 reset-language-environment.
|
|
|
7434
|
|
|
7435 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
|
7436
|
|
|
7437 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
7438
|
|
|
7439 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
|
7440 (input-method-use-echo-area): Doc fixes.
|
|
|
7441
|
|
|
7442 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
7443
|
|
|
7444 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
|
7445 variable.
|
|
|
7446 (input-method-use-echo-area): New variable.
|
|
|
7447
|
|
|
7448 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
|
7449
|
|
|
7450 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
|
7451
|
|
|
7452 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
|
7453
|
|
|
7454 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
|
7455 (inactivate-input-method): Likewise.
|
|
|
7456
|
|
|
7457 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
|
7458
|
|
|
7459 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
|
7460 input method in the current buffer, but just bind
|
|
|
7461 current-input-method.
|
|
|
7462
|
|
|
7463 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
|
7464
|
|
|
7465 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
|
7466
|
|
|
7467 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
|
7468 coding-system.
|
|
|
7469
|
|
|
7470 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
|
7471
|
|
|
7472 * mule/greek.el: Add coding-priority.
|
|
|
7473
|
|
|
7474 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
7475
|
|
|
7476 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
|
7477 LANG-ENV.
|
|
|
7478
|
|
|
7479 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
7480
|
|
|
7481 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
|
7482 (setup-specified-language-environment): Doc fix.
|
|
|
7483
|
|
|
7484 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
|
7485
|
|
|
7486 * mule/mule-cmds.el: Several doc fixes.
|
|
|
7487 (get-language-info, set-language-info): Rename argument.
|
|
|
7488 (set-language-info-alist): Likewise.
|
|
|
7489 (register-input-method): Rename argument.
|
|
|
7490 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
|
7491
|
|
|
7492 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
|
7493
|
|
|
7494 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
|
7495 default value while reading an input method.
|
|
|
7496
|
|
|
7497 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
|
7498
|
|
|
7499 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
|
7500 Use buffer-file-coding-system as default.
|
|
|
7501
|
|
|
7502 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
|
7503
|
|
|
7504 * mule/korean.el ("Korean"): Doc fix.
|
|
|
7505
|
|
|
7506 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
|
7507
|
|
|
7508 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
|
7509 languge environment at the head.
|
|
|
7510
|
|
|
7511 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
|
7512
|
|
|
7513 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
|
7514 for Japanese environment.
|
|
|
7515
|
|
|
7516 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
|
7517
|
|
|
7518 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
|
7519 (current-language-environment): Use defcustom.
|
|
|
7520 (default-input-method): Specify :type.
|
|
|
7521
|
|
|
7522 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
|
7523
|
|
|
7524 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
7525 modified.
|
|
|
7526 (prefer-coding-system): Doc-string modified.
|
|
|
7527
|
|
|
7528 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
7529
|
|
|
7530 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
|
7531 describes `coding-priority' KEY.
|
|
|
7532 (set-language-environment-coding-systems): New function.
|
|
|
7533 (select-safe-coding-system): New function.
|
|
|
7534 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
|
7535 (set-language-info-alist): New optionla arg PARENTS. Call
|
|
442
|
7536 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
|
428
|
7537 (set-language-environment-coding-systems): New function.
|
|
|
7538
|
|
|
7539 * mule/chinese.el: Remove setting up of
|
|
|
7540 describe-chinese-environment-map and
|
|
|
7541 setup-chinese-environment-map. Exclude them in args of calls to
|
|
|
7542 set-language-info-alist. Register coding-priority key in
|
|
|
7543 language-info-alist.
|
|
|
7544
|
|
|
7545 * mule/cyrillic.el: Remove setting up of
|
|
|
7546 describe-cyrillic-environment-map and
|
|
|
7547 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
|
7548 set-language-info-alist. Register coding-priority key in
|
|
|
7549 language-info-alist.
|
|
|
7550
|
|
|
7551 * mule/english.el: Register coding-priority key in
|
|
|
7552 language-info-alist.
|
|
|
7553
|
|
|
7554 * mule/ethiopic.el: Register coding-priority key in
|
|
|
7555 language-info-alist.
|
|
|
7556
|
|
|
7557 * mule/european.el: Remove setting up of
|
|
|
7558 describe-european-environment-map and
|
|
|
7559 setup-european-environment-map. Exclude them in args of calls to
|
|
|
7560 set-language-info-alist. Register coding-priority key in
|
|
|
7561 language-info-alist. Add "German" language env.
|
|
|
7562 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
|
7563 (setup-german-environment): New function.
|
|
|
7564
|
|
|
7565 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
|
7566 change default input method to "greek-postfix".
|
|
|
7567
|
|
|
7568 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
|
7569 coding-priority key in
|
|
|
7570
|
|
|
7571 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
|
7572
|
|
|
7573 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
|
7574 (input-method-inactivate-hook): Doc fix.
|
|
|
7575
|
|
|
7576 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
|
7577
|
|
|
7578 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
|
7579 select-input-method.
|
|
|
7580
|
|
|
7581 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
|
7582
|
|
|
7583 * mule/mule-cmds.el (set-language-environment): Run
|
|
|
7584 exit-language-environment-hook before calling `exit-function'
|
|
|
7585 which is specified for the language environment.
|
|
|
7586
|
|
|
7587 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
|
7588
|
|
|
7589 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
|
7590 modified.
|
|
|
7591 (prefer-coding-system): Likewise.
|
|
|
7592 (describe-language-environment): Print aliases of each coding
|
|
|
7593 system.
|
|
|
7594 (set-language-environment-hook): New variable.
|
|
|
7595 (exit-language-environment-hook): New variable.
|
|
|
7596 (set-language-environment): Call these hooks. Before setting a
|
|
|
7597 new language environment, exit from the
|
|
|
7598 current-language-environment if necessary.
|
|
|
7599 (input-method-verbose-flag): The value can be nil, t,
|
|
|
7600 complex-only, or default.
|
|
|
7601 (input-method-highlight-flag): Doc-string augmented.
|
|
|
7602 (activate-input-method): Check if we can run the registered
|
|
|
7603 function to activate an input method.
|
|
|
7604
|
|
|
7605 * mule/korean.el: Set exit-function for language environment
|
|
|
7606 "Korean" to exit-korean-environment.
|
|
|
7607 (setup-korean-environment): Moved to korea-util.el.
|
|
|
7608
|
|
|
7609 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
7610
|
|
|
7611 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
|
7612 current-input-method prior to default-input-method. Don't bind
|
|
|
7613 current-input-method by `let', instead, activate the specified
|
|
|
7614 input method in the current buffer temporarily.
|
|
|
7615
|
|
|
7616 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
|
7617
|
|
|
7618 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
|
7619
|
|
|
7620 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
7621
|
|
|
7622 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
|
7623 decode-hz-region.
|
|
|
7624 (pre-write-encode-hz): Do not change the value of
|
|
|
7625 last-coding-system.
|
|
|
7626
|
|
|
7627 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
|
7628
|
|
|
7629 * mule/mule-ccl.el: Doc fixes.
|
|
|
7630
|
|
|
7631 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
|
7632
|
|
|
7633 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
|
7634 (check-ccl-program): New macro.
|
|
|
7635
|
|
|
7636 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
|
7637
|
|
|
7638 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
|
7639 (ccl-command-table): Add read-multibyte-character and
|
|
|
7640 write-multibyte-character.
|
|
|
7641 (ccl-code-table): Add ex-cmd.
|
|
|
7642 (ccl-extended-code-table): New variable.
|
|
|
7643 (ccl-embed-extended-command): New function.
|
|
|
7644 (ccl-compile-read-multibyte-character,
|
|
|
7645 ccl-compile-write-multibyte-character) New functions.
|
|
|
7646 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
|
7647 ccl-dump-write-multibyte-character): New functions.
|
|
|
7648
|
|
|
7649 1999-07-22 SL Baur <steve@miho>
|
|
|
7650
|
|
|
7651 * config.el (config-value-file): config.values is installed into
|
|
|
7652 doc-directory.
|
|
|
7653 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
|
7654
|
|
442
|
7655 1999-07-19 Didier Verna <didier@xemacs.org>
|
|
428
|
7656
|
|
|
7657 * rect.el: all functions rewritten, except when noted. Below is a
|
|
|
7658 list of interface changes.
|
|
|
7659 (apply-on-rectangle): new function. Obsoletes
|
|
|
7660 `operate-on-rectangle'. All functions that used to call this
|
|
|
7661 function now call the new one.
|
|
|
7662 (kill-rectangle): added optional prefix arg to fill lines.
|
|
|
7663 (delete-rectangle): ditto.
|
|
|
7664 (delete-extract-rectangle): ditto.
|
|
|
7665 (open-rectangle): ditto.
|
|
|
7666 (clear-rectangle): ditto.
|
|
|
7667 (delete-rectangle-line): added third arg FILL.
|
|
|
7668 (delete-extract-rectangle-line): ditto.
|
|
|
7669 (open-rectangle-line): ditto.
|
|
|
7670 (clear-rectangle-line): ditto.
|
|
|
7671
|
|
|
7672 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
|
7673
|
|
|
7674 * menubar-items.el (default-menubar): add gutter options.
|
|
|
7675
|
|
|
7676 * gutter-items.el: new file.
|
|
|
7677 (gutter): new group for custom.
|
|
|
7678 (gutter-visible-p): new variable.
|
|
|
7679 (default-gutter-position): ditto.
|
|
|
7680 (buffers-tab): new group for the buffers tab.
|
|
|
7681 (gutter-buffers-tab): widget to put in the gutter.
|
|
|
7682 (buffers-tab-max-size): max number of tabs.
|
|
|
7683 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
|
7684 tab is pressed.
|
|
|
7685 (buffers-tab-omit-function): filter buffers with this function.
|
|
|
7686 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
|
7687 inclusion in tabs.
|
|
|
7688 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
|
7689 the record.
|
|
|
7690 (build-buffers-tab-internal): build a list of tab items.
|
|
|
7691 (buffers-tab-items): ditto.
|
|
|
7692 (add-tab-to-gutter): put a tab in the gutter area.
|
|
|
7693 (update-tab-in-gutter): reset the buffers in the tab.
|
|
|
7694
|
|
|
7695 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
|
7696
|
|
|
7697 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
|
7698 (switch-to-buffer-hooks): new hook.
|
|
|
7699
|
|
|
7700 * toolbar.el (default-toolbar-position): fix typo.
|
|
|
7701
|
|
|
7702 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
|
7703
|
|
|
7704 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
|
7705
|
|
442
|
7706 1999-07-15 Didier Verna <didier@xemacs.org>
|
|
428
|
7707
|
|
|
7708 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
|
7709 prompt for a comment string.
|
|
|
7710 (customize-set-value): optional prefix makes this function handle
|
|
|
7711 variable comments.
|
|
|
7712 (customize-set-variable): ditto.
|
|
|
7713 (customize-save-variable): ditto.
|
|
|
7714 (customize-customized): handle custom comments.
|
|
|
7715 (customize-save-customized): ditto.
|
|
|
7716 (custom-variable-state-set): ditto.
|
|
|
7717 (custom-face-state-set): ditto.
|
|
|
7718 (customize-saved): ditto.
|
|
|
7719 (custom-variable-set): ditto.
|
|
|
7720 (custom-face-set): ditto.
|
|
|
7721 (custom-variable-save): ditto.
|
|
|
7722 (custom-face-save): ditto.
|
|
|
7723 (custom-variable-reset-saved): ditto.
|
|
|
7724 (custom-face-reset-saved): ditto.
|
|
|
7725 (custom-variable-reset-standard): ditto.
|
|
|
7726 (custom-face-reset-standard): ditto.
|
|
|
7727 (custom-comment-face): new face.
|
|
|
7728 (custom-comment-tag-face): ditto.
|
|
|
7729 (custom-comment): new widget.
|
|
|
7730 (custom-comment-create): new function.
|
|
|
7731 (custom-comment-delete): ditto.
|
|
|
7732 (custom-comment-value-set): ditto.
|
|
|
7733 (custom-comment-show): ditto.
|
|
|
7734 (custom-comment-invisible-p): ditto.
|
|
|
7735 (custom-variable-value-create): create a comment field widget.
|
|
|
7736 (custom-face-value-create): ditto.
|
|
|
7737 (custom-variable-menu): new entry for adding a custom comment.
|
|
|
7738 (custom-face-menu): ditto.
|
|
|
7739 (custom-save-variables): possibly save custom comments.
|
|
|
7740 (custom-save-faces): ditto.
|
|
|
7741
|
|
|
7742 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
|
7743 custom comment as fourth argument.
|
|
|
7744
|
|
|
7745 * custom.el (custom-set-variables): the arguments can now have a
|
|
|
7746 custom comment as fifth element.
|
|
|
7747
|
|
|
7748 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
7749
|
|
|
7750 * XEmacs 21.2.18 is released
|
|
|
7751
|
|
|
7752 1999-07-13 SL Baur <steve@miho>
|
|
|
7753
|
|
|
7754 * lib-complete.el (read-library-name): Revert previous change.
|
|
|
7755 (read-library): Ditto.
|
|
|
7756
|
|
|
7757 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
7758
|
|
|
7759 * packages.el (packages-package-list): Capitalize docstring.
|
|
|
7760
|
|
|
7761 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
|
7762 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
|
7763 which returns a freshly consed list. #'append would create yet
|
|
|
7764 another fresh list, using Fmake_list in concat.
|
|
|
7765
|
|
|
7766 * packages.el (package-provide): Use setq with remassq like it
|
|
|
7767 says in its docstring.
|
|
|
7768
|
|
|
7769 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
7770
|
|
|
7771 * lib-complete.el (progn-with-message): Fix typo.
|
|
|
7772
|
|
|
7773 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
7774
|
|
|
7775 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
|
7776 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
7777
|
|
|
7778 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
|
7779
|
|
|
7780 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
|
7781
|
|
|
7782 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
|
7783
|
|
|
7784 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
|
7785 keys if already bound
|
|
|
7786
|
|
|
7787 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
|
7788
|
|
|
7789 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
|
7790
|
|
|
7791 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
7792
|
|
|
7793 * lib-complete.el (find-library):
|
|
|
7794 (find-library-other-window):
|
|
|
7795 (find-library-other-frame): Completely rewrote
|
|
|
7796 so that these functions actually work when called non-interactively.
|
|
|
7797 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
|
7798
|
|
|
7799 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
|
7800
|
|
|
7801 * simple.el (indent-new-comment-line): Locally bound
|
|
|
7802 `block-comment-start' to `comstart' or else when this is called
|
|
|
7803 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
|
7804 `block-comment-start' value, ignoring any existing spacing after a
|
|
|
7805 comment prefix in the previous line and producing ugly comments.
|
|
|
7806
|
|
|
7807 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
|
7808
|
|
|
7809 * list-mode.el (mouse-choose-completion):
|
|
|
7810 (choose-completion):
|
|
|
7811 (completion-switch-to-minibuffer): Added.
|
|
|
7812 ([Tab]): [Tab] previously switched to the minibuffer
|
|
|
7813 but since [space] does that and since most applications in the
|
|
|
7814 world use [Tab] to select the next item in a list, do that in the
|
|
|
7815 *Completions* buffer too. This will cause the least confusion
|
|
|
7816 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
|
7817 06/23/1999.
|
|
|
7818
|
|
|
7819 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
|
7820
|
|
|
7821 * help.el (help-buffer-name): Added support for a null value
|
|
|
7822 of `help-buffer-prefix-string' since some buffers require no
|
|
|
7823 prefix.
|
|
|
7824
|
|
|
7825 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
7826
|
|
|
7827 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
|
7828 in the completion-list-mode-map to bury the completions buffer
|
|
|
7829 even when the minibuffer is no longer active.
|
|
|
7830
|
|
|
7831 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
|
7832
|
|
|
7833 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
|
7834 the text cursor disappear within list buffers, especially when
|
|
|
7835 moving from window to window, so leave it visible.
|
|
|
7836
|
|
|
7837 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
|
7838
|
|
|
7839 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
|
7840 report menu item (which may not be possible in this XEmacs).
|
|
|
7841 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
|
7842
|
|
|
7843 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
|
7844
|
|
|
7845 * subr.el (with-current-buffer): DOC string fix.
|
|
|
7846 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
|
7847
|
|
|
7848 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
|
7849
|
|
|
7850 * cus-face.el (custom-face-italic): insert missing args
|
|
|
7851
|
|
|
7852 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7853
|
|
|
7854 * packages.el (package-locations): Changed default early package
|
|
|
7855 hierarchies to ~/.xemacs/mule-packages and
|
|
|
7856 ~/.xemacs/xemacs-packages.
|
|
|
7857
|
|
|
7858 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
|
7859
|
|
|
7860 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
|
7861
|
|
|
7862 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
7863
|
|
|
7864 * packages.el (package-locations): Changed default early package
|
|
|
7865 hierarchy to ~/.xemacs/packages.
|
|
|
7866 (package-locations): Removed `packages' as a possible name for a
|
|
|
7867 late package hierarchy.
|
|
|
7868
|
|
|
7869 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7870
|
|
|
7871 * mule/mule-category.el (word-combining-categories): Set up new
|
|
|
7872 variable.
|
|
|
7873 (word-separating-categories): Likewise.
|
|
|
7874
|
|
|
7875 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
7876
|
|
|
7877 * XEmacs 21.2.17 is released
|
|
|
7878
|
|
|
7879 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
|
7880
|
|
|
7881 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
|
7882 of font size.
|
|
|
7883
|
|
|
7884 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7885
|
|
|
7886 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
|
7887 is 1.
|
|
|
7888
|
|
|
7889 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7890
|
|
|
7891 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
|
7892 8859-5 instead of ISO 8859-1.
|
|
|
7893
|
|
|
7894 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
|
7895
|
|
|
7896 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
|
7897 (viet-viscii-encode-table): Ditto.
|
|
|
7898
|
|
|
7899 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
|
7900 Make obsolete definition of char-octet.
|
|
|
7901
|
|
|
7902 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
|
7903
|
|
|
7904 * subr.el: Move no-Mule make-char ...
|
|
|
7905 * help-nomule.el (make-char): To here.
|
|
|
7906 (string-width): Make Mule compatibility alias.
|
|
|
7907
|
|
|
7908 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
|
7909
|
|
|
7910 * select.el (get-selection-no-error): really make there be no-error.
|
|
|
7911 (get-selection): revert to original.
|
|
|
7912
|
|
|
7913 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
|
7914
|
|
|
7915 * select.el (selection-sets-clipboard): renamed.
|
|
|
7916 (own-selection): use it.
|
|
|
7917
|
|
|
7918 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
7919
|
|
|
7920 * XEmacs 21.2.16 is released
|
|
|
7921
|
|
|
7922 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7923
|
|
|
7924 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
|
7925 missing characters to avoid crash.
|
|
|
7926
|
|
|
7927 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7928
|
|
|
7929 * coding.el (set-terminal-coding-system): Only set the console
|
|
|
7930 coding system on the selected console if it is a tty.
|
|
|
7931
|
|
|
7932 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
7933
|
|
|
7934 * cus-face.el:
|
|
|
7935 * cus-edit.el:
|
|
|
7936 * faces.el:
|
|
|
7937 (custom):
|
|
|
7938 (face-spec-set):
|
|
|
7939 * faces.el (frob-face-property):
|
|
|
7940 * font-menu.el (font-menu-set-font):
|
|
|
7941 Actually apply changes from 1999-03-17
|
|
|
7942
|
|
|
7943 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
|
7944
|
|
|
7945 * select.el (get-selection): abstract out non error-signalling
|
|
|
7946 part.
|
|
|
7947 (get-selection-no-error): get-selection without signalling an
|
|
|
7948 error.
|
|
|
7949 (selection-is-clipboard-p): new variable. controls whether the
|
|
|
7950 selection sets the clipboard.
|
|
|
7951 (own-selection): use it.
|
|
|
7952
|
|
|
7953 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
|
7954 primary selection and cutbuffer.
|
|
|
7955
|
|
|
7956 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
|
7957
|
|
|
7958 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
|
7959 selection functions.
|
|
|
7960
|
|
|
7961 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7962
|
|
|
7963 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
|
7964 default value.
|
|
|
7965 (load): Use `raw-text' instead of `no-conversion'.
|
|
|
7966 (insert-file-contents): Likewise.
|
|
|
7967
|
|
|
7968 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
|
7969 of `no-conversion'.
|
|
|
7970
|
|
|
7971 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
7972
|
|
|
7973 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
|
7974
|
|
|
7975 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
7976
|
|
|
7977 * subr.el (make-char): Define it if Mule is not around.
|
|
|
7978
|
|
|
7979 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
|
7980
|
|
|
7981 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
|
7982
|
|
|
7983 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
|
7984 obsolete alias.
|
|
|
7985 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
|
7986
|
|
|
7987 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
7988
|
|
|
7989 * XEmacs 21.2.15 is released
|
|
|
7990
|
|
|
7991 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
|
7992
|
|
|
7993 * subr.el (split-string): Avoid infinite looping
|
|
|
7994
|
|
|
7995 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
7996
|
|
|
7997 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
|
7998 (ldap-default-attribute-decoder): New variable
|
|
|
7999 (ldap-coding-system): New variable
|
|
|
8000 (ldap-attribute-syntax-encoders): New variable
|
|
|
8001 (ldap-attribute-syntax-decoders): New variable
|
|
|
8002 (ldap-attribute-syntaxes-alist): New variable
|
|
|
8003 (ldap-encode-boolean): New function
|
|
|
8004 (ldap-decode-boolean): New function
|
|
|
8005 (ldap-encode-country-string): New function
|
|
|
8006 (ldap-decode-string): New function
|
|
|
8007 (ldap-decode-address): New function
|
|
|
8008 (ldap-encode-address): New function
|
|
|
8009 (ldap-decode-attribute): New function
|
|
|
8010 (ldap-search): Use some of these
|
|
|
8011
|
|
|
8012 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
|
8013
|
|
|
8014 * version.el (emacs-version): Make the patch level/beta come
|
|
|
8015 before the XEmacs qualifier so that it gets into (funcall
|
|
|
8016 emacs-version) and thus in the bug reports.
|
|
|
8017 (emacs-version>=): Support patch levels.
|
|
|
8018
|
|
|
8019 1999-06-03 SL Baur <steve@xemacs.org>
|
|
|
8020
|
|
|
8021 * version.el: implement x.y.z version number
|
|
|
8022 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8023
|
|
|
8024 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
|
8025
|
|
|
8026 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
|
8027
|
|
|
8028 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
|
8029
|
|
|
8030 * startup.el: Document -private and break out non-standard X options.
|
|
|
8031
|
|
|
8032 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8033
|
|
|
8034 * mule/mule-charset.el (charset-after): New function.
|
|
|
8035 (charset-direction): Synch with Mule, update docstring.
|
|
|
8036 (get-charset-property): New function.
|
|
|
8037 (put-charset-property): New function.
|
|
|
8038 (charset-plist): New function.
|
|
|
8039
|
|
|
8040 * mule/mule-charset.el (compose-region):
|
|
|
8041 (decompose-region): remove; these functions (which don't work
|
|
|
8042 since we don't do composite characters) have been moved to
|
|
|
8043 mule-util.el.
|
|
|
8044 (toplevel): follow coding standards
|
|
|
8045
|
|
|
8046 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8047
|
|
|
8048 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
|
8049 exist any more.
|
|
|
8050
|
|
|
8051 * code-files.el: Fix commentary to follow coding standards. Move
|
|
|
8052 the single line left in mule-files.el to here.
|
|
|
8053
|
|
|
8054 * mule/mule-files.el: delete.
|
|
|
8055
|
|
|
8056 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8057
|
|
|
8058 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
|
8059 old emacs 19 interface.
|
|
|
8060
|
|
|
8061 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
|
8062
|
|
|
8063 * x-font-menu.el (x-font-menu-load-font):
|
|
|
8064 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
|
8065
|
|
|
8066 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
|
8067
|
|
|
8068 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
|
8069 group.
|
|
|
8070 (font-menu-this-frame-only-p): ditto.
|
|
|
8071 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
|
8072 <vroonhof@math.ethz.ch>
|
|
|
8073 (font-menu-submenu-name-format): ditto.
|
|
|
8074 (font-menu-split-long-menu): ditto, for use by the family
|
|
|
8075 constructor.
|
|
|
8076 (font-menu-family-constructor): use it.
|
|
|
8077
|
|
|
8078 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
|
8079
|
|
|
8080 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
|
8081 for use by the font menu.
|
|
|
8082
|
|
|
8083 * msw-font-menu.el: new file implementing mswindows specific
|
|
|
8084 font-menu behaviour.
|
|
|
8085 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
|
8086 (mswindows-font-menu-junk-families): ditto.
|
|
|
8087 (hack-font-truename): ditto.
|
|
|
8088 (mswindows-font-regexp-ascii): ditto.
|
|
|
8089 (mswindows-reset-device-font-menus): ditto.
|
|
|
8090 (mswindows-font-menu-font-data): ditto.
|
|
|
8091 (mswindows-font-menu-load-font): ditto.
|
|
|
8092
|
|
|
8093 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
|
8094 (x-font-menu-font-data): ditto.
|
|
|
8095 (x-font-menu-load-font): ditto.
|
|
|
8096
|
|
|
8097 * font-menu.el: new file implementing generic font menu behaviour.
|
|
|
8098 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
|
8099 made device independent.
|
|
|
8100 (font-menu-this-frame-only-p): ditto.
|
|
|
8101 (font-menu-preferred-resolution): ditto.
|
|
|
8102 (font-menu-size-scaling): new variable used to determine whether
|
|
|
8103 sizes are in points or tenths of a point.
|
|
|
8104 (vassoc): moved from x-font-menu.el.
|
|
|
8105 (device-fonts-cache): ditto.
|
|
|
8106 (device-fonts-cache): ditto.
|
|
|
8107 (flush-device-fonts-cache): ditto.
|
|
|
8108 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
|
8109 device independent. Most functionality deferred to
|
|
|
8110 device-dependent versions.
|
|
|
8111 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
|
8112 made device independent.
|
|
|
8113 (font-menu-size-constructor): ditto.
|
|
|
8114 (font-menu-weight-constructor): ditto.
|
|
|
8115 (font-menu-set-font): ditto.
|
|
|
8116 (font-menu-change-face): ditto.
|
|
|
8117 (font-menu-load-font): new device method.
|
|
|
8118 (font-menu-font-data): ditto.
|
|
|
8119
|
|
|
8120 * x-font-menu.el: The above functions deleted.
|
|
|
8121
|
|
|
8122 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
|
8123
|
|
|
8124 * update-elc.el:
|
|
|
8125 * make-docfile.el:
|
|
|
8126 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
|
8127
|
|
|
8128 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
|
8129
|
|
|
8130 * x-select.el (x-select-convert-to-text):
|
|
|
8131 (x-selected-text-type):
|
|
|
8132 (x-get-selection):
|
|
|
8133 (xselect-convert-to-string):
|
|
|
8134 (xselect-convert-to-compound-text):
|
|
|
8135 (xselect-convert-to-length):
|
|
|
8136 (xselect-convert-to-targets):
|
|
|
8137 (xselect-convert-to-delete):
|
|
|
8138 (xselect-convert-to-filename):
|
|
|
8139 (xselect-convert-to-charpos):
|
|
|
8140 (xselect-convert-to-lineno):
|
|
|
8141 (xselect-convert-to-colno):
|
|
|
8142 (xselect-convert-to-sourceloc):
|
|
|
8143 (xselect-convert-to-os):
|
|
|
8144 (xselect-convert-to-host):
|
|
|
8145 (xselect-convert-to-user):
|
|
|
8146 (xselect-convert-to-class):
|
|
|
8147 (xselect-convert-to-name):
|
|
|
8148 (xselect-convert-to-integer):
|
|
|
8149 (xselect-convert-to-atom):
|
|
|
8150 (xselect-convert-to-identity): functions renamed from x-* and
|
|
|
8151 moved to select.el.
|
|
|
8152 (x-get-secondary-selection): use rename get-selection.
|
|
|
8153 (x-get-clipboard): ditto.
|
|
|
8154 (x-own-selection): moved to select.el.
|
|
|
8155 (x-valid-simple-selection-p): ditto.
|
|
|
8156 (x-dehilight-selection): ditto.
|
|
|
8157 (x-own-clipboard): ditto.
|
|
|
8158 (x-disown-selection): ditto.
|
|
|
8159
|
|
|
8160 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
|
8161 (x-insert-selection): ditto.
|
|
|
8162 (x-set-point-and-move-selection): use renamed function.
|
|
|
8163
|
|
|
8164 * select.el (selected-text-type): moved and renamed from
|
|
|
8165 x-select.el.
|
|
|
8166 (selection-owner-p): moved to C.
|
|
|
8167 (selection-exists-p): ditto.
|
|
|
8168 (get-cutbuffer): new device method.
|
|
|
8169 (get-selection): generalised and moved from x-select.el.
|
|
|
8170 (own-selection): moved x-own-selection functionality into here.
|
|
|
8171 (dehilight-selection): renamed and moved from x-select.el.
|
|
|
8172 (own-clipboard): functionality moved from x-select.el using new
|
|
|
8173 generic C builtins.
|
|
|
8174 (disown-clipboard): ditto.
|
|
|
8175 (select-convert-to-text):
|
|
|
8176 (select-convert-to-string):
|
|
|
8177 (select-convert-to-compound-text):
|
|
|
8178 (select-convert-to-length):
|
|
|
8179 (select-convert-to-targets):
|
|
|
8180 (select-convert-to-delete):
|
|
|
8181 (select-convert-to-filename):
|
|
|
8182 (select-convert-to-charpos):
|
|
|
8183 (select-convert-to-lineno):
|
|
|
8184 (select-convert-to-colno):
|
|
|
8185 (select-convert-to-sourceloc):
|
|
|
8186 (select-convert-to-os):
|
|
|
8187 (select-convert-to-host):
|
|
|
8188 (select-convert-to-user):
|
|
|
8189 (select-convert-to-class):
|
|
|
8190 (select-convert-to-name):
|
|
|
8191 (select-convert-to-integer):
|
|
|
8192 (select-convert-to-atom):
|
|
|
8193 (select-convert-to-identity): new functions renamed from x-* and
|
|
|
8194 moved from x-select.el.
|
|
|
8195
|
|
|
8196 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
|
8197 into here and use as the default window-system mouse yank.
|
|
|
8198 (insert-selection): generalised and moved from x-mouse.el.
|
|
|
8199 (own-clipboard): moved to C.
|
|
|
8200
|
|
|
8201 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
|
8202 (mswindows-own-selection): generalised and moved to select.el.
|
|
|
8203 (mswindows-disown-selection): generalised and moved to C.
|
|
|
8204 (mswindows-selection-owner-p): ditto.
|
|
|
8205
|
|
|
8206 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8207
|
|
|
8208 * XEmacs 21.2.14 is released
|
|
|
8209
|
|
|
8210 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8211
|
|
|
8212 * about.el: update contact info for jason and slb.
|
|
|
8213
|
|
|
8214 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8215
|
|
|
8216 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
|
8217 support from Emacs/Mule romanian.el.
|
|
|
8218
|
|
|
8219 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8220
|
|
|
8221 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
|
8222
|
|
|
8223 * cus-edit.el: idem ditto.
|
|
|
8224
|
|
|
8225 * faces.el: Added suport for adding device tags to various functions.
|
|
|
8226 (custom): New device tag.
|
|
|
8227 (face-spec-set): Call reset face with tags argument. No longer do
|
|
|
8228 x-init-global-faces hack.
|
|
|
8229
|
|
|
8230 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
|
8231 frob-face-property-1 over.
|
|
|
8232
|
|
|
8233 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
|
8234 properties to custom.
|
|
|
8235
|
|
|
8236 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
|
8237
|
|
|
8238 * mule/european.el (setup-czech-environment): Add czech support.
|
|
|
8239 From David Sauer <davids@orfinet.cz>
|
|
|
8240
|
|
|
8241 1999-03-15 SL Baur <steve@xemacs.org>
|
|
|
8242
|
|
|
8243 * check-features.el: Turn hard errors into warnings.
|
|
|
8244
|
|
|
8245 1999-03-21 SL Baur <steve@xemacs.org>
|
|
|
8246
|
|
|
8247 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
|
8248 xemacs-beta, default to t.
|
|
|
8249
|
|
|
8250 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8251
|
|
|
8252 * loadup.el: Define Installation-string before loading anything.
|
|
|
8253
|
|
|
8254 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
|
8255
|
|
|
8256 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
|
8257 From Anders Stenman <stenman@isy.liu.se>
|
|
|
8258
|
|
|
8259 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8260
|
|
|
8261 * wid-edit.el (widget-glyph-find): Ditto.
|
|
|
8262
|
|
|
8263 * packages.el (locate-library): Ditto.
|
|
|
8264
|
|
|
8265 * loadup.el (really-early-error-handler): Ditto.
|
|
|
8266
|
|
|
8267 * lib-complete.el (read-library): Ditto.
|
|
|
8268
|
|
|
8269 * faces.el (set-face-stipple): Ditto.
|
|
|
8270
|
|
|
8271 * code-files.el (load): Use new calling style of locate-file.
|
|
|
8272
|
|
|
8273 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8274
|
|
|
8275 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
|
8276 dead.
|
|
|
8277
|
|
|
8278 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8279
|
|
|
8280 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
|
8281 Installation.el.
|
|
|
8282
|
|
|
8283 * loadup.el (Installation-string): Define it here.
|
|
|
8284
|
|
|
8285 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8286
|
|
|
8287 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
|
8288 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
|
8289 the dumping process won't find it.
|
|
|
8290
|
|
434
|
8291 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8292
|
|
|
8293 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
|
8294 subr so that we can use `replace-in-string' in Installation.el to
|
|
|
8295 get rid of C-m chars under the native Windows build.
|
|
|
8296
|
|
|
8297 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
|
8298
|
|
|
8299 * make-docfile.el: canonicalize file and directory names.
|
|
|
8300
|
|
|
8301 * device.el (call-device-method): new function for calling device
|
|
|
8302 specific methods.
|
|
|
8303 (define-device-method): new function for defining device methods.
|
|
|
8304 (define-device-method*): ditto.
|
|
|
8305
|
|
|
8306 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8307
|
|
|
8308 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
|
8309
|
|
|
8310 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
8311
|
|
|
8312 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
|
8313 (cyrillic-koi8-r-encode-table): Likewise.
|
|
|
8314 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
|
8315 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
|
8316
|
|
|
8317 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
|
8318 from vietnamese.el].
|
|
|
8319
|
|
|
8320 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
|
8321 mule/mule-misc.el.
|
|
|
8322
|
|
|
8323 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
8324
|
|
|
8325 * mule/thai-xtis.el:
|
|
|
8326 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
|
8327 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
|
8328
|
|
|
8329 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
8330
|
|
|
8331 * mule/ethiopic.el: fixed.
|
|
|
8332
|
|
|
8333 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
|
8334
|
|
|
8335 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
|
8336
|
|
|
8337 * mule/thai-xtis.el: New file.
|
|
|
8338
|
|
|
8339 * mule/vietnamese.el: New file.
|
|
|
8340
|
|
|
8341 * mule/ethiopic.el: New file.
|
|
|
8342
|
|
|
8343 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8344
|
|
|
8345 * bytecomp.el (byte-compile-close-variables): Leave
|
|
|
8346 debug-issue-ebola-notices alone.
|
|
|
8347
|
|
|
8348 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8349
|
|
|
8350 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
|
8351 at the top of the buffer since it is the most important thing to
|
|
|
8352 customize
|
|
|
8353 (ldap-get-host-parameter): New defun
|
|
|
8354 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
|
8355 distinguished names of entries
|
|
|
8356
|
|
|
8357 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
|
8358
|
|
|
8359 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
|
8360
|
|
|
8361 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
|
8362
|
|
|
8363 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
|
8364
|
|
|
8365 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8366
|
|
|
8367 * format.el (format-alist): Disable image stuff.
|
|
|
8368
|
|
|
8369 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8370
|
|
|
8371 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
|
8372 suffixes rather than the other way around.
|
|
|
8373 (widget-image-conversion): Renamed to
|
|
|
8374 `widget-image-file-name-suffixes'.
|
|
|
8375
|
|
|
8376 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
|
8377
|
|
|
8378 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
|
8379 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
|
8380 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
|
8381 (charset-iso-final-char): Rename from charset-final.
|
|
|
8382 (charset-width): Rename from charset-columns.
|
|
|
8383 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
|
8384
|
|
|
8385 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
|
8386 mule-charset.el
|
|
|
8387
|
|
|
8388 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
|
8389
|
|
|
8390 * x-faces.el (x-make-font-bold-italic): honor
|
|
|
8391 *try-oblique-before-italic-fonts*
|
|
|
8392
|
|
|
8393 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8394
|
|
|
8395 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
|
8396
|
|
|
8397 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8398
|
|
|
8399 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
|
8400 name.
|
|
|
8401
|
|
|
8402 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
|
8403
|
|
|
8404 * cl-extra.el (equalp): Would bug out for lists.
|
|
|
8405
|
|
|
8406 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
|
8407
|
|
|
8408 * about.el (about-hackers): Change cgw's email address
|
|
|
8409
|
|
|
8410 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8411
|
|
|
8412 * XEmacs 21.2.13 is released
|
|
|
8413
|
|
|
8414 1999-03-12 SL Baur <steve@xemacs.org>
|
|
|
8415
|
|
|
8416 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
|
8417 behavior.
|
|
|
8418
|
|
442
|
8419 1999-01-18 Didier Verna <didier@xemacs.org>
|
|
428
|
8420
|
|
|
8421 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
|
8422 multiple elements in the splash buffer body.
|
|
|
8423
|
|
|
8424 * startup.el (splash-frame-timeout): new constant: interval
|
|
|
8425 between splash buffer elements.
|
|
|
8426 (command-line-1): handle splash buffer with multiple elements (use
|
|
|
8427 a timeout).
|
|
|
8428 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
|
8429 Rewrote a cleaner and more readable version. This can now be array,
|
|
|
8430 in which case each element is displayed in turn in the splash buffer.
|
|
|
8431 (splash-frame-static-body): new constant. Persistent information
|
|
|
8432 across all splash buffer elements (preserves the possibility to give
|
|
|
8433 it in different languages.
|
|
|
8434 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
|
8435 to circulate through all splash frame elements and display them in
|
|
|
8436 sequence.
|
|
|
8437 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
|
8438 the case of multiple elements in the splash buffer body. Now
|
|
|
8439 returns a timeout id if multiple elements to display, or nil.
|
|
|
8440
|
|
|
8441 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8442
|
|
|
8443 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
|
8444 so they can be overridden by x-init-face-from-resources.
|
|
|
8445 Additionally specify the font name also with an x tag.
|
|
|
8446
|
|
|
8447 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
|
8448
|
|
|
8449 * package-get.el (package-get-base): autoload.
|
|
|
8450
|
|
|
8451 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
|
8452 custom menu to only be activated when package-base is available.
|
|
|
8453
|
|
|
8454 * package-get.el (package-get-custom): don't load
|
|
|
8455 package-get-custom as it is auto-generated. Fix group definition.
|
|
|
8456
|
|
442
|
8457 1999-03-05 Didier Verna <didier@xemacs.org>
|
|
428
|
8458
|
|
|
8459 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
|
8460 instead of `symbol-name' (Thanks Kyle).
|
|
|
8461
|
|
|
8462 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
|
8463 princ to write symbols.
|
|
|
8464
|
|
|
8465 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8466
|
|
|
8467 * XEmacs 21.2.12 is released
|
|
|
8468
|
|
|
8469 1999-03-05 SL Baur <steve@xemacs.org>
|
|
|
8470
|
|
|
8471 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
|
8472 From Neal Becker <nbecker@fred.net>
|
|
|
8473
|
|
|
8474 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
|
8475
|
|
|
8476 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
|
8477 calls to font-lock during buffer reversion.
|
|
|
8478
|
|
442
|
8479 1999-02-12 Didier Verna <didier@xemacs.org>
|
|
428
|
8480
|
|
|
8481 * info.el (Info-build-node-completions): unconditionally widen the
|
|
|
8482 tag table buffer.
|
|
|
8483
|
|
|
8484 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
|
8485
|
|
|
8486 * x-faces.el (x-init-face-from-resources):
|
|
|
8487 Only set fonts in the 'x locale.
|
|
|
8488
|
|
434
|
8489 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8490
|
|
|
8491 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
|
8492 `package-admin-delete-binary-package' returning nil since it's
|
|
|
8493 normal. Reindent function.
|
|
|
8494 (pui-add-required-packages): Handle case where packages selected
|
|
|
8495 for installation have never been installed.
|
|
|
8496
|
|
|
8497 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
|
8498
|
|
|
8499 * menubar-items.el (default-menubar):
|
|
|
8500 Implement the ``Mule->Set coding system of process'' menu item.
|
|
|
8501
|
|
|
8502 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
|
8503
|
|
|
8504 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
|
8505 files
|
|
|
8506 - Change some `if's to `when's
|
|
|
8507
|
|
|
8508 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8509
|
|
|
8510 * XEmacs 21.2.11 is released
|
|
|
8511
|
|
|
8512 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8513
|
|
|
8514 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
|
8515 against window close (Fix Bug #460).
|
|
|
8516 (ask-user-about-lock-dbox): Idem.
|
|
|
8517
|
|
|
8518 1999-02-25 SL Baur <steve@xemacs.org>
|
|
|
8519
|
|
|
8520 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
|
8521 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
|
8522
|
|
|
8523 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
|
8524
|
|
|
8525 * about.el (xemacs-hackers): change andy's email address.
|
|
|
8526 (about-url-alist): change andy's web page address.
|
|
|
8527 (about-xemacs): add piper.
|
|
|
8528
|
|
|
8529 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
8530
|
|
|
8531 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
8532 of mule-base into lisp/mule.
|
|
|
8533
|
|
|
8534 1999-02-16 SL Baur <steve@xemacs.org>
|
|
|
8535
|
|
|
8536 * mule/arabic.el:
|
|
|
8537 mule/canna-leim.el:
|
|
|
8538 mule/chinese.el:
|
|
|
8539 mule/cyrillic.el:
|
|
|
8540 mule/english.el:
|
|
|
8541 mule/european.el:
|
|
|
8542 mule/greek.el:
|
|
|
8543 mule/hebrew.el:
|
|
|
8544 mule/japanese.el:
|
|
|
8545 mule/kinsoku.el:
|
|
|
8546 mule/korean.el:
|
|
|
8547 mule/misc-lang.el:
|
|
|
8548 mule/mule-category.el:
|
|
|
8549 mule/mule-ccl.el:
|
|
|
8550 mule/mule-charset.el:
|
|
|
8551 mule/mule-cmds.el:
|
|
|
8552 mule/mule-coding.el:
|
|
|
8553 mule/mule-files.el:
|
|
|
8554 mule/mule-help.el:
|
|
|
8555 mule/mule-init.el:
|
|
|
8556 mule/mule-misc.el:
|
|
|
8557 mule/mule-tty-init.el:
|
|
|
8558 mule/mule-x-init.el:
|
|
|
8559 mule/viet-chars.el: Remerge from mule-base.
|
|
|
8560
|
|
|
8561 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
|
8562 of mule-base into lisp/mule.
|
|
|
8563
|
|
434
|
8564 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8565
|
|
|
8566 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
|
8567 of hard-wired "-c" (for WindowsNT).
|
|
|
8568
|
|
|
8569 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
|
8570
|
|
|
8571 * menubar-items.el (default-menubar): Remove obsolete
|
|
|
8572 "Gopher" item
|
|
|
8573
|
|
|
8574 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8575
|
|
|
8576 * package-admin.el (package-admin-get-install-dir): First fall
|
|
|
8577 back to the location of xemacs-base for non-mule packages.
|
|
|
8578
|
|
|
8579 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
|
8580
|
|
|
8581 * paths.el:
|
|
|
8582 - improved automounter tmp directory support.
|
|
|
8583 - support 4 (!) empirically discovered automounter conventions
|
|
|
8584
|
|
|
8585 1999-02-12 SL Baur <steve@xemacs.org>
|
|
|
8586
|
|
|
8587 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
|
8588
|
|
|
8589 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8590
|
|
|
8591 * XEmacs 21.2.10 is released
|
|
|
8592
|
|
|
8593 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8594
|
|
|
8595 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
|
8596 a local file name in the search entry.
|
|
|
8597
|
|
|
8598 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8599
|
|
|
8600 * XEmacs 21.2.9 is released
|
|
|
8601
|
|
442
|
8602 1999-01-19 Didier Verna <didier@xemacs.org>
|
|
428
|
8603
|
|
|
8604 * replace.el (replace-search-function): new variable containing a
|
|
|
8605 function to perform a search-forward.
|
|
|
8606 (replace-re-search-function): new variable containing a function
|
|
|
8607 to perform a re-search-forward.
|
|
|
8608 (perform-replace): use them.
|
|
|
8609
|
|
442
|
8610 1999-01-25 Didier Verna <didier@xemacs.org>
|
|
428
|
8611
|
|
|
8612 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
|
8613 (cut-copy-clear-internal): ditto.
|
|
|
8614
|
|
|
8615 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
|
8616
|
|
|
8617 * about.el (about-url-alist): Update my entry.
|
|
|
8618 (xemacs-hackers): Ditto.
|
|
|
8619
|
|
434
|
8620 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
8621
|
|
|
8622 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
|
8623 * minibuf.el (minibuffer-completion-table): ditto.
|
|
|
8624 * cl-macs.el (return-from): ditto.
|
|
|
8625
|
|
442
|
8626 1999-01-04 Didier Verna <didier@xemacs.org>
|
|
428
|
8627
|
|
|
8628 * replace.el (delete-non-matching-lines): temporarily disable
|
|
|
8629 case-folding when called interactively with a regexp containing
|
|
|
8630 uppercase characters.
|
|
|
8631 (delete-matching-lines): ditto.
|
|
|
8632 (count-matches): ditto.
|
|
|
8633 (list-matching-lines): ditto.
|
|
|
8634
|
|
|
8635 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
|
8636
|
|
|
8637 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
|
8638 abort if current window is split horizontally, not if others are
|
|
|
8639 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
|
8640 some comments (it's still complex).
|
|
|
8641
|
|
|
8642 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
|
8643
|
|
|
8644 * package-get.el: changed address for doc.ic.ac.uk to
|
|
|
8645 sunsite.doc.ic.ac.uk
|
|
|
8646
|
|
|
8647 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8648
|
|
|
8649 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
|
8650 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
|
8651
|
|
|
8652 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
|
8653
|
|
|
8654 * dump-paths.el: Calculate module-directory and set
|
|
|
8655 module-load-path to the load path for modules.
|
|
|
8656
|
|
|
8657 * loadup.el: Get bootstrap value of module-load-path from the
|
|
|
8658 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
|
8659 - Display the module load path if we're debugging paths.
|
|
|
8660
|
|
|
8661 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
|
8662 - Added function paths-find-module-directory.
|
|
|
8663 - Added function paths-construct-module-load-path. Uses new
|
|
|
8664 environment variable EMACSMODULEPATH.
|
|
|
8665
|
|
|
8666 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8667
|
|
|
8668 * font.el (font-default-object-for-device):
|
|
|
8669 Oops! This `or' can't be replaced by `unless'.
|
|
|
8670 Fixed inability to run w3, among other things.
|
|
|
8671
|
|
|
8672 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
|
8673
|
|
|
8674 * package-admin.el: Change initialization of
|
|
|
8675 package-admin-install-function dependent on system type.
|
|
|
8676 Change package-admin-install-function-mswindows to use
|
|
|
8677 "minitar".
|
|
|
8678
|
|
|
8679 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8680
|
|
|
8681 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
|
8682 in the minibuffer.
|
|
|
8683
|
|
|
8684 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
|
8685
|
|
|
8686 * XEmacs 21.2.8 is released.
|
|
|
8687
|
|
|
8688 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
|
8689
|
|
|
8690 * XEmacs 21.2.7 is released.
|
|
|
8691
|
|
|
8692 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8693
|
|
|
8694 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
|
8695
|
|
|
8696 * package-get.el (package-get-download-menu): Use
|
|
|
8697 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
|
8698
|
|
|
8699 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
|
8700 (pui-help-string): idem.
|
|
|
8701 (list-packages-mode): New major mode.
|
|
|
8702 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
|
8703 (pui-install-selected-packages): Add suport for removing packages.
|
|
|
8704 (pui-toggle-package-delete-key): New function.
|
|
|
8705 (pui-popup-context-sensitive): New kludge.
|
|
|
8706 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
|
8707 (package-ui-add-site): New function.
|
|
|
8708
|
|
442
|
8709 1998-12-01 Didier Verna <didier@xemacs.org>
|
|
428
|
8710
|
|
|
8711 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
|
8712
|
|
|
8713 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
8714
|
|
|
8715 * ldap.el: Custom-ized
|
|
|
8716 (toplevel): Do not provide `ldap' which is provided by C level
|
|
|
8717 LDAP code
|
|
|
8718 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
|
8719
|
|
|
8720 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8721
|
|
|
8722 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
|
8723
|
|
|
8724 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
|
8725
|
|
|
8726 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
|
8727 (sound-extension-list): name changed from sound-ext-list.
|
|
|
8728 (load-default-sounds): use new names.
|
|
|
8729 (load-sound-file): use new names.
|
|
|
8730
|
|
|
8731 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
|
8732
|
|
|
8733 * XEmacs 21.2.6 is released
|
|
|
8734
|
|
|
8735 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8736
|
|
|
8737 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
|
8738 errors.
|
|
|
8739
|
|
|
8740 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
8741
|
|
|
8742 * wid-edit.el (widget-echo-this-extent): Set
|
|
|
8743 help-echo-owns-message to t.
|
|
|
8744
|
|
|
8745 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
8746
|
|
|
8747 * package-get.el (package-get-download-menu): use toggles for
|
|
|
8748 each site in the download site menu.
|
|
|
8749
|
|
|
8750 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8751
|
|
|
8752 * package-get.el (package-get): If we cannot find a package
|
|
|
8753 because package-get-remote is not set, give a more helpful
|
|
|
8754 error message.
|
|
|
8755
|
|
|
8756 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
|
8757
|
|
|
8758 * package-get.el (package-get-remote-filename): use an EFS path
|
|
|
8759 with user anonymous if no user is specified.
|
|
|
8760
|
|
|
8761 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8762
|
|
|
8763 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
|
8764 calling reset-face on the default face.
|
|
|
8765
|
|
|
8766 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8767
|
|
|
8768 * package-admin.el (package-admin-default-install-function):
|
|
|
8769 Behave as advertised. Make sure the pkg-dir is proper for
|
|
|
8770 default-directory.
|
|
|
8771 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
|
8772 proper for default-directory.
|
|
|
8773 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
|
8774 is proper for default-directory.
|
|
|
8775
|
|
|
8776 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
|
8777
|
|
|
8778 * XEmacs 21.2.5 is released
|
|
|
8779
|
|
|
8780 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
|
8781
|
|
|
8782 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
|
8783 bytecompile time.
|
|
|
8784
|
|
|
8785 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
|
8786
|
|
|
8787 * x-win-xfree86.el:
|
|
|
8788 * x-win-sun.el (x-win-init-sun):
|
|
|
8789 * x-win-sun.el:
|
|
|
8790 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
|
8791 * x-iso8859-1.el:
|
|
|
8792 * x-init.el (init-post-x-win):
|
|
|
8793 * x-init.el (init-pre-x-win):
|
|
|
8794 * x-init.el (x-initialize-compose):
|
|
|
8795 * x-init.el:
|
|
|
8796 * x-compose.el:
|
|
|
8797 * winnt.el:
|
|
|
8798 * widget.el:
|
|
|
8799 * wid-edit.el (widget-glyph-click):
|
|
|
8800 * wid-edit.el (widget-glyph-find):
|
|
|
8801 * wid-edit.el (widget-type):
|
|
|
8802 * view-less.el (view-buffer-other-window):
|
|
|
8803 * very-early-lisp.el:
|
|
|
8804 * version.el:
|
|
|
8805 * toolbar.el:
|
|
|
8806 * toolbar-items.el:
|
|
|
8807 * term/sun.el (suntool-map):
|
|
|
8808 * term/sun-mouse.el:
|
|
|
8809 * term/internal.el:
|
|
|
8810 * syntax.el (modify-syntax-entry):
|
|
|
8811 * symbol-syntax.el:
|
|
|
8812 * subr.el:
|
|
|
8813 * startup.el (lock-directory):
|
|
|
8814 * simple.el (set-comment-column):
|
|
|
8815 * simple.el (backward-delete-char-untabify):
|
|
|
8816 * shadow.el (find-emacs-lisp-shadows):
|
|
|
8817 * shadow.el:
|
|
|
8818 * setup-paths.el (paths-construct-info-path):
|
|
|
8819 * select.el (cut-copy-clear-internal):
|
|
|
8820 * process.el (call-process-region):
|
|
|
8821 * process.el (start-process-shell-command):
|
|
|
8822 * process.el:
|
|
|
8823 * paths.el (rmail-spool-directory):
|
|
|
8824 * paragraphs.el (use-hard-newlines):
|
|
|
8825 * package-get.el (package-get-dependencies):
|
|
|
8826 * package-admin.el (package-admin-delete-binary-package):
|
|
|
8827 * obsolete.el (truncate-string):
|
|
|
8828 * obsolete.el (store-substring):
|
|
|
8829 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
|
8830 * mouse.el (mouse-yank-at-point):
|
|
|
8831 * modeline.el:
|
|
|
8832 * modeline.el (mouse-drag-modeline):
|
|
|
8833 * minibuf.el (read-directory-name-internal):
|
|
|
8834 * minibuf.el (read-file-name-internal):
|
|
|
8835 * minibuf.el (read-file-name-internal-1):
|
|
|
8836 * minibuf.el (read-file-name-2):
|
|
|
8837 * minibuf.el (exact-minibuffer-completion-p):
|
|
|
8838 * minibuf.el (read-from-minibuffer):
|
|
|
8839 * minibuf.el:
|
|
|
8840 * menubar.el (check-menu-syntax):
|
|
|
8841 * map-ynp.el (map-y-or-n-p):
|
|
|
8842 * make-docfile.el (docfile-out-of-date):
|
|
|
8843 * loadup.el ((member "run-temacs" command-line-args)):
|
|
|
8844 * loadup.el ((member "no-site-file" command-line-args)):
|
|
|
8845 * loadup.el (really-early-error-handler):
|
|
|
8846 * loadup.el:
|
|
|
8847 * loadhist.el:
|
|
|
8848 * loaddefs.el:
|
|
|
8849 * lisp-mnt.el (lm-verify):
|
|
|
8850 * lib-complete.el (lib-complete:cache-completions):
|
|
|
8851 * lib-complete.el (library-all-completions):
|
|
|
8852 * itimer.el (itimer-run-expired-timers):
|
|
|
8853 * info.el (Info-mode):
|
|
|
8854 * info.el (Info-insert-file-contents):
|
|
|
8855 * info.el (Info-rebuild-dir):
|
|
|
8856 * info.el (Info-build-dir-anew):
|
|
|
8857 * info.el (Info-parse-dir-entries):
|
|
|
8858 * info.el (Info-dir-outdated-p):
|
|
|
8859 * info.el (Info-insert-dir):
|
|
|
8860 * info.el (info-xref):
|
|
|
8861 * info.el:
|
|
|
8862 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
|
8863 * hyper-apropos.el (hyper-describe-face):
|
|
|
8864 * hyper-apropos.el (hyper-apropos-mode):
|
|
|
8865 * hyper-apropos.el:
|
|
|
8866 * help.el (list-processes):
|
|
|
8867 * help.el:
|
|
|
8868 * gnuserv.el:
|
|
|
8869 * font.el (mswindows-font-create-name):
|
|
|
8870 * font.el (font-default-font-for-device):
|
|
|
8871 * font.el (x-font-create-object):
|
|
|
8872 * font.el (font-registry):
|
|
|
8873 * font.el:
|
|
|
8874 * font-lock.el (font-lock-keywords):
|
|
|
8875 * font-lock.el:
|
|
|
8876 * finder.el (finder-compile-keywords):
|
|
|
8877 * find-paths.el (paths-find-recursive-path):
|
|
|
8878 * fill.el (set-justification-center):
|
|
|
8879 * fill.el (fill-region-as-paragraph):
|
|
|
8880 * files.el (insert-directory):
|
|
|
8881 * files.el (wildcard-to-regexp):
|
|
|
8882 * files.el (recover-file):
|
|
|
8883 * files.el (basic-save-buffer):
|
|
|
8884 * files.el (delete-auto-save-file-if-necessary):
|
|
|
8885 * files.el (file-relative-name):
|
|
|
8886 * files.el (backup-extract-version):
|
|
|
8887 * files.el (backup-buffer):
|
|
|
8888 * files.el (set-visited-file-name):
|
|
|
8889 * files.el (set-auto-mode):
|
|
|
8890 * files.el (interpreter-mode-alist):
|
|
|
8891 * files.el:
|
|
|
8892 * files.el (find-file-noselect):
|
|
|
8893 * files.el (abbreviate-file-name):
|
|
|
8894 * files.el (parse-colon-path):
|
|
|
8895 * files.el (directory-abbrev-alist):
|
|
|
8896 * etags.el (visit-tags-table-buffer):
|
|
|
8897 * easymenu.el (easy-menu-define):
|
|
|
8898 * dragdrop.el (experimental-dragdrop-drag):
|
|
|
8899 * dragdrop.el (dragdrop-drop-do-functions):
|
|
|
8900 * dragdrop.el (dragdrop-drop-at-point):
|
|
|
8901 * disass.el (disassemble-1):
|
|
|
8902 * disass.el (disassemble-internal):
|
|
|
8903 * disass.el (disassemble):
|
|
|
8904 * disass.el:
|
|
|
8905 * derived.el (derived-mode-init-mode-variables):
|
|
|
8906 * derived.el (define-derived-mode):
|
|
|
8907 * custom.el (defgroup):
|
|
|
8908 * cus-edit.el (custom-quote):
|
|
|
8909 * config.el:
|
|
|
8910 * code-process.el (open-network-stream):
|
|
|
8911 * code-process.el (start-process):
|
|
|
8912 * code-process.el (call-process-region):
|
|
|
8913 * code-process.el (call-process):
|
|
|
8914 * code-process.el:
|
|
|
8915 * code-files.el (insert-file-contents):
|
|
|
8916 * code-files.el:
|
|
|
8917 * code-files.el (buffer-file-coding-system-for-read):
|
|
|
8918 * cmdloop.el (yes-or-no-p-minibuf):
|
|
|
8919 * cl.el:
|
|
|
8920 * cl-macs.el:
|
|
|
8921 * cl-extra.el:
|
|
|
8922 * callers-of-rpt.el (make-caller-report):
|
|
|
8923 * callers-of-rpt.el:
|
|
|
8924 * bytecomp.el (batch-byte-recompile-directory):
|
|
|
8925 * bytecomp.el (batch-byte-compile-1):
|
|
|
8926 * bytecomp.el (batch-byte-compile):
|
|
|
8927 * bytecomp.el (display-call-tree):
|
|
|
8928 * bytecomp.el (byte-compile-insert):
|
|
|
8929 * bytecomp.el (byte-compile-two-args-19->20):
|
|
|
8930 * bytecomp.el (byte-compile-variable-ref):
|
|
|
8931 * bytecomp.el (byte-compile-form):
|
|
|
8932 * bytecomp.el (byte-compile-top-level-body):
|
|
|
8933 * bytecomp.el (byte-compile-out-toplevel):
|
|
|
8934 * bytecomp.el (byte-compile-byte-code-maker):
|
|
|
8935 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
|
8936 * bytecomp.el (byte-compile-file-form):
|
|
|
8937 * bytecomp.el (byte-compile-keep-pending):
|
|
|
8938 * bytecomp.el (byte-compile-insert-header):
|
|
|
8939 * bytecomp.el (byte-compile-from-buffer):
|
|
|
8940 * bytecomp.el (byte-compile-file):
|
|
|
8941 * bytecomp.el (byte-recompile-file):
|
|
|
8942 * bytecomp.el (byte-compile-close-variables):
|
|
|
8943 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
|
8944 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
|
8945 * bytecomp.el (byte-compiler-legal-options):
|
|
|
8946 * bytecomp.el (byte-compile-lapcode):
|
|
|
8947 * bytecomp.el (byte-optimize-log):
|
|
|
8948 * bytecomp.el ((fboundp 'defsubst)):
|
|
|
8949 * bytecomp.el:
|
|
|
8950 * bytecomp-runtime.el:
|
|
|
8951 * byte-optimize.el (byte-optimize-apply):
|
|
|
8952 * byte-optimize.el (car):
|
|
|
8953 * byte-optimize.el (byte-optimize-form):
|
|
|
8954 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
|
8955 * byte-optimize.el:
|
|
|
8956 * build-report.el (build-report-insert-installation-file):
|
|
|
8957 * build-report.el (build-report):
|
|
|
8958 * auto-show.el:
|
|
|
8959 * apropos.el (apropos-documentation):
|
|
|
8960 - mega patch
|
|
|
8961 - clean up byte-compile warnings
|
|
|
8962 - remove unused variables
|
|
|
8963 - Use common lisp style hashtable functions
|
|
|
8964 - byte compiler cleanup
|
|
|
8965 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
|
8966 - remove old backquote syntax usage
|
|
|
8967 - move some cl functionality into C for speed.
|
|
|
8968 - remove last remaining VMS support
|
|
|
8969 - spelling fixes
|
|
|
8970 - implement last, butlast, nbutlast, copy-list in C.
|
|
|
8971 - new macro ignore-file-errors, similar to ignore-errors
|
|
|
8972 (ignore-file-errors (delete-file "foo"))
|
|
|
8973 - get frequent garbage collection during loadup.el by tweaking
|
|
|
8974 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
|
8975 - default delete-key-deletes-forward to `t'.
|
|
|
8976
|
|
|
8977 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
|
8978
|
|
|
8979 * XEmacs 21.2-beta4 is released.
|
|
|
8980
|
|
|
8981 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8982
|
|
|
8983 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
|
8984 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
|
8985 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
|
8986
|
|
|
8987 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
|
8988 (add-menu-button): Add 'in-menu' argument.
|
|
|
8989 (add-menu-item-1): Add in-menu support to helper function.
|
|
|
8990
|
|
|
8991 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
|
8992
|
|
|
8993 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
|
8994
|
|
|
8995 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
8996
|
|
|
8997 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
|
8998 of Dec 4, 1997.
|
|
|
8999
|
|
|
9000 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9001
|
|
|
9002 * process.el (shell-command-on-region): Report if the command
|
|
|
9003 succeeded or failed.
|
|
|
9004
|
|
|
9005 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9006
|
|
|
9007 * subr.el (buffer-substring-no-properties): Comment out.
|
|
|
9008
|
|
434
|
9009 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
9010
|
|
|
9011 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
|
9012 into font instances first, like `x-frob-font-size' does.
|
|
|
9013 (mswindows-find-larger-font): ditto
|
|
|
9014
|
|
|
9015 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
|
9016
|
|
|
9017 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
|
9018 to `package-get'.
|
|
|
9019
|
|
|
9020 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9021
|
|
|
9022 * package-get.el (host-name): New widget type.
|
|
|
9023 (package-get-remote): Better customization using new type.
|
|
|
9024 (package-get-download-sites): idem dito.
|
|
|
9025
|
|
|
9026 (package-get-custom): Do not use package-get-all untill we have
|
|
|
9027 runtime dependencies.
|
|
|
9028
|
|
|
9029 (package-get-remove-copy): Default to 't' we no longer need this
|
|
|
9030 kludge as we do not currently use depenencies.
|
|
|
9031
|
|
|
9032 (package-get-was-current): New variable.
|
|
|
9033 (package-get-require-base): New 'force-current' argument.
|
|
|
9034 (package-get-update-base): idem
|
|
|
9035 (package-get-package-provider): idem
|
|
|
9036 (package-get-locate-index-file): New 'no-remote' argument.
|
|
|
9037 (package-get-locate-file): idem.
|
|
|
9038
|
|
|
9039 (package-get-maybe-save-index): New function.
|
|
|
9040 (package-get-update-base): Use it.
|
|
|
9041
|
|
|
9042 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
|
9043
|
|
|
9044 * package-get.el (package-get-remote): default to nil; by default,
|
|
|
9045 don't go out to the net via EFS. They must select a download site.
|
|
|
9046 (package-get-download-sites): new variable.
|
|
|
9047 (package-get-download-menu): new function.
|
|
|
9048 (package-get-locate-index-file): new function.
|
|
|
9049 (package-get-update-base): use it.
|
|
|
9050
|
|
|
9051 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
|
9052 and "Add Download Site" menus under Options | Manage Packages.
|
|
|
9053
|
|
|
9054 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
|
9055
|
|
|
9056 * package-get.el (package-get): bugfix code checking installed version
|
|
|
9057 for case where package is not currently installed.
|
|
|
9058 (package-get-require-signed-base-updates): new variable.
|
|
|
9059 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
|
9060 deemed not a goot thing. Use the variable
|
|
|
9061 package-get-allow-unsigned-base-updates instead.
|
|
|
9062
|
|
|
9063 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
|
9064
|
|
|
9065 * package-get.el (package-get): Don't install an older version than
|
|
|
9066 we already have unless explicitly told to. Issue a warning.
|
|
|
9067
|
|
|
9068 * package-ui.el (pui-add-required-packages): when adding
|
|
|
9069 dependencies, don't add packages that are up to date.
|
|
|
9070 (pui-package-symbol-char): Don't consider a package out of date
|
|
|
9071 if you have a newer version installed than the latest version in
|
|
|
9072 package-get-base.
|
|
|
9073
|
|
|
9074 * package-get.el (package-get-base-filename): document that it may
|
|
|
9075 be a path relative to package-get-remote; new default value.
|
|
|
9076 (package-get-locate-file): new function.
|
|
|
9077 (package-get-update-base): use it to expand package-get-base-filename.
|
|
|
9078 (package-get-save-base): new function to save the package-get database
|
|
|
9079 to file.
|
|
|
9080 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
|
9081 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
|
9082 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
|
9083 (package-get-file-installed-p): removed; no longer needed.
|
|
|
9084 (package-get-create-custom): ditto.
|
|
|
9085 (toplevel): remove code to build and load package-get-custom.el
|
|
|
9086 (package-get-custom-add-entry): new function.
|
|
|
9087
|
|
|
9088 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9089
|
|
|
9090 * wid-edit.el (widget-button-click): Don't switch window.
|
|
|
9091
|
|
|
9092 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9093
|
|
|
9094 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
|
9095
|
|
|
9096 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
|
9097
|
|
|
9098 * etags.el (find-tag-default): Run find-tag-hook using
|
|
|
9099 run-hooks rather than funcall
|
|
|
9100
|
|
|
9101 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9102
|
|
|
9103 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
|
9104 and the current local map as the parents to isearch-mode-map.
|
|
|
9105
|
|
|
9106 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
|
9107
|
|
|
9108 * XEmacs 21.2-beta3 is released.
|
|
|
9109
|
|
|
9110 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
9111
|
|
|
9112 * package-get.el (package-get-update-base): use
|
|
|
9113 insert-file-contents-internal, not insert-file-contents-literally.
|
|
|
9114
|
|
|
9115 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9116
|
|
|
9117 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
|
9118 dump time.
|
|
|
9119
|
|
|
9120 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
9121
|
|
|
9122 * package-get.el (package-get-update-base-entry): new function.
|
|
|
9123 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
|
9124 cleanup, and use package-get-update-base-from-buffer.
|
|
|
9125 (package-get-update-base-from-buffer): new function.
|
|
|
9126 (package-get-update-base-entries): new; helper for above.
|
|
|
9127 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
|
9128
|
|
|
9129 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
|
9130
|
|
|
9131 * files.el (set-auto-mode): Don't play games loading package-get
|
|
|
9132 database; package-get-package-provider will handle it all.
|
|
|
9133
|
|
|
9134 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
|
9135
|
|
|
9136 * package-get.el (package-get-base-filename): new variable.
|
|
|
9137 (package-get-require-base): new function.
|
|
|
9138 (package-get-pgp-signed-begin-line): new variable.
|
|
|
9139 (package-get-pgp-signature-begin-line): ditto.
|
|
|
9140 (package-get-pgp-signature-end-line): ditto.
|
|
|
9141 (package-get-load-base): new function.
|
|
|
9142 (package-get-interactive-package-query):
|
|
|
9143 (package-get-update-all):
|
|
|
9144 (package-get-dependencies):
|
|
|
9145 (package-get-package-provider):
|
|
|
9146 (package-get-custom): use package-get-require-base.
|
|
|
9147 [package-get-custom loading]: disable for now.
|
|
|
9148
|
|
|
9149 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
|
9150
|
|
|
9151 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9152
|
|
|
9153 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
|
9154
|
|
|
9155 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9156
|
|
|
9157 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
|
9158 to with Customize. Move all the package stuff to a new Item in Options.
|
|
|
9159
|
|
|
9160 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
|
9161
|
|
|
9162 * package-get.el (package-get): Use new
|
|
|
9163 package-admin-get-install-dir.
|
|
|
9164
|
|
|
9165 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
|
9166 Conserve package location and put mule packages where mule-base is.
|
|
|
9167
|
|
|
9168 * package-get.el : Customized
|
|
|
9169
|
|
|
9170 * package-ui.el (pui): Customized
|
|
|
9171 (pui-package-install-dest-dir): New variable.
|
|
|
9172 (pui-install-selected-packages): Use it
|
|
|
9173
|
|
|
9174 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
|
9175
|
|
|
9176 * package-get.el (package-get-interactive-package-query): Move
|
|
|
9177 dependency on package-get-base to run-time.
|
|
|
9178 (package-get-update-all): Ditto.
|
|
|
9179 (package-get-dependencies): Ditto.
|
|
|
9180 (package-get-package-provider): Ditto.
|
|
|
9181 (package-get-custom): Ditto.
|
|
|
9182
|
|
|
9183 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9184
|
|
|
9185 * events.el: Remove 'ascii-character property from 'backspace
|
|
|
9186 and 'delete symbols
|
|
|
9187
|
|
|
9188 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9189
|
|
|
9190 * package-get-base.el: removed.
|
|
|
9191
|
|
442
|
9192 1998-09-23 Didier Verna <didier@xemacs.org>
|
|
428
|
9193
|
|
|
9194 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
|
9195 (no-upper-case-p): new function.
|
|
|
9196 (with-search-caps-disable-folding): new macro.
|
|
|
9197 (with-interactive-search-caps-disable-folding): new macro.
|
|
|
9198 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
|
9199 the character is uppercase.
|
|
|
9200 (zap-up-to-char): ditto.
|
|
|
9201
|
|
|
9202 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
|
9203
|
|
|
9204 * isearch-mode.el (isearch-fix-case): ditto.
|
|
|
9205 make obsolete `with-caps-disable-folding' and
|
|
|
9206 `isearch-no-upper-case-p'.
|
|
|
9207
|
|
|
9208 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
|
9209 (tags-search): ditto.
|
|
|
9210 (tags-query-replace): ditto.
|
|
|
9211
|
|
|
9212 * info.el (Info-search): ditto.
|
|
|
9213
|
|
|
9214 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9215
|
|
|
9216 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
|
9217
|
|
|
9218 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
|
9219
|
|
|
9220 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
|
9221 check for "." and ".." before symlink check. expand files and
|
|
|
9222 directories with respect to DIRECTORY, not default-directory.
|
|
|
9223
|
|
|
9224 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
|
9225
|
|
|
9226 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
|
9227
|
|
|
9228 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
|
9229
|
|
|
9230 * package-ui.el (pui-add-required-packages): new function, select
|
|
|
9231 dependent packages.
|
|
|
9232 (pui-display-keymap): bind it.
|
|
|
9233 (pui-help-string): document it.
|
|
|
9234 (pui-install-selected-packages): package-get-all -> package-get.
|
|
|
9235
|
|
|
9236 * package-get.el (package-get-dependencies): new function.
|
|
|
9237
|
|
|
9238 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9239
|
|
|
9240 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
|
9241 regexps.
|
|
|
9242
|
|
|
9243 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9244
|
|
|
9245 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
|
9246 function.
|
|
|
9247 (default-mouse-track-normalize-point): Use it.
|
|
|
9248
|
|
|
9249 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9250
|
|
|
9251 * package-admin.el (package-admin-delete-binary-package):
|
|
|
9252 General cleanup. Remove unnessary use of progn and
|
|
|
9253 save-excursion.
|
|
|
9254 (package-admin-delete-binary-package): Do NOT mess with file
|
|
|
9255 modes. That is evil.
|
|
|
9256 (package-admin-delete-binary-package): Wrap all deleting in
|
|
|
9257 condition-case. The data in MANIFEST is untrustworthy.
|
|
|
9258 (package-admin-delete-binary-package): Let the OS worry about non
|
|
|
9259 empty directories.
|
|
|
9260
|
|
|
9261 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
|
9262
|
|
|
9263 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
|
9264 processing.
|
|
|
9265 (lm-report-bug): Fix mail address to send bug reports to.
|
|
|
9266
|
|
|
9267 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
|
9268
|
|
|
9269 * XEmacs 21.2-beta2 is released.
|
|
|
9270
|
|
|
9271 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9272
|
|
|
9273 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
|
9274
|
|
|
9275 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9276
|
|
|
9277 * info.el (Info-mode): Document page turning by double clicks in
|
|
|
9278 docstring so `M-x describe-mode' will display it.
|
|
|
9279
|
|
|
9280 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
9281
|
|
|
9282 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
|
9283 widths to calculate a border region where double clicking does
|
|
|
9284 page turning, and return `nil' by default so other hooks, such as
|
|
|
9285 region highlighting, will be run.
|
|
|
9286
|
|
|
9287 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
|
9288
|
|
|
9289 * sound.el (default-sound-directory-list): Initialize with all the
|
|
|
9290 "sounds" directories in `data-directory-list'. It used to just be
|
|
|
9291 the first one.
|
|
|
9292
|
|
|
9293 * packages.el (locate-data-directory-list): Created. This gives
|
|
|
9294 the list of matching directories, unlike `locate-data-directory',
|
|
|
9295 which just gives the first one.
|
|
|
9296
|
|
|
9297 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9298
|
|
|
9299 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
|
9300 make a binding in the local keymap until help-char handling is
|
|
|
9301 improved.
|
|
|
9302
|
|
|
9303 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
|
9304 binding.
|
|
|
9305 (help-print-help-form): New helper function.
|
|
|
9306
|
|
|
9307 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9308
|
|
|
9309 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
|
9310 move extent to another buffer; no need to create a new extent.
|
|
|
9311 (isearch-fix-case): New function.
|
|
|
9312 (isearch-search-and-update): Use it.
|
|
|
9313
|
|
|
9314 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9315
|
|
|
9316 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
|
9317 the keymap, not minor-mode-map-alist.
|
|
|
9318 (isearch-done): Restore overriding-local-map.
|
|
|
9319
|
|
|
9320 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
|
9321
|
|
|
9322 * bytecomp.el (byte-compile-buffer-substring):
|
|
|
9323 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
|
9324 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
|
9325 - new code not only works, but is more readable, too.
|
|
|
9326
|
|
|
9327 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9328
|
|
|
9329 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
|
9330 specify a default font at this late stage. Do try to force
|
|
|
9331 creation of the default face font so that if it fails we get
|
|
|
9332 an error now instead of a crash at frame creation.
|
|
|
9333
|
|
|
9334 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
|
9335 mswindows-make-font-unitalic: Canonical default weight
|
|
|
9336 changed from "Normal" to "Regular".
|
|
|
9337
|
|
|
9338 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
|
9339 not being passed into call to mswindows-find-smaller-font.
|
|
|
9340
|
|
763
|
9341 1998-09-10 Björn Torkelsson <torkel@hpc2n.umu.se>
|
|
428
|
9342
|
|
|
9343 * package-get.el (package-get-remote): Fix the path where to find
|
|
|
9344 the packages on xemacs.org.
|
|
|
9345
|
|
|
9346 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9347
|
|
|
9348 * about.el (about-maintainer-info): Update Ben's entry.
|
|
|
9349
|
|
|
9350 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
|
9351
|
|
|
9352 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
|
9353 - `member' was being called on lists of length 2000!
|
|
|
9354 - Replace with hashtables.
|
|
|
9355 - Replace hand-coded loops with (dolist)
|
|
|
9356 - Fix comment typo
|
|
|
9357
|
|
|
9358 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
9359
|
|
|
9360 * packages.el: Added new function, `package-delete-name', to
|
|
|
9361 delete existing packages from the installed package database
|
|
|
9362 (`packages-package-list'). Also added the "pkginfo" directory
|
|
|
9363 to `packages-special-base-regexp', so that the pkginfo directory
|
|
|
9364 would not get added to `late-packages'.
|
|
|
9365
|
|
|
9366 * package-admin.el: Added ability to delete an installed package
|
|
|
9367 (added low-level function, `package-admin-delete-package').
|
|
|
9368 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
|
9369 delete the package. When installing a package, will also
|
|
|
9370 create a MANIFEST.* file if one is not provided by the
|
|
|
9371 package. If the MANIFEST.* doesn't exist when deleting a
|
|
|
9372 package, the functions will fall back to attempting to delete
|
|
|
9373 any package-specific lisp directory.
|
|
|
9374
|
|
|
9375 * package-get.el: Moved some functions to package-admin.el.
|
|
|
9376 Added interactive function `package-get-delete-package', for
|
|
|
9377 use by users for deleting a package.
|
|
|
9378
|
|
442
|
9379 Also modified to not require the presence of efs.
|
|
428
|
9380
|
|
|
9381 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9382
|
|
|
9383 * files.el (find-file-noselect): Handle all signals, kill the
|
|
|
9384 buffer and resignal.
|
|
|
9385
|
|
|
9386 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
|
9387
|
|
|
9388 * cl-macs.el (glyph-image): Add setf method.
|
|
|
9389
|
|
|
9390 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
9391
|
|
|
9392 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
|
9393 .tar.gz files first, in preference over .tgz files.
|
|
|
9394
|
|
|
9395 * package-ui.el: Fix display of package version numbers.
|
|
|
9396
|
|
|
9397 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9398
|
|
|
9399 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
|
9400 argument.
|
|
|
9401
|
|
|
9402 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
9403
|
|
|
9404 * list-mode.el: `display-completion-list': added new/optional
|
|
|
9405 keyword `:completion-string', which allows the programmer to
|
|
|
9406 change the "Possible completions are:" prompt.
|
|
|
9407
|
|
|
9408 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
|
9409 visual package browser/installer:
|
|
|
9410
|
|
|
9411 Options->Customize->List Packages
|
|
|
9412
|
|
|
9413 * package-admin.el: Added hooks for installing under both Unix
|
|
|
9414 and MS Windows. Does additional error checking. No longer
|
|
|
9415 calls "add-big-package.sh" to install packages under Unix; now
|
|
|
9416 calls gunzip & tar directly.
|
|
|
9417
|
|
|
9418 * package-get.el: Added ability to install packages from files
|
|
|
9419 on a local disk/CDROM. Now deletes any existing package lisp
|
|
|
9420 directory. Does completion on available packages when
|
|
|
9421 querying for package names. Will also search for .tgz files
|
|
|
9422 in addition for .tar.gz files. Tries to reload
|
|
|
9423 auto-autoloads, as a convenience when loading new packages,
|
|
|
9424 and also tries to add any new package paths to `load-path'.
|
|
|
9425 Changed all occurences of `concat' to use `expand-file-name'.
|
|
|
9426
|
|
|
9427 * package-ui.el: New file which implements the main visual
|
|
|
9428 package browser/installer, which is started via a menu pick or
|
|
|
9429 M-x pui-list packages.
|
|
|
9430
|
|
|
9431 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9432
|
|
|
9433 * startup.el (load-init-file): spelling fix.
|
|
|
9434
|
|
|
9435 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9436
|
|
|
9437 * startup.el (normal-top-level): Load auto-autoload files
|
|
|
9438 covariantly with their precedence.
|
|
|
9439
|
|
|
9440 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9441
|
|
|
9442 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
|
9443 option, there is currently no custom equivalent.. Customize-faces
|
|
|
9444 is "Edit faces".
|
|
|
9445
|
|
|
9446 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
|
9447 default face.
|
|
|
9448
|
|
|
9449 * faces.el (face-spec-update-all-matching): New function.
|
|
|
9450
|
|
|
9451 * cus-face.el (custom-set-face-update-spec): New function.
|
|
|
9452 Interface to customize faces from elisp.
|
|
|
9453
|
|
|
9454 (custom-face-value-create): Show the customized settings if set
|
|
|
9455 but not saved.
|
|
|
9456
|
|
|
9457 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9458
|
|
|
9459 (custom-face-value-create): Show the customized settings if set
|
|
|
9460 but not saved.
|
|
|
9461
|
|
|
9462 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9463
|
|
|
9464 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
|
9465 query-replace-regexp.
|
|
|
9466
|
|
|
9467 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
|
9468
|
|
|
9469 * minibuf.el (read-file-name-internal-1): use
|
|
|
9470 user-name-completion-1 instead of user-name-completion.
|
|
|
9471
|
|
|
9472 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9473
|
|
|
9474 * loadup.el:
|
|
|
9475 * make-docfile.el:
|
|
|
9476 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
|
9477 global variable) no more.
|
|
|
9478
|
|
|
9479 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
|
9480 (now defunct as a global variable) a parameter.
|
|
|
9481
|
|
|
9482 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
|
9483
|
|
|
9484 * about.el (about-hackers): new email
|
|
|
9485
|
|
|
9486 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9487
|
|
|
9488 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
|
9489
|
|
442
|
9490 1998-07-17 Didier Verna <didier@xemacs.org>
|
|
428
|
9491
|
|
|
9492 * faces.el (set-face-property):
|
|
|
9493 (set-face-dim-p):
|
|
|
9494 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
|
9495 tty-specific.
|
|
|
9496 (face-equal): the dim property is now a common one.
|
|
|
9497
|
|
|
9498 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
|
9499 Renamed the `stipple' attribute to `background-pixmap'.
|
|
|
9500 (custom-face-background-pixmap): make custom-face-stipple an
|
|
|
9501 obsolete alias for this.
|
|
|
9502
|
|
|
9503 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9504
|
|
|
9505 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
|
9506 used.
|
|
|
9507
|
|
|
9508 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
|
9509
|
|
|
9510 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
9511
|
|
|
9512 * packages.el (packages-data-path-depth): Added and used.
|
|
|
9513
|
|
|
9514 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
|
9515
|
|
|
9516 * about.el:
|
|
|
9517 - Change .xpm to .png, delete "zcat" section.
|
|
|
9518 - cosmetic fix in the 'marcpa' entry.
|
|
|
9519
|
|
|
9520 * etc/photos
|
|
|
9521 - convert all .xpm.Z to .png
|
|
|
9522 - rename mrb to martin
|
|
|
9523 - rename mcook-m to mcookm
|
|
|
9524
|
|
|
9525 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
|
9526
|
|
|
9527 * x-init.el (x-initialize-compose): Add support for
|
|
|
9528 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
|
9529
|
|
|
9530 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
|
9531
|
|
|
9532 * setup-paths.el (paths-construct-exec-path): Made the
|
|
|
9533 last-packages really be last.
|
|
|
9534 (paths-construct-data-directory-list): Ditto.
|
|
|
9535
|
|
|
9536 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
|
9537
|
|
|
9538 * startup.el(startup-splash-frame-body):
|
|
|
9539 Update Copyright notice in splash screen
|
|
|
9540
|
|
|
9541 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
9542
|
|
|
9543 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
|
9544
|
|
|
9545 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
9546
|
|
|
9547 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
|
9548 aginst destroyed extents
|
|
|
9549
|
|
|
9550 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
|
9551
|
|
|
9552 * package-get.el (package-get): add `install-dir' argument.
|
|
|
9553
|
|
|
9554 1998-07-20 John Jones <jj@asu.edu>
|
|
|
9555
|
|
|
9556 * package-get.el: calls to package-get-update-all will only
|
|
|
9557 update packages which are already installed.
|
|
|
9558
|
|
|
9559 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
|
9560
|
|
|
9561 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
|
9562 writable.
|
|
|
9563
|
|
|
9564 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
|
9565
|
|
|
9566 * about.el (about-hackers): Correct my email.
|
|
|
9567
|
|
|
9568 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
|
9569
|
|
|
9570 * about.el (about-hackers): new email-address.
|
|
|
9571
|
|
|
9572 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
|
9573
|
|
|
9574 * minibuf.el (read-number): Don't let `input-error' condition
|
|
|
9575 escape.
|
|
|
9576
|
|
|
9577 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
|
9578
|
|
|
9579 * about.el (about-hackers): use my `email-for-life' address.
|
|
|
9580
|
|
|
9581 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
|
9582
|
|
|
9583 * XEmacs 21.2-beta1 is released.
|
|
|
9584
|
|
|
9585 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9586
|
|
|
9587 * ldap.el (ldap-search): Doc string change
|
|
|
9588
|
|
|
9589 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
|
9590
|
|
|
9591 * menubar-items.el (default-menubar): Removed references to
|
|
|
9592 `data-directory', and use `locate-data-file' instead, and made
|
|
|
9593 then greyed out if they don't exist.
|
|
|
9594
|
|
|
9595 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9596
|
|
|
9597 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
|
9598 since the latter does not accept integer args anymore
|
|
|
9599
|
|
|
9600 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
|
9601
|
|
|
9602 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
|
9603 macros replaced.
|
|
|
9604
|
|
|
9605 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9606
|
|
|
9607 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
|
9608 * update-elc.el: Ditto.
|
|
|
9609 * loadup.el (really-early-error-handler): Ditto.
|
|
|
9610
|
|
|
9611 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
|
9612 very-early-lisp.el.
|
|
|
9613
|
|
|
9614 * very-early-lisp.el: New file.
|
|
|
9615
|
|
|
9616 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
|
9617
|
|
|
9618 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
|
9619
|
|
|
9620 * obsolete.el (eval-current-buffer): Make compatible.
|
|
|
9621 (byte-code-function-p): Ditto.
|
|
|
9622 (send-string): Removed.
|
|
|
9623 (send-region): Removed.
|
|
|
9624 (screen-scrollbar-width): Removed.
|
|
|
9625 (set-screen-scrollbar-width): Removed.
|
|
|
9626 (set-screen-left-margin-width): Removed.
|
|
|
9627 (set-screen-right-margin-width): Removed.
|
|
|
9628 (screen-left-margin-width): Removed.
|
|
|
9629 (screen-right-margin-width): Removed.
|
|
|
9630 (set-buffer-left-margin-width): Removed.
|
|
|
9631 (set-buffer-right-margin-width): Removed.
|
|
|
9632 (buffer-left-margin-width): Removed.
|
|
|
9633 (buffer-right-margin-width): Removed.
|
|
|
9634 (x-set-frame-icon-pixmap): Removed.
|
|
|
9635 (x-set-screen-icon-pixmap): Removed.
|
|
|
9636 (pixel-name): Removed.
|
|
|
9637 (make-pixmap): Removed.
|
|
|
9638 (make-cursor): Removed.
|
|
|
9639 (pixmap-width): Removed.
|
|
|
9640 (pixmap-contributes-to-line-height-p): Removed.
|
|
|
9641 (set-pixmap-contributes-to-line-height): Removed.
|
|
|
9642
|
|
|
9643 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
|
9644
|
|
|
9645 * obsolete.el (popup-menu-up-p): removed.
|
|
|
9646 (read-no-blanks-input): Removed.
|
|
|
9647 (wholenump): Removed.
|
|
|
9648 (ring-mod): Removed (what was ring-mod?).
|
|
|
9649 (current-time-seconds): Removed.
|
|
|
9650 (run-special-hook-with-args): Removed.
|
|
|
9651 (dot): Removed.
|
|
|
9652 (dot-marker): Removed.
|
|
|
9653 (dot-min): Removed.
|
|
|
9654 (dot-max): Removed.
|
|
|
9655 (window-dot): Removed.
|
|
|
9656 (set-window-dot): Removed.
|
|
|
9657
|
|
|
9658 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
|
9659 `dot-min'.
|
|
|
9660
|
|
|
9661 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
|
9662
|
|
|
9663 * code-files.el (insert-file-contents): Rename
|
|
|
9664 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
|
9665 (write-region): Ditto.
|
|
|
9666
|
|
|
9667 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
|
9668
|
|
|
9669 * about.el: Fix typos, update release date.
|
|
|
9670
|
|
|
9671 * Symbols that have been obsolete for at least 3 years removed.
|
|
|
9672
|
|
|
9673 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
|
9674 screen- functions.
|
|
|
9675 (toplevel): remove setf methods for screen functions.
|
|
|
9676 * cl-macs.el (extent-data): defsetf removed.
|
|
|
9677 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
|
9678 many places to remove.
|
|
|
9679 (comment-indent-hook): Ditto.
|
|
|
9680 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
|
9681 (buffer-dedicated-screen): Ditto.
|
|
|
9682 (deiconify-screen): Ditto.
|
|
|
9683 (delete-screen): Ditto.
|
|
|
9684 (event-screen): Ditto.
|
|
|
9685 (find-file-other-screen): Ditto.
|
|
|
9686 (find-file-read-only-other-screen): Ditto.
|
|
|
9687 (live-screen-p): Ditto.
|
|
|
9688 (screen-height): Ditto.
|
|
|
9689 (screen-iconified-p): Ditto.
|
|
|
9690 (screen-list): Ditto.
|
|
|
9691 (screen-live-p): Ditto.
|
|
|
9692 (screen-name): Ditto.
|
|
|
9693 (screen-parameters): Ditto.
|
|
|
9694 (screen-pixel-height): Ditto.
|
|
|
9695 (screen-pixel-width): Ditto.
|
|
|
9696 (screen-root-window): Ditto.
|
|
|
9697 (screen-selected-window): Ditto.
|
|
|
9698 (screen-totally-visible-p): Ditto.
|
|
|
9699 (screen-visible-p): Ditto.
|
|
|
9700 (screen-width): Ditto.
|
|
|
9701 (screenp): Ditto.
|
|
|
9702 (get-screen-for-buffer): Ditto.
|
|
|
9703 (get-screen-for-buffer-noselect): Ditto.
|
|
|
9704 (get-other-screen): Ditto.
|
|
|
9705 (iconify-screen): Ditto.
|
|
|
9706 (lower-screen): Ditto.
|
|
|
9707 (mail-other-screen): Ditto.
|
|
|
9708 (make-screen): Ditto.
|
|
|
9709 (make-screen-invisible): Ditto.
|
|
|
9710 (make-screen-visible): Ditto.
|
|
|
9711 (modify-screen-parameters): Ditto.
|
|
|
9712 (new-screen): Ditto.
|
|
|
9713 (next-screen): Ditto.
|
|
|
9714 (next-multiscreen-window): Ditto.
|
|
|
9715 (other-screen): Ditto.
|
|
|
9716 (previous-screen): Ditto.
|
|
|
9717 (previous-multiscreen-window): Ditto.
|
|
|
9718 (raise-screen): Ditto.
|
|
|
9719 (redraw-screen): Ditto.
|
|
|
9720 (select-screen): Ditto.
|
|
|
9721 (selected-screen): Ditto.
|
|
|
9722 (set-buffer-dedicated-screen): Ditto.
|
|
|
9723 (set-screen-height): Ditto.
|
|
|
9724 (set-screen-position): Ditto.
|
|
|
9725 (set-screen-size): Ditto.
|
|
|
9726 (set-screen-width): Ditto.
|
|
|
9727 (show-temp-buffer-in-current-screen): Ditto.
|
|
|
9728 (switch-to-buffer-other-screen): Ditto.
|
|
|
9729 (visible-screen-list): Ditto.
|
|
|
9730 (window-screen): Ditto.
|
|
|
9731 (x-set-screen-pointer): Ditto.
|
|
|
9732 (x-set-frame-pointer): Ditto.
|
|
|
9733 (screen-title-format): Ditto.
|
|
|
9734 (screen-icon-title-format): Ditto.
|
|
|
9735 (terminal-screen): Ditto.
|
|
|
9736 (delete-screen-hook): Ditto.
|
|
|
9737 (create-screen-hook): Ditto.
|
|
|
9738 (mouse-enter-screen-hook): Ditto.
|
|
|
9739 (mouse-leave-screen-hook): Ditto.
|
|
|
9740 (map-screen-hook): Ditto.
|
|
|
9741 (unmap-screen-hook): Ditto.
|
|
|
9742 (default-screen-alist): Ditto.
|
|
|
9743 (default-screen-name): Ditto.
|
|
|
9744 (x-screen-defaults): Ditto.
|
|
|
9745 (x-create-screen): Ditto.
|
|
|
9746 * obsolete.el: meta-flag removed.
|
|
|
9747 baud-rate removed.
|
|
|
9748 sleep-for-millisecs removed.
|
|
|
9749 extent-data removed.
|
|
|
9750 set-extent-data removed.
|
|
|
9751 set-extent-attribute removed.
|
|
|
9752 extent-glyph removed.
|
|
|
9753 extent-layout removed.
|
|
|
9754 set-extent-layout removed.
|
|
|
9755 list-faces-display removed.
|
|
|
9756 list-faces removed.
|
|
|
9757 trim-versions-without-asking removed.
|
|
|
9758 after-write-file-hooks removed.
|
|
|
9759 truename removed.
|
|
|
9760 auto-fill-hook removed.
|
|
|
9761 blink-paren-hook removed.
|
|
|
9762 select-screen-hook, deselect-screen-hook removed.
|
|
|
9763 auto-raise-screen, auto-lower-screen removed.
|
|
|
9764
|
|
|
9765 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
|
9766
|
|
|
9767 * XEmacs 21.0-pre5 is released.
|
|
|
9768
|
|
|
9769 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
|
9770
|
|
|
9771 * about.el (about-hackers): Credits update.
|
|
|
9772
|
|
|
9773 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9774
|
|
|
9775 * register.el (insert-register): Don't activate the region.
|
|
|
9776
|
|
|
9777 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
|
9778
|
|
|
9779 * select.el: Restore x-* symbols for backwards compatibility:
|
|
|
9780 x-copy-primary-selection, x-kill-primary-selection,
|
|
|
9781 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
|
9782 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
|
9783
|
|
|
9784 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
|
9785
|
|
|
9786 * XEmacs 21.0-pre4 is released.
|
|
|
9787
|
|
|
9788 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9789
|
|
|
9790 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
|
9791 reporting bugs.
|
|
|
9792 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
|
9793 `expand-file-name' rather than `concat'.
|
|
|
9794
|
|
|
9795 * help.el (print-messages): New function.
|
|
|
9796
|
|
|
9797 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9798
|
|
|
9799 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
|
9800
|
|
|
9801 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9802
|
|
|
9803 * about.el: Tweaked my entry in about-hackers.
|
|
|
9804
|
|
|
9805 * find-paths.el (paths-emacs-root-p):
|
|
|
9806 Relaxed emacs-root checking of an in-place installation to
|
|
442
|
9807 also accommodate the flat layout used on MS Windows.
|
|
428
|
9808
|
|
|
9809 1998-06-29 John Jones <jj@asu.edu>
|
|
|
9810
|
|
|
9811 * package-get.el: calls to package-get-update-all will only
|
|
|
9812 update packages which are already installed.
|
|
|
9813
|
|
|
9814 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
|
9815
|
|
|
9816 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
|
9817 are handled by the gui-element face fallbacks now.
|
|
|
9818
|
|
|
9819 * x-faces.el: default gui-element face to "background" as well as
|
|
|
9820 the default face.
|
|
|
9821
|
|
|
9822 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
|
9823 and default face settings since these are set as fallbacks now in
|
|
|
9824 the appropriate domain.
|
|
|
9825
|
|
|
9826 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
|
9827
|
|
|
9828 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
|
9829 corresponding to `page-delim' goes first and the hack in
|
|
|
9830 `forward-paragraph' will work.
|
|
|
9831 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
|
9832
|
|
|
9833 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9834
|
|
|
9835 * subr.el (remove-hook): When checking the hook value
|
|
|
9836 with functionp, don't apply car to it.
|
|
|
9837
|
|
|
9838 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9839
|
|
|
9840 * package-get.el (package-get-remote-filename):
|
|
|
9841 Don't use file-name-as-directory because the local directory
|
|
|
9842 separator conventions might not be the same as ftp's.
|
|
|
9843
|
|
|
9844 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9845
|
|
|
9846 * ldap.el (ldap-host-parameters-alist): New name of
|
|
|
9847 `ldap-host-parameters-plist'
|
|
|
9848
|
|
434
|
9849 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
9850
|
|
|
9851 * package-get.el: Using (require 'package-get-base), now that it
|
|
|
9852 provides itself. Consequently removed all instances of (load
|
|
|
9853 "package-get-base.el").
|
|
|
9854
|
|
|
9855 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
9856
|
|
|
9857 * subr.el (remove-hook): Don't treat the hook value as a
|
|
|
9858 list unless it is both consp and not functionp.
|
|
|
9859
|
|
|
9860 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
|
9861
|
|
|
9862 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
|
9863 * auto-show.el: Ditto.
|
|
|
9864 * bytecomp.el: Ditto.
|
|
|
9865 * faces.el: Ditto.
|
|
|
9866 * x-scrollbar.el: Ditto.
|
|
|
9867 * x-misc.el: Ditto.
|
|
|
9868 * tty-init.el: Ditto.
|
|
|
9869 * toolbar-items.el: Ditto.
|
|
|
9870 * symbol-syntax.el: Ditto.
|
|
|
9871 * specifier.el: Ditto.
|
|
|
9872 * objects.el: Ditto.
|
|
|
9873 * hyper-apropos.el: Ditto.
|
|
|
9874 * glyphs.el: Ditto.
|
|
|
9875
|
|
|
9876 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9877
|
|
|
9878 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
|
9879 vertical-divider-always-visible-p.
|
|
|
9880 (default-mouse-motion-handler): Ditto.
|
|
|
9881
|
|
|
9882 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9883
|
|
|
9884 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
|
9885 global value.
|
|
|
9886
|
|
|
9887 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
|
9888
|
|
|
9889 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
|
9890
|
|
|
9891 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9892
|
|
|
9893 * font.el: Split font-family-mappings into X and
|
|
|
9894 mswindows-specific versions.
|
|
|
9895 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
9896 as a pointsize. Added underline and strikethru handling.
|
|
|
9897
|
|
|
9898 * msw-faces.el: changed default mswindows charset to western.
|
|
|
9899
|
|
|
9900 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
9901 was inserted to get round bugs in the mswindows C font code.
|
|
|
9902
|
|
|
9903 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
|
9904
|
|
|
9905 * about.el (about-hackers): Credits update.
|
|
|
9906
|
|
|
9907 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
|
9908 TUTORIAL.
|
|
|
9909
|
|
|
9910 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
|
9911 to ISO-8859-2.
|
|
|
9912
|
|
|
9913 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9914
|
|
|
9915 * font.el: Split font-family-mappings into X and
|
|
|
9916 mswindows-specific versions.
|
|
|
9917 mswindows-font-create-[object|name]: Treat supplied size
|
|
|
9918 as a pointsize. Added underline and strikethru handling.
|
|
|
9919
|
|
|
9920 * msw-faces.el: changed default mswindows charset to western.
|
|
|
9921
|
|
|
9922 * msw-glyphs.el: removed space in border-glyph font string that
|
|
|
9923 was inserted to get round bugs in the mswindows C font code.
|
|
|
9924
|
|
|
9925 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
9926
|
|
|
9927 * minibuf.el: make read-color-completion-table call
|
|
|
9928 (mswindows-color-list for mswindows devices.
|
|
|
9929
|
|
|
9930 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
|
9931
|
|
|
9932 * lisp/font-lock.el
|
|
|
9933 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
|
9934 Let declaration items contain non-word symbol characters.
|
|
|
9935
|
|
434
|
9936 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
9937
|
|
|
9938 * package-get.el (package-get-package-provider): Added autoload
|
|
|
9939 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
|
9940 it. Fixed some (interactive ...) with multiple argument specs
|
|
|
9941 again. Cosmetic indentation changes.
|
|
|
9942
|
|
|
9943 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9944
|
|
|
9945 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
|
9946 that you want to use later.
|
|
|
9947
|
|
|
9948 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
9949
|
|
|
9950 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
|
9951 to x-kill-primary-selection with kill-primary-selection
|
|
|
9952
|
|
|
9953 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
|
9954
|
|
|
9955 * simple.el (what-cursor-position): Make cursor position reported
|
|
|
9956 use value of column-number-start-at-one
|
|
|
9957
|
|
|
9958 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
|
9959
|
|
|
9960 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
|
9961
|
|
|
9962 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
|
9963
|
|
|
9964 * startup.el (startup-splash-frame): Remove
|
|
|
9965 `xemacs-startup-logo-function'.
|
|
|
9966
|
|
|
9967 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
|
9968
|
|
|
9969 * about.el (about-hackers): Update credits list.
|
|
|
9970
|
|
|
9971 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
|
9972
|
|
|
9973 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
|
9974 extensions to be found by load-sound-file
|
|
|
9975
|
|
|
9976 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
9977
|
|
|
9978 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
|
9979 (Info-auto-generate-directory): New variable
|
|
|
9980 (Info-save-auto-generated-dir): New variable
|
|
|
9981 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
|
9982 (Info-build-dir-anew): Second parameter removed. Use
|
|
|
9983 `Info-save-auto-generated-dir'
|
|
|
9984 (Info-rebuild-dir): Ditto
|
|
|
9985
|
|
|
9986 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
9987
|
|
|
9988 * list-mode.el (next-list-mode-item): Would not recognize
|
|
|
9989 border between directly neighbored items.
|
|
|
9990
|
|
|
9991 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
9992
|
|
|
9993 * package-get.el: add autoloads for some functions.
|
|
|
9994
|
|
|
9995 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
9996
|
|
|
9997 * specifier.el (let-specifier): Tiny docfixes.
|
|
|
9998
|
|
|
9999 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
|
10000
|
|
|
10001 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
|
10002
|
|
|
10003 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
10004
|
|
|
10005 * wid-edit.el (widget-specify-secret): New function.
|
|
|
10006 (widget-after-change): Use it.
|
|
|
10007 (widget-specify-field): Use it.
|
|
|
10008
|
|
|
10009 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10010
|
|
|
10011 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
|
10012 `doit'; reuse result of `window-pixel-edges'.
|
|
|
10013
|
|
|
10014 * modeline.el (drag-modeline-event-lag): Rename to
|
|
|
10015 drag-divider-event-lag.
|
|
|
10016
|
|
|
10017 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10018
|
|
|
10019 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
|
10020 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
|
10021 arguments.
|
|
|
10022
|
|
|
10023 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10024
|
|
|
10025 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
|
10026 `completion-ignore-case' in completions buffer under Windows.
|
|
|
10027
|
|
|
10028 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10029
|
|
|
10030 * about.el (about-maintainer-glyph): Fix support for not
|
|
|
10031 compressed images.
|
|
|
10032
|
|
|
10033 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10034
|
|
|
10035 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
|
10036
|
|
|
10037 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
|
10038 `cancel-mode-internal' function is fetched.
|
|
|
10039
|
|
|
10040 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10041
|
|
|
10042 * files.el (save-some-buffers-1): Fixed return value.
|
|
|
10043
|
|
|
10044 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
|
10045
|
|
|
10046 * dragdrop.el: added experimental
|
|
|
10047
|
|
|
10048 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
10049
|
|
|
10050 * startup.el (after-init-hook, init-file-user,
|
|
|
10051 user-init-directory, load-user-init-file): Purge references
|
|
|
10052 to "~/.xemacs/init.el" from docstrings.
|
|
|
10053
|
|
|
10054 (load-user-init-file) Use paths-construct-path to construct
|
|
|
10055 paths to user init files. Go directly to ~/.emacs, do not
|
|
|
10056 search ~/.xemacs/, do not load `default-custom-file'.
|
|
|
10057
|
|
|
10058 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10059
|
|
|
10060 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
|
10061 general *sh.
|
|
|
10062 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
|
10063
|
|
|
10064 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
|
10065
|
|
|
10066 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
|
10067 menu.
|
|
|
10068
|
|
|
10069 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
|
10070
|
|
|
10071 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
|
10072 in xpm-color-symbols instead of default.
|
|
|
10073
|
|
|
10074 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
|
10075
|
|
|
10076 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
|
10077
|
|
|
10078 * startup.el (xemacs-startup-logo-function): New variable.
|
|
|
10079 (startup-splash-frame): Use it.
|
|
|
10080
|
|
|
10081 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10082
|
|
|
10083 * files.el (save-some-buffers): Would wait 1 second.
|
|
|
10084 (save-some-buffers-1): Delete other windows here instead of in
|
|
|
10085 `save-some-buffers'.
|
|
|
10086 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
|
10087
|
|
442
|
10088 1998-06-02 Didier Verna <didier@xemacs.org>
|
|
428
|
10089
|
|
|
10090 * cus-face.el (custom-face-attributes): generalized the use of
|
|
|
10091 toggle buttons for boolean attributes.
|
|
|
10092 Re-ordered the items a bit.
|
|
|
10093
|
|
|
10094 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
|
10095
|
|
|
10096 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
|
10097 to find the sounds directory.
|
|
|
10098
|
|
|
10099 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
10100
|
|
|
10101 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
|
10102 otherwise. load-default sounds without extensions.
|
|
|
10103
|
|
763
|
10104 1998-05-27 Björn Torkelsson <torkel@hpc2n.umu.se>
|
|
428
|
10105
|
|
|
10106 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
|
10107 if send-pr is not bound.
|
|
|
10108
|
|
|
10109 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
|
10110
|
|
|
10111 * files.el: grok idl files in auto-mode-alist.
|
|
|
10112 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
|
10113
|
|
|
10114 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
|
10115 calling `upcase'.
|
|
|
10116
|
|
|
10117 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
|
10118
|
|
|
10119 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
|
10120
|
|
|
10121 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10122
|
|
|
10123 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
|
10124 instead of XEmacs one when dumping InfoDock.
|
|
|
10125
|
|
|
10126 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10127
|
|
|
10128 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
|
10129 for `modeline-visible-p'
|
|
|
10130
|
|
|
10131 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
|
10132
|
|
|
10133 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
10134
|
|
|
10135 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
|
10136 since it's not used anymore. doc string fixes.
|
|
|
10137
|
|
|
10138 * package-get.el (package-get-file-installed-p): new function. use
|
|
|
10139 instead of file-installed-p which is in an external package.
|
|
|
10140
|
|
|
10141 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
|
10142
|
|
|
10143 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
|
10144 favor of select-window/switch-to-buffer
|
|
|
10145
|
|
|
10146 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
10147
|
|
|
10148 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
|
10149
|
|
|
10150 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
|
10151
|
|
|
10152 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
|
10153 (offix-start-drag-region) moved to dragdrop.el
|
|
|
10154 (offix-start-drag) moved to dragdrop.el
|
|
|
10155 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
|
10156 (offix-start-drag-region) moved from frame.el
|
|
|
10157 (offix-start-drag) moved from frame.el
|
|
|
10158 (cde-start-drag-region) cde drag regions
|
|
|
10159 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
|
10160
|
|
|
10161 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
|
10162
|
|
|
10163 * dragdrop.el: created dragdrop-drag prototypes
|
|
|
10164 (cde-start-drag-region) fixed typo
|
|
|
10165
|
|
|
10166 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
|
10167
|
|
|
10168 * simple.el (after-init-hook): Remove reader macro.
|
|
|
10169
|
|
|
10170 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
|
10171 macros. Update DOC string.
|
|
|
10172
|
|
|
10173 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10174
|
|
|
10175 * mouse.el (drag-window-divider): Ditto.
|
|
|
10176
|
|
|
10177 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
10178
|
|
|
10179 * lisp-mode.el (let-specifier): Specify indentation.
|
|
|
10180
|
|
|
10181 * specifier.el (let-specifier): Renamed from
|
|
|
10182 `with-specifier-instance'.
|
|
|
10183
|
|
|
10184 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
10185
|
|
|
10186 * x-faces.el:
|
|
|
10187 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
|
10188 to faces. Predicate x-get-resource on the presence of x.
|
|
|
10189
|
|
442
|
10190 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
|
428
|
10191 faces as specfier defaults.
|
|
|
10192
|
|
|
10193 * package-get.el: don't use package-admin-add-single-file-package.
|
|
|
10194
|
|
|
10195 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10196
|
|
|
10197 * toolbar-items.el: Fixup tooltips.
|
|
|
10198 (toolbar-gnus): Don't use obsolete variable
|
|
|
10199 toolbar-news-frame-properties.
|
|
|
10200 (toolbar-news-reader): Default to `gnus' instead of
|
|
|
10201 `not-configured'.
|
|
|
10202
|
|
|
10203 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
|
10204 Windows.
|
|
|
10205
|
|
|
10206 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
|
10207
|
|
|
10208 * package-get.el: rename -installedp -> -installed-p.
|
|
|
10209
|
|
|
10210 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10211
|
|
|
10212 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
|
10213 attributes, and assinged it to continuation, truncation and
|
|
|
10214 hscroll glyphs.
|
|
|
10215
|
|
|
10216 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
|
10217 and made continuation, truncation and hscroll glyphs arrow
|
|
|
10218 characters out of that font.
|
|
|
10219
|
|
|
10220 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10221
|
|
|
10222 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
|
10223 directory-sep-char being \.
|
|
|
10224 (minibuffer-electric-tilde): Ditto.
|
|
|
10225 (read-file-name-map): Ditto.
|
|
|
10226
|
|
|
10227 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10228
|
|
|
10229 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
|
10230 on X devices.
|
|
|
10231 (default-mouse-track-deal-with-down-event): Avoid
|
|
|
10232 `x-disown-selection'; use `disown-selection' instead.
|
|
|
10233
|
|
|
10234 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
10235
|
|
|
10236 * select.el:
|
|
|
10237 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
|
10238 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
|
10239 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
|
10240 (x-copy-primary-selection).
|
|
|
10241 (own-clipboard): new function.
|
|
|
10242
|
|
|
10243 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
|
10244 functions in select.el. remove old ones.
|
|
|
10245 (mswindows-own-clipboard): new function.
|
|
|
10246
|
|
|
10247 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
|
10248
|
|
|
10249 * gnuserv.el: allow connections from mswindows type devices.
|
|
|
10250
|
|
|
10251 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
|
10252
|
|
|
10253 * msw-glyphs.el: change image type used from cursor to resource.
|
|
|
10254
|
|
|
10255 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10256
|
|
|
10257 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
|
10258 for {top,bottom}-{left,right} values in addition to
|
|
|
10259 {top,bottom}_{left,right}.
|
|
|
10260 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
|
10261
|
|
|
10262 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10263
|
|
|
10264 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
|
10265
|
|
|
10266 * specifier.el (with-specifier-instance): Added docstring.
|
|
|
10267
|
|
|
10268 * mouse.el (drag-window-divider): Ditto.
|
|
|
10269
|
|
|
10270 * modeline.el (mouse-drag-modeline): Use it.
|
|
|
10271
|
|
|
10272 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
|
10273 level.
|
|
|
10274
|
|
|
10275 * specifier.el (with-specifier-instance): New macro.
|
|
|
10276
|
|
|
10277 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
|
10278
|
|
|
10279 * package-get.el (package-get-create-custom): new function to
|
|
|
10280 auto-generate package-get-custom.el from package-get-base.el.
|
|
|
10281 * (package-get-ever-installedp): new function.
|
|
|
10282 * (package-get-custom): new function to get all packages specified
|
|
|
10283 by customize.
|
|
|
10284
|
|
|
10285 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10286
|
|
|
10287 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
|
10288
|
|
|
10289 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
|
10290
|
|
|
10291 * cl-extra.el: Reverse previous float change.
|
|
|
10292
|
|
|
10293 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
|
10294
|
|
|
10295 * x-faces.el:
|
|
|
10296 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
|
10297 required by w3 under mswindows as well X.
|
|
|
10298
|
|
|
10299 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10300
|
|
|
10301 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
|
10302 clause, one more overlookef fsfism.
|
|
|
10303 (nt-quote-args-functions-alist): End sentences with double space.
|
|
|
10304
|
|
|
10305 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10306
|
|
|
10307 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
|
10308 recaching default-toolbar specifier.
|
|
|
10309 (pop-window-configuration): Ditto.
|
|
|
10310 (unpop-window-configuration): Ditto.
|
|
|
10311
|
|
|
10312 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10313
|
|
|
10314 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
|
10315
|
|
|
10316 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10317
|
|
|
10318 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
|
10319 (nt-quote-args-prefix-quote): Added function.
|
|
|
10320 (nt-quote-args-backslash-quote): Added function.
|
|
|
10321 (nt-quote-args-double-quote): Added function.
|
|
|
10322 (nt-quote-args-functions-alist): New variable.
|
|
|
10323 (nt-quote-process-args): Added function. This is the main quoting
|
|
|
10324 work horse called from process-nt.c
|
|
|
10325
|
|
|
10326 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10327
|
|
|
10328 * winnt.el: Removed duplicate definitions for backspace,
|
|
|
10329 delete, M-backspace and C-M-backspace.
|
|
|
10330 (file-name-buffer-file-type-alist): Removed this variable.
|
|
|
10331 (find-buffer-file-type): Removed function.
|
|
|
10332 (find-file-binary): Removed function.
|
|
|
10333 (find-file-text): Removed function.
|
|
|
10334 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
|
10335 (save-to-unix-hook): Removed function.
|
|
|
10336 (revert-from-unix-hook): Removed function.
|
|
|
10337 (using-unix-filesystems): Removed function.
|
|
|
10338 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
|
10339 warning.
|
|
|
10340 (x-set-selection): Removed function.
|
|
|
10341 (x-get-selection): Removed function.
|
|
|
10342 Removed commented FSFisms.
|
|
|
10343 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
|
10344 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
|
10345 comint-process-echoes setting to t.
|
|
|
10346
|
|
|
10347 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
10348
|
|
|
10349 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
|
10350 and used following the interface change of
|
|
|
10351 `paths-find-recursive-path'.
|
|
|
10352
|
|
|
10353 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
|
10354 regexp instead of a list of base names.
|
|
|
10355 (paths-version-control-filename-regexp):
|
|
|
10356 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
|
10357 Introduced and used following the interface change of
|
|
|
10358 `paths-find-recursive-path'.
|
|
|
10359
|
|
|
10360 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10361
|
|
|
10362 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
|
10363 on X devices, rather than on all non-TTY devices.
|
|
|
10364
|
|
|
10365 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10366
|
|
|
10367 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
|
10368
|
|
|
10369 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
|
10370
|
|
434
|
10371 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
|
428
|
10372
|
|
|
10373 * itimer.el (activate-itimer): Fixed usage of integers
|
|
|
10374 as argument to `concat'.
|
|
|
10375
|
|
|
10376 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
|
10377
|
|
|
10378 * itimer.el (start-itimer): replace the use of `concat' with
|
|
|
10379 `format'
|
|
|
10380
|
|
|
10381 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
|
10382
|
|
|
10383 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
|
10384 From Bob Weiner <weiner@altrasoft.com>
|
|
|
10385
|
|
|
10386 * loadhist.el (symbol-file): Supply prompt string when used
|
|
|
10387 interactively.
|
|
|
10388 From Bob Weiner <weiner@altrasoft.com>
|
|
|
10389
|
|
|
10390 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10391
|
|
|
10392 * loadup.el (really-early-error-handler): Ditto.
|
|
|
10393
|
|
|
10394 * update-elc.el: Ditto.
|
|
|
10395
|
|
|
10396 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
10397
|
|
|
10398 * make-docfile.el: Ditto.
|
|
|
10399
|
|
|
10400 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
|
10401 instead of decode-path.
|
|
|
10402
|
|
|
10403 * files.el (parse-colon-path): Update docstring reference.
|
|
|
10404
|
|
|
10405 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
10406
|
|
|
10407 * msw-init.el:
|
|
|
10408 * x-init.el:
|
|
|
10409 Bind cut'n'paste keys to non window-system specific functions.
|
|
|
10410
|
|
|
10411 * msw-select.el: New function mswindows-clear-clipboard.
|
|
|
10412 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
|
10413 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
|
10414
|
|
|
10415 * select.el: on mswindows devices delete-primary-selection
|
|
|
10416 calls mswindows-clear-clipboard.
|
|
|
10417
|
|
|
10418 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10419
|
|
|
10420 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
|
10421
|
|
|
10422 * cmdloop.el (read-char): Don't inhibit quit.
|
|
|
10423 (read-char-exclusive): Ditto.
|
|
|
10424 (read-char): Signal quit if quit-char was pressed.
|
|
|
10425 (read-char-exclusive): Ditto.
|
|
|
10426 (read-quoted-char): Return a character, not integer.
|
|
|
10427
|
|
|
10428 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
|
10429 selection code.
|
|
|
10430 (default-popup-menu): Fix code.
|
|
|
10431
|
|
|
10432 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
|
10433
|
|
|
10434 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
|
10435
|
|
|
10436 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
|
10437
|
|
|
10438 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
|
10439
|
|
|
10440 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10441
|
|
|
10442 * device.el (device-pixel-width):
|
|
|
10443 (device-pixel-height):
|
|
|
10444 (device-mm-width):
|
|
|
10445 (device-mm-height):
|
|
|
10446 (device-bitplanes):
|
|
|
10447 (device-color-cells): Swapped parameters to device-system-metric
|
|
|
10448 according to the interface change.
|
|
|
10449
|
|
|
10450 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10451
|
|
|
10452 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
|
10453 function event-over-vertical-divider-p.
|
|
|
10454 Do not set E-W arrow cursor over the divider if
|
|
|
10455 vertical-divider-draggable-p is nil in the window.
|
|
|
10456 ([top-level]): Use new name for the variable
|
|
|
10457 vertical-divider-map.
|
|
|
10458 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
|
10459 Variable name typo fixes.
|
|
|
10460
|
|
|
10461 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10462
|
|
|
10463 * keymap.el (kbd): Define here; handle string constants and
|
|
|
10464 others...
|
|
|
10465
|
|
|
10466 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
|
10467
|
|
|
10468 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
|
10469 in Emacs 18.
|
|
|
10470
|
|
442
|
10471 1998-05-13 Didier Verna <didier@xemacs.org>
|
|
428
|
10472
|
|
|
10473 * mouse.el (drag-window-divider): give the vertical divider a
|
|
|
10474 pressed look when dragging it.
|
|
|
10475
|
|
|
10476 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
|
10477
|
|
|
10478 * faces.el: predicate some more face operations on x or mswindows
|
|
|
10479 not just x.
|
|
|
10480
|
|
|
10481 * modeline.el: enable modeline coloring for mswindows.
|
|
|
10482
|
|
|
10483 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
10484
|
|
|
10485 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
|
10486 FSF Emacs.
|
|
|
10487 (next-history-element): Used `minibuffer-default'.
|
|
|
10488
|
|
|
10489 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
|
10490
|
|
|
10491 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
|
10492 arguments still look a bit strange
|
|
|
10493 (dragdrop-compare-mods) created
|
|
|
10494 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
|
10495 modifiers
|
|
|
10496
|
|
|
10497 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10498
|
|
|
10499 * setup-paths.el (paths-default-info-directories): Replace
|
|
|
10500 path-separator with directory-sep-char.
|
|
|
10501
|
|
|
10502 * files.el (path-separator): Don't define it here.
|
|
|
10503
|
|
|
10504 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10505
|
|
|
10506 * update-elc.el: Ditto.
|
|
|
10507
|
|
|
10508 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
|
10509
|
|
|
10510 * make-docfile.el: Ditto.
|
|
|
10511
|
|
|
10512 * loadup.el (really-early-error-handler): Ditto.
|
|
|
10513
|
|
|
10514 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
|
10515 instead of decode-path-internal.
|
|
|
10516
|
|
|
10517 * files.el (parse-colon-path): Update docstring.
|
|
|
10518
|
|
|
10519 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10520
|
|
|
10521 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
|
10522
|
|
|
10523 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
|
10524 get-buffer-window-list.
|
|
|
10525
|
|
|
10526 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10527
|
|
|
10528 * disass.el: Fix maintainer keyword.
|
|
|
10529
|
|
|
10530 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
|
10531 (byte-compile-buffer): Ditto.
|
|
|
10532
|
|
|
10533 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
|
10534 value is returned, not the name.
|
|
|
10535 (lisp-imenu-generic-expression): Enable it.
|
|
|
10536 (lisp-mode-variables): Ditto.
|
|
|
10537 (lisp-indent-offset): Change defconst to defvar.
|
|
|
10538 (lisp-indent-function): Ditto.
|
|
|
10539 (lisp-body-indent): Ditto.
|
|
|
10540
|
|
|
10541 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10542
|
|
|
10543 * modeline.el: Use zap-last-kbd-macro-event.
|
|
|
10544
|
|
|
10545 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
|
10546 nil, don't attempt to do anything with messages.
|
|
|
10547 (eval-last-sexp): Use `letf' for clarity.
|
|
|
10548
|
|
|
10549 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10550
|
|
|
10551 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
|
10552
|
|
|
10553 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
|
10554
|
|
|
10555 * buff-menu.el:
|
|
|
10556 * lisp-mode.el:
|
|
|
10557 * obsolete.el:
|
|
|
10558 Change empty docstrings into no doc strings at all.
|
|
|
10559 Fix bogus FSF-format docstrings.
|
|
|
10560 * etags.el: Fix docstring.
|
|
|
10561
|
|
|
10562 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
10563
|
|
|
10564 * package-get.el (package-get): Use internal md5
|
|
|
10565
|
|
|
10566 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
|
10567
|
|
|
10568 * about.el (about-xemacs): Correct abuse of concat.
|
|
|
10569
|
|
|
10570 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
|
10571
|
|
|
10572 * info.el (Info-mode): Use easymenu.
|
|
|
10573
|
|
|
10574 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10575
|
|
|
10576 * apropos.el (apropos): Don't use concat with integers.
|
|
|
10577
|
|
|
10578 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
|
10579 was seen gracefully.
|
|
|
10580
|
|
|
10581 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
|
10582 defun.
|
|
|
10583 (apropos-describe-plist): Ditto.
|
|
|
10584
|
|
|
10585 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
|
10586 (describe-key): Use it as defun.
|
|
|
10587 (describe-mode): Ditto.
|
|
|
10588 (describe-bindings): Ditto.
|
|
|
10589 (describe-prefix-bindings): Ditto.
|
|
|
10590 (describe-installation): Ditto.
|
|
|
10591 (view-lossage): Ditto.
|
|
|
10592 (describe-function): Ditto.
|
|
|
10593 (describe-variable): Ditto.
|
|
|
10594 (describe-syntax): Ditto.
|
|
|
10595
|
|
|
10596 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
|
10597
|
|
|
10598 * dragdrop.el: changed order of require/provide
|
|
|
10599 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
|
10600 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
|
10601 (dragdrop-function-widget) this one needs more work...
|
|
|
10602
|
|
|
10603 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
|
10604
|
|
|
10605 * about.el: another small change in my entry
|
|
|
10606 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
|
10607 plus customizations
|
|
|
10608 changed interface to handler functions. now called with event
|
|
|
10609 and object
|
|
|
10610
|
|
|
10611 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10612
|
|
|
10613 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
|
10614 E-W arrow pointer displayed over draggable dividers.
|
|
|
10615
|
|
|
10616 * mouse.el (default-mouse-motion-handler): Show it when
|
|
|
10617 appropriate.
|
|
|
10618 (drag-window-divider): Added.
|
|
|
10619 ([top-level]): Initialized window-divider-map with a keymap
|
|
|
10620 binding the above function to left button down event.
|
|
|
10621
|
|
|
10622 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
|
10623 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
|
10624 E-W double arrow.
|
|
|
10625
|
|
|
10626 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
|
10627
|
|
|
10628 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
|
10629
|
|
|
10630 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10631
|
|
|
10632 * simple.el (count-words-buffer): Don't query for buffer.
|
|
|
10633 (count-lines-buffer): Ditto.
|
|
|
10634
|
|
|
10635 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
10636
|
|
|
10637 * help.el (where-is): add optional insert argument.
|
|
|
10638
|
|
|
10639 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10640
|
|
|
10641 * help.el (describe-key-briefly): New argument INSERT.
|
|
|
10642
|
|
|
10643 * simple.el (eval-expression): New optional argument; synch with
|
|
|
10644 FSF 20.3.
|
|
|
10645
|
|
|
10646 * keydefs.el (global-map): Add new register bindings.
|
|
|
10647
|
|
|
10648 * register.el: Synched with FSF 20.3.
|
|
|
10649
|
|
|
10650 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
|
10651
|
|
|
10652 * window-xemacs.el (recenter): all arguments are optional.
|
|
|
10653
|
|
|
10654 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10655
|
|
|
10656 * device.el: (device-pixel-width): Reflected name/parameters
|
|
|
10657 change to device-system-metric.
|
|
|
10658 (device-pixel-height): Ditto.
|
|
|
10659 (device-mm-width): Ditto.
|
|
|
10660 (device-mm-height): Ditto.
|
|
|
10661 (device-bitplanes): Ditto.
|
|
|
10662 (device-color-cells): Ditto.
|
|
|
10663
|
|
|
10664 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10665
|
|
|
10666 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
|
10667
|
|
|
10668 * cl.el (most-positive-fixnum): Document.
|
|
|
10669 (most-negative-fixnum): Ditto.
|
|
|
10670
|
|
|
10671 * cus-dep.el: Updated comment.
|
|
|
10672
|
|
|
10673 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
|
10674 constant.
|
|
|
10675
|
|
|
10676 * cus-load.el (custom-put): Removed.
|
|
|
10677
|
|
|
10678 * files.el (after-find-file): Just resignal quit instead of
|
|
|
10679 signaling "canceled".
|
|
|
10680
|
|
|
10681 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10682
|
|
|
10683 * frame.el (other-frame): Use `focus-frame' instead of
|
|
|
10684 select-frame kludges.
|
|
|
10685
|
|
|
10686 * lisp-mode.el: Update lisp-indent-function for
|
|
|
10687 save-selected-frame and with-selected-frame.
|
|
|
10688
|
|
|
10689 * frame.el (save-selected-frame): New macro.
|
|
|
10690 (with-selected-frame): Ditto.
|
|
|
10691 (other-frame): Use `set-frame-focus'.
|
|
|
10692
|
|
|
10693 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
|
10694
|
|
|
10695 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
|
10696 (dragdrop-drop-url-default) default handler for URL drops created
|
|
|
10697 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
|
10698 (dragdrop-drop-functions) default custom for handling drops created
|
|
|
10699 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
|
10700
|
|
|
10701 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
10702
|
|
|
10703 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
|
10704
|
|
|
10705 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
|
10706
|
|
|
10707 * about.el: changed some text in my entry
|
|
|
10708 * dragdrop.el: added customs
|
|
|
10709
|
|
|
10710 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
|
10711
|
|
|
10712 * mouse.el: killed global drop key bindings
|
|
|
10713 (mouse-offix-drop) removed
|
|
|
10714 * dragdrop.el: created
|
|
|
10715 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
|
10716
|
|
|
10717 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10718
|
|
|
10719 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
|
10720 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
|
10721
|
|
|
10722 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
|
10723 obsolete comment.
|
|
|
10724
|
|
|
10725 * scrollbar.el (scrollbars-visible-p): Use new
|
|
|
10726 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
|
10727
|
|
|
10728 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10729
|
|
|
10730 * device.el (device-pixel-height):
|
|
|
10731 (device-pixel-width):
|
|
|
10732 (device-mm-width):
|
|
|
10733 (device-mm-height):
|
|
|
10734 (device-bitplanes):
|
|
|
10735 (device-color-cells): Moved these 6 functions from device.c; they
|
|
|
10736 all use single (device-system-metrics) call.
|
|
|
10737
|
|
|
10738 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
|
10739
|
|
|
10740 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
|
10741 were renamed.
|
|
|
10742
|
|
|
10743 * menubar-items.el:
|
|
|
10744 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
|
10745 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10746
|
|
|
10747 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
|
10748 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
|
10749
|
|
|
10750 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
|
10751
|
|
|
10752 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
|
10753 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
|
10754
|
|
|
10755 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
|
10756
|
|
|
10757 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
|
10758
|
|
|
10759 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
|
10760
|
|
|
10761 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
|
10762
|
|
|
10763 * startup.el (startup-splash-frame): Change ID logo name.
|
|
|
10764
|
|
|
10765 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10766
|
|
|
10767 * files.el (after-find-file): If the user presses C-g on
|
|
|
10768 directory-creation prompt, kill the buffer.
|
|
|
10769
|
|
|
10770 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
|
10771
|
|
|
10772 * simple.el (count-words-region): Reverse previous change.
|
|
|
10773
|
|
|
10774 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10775
|
|
|
10776 * replace.el (query-replace): Just call perform-replace.
|
|
|
10777 (query-replace-regexp): Ditto.
|
|
|
10778 (perform-replace): Move region handling here.
|
|
|
10779 (perform-replace): Use the new arg to match-data.
|
|
|
10780
|
|
|
10781 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
10782
|
|
|
10783 * x-init.el: Install X specific display table that
|
|
|
10784 displays char 0240 as a space to avoid whatever it is
|
|
|
10785 that screws up display of that character code.
|
|
|
10786
|
|
|
10787 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10788
|
|
|
10789 * help.el (function-arglist): If no arguments are documented for a
|
|
|
10790 subr, print nothing rather than incorrect output.
|
|
|
10791
|
|
|
10792 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
|
10793
|
|
|
10794 * cmdloop.el (command-error): Update bail-out error message to use
|
|
|
10795 `emacs-program-name'.
|
|
|
10796
|
|
|
10797 * lib-complete.el: Remove reader macro cruft.
|
|
|
10798
|
|
|
10799 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
|
10800 cruft.
|
|
|
10801
|
|
|
10802 * simple.el (count-words-region): Drop interactive-p check on the
|
|
|
10803 message.
|
|
|
10804
|
|
|
10805 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
10806
|
|
|
10807 * font.el
|
|
|
10808 * msw-faces.el
|
|
|
10809 Correct spelling of mswindows-font-canonicalize-name.
|
|
|
10810
|
|
|
10811 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
10812
|
|
|
10813 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
|
10814 `ldap-host-parameters-plist'
|
|
|
10815 (ldap-search): Adapt to previous change
|
|
|
10816
|
|
|
10817 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
10818
|
|
|
10819 * about.el (about-hackers): Update Bob Weiner bio.
|
|
|
10820 (about-maintainer-info): Ditto.
|
|
|
10821
|
|
|
10822 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10823
|
|
|
10824 * simple.el (display-warning-minimum-level): Docfix.
|
|
|
10825
|
|
|
10826 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
|
10827
|
|
|
10828 * widget.el (:default-get): New keyword.
|
|
|
10829 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
|
10830 (group, widget-group-default-get): Define it.
|
|
|
10831 (menu-choice, widget-choice-default-get): Define it.
|
|
|
10832 (widget-default-get): New function.
|
|
|
10833 (widget-choice-action): Call it.
|
|
|
10834 (widget-editable-list-entry-create): Call it.
|
|
|
10835
|
|
|
10836 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10837
|
|
|
10838 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
|
10839 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
|
10840 lookup through `byte-boolean-vars'.
|
|
|
10841
|
|
|
10842 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
10843
|
|
|
10844 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
|
10845 resource-provided values into ghost specs for scrollbar-height and
|
|
|
10846 scrollbar-width.
|
|
|
10847
|
|
|
10848 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10849
|
|
|
10850 * byte-optimize.el: Don't attempt to optimize /=.
|
|
|
10851
|
|
|
10852 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
|
10853 (byte-compile-/=): Ditto.
|
|
|
10854
|
|
|
10855 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
|
10856
|
|
|
10857 * apropos.el: Use `with-displaying-help-buffer'.
|
|
|
10858 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
|
10859 Use `with-displaying-help-buffer'.
|
|
|
10860 (apropos-follow): Do not give special treatment to buffer cursor
|
|
|
10861 was in prior to a mouse click.
|
|
|
10862 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
|
10863 (apropos-print-doc): Set correct buffer for setting text
|
|
|
10864 properties.
|
|
|
10865
|
|
|
10866 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
|
10867
|
|
|
10868 * help.el (help-buffer-prefix-string): New variable.
|
|
|
10869 (help-buffer-name): Use it.
|
|
|
10870
|
|
|
10871 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
|
10872 mode menu.
|
|
|
10873
|
|
|
10874 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
|
10875
|
|
|
10876 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
|
10877
|
|
|
10878 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10879
|
|
|
10880 * files.el (find-file-noselect): Update docstring.
|
|
|
10881 (find-file-noselect): Signal an error if found an unreadable file.
|
|
|
10882 (file-chase-links): Save the match data.
|
|
|
10883 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
|
10884 (interpreter-mode-alist): Change defconst to defvar.
|
|
|
10885 (inhibit-first-line-modes-regexps): Ditto.
|
|
|
10886 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
|
10887 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
|
10888 (change-major-mode-with-file-name): New user-option.
|
|
|
10889 (set-visited-file-name): Synched with FSF.
|
|
|
10890 (file-name-extension): New function, from FSF 20.3.
|
|
|
10891 (file-relative-name): Synched with FSF.
|
|
|
10892 (save-some-buffers): Support the C-r feature.
|
|
|
10893 (recover-session): Synched with FSF.
|
|
|
10894 (kill-some-buffers): Ditto.
|
|
|
10895 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
|
10896
|
|
|
10897 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
|
10898
|
|
|
10899 * files.el (insert-file): Undo previous change and reenable use of
|
|
|
10900 format.el.
|
|
|
10901
|
|
|
10902 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10903
|
|
|
10904 * window-xemacs.el (recenter): Define.
|
|
|
10905
|
|
|
10906 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
10907
|
|
|
10908 * font.el (mswindows-font-create-name)
|
|
|
10909 (mswindows-font-create-object): new functions for mswindows type
|
|
|
10910 fonts.
|
|
|
10911
|
|
|
10912 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
|
10913 strings are parsed as well as font objects.
|
|
|
10914
|
|
|
10915 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
10916
|
|
|
10917 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
|
10918 kbd-macro being recorded.
|
|
|
10919 (add-minor-mode): Simplify docstring.
|
|
|
10920 (modeline-minor-mode-menu): Remove stuff.
|
|
|
10921
|
|
|
10922 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
10923
|
|
|
10924 * code-process.el (call-process): dynamically decide process
|
|
|
10925 coding type.
|
|
|
10926
|
|
|
10927 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
|
10928
|
|
|
10929 * modeline.el: Add line-number-mode, column-number-mode to
|
|
|
10930 the modeline minor-mode menu. Button2 on the line number does
|
|
|
10931 goto-line.
|
|
|
10932
|
|
|
10933 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
|
10934
|
|
|
10935 * mouse.el: move x-selection-owner-p type things to
|
|
|
10936 selection-owner-p.
|
|
|
10937
|
|
|
10938 * msw-init.el: copy zmacs stuff from x-init.el
|
|
|
10939
|
|
|
10940 * msw-select.el (mswindows-own-selection)
|
|
|
10941 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
|
10942 functions. Very simple minded implementation of selectio
|
|
|
10943 ownership.
|
|
|
10944
|
|
|
10945 * select.el (own-selection) (disown-selection)
|
|
|
10946 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
|
10947 (valid-simple-selection-p): functions moved from x-select.el for
|
|
|
10948 generalized selection.
|
|
|
10949
|
|
|
10950 * x-select.el: see select.el changes.
|
|
|
10951
|
|
|
10952 * x-toolbar.el: use new selection functions.
|
|
|
10953
|
|
|
10954 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
10955
|
|
|
10956 * packages.el (packages-find-package-directories): Fixed bug that
|
|
|
10957 would pick up multiple site-package directories.
|
|
|
10958 (package-locations): Added "xemacs-packages" as a late package
|
|
|
10959 location.
|
|
|
10960
|
|
|
10961 * find-paths.el: Now uses `emacs-program-name' and
|
|
|
10962 `emacs-program-version'.
|
|
|
10963 Additions to enforce version-specific directories in
|
|
|
10964 `paths-find-version-directory'.
|
|
|
10965
|
|
|
10966 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
|
10967
|
|
|
10968 * default.el: Removed.
|
|
|
10969 * site-start.el: Removed.
|
|
|
10970
|
|
442
|
10971 1998-04-29 Didier Verna <didier@xemacs.org>
|
|
428
|
10972
|
|
|
10973 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
|
10974 to nil.
|
|
|
10975
|
|
|
10976 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
|
10977
|
|
|
10978 * find-paths.el (paths-program-name): Rename.
|
|
|
10979 (paths-emacs-root-p): Ditto.
|
|
|
10980 (paths-find-site-directory): Ditto.
|
|
|
10981
|
|
|
10982 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
|
10983
|
|
|
10984 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
|
10985 `emacs-lisp-byte-compile-and-load'.
|
|
|
10986
|
|
|
10987 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
10988
|
|
|
10989 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
|
10990 `ldap-open'
|
|
|
10991
|
|
|
10992 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
|
10993
|
|
|
10994 * select.el (kill-primary-selection) (selection-owner-p)
|
|
|
10995 (copy-primary-selection) (yank-clipboard-selection)
|
|
|
10996 (selection-exists-p) (delete-primary-selection): new file and
|
|
|
10997 functions that do the right thing for the selected device.
|
|
|
10998
|
|
|
10999 * x-menubar.el: use generalised selection functions.
|
|
|
11000
|
|
|
11001 * dumped-lisp.el: dump select.el.
|
|
|
11002
|
|
|
11003 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
|
11004
|
|
|
11005 * find-paths.el (paths-progname): New variable.
|
|
|
11006 (paths-emacs-root-p): Use it.
|
|
|
11007 (paths-find-site-directory): Ditto.
|
|
|
11008
|
|
|
11009 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
|
11010
|
|
|
11011 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
|
11012 `infodock' if InfoDock.
|
|
|
11013
|
|
|
11014 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
|
11015
|
|
|
11016 * find-paths.el (construct-emacs-version): Simplify, include
|
|
|
11017 program name in the return value.
|
|
|
11018 * (paths-find-version-directory): Use it.
|
|
|
11019
|
|
|
11020 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11021
|
|
|
11022 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
|
11023 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
|
11024 name for files with no @direntry
|
|
|
11025 (Info-batch-rebuild-dir): New function
|
|
|
11026 (Info-suffixed-file): Check for regular files instead of simple
|
|
|
11027 file existence (could catch directories before)
|
|
|
11028
|
|
|
11029 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11030
|
|
|
11031 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
|
11032 temacs doesn't have.
|
|
|
11033
|
|
|
11034 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
|
11035 into root searching.
|
|
|
11036
|
|
|
11037 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
|
11038
|
|
|
11039 * subr.el: Remove definition of `not'.
|
|
|
11040
|
|
|
11041 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11042
|
|
|
11043 * msw-glyphs.el: enable graphics support.
|
|
|
11044
|
|
442
|
11045 1998-04-23 Didier Verna <didier@xemacs.org>
|
|
428
|
11046
|
|
|
11047 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
|
11048 option.
|
|
|
11049
|
|
|
11050 * misc doc string updates related to the options menu.
|
|
|
11051
|
|
|
11052 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
|
11053
|
|
|
11054 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
|
11055
|
|
|
11056 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11057
|
|
|
11058 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
|
11059 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
|
11060 gets us one step further towards making --no-autoloads work.
|
|
|
11061
|
|
|
11062 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
|
11063 lisp-directory is non-nil.
|
|
|
11064
|
|
|
11065 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
|
11066 against nil lisp-directory.
|
|
|
11067
|
|
|
11068 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
|
11069 to the list of variables that cause a warning when nil.
|
|
|
11070
|
|
|
11071 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
|
11072 no toolbar icon directory.
|
|
|
11073
|
|
|
11074 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11075
|
|
|
11076 * help.el (view-lossage): Recognize it.
|
|
|
11077
|
|
|
11078 * simple.el (log-message): Mark multiline messages.
|
|
|
11079
|
|
|
11080 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
11081
|
|
|
11082 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
|
11083
|
|
|
11084 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
|
11085
|
|
|
11086 * package-get.el (package-get-all): add `\n' separator to
|
|
|
11087 interactive specification so that both variables are read
|
|
|
11088
|
|
442
|
11089 1998-04-22 Didier Verna <didier@xemacs.org>
|
|
428
|
11090
|
|
|
11091 * x-menubar.el: ported the options menu to Custom.
|
|
|
11092 Moved the "read only" toggle button to the buffers menu.
|
|
|
11093 Corrected some missing ;;;###autoload or defcustom.
|
|
|
11094
|
|
|
11095 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
|
11096 the scrollbar-visible specifier for options menu handling.
|
|
|
11097
|
|
|
11098 * toolbar.el (toolbar-visible-p)
|
|
|
11099 (toolbar-captioned-p)
|
|
|
11100 (default-toolbar-position): defcustom wrappers around
|
|
|
11101 the toolbar specifiers for options menu handling.
|
|
|
11102
|
|
|
11103 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
|
11104 defcustom it for options menu handling.
|
|
|
11105
|
|
440
|
11106 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
|
428
|
11107 font-lock-mode for options menu handling.
|
|
|
11108
|
|
|
11109 * cus-start.el: added Custom properties to overwrite-mode for
|
|
|
11110 options menu handling.
|
|
|
11111
|
|
|
11112 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11113
|
|
|
11114 * about.el: shameless self-promotion.
|
|
|
11115
|
|
|
11116 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11117
|
|
|
11118 * simple.el (raw-append-message): Slightly optimize.
|
|
|
11119 (remove-message): Use `push' for clarity.
|
|
|
11120 (append-message): Ditto.
|
|
|
11121 (display-warning): Dito.
|
|
|
11122 (raw-append-message): Send the message to the appropriate device.
|
|
|
11123
|
|
|
11124 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
|
11125
|
|
|
11126 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
|
11127 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
|
11128
|
|
|
11129 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11130
|
|
|
11131 * setup-paths.el: Changed `directory-sep-char' to
|
|
|
11132 `path-separator', following a change in GNU Emacs.
|
|
|
11133
|
|
|
11134 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11135
|
|
|
11136 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
|
11137 (Info-build-dir-anew): Add a final newline.
|
|
|
11138 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
|
11139 is `always'
|
|
|
11140 (Info-rebuild-dir): Ditto
|
|
|
11141
|
|
|
11142 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
|
11143
|
|
|
11144 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
|
11145
|
|
|
11146 * simple.el (count-words-buffer): Retain zmacs region.
|
|
|
11147 (count-words-region): Ditto.
|
|
|
11148 * simple.el: (what-line): Expanded line counts.
|
|
|
11149 (count-lines): New parameter to conditionalize whether collapsed
|
|
|
11150 lines get counted.
|
|
|
11151 From Bob Weiner <weiner@altrasoft.com>
|
|
|
11152
|
|
|
11153 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
|
11154
|
|
|
11155 * packages.el (package-locations): infodock-packages must override
|
|
|
11156 mule-packages and packages.
|
|
|
11157
|
|
|
11158 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
|
11159
|
|
|
11160 * wid-edit.el:
|
|
|
11161 remove rude messages from widget-activation-widget-mapper
|
|
|
11162 and widget-activation-glyph-mapper
|
|
|
11163
|
|
|
11164 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
|
11165
|
|
|
11166 * toolbar.el: Remove (featurep 'x) test from
|
|
|
11167 toolbar-make-button-list
|
|
|
11168
|
|
|
11169 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11170
|
|
|
11171 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
|
11172 only if in the same frame.
|
|
|
11173
|
|
|
11174 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11175
|
|
|
11176 * packages.el (package-locations): Added site-packages hierarchy.
|
|
|
11177
|
|
|
11178 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
|
11179 used.
|
|
|
11180
|
|
|
11181 * packages.el, setup-paths.el: Set various path searching depths
|
|
|
11182 to 1.
|
|
|
11183
|
|
|
11184 * packages.el (packages-hierarchy-depth):
|
|
|
11185 (packages-load-path-depth): Introduced and used.
|
|
|
11186
|
|
|
11187 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
|
11188
|
|
|
11189 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
|
11190 parameter.
|
|
|
11191
|
|
|
11192 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11193
|
|
|
11194 * setup-paths.el (paths-construct-info-path): Removed
|
|
|
11195 dependency on behavior of (file-name-as-directory "").
|
|
|
11196
|
|
|
11197 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11198
|
|
|
11199 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
|
11200 lisp objects
|
|
|
11201
|
|
|
11202 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11203
|
|
|
11204 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
|
11205
|
|
|
11206 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
|
11207
|
|
|
11208 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
|
11209 properties for an extent based on the :help-echo widget
|
|
|
11210 property, since help-echo and balloon-help cause an EXTENT to
|
|
|
11211 get passed in, where :help-echo functions are expecting a WIDGET
|
|
|
11212
|
|
|
11213 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11214
|
|
|
11215 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
|
11216 mswindows-init-scrollbar-metrics when appropriate.
|
|
|
11217
|
|
|
11218 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11219
|
|
|
11220 * dumped-lisp.el: dump x-toolbar for window system
|
|
|
11221
|
|
|
11222 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
|
11223 have support and xpm.
|
|
|
11224
|
|
|
11225 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
|
11226
|
|
|
11227 * files.el (toggle-read-only): Fix docstring.
|
|
442
|
11228 From Didier Verna <didier@xemacs.org>
|
|
428
|
11229
|
|
|
11230 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11231
|
|
|
11232 * startup.el (normal-top-level): Load autoload-file-name without
|
|
|
11233 specifying an extension---some people only auto-autoload.el.gz.
|
|
|
11234
|
|
|
11235 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11236
|
|
|
11237 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
|
11238 nil.
|
|
|
11239
|
|
|
11240 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11241
|
|
|
11242 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
|
11243 This shouldn't cause any of the originally anticipated problems as
|
|
|
11244 the current paths architecture will not define the various
|
|
|
11245 configure-xxx variables if they're not specified on the configure
|
|
|
11246 command line.
|
|
|
11247
|
|
|
11248 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
|
11249 mentionings of "/" as a path separator.
|
|
|
11250 Used paths-construct-path throughout.
|
|
|
11251
|
|
|
11252 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
|
11253 from directory components.
|
|
|
11254
|
|
|
11255 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
|
11256 instead of decode-path-internal.
|
|
|
11257
|
|
|
11258 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
|
11259 and associates.
|
|
|
11260 (paths-decode-directory-path) Created.
|
|
|
11261
|
|
|
11262 * setup-paths.el: Changed configure-exec-path to
|
|
|
11263 configure-exec-directory.
|
|
|
11264
|
|
|
11265 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11266
|
|
|
11267 * packages.el (packages-find-packages): Fixed decoding of
|
|
|
11268 EMACSPACKAGEPATH.
|
|
|
11269
|
|
|
11270 * startup.el: -no-packages -> -no-early-packages.
|
|
|
11271
|
|
|
11272 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
|
11273 files.
|
|
|
11274
|
|
|
11275 * startup.el (normal-top-level): Fixed loading of core
|
|
|
11276 auto-autoload.
|
|
|
11277
|
|
|
11278 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
|
11279
|
|
|
11280 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
|
11281 for site-directory and lisp-directory variables.
|
|
|
11282
|
|
|
11283 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
|
11284 inhibit-package-autoloads and fixed handling of it.
|
|
|
11285
|
|
|
11286 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
|
11287 handling of former inhibit-package-init, now
|
|
|
11288 inhibit-early-packages, to make -vanilla etc. work.
|
|
|
11289
|
|
|
11290 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11291
|
|
|
11292 * code-process.el (start-process): Fallback to 'undecided instead
|
|
|
11293 of 'binary for process input coding stream.
|
|
|
11294
|
|
|
11295 * process.el (start-process): Docstring fix.
|
|
|
11296
|
|
|
11297 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11298
|
|
|
11299 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
|
11300 in Info-dir-file-attributes
|
|
|
11301 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
|
11302 (Info-rebuild-dir): Ditto.
|
|
|
11303
|
|
|
11304 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11305
|
|
|
11306 * obsolete.el: Added obsoleteness declarations for
|
|
|
11307 `site-directory' and `Info-default-directory-list'.
|
|
|
11308
|
|
|
11309 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11310
|
|
|
11311 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
|
11312 executable at the end of the symlink chain for determining the
|
|
|
11313 Emacs root.
|
|
|
11314
|
|
|
11315 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11316
|
|
|
11317 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
|
11318 to cater to gone default in configure.
|
|
|
11319
|
|
|
11320 * find-paths.el (paths-uniq-append): Added.
|
|
|
11321
|
|
|
11322 * packages.el: Rewritten package path construction once again.
|
|
|
11323
|
|
|
11324 * dump-paths.el, startup.el: Removed package-path as a global
|
|
|
11325 variable.
|
|
|
11326
|
|
|
11327 * package-admin.el (package-admin-add-single-file-package):
|
|
|
11328 (package-admin-add-binary-package): Changed package-path to
|
|
|
11329 late-packages.
|
|
|
11330
|
|
|
11331 * packages.el (packages-split-path): Split path at "/" rather than
|
|
|
11332 nil according to change in emacs.c.
|
|
|
11333
|
|
|
11334 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11335
|
|
|
11336 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
|
11337 order so that directories come out right.
|
|
|
11338 (paths-find-lock-directory): Fixed bug: It used to think
|
|
|
11339 configure-lock-directory is a path.
|
|
|
11340
|
|
|
11341 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
|
11342
|
|
|
11343 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
|
11344 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
|
11345 eases the use of toolbar-add/kill-item functions.
|
|
|
11346
|
|
|
11347 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11348
|
|
|
11349 * code-files.el (file-coding-system-alist): Commented out
|
|
|
11350 loaddefs.el magical treatment.
|
|
|
11351
|
|
|
11352 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11353
|
|
|
11354 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
|
11355 `conservative' and made it the default
|
|
|
11356 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
|
11357 strings, and multi-section dir files. Issue warning when dir
|
|
|
11358 is rebuilt as temporary
|
|
|
11359 (Info-build-dir-anew): Issue warning when dir is built as
|
|
|
11360 temporary
|
|
|
11361
|
|
|
11362 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11363
|
|
|
11364 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
|
11365 standard keys left, right, C-b and C-f.
|
|
|
11366
|
|
|
11367 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
11368
|
|
|
11369 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
|
11370
|
|
|
11371 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
|
11372
|
|
|
11373 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
|
11374
|
|
|
11375 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
|
11376
|
|
|
11377 * package-get-base.el: Updated.
|
|
|
11378
|
|
|
11379 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11380
|
|
|
11381 * isearch-mode.el (isearch-just-started): New variable.
|
|
|
11382 (isearch-mode): Set it.
|
|
|
11383 (isearch-repeat): Advance one character forward only if the search
|
|
|
11384 was successful, and was not just started.
|
|
|
11385 (isearch-repeat): Clear isearch-just-started.
|
|
|
11386
|
|
|
11387 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
11388
|
|
|
11389 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
|
11390 if running -batch.
|
|
|
11391
|
|
|
11392 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11393
|
|
|
11394 * subr.el (listify-key-sequence): Removed.
|
|
|
11395
|
|
|
11396 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11397
|
|
|
11398 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
|
11399 (byte-compile-output-file-form): Use it.
|
|
|
11400 (byte-compile-output-docform): Ditto.
|
|
|
11401 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
11402
|
|
|
11403 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11404
|
|
|
11405 * msw-glyphs.el: set frame icon if xpm support.
|
|
|
11406
|
|
|
11407 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11408
|
|
|
11409 * help.el: Code that pretty prints variable values
|
|
|
11410 removed.
|
|
|
11411
|
|
|
11412 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
|
11413
|
|
|
11414 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
|
11415 directory.
|
|
|
11416 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11417
|
|
|
11418 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11419
|
|
|
11420 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
|
11421 its default value set to nil.
|
|
|
11422
|
|
|
11423 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
|
11424
|
|
|
11425 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
|
11426
|
|
|
11427 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11428
|
|
|
11429 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
|
11430 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
|
11431 does not exist or is older than some info files in directory
|
|
|
11432
|
|
|
11433 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11434
|
|
|
11435 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
|
11436 for last packages, mainly for using a 20.4 package base.
|
|
|
11437
|
|
|
11438 * packages.el (late-packages): Typo fix. It was called
|
|
|
11439 early-packages.
|
|
|
11440
|
|
|
11441 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
|
11442 relative symlinks correctly.
|
|
|
11443 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
|
11444 configuration-time root.
|
|
|
11445
|
|
|
11446 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
|
11447 find its roots.
|
|
|
11448
|
|
|
11449 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
|
11450
|
|
|
11451 * faces.el: Fix docstrings.
|
|
|
11452 * glyphs.el: Fix docstrings.
|
|
|
11453 * mouse.el: Fix docstrings.
|
|
|
11454
|
|
|
11455 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
|
11456
|
|
|
11457 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
|
11458
|
|
|
11459 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
|
11460 macros using backquote to make them infinitely more readable.
|
|
|
11461
|
|
|
11462 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
|
11463
|
|
|
11464 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
|
11465 InfoDock support until we can clean this up.
|
|
|
11466
|
|
|
11467 * help.el (describe-bindings-1): Return the value of the bindings
|
|
|
11468 help buffer created.
|
|
|
11469 (describe-bindings): Ditto.
|
|
|
11470
|
|
|
11471 * simple.el (set-variable): Restore previous behavior of not
|
|
|
11472 bombing if the variable to set is not boundp.
|
|
|
11473
|
|
|
11474 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11475
|
|
|
11476 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
|
11477 non-local files to be loaded off the package-lisp variable.
|
|
|
11478
|
|
|
11479 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11480
|
|
|
11481 * x-faces.el: Global X resources should override
|
|
|
11482 specs for all device classes (color, grayscale, mono);
|
|
|
11483 code currently doesn't override any of them. Fixed by
|
|
|
11484 calling remove-specifier with '(x default) as the tag
|
|
|
11485 set and allowing inexact matches.
|
|
|
11486
|
|
|
11487 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11488
|
|
442
|
11489 * faces.el: Separated face initializations based on
|
|
428
|
11490 device classes into device type specific (tag set,
|
|
|
11491 instantiator) pairs.
|
|
|
11492
|
|
|
11493 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
11494
|
|
|
11495 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
|
11496 choice.
|
|
|
11497 (widget-choice-value-create): Respect it.
|
|
|
11498 From Richard Stallman <rms@gnu.org>
|
|
|
11499
|
|
|
11500 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11501
|
|
|
11502 * setup-paths.el (paths-construct-info-path): Always append
|
|
|
11503 existing directories from configure-time info path.
|
|
|
11504
|
|
|
11505 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
|
11506 Info-directory-list.
|
|
|
11507
|
|
|
11508 * info.el: Removed Info-default-directory-list which was broken by
|
|
|
11509 design.
|
|
|
11510 Removed bogus initialization of Info-directory-list---startup.el
|
|
|
11511 can do a much better job.
|
|
|
11512 Added autoload of Info-directory-list.
|
|
|
11513
|
|
|
11514 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
|
11515 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
|
11516 be exclusive; now it's merely given precedence, just like in the
|
|
|
11517 old days.
|
|
|
11518
|
|
|
11519 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11520
|
|
|
11521 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
|
11522 finding; it used to default too early.
|
|
|
11523
|
|
|
11524 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
|
11525
|
|
|
11526 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
|
11527 for paths that weren't split.
|
|
|
11528
|
|
|
11529 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
|
11530
|
|
|
11531 * finder.el (finder-compile-keywords): trap on errors.
|
|
|
11532
|
|
|
11533 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11534
|
|
|
11535 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
|
11536 fourth argument of t so that only the specs exactly
|
|
|
11537 matching the tag lists are removed.
|
|
|
11538
|
|
|
11539 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
|
11540
|
|
|
11541 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
|
11542
|
|
|
11543 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
|
11544
|
|
|
11545 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
|
11546 specified, use it for generating the completions.
|
|
|
11547
|
|
|
11548 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11549
|
|
|
11550 * update-elc.el: Now respects inhibit-package-init and
|
|
|
11551 inhibit-site-lisp.
|
|
|
11552 Now does path construction with loadup-paths.
|
|
|
11553
|
|
|
11554 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
|
11555 inhibit-package-init and inhibit-site-lisp.
|
|
|
11556
|
|
|
11557 * packages.el (packages-find-package-path): Extended package path
|
|
|
11558 by version-specific hierarchies.
|
|
|
11559 (packages-find-packages): Now respects inhibit flag and
|
|
|
11560 inhibit-site-lisp.
|
|
|
11561 Moved path setup to loadup-paths.
|
|
|
11562
|
|
|
11563 * make-docfile.el: Now respects inhibit-package-init and
|
|
|
11564 inhibit-site-lisp.
|
|
|
11565 Now does path construction with loadup-paths.
|
|
|
11566
|
|
|
11567 * loadup.el: Now respects inhibit-package-init and
|
|
|
11568 inhibit-site-lisp.
|
|
|
11569
|
|
|
11570 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
|
11571
|
|
|
11572 * loadup-paths.el: New file: setup load-path to encompass
|
|
|
11573 packages.
|
|
|
11574
|
|
|
11575 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
11576
|
|
|
11577 * auto-show.el: load-gc renamed to pureload.
|
|
|
11578 * site-load.el: Ditto.
|
|
|
11579 * packages.el (toplevel): Ditto.
|
|
|
11580 * loadup.el (really-early-error-handler): Ditto.
|
|
|
11581 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
|
11582 * cus-face.el (custom-declare-face): Ditto.
|
|
|
11583
|
|
|
11584 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
|
11585
|
|
|
11586 * <Today>: The Big Path Searching Overhaul.
|
|
|
11587
|
|
|
11588 * find-paths.el: New file: find and assemble paths in the
|
|
|
11589 installation hierarchy.
|
|
|
11590
|
|
|
11591 * setup-paths.el: New file: global layout of paths and directories
|
|
|
11592 within the XEmacs hierarchy.
|
|
|
11593
|
|
|
11594 * packages.el: Replaced everything related to path searching and
|
|
|
11595 startup by code in terms of find-paths.
|
|
|
11596
|
|
|
11597 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
|
11598 the new path searching engine.
|
|
|
11599
|
|
|
11600 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
|
11601 and setup-paths.
|
|
|
11602
|
|
|
11603 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
|
11604
|
|
|
11605 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
|
11606 setup-paths.el.
|
|
|
11607
|
|
|
11608 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11609
|
|
|
11610 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
|
11611 compiles identically in any configuration.
|
|
|
11612 Removed irrelevant commentary.
|
|
|
11613
|
|
|
11614 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11615
|
|
|
11616 * simple.el (set-variable): Allow setting specifiers.
|
|
|
11617
|
|
|
11618 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
|
11619
|
|
|
11620 * lisp.el (forward-sexp): Revert previous change.
|
|
|
11621
|
|
|
11622 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
|
11623
|
|
|
11624 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
|
11625 `delete-device' to delete the stream console to match the usage in
|
|
|
11626 Fkill_emacs.
|
|
|
11627
|
|
|
11628 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
|
11629
|
|
|
11630 * files.el (cdpath-previous): New variable.
|
|
|
11631 (cd): Use it.
|
|
|
11632 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
11633
|
|
|
11634 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11635
|
|
|
11636 * keydefs.el: Changed keybindings of forward-char,
|
|
|
11637 backward, scroll-up and scroll-down to point to their
|
|
|
11638 -command counterparts.
|
|
|
11639
|
|
|
11640 * simple.el: New functions: forwarc-char-command,
|
|
|
11641 backwrad-char-command, scroll-up-command,
|
|
|
11642 scroll-down-command which work liek their counterparts
|
|
|
11643 except that they honor the variable
|
|
|
11644 signal-error-on-buffer-boundary.
|
|
|
11645
|
|
|
11646 Definition of signal-error-on-buffer-boundary received
|
|
|
11647 from src/cmds.c.
|
|
|
11648
|
|
|
11649 defvar declaration added for word-across-newline to avoid
|
|
|
11650 byte-compiler warning about the free variable reference.
|
|
|
11651
|
|
|
11652 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11653
|
|
|
11654 * winnt.el: Removed "%t" from the beginning of
|
|
|
11655 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
|
11656
|
|
|
11657 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
|
11658
|
|
|
11659 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
|
11660 of `when' with `if'.
|
|
|
11661
|
|
|
11662 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11663
|
|
|
11664 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
|
11665 mswindows. Must be reworked along with glyphs.el, or
|
|
|
11666 merged into it, after there is images support.
|
|
|
11667
|
|
|
11668 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
|
11669 'mswindows.
|
|
|
11670
|
|
|
11671 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
|
11672
|
|
|
11673 * faces.el: fix for text cursor initialization.
|
|
|
11674 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11675 From Andy Piper <andyp@parallax.co.uk>
|
|
|
11676
|
|
|
11677 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
|
11678
|
|
|
11679 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
|
11680 if there is an existing package that handles it and warn the user
|
|
|
11681 about that mode.
|
|
|
11682
|
|
|
11683 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
11684
|
|
|
11685 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
|
11686 Installation" menu item when Installation-string is not bound.
|
|
|
11687
|
|
|
11688 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
|
11689
|
|
|
11690 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
|
11691 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
|
11692
|
|
|
11693 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11694
|
|
|
11695 * msw-faces.el:
|
|
|
11696 * faces.el: Fix face initialization.
|
|
|
11697
|
|
|
11698 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
|
11699
|
|
|
11700 * files.el (backup-enable-predicate): fix breakage introduced
|
|
|
11701 by TMPDIR patch.
|
|
|
11702
|
|
|
11703 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11704
|
|
|
11705 * x-faces.el (x-init-face-from-resources): The
|
|
|
11706 TTY face property retrieval functions don't return
|
|
|
11707 specifiers, so use face-property instead.
|
|
|
11708
|
|
|
11709 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
|
11710
|
|
|
11711 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
|
11712
|
|
|
11713 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11714
|
|
|
11715 * x-menubar.el: Expanded documentation for
|
|
|
11716 option-save-faces. Changed Options -> Browse Faces
|
|
|
11717 menu entry to invoke customize-face.
|
|
|
11718
|
|
|
11719 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11720
|
|
|
11721 * faces.el: Most face initialization moved out of
|
|
|
11722 init-other-random-faces to the top level so that the
|
|
|
11723 initialization happens before Xemacs is dumped. Much
|
|
|
11724 of the fascist "face-differs-from-default-p or FROB!"
|
|
|
11725 code has been retired in favor of letting the user do
|
|
|
11726 what they want to do. Face initialization code changed
|
|
|
11727 to use `default' specifier tag so that the settings can
|
|
|
11728 be overridden later if the user wishes it.
|
|
|
11729
|
|
|
11730 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
|
11731
|
|
|
11732 * about.el (about-hackers): Update contributors list.
|
|
|
11733
|
|
|
11734 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11735
|
|
|
11736 * specifier.el: Define new specifier tag `default'.
|
|
|
11737
|
|
|
11738 * modeline.el: Initialize faces using `default' tag.
|
|
|
11739
|
|
|
11740 * x-faces.el (x-init-face-from-resources): Remove
|
|
|
11741 specifier specs containing the `default' tag before
|
|
|
11742 adding new specs.
|
|
|
11743
|
|
|
11744 1998-03-02 John Jones <jj@asu.edu>
|
|
|
11745
|
|
|
11746 * package-get.el (package-get-all): fixed arguments on call to
|
|
|
11747 package-admin-add-single-file-package.
|
|
|
11748 * package-get.el (package-get-installedp): fixed to match
|
|
|
11749 advertised behavior.
|
|
|
11750 * package-get.el: added function package-get-update-all which
|
|
|
11751 installs newest versions of all the current packages (if they are
|
|
|
11752 not already installed).
|
|
|
11753
|
|
|
11754 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
11755
|
|
|
11756 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
|
11757 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
|
11758 still nil, as happens for example when finding a compressed
|
|
|
11759 file with "jka-compr".
|
|
|
11760
|
|
|
11761 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11762
|
|
|
11763 * faces.el: in make-face-* type functions do the operation for all
|
|
|
11764 window systems, not just the first one found.
|
|
|
11765
|
|
|
11766 * font.el: call mswindows-list-fonts for mswindows.
|
|
|
11767
|
|
|
11768 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
|
11769
|
|
|
11770 * code-process.el (call-process-region):
|
|
|
11771 * process.el (call-process-region):
|
|
|
11772 * package-get.el (package-get-dir):
|
|
|
11773 * files.el (backup-enable-predicate):
|
|
|
11774 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
|
11775 Use temp-directory in place of `/tmp'.
|
|
|
11776
|
|
|
11777 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
|
11778
|
|
|
11779 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
|
11780
|
|
|
11781 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
|
11782 Emacs.
|
|
|
11783
|
|
|
11784 * files.el (insert-directory): Modified to use special
|
|
|
11785 dired-in-C enhancements if present.
|
|
|
11786
|
|
|
11787 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11788
|
|
|
11789 * code-files.el: make default coding no-conversion.
|
|
|
11790
|
|
|
11791 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
|
11792
|
|
|
11793 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
|
11794 the load-path.
|
|
|
11795
|
|
|
11796 * update-elc.el: Strip directory when testing for files not to
|
|
|
11797 bytecompile.
|
|
|
11798
|
|
|
11799 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
11800
|
|
|
11801 * lisp-mode.el: Use recommended form for menus.
|
|
|
11802
|
|
|
11803 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
|
11804
|
|
|
11805 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
|
11806 entry.
|
|
|
11807
|
|
|
11808 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11809
|
|
|
11810 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
|
11811 (get-frame-for-buffer-noselect): Always return frames
|
|
|
11812 in the not-this-window-p cond clause.
|
|
|
11813
|
|
|
11814 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
|
11815
|
|
|
11816 * help.el (describe-installation): New function.
|
|
|
11817
|
|
|
11818 * x-menubar.el (default-menubar): Add describe-installation to
|
|
|
11819 Help menu.
|
|
|
11820
|
|
|
11821 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
|
11822 should not be bytecompiled.
|
|
|
11823
|
|
|
11824 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
|
11825 XEmacs.
|
|
|
11826
|
|
|
11827 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
|
11828 entry.
|
|
|
11829
|
|
|
11830 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
|
11831 coding.
|
|
|
11832 From Andy Piper <andyp@parallax.co.uk>
|
|
|
11833
|
|
|
11834 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
11835
|
|
|
11836 * ldap.el: Do not require ldap-internal at compile time.
|
|
|
11837
|
|
|
11838 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
|
11839
|
|
|
11840 * code-files.el: new file. a virtual copy of mule-files.el
|
|
|
11841 but without charset
|
|
|
11842 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
|
11843 changing the eol type for the current buffer.
|
|
|
11844
|
|
|
11845 * code-process.el: new file. a copy of
|
|
|
11846 mule-process.el. mule-process.el will disappear when things have
|
|
|
11847 settled.
|
|
|
11848
|
|
|
11849 * coding.el: new file. a virtual copy of mule-files.el but
|
|
|
11850 without charset dependencies. (coding-system-base) new function
|
|
|
11851 for getting the parent coding system of a coding system with eol
|
|
|
11852 type set.
|
|
|
11853
|
|
|
11854 * dumped-lisp.el: add above files for the non-mule case.
|
|
|
11855
|
|
|
11856 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11857
|
|
|
11858 * window-xemacs.el (display-buffer): If no explicit
|
|
|
11859 frame is specified, search for a window that displays
|
|
|
11860 the buffer on the currently selected frame, before
|
|
|
11861 searching other frames.
|
|
|
11862
|
|
|
11863 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11864
|
|
|
11865 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
|
11866 is non-nil, use window on the selected frame if it is not
|
|
|
11867 also the selected window. When defaulting, search for
|
|
|
11868 windows on the currently selected fgrame before searching
|
|
|
11869 other frames.
|
|
|
11870
|
|
442
|
11871 1998-02-25 Didier Verna <didier@xemacs.org>
|
|
428
|
11872
|
|
|
11873 * modeline.el (modeline-swap-buffers): originally named
|
|
|
11874 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
|
11875 decided in `mouse-drag-modeline'.
|
|
|
11876 (mouse-drag-modeline): A button release event is considered a
|
|
|
11877 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
|
11878 stay unchanged.
|
|
|
11879
|
|
|
11880 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
|
11881
|
|
|
11882 * x-menubar.el: Put redo on the menubar.
|
|
|
11883 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
11884
|
|
|
11885 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
11886
|
|
|
11887 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
|
11888 temp-buffer-show-function is set, use it to display current set of
|
|
|
11889 warnings in the "*Compile-Log-Show*" buffer.
|
|
|
11890
|
|
|
11891 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
|
11892 is set, use it to display current set of warnings in the
|
|
|
11893 "*Warnings-Show*" buffer.
|
|
|
11894
|
|
|
11895 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
11896
|
|
|
11897 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
|
11898 Common Lisp.
|
|
|
11899
|
|
|
11900 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
11901
|
|
|
11902 * menubar.el: Allow button descriptors at least 2 long.
|
|
|
11903
|
|
|
11904 * x-menubar.el (default-menubar): Use recommended forms.
|
|
|
11905 (file-menu-filter): Remove.
|
|
|
11906 (edit-menu-filter): Remove.
|
|
|
11907
|
|
|
11908 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
11909
|
|
|
11910 * about.el (about-hackers): Updated.
|
|
|
11911
|
|
|
11912 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
|
11913
|
|
|
11914 * help.el (help-max-help-buffers): new variable
|
|
|
11915 (help-register-and-maybe-prune-excess): new function
|
|
|
11916 (help-buffer-name): use help-max-help-buffers.
|
|
|
11917 (with-displaying-help-buffer): use
|
|
|
11918 help-register-and-maybe-prune-excess.
|
|
|
11919
|
|
|
11920 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
|
11921 one line, let it.
|
|
|
11922
|
|
|
11923 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
|
11924
|
|
|
11925 * (with-displaying-help-buffer): there is no need to kill the buffer
|
|
442
|
11926 if it exists, because with-output-to-temp-buffer will clear it.
|
|
428
|
11927 further, killing the buffer violates the rule that
|
|
|
11928 temp-buffer-show-function, if set, has the full responsibility of
|
|
|
11929 showing the temp buffer. killing the buffer fucks with the window
|
|
|
11930 configuration, hosing temp-buffer-show-function.
|
|
|
11931
|
|
|
11932
|
|
442
|
11933 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
11934
|
|
|
11935 * modeline.el (mouse-drag-modeline):
|
|
|
11936 - Always scroll the modeline that was originally clicked on.
|
|
|
11937 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
|
11938 as horizontal reference for modeline dragging. This allows us to
|
|
|
11939 keep on dragging the modeline even if the motion event occurs in
|
|
|
11940 another window.
|
|
|
11941
|
|
442
|
11942 1998-02-23 Didier Verna <didier@xemacs.org>
|
|
428
|
11943
|
|
|
11944 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
|
11945 glyph on the modeline to indicate that dragging the mouse has an
|
|
|
11946 effect both horizontally and vertically.
|
|
|
11947
|
|
|
11948 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
|
11949
|
|
|
11950 * about.el (about-xemacs): Get rid of redundant visible version
|
|
|
11951 number.
|
|
|
11952
|
|
|
11953 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
|
11954
|
|
|
11955 * about.el (about-hackers): Update credits.
|
|
|
11956
|
|
|
11957 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
11958
|
|
|
11959 * prim/register.el (view-register): Show register type file-query.
|
|
|
11960
|
|
|
11961 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11962
|
|
|
11963 * mode-motion.el (mode-motion-highlight-internal):
|
|
|
11964 save-excursion inside save-window-exucrsion form to
|
|
|
11965 hide buffer point changes from save-window-excursion.
|
|
|
11966 Prevents display flickering when the mouse pointer
|
|
|
11967 moves.
|
|
|
11968
|
|
442
|
11969 1998-02-17 Didier Verna <didier@xemacs.org>
|
|
428
|
11970
|
|
|
11971 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
|
11972 function to handle correctly the case of a toolbar one side of the
|
|
|
11973 window: scrolling will not necessarily happen.
|
|
|
11974
|
|
|
11975 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
11976
|
|
|
11977 * files.el (after-find-file): Restore missing argument
|
|
|
11978 to format that provides filename for "... consider M-x
|
|
|
11979 recover-file" message. Also call `message' with "%s"
|
|
|
11980 as the first arg instead of an arbitrary string.
|
|
|
11981
|
|
|
11982 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
|
11983
|
|
|
11984 * about.el (about-hackers): Various additions.
|
|
|
11985
|
|
|
11986 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
|
11987
|
|
|
11988 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
|
11989 line out when copying on-the-same line autoloads.
|
|
|
11990
|
|
|
11991 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
|
11992 is installed.
|
|
|
11993
|
|
|
11994 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
|
11995
|
|
|
11996 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
|
11997 * x11/x-win-sun.el (x-win-init-sun):
|
|
|
11998 * x11/x-init.el (x-initialize-compose):
|
|
|
11999 * prim/simple.el:
|
|
|
12000 (backward-or-forward-kill-sexp):
|
|
|
12001 (backward-or-forward-kill-sentence):
|
|
|
12002 (backward-or-forward-kill-word):
|
|
|
12003 (backward-or-forward-delete-char):
|
|
|
12004 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
|
12005 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
|
12006 x-keysym-on-keyboard-p to detect backspace.
|
|
|
12007 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
|
12008 Clean up symbols used with dead keys, checking Linux and solaris
|
|
|
12009 keysyms.
|
|
|
12010 Simplify x-win-*.el using above methods.
|
|
|
12011 Change documentation for x-keysym-*-p functions.
|
|
|
12012
|
|
|
12013 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
|
12014
|
|
|
12015 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
|
12016 Vinnie Shelton.
|
|
|
12017 From Vinnie Shelton <acs@acm.org>
|
|
|
12018
|
|
|
12019 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12020
|
|
|
12021 * simple.el (count-words-region): Ditto.
|
|
|
12022
|
|
|
12023 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12024
|
|
|
12025 * simple.el (count-words-buffer): Document. Don't print anything
|
|
|
12026 if non-interactive.
|
|
|
12027
|
|
|
12028 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
|
12029
|
|
|
12030 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
|
12031 multiple files in InfoDock.
|
|
|
12032
|
|
|
12033 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
|
12034
|
|
|
12035 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
|
12036 from version.el in InfoDock.
|
|
|
12037
|
|
|
12038 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
|
12039 specially.
|
|
|
12040
|
|
|
12041 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12042
|
|
|
12043 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
|
12044 variable name in docstring.
|
|
|
12045
|
|
|
12046 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
|
12047
|
|
|
12048 * menubar.h: Include "gui.h".
|
|
|
12049
|
|
|
12050 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
|
12051
|
|
|
12052 * site-load.el: Fix documentation.
|
|
|
12053
|
|
|
12054 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
12055
|
|
|
12056 * package-get-base.el (package-get-base): Updated.
|
|
|
12057
|
|
|
12058 * keymap.el: PC-ize.
|
|
|
12059
|
|
|
12060 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12061
|
|
|
12062 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
|
12063 from' on a fresh line.
|
|
|
12064
|
|
|
12065 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12066
|
|
|
12067 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
|
12068 object.
|
|
|
12069
|
|
|
12070 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
|
12071
|
|
|
12072 * undo-stack.el: PC-ize.
|
|
|
12073
|
|
|
12074 * cmdloop.el: PC-ize.
|
|
|
12075
|
|
|
12076 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
|
12077
|
|
|
12078 * bytecomp-runtime.el: PC-ize.
|
|
|
12079
|
|
|
12080 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
|
12081
|
|
|
12082 * cus-dep.el: Spelling fix.
|
|
|
12083
|
|
|
12084 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
|
12085 entries follow).
|
|
|
12086
|
|
|
12087 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
12088
|
|
|
12089 * text-mode.el (text-mode-hook-identify): New function,
|
|
|
12090 put on text-mode-hook. Set text-mode-variant here.
|
|
|
12091 (text-mode): Don't set it here.
|
|
|
12092
|
|
|
12093 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
12094
|
|
|
12095 * text-mode.el (text-mode-hook): New defvar.
|
|
|
12096 (text-mode-variant): New variable.
|
|
|
12097 (text-mode): Set that variable locally.
|
|
|
12098 (toggle-text-mode-auto-fill): New command.
|
|
|
12099
|
|
|
12100 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
12101
|
|
|
12102 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
|
12103
|
|
|
12104 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
|
12105
|
|
|
12106 * text-mode.el (paragraph-indent-text-mode):
|
|
|
12107 Renamed from spaced-text-mode.
|
|
|
12108 (text-mode-map): Bind TAB to indent-relative.
|
|
|
12109 (indented-text-mode-map): Variable deleted.
|
|
|
12110 (indented-text-mode): Now an alias for text-mode.
|
|
|
12111
|
|
|
12112 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
|
12113
|
|
|
12114 * loadup.el: test-atoms debugging stuffs removed.
|
|
|
12115
|
|
442
|
12116 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
|
428
|
12117
|
|
|
12118 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
|
12119
|
|
|
12120 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
|
12121
|
|
|
12122 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
|
12123 (describe-distribution): Ditto.
|
|
|
12124 (describe-copying): Ditto.
|
|
|
12125 (describe-project): Ditto.
|
|
|
12126 (view-emacs-news): Ditto.
|
|
|
12127
|
|
|
12128 * help-nomule.el (help-with-tutorial): Made it use
|
|
|
12129 `locate-data-file' to find tutorial.
|
|
|
12130
|
|
|
12131 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
|
12132
|
|
|
12133 * about.el: Corrected my email address.
|
|
|
12134
|
|
|
12135 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
|
12136 'mouse-offix-drop'.
|
|
|
12137
|
|
|
12138 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
|
12139
|
|
|
12140 * loadup.el (running-xemacs): Spelling fix.
|
|
|
12141
|
|
|
12142 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
|
12143
|
|
|
12144 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
12145 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
12146
|
|
|
12147 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
|
12148
|
|
|
12149 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
|
12150
|
|
|
12151 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
|
12152
|
|
|
12153 * package-info.el (pi-last-mod-date): New function.
|
|
|
12154 (pi-author-version): New function.
|
|
|
12155 (batch-update-package-info): Use them.
|
|
|
12156
|
|
|
12157 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
|
12158
|
|
|
12159 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
|
12160 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
|
12161 with `get-frame-for-buffer-default-to-current'.
|
|
|
12162
|
|
|
12163 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12164
|
|
|
12165 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
|
12166 (byte-compile-output-docform): Ditto.
|
|
|
12167 (byte-compile-compiled-obj-to-list): Ditto.
|
|
|
12168
|
|
|
12169 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
12170
|
|
|
12171 * startup.el (command-line-1): Removed code that ran
|
|
|
12172 buffer-menu.
|
|
|
12173
|
|
|
12174 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12175
|
|
|
12176 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
|
12177
|
|
|
12178 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12179
|
|
|
12180 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
|
12181 `device-on-window-system-p' instead of explicitly checking for X,
|
|
|
12182 so that the same logic works for MS Windows.
|
|
|
12183 (suspend-or-iconify-emacs): Ditto.
|
|
|
12184
|
|
|
12185 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12186
|
|
|
12187 * about.el (about-maintainer-info): Andy Piper is back.
|
|
|
12188 (xemacs-hackers): Updated Andy Piper's email address.
|
|
|
12189 (about-hackers): Added Jonathan Harris.
|
|
|
12190 (about-hackers): Updated Tibor Polgar's email address.
|
|
|
12191
|
|
|
12192 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
12193
|
|
|
12194 * about.el: Add xemacs.org email manager.
|
|
|
12195
|
|
|
12196 * package-get-base.el (package-get-base): Updated with most recent
|
|
|
12197 package updates.
|
|
|
12198
|
|
|
12199 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12200
|
|
|
12201 * help.el (function-arglist): Use `indirect-function' instead of
|
|
|
12202 `symbol-function' so that aliases are treated correctly.
|
|
|
12203
|
|
|
12204 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12205
|
|
|
12206 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
|
12207 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
|
12208 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
|
12209 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
|
12210 (describe-key): Use `princ' "%s" to print object.
|
|
|
12211 (describe-function-1): Use `princ' "%s" to print object.
|
|
|
12212 Commented out alias lines removed.
|
|
|
12213 (help-pretty-print-limit): New variable to control pretty-printing
|
|
|
12214 of variable values.
|
|
|
12215 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
|
12216 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
|
12217 list of length less than `help-pretty-print-limit'.
|
|
|
12218 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
|
12219
|
|
|
12220 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
|
12221
|
|
|
12222 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
|
12223 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
|
12224
|
|
|
12225 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12226
|
|
|
12227 * info.el (Info-default-directory-list): Made the documentation
|
|
|
12228 more explanitory.
|
|
|
12229
|
|
|
12230 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
|
12231
|
|
|
12232 * lisp/packages.el:
|
|
|
12233 * lisp/package-admin.el:
|
|
|
12234 * lisp/build-report.el:
|
|
|
12235 Fix typos.
|
|
|
12236
|
|
|
12237 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
12238
|
|
|
12239 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
|
12240 warnings in Java buffers without final newline and editing the
|
|
|
12241 last line.
|
|
|
12242
|
|
|
12243 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
|
12244
|
|
|
12245 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
|
12246 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
|
12247 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
|
12248
|
|
|
12249 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
|
12250 From Oliver Graf <ograf@fga.de>
|
|
|
12251
|
|
|
12252 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
|
12253
|
|
|
12254 * loadup.el (load-gc): rewrite as defun.
|
|
|
12255 Print something sensical if a required dump-time file isn't found.
|
|
|
12256
|
|
|
12257 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
|
12258
|
|
|
12259 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
|
12260 bug strikes a menudescriptor.
|
|
|
12261
|
|
|
12262 * package-get-base.el (package-get-base): Updated.
|
|
|
12263
|
|
|
12264 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
|
12265 from the Makefile.
|
|
|
12266
|
|
|
12267 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12268
|
|
|
12269 * files.el (save-some-buffers): Don't play games with deleting
|
|
|
12270 other windows if we are in the minibuffer window.
|
|
|
12271
|
|
|
12272 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12273
|
|
|
12274 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
|
12275 (add-minor-mode): Document :active property to TOGGLE.
|
|
|
12276
|
|
|
12277 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12278
|
|
|
12279 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
|
12280 `:included' predicate in the `toggle-sym' plist.
|
|
|
12281 (add-minor-mode): Document the :included property, format
|
|
|
12282 docstring some more.
|
|
|
12283 (modeline-minor-mode-menu): Documentation string added.
|
|
|
12284
|
|
|
12285 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12286
|
|
|
12287 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
|
12288 labels from the symbol-names by thwacking off the overly redundant
|
|
|
12289 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
|
12290 resultant strings. Also shortened the menu's title by eliminating
|
|
|
12291 the redundant buffer name.
|
|
|
12292 (add-minor-mode): Beautified the docstring, added mention of the
|
|
|
12293 `:menu-tag' property of TOGGLE.
|
|
|
12294 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
|
12295 `toggle-sym' to beatify the mode-life menus.
|
|
|
12296 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
|
12297 `auto-fill-function'.
|
|
|
12298
|
|
442
|
12299 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
12300
|
|
|
12301 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
|
12302 menus to :style 'toggle.
|
|
|
12303
|
|
|
12304 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
|
12305
|
|
|
12306 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
|
12307
|
|
|
12308 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
|
12309
|
|
|
12310 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
|
12311 only recognize first hyperlink.
|
|
|
12312 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
|
12313 `hyper-apropos-insert-face'.
|
|
|
12314 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
|
12315
|
|
|
12316 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
12317
|
|
|
12318 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
|
12319 mail.
|
|
|
12320 (toolbar-mail-reader): Add support for `send'.
|
|
|
12321 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
|
12322
|
|
442
|
12323 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
428
|
12324
|
|
|
12325 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
|
12326 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
|
12327 will function properly.
|
|
|
12328
|
|
|
12329 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
|
12330
|
|
|
12331 * simple.el: make the backwards delete function called by
|
|
|
12332 `backward-or-forward-delete-char' user configurable.
|
|
|
12333
|
|
|
12334 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
|
12335
|
|
|
12336 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
|
12337 compiled function got loaded from.
|
|
|
12338
|
|
|
12339 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
|
12340
|
|
|
12341 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
|
12342
|
|
|
12343 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
|
12344
|
|
|
12345 * startup.el (load-init-file): Load autoloads earlier.
|
|
|
12346 (startup-splash-frame): Handle InfoDock logo.
|
|
|
12347
|
|
|
12348 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
|
12349 InfoDock.
|
|
|
12350 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
|
12351
|
|
|
12352 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
|
12353 doesn't have this function.
|
|
|
12354
|
|
|
12355 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
|
12356
|
|
|
12357 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
|
12358
|
|
|
12359 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
|
12360 version of version.el.
|
|
|
12361 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
|
12362
|
|
|
12363 * x-menubar.el (default-menubar): Guard reference to
|
|
|
12364 `gnuserv-frame'.
|
|
|
12365 (default-menubar): Guard references to `font-lock-mode'.
|
|
|
12366 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
|
12367 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
|
12368
|
|
|
12369 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
|
12370
|
|
|
12371 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
|
12372 loading auto-autoloads files.
|
|
|
12373
|
|
|
12374 * loaddefs.el: Disable dumping autoloads.
|
|
|
12375
|
|
|
12376 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
|
12377
|
|
|
12378 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
|
12379
|
|
|
12380 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
|
12381
|
|
|
12382 * finder.el (finder-by-keyword): Autoload.
|
|
|
12383
|
|
|
12384 * help.el: Conditionalize hyperbole setup.
|
|
|
12385
|
|
|
12386 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
12387
|
|
|
12388 * packages.el (package-require): Update to reflect new data format.
|
|
|
12389
|
|
442
|
12390 1998-01-02 Didier Verna <didier@xemacs.org>
|
|
428
|
12391
|
|
|
12392 * x-menubar.el (default-menubar): make the tutorials available
|
|
|
12393 through the menubar. (Plus some compilation warnings cleanup).
|
|
|
12394
|
|
|
12395 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
|
12396
|
|
|
12397 * check-features.el: New file. Perform sanity check after build.
|
|
|
12398
|
|
|
12399 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
|
12400 files to tooltalk package.
|
|
|
12401 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
|
12402 package.
|
|
|
12403
|
|
|
12404 * package-admin.el (package-admin-xemacs): Use better default for
|
|
|
12405 location of XEmacs binary.
|
|
|
12406
|
|
|
12407 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
12408
|
|
|
12409 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
|
12410 tag with sexp and add value tag with value `t'.
|
|
|
12411
|
|
|
12412 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
|
12413
|
|
|
12414 * package-get.el: Changes to work with real data.
|
|
|
12415 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
12416
|
|
|
12417 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
|
12418 being.
|
|
|
12419
|
|
|
12420 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
|
12421 of possibly out-of-date packges.elc.
|
|
|
12422 * make-docfile.el ("packages.el"): Ditto.
|
|
|
12423
|
|
|
12424 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
|
12425
|
|
|
12426 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
|
12427 the main tarball shadowing anything past it.
|
|
|
12428
|
|
|
12429 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
|
12430
|
|
|
12431 * packages.el (package-provide): Delete a previous provide.
|
|
|
12432
|
|
|
12433 * package-info.el: New file.
|
|
|
12434
|
|
|
12435 * package-get.el: New file.
|
|
|
12436 From Pete Ware <ware@cis.ohio-state.edu>
|
|
|
12437 (package-get): Fix md5 computation to work with Mule.
|
|
|
12438
|
|
|
12439 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12440
|
|
|
12441 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
|
12442
|
|
|
12443 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
|
12444
|
|
|
12445 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
|
12446
|
|
|
12447 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
|
12448 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12449
|
|
|
12450 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
|
12451
|
|
|
12452 * startup.el (load-init-file): Reload new or changed autoloads
|
|
|
12453 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
|
12454
|
|
|
12455 * packages.el (packages-new-autoloads): New function.
|
|
|
12456 (packages-reload-autoloads): New function.
|
|
|
12457 (packages-reload-dumped-lisp): New (stub) function.
|
|
|
12458
|
|
|
12459 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
|
12460
|
|
|
12461 * loadhist.el (file-provides): Extend to handle variant
|
|
|
12462 extensions.
|
|
|
12463
|
|
|
12464 * replace.el (query-replace): Fix typo.
|
|
|
12465
|
|
|
12466 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
12467
|
|
|
12468 * make-docfile.el: list-autoloads-path has been renamed.
|
|
|
12469 * update-elc.el: list-autoloads has been renamed.
|
|
|
12470
|
|
|
12471 * packages.el (packages-list-autoloads): Renamed.
|
|
|
12472 (packages-list-autoloads-path): Ditto.
|
|
|
12473
|
|
|
12474 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
|
12475
|
|
|
12476 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
|
12477 for an error in an auto-autoload.el file.
|
|
|
12478
|
|
|
12479 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
|
12480
|
|
|
12481 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
|
12482 tag with const.
|
|
|
12483 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
|
12484
|
|
|
12485 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
|
12486
|
|
|
12487 * loadhist.el (unload-feature): Remove autoload.
|
|
|
12488
|
|
|
12489 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
|
12490
|
|
|
12491 * loadhist.el: Unpackaged.
|
|
|
12492
|
|
|
12493 * help.el (describe-symbol-find-file): Rename
|
|
|
12494 `describe-function-find-file' and make old name obsolete.
|
|
|
12495 (describe-function-1): Use it.
|
|
|
12496 (describe-function-1): Guard reference to
|
|
|
12497 `compiled-function-annotation'.
|
|
|
12498
|
|
|
12499 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12500
|
|
|
12501 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
|
12502 argument.
|
|
|
12503 (help-mode-quit): New optional arg to control whether it kills or
|
|
|
12504 buries. Tidied up.
|
|
|
12505 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
|
12506 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
|
12507 (help-pretty-print-value): Rename back from
|
|
|
12508 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
|
12509 use it, otherwise use dumped `cl-prettyprint'.
|
|
|
12510 (describe-variable): Use `help-pretty-print-value' again.
|
|
|
12511 (find-func): Removed reference to "find-func" at end.
|
|
|
12512
|
|
|
12513 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
|
12514
|
|
|
12515 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
|
12516 GUI XEmacs. Rename? x-menubar is rather window system
|
|
|
12517 independant, except for a couple of items.
|
|
|
12518
|
|
|
12519 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
|
12520
|
|
|
12521 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
|
12522 entries as they will no longer be distributed with XEmacs.
|
|
|
12523
|
|
|
12524 * format.el (format-alist): Fix image/tiff regexps.
|
|
|
12525 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
12526
|
|
|
12527 * help.el (help-maybe-pretty-print-value): Rename.
|
|
|
12528 (describe-variable): Use it.
|
|
|
12529 (describe-variable): Add trailing linefeed.
|
|
|
12530
|
|
|
12531 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12532
|
|
|
12533 * help.el (describe-function-1): Don't output anything for
|
|
|
12534 arglist of autoload functions.
|
|
|
12535
|
|
|
12536 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12537
|
|
|
12538 * help.el (describe-function-1): Don't output anything for
|
|
|
12539 arglist of autoload functions.
|
|
|
12540
|
|
|
12541 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12542
|
|
|
12543 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
|
12544 `describe-function-at-point', `describe-variable-at-point',
|
|
|
12545 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
|
12546 `help-prev-section'.
|
|
|
12547 (help-next-section): New function.
|
|
|
12548 (help-prev-section): New function.
|
|
|
12549 (help-mode-quit): Changed to kill the help buffer.
|
|
|
12550 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
|
12551 correctly.
|
|
|
12552 (help-buffer-name): New function to generate the name of help
|
|
|
12553 buffers.
|
|
|
12554 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
|
12555 argument giving the name of the help buffer.
|
|
|
12556 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
|
12557 (describe-mode): Ditto.
|
|
|
12558 (describe-bindings): Ditto.
|
|
|
12559 (describe-prefix-bindings): Ditto.
|
|
|
12560 (view-lossage): Ditto.
|
|
|
12561 (with-syntax-table): New macro.
|
|
|
12562 (function-called-at-point): Use `ignore-errors' and
|
|
|
12563 `with-syntax-table'.
|
|
|
12564 (function-at-point): Ditto.
|
|
|
12565 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
|
12566 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
|
12567 function's arglist as string.
|
|
|
12568 (function-documentation): Extracted from `describe-function-1'.
|
|
|
12569 Returns function's docstring.
|
|
|
12570 (describe-function-1): Remove all the "stream" garbage, including
|
|
|
12571 the stream argument. Use `function-arglist' and
|
|
|
12572 `function-documentation'.
|
|
|
12573 (describe-function-arglist): Just use `function-arglist'.
|
|
|
12574 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
|
12575 (help-pretty-print-value): New function to help with
|
|
|
12576 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
|
12577 `pp-internal'.
|
|
|
12578 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
|
12579 Formatting improved. Display file where variable is defined, if
|
|
|
12580 known. Use `help-pretty-print-value'.
|
|
|
12581 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
|
12582 (list-processes): Remove "stream" garbage.
|
|
|
12583
|
|
|
12584 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
|
12585
|
|
|
12586 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
|
12587 call a dumped routine instead.
|
|
|
12588
|
|
|
12589 * x-win-xfree86.el: Wrap file in defun.
|
|
|
12590 * x-win-sun.el: Ditto.
|
|
|
12591
|
|
|
12592 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
|
12593
|
|
|
12594 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
|
12595 advises functions and does other evil things.
|
|
|
12596
|
|
|
12597 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
|
12598
|
|
|
12599 * format.el (format-alist): Add `image/tiff'.
|
|
|
12600 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
|
12601
|
|
|
12602 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
|
12603
|
|
|
12604 * about.el (about-hackers): More names added.
|
|
|
12605
|
|
|
12606 * make-docfile.el: Remove superfluous package path search.
|
|
|
12607
|
|
|
12608 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
|
12609
|
|
|
12610 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
|
12611
|
|
|
12612 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
|
12613 ignored shadows.
|
|
|
12614
|
|
|
12615 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
12616
|
|
|
12617 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
|
12618 get trailing slashes when added to the load-path.
|
|
|
12619
|
|
|
12620 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
|
12621 are.
|
|
|
12622
|
|
|
12623 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
12624
|
|
|
12625 * x-faces.el: Added support for foregroundToolBarColor
|
|
|
12626 to xpm-color-symbols.
|
|
|
12627
|
|
|
12628 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12629
|
|
|
12630 * etags.el (tags-remove-duplicates): Removed.
|
|
|
12631 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
|
12632
|
|
|
12633 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
|
12634 correctly.
|
|
|
12635 (get*): Defalias to `get'.
|
|
|
12636
|
|
|
12637 * cl.el (eql): Compare integers with `eq'.
|
|
|
12638 (cl-map-extents): Check for `map-extents' first.
|
|
|
12639
|
|
442
|
12640 1997-12-17 Didier Verna <didier@xemacs.org>
|
|
428
|
12641
|
|
|
12642 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
|
12643 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
|
12644
|
|
|
12645 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
|
12646
|
|
|
12647 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12648
|
|
|
12649 * widget.el (define-widget): Check the arguments.
|
|
|
12650
|
|
|
12651 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
|
12652 (custom-variable-value-create): Use `signal' to signal error.
|
|
|
12653 (custom-variable-reset-saved): Ditto.
|
|
|
12654 (custom-variable-reset-standard): Ditto.
|
|
|
12655 (custom-face-reset-saved): Ditto.
|
|
|
12656
|
|
|
12657 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
|
12658 (widget-default-format-handler): Ditto.
|
|
|
12659 (widget-checklist-add-item): Ditto.
|
|
|
12660 (widget-radio-add-item): Ditto.
|
|
|
12661 (widget-editable-list-entry-create): Ditto.
|
|
|
12662 (widget-sexp-prompt-value): Ditto.
|
|
|
12663
|
|
|
12664 * custom.el (custom-declare-variable): Signal errors better.
|
|
|
12665 (custom-handle-keyword): Ditto.
|
|
|
12666 (custom-declare-group): Ditto.
|
|
|
12667
|
|
|
12668 * window-xemacs.el (windows): Ditto.
|
|
|
12669
|
|
|
12670 * menubar.el (menu): Ditto.
|
|
|
12671
|
|
|
12672 * keydefs.el (keyboard): Ditto.
|
|
|
12673
|
|
|
12674 * minibuf.el (minibuffer): Ditto.
|
|
|
12675
|
|
|
12676 * process.el (execute): Ditto.
|
|
|
12677
|
|
|
12678 * fill.el (fill): Ditto.
|
|
|
12679
|
|
|
12680 * modeline.el (modeline): Ditto.
|
|
|
12681
|
|
|
12682 * help.el (help): Ditto.
|
|
|
12683
|
|
|
12684 * faces.el (faces): Ditto.
|
|
|
12685
|
|
|
12686 * files.el (files): Ditto.
|
|
|
12687
|
|
|
12688 * x-init.el (x): Ditto.
|
|
|
12689
|
|
|
12690 * lisp-mode.el (lisp): Ditto.
|
|
|
12691
|
|
|
12692 * process.el (processes): Ditto.
|
|
|
12693
|
|
|
12694 * mouse.el (mouse): Ditto.
|
|
|
12695
|
|
|
12696 * abbrev.el (abbrev): Moved from cus-edit.
|
|
|
12697
|
|
|
12698 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
|
12699 as variable declaration.
|
|
|
12700
|
|
|
12701 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12702
|
|
|
12703 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
12704 (find-menu-item): Cosmetic changes.
|
|
|
12705
|
|
|
12706 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
|
12707
|
|
|
12708 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
|
12709
|
|
|
12710 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
|
12711
|
|
|
12712 * startup.el (set-default-load-path): Only search package-path
|
|
|
12713 when not running temacs.
|
|
|
12714
|
|
|
12715 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
|
12716 files.
|
|
|
12717
|
|
|
12718 * loadup.el: Correct commentary. Reformatting.
|
|
|
12719 (really-early-error-handler): Use absolute path to the
|
|
|
12720 first dumped-lisp.el file.
|
|
|
12721 (really-early-error-handler): Print full path name of
|
|
|
12722 each dumped lisp file (inherited from InfoDock).
|
|
|
12723
|
|
|
12724 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
|
12725 dumped-lisp.el files.
|
|
|
12726
|
|
|
12727 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
|
12728 package-path is searched.
|
|
|
12729 * update-elc.el: Ditto.
|
|
|
12730
|
|
|
12731 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
|
12732 `condition-case' for indentation.
|
|
|
12733
|
|
|
12734 * about.el (about-xemacs): Update release date.
|
|
|
12735
|
|
|
12736 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12737
|
|
|
12738 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
|
12739 anywhere but at the last clause.
|
|
|
12740 (ecase): Disallow `t' and `otherwise'.
|
|
|
12741
|
|
|
12742 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
|
12743
|
|
|
12744 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
|
12745 from stuff moved out of `custom-buffer-create-internal'.
|
|
|
12746 (custom-novice): New variable. Default t.
|
|
|
12747 (custom-display-global-buttons): Ditto. Default `top'.
|
|
|
12748 (custom-buffer-create-internal): Only display help if
|
|
|
12749 `custom-novice' is non-nil. Display global buttons according to
|
|
|
12750 `custom-display-global-buttons'.
|
|
|
12751
|
|
|
12752 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12753
|
|
|
12754 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
|
12755 (find-menu-item): Cosmetic changes.
|
|
|
12756
|
|
|
12757 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12758
|
|
|
12759 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
|
12760 look.
|
|
|
12761
|
|
|
12762 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
|
12763
|
|
|
12764 * format.el (format-deannotate-region): Bug fix.
|
|
|
12765 Deannotating a region containing unknown tags would fail
|
|
|
12766 (causing decoding of text/enriched to fail at user level)
|
|
|
12767
|
|
|
12768 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
|
12769
|
|
|
12770 * minibuf.el (read-directory-name): Support sixth
|
|
|
12771 arg, HISTORY, as already documented.
|
|
|
12772
|
|
|
12773 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
12774
|
|
|
12775 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
|
12776 to `ecase'.
|
|
|
12777
|
|
|
12778 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
|
12779
|
|
|
12780 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
|
12781 skk-activate.
|
|
|
12782
|
|
|
12783 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
|
12784
|
|
|
12785 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|