829
|
1 2002-04-23 Jerry James <james@xemacs.org>
|
|
2
|
|
3 * select.el (get-clipboard): Document connection with
|
|
4 interprogram-paste-function.
|
|
5 * select.el (get-selection): Document that nil should be
|
|
6 returned if XEmacs owns the selection.
|
|
7 Remove unnecessary variable.
|
|
8 * simple.el (kill-ring-max): Synch with FSF Emacs 21.2.
|
|
9 * simple.el (kill-new): Synch with FSF Emacs 21.2
|
|
10
|
826
|
11 2002-05-05 Ben Wing <ben@xemacs.org>
|
|
12
|
|
13 * bytecomp-runtime.el (with-obsolete-variable):
|
|
14 * bytecomp-runtime.el (with-obsolete-function):
|
|
15 Doc string changes.
|
|
16
|
|
17 * compat.el:
|
|
18 * compat.el (compat-current-package):
|
|
19 * compat.el (compat-current-package)): New.
|
|
20 * compat.el (compat-define-compat-functions): New.
|
|
21 * compat.el (compat-define-group):
|
|
22 * compat.el (compat-define-functions): Removed.
|
|
23 * compat.el (compat-defun): New.
|
|
24 * compat.el (compat-define-function): New.
|
|
25 * compat.el (compat-wrap-runtime): New.
|
|
26 * compat.el (compat-wrap): New.
|
|
27 * compat.el (compat): Removed.
|
|
28 * compat.el (overlays):
|
|
29 * compat.el (overlayp): New.
|
|
30 * compat.el (make-overlay): New.
|
|
31 * compat.el (move-overlay): New.
|
|
32 * compat.el (delete-overlay): New.
|
|
33 * compat.el (overlay-start): New.
|
|
34 * compat.el (overlay-end): New.
|
|
35 * compat.el (overlay-buffer): New.
|
|
36 * compat.el (overlay-properties): New.
|
|
37 * compat.el (overlays-at): New.
|
|
38 * compat.el (overlays-in): New.
|
|
39 * compat.el (next-overlay-change): New.
|
|
40 * compat.el (previous-overlay-change): New.
|
|
41 * compat.el (overlay-lists): New.
|
|
42 * compat.el (overlay-recenter): New.
|
|
43 * compat.el (overlay-get): New.
|
|
44 * compat.el (overlay-put): New.
|
|
45 * compat.el ('delete-extent): New.
|
|
46 * compat.el ('extent-end-position): New.
|
|
47 * compat.el ('extent-start-position): New.
|
|
48 * compat.el ('set-extent-endpoints): New.
|
|
49 * compat.el ('set-extent-property): New.
|
|
50 * compat.el ('make-extent): New.
|
|
51 * compat.el (extent-property): New.
|
|
52 * compat.el (extent-at): New.
|
|
53 * compat.el (map-extents): New. Some attempts to redo this to
|
|
54 make it truly useful and fix the "multiple versions interacting
|
|
55 with each other" problem. Not yet done. Currently doesn't work.
|
|
56
|
|
57 * files.el (revert-buffer-internal):
|
|
58 Use with-obsolete-variable to avoid warnings in new revert-buffer code.
|
|
59
|
825
|
60 2002-05-02 Steve Youngs <youngs@xemacs.org>
|
|
61
|
|
62 * package-get.el (package-get): Use 'warn' instead of 'lwarn'.
|
|
63
|
824
|
64 2002-05-01 Steve Youngs <youngs@xemacs.org>
|
|
65
|
|
66 * package-get.el (package-get-update-base-entry): Remove code to
|
|
67 add package entries into custom.
|
|
68 (package-get-custom-groups): Remove.
|
|
69 (package-get-custom): Ditto.
|
|
70 (package-get-custom-add-entry): Ditto.
|
|
71
|
|
72 2002-04-29 Steve Youngs <youngs@xemacs.org>
|
|
73
|
|
74 * menubar-items.el (default-menubar): Remove entry for managing
|
|
75 packages via custom.
|
|
76
|
821
|
77 2002-04-24 Mats Lidell <matsl@contactor.se>
|
|
78
|
|
79 * mule/european.el (language-info-alist): Add TUTORIAL & greeting for Swedish.
|
|
80
|
820
|
81 2002-04-28 Steve Youngs <youngs@xemacs.org>
|
|
82
|
|
83 * mule/mule-charset.el: Revert my last patch. 'string-to-char-list'.
|
|
84
|
819
|
85 2002-04-09 Andy Piper <andy@xemacs.org>
|
|
86
|
|
87 * files.el (revert-buffer): use revert-buffer-internal if it looks
|
|
88 like doing so will not result in any user-visible changes.
|
|
89 (revert-buffer-internal): new function. Do the actual process of
|
|
90 reversion and then see whether the result is any different to what
|
|
91 we have already. If it is not then do nothing.
|
|
92
|
|
93 2002-02-04 Andy Piper <andy@xemacs.org>
|
|
94
|
|
95 * files.el (convert-standard-filename): Fix for short filename
|
|
96 Peter Arius <pas@methodpark.de>
|
|
97
|
|
98 2001-12-16 Andy Piper <andy@xemacs.org>
|
|
99
|
|
100 * package-get.el (package-get-update-all): Make sure installed.db
|
|
101 gets updated after updating packages.
|
|
102
|
|
103 2001-12-11 Andy Piper <andy@xemacs.org>
|
|
104
|
|
105 * menubar.el (get-popup-menu-response): re-order so that it works
|
|
106 on more sane/facist window systems.
|
|
107
|
|
108 2001-12-03 Andy Piper <andy@xemacs.org>
|
|
109
|
|
110 * faces.el (frob-face-property): don't infloop in face frobbing
|
|
111 from Jan Vroonhof <jan@xemacs.org>.
|
|
112
|
|
113 2001-11-30 Andy Piper <andy@xemacs.org>
|
|
114
|
|
115 * printer.el (generic-print-region): fix for non-MS systems from
|
|
116 Mike Fabian.
|
|
117
|
|
118 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
119
|
|
120 * font.el (font-window-system-mappings): Add mapping for Gtk
|
|
121 (assume identical to X)
|
|
122
|
|
123 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
124
|
|
125 * faces.el (frob-face-property): Follow face fall-back hierarchy
|
|
126 properly for face properties without an instance. Only do manual
|
|
127 copy form 'default in last resort. This handles in particular
|
|
128 the case where 'default itself has only a fall-back (which is
|
|
129 the case by default on windows).
|
|
130
|
|
131 2001-11-24 Andy Piper <andy@xemacs.org>
|
|
132
|
|
133 * printer.el (generic-print-region): set default-frame-plist to
|
|
134 nil while creating the printer frame so that sizes reflect the
|
|
135 printed page.
|
|
136
|
|
137 * faces.el (face-complain-about-font): Don't complain on printers.
|
|
138
|
818
|
139 2002-04-25 Steve Youngs <youngs@xemacs.org>
|
|
140
|
|
141 * mule/mule-charset.el (string-to-char-list): New. This used to
|
|
142 be in 'mule-misc.el' but that file has been removed.
|
|
143
|
|
144 2002-04-14 Steve Youngs <youngs@xemacs.org>
|
|
145
|
|
146 * obsolete.el (find-non-ascii-charset-region): A couple of
|
|
147 packages use this.
|
|
148 (find-non-ascii-charset-string): Ditto.
|
|
149
|
814
|
150 2002-04-14 Ben Wing <ben@xemacs.org>
|
|
151
|
|
152 * abbrev.el:
|
|
153 * abbrev.el (abbrev-mode):
|
|
154 * abbrev.el (only-global-abbrevs):
|
|
155 * abbrev.el (defining-abbrev-turns-on-abbrev-mode): New.
|
|
156 * abbrev.el (define-abbrev-table):
|
|
157 * abbrev.el (global-abbrev-mode): New.
|
|
158 * abbrev.el (add-mode-abbrev):
|
|
159 * abbrev.el (add-global-abbrev):
|
|
160 * abbrev.el (inverse-add-mode-abbrev):
|
|
161 * abbrev.el (inverse-add-global-abbrev):
|
|
162 Add `global-abbrev-mode', which turns on or off abbrev-mode in all
|
|
163 buffers. Added `defining-abbrev-turns-on-abbrev-mode' -- if
|
|
164 non-nil, defining an abbrev through an interactive function will
|
|
165 automatically turn on abbrev-mode, either globally or locally
|
|
166 depending on the command. This is the "what you'd expect"
|
|
167 behavior.
|
|
168 * indent.el:
|
|
169 * indent.el (indent-balanced-expression-function): New.
|
|
170 * indent.el (indent-balanced-expression): New.
|
|
171 * indent.el (indent-region-or-balanced-expression): New.
|
|
172 general function for indenting a balanced expression in a
|
|
173 mode-correct way. Works similar to indent-region in that a mode
|
|
174 can specify a specific command to do the whole operation; if not,
|
|
175 figure out the region using forward-sexp and indent each line
|
|
176 using indent-according-to-mode.
|
|
177 * keydefs.el:
|
|
178 * keydefs.el (global-map): Removed.
|
|
179 Modify M-C-backslash to do indent-region-or-balanced-expression.
|
|
180 Make S-Tab just insert a TAB char, like it's meant to do.
|
|
181 * make-docfile.el:
|
|
182 * make-docfile.el (docfile-out-of-date):
|
|
183 Now that we're using the call-process-in-lisp, we need to load
|
|
184 an extra file win32-native.el because we're running a bare temacs.
|
|
185 * menubar-items.el:
|
|
186 * menubar-items.el (default-menubar):
|
|
187 Totally redo the Cmds menu so that most used commands appear
|
|
188 directly on the menu and less used commands appear in submenus.
|
|
189 The old way may have been very pretty, but rather impractical.
|
|
190 * process.el (call-process-internal):
|
|
191 Under Windows, don't ever use old-call-process-internal, even
|
|
192 in batch mode. We can do processes in batch mode.
|
|
193 * subr.el:
|
|
194 * subr.el (truncate-string-to-width):
|
|
195 * subr.el (truncate-string-with-continuation-dots): New.
|
|
196 * subr.el (plist-to-alist):
|
|
197 Someone recoded truncate-string-to-width, saying "the FSF version
|
|
198 is too complicated and does lots of hard-to-understand stuff" but
|
|
199 the resulting recoded version was *totally* wrong! it
|
|
200 misunderstood the basic point of this function, which is work in
|
|
201 *columns* not chars. i dumped ours and copied the version from
|
|
202 FSF 21.1. Also added truncate-string-with-continuation-dots,
|
|
203 since this idiom is used often.
|
|
204
|
811
|
205 2002-04-07 William M. Perry <wmperry@gnu.org>
|
|
206
|
|
207 * startup.el (command-line): Don't call init-menubar-at-startup
|
|
208 unless we were built with menubar support.
|
|
209
|
810
|
210 2002-03-19 Daiki Ueno <daiki@xemacs.org>
|
|
211
|
|
212 * mule/japanese.el: Don't quote function expressions listed as
|
|
213 `native-coding-system'.
|
|
214 * mule/chinese.el: Likewise.
|
|
215
|
804
|
216 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
217
|
|
218 * XEmacs 21.5.6 "bok choi" is released.
|
|
219
|
801
|
220 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
221
|
|
222 * mule/mule-cmds.el:
|
|
223 * mule/mule-cmds.el (langenv-to-locale-hash): New.
|
|
224 * mule/mule-cmds.el (mswindows-get-language-environment-from-locale):
|
|
225 Hash the result of mswindows-get-language-environment-from-locale,
|
|
226 since it's very expensive (and causes huge ballooning of memory
|
|
227 under X Windows, since it's called from x-get-resource).
|
|
228
|
|
229 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
230
|
|
231 * cl-extra.el:
|
|
232 * cl-extra.el (equalp):
|
|
233 * code-files.el (load):
|
|
234 * files.el (hack-local-variables-last-page):
|
|
235 * files.el (hack-local-variables-prop-line):
|
|
236 * simple.el (assoc-ignore-case):
|
|
237 * subr.el:
|
|
238 * subr.el (string-equal-ignore-case): New.
|
|
239 * x-faces.el (x-frob-font-size):
|
|
240 * x-faces.el (x-init-device-faces):
|
|
241 Create new string-equal-ignore-case, based on built-in
|
|
242 compare-strings -- compare strings ignoring case without the need
|
|
243 to generate garbage by calling downcase. Use it in equalp and
|
|
244 elsewhere.
|
|
245
|
800
|
246 2002-03-31 Ben Wing <ben@xemacs.org>
|
|
247
|
|
248 * behavior.el:
|
|
249 * behavior.el (within-behavior-enabling-disabling): New.
|
|
250 * behavior.el (behaviors): New.
|
|
251 * behavior.el (enabled-behavior-list): New.
|
|
252 * behavior.el (define-behavior):
|
|
253 * behavior.el (behavior-enabled-p):
|
|
254 * behavior.el (enable-behavior):
|
|
255 * behavior.el (disable-behavior):
|
|
256 * dumped-lisp.el (preloaded-file-list):
|
|
257 * menubar-items.el (default-menubar):
|
|
258 Add support for saving using custom. Load into a dumped XEmacs.
|
|
259 Correct :title to :short-doc in accordance with behavior-defs.el.
|
|
260 Add a submenu under Options for turning on/off behaviors.
|
|
261
|
|
262 * cl-macs.el:
|
|
263 * cl-macs.el (loop):
|
|
264 * cl-macs.el (cl-parse-loop-clause):
|
|
265 Properly document `loop'. Fix a minor bug in keymap iteration and
|
|
266 add support for bit-vector iteration.
|
|
267
|
|
268 * lisp-mode.el (construct-lisp-mode-menu):
|
|
269 Rearrange and add items for macro expanding.
|
|
270
|
|
271 * menubar-items.el (menu-split-long-menu):
|
|
272 * menubar-items.el (menu-sort-menu):
|
|
273 Document connection between these two functions.
|
|
274
|
|
275 * window.el:
|
|
276 * window.el (get-window-with-predicate): New.
|
|
277 * window.el (ALL-FRAMES): New.
|
|
278 * window.el ('some-window): New.
|
|
279 * window.el (count-windows):
|
|
280 * window.el (window-safely-shrinkable-p): New.
|
|
281 * window.el (count-screen-lines): New.
|
|
282 * window.el (shrink-window-if-larger-than-buffer):
|
|
283 Port stuff from GNU 21.1.
|
|
284
|
793
|
285 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
286
|
|
287 * mule/english.el (ascii-right-to-left):
|
|
288 Define this charset now, since a bug was fixed that formerly
|
|
289 prevented it.
|
|
290
|
|
291 * mule/ethio-util.el (ethio-fidel-to-java-buffer):
|
|
292 * mule/ethio-util.el (ethio-java-to-fidel-buffer):
|
|
293 Fix compile errors involving Unicode `characters', which should be
|
|
294 integers.
|
|
295
|
|
296 2002-03-24 Ben Wing <ben@xemacs.org>
|
|
297
|
|
298 * sound.el:
|
|
299 * sound.el (sound-default-alist):
|
|
300 Correct docs.
|
|
301
|
|
302 * msw-glyphs.el:
|
|
303
|
|
304 Set glyph-contrib-p to nil on hscroll, continuation, truncation so
|
|
305 that we don't get line jumpiness from them being larger than the
|
|
306 line height.
|
|
307
|
|
308 * mouse.el:
|
|
309 * mouse.el ((meta button1)):
|
|
310 * mouse.el (mouse-consolidated-yank):
|
|
311 * mouse.el (mouse-yank):
|
|
312 * mouse.el (mouse-track):
|
|
313 * mouse.el (variables): Removed.
|
|
314 * mouse.el (default-mouse-track-normalize-point):
|
|
315 * mouse.el (default-mouse-track-return-dragged-selection):
|
|
316 * mouse.el (mouse-track-by-lines): New.
|
|
317 * mouse.el (mouse-track-insert): Removed.
|
|
318 * mouse.el (mouse-track-adjust-by-lines): New.
|
|
319 * mouse.el (mouse-track-insert-1): New.
|
|
320 * mouse.el (mouse-track-insert-by-lines): New.
|
|
321 * mouse.el (mouse-track-delete-and-insert-by-lines): New.
|
|
322
|
|
323 New functions for line-oriented mouse selection, with meta held
|
|
324 down. Extend mouse-track{,adjust,insert,delete-and-insert} this
|
|
325 way. Move mouse-track-do-rectangle to meta-button2; not nearly so
|
|
326 useful (and doesn't really work correctly currently).
|
|
327
|
|
328 * auto-save.el:
|
|
329 * auto-save.el (make-auto-save-file-name):
|
|
330 * auto-save.el (recover-all-files):
|
|
331 * check-features.el:
|
|
332 * check-features.el ((featurep 'tooltalk)):
|
|
333 * check-features.el ((featurep 'sparcworks)):
|
|
334 * code-files.el:
|
|
335 * code-files.el (insert-file-contents):
|
|
336 * etags.el (find-tag-default):
|
|
337 * files.el (normal-mode):
|
|
338 * files.el (backup-buffer):
|
|
339 * files.el (recover-session-finish):
|
|
340 * finder.el (finder-compile-keywords):
|
|
341 * font-lock.el (font-lock-pre-idle-hook):
|
|
342 * info.el (Info-suffixed-file):
|
|
343 * package-get.el:
|
|
344 * package-get.el (package-get-load-package-file):
|
|
345 * package-get.el (package-get):
|
|
346 * packages.el:
|
|
347 * packages.el (packages-load-package-lisps):
|
|
348 * simple.el:
|
|
349 * simple.el (show-message-log):
|
|
350 * simple.el (log-message):
|
|
351 * simple.el (remove-message):
|
|
352 * simple.el (log-warning-minimum-level):
|
|
353 * simple.el (display-warning-minimum-level):
|
|
354 * simple.el (warning-level-alist):
|
|
355 * simple.el (warning-level-<): New.
|
|
356 * simple.el (display-warning):
|
|
357 * simple.el (NOTE): New.
|
|
358 * simple.el (warn):
|
|
359 * simple.el (lwarn):
|
|
360 * subr.el:
|
|
361 * subr.el (backtrace-in-condition-handler-eliminating-handler): New.
|
|
362 * subr.el (with-trapping-errors): New.
|
|
363
|
|
364 New form with-trapping-errors; a consistent way to execute code,
|
|
365 catching all errors and displaying a warning, including a
|
|
366 backtrace showing where the error occurred. Modify various files
|
|
367 to use this.
|
|
368
|
|
369 Show all warnings in the echo area (in a format convenient for
|
|
370 this) as well as the Warnings buffer. Change the interpretation
|
|
371 of display-warning-minimum-level so that warnings below this level
|
|
372 (now set at `warning') do not force the Warnings buffer to be
|
|
373 displayed, but still appear in the echo area. The motivation for
|
|
374 this was `Unable to instantiate font' warnings, which should be
|
|
375 visible but are very annoying when the Warnings buffer pops up.
|
|
376
|
|
377 Change the meaning of warning level `alert' and define clearly
|
|
378 what the purpose of the various warning levels are. Modify
|
|
379 various files consistent with the new definitions.
|
|
380
|
|
381 Mark all warnings with extents.
|
|
382
|
|
383 * startup.el (load-init-file):
|
|
384 Modify so that a backtrace is seen when an error occurs.
|
|
385
|
|
386 * help.el (view-warnings): New.
|
|
387 New function for viewing warnings buffer.
|
|
388
|
|
389 * help.el:
|
|
390 * help.el (print-recent-messages):
|
|
391 * simple.el:
|
|
392 * simple.el (show-message-log):
|
|
393 Integrate show-message-log with view-lossage. Add option to
|
|
394 view-lossage to view only the messages. Clear message first so
|
|
395 latest message is seen.
|
|
396
|
|
397 * menubar-items.el:
|
|
398 * menubar-items.el (default-menubar):
|
|
399 * menubar-items.el (bookmark-menu-filter): Removed.
|
|
400 Various rearrangements and fixes.
|
|
401
|
|
402 * msw-faces.el:
|
|
403 * msw-faces.el (gui-element):
|
|
404 * msw-faces.el (mswindows-init-device-faces):
|
|
405 Set gui-element font globally instead of on each device.
|
|
406
|
|
407 * msw-font-menu.el (mswindows-font-menu-font-data): Fix bug.
|
|
408
|
|
409 * simple.el (debug-print-1): New.
|
|
410 * simple.el (debug-print):
|
|
411 * simple.el (debug-backtrace): New.
|
|
412 New debugging functions.
|
|
413
|
792
|
414 2002-03-20 John Paul Wallington <jpw@shootybangbang.com>
|
|
415
|
|
416 * menubar-items.el (list-all-buffers): New function.
|
|
417 (list-all-buffers-function): New customizable variable.
|
|
418 (default-menubar): Replace list-buffers with list-all-buffers.
|
|
419
|
|
420 2002-03-04 Simon Josefsson <jas@extundo.com>
|
|
421
|
|
422 * files.el (auto-mode-alist): Move Sieve to a place where the
|
|
423 comment is more appropriate for it.
|
|
424
|
788
|
425 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
426
|
|
427 * mule\mule-category.el:
|
|
428 * mule\mule-category.el (with-category-table): New.
|
|
429 Start implementing a category API compatible with FSF. Not there yet.
|
|
430 We need improvements to char-tables.
|
|
431
|
|
432 * mule\mule-charset.el:
|
|
433 * mule\mule-charset.el ((translation-table): New.
|
|
434 * mule\mule-charset.el (make-translation-table): New.
|
|
435 * mule\mule-charset.el (named-translation-table-hash-table): New.
|
|
436 * mule\mule-charset.el (define-translation-table): New.
|
|
437 * mule\mule-charset.el (find-translation-table): New.
|
|
438 * mule\mule-charset.el (get-translation-table): New.
|
|
439 Copy translation table code from FSF 21.1 and fix up. Eventually
|
|
440 we'll have them in XEmacs. (used in ccl) Not here quite yet, and
|
|
441 we need some improvements to char-tables.
|
|
442
|
|
443 * mule\cyril-util.el:
|
|
444 * mule\cyril-util.el (cyrillic-encode-koi8-r-char):
|
|
445 * mule\cyril-util.el (cyrillic-encode-alternativnyj-char):
|
|
446 * mule\cyrillic.el:
|
|
447 * mule\cyrillic.el (cyrillic-koi8-r-to-external-code-table): New.
|
|
448 * mule\cyrillic.el (cyrillic-alternativnyj-to-external-code-table): New.
|
|
449 * mule\devan-util.el (devanagari-compose-string):
|
|
450 * mule\ethio-util.el:
|
|
451 * mule\korea-util.el:
|
|
452 * mule\mule-tty-init.el (init-mule-tty-win):
|
|
453 * mule\tibet-util.el (tibetan-add-components):
|
|
454 * mule\tibet-util.el (tibetan-compose-region):
|
|
455 * mule\viet-util.el:
|
|
456 * mule\viet-util.el (viet-encode-viscii-char):
|
|
457 * mule\vietnamese.el:
|
|
458 * mule\vietnamese.el (viet-viscii-to-external-code-table): New.
|
|
459 Fix numerous compilation warnings. Fix up code related to
|
|
460 translation tables and other types of char-tables.
|
|
461
|
|
462 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
463
|
|
464 * menubar-items.el (default-menubar): Move the frame commands from
|
|
465 the View menu to the File menu, to be consistent with how most other
|
|
466 programs do things. Move less-used revert/recover items to a submenu.
|
|
467 Make "recover" not prompt for a file, but recover the current buffer.
|
|
468
|
787
|
469 2002-03-20 Ben Wing <ben@xemacs.org>
|
|
470
|
|
471 * dumped-lisp.el (preloaded-file-list): debug.el -> diagnose.el.
|
|
472 * diagnose.el: Renamed from debug.el because of existing debug.el
|
|
473 in xemacs-base.
|
|
474
|
784
|
475 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
476
|
|
477 * dumped-lisp.el (preloaded-file-list): Add debug.el.
|
|
478
|
|
479 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
480
|
|
481 * subr.el:
|
|
482 * subr.el (map-plist): New.
|
|
483
|
|
484 * debug.el: New. New function show-memory-usage.
|
|
485
|
782
|
486 2002-03-18 Adrian Aichner <adrian@xemacs.org>
|
|
487
|
|
488 * cus-edit.el (customize-save-variable): Fix typo in prompt.
|
|
489
|
780
|
490 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
491
|
|
492 * mule\lao.el (?):
|
|
493 * mule\lao.el (lao):
|
|
494 Convert stuff to XEmacs-style.
|
|
495
|
|
496 * mule\thai-xtis.el:
|
|
497 * mule\thai-xtis.el (thai-xtis):
|
|
498 * mule\thai-xtis.el (?x): New.
|
|
499 Move thai-xtis-chars.el stuff to here, since we can now handle
|
|
500 encountering characters of a charset before the charset is defined.
|
|
501
|
|
502 * mule\thai-xtis-chars.el: Removed, moved into thai-xtis.el.
|
|
503
|
|
504 * mule\mule-msw-init.el: Move some stuff into mule-msw-init-late.el,
|
|
505 which references charsets and thus needs to be delayed until after
|
|
506 all charsets have been created.
|
|
507
|
|
508 * mule\mule-msw-init-late.el: New file, some stuff from
|
|
509 mule-msw-init.el.
|
|
510
|
|
511 2002-03-18 Ben Wing <ben@xemacs.org>
|
|
512
|
|
513 * dumped-lisp.el (preloaded-file-list):
|
|
514 Load the remaining languages -- lao, indian, devanagari, tibetan.
|
|
515 Load new file mule-msw-init-late.
|
|
516
|
|
517 * unicode.el (load-unicode-tables):
|
|
518 * unicode.el (init-unicode-at-startup):
|
|
519 Load the new tables for Ethiopic, Vietnamese, and other languages
|
|
520 extracted from mule-ucs.
|
|
521
|
778
|
522 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
523
|
|
524 * mule\arabic.el:
|
|
525 * mule\arabic.el (arabic-1-column):
|
|
526 * mule\arabic.el (arabic-2-column):
|
|
527 * mule\canna-leim.el:
|
|
528 * mule\canna-leim.el (canna:*japanese-mode*):
|
|
529 * mule\canna-leim.el (canna-inactivate):
|
|
530 * mule\china-util.el:
|
|
531 * mule\chinese.el:
|
|
532 * mule\chinese.el (chinese-sisheng):
|
|
533 * mule\cyril-util.el:
|
|
534 * mule\cyril-util.el (cyrillic-encode-koi8-r-char):
|
|
535 * mule\cyril-util.el (cyrillic-encode-alternativnyj-char):
|
|
536 * mule\cyrillic.el:
|
|
537 * mule\devan-util.el:
|
|
538 * mule\devanagari.el:
|
|
539 * mule\english.el:
|
|
540 * mule\ethio-util.el:
|
|
541 * mule\ethio-util.el (ethio-modify-vowel):
|
|
542 * mule\ethiopic.el:
|
|
543 * mule\european.el:
|
|
544 * mule\greek.el:
|
|
545 * mule\hebrew.el:
|
|
546 * mule\indian.el:
|
|
547 * mule\japan-util.el:
|
|
548 * mule\japan-util.el (japanese-symbol-table):
|
|
549 * mule\japan-util.el (japanese-hankaku):
|
|
550 * mule\japan-util.el (japanese-hankaku-region):
|
|
551 * mule\japanese.el:
|
|
552 * mule\korea-util.el:
|
|
553 * mule\korean.el:
|
|
554 * mule\lao-util.el:
|
|
555 * mule\lao.el:
|
|
556 * mule\lao.el (lao):
|
|
557 * mule\misc-lang.el:
|
|
558 * mule\mule-charset.el:
|
|
559 * mule\mule-cmds.el (set-locale-for-language-environment):
|
|
560 * mule\mule-cmds.el (set-language-environment-coding-systems):
|
|
561 * mule\mule-cmds.el (init-locale-at-early-startup):
|
|
562 * mule\thai-util.el:
|
|
563 * mule\thai.el:
|
|
564 * mule\tibet-util.el:
|
|
565 * mule\tibetan.el:
|
|
566 * mule\tibetan.el (tibetan-1-column):
|
|
567 * mule\tibetan.el (tibetan):
|
|
568 * mule\viet-util.el:
|
|
569 * mule\viet-util.el (viet-encode-viscii-char):
|
|
570 * mule\vietnamese.el:
|
|
571 * mule\vietnamese.el (?v): New.
|
|
572 * mule\vietnamese.el (viet-viscii-decode-table):
|
|
573 * unicode.el:
|
|
574 Fix lots of warnings. Sync up some files to FSF 21.1. Copy over
|
|
575 all charset definitions from FSF 21.1, convert them to our format,
|
|
576 and stick them in the relevant files. Eventually we will actually
|
|
577 be able to dump these files (though they may not quite work).
|
|
578
|
|
579 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
580
|
|
581 * autoload.el:
|
|
582 * autoload.el (make-autoload):
|
|
583 * autoload.el (generate-autoload-cookie):
|
|
584 * autoload.el (defun*):
|
|
585 Support defun*, defmacro*.
|
|
586
|
|
587 * mule/mule-composite.el: New file, from FSF.
|
|
588 * mule/mule-composite-stub.el: New file, stubs for nonexistent
|
|
589 composition funs/vars.
|
|
590 * mule/viet-chars.el: Deleted, moved into vietnamese.el.
|
|
591 * dumped-lisp.el (preloaded-file-list):
|
|
592 Account for these changes.
|
|
593
|
|
594 * font.el (mswindows-font-create-object):
|
|
595 * mouse.el (mouse-begin-drag-n-drop):
|
|
596 * msw-font-menu.el (mswindows-font-regexp):
|
|
597 * printer.el:
|
|
598 * printer.el (generic-page-setup):
|
|
599 * printer.el (generic-print-region):
|
|
600 * startup.el (early-error-handler):
|
|
601 fix warnings.
|
|
602
|
|
603 2002-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
604
|
|
605 * unicode.el (load-unicode-tables): Make table for latin-jisx0201.
|
|
606 * mule/mule-msw-init.el: Character sets to codepage mapping
|
|
607 change. Add japanese-jisx0212, delete japanese-jisx0208-1978.
|
|
608
|
777
|
609 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
610
|
|
611 * mule\mule-charset.el:
|
|
612 * mule\mule-charset.el (char-width): Removed.
|
|
613 * mule\mule-charset.el ('sref): Removed.
|
|
614 * mule\mule-charset.el (char-bytes): Removed.
|
|
615 * mule\mule-charset.el (string-to-sequence): Removed.
|
|
616 * mule\mule-charset.el (string-to-list): Removed.
|
|
617 * mule\mule-charset.el (string-to-vector): Removed.
|
|
618 * mule\mule-charset.el (store-substring): Removed.
|
|
619 * obsolete.el:
|
|
620 * obsolete.el ('sref): New.
|
|
621 * obsolete.el (char-bytes): New.
|
|
622 * subr.el:
|
|
623 * subr.el (char-width): New.
|
|
624 * subr.el (string-to-sequence): New.
|
|
625 * subr.el (string-to-list): New.
|
|
626 * subr.el (string-to-vector): New.
|
|
627 * subr.el (store-substring): New.
|
|
628 * subr.el (truncate-string-to-width): New. Put back
|
|
629 previously-deleted truncate-string-to-width. Move other
|
|
630 non-Mule-specific stuff into subr.el or obsolete.el.
|
|
631
|
776
|
632 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
633
|
|
634 * mule\chinese.el:
|
|
635 * mule\chinese.el (post-read-decode-hz):
|
|
636 * mule\chinese.el (pre-write-encode-hz):
|
|
637 * mule\japan-util.el (japanese-katakana-region):
|
|
638 * mule\japan-util.el (japanese-hiragana-region):
|
|
639 * mule\japan-util.el (japanese-zenkaku-region):
|
|
640 fix warnings.
|
|
641
|
|
642 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
643
|
|
644 * behavior-defs.el (func-menu):
|
|
645 * behavior-defs.el (filladapt):
|
|
646 fix errors with require.
|
|
647
|
|
648 * bytecomp-runtime.el:
|
|
649 * bytecomp-runtime.el (with-boundp):
|
|
650 * bytecomp-runtime.el (if-boundp):
|
|
651 * bytecomp-runtime.el (when-boundp):
|
|
652 * bytecomp-runtime.el (and-boundp): New.
|
|
653 * bytecomp-runtime.el (declare-boundp):
|
|
654 * bytecomp-runtime.el (globally-declare-boundp):
|
|
655 * bytecomp-runtime.el (with-fboundp):
|
|
656 * bytecomp-runtime.el (if-fboundp):
|
|
657 * bytecomp-runtime.el (when-fboundp):
|
|
658 * bytecomp-runtime.el (and-fboundp): New.
|
|
659 * bytecomp-runtime.el (declare-fboundp):
|
|
660 * bytecomp-runtime.el (globally-declare-fboundp):
|
|
661 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed):
|
|
662 add new funs {when,and}-{f}boundp, clean up docs.
|
|
663
|
|
664 * cus-edit.el (custom-save-variables):
|
|
665 pretty-print values.
|
|
666
|
|
667 * dump-paths.el:
|
|
668 * dump-paths.el (startup-setup-paths): New.
|
|
669 * find-paths.el:
|
|
670 * startup.el (command-switch-alist):
|
|
671 * startup.el (command-line-do-help):
|
|
672 * startup.el (normal-top-level):
|
|
673 * startup.el (command-line-early):
|
|
674 * startup.el (command-line):
|
|
675 * startup.el (startup-find-roots-warning):
|
|
676 * startup.el (startup-setup-paths): Removed.
|
|
677 * startup.el (startup-load-autoloads):
|
|
678 * setup-paths.el:
|
|
679 fix problems/inconsistencies parsing options. support new
|
|
680 -no-packages option. merge code duplication in dump-paths and
|
|
681 startup.
|
|
682
|
|
683 * lisp-mode.el:
|
|
684 * lisp-mode.el (lisp-indent-function):
|
|
685 * lisp-mode.el (while):
|
|
686 indent macrolet and labels correctly. update comments about
|
|
687 lisp-indent-function. flet already handled in cl.
|
|
688
|
|
689 * apropos.el (apropos-safe-documentation):
|
|
690 * auto-save.el (make-auto-save-file-name):
|
|
691 * buff-menu.el (default-list-buffers-identification):
|
|
692 * cl-extra.el (cl-map-intervals):
|
|
693 * dragdrop.el (experimental-dragdrop-drop-url-default):
|
|
694 * faces.el ((color '(red green blue yellow))):
|
|
695 * files.el (recover-session):
|
|
696 * files.el (file-remote-p):
|
|
697 * fill.el (find-space-insertable-point):
|
|
698 * font-lock.el (font-lock-thing-lock-cleanup):
|
|
699 * font-lock.el (font-lock-after-fontify-buffer):
|
|
700 * font.el (font-blink-initialize):
|
|
701 * gtk-faces.el (*try-oblique-before-italic-fonts*): Removed.
|
|
702 * gtk-faces.el (try-oblique-before-italic-fonts): New.
|
|
703 * gtk-faces.el ('*try-oblique-before-italic-fonts*): New.
|
|
704 * gtk-faces.el (gtk-make-font-italic):
|
|
705 * gtk-faces.el (gtk-make-font-bold-italic):
|
|
706 * gui.el (insert-gui-button):
|
|
707 * help.el (xemacs-www-page):
|
|
708 * help.el (xemacs-www-faq):
|
|
709 * hyper-apropos.el (hyper-apropos-find-function):
|
|
710 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
711 * info.el (Info-find-node):
|
|
712 * isearch-mode.el (isearch-help-or-delete-char):
|
|
713 * keymap.el (kbd):
|
|
714 * lisp-mnt.el (lm-report-bug):
|
|
715 * mouse.el (mouse-eval-sexp):
|
|
716 * package-admin.el (package-admin-check-manifest):
|
|
717 * package-get.el (package-get-update-base-from-buffer):
|
|
718 * package-get.el (package-get-staging-dir):
|
|
719 * printer.el (generic-print-region):
|
|
720 * process.el (shell-command):
|
|
721 * process.el (shell-quote-argument):
|
|
722 * resize-minibuffer.el (resize-minibuffer-setup):
|
|
723 * simple.el (sendmail-user-agent-compose):
|
|
724 * toolbar-items.el (toolbar-paste):
|
|
725 * toolbar-items.el (toolbar-ispell-internal):
|
|
726 * toolbar-items.el (toolbar-compile):
|
|
727 * toolbar-items.el (toolbar-gnus):
|
|
728 * wid-edit.el (widget-before-change):
|
|
729 * wid-edit.el (widget-after-change):
|
|
730 * wid-edit.el (widget-url-link-action):
|
|
731 * win32-native.el (grep-null-device):
|
|
732 * win32-native.el (grep-null-device)): New.
|
|
733 * win32-native.el (grep-regexp-alist):
|
|
734 * win32-native.el (grep-regexp-alist)): New.
|
|
735 * win32-native.el (mswindows-system-shells):
|
|
736 fix warnings.
|
|
737
|
|
738 * very-early-lisp.el: update docs.
|
|
739
|
774
|
740 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org>
|
|
741
|
|
742 * files.el (auto-mode-alist): GNUmakefile is a Makefile,
|
|
743 "system default" Xdefaults and friends get xrdb-mode.
|
|
744
|
|
745 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
746
|
|
747 * The Great Mule Merge: placeholder.
|
|
748
|
768
|
749 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
750
|
|
751 * XEmacs 21.5.5 "beets" is released.
|
|
752
|
767
|
753 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
754
|
|
755 * toolbar.el (default-toolbar-position): but I tested it! typo fix.
|
|
756
|
765
|
757 2002-03-05 Mats Lidell <matsl@contactor.se>
|
|
758
|
|
759 * help-nomule.el (tutorial-supported-languages): Added Swedish
|
|
760 tutorial. Sorted languages.
|
|
761
|
|
762 2001-12-03 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
763
|
|
764 * minibuf.el (completing-read): Update docstring.
|
|
765
|
763
|
766 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
767
|
|
768 * toolbar.el (toolbar-visible-p):
|
|
769 (toolbar-captioned-p):
|
|
770 Prefix * to docstring, improve line break.
|
|
771 (default-toolbar-position): Prefix * to docstring, improve line break.
|
|
772 Reconfigure frame to preserve window dimensions if toolbar is moved.
|
|
773
|
748
|
774 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
775
|
|
776 * code-files.el (convert-mbox-coding-system): Improve comment.
|
|
777 (write-region): Improve docstring. Reformat to 80 columns. Add
|
|
778 coding-system argument to `write-region-pre-hook' call.
|
|
779 (write-region-pre-hook): Fix docstring to mention lockname argument.
|
|
780
|
747
|
781 2002-02-11 Mike Sperber <mike@xemacs.org>
|
|
782
|
|
783 * info.el (Info-maybe-update-dir): Regenerate dir if we're
|
|
784 regenerating outdated dir files and dir is non-existent.
|
|
785
|
740
|
786 2002-02-03 Adrian Aichner <adrian@xemacs.org>
|
|
787
|
|
788 * printer.el (generic-print-region): Don't pass unwanted buffer
|
|
789 argument to lpr-region, as pointed out by Björn Torkelsson.
|
|
790
|
738
|
791 2002-02-02 William M. Perry <wmperry@gnu.org>
|
|
792
|
|
793 * widgets-gtk.el (gtk-widget-get-callback): New function to
|
|
794 support either :callback-ex or :callback in the widget functions.
|
|
795 (gtk-widget-instantiate-button-internal): Use it.
|
|
796
|
735
|
797 2002-01-24 John Paul Wallington <jpw@shootybangbang.com>
|
|
798
|
|
799 * faces.el (zmacs-region): fix typo in docstring.
|
|
800
|
732
|
801 2002-01-14 Björn Torkelsson <torkel@pdc.kth.se>
|
|
802
|
|
803 * menubar-items.el (default-menubar): Open URLs menubar entries
|
|
804 moved to mail-lib
|
|
805
|
|
806 2002-01-16 John Paul Wallington <jpw@shootybangbang.com>
|
|
807
|
|
808 * cus-start.el: customize the builtin variable
|
|
809 'modifier-keys-sticky-time'.
|
|
810
|
|
811 2002-01-09 John Paul Wallington <jpw@shootybangbang.com>
|
|
812
|
|
813 * help.el (describe-mode): synched with FSF 19.34; handle nil
|
|
814 minor mode indicators.
|
|
815
|
730
|
816 2001-12-04 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
817
|
|
818 * window.el (window-list): Deletia. A function with the same name,
|
|
819 which is the one used, is defined in window-xemacs.el.
|
|
820 (quit-window): New command from Emacs-21.1.
|
|
821
|
729
|
822 2002-01-10 John Paul Wallington <jpw@shootybangbang.com>
|
|
823
|
|
824 * modeline.el (abbrev-mode-line-string): add custom group keyword.
|
|
825 (overwrite-mode-line-string): ditto.
|
|
826 (auto-fill-mode-line-string): ditto.
|
|
827 (defining-kbd-macro-mode-line-string): ditto.
|
|
828
|
728
|
829 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
830
|
|
831 * coding.el: Fix typo in comment.
|
|
832
|
|
833 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
834
|
|
835 * mule/european.el (Latin-9): Add ISO 8859/15 support.
|
|
836
|
727
|
837 2002-01-09 Simon Josefsson <jas@extundo.com>
|
|
838
|
|
839 * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
|
|
840
|
725
|
841 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
842
|
|
843 * XEmacs 21.5.4 "bamboo" is released.
|
|
844
|
723
|
845 2002-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
846
|
|
847 * info.el (Info-auto-generate-directory): Default
|
|
848 Info-auto-generate-directory to 'if-outdated.
|
|
849
|
718
|
850 2001-12-27 David A. Panariti <davep@who.net>
|
|
851
|
|
852 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
853 Added this function based on hyper-apropos-find-function.
|
|
854
|
|
855 * hyper-apropos.el (hyper-apropos-help-map):
|
|
856 Added binding of "v" to hyper-apropos-find-variable.
|
|
857
|
|
858 2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
|
|
859
|
|
860 * obsolete.el (interactive-form): new compatibility alias for
|
|
861 function-interactive.
|
|
862
|
717
|
863 2001-12-26 Adrian Aichner <adrian@xemacs.org>
|
|
864
|
|
865 * printer.el (generic-print-region): Pass on arguments start, end,
|
|
866 and buffer to lpr-region. The original problem was pointed out by
|
|
867 Nevin Kapur.
|
|
868
|
716
|
869 2001-12-26 John Paul Wallington <jpw@shootybangbang.com>
|
|
870
|
|
871 * keydefs.el (global-map): add a defn for C-x 5 1, previously
|
|
872 undefined, to run delete-other-frames.
|
|
873
|
710
|
874 2001-12-18 John Paul Wallington <jpw@shootybangbang.com>
|
|
875
|
|
876 * gnuserv.el:
|
|
877 (gnuserv-mode-line-string): new customizable variable
|
|
878 (gnuserv-minor-mode): make variable buffer-local
|
|
879 * isearch-mode.el:
|
|
880 (isearch-mode-line-string): new customizable variable
|
|
881
|
707
|
882 2001-12-16 Andy Piper <andy@xemacs.org>
|
|
883
|
|
884 * package-get.el (package-get-update-all): Make sure installed.db
|
|
885 gets updated after updating packages.
|
|
886
|
711
|
887 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
888
|
|
889 * gtk-faces.el (gtk-init-device-faces): Better way of munging the
|
|
890 default faces from a style. Do not use 'device' as the locale
|
|
891 when setting it, or it makes it very difficult for a user to
|
|
892 override. Now munges highlight, zmacs-region, and toolbar from
|
|
893 the appropriate information in the default GtkStyle for the
|
|
894 device.
|
|
895
|
|
896 * gui.el (gui-button-face): Ditto.
|
|
897
|
|
898 * faces.el (text-cursor):
|
|
899 (highlight):
|
|
900 (zmacs-region):
|
|
901 (list-mode-item-selected):
|
|
902 (primary-selection):
|
|
903 (secondary-selection):
|
|
904 (isearch):
|
|
905 (isearch-secondary): Condense old window-system specific settings
|
|
906 into one specifier using the 'win default' tags.
|
|
907
|
|
908 * dialog-gtk.el (popup-builtin-question-dialog): Deal gracefully
|
|
909 with buttons of length 1, 2, and 3. Fixed yes-or-no-p lossage.
|
|
910
|
707
|
911 2001-12-11 Andy Piper <andy@xemacs.org>
|
|
912
|
|
913 * menubar.el (get-popup-menu-response): re-order so that it works
|
|
914 on more sane/facist window systems.
|
|
915
|
|
916 2001-12-03 Andy Piper <andy@xemacs.org>
|
|
917
|
|
918 * faces.el (frob-face-property): don't infloop in face frobbing
|
|
919 from Jan Vroonhof <jan@xemacs.org>.
|
|
920
|
|
921 2001-11-30 Andy Piper <andy@xemacs.org>
|
|
922
|
|
923 * printer.el (generic-print-region): fix for non-MS systems from
|
|
924 Mike Fabian.
|
|
925
|
|
926 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
927
|
|
928 * font.el (font-window-system-mappings): Add mapping for Gtk
|
|
929 (assume identical to X)
|
|
930
|
|
931 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
932
|
|
933 * faces.el (frob-face-property): Follow face fall-back hierarchy
|
|
934 properly for face properties without an instance. Only do manual
|
|
935 copy form 'default in last resort. This handles in particular
|
|
936 the case where 'default itself has only a fall-back (which is
|
|
937 the case by default on windows).
|
|
938
|
|
939 2001-11-24 Andy Piper <andy@xemacs.org>
|
|
940
|
|
941 * printer.el (generic-print-region): set default-frame-plist to
|
|
942 nil while creating the printer frame so that sizes reflect the
|
|
943 printed page.
|
|
944
|
|
945 * faces.el (face-complain-about-font): Don't complain on printers.
|
|
946
|
|
947 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
948
|
|
949 * package-net.el: Inadvertant synch with Windows branch. From
|
|
950 Andy's log:
|
|
951 (package-net-kit-version): new variable.
|
|
952 (package-net-generate-bin-ini): use it. Remove unwanted functions.
|
|
953
|
|
954 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
955
|
|
956 * package-get.el (package-get-locate-index-file): Also search the
|
|
957 core etc/ directory for the package index file if it can't be
|
|
958 found in ~/.xemacs/.
|
|
959
|
|
960 2001-12-13 William Perry <wmperry@gnu.org>
|
|
961
|
|
962 * dialog-gtk.el (popup-builtin-question-dialog):
|
|
963 Conform to API in gui.c.
|
|
964
|
|
965 2001-11-12 Andy Piper <andy@xemacs.org>
|
|
966
|
|
967 * cus-edit.el (custom-save-face-internal): make sure we save
|
|
968 non-themed faces.
|
|
969 (custom-save-variables): ditto variables.
|
|
970
|
|
971 2001-11-20 Stephen J. Turnbull <stephen@xemacs.og>
|
|
972
|
|
973 * faces.el (make-face-family):
|
|
974 (make-face-size):
|
|
975 New face-modifying functions per Jan Vroonhof.
|
|
976
|
|
977 cus-face.el (custom-set-face-font-family):
|
|
978 (custom-set-face-font-size):
|
|
979 Use them.
|
|
980
|
|
981 * font.el (font-window-system-mappings): More precise docstring.
|
|
982
|
|
983 (font-create-name):
|
|
984 (font-create-object):
|
|
985 (tty-font-create-object):
|
|
986 (tty-font-create-plist):
|
|
987 (x-font-create-object):
|
|
988 (x-font-create-name):
|
|
989 (ns-font-create-name):
|
|
990 (mswindows-font-create-object):
|
|
991 (mswindows-font-create-name):
|
|
992 Add doctrings.
|
|
993
|
|
994 2001-11-14 John Paul Wallington <jpw@shootybangbang.com>
|
|
995
|
|
996 * gtk-faces.el (gtk-init-device-faces): removed spurious
|
|
997 quote before let* expression.
|
|
998
|
706
|
999 2001-12-19 Jan Vroonhof <jan@xemacs.org>
|
|
1000
|
|
1001 * gtk-faces.el (gtk-init-device-faces): Fix missing close paren
|
|
1002 problem with my application of the JPW's following patch.
|
|
1003
|
702
|
1004 2001-11-29 John Paul Wallington <jpw@shootybangbang.com>
|
|
1005
|
|
1006 * gtk-faces.el (gtk-init-device-faces): Replaced device locale
|
|
1007 argument in set-face-background/foreground forms with
|
|
1008 '(default gtk) tag set to make the faces customizable, as
|
|
1009 suggested by Jan Vroonhof.
|
|
1010
|
695
|
1011 2001-12-15 John Paul Wallington <jpw@shootybangbang.com>
|
|
1012
|
|
1013 * modeline.el:
|
|
1014 (abbrev-mode-line-string): new customizable variable
|
|
1015 (overwrite-mode-line-string): ditto
|
|
1016 (auto-fill-mode-line-string): ditto
|
|
1017 (defining-kbd-macro-mode-line-string): ditto
|
|
1018 * view-less.el:
|
|
1019 (view-mode-line-string): ditto
|
|
1020
|
692
|
1021 2001-12-12 John Paul Wallington <jpw@shootybangbang.com>
|
|
1022
|
|
1023 * font-lock.el (font-lock-mode-line-string): new customizable
|
|
1024 variable
|
|
1025
|
690
|
1026 2001-10-16 Michael Diers <mdiers@elego.de>
|
|
1027
|
|
1028 * about.el: Update e-mail address.
|
|
1029
|
689
|
1030 2001-12-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
1031
|
|
1032 * packages.el (packages-compute-package-locations): Add
|
|
1033 user-specific site-packages and infodock-packages hierarchies for
|
|
1034 symmetry.
|
|
1035
|
|
1036 * find-paths.el (paths-emacs-root-p): Use version-specific name
|
|
1037 for root testing.
|
|
1038
|
688
|
1039 2001-07-26 Mike Sperber <mike@xemacs.org>
|
|
1040
|
|
1041 * files.el (auto-mode-alist): .9 files are man pages, too.
|
|
1042
|
687
|
1043 2001-12-04 John Paul Wallington <jpw@shootybangbang.com>
|
|
1044
|
|
1045 * paragraphs.el (mark-paragraph): synched with FSF;
|
|
1046 added optional argument.
|
|
1047
|
686
|
1048 2001-12-03 Didier Verna <didier@xemacs.org>
|
|
1049
|
|
1050 * rect.el: autoload `replace-rectangle'.
|
|
1051 * keydefs.el (global-map): bind it to `C-x r p'.
|
|
1052
|
684
|
1053 2001-11-29 Charles G Waldman <cgw@xemacs.org>
|
|
1054
|
|
1055 * startup.el (initial-scratch-message): be correct about case
|
|
1056
|
683
|
1057 2001-12-02 Adrian Aichner <adrian@xemacs.org>
|
|
1058
|
|
1059 * package-get.el (package-get-update-base-from-buffer): Use
|
|
1060 exec-suffix-list with locate-file.
|
|
1061
|
682
|
1062 2001-12-03 Steve Youngs <youngs@xemacs.org>
|
|
1063
|
|
1064 * package-get.el (package-get-update-base-from-buffer): Add
|
|
1065 autoload for 'mc-verify'.
|
|
1066
|
681
|
1067 2001-12-02 Steve Youngs <youngs@xemacs.org>
|
|
1068
|
|
1069 * package-get.el (package-get-base-filename): Rename default file
|
|
1070 to 'package-index.LATEST.gpg'
|
|
1071 (package-get-require-signed-base-updates): Update doc string.
|
|
1072
|
|
1073 2001-11-29 Steve Youngs <youngs@xemacs.org>
|
|
1074
|
|
1075 * package-get.el (package-entries-are-signed): New.
|
|
1076 (package-get-continue-update-base): New.
|
686
|
1077 (package-get-update-base-from-buffer): Use them. Fix PGP code.
|
681
|
1078
|
680
|
1079 2001-11-29 Adrian Aichner <adrian@xemacs.org>
|
|
1080
|
|
1081 * menubar-items.el (Menubar-items-truncate-list): Removed.
|
|
1082 * menubar-items.el (Menubar-items-truncate-history): New.
|
|
1083 * menubar-items.el (default-menubar): Use
|
|
1084 Menubar-items-truncate-history.
|
|
1085
|
678
|
1086 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
1087
|
|
1088 * package-get.el (package-get-locate-index-file): Also search the
|
|
1089 core etc/ directory for the package index file if it can't be
|
|
1090 found in ~/.xemacs/.
|
|
1091
|
673
|
1092 2001-10-29 Andy Piper <andy@xemacs.org>
|
|
1093
|
|
1094 * code-files.el (toggle-buffer-file-coding-system): mark buffer as
|
|
1095 modified when changing coding system.
|
|
1096
|
|
1097 * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
|
|
1098 that we invoke the GUI directory selector.
|
|
1099
|
|
1100 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
1101
|
|
1102 * dialog.el (make-dialog-box): use new directory dialog support.
|
|
1103 * minibuf.el (read-file-name-1): ditto.
|
|
1104 (read-file-name): ditto.
|
|
1105 (read-directory-name): ditto.
|
|
1106
|
670
|
1107 2001-09-28 Ben Wing <ben@xemacs.org>
|
|
1108
|
|
1109 * font-lock.el:
|
|
1110 * font-lock.el (font-lock-after-change-function):
|
|
1111 fix problem with last patch, reported by Katsumi Yamaoka.
|
|
1112
|
664
|
1113 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
1114
|
|
1115 * font-lock.el (font-lock-after-change-function):
|
|
1116 fix problem when you insert a comment on the line before a line of
|
|
1117 code: if we use the following char, then when you hit backspace,
|
|
1118 the following line of code turns the comment color.
|
|
1119
|
663
|
1120 2001-09-15 Edward M. Lee <tailbert@yahoo.com>
|
|
1121
|
|
1122 * files.el (auto-mode-alist): Add configure.ac support.
|
|
1123
|
654
|
1124 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1125
|
|
1126 * XEmacs 21.5.3 "asparagus" is released.
|
|
1127
|
652
|
1128 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1129
|
|
1130 * README: Partial update.
|
663
|
1131
|
652
|
1132 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1133
|
|
1134 * wid-edit.el (widget-specify-secret):
|
|
1135 (widget-get):
|
|
1136 (widget-default-get):
|
|
1137 (widget-match-inline):
|
|
1138 (widget-create):
|
|
1139 (widget-create-child-and-convert):
|
|
1140 (widget-create-child):
|
|
1141 (widget-convert-text):
|
|
1142 (widget-convert-button):
|
|
1143 (widget-field-activate):
|
|
1144 (widget-beginning-of-line):
|
|
1145 (widget-end-of-line):
|
|
1146 (widget-kill-line):
|
|
1147 (widget-field-buffer):
|
|
1148 (widget-field-start):
|
|
1149 (widget-field-end):
|
|
1150 (widget-field-find):
|
|
1151 (widget-before-change):
|
|
1152 (`group' Widget):
|
|
1153 ('list Widget):
|
|
1154 ('vector Widget):
|
|
1155 Document usage conditions, fix typos.
|
|
1156
|
647
|
1157 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
1158
|
|
1159 * term\AT386.el:
|
|
1160 * term\AT386.el (AT386-keypad-map):
|
|
1161 * term\AT386.el (AT386-keypad-map)): New.
|
|
1162 Fix warnings.
|
663
|
1163
|
647
|
1164 * term\linux.el:
|
|
1165 * term\lk201.el:
|
|
1166 * term\news.el:
|
|
1167 * term\news.el (news-fkey-prefix)): New.
|
|
1168 * term\vt100.el:
|
|
1169 * term\vt100.el (vt100-wide-mode):
|
|
1170 Sync with FSF 21.0.103.
|
|
1171 Fix warnings.
|
|
1172
|
|
1173 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
1174
|
|
1175 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
1176 * hyper-apropos.el: Fix problem with undefined face.
|
|
1177 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
1178
|
646
|
1179 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
1180
|
|
1181 * autoload.el (make-autoload): handle the case of
|
|
1182 `define-derived-mode'.
|
|
1183
|
645
|
1184 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
1185
|
|
1186 * autoload.el (update-autoload-files): make defdir a file name,
|
|
1187 not directory name.
|
|
1188
|
644
|
1189 2001-08-06 Steve Youngs <youngs@xemacs.org>
|
|
1190
|
|
1191 * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
|
|
1192
|
|
1193 * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
|
|
1194
|
641
|
1195 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1196
|
|
1197 * XEmacs 21.5.2 "artichoke" is released.
|
|
1198
|
633
|
1199 2001-07-20 Steve Youngs <youngs@xemacs.org>
|
|
1200
|
|
1201 * packages.el (locate-data-file): Revert Karl's patch.
|
|
1202
|
630
|
1203 2001-07-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1204
|
|
1205 * specifier.el: define-specifier-tag 'gtk.
|
|
1206
|
629
|
1207 2001-07-15 Adrian Aichner <adrian@xemacs.org>
|
|
1208
|
|
1209 * about.el (about-personal-info): Fix word duplication typos.
|
|
1210 * dialog.el (make-dialog-box): Ditto.
|
|
1211 * lisp-mode.el (lisp-indent-function): Ditto.
|
|
1212 * package-admin.el (package-admin-delete-binary-package): Ditto.
|
|
1213 * package-get.el (package-get-staging-dir): Ditto.
|
|
1214
|
628
|
1215 2001-07-14 Sean MacLennan <seanm@storm.ca>
|
|
1216
|
|
1217 * package-admin.el (package-install-hook): New.
|
|
1218 (package-delete-hook): New.
|
|
1219 (package-admin-add-single-file-package): Use package-delete-hook.
|
|
1220
|
|
1221 * package-get.el (package-get): Use package-install-hook.
|
|
1222
|
624
|
1223 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
1224
|
|
1225 * packages.el (locate-library): change to use read-library-name so
|
|
1226 we can get completion
|
|
1227
|
|
1228 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
1229
|
|
1230 * package-ui.el (pui-install-selected-packages): reverse the lists
|
|
1231 of packages so that they get handled in the same order as they
|
|
1232 were selected.
|
|
1233
|
622
|
1234 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1235
|
|
1236 * term\AT386.el:
|
|
1237 * term\AT386.el (AT386-keypad-map):
|
|
1238 * term\AT386.el (AT386-keypad-map)): New.
|
|
1239 Fix warnings.
|
|
1240
|
|
1241 * term\apollo.el:
|
|
1242 * term\apollo.el ("term/vt100"):
|
|
1243 * term\apollo.el (*dm-mouse-key-bindings-file*): Removed.
|
|
1244 * term\apollo.el (*apollo-key-bindings-hook*): Removed.
|
|
1245 * term\apollo.el (*preempt-display-manager-bindings*): Removed.
|
|
1246 * term\apollo.el (*paste-buffer-directory*): Removed.
|
|
1247 * term\apollo.el (*apollo-mouse-move-point-allow-minibuffer-exit*): Removed.
|
|
1248 * term\apollo.el (*apollo-function-keys*): Removed.
|
|
1249 * term\apollo.el (*apollo-mouse-buttons*): Removed.
|
|
1250 * term\apollo.el (bind-apollo-function-key): Removed.
|
|
1251 * term\apollo.el (unbind-apollo-function-key): Removed.
|
|
1252 * term\apollo.el (select-apollo-meta-key): Removed.
|
|
1253 * term\apollo.el (bind-apollo-mouse-button): Removed.
|
|
1254 * term\apollo.el (unbind-apollo-mouse-button): Removed.
|
|
1255 * term\apollo.el ('apollo-prefix)): Removed.
|
|
1256 * term\apollo.el ('apollo-prefix-1)): Removed.
|
|
1257 * term\apollo.el ('apollo-prefix-2)): Removed.
|
|
1258 * term\apollo.el ('apollo-prefix-3)): Removed.
|
|
1259 * term\apollo.el ('apollo-prefix-4)): Removed.
|
|
1260 * term\apollo.el ('apollo-prefix-5)): Removed.
|
|
1261 * term\apollo.el ('apollo-prefix-6)): Removed.
|
|
1262 * term\apollo.el ('apollo-prefix-7)): Removed.
|
|
1263 * term\apollo.el ('apollo-prefix-8)): Removed.
|
|
1264 * term\apollo.el ('apollo-prefix): Removed.
|
|
1265 * term\apollo.el (apollo-copy-region): Removed.
|
|
1266 * term\apollo.el (apollo-cut-region): Removed.
|
|
1267 * term\apollo.el (apollo-paste): Removed.
|
|
1268 * term\apollo.el (minibuffer-prompt-length): Removed.
|
|
1269 * term\apollo.el (extract-file-or-buffer-name-around-point): Removed.
|
|
1270 * term\apollo.el (apollo-find-file): Removed.
|
|
1271 * term\apollo.el (apollo-grow-emacs-window): Removed.
|
|
1272 * term\apollo.el (apollo-move-emacs-window): Removed.
|
|
1273 * term\apollo.el (apollo-again): Removed.
|
|
1274 * term\apollo.el (apollo-exit): Removed.
|
|
1275 * term\apollo.el (apollo-abort): Removed.
|
|
1276 * term\apollo.el (apollo-aegis-help): Removed.
|
|
1277 * term\apollo.el (apollo-clean-help-file): Removed.
|
|
1278 * term\apollo.el (kill-whole-line): Removed.
|
|
1279 * term\apollo.el (apollo-key-undefined): Removed.
|
|
1280 * term\apollo.el (apollo-mouse-move-point): Removed.
|
|
1281 * term\apollo.el (apollo-mouse-move-mark): Removed.
|
|
1282 * term\apollo.el (apollo-mouse-cut): Removed.
|
|
1283 * term\apollo.el (apollo-mouse-copy): Removed.
|
|
1284 * term\apollo.el (apollo-mouse-paste): Removed.
|
|
1285 * term\apollo.el (apollo-mouse-pop-buffer): Removed.
|
|
1286 * term\apollo.el (apollo-mouse-find-file): Removed.
|
|
1287 * term\apollo.el (apollo-mouse-find-file-other-window): Removed.
|
|
1288 * term\apollo.el (apollo-mouse-defaults): Removed.
|
|
1289 * term\apollo.el (apollo-mouse-cut-copy-paste): Removed.
|
|
1290 * term\apollo.el (apollo-mouse-cancel-cut-copy-paste): Removed.
|
|
1291 * term\apollo.el (install-apollo-dm-preemptive-key-bindings): Removed.
|
|
1292 Kill kill kill. Sync with FSF and remove most crap.
|
645
|
1293
|
622
|
1294 * term\linux.el:
|
|
1295 * term\linux.el (function-key-map): Removed.
|
|
1296 Sync with FSF. Don't define most defns, because they are
|
|
1297 automatically defined by termcap. But do add defns for keys that
|
|
1298 normally get defined as f13, f14, etc. and really ought to be
|
|
1299 shift-f3, shift-f4, etc. (NOTE: I did this based on Cygwin, which
|
|
1300 emulates the Linux console. I would appreciate it if someone on
|
|
1301 Linux could verify.)
|
|
1302
|
|
1303 * term\cygwin.el:
|
|
1304 New. Load term/linux.
|
645
|
1305
|
622
|
1306 * term\lk201.el:
|
|
1307 * term\news.el:
|
|
1308 * term\news.el (news-fkey-prefix)): New.
|
|
1309 * term\vt100.el:
|
|
1310 * term\vt100.el (vt100-wide-mode):
|
|
1311 Sync with FSF. Fix warnings.
|
|
1312
|
|
1313 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
1314
|
|
1315 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
1316
|
|
1317 For 21.4:
|
|
1318 * help.el (frob-help-extents): Fix problem with undefined face.
|
|
1319 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
1320
|
|
1321 Maybe for 21.4:
|
|
1322 * keydefs.el (global-map): Add a defn for M-?, previously
|
|
1323 undefined, to access help -- in case the terminal is not set up
|
|
1324 right, or f1 gets redefined.
|
|
1325
|
|
1326 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
1327
|
|
1328 * term/{internal,pc-win,win32-win,sun,sun-mouse}.el:
|
|
1329 Die die die.
|
|
1330
|
617
|
1331 2001-06-17 Ben Wing <ben@xemacs.org>
|
|
1332
|
|
1333 For 21.4:
|
645
|
1334
|
617
|
1335 * update-elc-2.el (do-update-elc-2):
|
|
1336 * update-elc-2.el (batch-update-elc-2):
|
|
1337 Correct misplaced parentheses, making lisp/mule not get
|
|
1338 recompiled.
|
|
1339
|
613
|
1340 2001-06-10 Ben Wing <ben@xemacs.org>
|
|
1341
|
|
1342 * alist.el:
|
|
1343 * apropos.el:
|
|
1344 * autoload.el:
|
|
1345 * bytecomp.el:
|
|
1346 * bytecomp.el (byte-compile-insert-header):
|
|
1347 * cl-compat.el:
|
|
1348 * cl-extra.el:
|
|
1349 * cl-macs.el:
|
|
1350 * cl-seq.el:
|
|
1351 * cl.el:
|
|
1352 * cmdloop.el (execute-extended-command):
|
|
1353 * cus-edit.el (alloc):
|
|
1354 * derived.el:
|
|
1355 * gpm.el:
|
|
1356 * itimer.el:
|
|
1357 * lisp-mode.el (lisp-mode):
|
|
1358 * shadow.el:
|
|
1359 * version.el:
|
|
1360 * wid-browse.el:
|
|
1361 Rename 'GNU Emacs' to XEmacs in the copyright.
|
|
1362 Fix other references to GNU Emacs that should be XEmacs or just
|
|
1363 Emacs.
|
|
1364
|
|
1365 * files.el (insert-directory):
|
|
1366 Fix warning.
|
|
1367
|
|
1368 * simple.el:
|
|
1369 * simple.el (Simple-forward-line-creating-newline): New.
|
|
1370 * simple.el (Simple-transpose-lines-mover): New.
|
|
1371 * simple.el (transpose-line-up):
|
|
1372 * simple.el (transpose-line-down):
|
|
1373 * simple.el (transpose-subr):
|
|
1374 transpose-line-up/down will now move the region up or down by
|
|
1375 a line if active.
|
645
|
1376
|
612
|
1377 2001-06-08 Mike Sperber <mike@xemacs.org>
|
|
1378
|
|
1379 * files.el (save-some-buffers-1): Don't zap the help window right
|
|
1380 after `map-y-or-n-p' has popped it up.
|
|
1381
|
611
|
1382 2001-06-08 Ben Wing <ben@xemacs.org>
|
|
1383
|
|
1384 * process.el: comment about shell-command-switch.
|
|
1385 * process.el (shell-quote-argument): Need to quote a null
|
|
1386 argument, too. From Dan Holmsand.
|
645
|
1387
|
611
|
1388 * startup.el (normal-top-level): Delete some unused FSF junk.
|
|
1389 * startup.el (command-line-early):
|
645
|
1390
|
611
|
1391 * startup.el (command-line): Call MS Windows init function.
|
645
|
1392
|
611
|
1393 * win32-native.el:
|
|
1394 * win32-native.el (mswindows-system-shells): New.
|
|
1395 * win32-native.el (mswindows-system-shell-p): New.
|
|
1396 * win32-native.el (init-mswindows-at-startup): New.
|
|
1397 * win32-native.el (mswindows-quote-one-vc-runtime-arg):
|
|
1398 * win32-native.el (mswindows-quote-one-simple-arg):
|
|
1399 * win32-native.el (mswindows-quote-one-command-arg):
|
|
1400 * win32-native.el (mswindows-construct-process-command-line-alist):
|
|
1401 Correct comments at top. Correctly handle passing arguments
|
|
1402 to Cygwin programs and to bash. Fix quoting of zero-length
|
|
1403 arguments (from Dan Holmsand). Set shell-command-switch based
|
|
1404 on shell-file-name, which in turn comes from env var SHELL.
|
|
1405
|
608
|
1406 2001-06-03 William M. Perry <wmperry@gnu.org>
|
|
1407
|
|
1408 * dialog-gtk.el (popup-builtin-open-dialog): Yikes - don't forget
|
|
1409 to return the filename!
|
|
1410
|
|
1411 * font.el (font-window-system-mappings): Add gtk entry - just an
|
|
1412 alias to the X code)
|
|
1413
|
|
1414 2001-06-02 William M. Perry <wmperry@gnu.org>
|
|
1415
|
|
1416 * gtk-marshal.el: Fix for removing of the string_hash utility
|
|
1417 functions in hash.c
|
|
1418
|
601
|
1419 2001-05-13 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
1420
|
|
1421 * packages.el (locate-data-file): Use suffixes list to allow
|
|
1422 finding compressed copies of the data files.
|
|
1423
|
593
|
1424 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1425
|
|
1426 * etags.el (buffer-tag-table-list):
|
|
1427 Fix infloop when going up to the root.
|
|
1428
|
591
|
1429 2001-05-30 William M. Perry <wmperry@gnu.org>
|
|
1430
|
|
1431 * gtk-marshal.el: Make sure that we use 'const' instead of 'CONST'
|
|
1432 in the generated file. Put in a comment at the top of the
|
|
1433 generated file that it _IS_ auto-generated, and should not be
|
|
1434 edited by hand.
|
645
|
1435
|
591
|
1436
|
|
1437 * gtk-widget-accessors.el (define-widget-accessors): Use
|
|
1438 wtaerror() instead of signal_simple_error.
|
|
1439 (import-widget-accessors): Put in a comment at the top of the
|
|
1440 generated file that it _IS_ auto-generated, and should not be
|
|
1441 edited by hand.
|
|
1442
|
566
|
1443 2001-05-10 Daiki Ueno <ueno@unixuser.org>
|
|
1444
|
|
1445 * font-lock.el (font-lock-compile-keywords): Rewrite as a side
|
|
1446 effect free function.
|
|
1447 (font-lock-fontify-keywords-region): Supply the argument to
|
|
1448 font-lock-compile-keywords.
|
|
1449
|
563
|
1450 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
1451
|
|
1452 * subr.el:
|
|
1453 * subr.el (error):
|
|
1454 fix doc string to reflect reality
|
|
1455
|
558
|
1456 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
1457
|
|
1458 * behavior-defs.el:
|
|
1459 * behavior-defs.el (scroll-in-place):
|
|
1460 * behavior-defs.el ('scroll-in-place): New.
|
|
1461 * behavior-defs.el (mouse-avoidance):
|
|
1462 * behavior-defs.el (jka-compr):
|
|
1463 * behavior-defs.el ('jka-compr): New.
|
|
1464 * behavior-defs.el ('efs): New.
|
|
1465 * behavior-defs.el (efs):
|
|
1466 * behavior-defs.el (resize-minibuffer):
|
|
1467 * behavior-defs.el (func-menu):
|
|
1468 * behavior-defs.el (mwheel):
|
|
1469 * behavior-defs.el (recent-files):
|
|
1470 * behavior-defs.el (filladapt):
|
|
1471 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
1472
|
555
|
1473 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
1474
|
|
1475 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
1476
|
550
|
1477 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
1478
|
|
1479 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
1480 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
1481 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
1482
|
549
|
1483 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
1484
|
|
1485 * bytecomp.el (byte-compile-arithcompare):
|
|
1486 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
1487
|
548
|
1488 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
1489
|
|
1490 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
1491 `mouse-track-click-hook' local.
|
|
1492 * info.el (Info-mode): Ditto.
|
|
1493
|
546
|
1494 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
1495
|
|
1496 * autoload.el (batch-force-update-one-directory):
|
|
1497 Oops, off by one argument.
|
645
|
1498
|
546
|
1499 * mouse.el:
|
|
1500 * mouse.el (Mouse-track-gensym): New.
|
|
1501 * mouse.el (mouse-track-run-hook):
|
|
1502 * mouse.el (mouse-track):
|
|
1503 * mouse.el (mouse-track-default):
|
|
1504 * mouse.el (mouse-track-insert):
|
|
1505 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
1506 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
1507 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
1508 Add an argument to mouse-track so that hooks can be overridden.
|
|
1509 (let-binding doesn't work when the hooks have been made local.)
|
|
1510 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
1511 and mouse-track-insert to use the new functionality.
|
645
|
1512
|
546
|
1513 * printer.el (generic-print-region):
|
|
1514 Oops, off by one paren.
|
|
1515
|
538
|
1516 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
1517
|
|
1518 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
1519 made buffer-local incorrectly (make-local-variable instead of
|
|
1520 make-local-hook). Furthermore this hook must not be local so that
|
|
1521 it can keep track of buffers and windows.
|
|
1522
|
536
|
1523 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
1524
|
|
1525 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
1526 has no window, use one from the frame in the event
|
|
1527
|
533
|
1528 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
1529
|
|
1530 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
1531
|
531
|
1532 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
1533
|
|
1534 * find-paths.el (paths-find-recursive-path):
|
|
1535 fix error with null EXCLUDE-REGEXP.
|
645
|
1536
|
531
|
1537 * font-lock.el (font-lock-mode):
|
|
1538 fix problem reported by hrvoje with buffers starting with a space.
|
645
|
1539
|
531
|
1540 * lib-complete.el:
|
|
1541 * lib-complete.el (find-library-source-path): New.
|
|
1542 * lib-complete.el (find-library):
|
|
1543 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
1544
|
528
|
1545 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1546
|
|
1547 * mule\mule-coding.el:
|
|
1548 * mule\mule-coding.el (coding-system-charset): New.
|
|
1549 Move this function into Lisp to avoid doc warnings.
|
|
1550
|
|
1551 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1552
|
|
1553 * autoload.el:
|
|
1554 * autoload.el (update-autoloads-from-directory):
|
|
1555 * autoload.el (fixup-autoload-buffer):
|
|
1556 * autoload.el (batch-update-autoloads): Removed.
|
|
1557 * autoload.el (update-autoload-files): New.
|
|
1558 * autoload.el (batch-force-update-one-directory): New.
|
|
1559 * packages.el (packages-useful-lisp):
|
|
1560 * startup.el:
|
|
1561 * startup.el (normal-top-level):
|
|
1562 * startup.el (startup-load-autoloads): New.
|
|
1563 * update-elc-2.el (batch-update-elc-2):
|
|
1564 * update-elc.el:
|
|
1565 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
1566 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
1567 * update-elc.el (need-to-recompile-autoloads): New.
|
|
1568 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
1569 * update-elc.el (update-elc-chop-extension): New.
|
|
1570 Rewrite much of the bootstrapping process to be more robust,
|
|
1571 and in particular to rebuild the auto-autoloads and custom-loads
|
|
1572 files no matter what state (including missing) they're currently
|
|
1573 in.
|
|
1574
|
526
|
1575 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
1576
|
|
1577 * files.el (find-file-noselect):
|
|
1578 * files.el (recover-session-finish):
|
|
1579 fix byte-compilation warnings.
|
|
1580
|
523
|
1581 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
1582
|
|
1583 * font.el (bold): New.
|
|
1584 * font.el (italic): New.
|
|
1585 * font.el (oblique): New.
|
|
1586 * font.el (dim): New.
|
|
1587 * font.el (underline): New.
|
|
1588 * font.el (overline): New.
|
|
1589 * font.el (linethrough): New.
|
|
1590 * font.el (strikethru): New.
|
|
1591 * font.el (reverse): New.
|
|
1592 * font.el (blink): New.
|
|
1593 * font.el (smallcaps): New.
|
|
1594 * font.el (bigcaps): New.
|
|
1595 * font.el (dropcaps): New.
|
|
1596 * gtk-widget-accessors.el (import-widget-accessors):
|
|
1597 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
1598 * x-font-menu.el (x-font-menu-font-data): New.
|
|
1599 * x-font-menu.el (x-font-menu-load-font):
|
|
1600 fix byte-compilation warnings.
|
|
1601
|
522
|
1602 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1603
|
|
1604 * XEmacs 21.5.1 "anise" is released.
|
|
1605
|
510
|
1606 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
1607
|
|
1608 * dialog.el (make-dialog-box):
|
|
1609 * menubar-items.el (default-menubar):
|
|
1610 * printer.el (generic-print-buffer):
|
|
1611 * printer.el (generic-print-region):
|
|
1612 implement printing the selection when it's selected.
|
|
1613
|
|
1614 unrelated:
|
645
|
1615
|
510
|
1616 * minibuf.el (input-error):
|
|
1617 * subr.el (error):
|
|
1618 a couple of error cleanups.
|
645
|
1619
|
510
|
1620 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
1621 * update-elc.el (update-elc-files-to-compile):
|
|
1622 if bytecomp or byte-optimize need recompiling, then load
|
|
1623 the .el version of them first, recompile them, and reload
|
|
1624 the .elc versions to recompile everything else (so we won't
|
|
1625 be waiting until the cows come home).
|
|
1626
|
509
|
1627 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
1628
|
|
1629 * subr.el (error):
|
|
1630 Add missing errors to the doc string.
|
|
1631
|
506
|
1632 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
1633
|
|
1634 * dialog.el (make-dialog-box): fix doc string.
|
|
1635 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
1636 take out Pretty Print.
|
|
1637 * printer.el:
|
|
1638 * printer.el (printer-current-device): New.
|
|
1639 * printer.el (Printer-get-device): New.
|
|
1640 * printer.el (Printer-clear-device): New.
|
|
1641 * printer.el (generic-page-setup): New.
|
|
1642 * printer.el (generic-print-buffer):
|
|
1643 * printer.el (generic-print-region):
|
|
1644 Implement Page Setup. Handle errors properly.
|
|
1645
|
|
1646 unrelated:
|
645
|
1647
|
506
|
1648 * gtk-init.el: Fix the warning properly.
|
|
1649
|
645
|
1650
|
503
|
1651 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
1652
|
|
1653 * printer.el (generic-print-buffer):
|
|
1654 * printer.el (generic-print-region):
|
|
1655 Enable dialog boxes. Apply workaround recommended by Kirill.
|
645
|
1656
|
503
|
1657 * simple.el (kill-whole-line):
|
|
1658 * simple.el (kill-line-1):
|
|
1659 * simple.el (kill-entire-line):
|
|
1660 * simple.el (kill-line):
|
|
1661 * simple.el (backward-kill-line):
|
|
1662 Take out interactive dependence of kill-whole-line.
|
|
1663
|
502
|
1664 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
1665
|
|
1666 ----------------------- byte-comp warning fixes -----------------
|
|
1667
|
|
1668 * bytecomp-runtime.el:
|
|
1669 * bytecomp-runtime.el (with-boundp): New.
|
|
1670 * bytecomp-runtime.el (if-boundp): New.
|
|
1671 * bytecomp-runtime.el (declare-boundp): New.
|
|
1672 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
1673 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
1674 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
1675 * bytecomp-runtime.el (with-fboundp): New.
|
|
1676 * bytecomp-runtime.el (if-fboundp): New.
|
|
1677 * bytecomp-runtime.el (declare-fboundp): New.
|
|
1678 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
1679 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
1680 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
1681 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
1682 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
1683 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
1684 New functions for cleanly eliminating byte-compiler warnings.
|
|
1685 Their definitions require no changes at all in bytecomp.el,
|
|
1686 meaning that any package that wants to use them and be compatible
|
|
1687 with older versions of XEmacs need only copy the code and rename
|
|
1688 the functions (i.e. prefix them with the package name).
|
|
1689
|
|
1690 * apropos.el (apropos-symbol-face):
|
|
1691 * apropos.el (apropos-keybinding-face):
|
|
1692 * apropos.el (apropos-label-face):
|
|
1693 * apropos.el (apropos-property-face):
|
|
1694 * cl-extra.el (cl-map-overlays):
|
|
1695 * coding.el:
|
|
1696 * coding.el (set-keyboard-coding-system):
|
|
1697 * coding.el (set-terminal-coding-system):
|
|
1698 * console.el (resume-pid-console):
|
|
1699 * dialog-gtk.el:
|
|
1700 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
1701 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
1702 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
1703 * dragdrop.el (gtk-start-drag):
|
|
1704 * dragdrop.el (gtk-start-drag-region):
|
|
1705 * faces.el (init-face-from-resources):
|
|
1706 * faces.el (init-device-faces):
|
|
1707 * faces.el (init-frame-faces):
|
|
1708 * faces.el (init-global-faces):
|
|
1709 * faces.el (set-face-stipple):
|
|
1710 * files.el (set-visited-file-name):
|
|
1711 * files.el (basic-save-buffer):
|
|
1712 * files.el (save-some-buffers-1):
|
|
1713 * files.el (file-remote-p):
|
|
1714 * fill.el (fill-move-forward-to-break-point):
|
|
1715 * fill.el (find-space-insertable-point):
|
|
1716 * font-lock.el:
|
|
1717 * frame.el (suspend-or-iconify-emacs):
|
|
1718 * frame.el (suspend-emacs-or-iconify-frame):
|
|
1719 * gdk.el:
|
|
1720 * generic-widgets.el:
|
|
1721 * generic-widgets.el (build-ui::radio-group):
|
|
1722 * generic-widgets.el (build-ui::button):
|
|
1723 * glade.el:
|
|
1724 * gnome-widgets.el:
|
|
1725 * gnome.el:
|
|
1726 * gtk-extra.el:
|
|
1727 * gtk-faces.el (gtk-choose-font):
|
|
1728 * gtk-file-dialog.el:
|
|
1729 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
1730 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
1731 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
1732 * gtk-font-menu.el:
|
|
1733 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
1734 * gtk-init.el:
|
|
1735 * gtk-init.el (gtk-initialize-compose):
|
|
1736 * gtk-package.el:
|
|
1737 * gtk-password-dialog.el:
|
|
1738 * gtk-widget-accessors.el:
|
|
1739 * gtk-widgets.el:
|
|
1740 * gtk.el:
|
|
1741 * isearch-mode.el (isearch-help-or-delete-char):
|
|
1742 * ldap.el:
|
|
1743 * lib-complete.el (read-library-internal):
|
|
1744 * lib-complete.el (read-library):
|
|
1745 * lib-complete.el (read-library-name):
|
|
1746 * lisp-mnt.el (lm-report-bug):
|
|
1747 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
1748 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
1749 * minibuf.el (read-file-name-internal-1):
|
|
1750 * minibuf.el (read-color-completion-table):
|
|
1751 * modeline.el (modeline-toggle-read-only):
|
|
1752 * mouse.el (mouse-consolidated-yank):
|
|
1753 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
1754 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
1755 * multicast.el (open-multicast-group):
|
|
1756 * mwheel.el:
|
|
1757 * package-get.el (package-get-update-base-from-buffer):
|
|
1758 * scrollbar.el (init-scrollbar-from-resources):
|
|
1759 * symbols.el:
|
|
1760 * syntax.el (describe-syntax-table):
|
|
1761 * toolbar.el (init-toolbar-from-resources):
|
|
1762 * toolbar-items.el (toolbar):
|
|
1763 * toolbar-items.el (toolbar-paste):
|
|
1764 * tty-init.el (init-pre-tty-win):
|
|
1765 * tty-init.el (init-post-tty-win):
|
|
1766 * wid-browse.el (widget-browse-sexp):
|
|
1767 * widgets-gtk.el:
|
|
1768 * x-faces.el:
|
|
1769 * x-font-menu.el:
|
|
1770 * x-font-menu.el (x-font-menu-font-data):
|
|
1771 * x-init.el:
|
|
1772 * x-misc.el:
|
|
1773 * x-mouse.el:
|
|
1774 * x-scrollbar.el:
|
|
1775 * x-select.el:
|
|
1776 * x-win-sun.el:
|
|
1777 * x-win-xfree86.el:
|
|
1778 Eliminate byte-compiler warnings using the new functions in
|
|
1779 bytecomp-runtime.el.
|
|
1780
|
|
1781 * coding.el (coding-system-get): New.
|
|
1782 * coding.el (coding-system-put): New.
|
|
1783 * coding.el (coding-system-category): New.
|
|
1784 * mule\mule-misc.el (coding-system-get): Removed.
|
|
1785 * mule\mule-misc.el (coding-system-put): Removed.
|
|
1786 * mule\mule-misc.el (coding-system-category): Removed.
|
|
1787 Move these functions, since they're not Mule-specific and
|
|
1788 are used in prefer-coding-system.
|
|
1789
|
|
1790 * font.el:
|
|
1791 * font.el (cl):
|
|
1792 * font.el (set-font-family):
|
|
1793 * font.el (set-font-weight):
|
|
1794 * font.el (set-font-style):
|
|
1795 * font.el (set-font-size):
|
|
1796 * font.el (set-font-registry):
|
|
1797 * font.el (set-font-encoding):
|
|
1798 * font.el (font-family):
|
|
1799 * font.el (font-weight):
|
|
1800 * font.el (font-style):
|
|
1801 * font.el (font-size):
|
|
1802 * font.el (font-registry):
|
|
1803 * font.el (font-encoding):
|
|
1804 * font.el (set-font-style-by-keywords):
|
|
1805 * font.el (font-properties-from-style):
|
|
1806 * font.el (font-combine-fonts-internal):
|
|
1807 * font.el (font-x-font-regexp):
|
|
1808 * font.el (x-font-create-object):
|
|
1809 * font.el (x-font-create-name):
|
|
1810 * font.el (ns-font-create-name):
|
|
1811 * font.el (mswindows-font-create-name):
|
|
1812 * font.el (font-update-device-fonts):
|
|
1813 * font.el (font-update-one-face):
|
|
1814 * font.el (font-rgb-color-p):
|
|
1815 * font.el (font-rgb-color-red):
|
|
1816 * font.el (font-tty-compute-color-delta):
|
|
1817 * font.el (font-normalize-color):
|
|
1818 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
1819 for any exported functions, to avoid possible compatibility
|
|
1820 problems if we later change the internal interface. (It happened
|
|
1821 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
1822 of warnings.
|
|
1823
|
|
1824 * gpm.el:
|
|
1825 * gpm.el (gpm-is-supported-p): New.
|
|
1826 * gpm.el (gpm-delete-device-hook):
|
|
1827 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
1828 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
1829
|
|
1830 ---------- make byte-recompile-directory work in the ---------
|
|
1831 core `lisp' dir, even in the absence of
|
|
1832 a Mule XEmacs (i.e. make it skip the Mule
|
|
1833 files rather than trying to compile them).
|
|
1834 now you should be able to do `touch *.el'
|
|
1835 in the `lisp' dir, then
|
|
1836 M-x byte-recompile-directory, and get no
|
|
1837 warnings.
|
|
1838
|
|
1839 * bytecomp.el:
|
|
1840 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
1841 * bytecomp.el (byte-compile-inbuffer):
|
|
1842 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
1843 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
1844 * bytecomp.el (byte-compile-warn):
|
|
1845 * bytecomp.el (byte-recompile-directory):
|
|
1846 * bytecomp.el (byte-recompile-file):
|
|
1847 Avoid trying to compile Mule files in byte-recompile-directory
|
|
1848 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
1849 syntax errors.
|
|
1850
|
|
1851 * mule\arabic.el:
|
|
1852 * mule\canna-leim.el:
|
|
1853 * mule\english.el:
|
|
1854 * mule\greek.el:
|
|
1855 * mule\kinsoku.el:
|
|
1856 * mule\latin.el:
|
|
1857 * mule\misc-lang.el:
|
|
1858 * mule\mule-category.el:
|
|
1859 * mule\mule-ccl.el:
|
|
1860 * mule\mule-charset.el:
|
|
1861 * mule\mule-cmds.el:
|
|
1862 * mule\mule-coding.el:
|
|
1863 * mule\mule-help.el:
|
|
1864 * mule\mule-init.el:
|
|
1865 * mule\mule-misc.el:
|
|
1866 * mule\mule-tty-init.el:
|
|
1867 * mule\mule-x-init.el:
|
|
1868 * mule\thai-xtis-chars.el:
|
|
1869 * mule\viet-chars.el:
|
|
1870 Add a coding-system cookie to all Mule files so that
|
|
1871 byte-recompile-directory ignores them.
|
|
1872
|
|
1873 * code-files.el (load):
|
|
1874 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
1875 * files.el:
|
|
1876 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
1877 Magic cookie function moved to files.el from code-files.el (for
|
|
1878 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
1879 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
1880 internal function that we can change as we like (and there is
|
|
1881 absolutely no code anywhere else using the function).
|
|
1882
|
|
1883 ---------------- GUI improvements: menus, help -------------------
|
|
1884
|
|
1885 * help.el:
|
|
1886 * help.el (help-map): Removed.
|
|
1887 * help.el (help-for-help):
|
|
1888 * help.el (Help-princ-face):
|
|
1889 * help.el (Help-prin1-face):
|
|
1890 * help.el (describe-function-1):
|
|
1891 * help.el (describe-variable):
|
|
1892 Rearrange order of keymap declarations to be alphabetical.
|
|
1893 Improve help on help to include all bindings, and group by
|
|
1894 category. Add bindings for new Info commands. Remove
|
|
1895 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
1896
|
|
1897 * hyper-apropos.el:
|
|
1898 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
1899 * hyper-apropos.el (command-hyper-apropos): New.
|
|
1900 Add a function to do the equivalent of command-apropos.
|
|
1901
|
|
1902 * help-macro.el (make-help-screen):
|
|
1903 Evals its help-text argument so you can put expressions there.
|
|
1904 Used now by help-for-help.
|
|
1905
|
|
1906 * info.el:
|
|
1907 * info.el (Info-search):
|
|
1908 * info.el (Info-search-next): New.
|
|
1909 * info.el (Info-index): Removed.
|
|
1910 * info.el (Info-find-index-alternatives): New.
|
|
1911 * info.el (Info-read-search-text-regexp): New.
|
|
1912 * info.el (Info-search-text-in-lispref): New.
|
|
1913 * info.el (Info-search-text-in-xemacs): New.
|
|
1914 * info.el (Info-search-index-in-lispref): New.
|
|
1915 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
1916 * info.el (Info-mode-map):
|
|
1917 Add binding to continue text searches. Expand index searches to
|
|
1918 work over multiple info documents. Add commands to search
|
|
1919 text/index in User and Lispref.
|
|
1920
|
|
1921 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1922 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
1923
|
|
1924 * menubar-items.el (default-menubar):
|
|
1925 * menubar-items.el (default-popup-menu):
|
|
1926 Redo Help menu; add bindings for new Info commands to search the
|
|
1927 index or text of the User and Lispref manuals. Add command for
|
|
1928 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
1929 rectangle, not register (more commonly used), and put rectangle
|
|
1930 first. Fix the Edit Init File entry to never load the .elc file.
|
|
1931 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
645
|
1932
|
502
|
1933 * menubar.el (popup-buffer-menu): Doc fix.
|
|
1934 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
1935 Use kp-left not kp_left, etc.
|
|
1936
|
|
1937 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
1938
|
|
1939 * bytecomp-runtime.el (byte-compiler-options):
|
|
1940 Correct doc string.
|
645
|
1941
|
502
|
1942 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
1943
|
|
1944 * fill.el (fill-paragraph-or-region):
|
|
1945 Rewrite to be more correct -- use call-interactively so that
|
|
1946 we always get exactly the same behavior as if the functions
|
|
1947 were called directly.
|
645
|
1948
|
502
|
1949 * font-lock.el (font-lock-fontify-pending-extents):
|
|
1950 * gutter-items.el (clear-progress-feedback):
|
|
1951 * gutter-items.el (abort-progress-feedback):
|
|
1952 * gutter-items.el (raw-append-progress-feedback):
|
|
1953 * simple.el (clear-message):
|
|
1954 * simple.el (raw-append-message):
|
|
1955 No need to fiddle with zmacs-region-stays, now that bogus
|
|
1956 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
1957
|
|
1958 * dialog.el (make-dialog-box):
|
|
1959 Put dialog titles back in -- this time correctly. Fix various
|
|
1960 other problems with leaks and such.
|
|
1961
|
|
1962 * keymap.el (key-sequence-list-description):
|
|
1963 Clean up fun to always correctly canonicalize.
|
645
|
1964
|
502
|
1965 * simple.el:
|
|
1966 * simple.el (delete-forward-p):
|
|
1967 * simple.el (comment-padding): New.
|
|
1968 * simple.el (comment-region):
|
|
1969 * simple.el (do-auto-fill):
|
|
1970 * simple.el (indent-new-comment-line):
|
|
1971 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
645
|
1972
|
502
|
1973 * simple.el (region-exists-p):
|
|
1974 * simple.el (region-active-p):
|
|
1975 Add comment about which one is correct to use in menu specs.
|
|
1976
|
|
1977 * sound.el (load-sound-file):
|
|
1978 Minor code clean up.
|
645
|
1979
|
502
|
1980 * startup.el:
|
|
1981 * startup.el (command-line-early):
|
|
1982 * startup.el (initial-scratch-message):
|
|
1983 Comment changes. Add info about sample.init.el to splash screen.
|
|
1984 Improve initial-scratch-message and clarify purpose of Scratch
|
|
1985 buffer. Fix byte-compile warning.
|
|
1986
|
|
1987 ------------------------ Added features -------------------------
|
|
1988
|
|
1989 * etags.el:
|
|
1990 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
1991 * etags.el (buffer-tag-table-list):
|
|
1992 Add new variable to control whether etags checks all parent
|
|
1993 directories for tag files. (On by default.)
|
|
1994
|
|
1995 * hash-table.el: New file, useful utility functions.
|
|
1996 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
645
|
1997
|
501
|
1998 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
1999
|
|
2000 * build-report.el: Remove CVS keywords since this file has been in
|
|
2001 core lisp for a while now.
|
|
2002 * build-report.el (build-report-make-output-files): Fix typo.
|
|
2003
|
491
|
2004 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
2005
|
|
2006 * printer.el:
|
|
2007 * printer.el (printer-page-header):
|
|
2008 * printer.el (Print-context): New.
|
|
2009 * printer.el (printer-page-footer):
|
|
2010 * printer.el (generate-header-element): New.
|
|
2011 * printer.el (generate-header-line): New.
|
|
2012 * printer.el (print-context-property):
|
|
2013 * printer.el (generic-print-buffer):
|
|
2014 * printer.el (generic-print-region):
|
|
2015 Implement headers and footers. Implement calling Print dialog box
|
|
2016 (#### but it doesn't quite work yet).
|
|
2017
|
487
|
2018 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
2019
|
|
2020 * about.el (xemacs-hackers):
|
|
2021 * about.el (about-url-alist):
|
|
2022 * about.el (about-personal-info):
|
|
2023 * about.el (about-hacker-contribution):
|
|
2024 More contributions.
|
645
|
2025
|
487
|
2026 * simple.el (handle-post-motion-command):
|
|
2027 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
2028 motion command.
|
|
2029
|
|
2030 * etags.el (find-tag-internal):
|
|
2031 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
645
|
2032
|
487
|
2033 * gtk-init.el (init-post-gtk-win):
|
|
2034 * msw-init.el (init-post-mswindows-win):
|
|
2035 * x-init.el:
|
|
2036 * x-init.el (x-activate-region-as-selection): Removed.
|
|
2037 * x-init.el (init-post-x-win):
|
|
2038 * keydefs.el (global-map):
|
|
2039 * simple.el:
|
|
2040 * startup.el (command-line):
|
|
2041 * toolbar-items.el:
|
|
2042 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
2043 * toolbar-items.el (init-toolbar-list): New.
|
|
2044 * toolbar-items.el (init-x-toolbar): Removed.
|
|
2045 * toolbar-items.el (init-toolbar): New.
|
|
2046 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
2047 * toolbar.el:
|
|
2048 Move non-window-system specific code that was duplicated in
|
|
2049 all window systems into the generic code.
|
645
|
2050
|
487
|
2051 * gutter.el:
|
|
2052 * gutter.el (init-gutter): Removed. (unused)
|
645
|
2053
|
487
|
2054 * mouse.el:
|
|
2055 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
2056 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
2057 * select.el:
|
|
2058 * select.el (disown-selection):
|
|
2059 * select.el (activate-region-as-selection):
|
|
2060 * select.el (primary-selection-extent):
|
|
2061 * select.el (valid-simple-selection-p):
|
|
2062 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
2063 the right text copied into the primary selection (but not the
|
|
2064 clipboard yet, unfortunately -- that really requires defining
|
|
2065 our own rectangle type).
|
|
2066
|
484
|
2067 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
2068
|
|
2069 * faces.el (make-face-bold):
|
|
2070 * faces.el (make-face-italic):
|
|
2071 * faces.el (make-face-bold-italic):
|
|
2072 * faces.el (make-face-unbold):
|
|
2073 * faces.el (make-face-unitalic):
|
|
2074 * faces.el (make-face-smaller):
|
|
2075 * faces.el (make-face-larger):
|
|
2076 Call frob-face-property each for mswindows and msprinter.
|
|
2077
|
483
|
2078 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2079
|
|
2080 * about.el (about-finish-buffer): Make sure the last change works
|
|
2081 even if EVENT is nil.
|
|
2082
|
482
|
2083 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2084
|
|
2085 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
2086 (about-finish-buffer): Kill/bury the buffer where the user
|
|
2087 clicked, not the one that happens to be the current buffer at the
|
|
2088 time.
|
|
2089
|
481
|
2090 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2091
|
|
2092 * about.el (about-personal-info): Update my bio.
|
|
2093 (about-hacker-contribution): Ditto.
|
|
2094
|
480
|
2095 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
2096
|
|
2097 * cus-edit.el (custom-variable-pre-save): New.
|
|
2098 * cus-edit.el (custom-variable-post-save): New.
|
|
2099 * cus-edit.el (custom-variable-save): use them.
|
|
2100 * cus-edit.el (custom-face-pre-save): New.
|
|
2101 * cus-edit.el (custom-face-post-save): New.
|
|
2102 * cus-edit.el (custom-face-save): use them.
|
|
2103 * cus-edit.el (custom-group-pre-save): New.
|
|
2104 * cus-edit.el (custom-group-post-save): New.
|
|
2105 * cus-edit.el (custom-group-save): use them.
|
|
2106 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
2107 call `custom-save-all' only once.
|
|
2108 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
2109 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
2110 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
2111 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
2112 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
2113 * cus-edit.el (custom-face-reset-standard): use them.
|
|
2114 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
2115 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
2116 * cus-edit.el (Custom-reset-standard): use them.
|
|
2117 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
2118 functions above, call `custom-save-all' only once.
|
|
2119
|
479
|
2120 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
2121
|
|
2122 * about.el:
|
|
2123 * about.el (about-headline-face): New.
|
|
2124 * about.el (about-link-face): New.
|
|
2125 * about.el (about-current-release-maintainers): New.
|
|
2126 * about.el (about-other-current-hackers): New.
|
|
2127 * about.el (about-once-and-future-hackers): New.
|
|
2128 * about.el (about-lookup-url): New.
|
|
2129 * about.el (about-get-buffer):
|
|
2130 * about.el (about-mailto-link): New.
|
|
2131 * about.el (about-finish-buffer):
|
|
2132 * about.el (about-xemacs):
|
|
2133 * about.el (about-features): Removed.
|
|
2134 * about.el (about-advantages): New.
|
|
2135 * about.el (about-maintainer-info): Removed.
|
|
2136 * about.el (about-personal-info): New.
|
|
2137 * about.el (about-hacker-contribution): New.
|
|
2138 * about.el (about-maintainer):
|
|
2139 * about.el (about-show-linked-info):
|
|
2140 * about.el (about-hackers):
|
|
2141 Major revamping. Rewriting of most of the text, improve the
|
|
2142 link handling, separate info on contributors into personal
|
|
2143 and contribution info, add new contributors, update personal
|
|
2144 info, etc. etc.
|
480
|
2145
|
479
|
2146 * menubar-items.el (default-menubar):
|
|
2147 Help menubar entry for News now says more accurately
|
|
2148 "What's New in XEmacs".
|
480
|
2149
|
479
|
2150 * mouse.el:
|
|
2151 * mouse.el (mouse-track-cleanup-hook):
|
|
2152 * mouse.el (mouse-track):
|
|
2153 Don't set-buffer to a dead buffer when calling mouse-track
|
|
2154 cleanup hooks.
|
|
2155
|
476
|
2156 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
2157
|
|
2158 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
2159 not only when the buffer's :custom-state is 'modified, but also
|
|
2160 when it is 'set or 'saved.
|
|
2161
|
472
|
2162 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
2163
|
|
2164 * XEmacs 21.5.0 "alfalfa" is released.
|
|
2165
|
470
|
2166 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
2167
|
|
2168 * startup.el (load-user-init-file): define `custom-file' before
|
|
2169 loading the user's init file.
|
|
2170
|
464
|
2171 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
2172
|
|
2173 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
2174 we get them working.
|
|
2175
|
|
2176 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
2177
|
|
2178 * help.el:
|
|
2179 * help.el (Help-princ-face):
|
|
2180 * help.el (Help-prin1-face):
|
|
2181 * help.el (frob-help-extents):
|
|
2182 * help.el (describe-function-1):
|
|
2183 * help.el (describe-variable):
|
|
2184 Avoid using font-lock faces, which may not be defined.
|
|
2185 Instead, use hyper-apropos faces, and make sure they're
|
|
2186 defined as necessary by using `require'. (It's not so safe
|
|
2187 to do this for font-lock.) In any case, we will eventually
|
|
2188 be merging this functionality into hyper-apropos.
|
|
2189
|
|
2190 * loaddefs.el (completion-ignored-extensions):
|
|
2191 Fix documentation.
|
470
|
2192
|
464
|
2193 * menubar-items.el (menu-truncate-list): Removed.
|
|
2194 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
2195 * menubar-items.el (default-menubar):
|
|
2196 Fix errors if grep or compile command is too long. Rename helper
|
|
2197 function to be less visible.
|
|
2198
|
|
2199 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
2200
|
|
2201 * byte-optimize.el (byte-optimize-minus):
|
|
2202 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
2203
|
|
2204 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
2205
|
|
2206 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
2207 Mule is available.
|
|
2208
|
|
2209 * mule/latin.el: New file.
|
|
2210
|
|
2211 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
2212
|
|
2213 * auto-save.el:
|
|
2214 * auto-save.el (auto-save-directory):
|
|
2215 * auto-save.el (make-auto-save-file-name):
|
|
2216 * auto-save.el (auto-save-file-name-p): New.
|
|
2217
|
|
2218 Merge in improvements from other definition of
|
|
2219 make-auto-save-file-name in files.el.
|
470
|
2220
|
464
|
2221 * auto-save.el (auto-save-original-name):
|
|
2222 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
2223 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
2224 * auto-save.el (auto-save-slashify-name): Removed.
|
|
2225 * auto-save.el (auto-save-reserved-chars): New.
|
|
2226 * auto-save.el (auto-save-escape-name): New.
|
|
2227 * auto-save.el (auto-save-unhex): New.
|
|
2228 * auto-save.el (auto-save-unescape-name): New.
|
|
2229
|
|
2230 Change algorithm for encoding filenames in auto-save names to be
|
|
2231 entirely safe with all filesystems and all possible characters in
|
|
2232 a filename, and 100% reversible. (Essentially, uses
|
|
2233 quoted-printable as the encoding.)
|
470
|
2234
|
464
|
2235 * auto-save.el (recover-all-files):
|
|
2236
|
|
2237 Use insert-directory rather than calling ls directly -- fixes
|
|
2238 things under Windows.
|
|
2239
|
|
2240 * files.el:
|
|
2241 * files.el (convert-standard-filename): Substitute FSF's
|
|
2242 definition for this (we had nothing here before).
|
470
|
2243
|
464
|
2244 * files.el (backup-buffer): Warning fix.
|
470
|
2245
|
464
|
2246 * files.el (make-backup-file-name):
|
|
2247 * files.el (find-backup-file-name):
|
|
2248 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
2249
|
464
|
2250 * files.el (recover-file):
|
|
2251 Use insert-directory rather than calling ls directly -- fixes
|
|
2252 things under Windows.
|
|
2253
|
|
2254 * files.el (make-auto-save-file-name): Removed.
|
|
2255 * files.el (auto-save-file-name-p): Removed.
|
|
2256 auto-save is always dumped so no sense in having a definition
|
|
2257 that will always be overwritten with another.
|
470
|
2258
|
464
|
2259 * files.el (insert-directory):
|
|
2260 * win32-native.el:
|
|
2261 * win32-native.el (debug-mswindows-process-command-lines):
|
|
2262 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
2263 * win32-native.el (make-auto-save-file-name): Removed.
|
|
2264
|
|
2265
|
462
|
2266 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
2267
|
|
2268 * XEmacs 21.2.46 "Urania" is released.
|
|
2269
|
|
2270 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2271
|
|
2272 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
2273 sample.init.el and adjust accelerators.
|
|
2274
|
|
2275 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2276
|
|
2277 * build-report.el (build-report): Improve docstring.
|
|
2278
|
|
2279 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2280
|
|
2281 * ChangeLog: Log GTK merge.
|
|
2282
|
|
2283 * gutter-items.el:
|
|
2284 * mwheel.el:
|
|
2285 * sound.el:
|
|
2286 * startup.el:
|
|
2287 Revert gratuitous whitespace changes.
|
|
2288
|
|
2289 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
2290
|
|
2291 * help.el:
|
|
2292 * help.el (key-or-menu-binding):
|
|
2293 * help.el (Help-find-file): New.
|
|
2294 * help.el (describe-beta):
|
|
2295 * help.el (describe-copying):
|
|
2296 * help.el (describe-project):
|
|
2297 * help.el (view-emacs-news):
|
|
2298 * help.el (view-sample-init-el): New.
|
|
2299 * help.el (Help-princ-face): New.
|
|
2300 * help.el (Help-prin1-face): New.
|
|
2301 * help.el (help-symbol-function-context-menu):
|
|
2302 * help.el (help-symbol-variable-context-menu):
|
|
2303 * help.el (help-symbol-function-and-variable-context-menu):
|
|
2304 * help.el (frob-help-extents):
|
|
2305 * help.el (describe-function-1):
|
|
2306 * help.el (describe-variable):
|
|
2307
|
|
2308 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
2309 View files in view-mode rather than Fundamental.
|
|
2310 Remove separators from context menus -- now handled in generic code.
|
|
2311 Add `Find Tag' to context menu.
|
470
|
2312
|
462
|
2313 * menubar.el (popup-mode-menu):
|
|
2314
|
|
2315 Rewrite code that outputs the popup menu to (a) put more specific
|
|
2316 entries first, (b) be more robust, (c) output the proper context
|
|
2317 menu separators automatically (the context menu functionality is
|
|
2318 new and currently used only by Help).
|
|
2319
|
|
2320 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
2321
|
|
2322 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
2323 this function when converting from the 21.1 GTK branch. Now
|
|
2324 supports file, password, question, and color built-in dialogs.
|
|
2325
|
|
2326 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
2327
|
|
2328 * keydefs.el:
|
|
2329 * keydefs.el (global-map):
|
|
2330 Add commented-out change of M-k (for 21.5).
|
470
|
2331
|
462
|
2332 * menubar-items.el (default-menubar):
|
|
2333 Fix items to control kill-line behavior; add items for
|
|
2334 shifted motion.
|
470
|
2335
|
462
|
2336 * simple.el:
|
|
2337 * simple.el (kill-whole-line):
|
|
2338 * simple.el (historical-kill-line): Removed.
|
|
2339 * simple.el (kill-line): Removed.
|
|
2340 * simple.el (kill-entire-line): New.
|
|
2341 * simple.el (kill-line-1): New.
|
|
2342 * simple.el (backward-kill-line):
|
|
2343 Undo kill-whole-line == always changes. Add new function
|
|
2344 kill-entire-line to unconditionally delete the current line.
|
|
2345 Add comments describing the lamentable state of affairs of
|
|
2346 the kill-line functions and variables.
|
|
2347
|
|
2348 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
2349
|
|
2350 * simple.el:
|
|
2351 * simple.el (beginning-of-buffer):
|
|
2352 * simple.el (end-of-buffer):
|
|
2353 * simple.el (mark-ring-unrecorded-commands):
|
|
2354 * simple.el (signal-error-on-buffer-boundary):
|
|
2355 * simple.el (shifted-motion-keys-select-region):
|
|
2356 * simple.el (unshifted-motion-keys-deselect-region):
|
|
2357 * simple.el (motion-keys-for-shifted-motion): New.
|
|
2358 * simple.el (handle-pre-motion-command):
|
|
2359 * simple.el (handle-post-motion-command):
|
|
2360 * simple.el (forward-char-command):
|
|
2361 * simple.el (backward-char-command):
|
|
2362 * simple.el (scroll-up-command):
|
|
2363 * simple.el (scroll-down-command):
|
|
2364 * simple.el (next-line):
|
|
2365 * simple.el (previous-line):
|
|
2366 * simple.el (backward-block-of-lines):
|
|
2367 * simple.el (forward-block-of-lines):
|
|
2368 * simple.el (backward-word):
|
|
2369 * simple.el (mark-word):
|
|
2370
|
|
2371 Augment documentation of the most common motion commands to make
|
|
2372 note of the shifted-motion support. Improve the support to (a)
|
|
2373 properly document how it works and why it's done in the fashion it
|
|
2374 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
2375
|
|
2376 Correct error in the customize specification of
|
|
2377 mark-ring-unrecorded-commands.
|
|
2378
|
|
2379 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
2380
|
|
2381 * font-lock.el:
|
|
2382 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
2383 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
2384 * font-lock.el (font-lock-pre-idle-hook):
|
|
2385 * font-lock.el (font-lock-after-change-function):
|
|
2386 * font-lock.el (font-lock-fontify-pending-extents):
|
|
2387 * font-lock.el (font-lock-lisp-like):
|
|
2388
|
|
2389 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
2390 behavior) when making lots of buffer changes between redisplays,
|
|
2391 such as when saving the Options.
|
|
2392
|
|
2393 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
2394
|
|
2395 * device.el:
|
|
2396 * dragdrop.el:
|
|
2397 * dumped-lisp.el:
|
|
2398 * faces.el:
|
|
2399 * frame.el:
|
|
2400 * gnuserv.el:
|
|
2401 * loadup.el:
|
|
2402 * menubar-items.el:
|
|
2403 * minibuf.el:
|
|
2404 The Great GTK Merge.
|
|
2405
|
|
2406 * ChangeLog.GTK:
|
|
2407 * dialog-gtk.el:
|
|
2408 * gdk.el:
|
|
2409 * generic-widgets.el:
|
|
2410 * glade.el:
|
|
2411 * gnome-widgets.el:
|
|
2412 * gnome.el:
|
|
2413 * gtk-compose.el:
|
|
2414 * gtk-extra.el:
|
|
2415 * gtk-faces.el:
|
|
2416 * gtk-ffi.el:
|
|
2417 * gtk-file-dialog.el:
|
|
2418 * gtk-font-menu.el:
|
|
2419 * gtk-glyphs.el:
|
|
2420 * gtk-init.el:
|
|
2421 * gtk-iso8859-1.el:
|
|
2422 * gtk-marshal.el:
|
|
2423 * gtk-mouse.el:
|
|
2424 * gtk-package.el:
|
|
2425 * gtk-password-dialog.el:
|
|
2426 * gtk-select.el:
|
|
2427 * gtk-widget-accessors.el:
|
|
2428 * gtk-widgets.el:
|
|
2429 * gtk.el:
|
|
2430 widgets-gtk.el:
|
|
2431 The Great GTK Merge: new files.
|
|
2432
|
|
2433 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2434
|
|
2435 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
2436 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
2437
|
|
2438 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2439
|
|
2440 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
2441
|
460
|
2442 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
2443
|
|
2444 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
2445
|
470
|
2446 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
2447
|
|
2448 * about.el (xemacs-hackers): update my entry.
|
|
2449 * about.el (about-maintainer-info): ditto.
|
|
2450 * about.el (about-hackers): ditto.
|
460
|
2451
|
|
2452 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
2453
|
|
2454 * about.el (about-maintainer-info): More vanity info about
|
|
2455 yours truly.
|
|
2456
|
|
2457 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
2458
|
|
2459 * build-report.el (build-report-destination): xemacs-build-reports
|
|
2460 has moved to SourceForge, where mailing list name length is
|
|
2461 restricted, hence the name change to
|
|
2462 xemacs-buildreports@xemacs.org.
|
|
2463 * build-report.el (build-report-keep-regexp): Update default.
|
|
2464 * build-report.el (build-report-delete-regexp): Ditto.
|
|
2465 * build-report.el (build-report-make-output-files): Ditto.
|
|
2466
|
|
2467 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
2468
|
|
2469 * lisp-mode.el: Add indentation specifications for following
|
|
2470 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
2471 with-open-file, with-open-stream, print-unreadable-object.
|
|
2472
|
|
2473 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
2474
|
|
2475 * font-lock.el (font-lock-set-defaults-1):
|
|
2476 Move initialization of `font-lock-cache-position' so that it's set
|
|
2477 even if font-lock-keywords is already defined.
|
|
2478
|
|
2479 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
2480
|
|
2481 * autoload.el (generate-file-autoloads-1):
|
|
2482 Use `emacs-lisp-mode-syntax-table' instead of
|
|
2483 `lisp-mode-syntax-table'.
|
|
2484 * lisp-mode.el (lisp-mode-syntax-table):
|
|
2485 Get rid of old checks for `parse-partial-sexp' version.
|
|
2486 Make `|' (pipe) string delimiter instead of punctuation.
|
|
2487
|
|
2488 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2489
|
|
2490 * window.el (save-selected-window):
|
|
2491 Use gensym for better macro hygiene.
|
|
2492
|
|
2493 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
2494
|
|
2495 * dump-paths.el:
|
|
2496 * startup.el (startup-setup-paths): Set and use
|
|
2497 `mule-lisp-directory'.
|
|
2498 (startup-setup-paths-warning): Ditto.
|
|
2499
|
|
2500 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
2501 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
2502
|
|
2503 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
2504
|
|
2505 * font-lock.el: Syntax table improvements used. A few random
|
|
2506 changes are not specified below.
|
|
2507 (font-lock-fontify-string-delimiters):
|
|
2508 (font-lock-syntactic-keywords):
|
|
2509 (font-lock-cache-state nil):
|
|
2510 (font-lock-cache-position):
|
|
2511 New variables.
|
|
2512 (font-lock-set-syntax):
|
|
2513 (font-lock-apply-syntactic-highlight):
|
|
2514 (font-lock-fontify-syntactic-anchored-keywords):
|
|
2515 (font-lock-fontify-syntactic-keywords-region):
|
|
2516 (font-lock-eval-keywords):
|
|
2517 New functions.
|
|
2518 (font-lock-remove-face):
|
|
2519 (font-lock-fontify-syntactically-region):
|
|
2520 Use syntax properties.
|
|
2521
|
458
|
2522 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
2523
|
|
2524 * XEmacs 21.2.44 "Thalia" is released.
|
|
2525
|
|
2526 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
2527
|
|
2528 * startup.el (normal-top-level): Work even if no installation root
|
|
2529 is found.
|
|
2530
|
|
2531 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
2532
|
|
2533 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
2534 (set-progress-abort-instantiator): new function.
|
|
2535 (abort-progress-feedback): use it.
|
|
2536
|
|
2537 * gutter.el (set-gutter-dirty-p): new function.
|
|
2538
|
|
2539 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
2540
|
|
2541 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
2542
|
|
2543 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
2544
|
|
2545 * sound.el (sound-extension-list): give a better default value.
|
|
2546 * sound.el (load-sound-file): improve the doc string, also find
|
|
2547 files given by absolute names, pass a real extension list to
|
|
2548 `locate-file'.
|
|
2549
|
456
|
2550 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
2551
|
|
2552 * XEmacs 21.2.43 "Terspichore" is released.
|
|
2553
|
|
2554 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
2555
|
|
2556 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
2557 messages from gnuserv.
|
|
2558
|
454
|
2559 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
2560
|
|
2561 * XEmacs 21.2.42 "Poseidon" is released.
|
|
2562
|
|
2563 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
2564
|
|
2565 * package-get.el (package-get-custom): call
|
|
2566 package-net-update-installed-db.
|
|
2567
|
|
2568 * package-ui.el (pui-install-selected-packages): call
|
|
2569 package-net-update-installed-db.
|
|
2570
|
|
2571 * package-net.el (package-net-update-installed-db): use
|
|
2572 packages-package-list so that we reflect reality.
|
|
2573
|
|
2574 * packages.el (packages-package-list): Make docstring reflect
|
|
2575 reality.
|
|
2576
|
|
2577 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
2578
|
|
2579 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
2580 isn't installed.
|
|
2581
|
|
2582 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
2583
|
|
2584 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
2585 deactivate native widgets.
|
|
2586 (widget-glyph-insert-glyph): record instantiator.
|
|
2587 (widget-push-button-value-create): use it.
|
|
2588
|
|
2589 * gui.el (gui-button-action): new function. Make button's domain
|
|
2590 buffer current when calling.
|
|
2591 (make-gui-button): update to use gui-button-action.
|
|
2592
|
|
2593 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
2594
|
|
2595 * menubar-items.el (default-menubar): add an entry for modeline
|
|
2596 horizontal scrolling in Options -> Display.
|
|
2597
|
|
2598 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
2599
|
|
2600 * package-get.el (package-get-require-signed-base): Set to nil
|
|
2601 by default.
|
|
2602
|
452
|
2603 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
2604
|
|
2605 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
2606
|
|
2607 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
2608
|
|
2609 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
2610 catch lisp/mule/.
|
|
2611
|
|
2612 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
2613
|
|
2614 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
2615 (maybe-unmigrate-user-init-file):
|
|
2616 (unmigrate-user-init-file): Created.
|
|
2617 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
2618 .emacs.
|
|
2619 Some doc fixes wrt init file location.
|
|
2620
|
|
2621 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
2622
|
|
2623 * faces.el (face-frob-from-locale-first): new variable.
|
|
2624 (frob-face-font-2): Honor tags arg while trying to use
|
|
2625 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
2626 first try to set face inheriting from frobbed-face.
|
|
2627
|
|
2628 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
2629
|
|
2630 * about.el (xemacs-hackers): update my entry.
|
|
2631 * about.el (about-url-alist): ditto.
|
|
2632 * about.el (about-maintainer-info): ditto.
|
|
2633 * about.el (about-hackers): ditto.
|
|
2634
|
|
2635 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
2636
|
|
2637 The byte compiler has been badly broken for a year,
|
|
2638 by the patch of 1999-12-06.
|
|
2639 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
2640 Bug was: the byte compiler was making this erroneous optimization:
|
|
2641 (progn (or (foo)) (bar)) ==> (bar)
|
|
2642
|
|
2643 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
2644
|
|
2645 * setup-paths.el (paths-core-load-path-depth): Split
|
|
2646 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
2647 recurse into core.
|
|
2648 * setup-paths.el (paths-construct-load-path): Use.
|
|
2649
|
|
2650 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
2651
|
|
2652 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
2653 (package-net-win32-binary-size): ditto. add much needed
|
|
2654 commentary.
|
|
2655
|
|
2656 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
2657 for buffers-tab-max-size.
|
|
2658
|
450
|
2659 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2660
|
|
2661 * XEmacs 21.2.40 is released.
|
|
2662
|
|
2663 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2664
|
|
2665 * mule/hebrew.el: Fix comments and typos.
|
|
2666 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
2667
|
|
2668 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2669
|
|
2670 * ChangeLog.1: move ancient log from fill.el.
|
|
2671
|
|
2672 * dump-paths.el:
|
|
2673 paragraphs.el:
|
|
2674 mule/mule-category.el:
|
|
2675 Miscellaneous typo fixes and slight doc clarifications.
|
|
2676
|
|
2677 * mule/mule-ccl.el: Correct file name in header.
|
|
2678
|
448
|
2679 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2680
|
|
2681 * XEmacs 21.2.39 is released.
|
|
2682
|
|
2683 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
2684
|
|
2685 * byte-optimize.el (byte-optimize-cond):
|
|
2686 (byte-optimize-cond-1): New.
|
|
2687 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
2688 Optimizes (cond (x nil)) ==> nil.
|
|
2689 Provide better diagnostic on malformed expr like (cond foo).
|
|
2690
|
|
2691 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2692
|
|
2693 * mule/mule-coding.el:
|
|
2694 mule/mule-cmds.el (reset-language-environment,
|
|
2695 set-language-environment-coding-systems):
|
|
2696 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
2697
|
|
2698 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
2699
|
|
2700 * package-admin.el: Allow package removal from
|
|
2701 early-package-load-path.
|
|
2702
|
|
2703 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
2704
|
|
2705 * about.el (about-maintainer-info): Update my entry.
|
|
2706
|
|
2707 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
2708
|
|
2709 * packages.el (locate-library): Add support for bzip2
|
|
2710 compressed .el files.
|
|
2711
|
|
2712 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
2713
|
|
2714 * package-net.el: new file.
|
|
2715
|
|
2716 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
2717
|
|
2718 * font-lock.el: Add missing C++ keywords.
|
|
2719
|
|
2720 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
2721
|
|
2722 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
2723 starting in column 0, as documented in (Info-goto-node
|
|
2724 "(xemacs)Comments"). Update docstring accordingly.
|
|
2725
|
446
|
2726 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
2727
|
|
2728 * XEmacs 21.2.38 is released.
|
|
2729
|
|
2730 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
2731
|
|
2732 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
2733 spurious '+' operation detected by Martin.
|
|
2734
|
|
2735
|
|
2736 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
2737
|
|
2738 * cl-extra.el (coerce):
|
|
2739 Implement char to integer coercion.
|
|
2740 Remove extraneous (numberp) test.
|
|
2741
|
|
2742 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
2743 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
2744 (byte-optimize-predicate):
|
|
2745 Warn if evaluating constant expression signals an error.
|
|
2746 (byte-optimize-form): Small simplification.
|
|
2747
|
|
2748 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
2749
|
|
2750 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2751
|
|
2752 * byte-optimize.el:
|
|
2753 (byte-optimize-minus):
|
|
2754 (byte-optimize-plus):
|
|
2755 (byte-optimize-mult):
|
|
2756 (byte-optimize-quo):
|
|
2757 Use (car (last x)) instead of (last x) to get last elt!
|
|
2758 Use `byte-optimize-predicate' to optimize `%'.
|
|
2759 Move optimizations for special numeric args to bytecomp.el.
|
|
2760 * bytecomp.el (byte-compile-associative): Remove.
|
|
2761 (byte-compile-max): New.
|
|
2762 (byte-compile-min): New.
|
|
2763 Properly handle erroneous calls: (max) (min).
|
|
2764 (byte-compile-plus): New.
|
|
2765 (byte-compile-minus):
|
|
2766 It's easiest to handle 0, +1 and -1 args here.
|
|
2767 (byte-compile-mult): New.
|
|
2768 It's easiest to handle 1, -1 and 2 args here.
|
|
2769 (byte-compile-quo):
|
|
2770 It's easiest to handle 0, +1 and -1 args here.
|
|
2771 Issue byte-compiler warning when dividing by zero.
|
|
2772
|
|
2773 Byte-compiler arithmetic improvements.
|
|
2774 Better optimize these expressions in the obvious way:
|
|
2775 (+ x y 1) --> varref x varref y add add1
|
|
2776 (+ x y -1) --> varref x varref y add sub1
|
|
2777 (- x y 0) --> (- x y)
|
|
2778 (- 0 x y) --> (- (- x) y)
|
|
2779 (% 42 19) --> compile-time constant
|
|
2780 (/ 42 19) --> compile-time constant
|
|
2781 (* (foo) 2) --> foo call dup plus
|
|
2782
|
|
2783 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
2784 unless (declaim (optimize (safety 3)))
|
|
2785 or (setq byte-compile-delete-errors nil).
|
|
2786
|
|
2787 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2788
|
|
2789 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
2790 docstrings.
|
|
2791
|
|
2792 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2793
|
|
2794 * startup.el (command-line-do-help): Add documentation of
|
|
2795 portable dumper switches.
|
|
2796
|
|
2797 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
2798
|
|
2799 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
2800
|
|
2801 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
2802
|
|
2803 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
2804
|
|
2805 * byte-optimize.el (byte-optimize-char-before):
|
|
2806 (byte-optimize-backward-char):
|
|
2807 (byte-optimize-backward-word):
|
|
2808 Fix incorrect optimizations for these sorts of expressions:
|
|
2809 (let ((x nil)) (backward-char x))
|
|
2810
|
|
2811 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
2812
|
|
2813 * byte-optimize.el:
|
|
2814 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
2815 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
2816 Make backward-word and backward-char as efficient as forward versions.
|
|
2817
|
|
2818 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
2819 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
2820 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
2821 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
2822 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
2823 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
2824 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
2825
|
|
2826 * simple.el (backward-word):
|
|
2827 * simple.el (mark-word):
|
|
2828 * simple.el (kill-word):
|
|
2829 * simple.el (backward-kill-word):
|
|
2830 Make COUNT argument optional, for consistency with forward-char et al.
|
|
2831
|
|
2832 * abbrev.el (abbrev-string-to-be-defined):
|
|
2833 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
2834 * abbrev.el (inverse-add-abbrev):
|
|
2835 * abbrev.el (expand-region-abbrevs):
|
|
2836 * buff-menu.el (Buffer-menu-execute):
|
|
2837 * indent.el (move-to-left-margin):
|
|
2838 * indent.el (indent-relative):
|
|
2839 * indent.el (move-to-tab-stop):
|
|
2840 * info.el (Info-reannotate-node):
|
|
2841 * lisp-mode.el (lisp-indent-line):
|
|
2842 * lisp.el (end-of-defun):
|
|
2843 * lisp.el (move-past-close-and-reindent):
|
|
2844 * misc.el (copy-from-above-command):
|
|
2845 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
2846 * page.el (forward-page):
|
|
2847 * paragraphs.el (forward-paragraph):
|
|
2848 * paragraphs.el (end-of-paragraph-text):
|
|
2849 * picture.el (picture-forward-column):
|
|
2850 * picture.el (picture-self-insert):
|
|
2851 * rect.el (extract-rectangle-line):
|
|
2852 * simple.el (newline):
|
|
2853 * simple.el (fixup-whitespace):
|
|
2854 * simple.el (backward-delete-char-untabify):
|
|
2855 * simple.el (transpose-chars):
|
|
2856 * simple.el (transpose-preceding-chars):
|
|
2857 * simple.el (do-auto-fill):
|
|
2858 * simple.el (indent-new-comment-line):
|
|
2859 * simple.el (blink-matching-open):
|
|
2860 * view-less.el (cleanup-backspaces):
|
|
2861 * wid-edit.el (widget-transpose-chars):
|
|
2862 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
2863 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
2864
|
|
2865 * info.el (Info-fontify-node):
|
|
2866 * simple.el (backward-delete-function):
|
|
2867 Use canonical delete-backward-char instead of backward-delete-char.
|
|
2868
|
|
2869 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
2870
|
|
2871 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
2872 no buffers.
|
|
2873
|
|
2874 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
2875
|
|
2876 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
2877 buffer tabs.
|
|
2878
|
|
2879 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
2880
|
|
2881 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
2882 (proclaim inline...) was shadowing compiler-macros.
|
|
2883
|
|
2884 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
2885
|
|
2886 * bytecomp.el (byte-compile-eval): New.
|
|
2887 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
2888 Keeps this promise made in Lispref:
|
|
2889 "If a file being compiled contains a `defmacro' form, the macro is
|
|
2890 defined temporarily for the rest of the compilation of that file."
|
|
2891
|
|
2892 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
2893
|
|
2894 * cl.el (floatp-safe):
|
|
2895 (plusp):
|
|
2896 (minusp):
|
|
2897 (oddp):
|
|
2898 (evenp):
|
|
2899 (cl-abs):
|
|
2900 Use a better parameter name than `x'.
|
|
2901
|
|
2902 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
2903 to require PLACE, but accept any form for compatibility.
|
|
2904
|
|
2905 * abbrev.el (define-abbrev): Use check-type.
|
|
2906 * font-menu.el (font-menu-change-face): Use check-type.
|
|
2907 * menubar.el (relabel-menu-item): Use check-type.
|
|
2908 * itimer.el: Fix typo.
|
|
2909
|
|
2910 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2911
|
|
2912 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
2913
|
444
|
2914 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
2915
|
|
2916 * XEmacs 21.2.37 is released.
|
|
2917
|
|
2918 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2919
|
|
2920 * code-cmds.el: Provide the feature.
|
|
2921
|
|
2922 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
2923
|
|
2924 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
2925
|
|
2926 * code-cmds.el: New file
|
|
2927 * mule/mule-cmds.el:
|
|
2928 * mule/mule-misc.el
|
|
2929 (coding-keymap): New keymap. Define coding system keyboard
|
|
2930 commands on file-coding builds too.
|
446
|
2931 (coding-system-change-eol-conversion):
|
|
2932 (universal-coding-system-argument):
|
|
2933 (set-default-coding-systems):
|
444
|
2934 (prefer-coding-system): Moved from mule-cmds.el
|
|
2935 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
2936
|
|
2937 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
2938
|
|
2939 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
2940
|
|
2941 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
2942
|
|
2943 * package-get.el (package-get-download-sites): Add a pre-release
|
|
2944 site for experimental packages.
|
|
2945
|
|
2946 * auto-autoloads.el: Regenerated.
|
|
2947
|
|
2948 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
2949
|
|
2950 * gutter-items.el (buffers-tab-omit-function): reference
|
|
2951 buffers-tab-select-visible-buffers.
|
|
2952 (buffers-tab-filter-functions): new variable, by default uses
|
|
2953 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
2954 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
2955 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
2956 of buffers-menu-omit-invisible-buffers.
|
|
2957 (buffers-tab-items): rewrite to use
|
|
2958 buffers-tab-filter-functions. Rewrite docstring.
|
|
2959 (gutter-buffers-tab-extent): delete.
|
|
2960 (add-tab-to-gutter): always build a new extent when adding the
|
|
2961 tabs.
|
|
2962 (update-tab-in-gutter): make gutter dirty when orientation
|
|
2963 changes.
|
|
2964
|
|
2965 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
2966
|
|
2967 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
2968 Only do loadhist recording if defvar form includes a value.
|
|
2969
|
|
2970 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
2971
|
|
2972 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
2973 `eval-when-compile' should not compile its body.
|
|
2974
|
|
2975 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2976
|
|
2977 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
2978 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
2979 some Japanese English. Remove some ancient FSF comments, and
|
|
2980 improve docstrings. Use symbols not vectors for tables.
|
|
2981
|
|
2982 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
2983
|
|
2984 * keymap.el:
|
|
2985 (local-key-binding):
|
|
2986 (global-key-binding):
|
|
2987 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
2988
|
|
2989 * lisp.el:
|
|
2990 (backward-sexp): Slightly simpler code.
|
|
2991 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
2992 (forward-list): Slightly simpler code.
|
|
2993 (backward-list): Slightly simpler code.
|
|
2994 (down-list): Make arg optional, like FSF Emacs.
|
|
2995 (up-list): Make arg optional, like FSF Emacs.
|
|
2996 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
2997 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
2998 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
2999
|
|
3000 * font-menu.el (font-menu-change-face):
|
|
3001 Take continuable errors into account.
|
|
3002
|
|
3003 * abbrev.el:
|
|
3004 * abbrev.el (clear-abbrev-table):
|
|
3005 * abbrev.el (define-abbrev-table):
|
|
3006 * abbrev.el (define-abbrev):
|
|
3007 * abbrev.el (insert-abbrev-table-description):
|
|
3008 * apropos.el (apropos-documentation-check-doc-file):
|
|
3009 * apropos.el (apropos-documentation-check-elc-file):
|
|
3010 * buff-menu.el (list-buffers):
|
|
3011 * buff-menu.el (list-buffers-noselect):
|
|
3012 * bytecomp.el (byte-recompile-directory):
|
|
3013 * bytecomp.el (batch-byte-compile):
|
|
3014 * cl-macs.el (typep):
|
|
3015 * code-files.el (find-coding-system-magic-cookie):
|
|
3016 * code-files.el (insert-file-contents):
|
|
3017 * cus-edit.el (customize-set-variable):
|
|
3018 * cus-edit.el (customize-save-variable):
|
|
3019 * cus-face.el (custom-set-face-font-size):
|
|
3020 * cus-face.el (custom-set-face-update-spec):
|
|
3021 * cus-face.el (custom-reset-faces):
|
|
3022 * custom.el (custom-check-theme):
|
|
3023 * custom.el (copy-upto-last):
|
|
3024 * fill.el (canonically-space-region):
|
|
3025 * fill.el (fill-paragraph):
|
|
3026 * fill.el (fill-region):
|
|
3027 * fill.el (find-space-insertable-point):
|
|
3028 * fill.el (justify-current-line):
|
|
3029 * faces.el (face-spec-update-all-matching):
|
|
3030 * faces.el (set-face-stipple):
|
|
3031 * files-nomule.el (insert-file-contents):
|
|
3032 * files.el (insert-file-contents-literally):
|
|
3033 * files.el (hack-local-variables-last-page):
|
|
3034 * files.el (basic-save-buffer):
|
|
3035 * files.el (insert-directory):
|
|
3036 * font-menu.el (font-menu-change-face):
|
|
3037 * font.el (font-spatial-to-canonical):
|
|
3038 * format.el (format-encode-region):
|
|
3039 * format.el (format-insert-file):
|
|
3040 * format.el (format-replace-strings):
|
|
3041 * gutter.el (set-gutter-element):
|
|
3042 * help.el (key-or-menu-binding):
|
|
3043 * help.el (describe-bindings):
|
|
3044 * help.el (with-syntax-table):
|
|
3045 * indent.el (indent-rigidly):
|
|
3046 * indent.el (delete-to-left-margin):
|
|
3047 * info.el:
|
|
3048 * info.el (Info-extract-dir-entry-from):
|
|
3049 * info.el (Info-build-dir-anew):
|
|
3050 * info.el (Info-rebuild-dir):
|
|
3051 * info.el (Info-batch-rebuild-dir):
|
|
3052 * info.el (Info-read-subfile):
|
|
3053 * info.el (Info-build-node-completions):
|
|
3054 * info.el (Info-extract-menu-node-name):
|
|
3055 * isearch-mode.el (isearch-range-invisible):
|
|
3056 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
3057 * itimer.el (itimerp):
|
|
3058 * itimer.el (itimer-live-p):
|
|
3059 * keymap.el:
|
|
3060 * keymap.el (substitute-key-definition):
|
|
3061 * keymap.el (read-command-or-command-sexp):
|
|
3062 * keymap.el (local-key-binding):
|
|
3063 * keymap.el (global-key-binding):
|
|
3064 * keymap.el (global-set-key):
|
|
3065 * keymap.el (local-set-key):
|
|
3066 * ldap.el:
|
|
3067 * ldap.el (ldap-add-entries):
|
|
3068 * ldap.el (ldap-delete-entries):
|
|
3069 * lisp.el (backward-sexp):
|
|
3070 * lisp.el (mark-sexp):
|
|
3071 * lisp.el (forward-list):
|
|
3072 * lisp.el (backward-list):
|
|
3073 * lisp.el (down-list):
|
|
3074 * lisp.el (backward-up-list):
|
|
3075 * lisp.el (up-list):
|
|
3076 * lisp.el (kill-sexp):
|
|
3077 * lisp.el (backward-kill-sexp):
|
|
3078 * menubar.el (add-menu-button):
|
|
3079 * menubar.el (add-submenu):
|
|
3080 * menubar.el (delete-menu-item):
|
|
3081 * menubar.el (relabel-menu-item):
|
|
3082 * mouse.el (narrow-window-to-region):
|
|
3083 * obsolete.el (define-obsolete-variable-alias):
|
|
3084 * obsolete.el (store-substring):
|
|
3085 * package-admin.el:
|
|
3086 * package-admin.el (package-admin-install-function):
|
|
3087 * package-admin.el (package-admin-install-function-mswindows):
|
|
3088 * package-admin.el (package-admin-default-install-function):
|
|
3089 * package-get.el (package-get-update-base-entries):
|
|
3090 * packages.el (packages-load-package-dumped-lisps):
|
|
3091 * packages.el (packages-collect-package-dumped-lisps):
|
|
3092 * printer.el (generic-print-buffer):
|
|
3093 * printer.el (generic-print-region):
|
|
3094 * replace.el (occur-mode-mouse-goto):
|
|
3095 * replace.el (perform-replace):
|
|
3096 * select.el (get-selection-no-error):
|
|
3097 * simple.el:
|
|
3098 * simple.el (newline):
|
|
3099 * simple.el (open-line):
|
|
3100 * simple.el (edit-and-eval-command):
|
|
3101 * simple.el (goto-line):
|
|
3102 * simple.el (undo):
|
|
3103 * simple.el (kill-region):
|
|
3104 * simple.el (copy-region-as-kill):
|
|
3105 * simple.el (kill-ring-save):
|
|
3106 * simple.el (set-mark):
|
|
3107 * simple.el (next-line):
|
|
3108 * simple.el (previous-line):
|
|
3109 * simple.el (line-move):
|
|
3110 * simple.el (set-goal-column):
|
|
3111 * simple.el (comment-region):
|
|
3112 * subr.el:
|
|
3113 * subr.el (putf):
|
|
3114 * syntax.el (modify-syntax-entry):
|
|
3115 * syntax.el (map-syntax-table):
|
|
3116 * view-less.el (view-file):
|
|
3117 * view-less.el (view-buffer):
|
|
3118 * view-less.el (view-file-other-window):
|
|
3119 * window-xemacs.el (backward-other-window):
|
|
3120 * window.el:
|
|
3121 * window.el (one-window-p):
|
|
3122 * window.el (walk-windows):
|
|
3123 * window.el (window-list):
|
|
3124 * x-mouse.el (x-mouse-kill):
|
|
3125 * x-select.el (x-get-cutbuffer):
|
|
3126 * x-select.el (x-store-cutbuffer):
|
|
3127 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
3128 * term/sun-mouse.el (window-line-end):
|
|
3129 * term/sun-mouse.el (sun-select-region):
|
|
3130 * term/sun.el (kill-region-and-unmark):
|
|
3131 * mule/mule-category.el:
|
|
3132 * mule/mule-category.el (modify-category-entry):
|
|
3133 * mule/mule-category.el (char-category-list):
|
|
3134 * mule/mule-coding.el (coding-system-force-on-output):
|
|
3135 * mule/mule-misc.el (coding-system-put):
|
|
3136 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
3137
|
|
3138 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
3139
|
|
3140 * cus-face.el: Typo fixes and tiny clarifications.
|
|
3141 * custom.el: ditto
|
|
3142
|
|
3143 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3144
|
|
3145 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
3146 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
3147 if auto-save-list-file-prefix is non-nil.
|
|
3148
|
|
3149 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3150
|
|
3151 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
3152
|
|
3153 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
3154
|
|
3155 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
3156 get symbol at point-min.
|
|
3157
|
|
3158 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
3159
|
|
3160 * info.el (Info-emacs-info-file-name): defconst it.
|
|
3161 * info.el (Info-footnote-tag): defcustom it.
|
|
3162 * info.el (Info-no-description-string): ditto.
|
|
3163 * info.el (Info-find-node): adapt to new semantics of
|
|
3164 'Info-suffixed-file (don't do the case variants stuff).
|
|
3165 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
3166 * info.el (Info-directory-files): New. Return the list of info
|
|
3167 files in a directory.
|
|
3168 * info.el (Info-dir-outdated-p): use it.
|
|
3169 * info.el (Info-parse-dir-entries): ditto.
|
|
3170 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
3171 with a ".info.*" extension.
|
|
3172 * info.el (Info-set-mode-line): ditto.
|
|
3173 * info.el (Info-read-subfile): adapt to new semantics of
|
|
3174 'Info-suffixed-file (append 'exact argument).
|
|
3175 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
3176 string independently of the case.
|
|
3177 * info.el (Info-suffixed-file): use it (match all possible case
|
|
3178 for the file name).
|
|
3179 * info.el (Info-insert-file-contents): code cleanup.
|
|
3180 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
3181 columns.
|
|
3182 * info.el (Info-batch-rebuild-dir): ditto.
|
|
3183 * info.el (Info-read-node-name-1): ditto.
|
|
3184 * info.el (Info-search): ditto.
|
|
3185 * info.el (Info-fontify-node): ditto.
|
|
3186
|
|
3187
|
|
3188 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
3189
|
|
3190 * process.el (shell-command): when called from a program, avoid
|
|
3191 'push-mark's "mark-set" message.
|
|
3192
|
|
3193 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
3194
|
|
3195 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
3196 by a symbol, not by a vector.
|
|
3197 * mule/vietnamese.el (vscii): Likewise.
|
|
3198 (viscii): Likewise.
|
|
3199 * mule/cyrillic.el (koi8-r): Likewise.
|
|
3200
|
|
3201 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
3202 by a symbol, not by a vector.
|
|
3203 (chinese-big5-2): Likewise.
|
|
3204 * mule/ethiopic.el (ethiopic): Likewise.
|
|
3205 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
3206 (vietnamese-viscii-upper): Likewise.
|
|
3207
|
|
3208 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3209
|
|
3210 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
3211
|
|
3212 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3213
|
|
3214 * byte-optimize.el (byte-optimize-car): New function.
|
|
3215 (byte-optimize-cdr): Ditto.
|
|
3216
|
|
3217 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3218
|
|
3219 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
3220 Optimize constant concatenation.
|
|
3221 Add keymapp as a side effect free function. It is a built-in.
|
|
3222 (byte-after-unbind-pos): Remove byte-equal.
|
|
3223
|
|
3224 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3225
|
|
3226 * update-elc-2.el: Quote regexps correctly.
|
|
3227
|
|
3228 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
3229
|
|
3230 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
3231 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
3232 check the type of the buffer magnification
|
|
3233 (ccl-compile-write-string): Encode a string with binary
|
|
3234 coding system.
|
|
3235 (ccl-compile-write-repeat): Likewise.
|
|
3236
|
|
3237 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
3238
|
|
3239 * buff-menu.el:
|
|
3240 * bytecomp.el:
|
|
3241 * coding.el:
|
|
3242 * faces.el:
|
|
3243 * files.el:
|
|
3244 * fill.el:
|
|
3245 * float-sup.el:
|
|
3246 * font-lock.el:
|
|
3247 * help.el:
|
|
3248 * iso8859-1.el:
|
|
3249 * loaddefs.el:
|
|
3250 * menubar-items.el:
|
|
3251 * menubar.el:
|
|
3252 * modeline.el:
|
|
3253 * msw-font-menu.el:
|
|
3254 * paragraphs.el:
|
|
3255 * paths.el:
|
|
3256 * replace.el:
|
|
3257 * simple.el:
|
|
3258 * sound.el:
|
|
3259 * startup.el:
|
|
3260 * version.el:
|
|
3261 * x-faces.el:
|
|
3262 * x-font-menu.el:
|
|
3263 Remove purecopy.
|
|
3264
|
|
3265 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
3266
|
|
3267 * simple.el (do-auto-fill): Use the function pointer to by
|
|
3268 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
3269 fixes an issue with cc-mode comment continuation.
|
|
3270
|
|
3271 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
3272
|
|
3273 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
3274 * mwheel.el (mwheel-install): Add (interactive).
|
|
3275 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
3276 (turn-off-font-lock): Add (interactive).
|
|
3277
|
|
3278 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3279
|
|
3280 * packages.el (packages-special-base-regexp): Add `man'.
|
|
3281
|
|
3282 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
3283
|
|
3284 * wid-edit.el (widget-specify-active): map over extents in current
|
|
3285 buffer like `widget-specify-inactive' does. Mapping over the
|
|
3286 inactive extent object does not work since the current extent is
|
|
3287 ignored by `map-extents'.
|
|
3288
|
442
|
3289 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
3290
|
|
3291 * XEmacs 21.2.36 is released.
|
|
3292
|
|
3293 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
3294
|
|
3295 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
3296 Optimize the compiled-function-constants vector by byte-code
|
|
3297 reference counts.
|
|
3298
|
|
3299 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
3300
|
|
3301 * build-report.el (build-report-delete-regexp): quote value in
|
|
3302 defcustom
|
|
3303
|
|
3304 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3305
|
|
3306 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
3307 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
3308 warning.
|
|
3309
|
|
3310 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3311
|
|
3312 * build-report.el: Requires cl and custom now.
|
|
3313 build-report-version is determined by XEmacs version -- remove
|
|
3314 build-report-version*.
|
|
3315 * build-report.el (build-report-version): Removed.
|
|
3316 * build-report.el (build-report-installation-version-regexp): New.
|
|
3317 * build-report.el (build-report-version-file-regexp): New.
|
|
3318 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
3319 * build-report.el (build-report-destination): Offer
|
|
3320 xemacs-build-reports and xemacs-beta.
|
|
3321 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
3322 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
3323 * build-report.el (build-report-make-output-dir): New.
|
|
3324 * build-report.el (build-report-installation-file): Replace use of
|
|
3325 `concat' with `expand-file-name'.
|
|
3326 * build-report.el (build-report-make-output-file): Removed.
|
|
3327 * build-report.el (build-report-make-output-files): New.
|
|
3328 * build-report.el (build-report-subject): Identify as
|
|
3329 user-variable with "*...".
|
|
3330 * build-report.el (build-report-prompts): Ditto.
|
|
3331 * build-report.el (build-report-version-file): New.
|
|
3332 * build-report.el (build-report-file-encoding): Identify as
|
|
3333 user-variable with "*...".
|
|
3334 * build-report.el (build-report-make-output-get): New.
|
|
3335 * build-report.el (build-report-insert-header): Report
|
|
3336 emacs-version and system-configuration instead of
|
|
3337 build-report-version.
|
|
3338 * build-report.el (build-report-insert-make-output): Add file
|
|
3339 argument.
|
|
3340 * build-report.el (build-report-insert-installation-file):
|
|
3341 Re-indent.
|
|
3342 * build-report.el (build-report-keep): Change docstring,
|
|
3343 re-indent.
|
|
3344 * build-report.el (build-report-delete): Ditto.
|
|
3345 * build-report.el (build-report-installation-data): New.
|
|
3346 * build-report.el (build-report-version-file-data): New.
|
|
3347
|
|
3348 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
3349
|
|
3350 * byte-optimize.el (byte-optimize-lapcode):
|
|
3351 Fix the optimization of using the first 5 elements of the
|
|
3352 constants vector for variables.
|
|
3353 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
3354
|
|
3355 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
3356
|
|
3357 * *: Spelling mega-patch
|
|
3358
|
|
3359 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
3360
|
|
3361 * easymenu.el: doc fixes.
|
|
3362 (easy-menu-do-define): Use backquote.
|
444
|
3363 (easy-menu-change):
|
|
3364 (easy-menu-add):
|
442
|
3365 `when' seems much clearer than `if' here.
|
|
3366 (easy-menu-remove):
|
444
|
3367 (easy-menu-add-item):
|
|
3368 (easy-menu-item-present-p):
|
|
3369 (easy-menu-remove-item):
|
442
|
3370 Wrap using (when (featurep 'menubar) ...)
|
|
3371
|
|
3372 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
3373
|
|
3374 * bytecomp.el (displaying-byte-compile-warnings):
|
|
3375 Revert Ben's change to this function below so that the compile log
|
|
3376 is displayed properly for users of the "popper" package.
|
|
3377
|
|
3378 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
3379
|
|
3380 * window.el (save-selected-window): Use backquote.
|
|
3381
|
444
|
3382 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
3383 Renamed from `byte-compile-file-form-defvar'.
|
|
3384 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
3385 Only cons onto current-load-list in top-level forms.
|
|
3386 Else this leaks a cons cell every time a defun is called.
|
|
3387 Renamed from `byte-compile-defvar', for clarity.
|
|
3388 Warn when docstring of defvar is not a string.
|
|
3389 Use consistent error messages.
|
|
3390 Better comments.
|
|
3391
|
|
3392 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
3393
|
|
3394 * simple.el (set-variable):
|
|
3395 Remove unneeded defvar by rearranging order of let* forms.
|
|
3396
|
|
3397 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
3398 * menubar-items.el (bookmark-menu-filter):
|
|
3399 (language-environment-menu-filter):
|
|
3400 (tutorials-menu-filter):
|
442
|
3401 * toolbar-items.el (toolbar-compile):
|
|
3402 * byte-optimize.el (disassemble-offset):
|
|
3403 Use (declare (special ...)) instead of `defvar'.
|
|
3404
|
|
3405 * cl-macs.el (cl-do-proclaim):
|
|
3406 Fix (declare (special ...)) warning suppression syntax.
|
|
3407
|
|
3408 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
3409
|
|
3410 * info.el (Info-tag-table-marker):
|
|
3411 (Info-tag-table-buffer):
|
|
3412 (Info-find-file-node):
|
|
3413 (Info-read-subfile):
|
|
3414 (Info-build-node-completions):
|
|
3415 (Info-search):
|
|
3416 (Info-mode):
|
|
3417 Multiple info buffer support.
|
|
3418
|
|
3419 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
3420
|
|
3421 * ldap.el (ldap-decode-entry): New defun
|
|
3422 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
3423 entries properly
|
|
3424
|
|
3425 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
3426
|
|
3427 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
3428 Use `eq', not `=', to compare symbols.
|
|
3429
|
|
3430 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
3431
|
|
3432 * bytecomp.el (byte-compile-report-error):
|
|
3433 * bytecomp.el (displaying-byte-compile-warnings):
|
|
3434 if stack-trace-on-error is set, send out a backtrace when
|
|
3435 an error is encountered that stops byte compilation. this
|
|
3436 should make it much much easier to track down those curious
|
|
3437 problems. also undo the kludge of using a separate "*Show*"
|
|
3438 buffer for display when there's a temp-buffer-show-function;
|
|
3439 we can avoid this by just being a little smarter.
|
444
|
3440
|
442
|
3441 * dialog-items.el:
|
|
3442 * dialog-items.el (search-dialog-regexp): New.
|
|
3443 * dialog-items.el (search-dialog-callback):
|
|
3444 * dialog-items.el (make-search-dialog):
|
|
3445 add a regexp option to the dialog and clean up a bit.
|
444
|
3446
|
442
|
3447 * dialog.el:
|
|
3448 * dialog.el (yes-or-no-p-dialog-box):
|
|
3449 * dialog.el (get-dialog-box-response):
|
|
3450 * dialog.el (make-dialog-box):
|
|
3451 * dialog.el (dialog-box-finish): New.
|
|
3452 * dialog.el (dialog-box-cancel): New.
|
|
3453 * dialog.el (internal-make-dialog-box-exit): New.
|
|
3454 implement [properly!] the :modal property of the new dialog box
|
|
3455 interface. this is the first time xemacs has ever had *proper*
|
|
3456 modal dialog boxes, giving the standard window-system feedback.
|
|
3457 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
3458 and makes the dialog box flash three times.)
|
444
|
3459
|
442
|
3460 * dragdrop.el: header keyword frobbing.
|
444
|
3461
|
442
|
3462 * dumped-lisp.el (preloaded-file-list):
|
|
3463 renamed winnt.el to win32-native.el.
|
444
|
3464
|
442
|
3465 * faces.el (face-property):
|
|
3466 * faces.el (set-face-property):
|
|
3467 * faces.el (frob-face-property):
|
|
3468 * faces.el (frob-face-font-2):
|
|
3469 * faces.el (make-face-bold):
|
|
3470 * faces.el (make-face-italic):
|
|
3471 * faces.el (make-face-bold-italic):
|
|
3472 * faces.el (make-face-unbold):
|
|
3473 * faces.el (make-face-unitalic):
|
|
3474 * faces.el (make-face-smaller):
|
|
3475 * faces.el (make-face-larger):
|
|
3476 clean up the implementation of these so that window-system-specific
|
|
3477 methods are called only on objects belonging to that window system.
|
|
3478 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
3479 on font object of device type `stream', which is not good and
|
|
3480 explains the subtle errors Adrian was getting when byte-compiling
|
|
3481 something that required 'term. (Adrian, now you can use stack-trace-
|
|
3482 on-error to find the exact place where things are going wrong instead
|
|
3483 of having to laboriously binary-search your way through.)
|
444
|
3484
|
442
|
3485 * finder.el (finder-known-keywords):
|
|
3486 cleaned up -- properly sorted, clarified the meanings of many of
|
|
3487 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
3488 user, services. the last two try to distinguish between a package
|
|
3489 that's used directly by the user, and a package that provides
|
|
3490 support services to other packages.
|
444
|
3491
|
442
|
3492 * font-lock.el (lisp-font-lock-keywords-2):
|
|
3493 update list of lisp control structures to include everything,
|
|
3494 including new ones i introduced.
|
444
|
3495
|
442
|
3496 * gutter.el: header keyword frobbing.
|
444
|
3497
|
442
|
3498 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
3499 recent isearch element was not doing so! you got the second-most-
|
|
3500 recent instead.
|
|
3501
|
|
3502 * lisp-mode.el (construct-lisp-mode-menu):
|
|
3503 more menubar cleanups.
|
|
3504 * lisp-mode.el (with-selected-window):
|
|
3505 make it indent properly.
|
444
|
3506
|
442
|
3507 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
3508 rearranged the options menu the most, e.g. splitting up the
|
|
3509 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
3510 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
3511 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
3512 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
3513 Added stuff to the Cmds menu, e.g. Change Case.
|
|
3514
|
|
3515 NB please don't complain about these periodic menubar changes.
|
|
3516 Anything like this is necessarily incremental in its construction
|
|
3517 -- By constant use you gradually become more and more aware of
|
|
3518 better and better ways to group menu items. When we eventually
|
|
3519 move the options menu to a property sheet, the existing structure
|
|
3520 will probably be preserved fairly well.
|
444
|
3521
|
442
|
3522 * minibuf.el (next-history-element): fix problems with pressing
|
|
3523 down arrow in repeat-complex-command.
|
|
3524
|
|
3525 * modeline.el:
|
|
3526 * modeline.el (modeline-3d-p): New.
|
|
3527 added custom variable for controlling the 3d modeline. the
|
|
3528 corresponding Options item has been present for a long time,
|
|
3529 but commented out with "fix me!" comments. it's fixed now.
|
444
|
3530
|
442
|
3531 * obsolete.el (add-menu):
|
|
3532 remove bogus gettexts.
|
444
|
3533
|
442
|
3534 * process.el (shell-quote-argument):
|
|
3535 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
3536 For bash under Windows native, see below.
|
444
|
3537
|
442
|
3538 * simple.el:
|
|
3539 * simple.el (display-warning-buffer):
|
|
3540 Fixed the handling of warning display to eliminate the annoying
|
|
3541 *Show* buffer, like was done for byte-compiler output above.
|
444
|
3542
|
442
|
3543 * simple.el (debug-print): New.
|
|
3544 Simple function for sending debug messages to the console and/or
|
|
3545 other debug places.
|
|
3546
|
|
3547 * subr.el (replace-in-string):
|
|
3548 Rewrite this function to avoid N^2 behavior with large strings --
|
|
3549 catastrophic with the new Windows selection code! (Apparently the
|
|
3550 author of this function didn't realize there was a fun
|
|
3551 replace-match that could make his life much easier, because we
|
|
3552 duplicated the entire logic. The new version is smaller, easier
|
|
3553 to understand, much more robust, and has extended features --
|
|
3554 those of replace-match.)
|
444
|
3555
|
442
|
3556 * window.el:
|
|
3557 * window.el (with-selected-window): New.
|
|
3558 An obvious complement to the existing `with-selected-frame' and
|
|
3559 `with-current-buffer'.
|
|
3560
|
|
3561 * win32-native.el: Renamed from winnt.el.
|
|
3562 Added a great deal of stuff for properly handling process quoting,
|
|
3563 somewhat modeled on Kirill's original model (which i later threw
|
|
3564 away). We should now finally have correctly working process arg
|
|
3565 quoting/dequoting so that the final app gets exactly what we
|
|
3566 intended. Because the mechanism is in Lisp, it's easily
|
|
3567 extendible. (For those running bash and running the native
|
|
3568 version, I tried hard to do what I thought was correct. But more
|
|
3569 thought is needed, and ideally the volunteer work of people with
|
|
3570 these configurations that they generally run on.)
|
444
|
3571
|
442
|
3572 * x-font-menu.el (x-font-menu-font-data):
|
|
3573 Put in defvar's to fix byte-compiler warnings.
|
|
3574
|
|
3575 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3576
|
|
3577 * select.el (selection-coercion-alist): Initialise.
|
|
3578 * select.el (select-coerce-to-text): New.
|
|
3579 * select.el (select-coerce): New.
|
|
3580 New functions to perform type and value coercion.
|
|
3581
|
|
3582 * select.el (select-buffer-killed-default): Keep data if it was
|
|
3583 on the clipboard.
|
|
3584
|
|
3585 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
3586
|
|
3587 * menubar-items.el (default-menubar): Fix typo.
|
|
3588 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
3589
|
|
3590 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3591
|
|
3592 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
3593 edge checking code.
|
|
3594
|
|
3595 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3596
|
|
3597 * paths.el (gnus-local-domain): Removed.
|
|
3598 (gnus-local-organization): Ditto.
|
|
3599 (gnus-startup-file): Ditto.
|
|
3600
|
|
3601 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3602
|
|
3603 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
3604
|
|
3605 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
3606
|
442
|
3607 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
3608
|
|
3609 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3610
|
|
3611 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
3612 browse-url.
|
|
3613 * help.el (xemacs-www-page): Ditto.
|
|
3614 (xemacs-www-faq): Ditto.
|
|
3615 * menubar-items.el (default-menubar): Ditto.
|
|
3616
|
|
3617 * wid-edit.el (widget-url-link-action): Ditto.
|
|
3618 From: Kenichi OKADA <okada@opaopa.org>.
|
|
3619
|
|
3620 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
3621
|
|
3622 * finder.el (finder-commentary): Add autoload cookie.
|
|
3623
|
|
3624 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3625
|
|
3626 * files.el (insert-file-contents-literally): Fix second let
|
|
3627 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
3628 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
3629
|
|
3630 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3631
|
|
3632 * files.el (insert-file-contents-literally): Use binary coding
|
|
3633 system (from Morioka san).
|
|
3634 (insert-file-contents-literally): Make file-name-handler method.
|
|
3635
|
|
3636 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
3637
|
|
3638 * cl-macs.el (get-selection): Add defsetf.
|
|
3639
|
|
3640 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
3641
|
|
3642 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
3643 function x-own-selection with own-selection.
|
|
3644 (ow-find): replace obsolete functions x-get-selection and
|
|
3645 x-get-clipboard with get-selection and get-clipboard.
|
|
3646 (init-post-x-win): replace obsolete function x-disown-selection
|
|
3647 with disown-selection.
|
|
3648
|
|
3649 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
3650
|
|
3651 * startup.el (load-user-init-file): Only try to load init file if
|
|
3652 it exists.
|
|
3653
|
|
3654 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
3655
|
|
3656 * dialog-items.el: sync with Ben's patch.
|
444
|
3657
|
442
|
3658 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
3659 comment.
|
|
3660 (progress-text-glyph): deleted.
|
|
3661 (progress-layout-glyph): make completely minimal.
|
|
3662 (progress-gauge-glyph): ditto.
|
|
3663 (progress-display-style): fix to handle dynamic instantiator
|
|
3664 changes.
|
|
3665 (progress-text-instantiator): new.
|
|
3666 (progress-layout-instantiator): new.
|
|
3667 (progress-gauge-instantiator): new.
|
|
3668 (set-progress-display-instantiator): renamed and changed from
|
|
3669 set-progress-display-style.
|
|
3670 (progress-abort-glyph): use instantiator not glyph.
|
|
3671 (append-progress-display): use set-progress-display-instantiator
|
|
3672 and set-glyph-image.
|
|
3673 (abort-progress-display): ditto.
|
|
3674 (raw-append-progress-display): ditto.
|
|
3675
|
|
3676 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
3677
|
|
3678 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
3679
|
|
3680 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
3681
|
|
3682 * autoload.el:
|
|
3683 Fixed comments.
|
|
3684
|
|
3685 * cmdloop.el:
|
|
3686 * cmdloop.el (yes-or-no-p):
|
|
3687 * cmdloop.el (y-or-n-p):
|
|
3688 Make these functions use should-use-dialog-box-p and not be
|
|
3689 overridden in dialog.el.
|
|
3690
|
|
3691 * cus-dep.el:
|
|
3692 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
3693 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
3694 * cus-dep.el (Custom-make-one-dependency): New.
|
|
3695 New entry point for use in Makefiles, to avoid excessive
|
|
3696 invocations.
|
|
3697
|
|
3698 * cus-edit.el (custom-variable-reset-saved):
|
|
3699 * cus-edit.el (custom-variable-reset-standard):
|
|
3700 * cus-edit.el (custom-save-resets):
|
|
3701 Fix bytecompiler warnings.
|
|
3702
|
|
3703 * dialog.el:
|
|
3704 * dialog.el (yes-or-no-p-dialog-box):
|
|
3705 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
3706 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
3707 * dialog.el (get-dialog-box-response):
|
|
3708 * dialog.el (message-or-box):
|
|
3709 * dialog.el (make-dialog-box):
|
|
3710 * dialog.el (popup-dialog-box): New.
|
|
3711 Avoid yes-or-no-p bogosities.
|
|
3712 Create a general function `make-dialog-box' to encapsulate all
|
|
3713 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
3714
|
|
3715 * dumped-lisp.el (preloaded-file-list):
|
|
3716 Add dialog-items. Clean up. Group files by types.
|
|
3717
|
|
3718 * easymenu.el (easy-menu-add):
|
|
3719 * easymenu.el (easy-menu-remove):
|
|
3720 Account for accelerators.
|
|
3721
|
|
3722 * extents.el:
|
|
3723 * extents.el (extent-list): New args, like in map-extents.
|
|
3724 * extents.el (extent-at-event): New.
|
|
3725 * extents.el (extents-at-event): New.
|
|
3726
|
|
3727 * font-lock.el:
|
|
3728 * font-lock.el (font-lock-mode):
|
|
3729 * font-lock.el (font-lock-default-fontify-buffer):
|
|
3730 * font-lock.el (font-lock-default-unfontify-region):
|
|
3731 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
3732 * font-lock.el (font-lock-fontify-keywords-region):
|
|
3733 Use new progress-feedback names.
|
|
3734
|
|
3735 * font-lock.el (java-font-lock-identifier-regexp):
|
|
3736 * font-lock.el (java-font-lock-class-name-regexp):
|
|
3737 Fix bytecompiler warnings.
|
|
3738
|
|
3739 * gutter-items.el:
|
|
3740 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
3741 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
3742 * gutter-items.el (progress-display-popup-period): Removed.
|
|
3743 * gutter-items.el (progress-feedback-popup-period): New.
|
|
3744 * gutter-items.el (set-progress-display-style): Removed.
|
|
3745 * gutter-items.el (set-progress-feedback-style): New.
|
|
3746 * gutter-items.el (progress-display-style): Removed.
|
|
3747 * gutter-items.el (progress-feedback-style): New.
|
|
3748 * gutter-items.el (progress-stack):
|
|
3749 * gutter-items.el (progress-displayed-p): Removed.
|
|
3750 * gutter-items.el (progress-feedbacked-p): New.
|
|
3751 * gutter-items.el (clear-progress-display): Removed.
|
|
3752 * gutter-items.el (clear-progress-feedback): New.
|
|
3753 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
3754 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
3755 * gutter-items.el (remove-progress-display): Removed.
|
|
3756 * gutter-items.el (remove-progress-feedback): New.
|
|
3757 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
3758 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
3759 * gutter-items.el (append-progress-display): Removed.
|
|
3760 * gutter-items.el (append-progress-feedback): New.
|
|
3761 * gutter-items.el (abort-progress-display): Removed.
|
|
3762 * gutter-items.el (abort-progress-feedback): New.
|
|
3763 * gutter-items.el (raw-append-progress-display): Removed.
|
|
3764 * gutter-items.el (raw-append-progress-feedback): New.
|
|
3765 * gutter-items.el (display-progress-display): Removed.
|
|
3766 * gutter-items.el (display-progress-feedback): New.
|
|
3767 * gutter-items.el (current-progress-display): Removed.
|
|
3768 * gutter-items.el (current-progress-feedback): New.
|
|
3769 * gutter-items.el (current-progress-display-label): Removed.
|
|
3770 * gutter-items.el (current-progress-feedback-label): New.
|
|
3771 * gutter-items.el (progress-display): Removed.
|
|
3772 * gutter-items.el (progress-feedback): New.
|
|
3773 Replace "progress-display" with "progress-feedback" globally.
|
|
3774
|
|
3775 * gutter-items.el (lprogress-display): Removed.
|
|
3776 * gutter-items.el (progress-feedback-with-label): New.
|
|
3777 Rename lprogress-display ==> progress-feedback-with-label.
|
|
3778
|
|
3779 * gutter-items.el (search-dialog-direction): Removed.
|
|
3780 * gutter-items.el (search-dialog-text): Removed.
|
|
3781 * gutter-items.el (search-dialog-callback): Removed.
|
|
3782 * gutter-items.el (make-search-dialog): Removed.
|
|
3783 Move to dialog-items.el.
|
|
3784
|
|
3785 * help.el:
|
|
3786 * help.el (help-mode-quit):
|
|
3787 * help.el (mode-for-help): New.
|
|
3788 * help.el (help-sticky-window): New.
|
|
3789 * help.el (help-window-config): New.
|
|
3790 * help.el (with-displaying-help-buffer):
|
|
3791 * help.el (function-at-event): New.
|
|
3792 * help.el (help-symbol-regexp): New.
|
|
3793 * help.el (help-symbol-run-function-1): New.
|
|
3794 * help.el (help-symbol-run-function): New.
|
|
3795 * help.el (help-symbol-function-context-menu): New.
|
|
3796 * help.el (help-symbol-variable-context-menu): New.
|
|
3797 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
3798 * help.el (frob-help-extents): New.
|
|
3799 * help.el (describe-function-1):
|
|
3800 * help.el (variable-at-point):
|
|
3801 * help.el (variable-at-event): New.
|
|
3802 * help.el (describe-variable):
|
444
|
3803 Major overhaul.
|
|
3804 - Make functions and variables be mousable.
|
|
3805 - Middle button hyperlinks.
|
442
|
3806 - New context-menu entries.
|
|
3807
|
|
3808 * keydefs.el:
|
444
|
3809 * keydefs.el (global-map):
|
442
|
3810 New key bindings to move lines up and down.
|
|
3811
|
|
3812 * lisp-mode.el:
|
|
3813 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
3814 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
3815 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
3816 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
3817 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
3818 Make popup and menubar menus be different. Popup menu uses
|
|
3819 clicked location and automatically assumes symbol under the mouse
|
|
3820 for various commands.
|
|
3821
|
|
3822 * menubar-items.el:
|
|
3823 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
3824 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
3825
|
|
3826 * menubar-items.el (global-popup-menu): Removed.
|
|
3827 * menubar-items.el (mode-popup-menu): Removed.
|
|
3828 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
3829 * menubar-items.el (popup-mode-menu): Removed.
|
|
3830 * menubar-items.el (popup-buffer-menu): Removed.
|
|
3831 * menubar-items.el (popup-menubar-menu): Removed.
|
|
3832 Move to menubar.el.
|
444
|
3833
|
442
|
3834 * menubar.el:
|
|
3835 * menubar.el (global-popup-menu): New.
|
|
3836 * menubar.el (mode-popup-menu): New.
|
|
3837 * menubar.el (activate-popup-menu-hook): New.
|
|
3838 * menubar.el (last-popup-menu-event): New.
|
|
3839 * menubar.el (popup-mode-menu): New.
|
|
3840 * menubar.el (popup-buffer-menu): New.
|
|
3841 * menubar.el (popup-menubar-menu): New.
|
|
3842 * menubar.el (menu-call-at-event): New.
|
|
3843 Move non-content functions here. Add support for context menu
|
|
3844 items on extents.
|
|
3845
|
444
|
3846 * minibuf.el (minibuffer-history-uniquify):
|
442
|
3847 Typo fix.
|
|
3848
|
444
|
3849 * minibuf.el (read-file-name-1):
|
442
|
3850 Call new file dialog box if it exists.
|
|
3851
|
|
3852 * minibuf.el (mouse-rfn-setup-vars):
|
|
3853 Clean up "chop" action.
|
|
3854
|
|
3855 * mouse.el:
|
|
3856 * mouse.el (button2): Now bound to mouse-track.
|
|
3857 * mouse.el (click-inside-extent-p):
|
|
3858 * mouse.el (point-inside-extent-p):
|
|
3859 * mouse.el (point-inside-selection-p):
|
|
3860 * mouse.el (mouse-drag-or-yank): Removed.
|
|
3861 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
3862 * mouse.el (mouse-eval-sexp):
|
|
3863 * mouse.el (mouse-track-activate-strokes): New.
|
|
3864 * mouse.el (mouse-track-do-activate): New.
|
|
3865 * mouse.el (mouse-track):
|
|
3866 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
3867 * mouse.el (default-mouse-track-cleanup-hook):
|
|
3868 * mouse.el (default-mouse-track-drag-hook):
|
|
3869 * mouse.el (default-mouse-track-drag-up-hook):
|
|
3870 * mouse.el (default-mouse-track-click-hook):
|
|
3871 Merge drag-n-drop into mouse-track.
|
|
3872 Add general "activate" support to replace specific button2 kludges.
|
|
3873 Use "button modifier" support in mouse-track.
|
|
3874
|
|
3875 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
3876
|
|
3877 * package-ui.el:
|
|
3878 * package-ui.el (pui-menu):
|
|
3879 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
3880 Fix bytecompiler warnings.
|
|
3881 Clean up popup code a bit.
|
|
3882
|
|
3883 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
3884
|
|
3885 * simple.el:
|
|
3886 * simple.el (transpose-lines):
|
|
3887 * simple.el (transpose-line-up): New.
|
|
3888 * simple.el (transpose-line-down): New.
|
|
3889 * simple.el (transpose-subr):
|
|
3890 * simple.el (transpose-subr-1): Removed.
|
|
3891 Clean up, add functions to move lines up and down.
|
|
3892
|
|
3893 * startup.el (mail-host-address):
|
|
3894 * startup.el (user-mail-address):
|
|
3895 Customize.
|
|
3896
|
|
3897 * subr.el:
|
|
3898 * subr.el (set-symbol-value-in-buffer): New.
|
|
3899 * subr.el (error):
|
|
3900 * subr.el (check-argument-type):
|
|
3901 * subr.el (defined-error-p): New.
|
|
3902 Add structured error support.
|
|
3903
|
|
3904 * toolbar-items.el (toolbar-compile):
|
|
3905 Use new make-dialog-box.
|
|
3906
|
|
3907 * update-elc.el:
|
|
3908
|
|
3909 * userlock.el (ask-user-about-lock-dbox):
|
|
3910 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
3911 * userlock.el (ask-user-about-lock):
|
|
3912 * userlock.el (ask-user-about-supersession-threat):
|
|
3913 Use new make-dialog-box.
|
|
3914 Add safety checks; use should use-dialog-box-p.
|
|
3915
|
|
3916 * window-xemacs.el:
|
|
3917 * window-xemacs.el (__buffer-dedicated-frame):
|
|
3918 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
3919 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
3920 Move dedicated-frame stuff into lisp.
|
|
3921
|
|
3922 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3923
|
|
3924 * printer.el (generic-print-region): Do not require that
|
|
3925 `printer-name' be set.
|
|
3926 (printer-name): Commentary clarification.
|
|
3927
|
|
3928 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
3929
|
|
3930 * XEmacs 21.2.35 is released.
|
|
3931
|
|
3932 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3933
|
|
3934 * select.el (selection-coercible-types): Initialise.
|
|
3935
|
|
3936 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3937
|
|
3938 * select.el (own-clipboard): Bug fix.
|
|
3939
|
|
3940 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
3941
|
|
3942 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
3943 continuing.
|
|
3944
|
|
3945 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
3946
|
|
3947 * startup.el (load-init-file): Remove silly call to
|
|
3948 `load-user-custom-file`.
|
|
3949 (maybe-migrate-user-init-file): Minor fixes.
|
|
3950
|
|
3951 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
3952
|
444
|
3953 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
3954 `doc' variable should be let-bound, as was presumably intended.
|
|
3955
|
444
|
3956 * cus-edit.el (custom-variable-reset-saved):
|
|
3957 (custom-variable-reset-standard):
|
442
|
3958 Remove unused variable comment-widget. Twice.
|
|
3959
|
444
|
3960 * toolbar.el (toolbar-blank-press-function):
|
442
|
3961 Add a real defvar with initial value nil and proper docstring.
|
|
3962 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
3963
|
|
3964 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
3965 Add defvar for pending-delete-mode.
|
|
3966
|
|
3967 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
3968
|
444
|
3969 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
3970 Use let* since the second form referred to the first.
|
|
3971
|
|
3972 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3973
|
|
3974 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
3975 instead of removed `mswindows-get-clipboard'.
|
|
3976
|
|
3977
|
|
3978 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3979
|
|
3980 * select.el (select-convert-from-text): New.
|
|
3981 * select.el (select-convert-from-length): New.
|
|
3982 * select.el (select-convert-from-integer): New.
|
|
3983 * select.el (select-convert-from-identity): New.
|
|
3984 * select.el (select-convert-from-filename): New.
|
|
3985 * select.el (selection-converter-in-alist): Use them.
|
|
3986 New converter functions for X.
|
|
3987
|
|
3988 * select.el (get-selection): Removed comment.
|
|
3989
|
|
3990 * select.el (own-selection): Removed append code - I thought
|
|
3991 I'd already done this, but apparently not...
|
|
3992
|
|
3993 * select.el: Changed comment about TIMESTAMP.
|
|
3994
|
|
3995 * select.el (select-convert-in): New.
|
|
3996 * select.el (select-convert-out): New.
|
|
3997 New functions that get used by select.c.
|
|
3998
|
|
3999 * select.el (select-buffer-killed-default): New.
|
|
4000 * select.el (select-buffer-killed-text): New.
|
|
4001 * select.el (selection-buffer-killed-alist): New.
|
|
4002 New list and functions that get called if a relevant selection
|
|
4003 exists and a buffer gets killed.
|
|
4004
|
|
4005 * select.el (select-convert-to-targets):
|
|
4006 * select.el (select-convert-to-identity): Removed.
|
|
4007 * select.el (select-convert-from-identity): Removed.
|
|
4008 * select.el (select-converter-out-alist):
|
|
4009 Removed _EMACS_INTERNAL selection type.
|
|
4010
|
|
4011 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
4012 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
4013 Removed this X-specific nonesense. Use the generic support
|
|
4014 in select.el instead.
|
|
4015
|
|
4016 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
4017
|
444
|
4018 * mule/mule-category.el (defined-category-hashtable):
|
442
|
4019 Use make-hash-table instead of make-hashtable
|
|
4020
|
|
4021 * buff-menu.el: Byte-compiler warning fix.
|
|
4022
|
444
|
4023 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
4024 Remove unused variable `isearch-highlight-all-start'.
|
|
4025
|
|
4026 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
4027
|
|
4028 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
4029
|
444
|
4030 * cus-dep.el (Custom-make-dependencies):
|
442
|
4031 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
4032
|
|
4033 * autoload.el (autoload-package-name): Warning suppression.
|
|
4034 Move defvar prior to first use.
|
|
4035
|
|
4036 * custom.el: Add autoload for custom-declare-face.
|
|
4037 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
4038 * cl.el (cl-hack-byte-compiler):
|
442
|
4039 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
4040 to work properly.
|
|
4041
|
|
4042 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
4043
|
|
4044 * startup.el (load-home-init-file): Added variable.
|
|
4045 (maybe-migrate-user-init-file): Added.
|
|
4046 (load-user-init-file): Load custom file if different from init
|
|
4047 file.
|
|
4048
|
|
4049 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
4050 "startup."
|
|
4051
|
|
4052 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
4053 Moved `custom-file'-related code to cus-file.el.
|
|
4054
|
|
4055 * cus-file.el: New file.
|
|
4056
|
|
4057 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
4058
|
|
4059 * packages.el (packages-find-package-directories): Added support
|
|
4060 for external package hierarchies with in-place installations.
|
|
4061
|
|
4062 * find-paths.el (paths-root-in-place-p): Added.
|
|
4063 (paths-find-emacs-directory): Added support for external
|
|
4064 directories with in-place installations.
|
|
4065 (paths-find-site-directory): Ditto.
|
|
4066
|
|
4067 * startup.el (find-user-init-file): Also look for
|
|
4068 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
4069
|
|
4070 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
4071
|
|
4072 * select.el (own-selection):
|
|
4073 * select.el (own-clipboard): Changed `append' parameter to
|
|
4074 `how-to-use' parameter.
|
|
4075 * select.el (own-selection): Removed icky append code.
|
|
4076 * select.el (own-selection, get-selection): Removed extra type
|
|
4077 checking.
|
|
4078 * select.el (selection-appender-alist):
|
|
4079 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
4080 * select.el (select-append-to-*): New.
|
|
4081 * select.el (select-convert-from-*): New. New functions to append
|
|
4082 data and convert data from external type.
|
|
4083
|
|
4084 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
4085
|
|
4086 * font-lock.el: Javadoc enhancements.
|
|
4087
|
|
4088 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4089
|
|
4090 * printer.el (generic-print-region): Compose job name from buffer
|
|
4091 name.
|
|
4092
|
|
4093 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4094
|
|
4095 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
4096 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
4097 to avoid unnecessary progress gauges.
|
|
4098
|
|
4099 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
4100
|
|
4101 * custom-load.el (faces):
|
|
4102
|
|
4103 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
4104 dir is a regex.
|
|
4105
|
|
4106 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
4107 coding systems so that jka-compr works.
|
|
4108
|
|
4109 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
4110
|
|
4111 * font-lock.el: Undo previous change. Unfortunately, some
|
|
4112 files actually use the variables directly in their init code
|
|
4113 without quoting them.
|
|
4114
|
|
4115 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
4116
|
|
4117 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
4118
|
|
4119 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
4120 only when necessary.
|
|
4121
|
|
4122 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
4123
|
442
|
4124 * cl-macs.el: fix cl-transform-function-property kludge
|
|
4125 so that it does not require a random feature.
|
|
4126
|
|
4127 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4128
|
|
4129 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
4130 as in Linux kernel "Rules.make".
|
|
4131
|
|
4132 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
4133
|
|
4134 * build-report.el (build-report): Add autoload cookie.
|
|
4135
|
|
4136 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
4137
|
|
4138 * package-ui.el (defgroup pui): Correct a misspelling
|
|
4139 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
4140
|
442
|
4141 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4142
|
444
|
4143 * package-get.el (package-get-update-base):
|
442
|
4144 (package-get): Use insert-file-contents-literally always.
|
|
4145 (package-get-maybe-save-index):
|
|
4146 Force coding system for writing to binary.
|
|
4147
|
|
4148 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
4149
|
|
4150 * code-process.el (call-process-region): If there is no coding
|
|
4151 system for the process on process-coding-system-alist use the
|
|
4152 coding system of the buffer containing the region.
|
|
4153
|
|
4154 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
4155
|
|
4156 * cmdloop.el (command-error):
|
|
4157 If debug-on-error and noninteractive, output backtrace.
|
|
4158
|
|
4159 * files.el (file-relative-name):
|
|
4160 Remove MSDOS references.
|
|
4161
|
|
4162 * simple.el (line-number): New function, due to non-obvious
|
|
4163 behavior/usage of count-lines.
|
|
4164
|
|
4165 * simple.el (count-lines): document non-obvious usage to get
|
|
4166 line number.
|
|
4167
|
|
4168 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
4169
|
|
4170 * faces.el ((featurep 'xpm)):
|
|
4171 * x-faces.el (x-init-face-from-resources):
|
|
4172 * x-faces.el (x-init-frame-faces):
|
|
4173 * x-misc.el (x-init-specifier-from-resources):
|
|
4174 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
4175 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
4176 * x-mouse.el (x-init-pointer-shape):
|
|
4177 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
4178 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
4179 rather than errors on bogus arguments.
|
|
4180
|
|
4181 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
4182
|
|
4183 * compat.el: new file. provides a clean, non-intrusive way to
|
|
4184 define compatibility functions.
|
|
4185
|
|
4186 * process.el (shell-quote-argument): temporary fix for lack
|
|
4187 of nt-quote-process-args. #### I need to put back the overall
|
|
4188 structure of that mechanism but redo the guts of it using the
|
|
4189 extra intelligence in the C code.
|
|
4190
|
|
4191 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
4192
|
|
4193 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
4194 `package-get' does in package-get.el, instead of using external
|
|
4195 "md5sum" program.
|
|
4196
|
|
4197 * package-get.el (package-get): Insert package file literally to
|
|
4198 make checksum calculation work.
|
|
4199
|
|
4200 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4201
|
|
4202 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
4203 (file-coding-system-alist): Removed reference to
|
|
4204 convert-mbox-coding-system.
|
|
4205
|
|
4206 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
4207
|
|
4208 * XEmacs 21.2.34 is released.
|
|
4209
|
|
4210 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
4211
|
|
4212 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
4213
|
|
4214 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
4215
|
|
4216 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
4217 and fboundp
|
|
4218
|
|
4219 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
4220
|
|
4221 * packages.el: It's ok to use built-in macros, but not lisp
|
|
4222 defined ones.
|
|
4223
|
|
4224 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
4225
|
|
4226 * font-lock.el:
|
|
4227 * font-lock.el (font-lock-message-threshold):
|
|
4228 * font-lock.el (font-lock-mode):
|
|
4229 * font-lock.el (font-lock-default-fontify-buffer):
|
|
4230 * font-lock.el (font-lock-always-fontify-immediately):
|
|
4231 * font-lock.el (font-lock-old-extent): Removed.
|
|
4232 * font-lock.el (font-lock-old-len): Removed.
|
|
4233 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
4234 * font-lock.el (font-lock-pending-extent-table): New.
|
|
4235 * font-lock.el (font-lock-range-table): New.
|
|
4236 * font-lock.el (font-lock-after-change-function):
|
|
4237 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
4238 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
4239 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
4240 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
4241 Rewrite deferral code to handle any number of changes, merging
|
|
4242 them properly. Remove hacked-up code for revert-buffer, now
|
|
4243 unnecessary.
|
444
|
4244
|
442
|
4245 * menubar-items.el (default-menubar):
|
|
4246 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
4247 unless necessary; doing this turns off font-lock.
|
|
4248
|
|
4249 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4250
|
|
4251 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
4252
|
|
4253 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4254
|
|
4255 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
4256 matching to process -*-texinfo-*- -*-.
|
|
4257
|
|
4258 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
4259
|
|
4260 * minibuf.el (minibuf-directory-files): new function.
|
|
4261 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
4262 (read-directory-name-internal): ditto.
|
|
4263 (mouse-file-display-completion-list): ditto.
|
|
4264 (mouse-directory-display-completion-list): ditto.
|
|
4265 (read-file-name-internal): remove "./" from completion list unless
|
|
4266 explicitly matched, for consistency.
|
|
4267
|
|
4268 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
4269
|
|
4270 * gutter-items.el (gutter-buffers-tab):
|
|
4271 * gutter-items.el (add-tab-to-gutter):
|
|
4272 * gutter-items.el (update-tab-in-gutter):
|
|
4273 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
4274 * gutter-items.el (append-progress-display):
|
|
4275 * gutter-items.el (abort-progress-display):
|
|
4276 * gutter-items.el (raw-append-progress-display):
|
|
4277 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
4278 to fix problems with multiple windows in a frame.
|
444
|
4279
|
442
|
4280 * menubar-items.el (tutorials-menu-filter):
|
|
4281 Fix typo.
|
444
|
4282
|
442
|
4283 * startup.el (early-error-handler):
|
|
4284 Display message box under windows; otherwise, message will disappear
|
|
4285 before it can be viewed.
|
444
|
4286
|
442
|
4287 * update-elc.el:
|
|
4288 Fix bug in NEEDTODUMP processing.
|
|
4289
|
|
4290 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4291
|
|
4292 * startup.el (lock-directory): Removed.
|
|
4293 (superlock-file): Ditto.
|
|
4294 (startup-set-paths): Remove lockdir.
|
|
4295 (startup-setup-paths-warning): Remove lock-directory.
|
|
4296
|
|
4297 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
4298 (paths-find-superlock-file): Ditto.
|
|
4299
|
|
4300 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
4301
|
|
4302 * faces.el (set-face-property):
|
|
4303 * faces.el (set-face-font):
|
|
4304 * faces.el (set-face-foreground):
|
|
4305 * faces.el (set-face-background):
|
|
4306 * faces.el (set-face-background-pixmap):
|
|
4307 * faces.el (set-face-underline-p):
|
|
4308 * faces.el (set-face-strikethru-p):
|
|
4309 * faces.el (set-face-highlight-p):
|
|
4310 * faces.el (set-face-dim-p):
|
|
4311 * faces.el (set-face-blinking-p):
|
|
4312 * faces.el (set-face-reverse-p):
|
|
4313 doc string changes.
|
444
|
4314
|
442
|
4315 * glyphs.el:
|
|
4316 * glyphs.el (make-image-specifier):
|
|
4317 * glyphs.el (glyph-property):
|
|
4318 * glyphs.el (set-glyph-image):
|
|
4319 * glyphs.el (make-glyph):
|
|
4320 * glyphs.el (make-pointer-glyph):
|
|
4321 * glyphs.el (make-icon-glyph):
|
|
4322 * glyphs.el (widget-image-instance-p): New.
|
|
4323 authorship info, lots of doc changes. New predicate, inadvertently
|
|
4324 omitted. the general principle with specifier docs is now that
|
|
4325 the description of instantiators should go with the make-foo-specifier
|
|
4326 fun's doc string, rather than in foo-specifier-p. this follows
|
|
4327 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
4328 of a place to look. sometimes the make-foo-specifier function needs
|
|
4329 to be created in the process.
|
444
|
4330
|
442
|
4331 * gutter.el:
|
|
4332 * gutter.el (make-gutter-specifier): New.
|
|
4333 * gutter.el (make-gutter-size-specifier): New.
|
|
4334 * gutter.el (make-gutter-visible-specifier): New.
|
|
4335 specifier doc updates according to the conventions specified before.
|
|
4336
|
|
4337 * objects.el:
|
|
4338 * objects.el (make-font-specifier):
|
|
4339 * objects.el (make-color-specifier):
|
|
4340 * objects.el (make-face-boolean-specifier): New.
|
|
4341 specifier doc updates according to the conventions specified before.
|
|
4342
|
|
4343 * specifier.el:
|
|
4344 * specifier.el (set-specifier):
|
|
4345 * specifier.el (make-integer-specifier): New.
|
|
4346 * specifier.el (make-boolean-specifier): New.
|
|
4347 * specifier.el (make-natnum-specifier): New.
|
|
4348 * specifier.el (make-generic-specifier): New.
|
|
4349 * specifier.el (make-display-table-specifier): New.
|
|
4350 specifier doc updates according to the conventions specified before.
|
|
4351
|
|
4352 * toolbar.el:
|
|
4353 * toolbar.el (make-toolbar-specifier): New.
|
|
4354 specifier doc updates according to the conventions specified before.
|
|
4355
|
|
4356 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
4357
|
|
4358 * process.el (call-process-internal): Revert to previous version
|
|
4359 because Mike's change clashed with a change I did not long before.
|
|
4360 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
4361 Thanks very much Mike for pointing out the bug and submitting a
|
|
4362 patch!
|
|
4363
|
|
4364 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
4365
|
|
4366 * process.el (call-process-internal): Send the correct input buffer
|
|
4367 (call-process-internal): Return the exit status of the process
|
|
4368
|
|
4369 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
4370
|
|
4371 * winnt.el:
|
|
4372 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
4373 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
4374 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
4375 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
4376 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
4377 * winnt.el (nt-quote-process-args): Removed.
|
|
4378 Remove all stuff for argument quoting. We borrow the code instead
|
|
4379 from Emacs 20.6, which is much more careful in its quoting
|
|
4380 (e.g. in handling runs of the escape character) and avoids most of
|
|
4381 the need for this Lisp mechanism by checking to see whether we're
|
|
4382 running a Cygwin or normal program and doing the appropriate
|
|
4383 quoting. If we end up needing such a mechanism, we should add
|
|
4384 it by extending the variable `mswindows-quote-process-args' so it
|
|
4385 can take an alist of regexps.
|
|
4386
|
|
4387 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
4388
|
|
4389 * keydefs.el:
|
|
4390 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
4391 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
4392 the window without moving point.
|
444
|
4393
|
442
|
4394 * simple.el:
|
|
4395 * simple.el (scroll-up-one): New.
|
|
4396 * simple.el (scroll-down-one): New.
|
|
4397 Functions for use with C-M-up/down.
|
|
4398
|
|
4399 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
4400
|
|
4401 * XEmacs 21.2.33 is released.
|
|
4402
|
|
4403 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
4404
|
444
|
4405 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
4406 Fix docstring.
|
444
|
4407 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
4408 1. Visit two files in two different frames.
|
|
4409 2. do File->Revert Buffer in one of those frames.
|
|
4410 3. Dialog box appears.
|
|
4411 4. Arrange things so that the mouse passes over the *other*
|
|
4412 frame, then to the dialog box, and click on "Yes".
|
|
4413 5. The file contents end up in the *wrong* buffer!
|
|
4414 Add TODO comment.
|
444
|
4415
|
442
|
4416 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
4417
|
|
4418 * help.el (describe-installation): correct typo introduced
|
|
4419 in last patch: boundp -> fboundp.
|
|
4420
|
|
4421 * etags.el (buffer-tag-table-list):
|
|
4422 canonicalize filenames to Unix format so that tag-table-alist
|
|
4423 searching works under Windows.
|
444
|
4424
|
442
|
4425 * autoload.el:
|
|
4426 Bowdlerize the supposedly objectionable words
|
|
4427 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
4428
|
442
|
4429 * gutter-items.el (set-progress-display-style):
|
|
4430 * gutter-items.el (search-dialog-callback):
|
|
4431 * gutter-items.el (make-search-dialog):
|
|
4432 Change to new callback-ex api.
|
|
4433
|
763
|
4434 2000-04-26 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
4435
|
|
4436 * help.el: (describe-installation): decode-coding-string is not
|
|
4437 defined in a non MULE environment.
|
|
4438
|
|
4439 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
4440
|
|
4441 * gutter-items.el (buffer-list-changed-hook):
|
|
4442 use it, not record-buffer-hook.
|
|
4443
|
|
4444 * subr.el (record-buffer-hook): Removed.
|
|
4445
|
|
4446 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
4447
|
|
4448 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
4449 use NORECORD option. Andy will not like this, but the existing
|
|
4450 gutter behavior is just wrong, as per this comment:
|
|
4451
|
|
4452 ;; this used to add the norecord flag to both calls below.
|
|
4453 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
4454 ;; that the current buffer is at the front of the buffers list.
|
|
4455 ;; for example, select an item and then do M-C-l
|
|
4456 ;; (switch-to-other-buffer). Things get way confused.
|
|
4457 ;;
|
|
4458 ;; Andy, if you want to maintain the current look, you must
|
|
4459 ;; *uncouple* the gutter order and buffers order.
|
|
4460
|
|
4461 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
4462
|
|
4463 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
4464 xemacs.mak.
|
|
4465
|
|
4466 * autoload.el (batch-update-one-directory): new function, used in
|
|
4467 xemacs.mak.
|
|
4468
|
|
4469 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
4470 loadup during update-elc is much much much faster. also do this
|
|
4471 when quick-building.
|
|
4472
|
|
4473 add commented-out code for profiling loadup.
|
444
|
4474
|
442
|
4475
|
|
4476 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
4477 is required in order to build xemacs.
|
|
4478
|
|
4479 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
4480
|
|
4481 * loadup.el: don't garbage collect during loadup if quick-build
|
|
4482 compile-time option is set.
|
|
4483
|
|
4484 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
4485
|
|
4486 * update-elc.el: compute whether any dumped .el or .elc files
|
|
4487 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
4488 if so.
|
444
|
4489
|
442
|
4490 * update-elc.el (update-elc-files-to-compile): always change
|
|
4491 NOBYTECOMPILE in the src directory rather than current dir,
|
|
4492 so it will work under NT.
|
|
4493
|
|
4494 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
4495 the form of this file is identical between Unix and Windows.
|
|
4496 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
4497 Added comment.
|
|
4498 (update-autoloads-from-directory): updated doc string.
|
|
4499 updated doc strings in a few other places.
|
|
4500
|
|
4501 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4502
|
|
4503 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
4504 byte-recompile-directory.
|
|
4505
|
|
4506 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4507
|
|
4508 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
4509 add-one-shot-hook.
|
|
4510 * gutter-items.el (clear-progress-display): Adjust number of
|
|
4511 arguments.
|
|
4512
|
|
4513 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4514
|
|
4515 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
4516
|
|
4517 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
4518
|
|
4519 * printer.el: New file.
|
444
|
4520
|
442
|
4521 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
4522
|
442
|
4523 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
4524
|
442
|
4525 * menubar-items.el:
|
|
4526 * menubar-items.el (default-menubar):
|
|
4527 * menubar-items.el (tutorials-menu-filter): New.
|
|
4528 * menubar-items.el (popup-menubar-menu):
|
|
4529 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
4530
|
442
|
4531 * menubar.el: Correct comment.
|
444
|
4532
|
442
|
4533 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
4534
|
442
|
4535 * simple.el:
|
|
4536 * simple.el (printing): Removed.
|
|
4537 * simple.el (printer-name): Removed.
|
|
4538 * simple.el (generic-print-buffer): Removed.
|
|
4539 * simple.el (generic-print-region): Removed.
|
|
4540 Move generic print code to printer.el.
|
|
4541
|
|
4542 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
4543
|
|
4544 * simple.el (generic-print-region): New.
|
|
4545 make this function actually work.
|
|
4546 (generic-print-buffer): call generic-print-region.
|
|
4547
|
|
4548 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
4549
|
|
4550 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
4551 by using the new widget-callback-current-channel.
|
|
4552 (search-dialog-callback): ditto.
|
|
4553
|
|
4554 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
4555
|
|
4556 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
4557 (default-gutter-position-changed-hook): ditto.
|
|
4558 (gutter-element-visibility-changed-hook): ditto.
|
|
4559 (set-gutter-element): ditto.
|
|
4560 (remove-gutter-element): ditto.
|
444
|
4561 (set-gutter-element-visible-p): ditto.
|
442
|
4562 (gutter-element-visible-p): ditto.
|
|
4563 (init-gutter): ditto.
|
|
4564
|
|
4565 * dialog.el (make-dialog-box): renamed and moved from
|
|
4566 gutter-items.el
|
|
4567
|
|
4568 * gutter-items.el: move various functions elsewhere.
|
|
4569
|
|
4570 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
4571
|
|
4572 * menubar-items.el: Fixed place of parenthesis.
|
|
4573
|
|
4574 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
4575
|
|
4576 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
4577 without constantly being prompted for the tag.
|
|
4578 * simple.el: Added a number of section headings, to clarify the
|
|
4579 organization of this file.
|
444
|
4580 * simple.el (activate-region):
|
|
4581 * simple.el (region-exists-p):
|
|
4582 * simple.el (region-active-p):
|
442
|
4583 Moved these three function down to the other side of
|
|
4584 the case-changing functions, so they join the rest of
|
|
4585 the region code.
|
|
4586 * simple.el (printing): New.
|
|
4587 * simple.el (printer-name): New.
|
|
4588 * simple.el (generic-print-buffer): New.
|
|
4589 New functions, a very simple prototype for a unified
|
|
4590 printing interface.
|
444
|
4591
|
442
|
4592 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
4593 other problems with BUFFER specs.
|
444
|
4594
|
442
|
4595 * menubar-items.el:
|
|
4596 Fixed up File->Print to use new printing functions.
|
|
4597 Various corrections and expansions to Grep/Compile menus.
|
|
4598 New options for Printing.
|
|
4599 New options for SMTP Mail, the way to send mail under
|
|
4600 MS Windows. (There's also a package patch to make SMTP
|
|
4601 Mail be the default under MSWin.)
|
|
4602
|
|
4603 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
4604
|
|
4605 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
4606 did not work. Needed to quote mouse-track-rectangle-p.
|
|
4607
|
|
4608 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4609
|
|
4610 * cl-compat.el (keywordp): Removed.
|
|
4611
|
|
4612 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
4613
|
|
4614 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
4615 (progress-gauge-glyph): use dynamic sizing.
|
|
4616 (set-progress-display-style): new function. Set progress glyphs
|
|
4617 appropriately depending on the style.
|
|
4618 (progress-display-style): new variable. Custom version of
|
|
4619 set-progress-display-style.
|
|
4620 (progress-abort-glyph): switch to dynamic sizes.
|
|
4621 (search-dialog-text): make the edit field active.
|
|
4622
|
|
4623 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
4624
|
|
4625 * gutter-items.el (make-search-dialog): need to make the search
|
|
4626 dialog visible after creation.
|
|
4627
|
|
4628 * menubar-items.el (default-menubar): use the search dialog for
|
|
4629 searching. Remove some extraneous search menu items.
|
|
4630
|
|
4631 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
4632 well as strings.
|
|
4633 (make-gutter-only-dialog-frame): allow the user to create the
|
|
4634 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
4635 (search-dialog-direction): new variable.
|
|
4636 (search-dialog-text): new variable.
|
|
4637 (search-dialog-callback): new function. Callback for the search
|
|
4638 dialog action.
|
|
4639 (make-search-dialog): new function. Create a user-friendly search
|
|
4640 dialog.
|
|
4641
|
|
4642 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4643
|
|
4644 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
4645 under Windows.
|
|
4646
|
|
4647 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
4648
|
|
4649 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
4650 progress more accurately.
|
|
4651
|
|
4652 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
4653
|
|
4654 * finder.el (finder-compile-keywords): Process readable files only.
|
|
4655 Because error in process of .#finder-inf.el when compile xemacs
|
|
4656 with --with-clash-detection option.
|
|
4657
|
|
4658 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
4659
|
|
4660 * gutter-items.el (append-progress-display): don't delay after a
|
|
4661 successful font-lock.
|
|
4662 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
4663 create gutter-only dialogs.
|
|
4664
|
|
4665 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
4666
|
|
4667 * process.el (call-process-internal): Handle a null BUFFER
|
|
4668 parameter correctly.
|
|
4669
|
|
4670 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
4671
|
|
4672 * gutter-items.el (abort-progress-display): put strings in the
|
|
4673 gutter not extents.
|
|
4674 (progress-layout-glyph): signal special 'quit callback.
|
|
4675 (progress-display-quit-function): deleted.
|
|
4676 (progress-display-stop-callback): deleted.
|
|
4677 (progress-display-dispatch-command-events): deleted.
|
|
4678 (append-progress-display): remove calls to
|
|
4679 progress-display-dispatch-command-events.
|
|
4680 (raw-append-progress-display): ditto.
|
|
4681
|
|
4682 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4683
|
|
4684 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
4685 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
4686 an error predicate. Correctly handle PIXMAP being either relative
|
|
4687 or absolute file name.
|
|
4688
|
|
4689 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
4690
|
|
4691 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
4692 (abort-progress-display): ditto. Don't delete the created extent.
|
|
4693 (raw-append-progress-display): ditto.
|
|
4694 (progress-display-dispatch-non-command-events): new
|
|
4695 function. Encapsulates what we want to do when no command input is
|
|
4696 required.
|
|
4697 (progress-display-dispatch-command-events): likewise, but disable
|
|
4698 for now since it causes too many problems.
|
|
4699 (append-progress-display): use them.
|
|
4700 (raw-append-progress-display): ditto.
|
|
4701 (default-gutter-position-changed-hook): set this rather than
|
|
4702 default-gutter-position-changed.
|
|
4703 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
4704 rather than one.
|
|
4705 (raw-append-progress-display): trap errors in pending input since
|
|
4706 allowing them to signal will hose the gauge well and
|
|
4707 truly. Ideally we would like to delay these until we are more able
|
|
4708 to cope.
|
|
4709 (append-progress-display): ditto.
|
|
4710
|
|
4711 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
4712
|
442
|
4713 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
4714 in process.el.
|
|
4715
|
|
4716 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
4717
|
444
|
4718 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
4719 Fix to correspond to new menu arrangement.
|
|
4720
|
|
4721 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
4722
|
|
4723 * process.el:
|
|
4724 * process.el (call-process-internal): New.
|
|
4725 New implementation of call-process. Only enabled under NT, so far.
|
|
4726 stderr handling not implemented yet in CVS'd C code.
|
|
4727
|
|
4728 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
4729
|
|
4730 * lisp-mode.el:
|
|
4731 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
4732 * lisp-mode.el (lisp-interaction-mode):
|
|
4733 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
4734
|
442
|
4735 * simple.el:
|
|
4736 * simple.el (mark-ring):
|
|
4737 * simple.el (dont-record-current-mark): New.
|
|
4738 * simple.el (in-shifted-motion-command): New.
|
|
4739 * simple.el (mark-ring-unrecorded-commands): New.
|
|
4740 * simple.el (mark-ring-max):
|
|
4741 * simple.el (set-mark-command):
|
|
4742 * simple.el (push-mark):
|
|
4743 * simple.el (handle-pre-motion-command):
|
|
4744 Implement scheme for not recording unimportant marks.
|
444
|
4745
|
442
|
4746 * subr.el:
|
|
4747 * subr.el (function-allows-args): New.
|
|
4748 New function function-allows-args.
|
|
4749
|
|
4750 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
4751
|
|
4752 * XEmacs 21.2.32 is released.
|
|
4753
|
|
4754 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
4755
|
|
4756 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
4757 selected-window if required to do so.
|
|
4758 (buffers-tab-items): ditto.
|
|
4759 (add-tab-to-gutter): ditto.
|
|
4760 (create-frame-hook): use force-selection.
|
|
4761 (default-gutter-position-changed): lambdify.
|
|
4762 (update-tab-hook): deleted since it was only used in one place.
|
|
4763
|
|
4764 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
4765
|
|
4766 * files.el (find-file-noselect): undo change that shouldn't have
|
|
4767 gone in.
|
|
4768
|
|
4769 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
4770
|
|
4771 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
4772 of selected-window trickery.
|
|
4773
|
|
4774 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
4775 frames tabs.
|
|
4776 (progress-display-stop-callback): progress -> progress-display
|
|
4777 (progress-display-quit-function): ditto.
|
|
4778 (clear-progress-display): ditto.
|
|
4779 (remove-progress-display): ditto.
|
|
4780 (append-progress-display): ditto.
|
|
4781 (abort-progress-display): ditto.
|
|
4782 (raw-append-progress-display): ditto.
|
|
4783 (display-progress-display): ditto.
|
|
4784 (current-progress-display-label): ditto.
|
|
4785 (current-progress-display): ditto.
|
|
4786 (lprogress-display): ditto and save the buffer
|
|
4787 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
4788 changed which confuses font-lock.
|
|
4789
|
|
4790 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
4791 errors, not just quit.
|
|
4792 (font-lock-mode): progress -> display-progress
|
|
4793 (font-lock-default-fontify-buffer): ditto.
|
|
4794 (font-lock-fontify-syntactically-region): ditto.
|
|
4795 (font-lock-fontify-keywords-region): ditto.
|
|
4796
|
|
4797 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4798
|
|
4799 * cl.el (gensym): Move to here from cl-macs.el.
|
|
4800 (gentemp): Ditto.
|
|
4801
|
|
4802 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
4803
|
|
4804 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
4805 progress management.
|
|
4806 (font-lock-default-fontify-buffer): ditto.
|
|
4807 (font-lock-fontify-syntactically-region): ditto.
|
|
4808 (font-lock-fontify-keywords-region): ditto.
|
|
4809 (font-lock-revert-cleanup): fix reverting.
|
|
4810 (font-lock-revert-setup): ditto.
|
|
4811
|
|
4812 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
4813 echo area for progress gauges if non-nil.
|
|
4814 (clear-progress): remove echo area stuff and defer to
|
|
4815 clear-message.
|
|
4816 (append-progress): dispatch non-command events after each progress
|
|
4817 increment. Remove echo area stuff.
|
|
4818 (abort-progress): remove echo area stuff and defer to
|
|
4819 display-message.
|
|
4820 (raw-append-progress): ditto. Dispatch non-command events after
|
|
4821 gutter redisplay.
|
|
4822 (display-progress): defer echo area stuff to display-message.
|
|
4823
|
|
4824 * gutter-items.el (clear-progress):
|
|
4825 (abort-progress): indentation changes.
|
|
4826 (display-progress): don't clear progress.
|
|
4827 (append-progress): compare messages with equal.
|
|
4828 (raw-append-progress): use dispatch-non-command-events to flush
|
|
4829 widget creation events.
|
|
4830
|
|
4831 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
4832
|
|
4833 * abbrev.el:
|
|
4834 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
4835 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
4836 Changes for use with the menubar.
|
|
4837
|
|
4838 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
4839
|
|
4840 * alist.el (vassoc): moved here from font-menu.el.
|
|
4841
|
|
4842 * custom.el (defface): typo fix.
|
|
4843
|
|
4844 * dialog.el (yes-or-no-p-dialog-box):
|
|
4845 * dialog.el (message-box):
|
|
4846 * files.el (save-some-buffers-1):
|
|
4847 Put accelerators in the button names.
|
|
4848
|
|
4849 * font-lock.el (font-lock-comment-face):
|
|
4850 * font-lock.el (font-lock-keyword-face):
|
|
4851 * font-lock.el (font-lock-function-name-face):
|
|
4852 Fixed some of the colors under MS Windows because the existing
|
|
4853 default colors were hardly different from black and needed to be
|
|
4854 made lighter.
|
|
4855
|
|
4856 * font-menu.el:
|
|
4857 * font-menu.el (font-menu-split-long-menu):
|
|
4858 * font-menu.el (font-menu-family-constructor):
|
|
4859 * font-menu.el (font-menu-size-constructor):
|
|
4860 * font-menu.el (font-menu-weight-constructor):
|
|
4861 * font-menu.el (font-menu-set-font):
|
|
4862 vassoc moved to alist.el.
|
|
4863 Accelerators added to all menus.
|
|
4864 Unused bound var new-props removed.
|
444
|
4865
|
442
|
4866 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
4867 more consistent order and fixed a number of cases where key
|
|
4868 combinations involving up, down, left, right and so on were
|
|
4869 defined but the corresponding keypad combinations were not
|
444
|
4870 defined.
|
442
|
4871
|
|
4872 * lisp-mode.el:
|
|
4873 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
4874 * lisp-mode.el (emacs-lisp-mode):
|
|
4875 * lisp-mode.el (lisp-interaction-mode):
|
|
4876 * lisp-mode.el (flet):
|
|
4877 Added accelerators onto the menus.
|
|
4878 Made all the different versions of the let function be indented
|
|
4879 the same way.
|
|
4880 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
4881 to have the menubar and popup menus different.
|
|
4882 Cleaned up the menu; added items for find-function &c and some
|
|
4883 indenting, and removed debug-on-*.
|
|
4884
|
|
4885 * list-mode.el (list-mode-hook):
|
|
4886 * list-mode.el (list-mode):
|
|
4887 * list-mode.el (completion-setup-hook):
|
|
4888 * list-mode.el (display-completion-list):
|
|
4889 Added support for the :window-height keyword, which is required
|
|
4890 because of other changes that I made for the file dialog box. I
|
|
4891 also made the hook variables list-mode-hook and
|
|
4892 completion-setup-hook and also minibuffer-setup-hook in
|
|
4893 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
4894
|
|
4895 * map-ynp.el (map-y-or-n-p):
|
|
4896 Added accelerators to the dialog buttons.
|
|
4897
|
|
4898 * menubar-items.el (menu-truncate-list):
|
|
4899 New internal function.
|
|
4900 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
4901 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
4902 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
4903 New exported functions, for use in auto-generating accelerator specs.
|
|
4904
|
|
4905 * menubar-items.el:
|
|
4906 * menubar-items.el (default-menubar):
|
|
4907 * menubar-items.el (maybe-add-init-button):
|
|
4908 * menubar-items.el (bookmark-menu-filter):
|
|
4909 * menubar-items.el (slow-format-buffers-menu-line):
|
|
4910 * menubar-items.el (build-buffers-menu-internal):
|
|
4911 * menubar-items.el (language-environment-menu-filter):
|
|
4912 * menubar-items.el (default-popup-menu):
|
|
4913 * menubar-items.el (popup-buffer-menu):
|
|
4914 * menubar-items.el (popup-menubar-menu):
|
|
4915 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
4916 done working on the menubar, and there will be more patches to
|
|
4917 come. A basic summary of what I've done:
|
|
4918
|
|
4919 a) I added accelerators to all of the menu items. For menus that
|
|
4920 are auto-generated, such as the buffers menu, the accelerators are
|
|
4921 automatically added to the beginning of each line using the
|
|
4922 numbers 1 through 9, then zero, and then letters starting with A,
|
|
4923 but omitting the letters that are already in use for the fixed
|
|
4924 menu items at the top of the buffers menu. To facilitate adding
|
|
4925 accelerators of this kind, I created some new functions
|
|
4926 (*-accelerator-spec), which are also being used by other filters
|
|
4927 that auto generate lists of things such as ftp sites to download
|
|
4928 packages. If people really don't like these accelerators
|
|
4929 appearing at the beginning of the menu items, a variable can be
|
|
4930 added to optionally turn them off, but I think this is rather
|
|
4931 pointless because other menu items have accelerators and many or
|
|
4932 most of the menu users will use the accelerators if the support is
|
|
4933 there.
|
|
4934
|
|
4935 b) I combined the top level Tools and Apps menus into a single
|
|
4936 Tools menu, because the distinction between the two is not
|
|
4937 obvious, and the items on the menus are not used often enough that
|
444
|
4938 putting some of them onto submenus is a problem.
|
442
|
4939
|
|
4940 c) I created two new top level menus called View and Cmds because
|
|
4941 there were too many items on the File and Edit menus, and I'm going
|
|
4942 to be adding more items to these menus. In contrast to the Tools
|
|
4943 menu, the items on these menus may be used quite often during an
|
|
4944 editing session, and so should be available with fewer
|
444
|
4945 keystrokes.
|
442
|
4946
|
|
4947 d) I added a number of options to the options menu, including one
|
|
4948 for controlling whether the alt key can be used to traverse to
|
|
4949 menu items using the accelerators, one for controlling behavior of
|
|
4950 control-k, one for controlling how the kill and yank functions
|
|
4951 interact with the clipboard, a few additional buffers-menu
|
|
4952 options, and various other things. I also did a bit of
|
|
4953 rearranging, for example, combining the keyboard and mouse options
|
|
4954 into a single keyboard and mouse submenu to facilitate the
|
444
|
4955 accelerators on that level.
|
442
|
4956
|
|
4957 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
4958 to take two arguments instead of one, the second argument being
|
|
4959 the line number for use in creating an accelerator. I added a
|
|
4960 hack to support existing functions with one argument (although I
|
444
|
4961 doubt that very many of these exist), for backward compatibility.
|
442
|
4962
|
|
4963 f) I moved the top level mule menu to be a submenu of the edit
|
|
4964 menu. I think that most of the items on this menu are fairly
|
|
4965 useless and there are certainly not enough frequently used items
|
444
|
4966 to justify this being its own top level menu.
|
442
|
4967
|
|
4968 g) I combined most of the items in big-menubar.el into the main menu.
|
|
4969 If people think the main menu is too big, it would be possible to
|
|
4970 create different configurations, some smaller.
|
|
4971
|
|
4972 * menubar.el (check-menu-syntax):
|
|
4973 Deleted some syntax checks that were no longer valid, partly
|
|
4974 because of changes that were already made a long time ago, and
|
|
4975 partly because of a change I made where I allow the name of the
|
|
4976 menu item to be an evaluated expression rather than just a string,
|
|
4977 similar to all of the other parameters of a menu item.
|
|
4978
|
|
4979 * minibuf.el:
|
|
4980 * minibuf.el (read-file-name-1):
|
|
4981 * minibuf.el (mouse-read-file-name-1):
|
|
4982 I made a number of changes to improve the appearance
|
|
4983 and functioning of the file dialog box. They include:
|
|
4984
|
|
4985 a) Fixing the problem where closing the dialog box by clicking on
|
|
4986 the close button of the window didn't properly exit the
|
444
|
4987 minibuffer.
|
442
|
4988
|
|
4989 b) Fixing the problem that if you typed part of a file name, and
|
|
4990 then clicked on a completion with the mouse, the file was not
|
444
|
4991 correctly selected.
|
442
|
4992
|
|
4993 c) Changing the title of the dialog box to reflect the operation
|
|
4994 being done in accordance with user interface conventions, rather
|
444
|
4995 than the name of the dialog box buffer, which is rather useless.
|
442
|
4996
|
|
4997 d) Remove the words "possible completions are" which didn't
|
444
|
4998 belong.
|
442
|
4999
|
|
5000 e) Fix things so that the completions scroll off the end of the
|
|
5001 completions windows only to the right, rather than both to the
|
|
5002 right and down, which is in accordance with Windows user interface
|
444
|
5003 conventions.
|
442
|
5004
|
|
5005 * msw-init.el (init-post-mswindows-win):
|
|
5006 Added a binding for meta-F4, which is the standard windows binding
|
|
5007 for exiting a program.
|
|
5008
|
|
5009 * select.el (get-selection-no-error):
|
|
5010 * select.el (own-selection):
|
|
5011 * select.el (own-clipboard):
|
|
5012 Added an optional argument called append to the functions
|
|
5013 own-selection and own-clipboard. This adds support for appending
|
|
5014 text to the existing selection and allows the function
|
|
5015 own-clipboard to be used as the value of the variable
|
|
5016 interprogram- cut-function.
|
|
5017
|
|
5018 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
5019
|
|
5020 * simple.el (historical-kill-line): New.
|
|
5021
|
|
5022 * simple.el (kill-line):
|
|
5023 * simple.el (interprogram-cut-function):
|
|
5024 * simple.el (interprogram-paste-function):
|
|
5025 * simple.el (handle-pre-motion-command):
|
|
5026 * simple.el (next-line):
|
|
5027 * simple.el (previous-line):
|
|
5028 a) Expanded the variable kill-whole-line, so that function
|
|
5029 kill-line can be set to delete the entire line always, not just
|
|
5030 when cursor is at the beginning of the line. This is controlled
|
|
5031 by setting the variable kill-whole-line to the symbol 'always.
|
|
5032 This behavior, as well as the existing kill-whole-line behavior,
|
|
5033 now only take effect when kill-line is called interactively,
|
|
5034 although this is a departure from a previous behavior in the case
|
|
5035 of setting this variable kill-whole-line to t. It is almost
|
|
5036 certainly what has always been intended, and most likely the old
|
|
5037 way of doing things introduced bugs. I also created a function
|
|
5038 called historical-kill-line, which ignores the kill-whole-line
|
|
5039 setting and always gives the historical behavior of only killing
|
|
5040 to the end of the line. I bound this function to shift- control-k
|
|
5041 so that the kill to end of line behavior is available, even when
|
|
5042 kill-whole-line has been set to change control-k into the simple
|
|
5043 delete-whole-line behavior. (This can be set using the options
|
|
5044 menu.)
|
|
5045
|
|
5046 b) I changed things so that kill and yank now interact with the
|
|
5047 clipboard by default under windows. This was done by changing the
|
|
5048 default value of interprogram-cut- function and
|
|
5049 interprogram-paste-function. You can get the old behavior by
|
|
5050 setting these to nil, and there is an option on the options menu
|
|
5051 to do this.
|
|
5052
|
|
5053 c) I added support for selecting text using shifted motion keys.
|
|
5054 This support is on by default and can be controlled by the
|
|
5055 variable shifted-motion-keys-select-region. There is also a
|
|
5056 variable called unshifted-motion-keys-deselect-region that
|
|
5057 controls more specifically how the shifted motion key behavior
|
|
5058 works. I did not put an option on the options menu to turn this
|
|
5059 off, because I can't imagine why this would be useful.
|
|
5060
|
|
5061 * simple.el (forward-block-of-lines):
|
|
5062 * simple.el (backward-block-of-lines):
|
|
5063 * simple.el (block-movement-size):
|
|
5064 New.
|
|
5065
|
|
5066 * simple.el (uncapitalized-title-words):
|
|
5067 * simple.el (uncapitalized-title-word-regexp):
|
|
5068 * simple.el (capitalize-string-as-title):
|
|
5069 * simple.el (capitalize-region-as-title):
|
|
5070 New.
|
444
|
5071
|
442
|
5072
|
|
5073 * subr.el (add-hook):
|
|
5074 * subr.el (make-local-hook): New.
|
|
5075 * subr.el (remove-local-hook): New.
|
|
5076 * subr.el (add-one-shot-hook): New.
|
|
5077 * subr.el (add-local-one-shot-hook): New.
|
|
5078 Added some functions to make using hooks easier.
|
|
5079 These include:
|
|
5080
|
|
5081 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
5082 to use local hooks.
|
|
5083
|
|
5084 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
5085 make it possible to add a "one-shot" hook, which is to say a hook
|
|
5086 that runs only once, and automatically removes itself after the
|
|
5087 first time it has run.
|
|
5088
|
|
5089 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
5090
|
|
5091 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
5092
|
|
5093 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5094
|
|
5095 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
5096 Moved from menubar-items.el.
|
|
5097 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
5098
|
|
5099 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
5100
|
|
5101 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
5102 to buffers tab spec.
|
|
5103
|
|
5104 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5105
|
|
5106 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
5107
|
|
5108 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
5109
|
|
5110 * startup.el (command-line-1): remove unused variable
|
|
5111 `first-file-buffer'.
|
|
5112
|
|
5113 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5114
|
|
5115 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
5116 which is also used for Web server log files.
|
|
5117
|
|
5118 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
5119
|
|
5120 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
5121
|
|
5122 2000-03-02 SL Baur <steve@beopen.com>
|
|
5123
|
|
5124 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
5125 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
5126 non-deletion of buffer after execution problem.
|
|
5127 (with-output-to-string): Use unique buffer name.
|
|
5128
|
|
5129 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
5130
|
|
5131 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
5132 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
5133
|
|
5134 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
5135
|
|
5136 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
5137
|
|
5138 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
5139
|
|
5140 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
5141 .emacs" button from all menubars.
|
|
5142
|
|
5143 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
5144
|
|
5145 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
5146 region rectangle replacement (from Jan Vroonhof).
|
|
5147 (replace-rectangle): new function.
|
|
5148
|
|
5149 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5150
|
|
5151 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
5152 set-terminal-coding-system and set-keyboard-coding-system.
|
|
5153 * coding.el (set-terminal-coding-system): Use
|
|
5154 set-console-tty-output-coding-system.
|
|
5155 (set-keyboard-coding-system): Use
|
|
5156 set-console-tty-input-coding-system.
|
|
5157
|
|
5158 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5159
|
|
5160 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
5161
|
|
5162 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
5163
|
|
5164 * gutter-items.el (update-tab-hook): new function to be used for
|
|
5165 hooks.
|
|
5166 (create-frame-hook): add update-tab-hook.
|
|
5167 (record-buffer-hook): ditto.
|
|
5168 (default-gutter-position-changed): ditto.
|
|
5169 (default-gutter-position): updating the buffers tab is now handled
|
|
5170 by a hook.
|
|
5171 (default-gutter-position-changed-hook): new variable.
|
|
5172 (gutter-element-visibility-changed-hook): ditto.
|
|
5173 (set-gutter-element-visible-p): call it.
|
|
5174 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
5175 as duplicable before using.
|
|
5176 (remove-gutter-element): ditto.
|
|
5177 (set-gutter-element-visible-p): ditto.
|
|
5178 (init-gutter): new function.
|
|
5179 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
5180 setting specifiers directly.
|
|
5181 (clear-progress): ditto.
|
|
5182 (abort-progress): ditto.
|
|
5183 (gutter-buffers-tab-visible-p): renamed from
|
|
5184 default-gutter-visible-p
|
|
5185
|
|
5186 * specifier.el (modify-specifier-instances): new function from Jan
|
|
5187 Vroonhof.
|
|
5188
|
|
5189 * x-init.el (init-post-x-win): call init-gutter.
|
|
5190
|
|
5191 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
5192
|
|
5193 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
5194 variables.
|
|
5195
|
|
5196 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
5197
|
|
5198 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
5199 elements to the specified gutter.
|
|
5200 (remove-gutter-element): new function. Remove gutter elements from
|
|
5201 the specified gutter.
|
|
5202 (set-gutter-element-visible-p): new function. Set gutter element
|
|
5203 visibility for the provided gutter-visible specifier.
|
|
5204
|
|
5205 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
5206
|
|
5207 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
5208 dynamically.
|
|
5209
|
|
5210 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
5211
|
|
5212 * gutter-items.el (add-tab-to-gutter):
|
|
5213 * package-get.el (package-get-interactive-package-query):
|
|
5214 * package-ui.el (pui-directory-exists):
|
|
5215 (pui-install-selected-packages):
|
|
5216 (pui-list-packages):
|
|
5217 Use #'(lambda ...) instead of '(lambda ...).
|
|
5218
|
|
5219 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
5220
|
|
5221 * startup.el (load-user-init-file): Check to make sure user
|
|
5222 has an init-file before calling load().
|
|
5223
|
|
5224 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5225
|
|
5226 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
5227
|
|
5228 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
5229
|
|
5230 * XEmacs 21.2.31 is released.
|
|
5231
|
|
5232 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
5233
|
|
5234 * loadup.el (really-early-error-handler):
|
|
5235 * update-elc.el:
|
|
5236 * make-docfile.el:
|
|
5237 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
5238
|
|
5239 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
5240
|
|
5241 * XEmacs 21.2.30 is released.
|
|
5242
|
|
5243 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
5244
|
|
5245 * byte-optimize.el (byte-optimize-plus):
|
|
5246 (byte-optimize-minus):
|
|
5247 (byte-optimize-multiply):
|
|
5248 Optimize (- 0) to 0, not (-)
|
|
5249 Optimize (+ 5 3.0) to 8.0
|
|
5250 Optimize (* 5 3.0) to 15.0
|
|
5251 Improve readability.
|
|
5252
|
|
5253 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
5254
|
|
5255 * modeline.el: (modeline-scrolling-method): change modeline
|
|
5256 mswindows cursor appearance according to the value.
|
|
5257
|
|
5258 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
5259 and 'gui-element face colors and 'gui-element face font to Windows
|
|
5260 defaults.
|
|
5261
|
|
5262 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
5263
|
|
5264 * font-lock.el: Javadoc enhancements
|
|
5265
|
|
5266 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5267
|
|
5268 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
5269 (ldap-verbose): New option
|
|
5270 (ldap-search-entries): Renamed from the previous ldap-search
|
|
5271 Conditionalize message display on ldap-verbose
|
|
5272 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
5273 defuns
|
|
5274 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
5275 ldap-search-basic or ldap-search-entries
|
|
5276
|
|
5277
|
|
5278 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
5279 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
5280 Jan Vroonhof <jan@xemacs.org>
|
|
5281
|
|
5282 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
5283 When for-effect is true, didn't call `byte-optimize-form'
|
|
5284 in and/or subforms without last.
|
|
5285
|
|
5286 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5287
|
|
5288 * package-get.el (package-get-download-sites): Use correct custom
|
|
5289 type.
|
|
5290
|
|
5291 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5292
|
|
5293 * files.el (write-file): Ask for coding system when compiled with
|
|
5294 file-coding.
|
|
5295
|
|
5296 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
5297
|
|
5298 * buffer.el (switch-to-buffer): give norecord argument to
|
|
5299 set-window-buffer instead of explicitly recording.
|
|
5300
|
|
5301 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
5302 we have to pick a window.
|
|
5303
|
|
5304 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5305
|
|
5306 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
5307 unexist function to help-map.
|
|
5308 (describe-coding-system): Don't use already assigend `C'.
|
|
5309
|
763
|
5310 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
5311
|
|
5312 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
5313 work in custom.
|
|
5314
|
|
5315 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
5316
|
|
5317 * about.el: Ienaga's e-mail address change.
|
|
5318
|
|
5319 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
5320
|
|
5321 * etags.el (find-tag): force new window -- even if buf already
|
|
5322 visible -- when other-window is t
|
|
5323
|
|
5324 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
5325
|
|
5326 * XEmacs 21.2.29 is released.
|
|
5327
|
|
5328 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
5329
|
|
5330 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
5331 just defalias it.
|
|
5332 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
5333 byte-compiler level, using define-compiler-macro.
|
|
5334
|
|
5335 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
5336
|
|
5337 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
5338
|
|
5339 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5340
|
|
5341 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
5342 a regular expression that matches against the tagname
|
|
5343 part of the tag entry first instead of only looking in
|
|
5344 the context area.
|
|
5345
|
763
|
5346 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
5347
|
|
5348 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
5349 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
5350
|
440
|
5351 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
5352
|
|
5353 * XEmacs 21.2.28 is released.
|
|
5354
|
|
5355 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
5356
|
|
5357 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
5358 Make arglist match docstring.
|
|
5359 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
5360 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
5361 * byte-optimize.el: remove references to `get*'.
|
|
5362
|
|
5363 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
5364
|
|
5365 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
5366
|
|
5367 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
5368
|
|
5369 * byte-optimize.el: Byte-optimize (length "foo")
|
|
5370
|
|
5371 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
5372
|
|
5373 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
5374 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
5375
|
|
5376 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
5377
|
|
5378 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
5379 list.
|
440
|
5380
|
|
5381 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5382
|
|
5383 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
5384 'win tag.
|
|
5385
|
|
5386 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
5387
|
|
5388 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
5389 intelligent about buffer naming when we have duplicates.
|
|
5390
|
|
5391 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
5392
|
|
5393 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
5394 updated when it becomes visible.
|
|
5395
|
|
5396 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5397
|
|
5398 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
5399 system under MULE and file-coding.
|
|
5400
|
|
5401 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
5402
|
442
|
5403 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
5404 (dontusethis-set-value-terminal-coding-system-handler):
|
|
5405 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
5406 Never undefine coding system aliases. Emergency fix for gnus.
|
|
5407
|
|
5408 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5409
|
|
5410 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
5411 of hard-coded "/".
|
|
5412
|
|
5413 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5414
|
|
5415 * startup.el (user-init-file-base-list): New variable, replacing
|
|
5416 user-init-file-base.
|
|
5417 (find-user-init-file): New function.
|
|
5418 (command-line-early): Use it.
|
|
5419 (load-user-init-file): Ditto.
|
|
5420
|
|
5421 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5422
|
|
5423 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
5424 calling valid-image-instantiator-format-p
|
|
5425
|
|
5426 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5427
|
|
5428 * isearch-mode.el (isearch-mode): The variable is
|
|
5429 isearch-unhidden-extents, not isearch-opened-extents.
|
|
5430
|
|
5431 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5432
|
|
5433 * minibuf.el (next-history-element): Modify error message if a
|
|
5434 default value is available.
|
|
5435
|
|
5436 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
5437
|
|
5438 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
5439 .elc files in binary - might contain non-Latin1.
|
|
5440
|
|
5441 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5442
|
|
5443 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
5444 for windows-nt.
|
|
5445
|
442
|
5446 * version.el:
|
|
5447 * startup.el (user-init-file-base):
|
|
5448 * process.el (call-process-region):
|
|
5449 * files.el (make-backup-file-name):
|
|
5450 (backup-file-name-p):
|
|
5451 (file-relative-name):
|
|
5452 (abbreviate-file-name):
|
|
5453 (set-auto-mode):
|
440
|
5454 * code-process.el (call-process-region): Removed unnecessary
|
|
5455 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
5456 support out of the universe.
|
|
5457
|
|
5458 * process.el:
|
442
|
5459 * code-process.el:
|
440
|
5460 * bytecomp.el (byte-compile-file): Removed reference to
|
|
5461 buffer-file-type, and commented usage of binary-process-output
|
|
5462 NTEmacs variables.
|
|
5463
|
|
5464 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5465
|
|
5466 * help.el (function-arglist): Add case for macro.
|
|
5467
|
|
5468 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5469
|
|
5470 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
5471 printers.
|
|
5472 (custom-display): Added a menu for printer/display tags.
|
|
5473
|
|
5474 * frame.el (frame-type):
|
|
5475 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
5476 removed 'pc -- it is not going to be implemented ever.
|
|
5477 (call-device-method): Fixed docstring typo.
|
|
5478 Defined specifier tags 'printer and 'display.
|
|
5479
|
|
5480 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
5481
|
|
5482 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
5483 last-command-event-time) instead of (consp
|
|
5484 'last-command-event-time).
|
|
5485
|
|
5486 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5487
|
|
5488 * msw-glyphs.el: Removed obsolete commentary.
|
|
5489
|
|
5490 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5491
|
|
5492 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
5493 better default value.
|
|
5494
|
|
5495 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5496
|
|
5497 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
5498 (read-string): Ditto.
|
|
5499 (eval-minibuffer): Ditto.
|
|
5500 (read-command): Ditto.
|
|
5501 (read-function): Ditto.
|
|
5502 (read-variable): Ditto.
|
|
5503 (read-number): Ditto.
|
|
5504 (read-shell-command): Ditto.
|
|
5505 (read-number): Record history.
|
|
5506
|
|
5507 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5508
|
|
5509 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
5510
|
|
5511 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5512
|
|
5513 * faces.el (startup-initialize-custom-faces): New function.
|
|
5514 Reset all faces created during auto-autoloads loading time
|
|
5515 by defface.
|
|
5516 * startup.el (command-line): Call it.
|
|
5517
|
|
5518 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
5519
|
|
5520 * about.el (about-hackers): Add myself to contributors list.
|
|
5521
|
|
5522 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5523
|
|
5524 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
5525 a call to load-user-init-file, as the function managed to lose its
|
|
5526 formal parameter a few betas ago.
|
|
5527
|
438
|
5528 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
5529
|
|
5530 * XEmacs 21.2.27 is released.
|
|
5531
|
|
5532 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
5533
|
|
5534 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
5535 Make shell-command-to-string the standard function, and
|
|
5536 exec-to-string the (deprecated) alias.
|
|
5537
|
|
5538 * startup.el: typo fix.
|
|
5539
|
|
5540 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
5541
|
|
5542 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
5543
|
|
5544 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5545
|
|
5546 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
5547 buffers after visible buffers.
|
|
5548 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
5549
|
|
5550 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5551
|
|
5552 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
5553 followed by whitespace or right parenthesis.
|
|
5554
|
|
5555 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5556
|
|
5557 * info.el (Info-directory-list): Warn against using Customize with
|
|
5558 Info-directory-list.
|
|
5559
|
|
5560 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
5561
|
|
5562 * minibuf.el (read-file-name): doc fix.
|
|
5563
|
|
5564 * autoload.el (update-file-autoloads): doc fix.
|
|
5565
|
|
5566 * about.el (about-hackers): Change my E-mail address.
|
|
5567
|
|
5568 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
5569
|
|
5570 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
5571 read a filename in the standard way.
|
|
5572
|
|
5573 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
5574
|
|
5575 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
5576 (gutter-buffers-tab-extent): new variable.
|
|
5577 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
5578 orientation has changed.
|
|
5579 (add-tab-to-gutter): cope with different orientations.
|
|
5580
|
|
5581 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
5582
|
|
5583 * info.el (Info-following-node-name): backward-skip dots as well
|
|
5584 as spaces (dots at the end of a node name aren't part of it).
|
|
5585 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
5586 some in the node name.
|
|
5587 (Info-index): allow dots to be part of a node name.
|
|
5588
|
|
5589 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
5590
|
|
5591 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
5592 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
5593
|
|
5594 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5595
|
|
5596 * info.el (Info-search): Show default value.
|
|
5597
|
|
5598 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5599
|
|
5600 * info.el (Info-read-node-completion-table): New variable.
|
|
5601 (Info-read-node-name-1): New function.
|
|
5602 (Info-read-node-name): Use it.
|
|
5603 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
5604 (Info-menu): Ditto.
|
|
5605
|
|
5606 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5607
|
|
5608 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
5609 window configuration.
|
|
5610 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
5611 (hyper-apropos-read-variable-symbol): Ditto.
|
|
5612 (hyper-apropos-read-function-symbol): Ditto.
|
|
5613
|
|
5614 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5615
|
|
5616 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
5617 comint-exec-hook to use coding-system-for-read and
|
|
5618 coding-system-for-write so that C-x RET c works.
|
|
5619
|
|
5620 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5621
|
|
5622 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
5623 (previous-matching-history-element): Increment
|
|
5624 minibuffer-max-depth by 1.
|
|
5625 (next-matching-history-element): Ditto.
|
|
5626
|
|
5627 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
5628
|
|
5629 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
5630 tab.
|
|
5631 (buffers-tab-face): use it.
|
|
5632
|
|
5633 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
5634
|
|
5635 * modeline.el (modeline-scrolling-method): change modeline X
|
|
5636 cursor appearance according to the value.
|
|
5637
|
|
5638 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
5639
|
|
5640 * about.el (about-hackers): Moved my entry to contributor list.
|
|
5641 (xemacs-hackers): Added myself.
|
|
5642 (about-maintainer-info): Added description of myself.
|
|
5643
|
|
5644
|
|
5645 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
5646
|
|
5647 * modeline.el (modeline-scrolling-method): new variable.
|
|
5648 (mouse-drag-modeline): add reference to it in the docstring.
|
|
5649 (mouse-drag-modeline): handle it.
|
|
5650
|
|
5651 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
5652
|
|
5653 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
5654 calls.
|
|
5655 (remove-buffer-from-gutter-tab): ditto.
|
|
5656
|
|
5657 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
5658
|
|
5659 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
5660 (custom-face-edit): Fix grammatical error in help message.
|
|
5661
|
|
5662 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5663
|
|
5664 * movemail.el: Added.
|
|
5665
|
|
5666 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
5667
|
|
5668 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
5669
|
|
5670 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
5671 the modeline horizontal scrolling facility.
|
|
5672
|
436
|
5673 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
5674
|
|
5675 * XEmacs 21.2.26 is released.
|
|
5676
|
|
5677 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
5678
|
|
5679 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
5680 does not agree with native widgets which can only be displayed
|
|
5681 once per window. The reasons for caching are diminished now that
|
|
5682 we don't hog resources when creating buttons.
|
|
5683 (widget-push-button-cache) deleted.
|
|
5684
|
434
|
5685 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5686
|
|
5687 * XEmacs 21.2.25 is released.
|
|
5688
|
|
5689 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5690
|
|
5691 * hyper-apropos.el (hyper-apropos): Toggle
|
|
5692 hyper-apropos-programming-apropos correctly.
|
|
5693 Set REGEXP when user accepts default value.
|
|
5694
|
|
5695 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5696
|
|
5697 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
5698 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
5699
|
|
5700 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5701
|
|
5702 * mule/mule-category.el (undefined-category-designator):
|
|
5703 Return char instead of character. Search for undefined one.
|
|
5704 (describe-category): Use with-displaying-help-buffer.
|
|
5705
|
|
5706 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
5707
|
438
|
5708 * byte-optimize.el (byte-optimize-plus):
|
434
|
5709 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
5710
|
|
5711 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
5712
|
|
5713 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
5714
|
|
5715 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
5716 Remove performance penalty for using (char-before) instead of (char-after).
|
|
5717
|
|
5718 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5719
|
|
5720 * mule/mule-category.el (char-category-list): Return character
|
|
5721 instead of integer.
|
|
5722
|
|
5723 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5724
|
|
5725 * minibuf.el (read-buffer): Check default is buffer object.
|
|
5726
|
|
5727 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
5728
|
|
5729 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
5730 for buttons.
|
|
5731
|
|
5732 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
5733
|
|
5734 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
5735 Patch by Jeff Miller <jmiller@smart.net>.
|
|
5736
|
|
5737 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
5738
|
438
|
5739 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
5740 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
5741
|
432
|
5742 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
5743
|
|
5744 * XEmacs 21.2.24 is released.
|
|
5745
|
|
5746 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5747
|
|
5748 * about.el (about-hackers): Update my email address.
|
|
5749
|
430
|
5750 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
5751
|
|
5752 * XEmacs 21.2.23 is released.
|
|
5753
|
|
5754 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
5755
|
|
5756 * package-get.el (package-get-download-sites): Removed several
|
|
5757 defunct download sites, added many new ones, and corrected a few
|
|
5758 incorrect directory-on-site entries. Added physical locations to
|
|
5759 site-description.
|
|
5760
|
|
5761 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5762
|
|
5763 * finder.el (finder-commentary): add DOC string and fix
|
|
5764 interactive spec
|
|
5765
|
|
5766 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5767
|
|
5768 * help.el (describe-function): Don't forget to intern the string
|
|
5769 completing-read returns.
|
|
5770 (describe-variable): Ditto.
|
|
5771
|
434
|
5772 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
5773
|
|
5774 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
5775 `hyper-apropos-help-mode' here to find symbol to customize
|
|
5776 irregardless of cursor position and simplify
|
|
5777 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
5778 `hyper-apropos-popup-menu'.
|
|
5779
|
|
5780 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5781
|
|
5782 * apropos.el (apropos-mode-map): Add return to call
|
|
5783 apropos-follow.
|
|
5784 (apropos-print): Call apropos-mode to have better
|
|
5785 command reference. Put keymap text-poperty to
|
|
5786 symbole name.
|
|
5787
|
|
5788 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
5789
|
|
5790 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
5791 the extents at point.
|
|
5792
|
|
5793 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
5794
|
|
5795 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
5796 save-match-data
|
|
5797
|
|
5798 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5799
|
|
5800 * help.el (describe-function): Use the DEFAULT argument to
|
|
5801 completing-read.
|
|
5802 (describe-variable): Ditto.
|
|
5803
|
|
5804 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5805
|
|
5806 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
5807 DEFAULT to have better mini-buffer history support.
|
|
5808 (completing-read): Pass default to read-from-minibuffer.
|
|
5809 (read-buffer): Pass default to completing-read.
|
|
5810
|
|
5811 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5812
|
|
5813 * font-lock.el (font-lock-doc-string-face): Document the
|
|
5814 `font-lock-lisp-like' property.
|
|
5815
|
|
5816 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5817
|
|
5818 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
5819
|
|
5820 * font-lock.el (font-lock-lisp-like): New function.
|
|
5821 (font-lock-fontify-syntactically-region): Use it.
|
|
5822
|
428
|
5823 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5824
|
|
5825 * XEmacs 21.2.22 is released
|
|
5826
|
|
5827 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
5828
|
|
5829 * XEmacs 21.2.21 is released.
|
|
5830
|
|
5831 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5832
|
|
5833 * minibuf.el (read-coding-system): Accept symbol and
|
|
5834 coding-system object as a default-coding-system.
|
|
5835
|
|
5836 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5837
|
|
5838 * minibuf.el (read-coding-system): Accept symbol as
|
|
5839 a default-coding-system.
|
|
5840
|
|
5841 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5842
|
|
5843 * apropos.el (apropos-documentation): Use insert instead
|
|
5844 of princ.
|
|
5845
|
|
5846 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
5847
|
|
5848 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
5849 for the linux console.
|
|
5850
|
|
5851 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
5852 stuff to work when you are not on a window system, since the GPM
|
|
5853 mouse support now allows pasting from outside of XEmacs.
|
|
5854
|
|
5855 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5856
|
|
5857 * XEmacs 21.2.20 is released
|
|
5858
|
|
5859 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5860
|
|
5861 * setup-paths.el (paths-default-info-directories): Add
|
|
5862 /usr/share/info and /usr/local/share/info.
|
|
5863
|
|
5864 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5865
|
|
5866 * about.el: Updated Vladimir Ivanovic's info.
|
|
5867
|
|
5868 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5869
|
|
5870 * auto-show.el (auto-show-truncationp): Remove.
|
|
5871
|
|
5872 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
5873
|
|
5874 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5875
|
|
5876 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
5877 with tab if column is multiple of tab-width
|
|
5878 From dhn@qedinc.com
|
|
5879
|
|
5880 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5881
|
|
5882 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
5883 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
5884
|
|
5885 * package-get.el (package-get-package-provider): Be verbose when
|
|
5886 interactive. Patch from Robert Pluim
|
|
5887
|
|
5888 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
5889
|
|
5890 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
5891 info file suffixes.
|
|
5892
|
|
5893 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
5894
|
|
5895 * process.el (open-network-stream): Add a new optional parameter
|
|
5896 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
5897 in docstring for udp programming.
|
|
5898
|
|
5899 * code-process.el (open-network-stream): Add a new optional
|
|
5900 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
5901 explanation in docstring for udp programming.
|
|
5902
|
|
5903 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
5904
|
|
5905 * gui.el (make-gui-button): be more precise about how we call
|
|
5906 callbacks.
|
|
5907
|
|
5908 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
5909 of native gui-button.
|
|
5910
|
|
5911 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5912
|
|
5913 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
5914
|
|
5915 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
5916
|
|
5917 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
5918 abort status.
|
|
5919 (append-progress): dispatch-event rather than sit-for.
|
|
5920 (abort-progress): new function. Show the abort glyph with an
|
|
5921 appropriate message.
|
|
5922 (raw-append-progress): dispatch-event rather than sit-for.
|
|
5923 (display-progress): cope with aborts.
|
|
5924
|
|
5925 * gui.el (make-gui-button): Use native widgets for buttons
|
|
5926 unconditionally.
|
|
5927 (insert-gui-button): ditto.
|
|
5928 (gui-button-p): ditto.
|
|
5929
|
|
5930 * xbm-button.el: remove from core.
|
|
5931
|
|
5932 * xpm-button.el: remove from core.
|
|
5933
|
|
5934 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
5935
|
|
5936 * faces.el (init-device-faces): Don't initialize the random faces
|
|
5937 on the stream device.
|
|
5938
|
|
5939 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
5940
|
438
|
5941 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
5942
|
434
|
5943 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
5944
|
|
5945 * package-get.el (package-get-download-menu): Make menu really
|
|
5946 toggle download sites.
|
|
5947 (package-get-download-sites): Add autoload cookie.
|
|
5948
|
|
5949 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5950
|
|
5951 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
5952
|
|
5953 1999-09-29 Werner Fink <werner@suse.de>
|
|
5954
|
|
5955 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
5956 parameter for environment.
|
|
5957
|
|
5958 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
5959
|
438
|
5960 * modeline.el (modeline-format):
|
|
5961 Only purecopy the strings. Else
|
428
|
5962 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
5963 barfs.
|
|
5964
|
|
5965 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
5966
|
|
5967 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
5968 user setting comint-completion-addsuffix and
|
|
5969 comint-process-echoes.
|
|
5970
|
|
5971 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
5972
|
|
5973 * gutter-items.el (update-tab-in-gutter): use
|
|
5974 last-nonminibuf-window instead of selected-window.
|
|
5975
|
|
5976 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
5977
|
|
5978 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
5979 display on.
|
|
5980
|
|
5981 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
5982 some documentation.
|
|
5983
|
|
5984 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
5985
|
|
5986 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
5987 gutter is visible.
|
|
5988 (remove-buffer-from-gutter-tab): ditto.
|
|
5989
|
|
5990 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5991
|
|
5992 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
5993 processing.
|
|
5994
|
|
5995 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5996
|
|
5997 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
5998 highlighting extents a high priority.
|
|
5999 (isearch-make-extent): Give the main highlighting extent an even
|
|
6000 higher priority.
|
|
6001
|
|
6002 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6003
|
|
6004 * packages.el (packages-compute-package-locations): Fix typo from
|
|
6005 -u rationalization.
|
|
6006
|
|
6007 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6008
|
|
6009 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
6010 `configure-doc-directory.'
|
|
6011
|
|
6012 * find-paths.el (paths-find-architecture-directory): Give
|
|
6013 precendence `default' argument (which typically comes from
|
|
6014 configure).
|
|
6015
|
|
6016 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6017
|
|
6018 * startup.el (command-line-early): Added options -user-init-file
|
|
6019 and -user-init-directory.
|
|
6020
|
|
6021 * files.el (user-init-file): Default to NIL so we can recognize
|
|
6022 when it's set.
|
|
6023
|
|
6024 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6025
|
438
|
6026 * obsolete.el (init-file-user):
|
|
6027 * startup.el:
|
|
6028 * packages.el (packages-compute-package-locations):
|
|
6029 * package-get.el (package-get-user-index-filename):
|
|
6030 * menubar-items.el (maybe-add-init-button):
|
|
6031 * info.el (Info-annotations-path):
|
|
6032 * dump-paths.el:
|
428
|
6033 Change `user-init-directory' to be an absolute path.
|
|
6034 Use `user-init-directory' where appropriate.
|
|
6035 Zap `init-file-user' and its uses.
|
|
6036
|
|
6037 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
6038
|
|
6039 * subr.el (copy-symbol): New function.
|
|
6040
|
|
6041 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6042
|
|
6043 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
6044 extents in the proper buffer.
|
|
6045 (isearch-pre-command-hook): Set this-command to the correct value
|
|
6046 in case the buffer has changed and old overriding-local-map was
|
|
6047 used.
|
|
6048 (isearch-restore-extent): Use remprop instead of setting the
|
|
6049 property to nil.
|
|
6050
|
|
6051 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
6052
|
|
6053 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
6054 before the delay.
|
|
6055 (execute-extended-command): Make the message gettext-friendly.
|
|
6056
|
|
6057 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
6058
|
|
6059 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
6060 progress-glyph.
|
|
6061 (progress-text-glyph): new variable.
|
|
6062 (progress-layout-glyph): use layouts and text glyphs.
|
|
6063 (progress-area-buffer): removed.
|
|
6064 (progress-text-and-extent): new variable.
|
|
6065 (progress-displayed-p): dynamically create gutter area buffer.
|
|
6066 (clear-progress): ditto.
|
|
6067 (raw-append-progress): ditto.
|
|
6068 (append-progress): use new glyph names.
|
|
6069 (raw-append-progress): only create the extent when needed. set
|
|
6070 properties more optimally.
|
|
6071 (progress): remove args.
|
|
6072
|
|
6073 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
6074
|
|
6075 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
6076 mapcar where the return value is unused.
|
|
6077 (isearch-restore-invisible-extents): Ditto.
|
|
6078 (isearch-highlight-all-cleanup): Ditto.
|
|
6079 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
6080 (isearch-highlight-all-update): Don't start over if the search
|
|
6081 string has changed and more input is pending.
|
|
6082
|
|
6083 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
6084
|
|
6085 * packages.el (packages-find-package-data-path): Ditto.
|
|
6086
|
|
6087 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
6088
|
|
6089 * subr.el (mapc-internal): Don't make obsolete.
|
|
6090
|
|
6091 * cl-extra.el (mapc): Resurrect.
|
|
6092
|
|
6093 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
6094
|
438
|
6095 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
6096 alias.
|
|
6097
|
|
6098 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
6099 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
6100 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
6101 x-get-clipboard.
|
|
6102 (isearch-yank-selection): Fix docstring.
|
|
6103
|
|
6104 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
6105
|
|
6106 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
6107
|
|
6108 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
6109
|
|
6110 * cl-macs.el (extent-start-position): Fix setf method.
|
|
6111 (extent-end-position): Ditto.
|
|
6112
|
|
6113 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
6114
|
|
6115 * isearch-mode.el: End merge with FSF 20.4.
|
|
6116
|
|
6117 * isearch-mode.el (search-invisible): New variable.
|
|
6118 (isearch-hide-immediately): Ditto.
|
|
6119 (isearch-unhidden-extents): Ditto.
|
|
6120 (isearch-range-invisible): New function.
|
|
6121 (isearch-unhide-extent): Ditto.
|
|
6122 (isearch-restore-invisible-extents): Ditto.
|
|
6123 (isearch-restore-extent): Ditto.
|
|
6124
|
|
6125 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
6126 implementation.
|
|
6127 (isearch-ring-retreat-edit): Ditto.
|
|
6128 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
6129 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
6130 NO-RECURSIVE-EDIT.
|
|
6131 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
6132 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
6133 NO-RECURSIVE-EDIT.
|
|
6134 (isearch-mode): Return isearch-success.
|
|
6135 (isearch-update): Use unread-command-events instead of
|
|
6136 unread-command-event.
|
|
6137 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
6138 states.
|
|
6139 (isearch-*-char): Use FSF implementation.
|
|
6140 (isearch-whitespace-chars): Use the more robust FSF's
|
|
6141 implementation.
|
|
6142 (isearch-within-brackets): New variable.
|
|
6143 (isearch-mode): Initialize it.
|
|
6144 (isearch-edit-string): Bind it.
|
|
6145 (isearch-search-and-update): Set it.
|
|
6146 (isearch-push-state): Push it.
|
|
6147 (isearch-top-state): Pop it.
|
|
6148 (isearch-search): Set it.
|
|
6149 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
6150 handle M-SPC gracefully.
|
|
6151 (isearch-message-prefix): New argument ELLIPSIS.
|
|
6152 (isearch-message-suffix): Ditto.
|
|
6153 (isearch-message): Use the ELLIPSIS argument when calling
|
|
6154 isearch-message-prefix and isearch-message-suffix.
|
|
6155 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
6156 "overwrapped" search, FWIW.
|
|
6157
|
|
6158 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
6159
|
|
6160 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
6161 search ring instead of search-last-string and search-last-regexp.
|
|
6162 (search-highlight): Renamed from isearch-highlight.
|
|
6163 (isearch-exit): Use the new name.
|
|
6164 (isearch-highlight): Ditto.
|
|
6165 (isearch-dehighlight): Ditto.
|
|
6166 (isearch-update-ring): New function.
|
|
6167 (isearch-done): Call it.
|
|
6168 (isearch-done): New argument EDIT.
|
438
|
6169 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
6170 the search ring; ignore the yank pointer.
|
|
6171 (isearch-abort): Call isearch-done with NOPUSH.
|
|
6172 (isearch-cancel): New function.
|
|
6173 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
6174
|
|
6175 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
6176
|
|
6177 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
6178
|
|
6179 * x-select.el (x-get-clipboard): obsolete.
|
|
6180 (x-yank-clipboard-selection): obsolete
|
|
6181
|
|
6182 * select.el (disown-selection): need to be careful to disown the
|
|
6183 clipboard if we set it via selection.
|
|
6184 (get-clipboard): move from x-select.el
|
|
6185 (yank-clipboard-selection): ditto.
|
|
6186
|
|
6187 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
6188
|
|
6189 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
6190 isearch-highlight-all-matches to nil.
|
|
6191 (isearch-fixed-case): New variable.
|
|
6192 (isearch-mode): Initialize it.
|
|
6193 (isearch-edit-string): Save it.
|
|
6194 (isearch-toggle-case-fold): Set it.
|
|
6195 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
6196 need to check isearch-fixed-case.
|
|
6197 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
6198 before the pause.
|
438
|
6199 (isearch-edit-string):
|
428
|
6200
|
|
6201 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
6202
|
|
6203 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
6204 before reading the event so that the prompt is displayed properly.
|
|
6205 (isearch-message): Use isearch-nonincremental when calling
|
|
6206 isearch-message-prefix.
|
|
6207 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
6208 M-p and M-n respectively.
|
|
6209 (isearch-done): New arg NOPUSH.
|
|
6210 (isearch-edit-string): Use it.
|
|
6211 (isearch-edit-string): Don't bind isearch-string.
|
|
6212 (isearch-ring-adjust): Edit string, *then* push state.
|
|
6213
|
|
6214 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
6215
|
|
6216 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
6217 different than default.
|
|
6218
|
|
6219 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6220
|
|
6221 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
6222 save-excursion.
|
|
6223 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
6224 (isearch-update): Call isearch-dehighlight without arguments.
|
|
6225 (isearch-done): Ditto.
|
|
6226
|
|
6227 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
6228 upper-case letters, allow the folding to be reenabled.
|
|
6229 Previously, once disabled, the folding would remain that way until
|
|
6230 the end of isearch.
|
|
6231 (isearch-top-state): Call isearch-fix-case.
|
|
6232
|
|
6233 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
6234 save-excursion.
|
|
6235 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
6236
|
|
6237 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
6238
|
|
6239 * xpm-button.el:
|
|
6240 xbm-button.el: Need to exist in core because gui.el depends on
|
|
6241 them.
|
|
6242
|
|
6243 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
6244
|
|
6245 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
6246 (buffers-tab-default-buffer-line-length): new specifier for
|
|
6247 maximum viewable characters.
|
|
6248 (progress-stack): new variable for implementing widget-based
|
|
6249 progress messages.
|
|
6250 (progress-area-buffer): ditto.
|
|
6251 (progress-glyph-height): ditto.
|
|
6252 (progress-stop-callback): ditto.
|
|
6253 (progress-quit-function): new function.
|
|
6254 (progress-glyph): new variable.
|
|
6255 (progress-layout-glyph): ditto.
|
|
6256 (progress-displayed-p): new function, see message-displayed-p for
|
|
6257 details.
|
|
6258 (clear-progress): ditto.
|
|
6259 (remove-progress): ditto.
|
|
6260 (append-progress): ditto.
|
|
6261 (raw-append-progress): ditto.
|
|
6262 (display-progress): ditto.
|
|
6263 (current-progress): ditto.
|
|
6264 (current-progress-label): ditto.
|
|
6265 (progress): ditto.
|
|
6266 (lprogress): ditto.
|
|
6267
|
|
6268
|
|
6269 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
6270
|
|
6271 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
6272
|
|
6273 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
6274 `isearch-yank-selection'.
|
|
6275 (isearch-mode-map): Use it.
|
|
6276 (isearch-yank-selection): Use `get-selection' instead of
|
|
6277 `get-x-selection'.
|
|
6278
|
|
6279 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
6280
|
|
6281 * faces.el (isearch-secondary): Create face here.
|
|
6282
|
438
|
6283 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
6284 timers.
|
|
6285
|
|
6286 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
6287
|
|
6288 * subr.el (buffer-string): More robust backward compatibility
|
|
6289 check, courtesy William Perry.
|
|
6290
|
|
6291 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
6292
|
|
6293 * replace.el (perform-replace): Stop the search after the search
|
|
6294 limit has been reached.
|
|
6295
|
|
6296 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
6297
|
|
6298 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
6299 here if we don't have one.
|
|
6300
|
|
6301 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6302
|
|
6303 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
6304 efficient UTF8 support
|
|
6305 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
6306 being defined
|
|
6307 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
6308 being defined
|
|
6309
|
442
|
6310 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
6311
|
|
6312 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
6313 Some doc strings improvements, and add a star to the `interactive'
|
|
6314 calls.
|
|
6315
|
|
6316 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
6317
|
|
6318 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
6319 keywords and regexpes for javadoc syntax 1.2.
|
|
6320
|
|
6321 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
6322
|
|
6323 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
6324 format-buffers-tab-line.
|
|
6325 (buffers-tab-max-buffer-line-length): new variable.
|
|
6326 (format-buffers-tab-line): new function. truncate names if over
|
|
6327 buffers-tab-max-buffer-line-length.
|
|
6328
|
|
6329 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
6330
|
|
6331 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
6332
|
|
6333 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
6334
|
|
6335 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
6336 brute-force approach to deleting the last buffer.
|
|
6337 (buffers-tab-grouping-regexp): new customizable variable.
|
|
6338 (select-buffers-tab-buffers-by-mode): use it.
|
|
6339
|
|
6340 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
6341
|
|
6342 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
6343 deletion problem.
|
|
6344
|
442
|
6345 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
6346
|
|
6347 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
6348 of princ to output symbols.
|
|
6349 (custom-save-face-internal): ditto.
|
|
6350 (custom-save-resets): ditto.
|
|
6351
|
442
|
6352 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
6353
|
|
6354 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
6355 `regexp-quote' to protect the major mode name for use as a regular
|
|
6356 expression (c++ needs this for instance).
|
|
6357
|
|
6358 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
6359
|
|
6360 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
6361 cope with similar mode names.
|
|
6362
|
|
6363 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
6364 function.
|
|
6365 (select-buffers-tab-buffers-by-mode): new function.
|
|
6366 (buffers-tab-items): use it if set to only display buffers in the
|
|
6367 tab in the current buffer's group..
|
|
6368 (update-tab-in-gutter): use new api.
|
|
6369 (remove-buffer-from-gutter-tab): ditto.
|
|
6370
|
|
6371 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
6372 default to 6.
|
|
6373 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
6374 (add-tab-to-gutter): set face as default.
|
|
6375
|
|
6376 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
6377
|
|
6378 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
6379 with the target, not replace it.
|
|
6380
|
|
6381 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
6382
|
|
6383 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
6384 buffer-items.
|
|
6385 (update-tab-in-gutter): use it.
|
|
6386
|
|
6387 * gutter-items.el (record-buffer-hook): set.
|
|
6388
|
|
6389 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
6390 change.
|
|
6391 (switch-to-buffer-hook) deleted.
|
|
6392
|
|
6393 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
6394
|
|
6395 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
6396 as an argument to create-frame-hook.
|
|
6397
|
|
6398 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
6399
|
|
6400 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
6401 instead of timer emulation.
|
|
6402
|
|
6403 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
6404
|
|
6405 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
6406 Emacs isearch enhancements.
|
|
6407
|
|
6408 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
6409
|
|
6410 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
6411 all devices that support tab controls.
|
|
6412 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
6413 value for kill-buffer-hook.
|
|
6414
|
|
6415 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
6416
|
|
6417 * auto-show.el (auto-show-truncationp): changed to match
|
|
6418 `window_translation_on'
|
|
6419
|
|
6420 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6421
|
|
6422 * XEmacs 21.2.19 is released
|
|
6423
|
|
6424 1999-07-28 SL Baur <steve@miho>
|
|
6425
|
|
6426 * code-files.el (insert-file-contents): Fix docstring.
|
|
6427 revert previous change.
|
|
6428
|
|
6429 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
6430
|
|
6431 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
6432 contain word-across-newline plus one character so that filling
|
|
6433 Japanese and Chinese works as desired.
|
|
6434 * simple.el (do-auto-fill): Ditto.
|
|
6435
|
|
6436 1999-07-26 SL Baur <steve@miho>
|
|
6437
|
|
6438 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
6439 method.
|
|
6440 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6441
|
|
6442 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6443
|
|
6444 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
6445 able to use cl-macs macro in early lisp.
|
|
6446
|
|
6447 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
6448
|
|
6449 * custom.el:
|
|
6450 * cus-face.el:
|
|
6451 * cus-edit.el:
|
|
6452 Massive custom Theme API changes.
|
|
6453
|
|
6454 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6455
|
|
6456 * code-files.el (insert-file-contents): Regard
|
|
6457 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
6458
|
|
6459 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6460
|
|
6461 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
6462 bootstrapping problem with C locale.
|
|
6463
|
|
6464 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
6465
|
|
6466 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
6467 gutter-items in a less than functional XEmacs.
|
|
6468 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
6469
|
|
6470 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
6471
|
|
6472 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
6473 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
6474 t.
|
|
6475
|
|
6476 1999-07-22 SL Baur <steve@miho>
|
|
6477
|
|
6478 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
6479
|
|
6480 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
6481
|
|
6482 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
6483 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
6484 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
6485 modular enough to use as an efficient scripting tool.)
|
|
6486
|
|
6487 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6488
|
|
6489 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
6490 coding-category `utf-8' and `ucs-4' if they are available.
|
|
6491
|
|
6492 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6493
|
|
6494 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
6495 (prefer-coding-system): Fix DOC-string.
|
|
6496
|
|
6497 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
6498 DOC-string too.
|
|
6499
|
|
6500 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
6501 Mule.
|
|
6502 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
6503
|
|
6504 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6505
|
|
6506 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
6507 instead of `list-coding-system'.
|
|
6508
|
|
6509 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6510
|
|
6511 * menubar-items.el (default-menubar): `select-input-method' was
|
|
6512 renamed to `set-input-method'.
|
|
6513
|
|
6514 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
6515 "Set Language Environment" menu.
|
|
6516
|
|
6517 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
6518 "Describe Language Support" menu.
|
|
6519
|
|
6520 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6521
|
|
6522 * mule/chinese.el ("Chinese-GB"): Rename
|
|
6523 `chinese-gb-environment-setup-function' to
|
|
6524 `setup-chinese-gb-environment-internal'.
|
|
6525
|
|
6526 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6527
|
|
6528 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
6529 `copy-coding-system'.
|
|
6530
|
|
6531 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6532
|
|
6533 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
6534 Treat duplicated coding-categories.
|
|
6535
|
|
6536 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6537
|
|
6538 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
6539 `copy-coding-system'.
|
|
6540
|
|
6541 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6542
|
|
6543 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
6544 coding-system `viscii'.
|
|
6545
|
|
6546 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6547
|
|
6548 * mule/cyrillic.el:
|
|
6549 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
6550 (cyrillic-alternativnyj-decode-table): New variable.
|
|
6551 (cyrillic-alternativnyj-encode-table): New variable.
|
|
6552 - Specify `iso-8-1' as a category of coding-system
|
|
6553 `alternativnyj'.
|
|
6554 - Abolish general Cyrillic environment.
|
|
6555
|
|
6556 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6557
|
|
6558 * mule/chinese.el:
|
|
6559 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
6560 - Register `chinese-gb-environment-setup-function' as a
|
|
6561 `setup-function' of "Chinese-GB" environment.
|
|
6562
|
|
6563 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6564
|
|
6565 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
6566 optional argument `parents'.
|
|
6567
|
|
6568 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
6569 property for Thai-XTIS.
|
|
6570
|
|
6571 * mule/mule-help.el (help-with-tutorial): Use property
|
|
6572 `tutorial-coding-system' of language-info as a coding-system to
|
|
6573 read tutorial file.
|
|
6574
|
|
6575 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6576
|
|
6577 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
6578 `exit-function'.
|
|
6579
|
|
6580 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
6581 `set-coding-category-system' to set up coding-system for
|
|
6582 coding-category.
|
|
6583
|
|
6584 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
6585 `set-coding-category-system' to set up coding-system for
|
|
6586 coding-category.
|
|
6587
|
|
6588 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6589
|
|
6590 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
6591 Thai-XTIS environment.
|
|
6592
|
|
6593 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
6594 `find-coding-system' instead of `coding-system-p'.
|
|
6595
|
|
6596 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6597
|
|
6598 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
6599 Modify eol-type for XEmacs.
|
|
6600
|
|
6601 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
6602
|
|
6603 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
6604 function.
|
|
6605 (prefer-coding-system): Don't call
|
|
6606 `update-coding-systems-internal'; use function
|
|
6607 `coding-category-list' instead of variable `coding-category-list';
|
|
6608 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
6609 modify `eol-type' for XEmacs.
|
|
6610
|
|
6611 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
6612 `charset-columns'.
|
|
6613 (char-width): Likewise.
|
|
6614
|
|
6615 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6616
|
|
6617 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
6618 `tis-620'.
|
|
6619
|
|
6620 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
6621 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
6622 call `update-coding-systems-internal'.
|
|
6623
|
|
6624 * mule/mule-misc.el (coding-system-get): New function.
|
|
6625 (coding-system-put): New function.
|
|
6626 (coding-system-category): New function.
|
|
6627
|
|
6628 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6629
|
|
6630 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
6631 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
6632 to avoid conflict with leim/quail/thai-xtis.
|
|
6633
|
|
6634 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
6635 to thai-xtis-chars.el.
|
|
6636
|
|
6637 * mule/thai-xtis-chars.el: New file (split from
|
|
6638 mule/thai-xtis.el).
|
|
6639
|
|
6640 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6641
|
|
6642 * mule/thai-xtis.el:
|
|
6643 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
6644 - Add syntax entries.
|
|
6645 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
6646 `tis-620'.
|
|
6647
|
|
6648 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
6649
|
|
6650 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
6651 rewritten to use write-multibyte-character.
|
|
6652
|
|
6653 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6654
|
|
6655 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
6656 of `iso-2022-7'.
|
|
6657 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
6658 ported yet.
|
|
6659 (read-input-method-name): Treat optional argument `default'.
|
|
6660
|
|
6661 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6662
|
|
6663 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
6664 all.
|
|
6665 (set-language-info-alist): Set up menus here.
|
|
6666
|
|
6667 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6668
|
|
6669 * minibuf.el (completing-read): Add new optional argument
|
|
6670 `default'.
|
|
6671 (read-coding-system): Add new optional argument
|
|
6672 `default-coding-system'.
|
|
6673
|
|
6674 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
6675
|
|
6676 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
6677 (viet-viscii-...->viet-vscii...).
|
|
6678
|
|
6679 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
6680
|
|
6681 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
6682 and menus.
|
|
6683
|
|
6684 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
6685
|
|
6686 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
6687 property.
|
|
6688
|
|
6689 1999-03-30 Dave Love <fx@gnu.org>
|
|
6690
|
|
6691 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
6692
|
|
6693 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
6694
|
|
6695 * mule/european.el (setup-slovenian-environment): New function.
|
|
6696 ("Slovenian"): New language environment.
|
|
6697
|
|
6698 1999-01-27 Dave Love <fx@gnu.org>
|
|
6699
|
|
6700 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
6701 :type (choices) and appropriate :get.
|
|
6702
|
|
6703 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
6704
|
|
6705 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
6706 input-method-alist.
|
|
6707
|
|
6708 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
6709
|
|
6710 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
6711 set-coding-priority, so that the internal array of priorities is
|
|
6712 also updated.
|
|
6713
|
|
6714 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6715
|
|
6716 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
6717 requires specific EOL conversion type, make the default coding
|
|
6718 systems use that.
|
|
6719
|
|
6720 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6721
|
|
6722 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
6723 eol-type to set-language-environment-coding-systems.
|
|
6724 (set-default-coding-systems): Copy the eol-type property for the
|
|
6725 new default values of {buffer-file,process}-coding-system from the
|
|
6726 old defaults.
|
|
6727 (set-language-environment-coding-systems): Accept an optional
|
|
6728 argument EOL-TYPE, and set the eol-type property of the default
|
|
6729 coding systems accordingly.
|
|
6730
|
|
6731 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
6732
|
|
6733 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
6734 use generate-new-buffer instead of get-buffer-create.
|
|
6735
|
|
6736 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6737
|
|
6738 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
6739
|
|
6740 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
6741
|
|
6742 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
6743
|
|
6744 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6745
|
|
6746 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
6747 Add apropos-inhibit property.
|
|
6748 (describe-specified-language-support): Likewise.
|
|
6749
|
|
6750 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
6751
|
|
6752 * mule/mule-cmds.el: Doc fixes.
|
|
6753
|
|
6754 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
6755
|
|
6756 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
6757 modified.
|
|
6758
|
|
6759 1998-09-01 Dave Love <fx@gnu.org>
|
|
6760
|
|
6761 * mule/mule-cmds.el (current-language-environment): Fix
|
|
6762 setter function.
|
|
6763
|
|
6764 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
6765
|
|
6766 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
6767 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
6768 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
6769 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
6770 files using interpreted code.
|
|
6771
|
|
6772 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
6773
|
|
6774 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
6775 ("Latin-2"): Likewise.
|
|
6776
|
|
6777 1998-08-18 Per Starback <starback@update.uu.se>
|
|
6778
|
|
6779 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
6780
|
|
6781 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
6782
|
|
6783 * mule/european.el: Give proper value of `input-method' key to all
|
|
6784 lang. env.
|
|
6785
|
|
6786 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
6787 the arg INPUT-METHOD is nil correctly.
|
|
6788 (read-multilingual-string): Activate the specified input method
|
|
6789 before calling read-string. Afterward, activate the original
|
|
6790 input method.
|
|
6791
|
|
6792 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
6793
|
|
6794 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6795 (set-language-info-alist): Fix typo in doc-string.
|
|
6796
|
|
6797 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
6798
|
|
6799 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
6800
|
|
6801 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6802 (reset-language-environment): New function for the job that
|
|
6803 setup-english-environment used to do.
|
|
6804 (set-language-environment): Do more setups according to the info
|
|
6805 in language-info-alist.
|
|
6806 (read-language-name): Handle the case that the arg KEY is nil.
|
|
6807 (describe-language-environment): Handle input-method property.
|
|
6808
|
|
6809 * mule/: All files under this directory, which related with
|
|
6810 specific languages (such as mule/european.el, mule/greek.el,
|
|
6811 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
6812 (setup-XXX-environment): Just call set-language-environment. If
|
|
6813 they used to do some other jobs than what done by
|
|
6814 set-language-environment, those jobs are done in
|
|
6815 setup-XXX-environment-internal now.
|
|
6816 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
6817 the value to setup-XXX-environment-internal. Add properties
|
|
6818 input-method and features.
|
|
6819
|
|
6820 * mule/english.el (setup-english-environment): Just call
|
|
6821 reset-language-environment.
|
|
6822
|
|
6823 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
6824
|
|
6825 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6826
|
|
6827 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
6828 (input-method-use-echo-area): Doc fixes.
|
|
6829
|
|
6830 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
6831
|
|
6832 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
6833 variable.
|
|
6834 (input-method-use-echo-area): New variable.
|
|
6835
|
|
6836 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
6837
|
|
6838 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6839
|
|
6840 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
6841
|
|
6842 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
6843 (inactivate-input-method): Likewise.
|
|
6844
|
|
6845 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
6846
|
|
6847 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
6848 input method in the current buffer, but just bind
|
|
6849 current-input-method.
|
|
6850
|
|
6851 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
6852
|
|
6853 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
6854
|
|
6855 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
6856 coding-system.
|
|
6857
|
|
6858 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
6859
|
|
6860 * mule/greek.el: Add coding-priority.
|
|
6861
|
|
6862 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6863
|
|
6864 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
6865 LANG-ENV.
|
|
6866
|
|
6867 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6868
|
|
6869 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
6870 (setup-specified-language-environment): Doc fix.
|
|
6871
|
|
6872 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6873
|
|
6874 * mule/mule-cmds.el: Several doc fixes.
|
|
6875 (get-language-info, set-language-info): Rename argument.
|
|
6876 (set-language-info-alist): Likewise.
|
|
6877 (register-input-method): Rename argument.
|
|
6878 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
6879
|
|
6880 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
6881
|
|
6882 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
6883 default value while reading an input method.
|
|
6884
|
|
6885 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
6886
|
|
6887 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
6888 Use buffer-file-coding-system as default.
|
|
6889
|
|
6890 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
6891
|
|
6892 * mule/korean.el ("Korean"): Doc fix.
|
|
6893
|
|
6894 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
6895
|
|
6896 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
6897 languge environment at the head.
|
|
6898
|
|
6899 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
6900
|
|
6901 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
6902 for Japanese environment.
|
|
6903
|
|
6904 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
6905
|
|
6906 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
6907 (current-language-environment): Use defcustom.
|
|
6908 (default-input-method): Specify :type.
|
|
6909
|
|
6910 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
6911
|
|
6912 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
6913 modified.
|
|
6914 (prefer-coding-system): Doc-string modified.
|
|
6915
|
|
6916 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
6917
|
|
6918 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
6919 describes `coding-priority' KEY.
|
|
6920 (set-language-environment-coding-systems): New function.
|
|
6921 (select-safe-coding-system): New function.
|
|
6922 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
6923 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
6924 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
6925 (set-language-environment-coding-systems): New function.
|
|
6926
|
|
6927 * mule/chinese.el: Remove setting up of
|
|
6928 describe-chinese-environment-map and
|
|
6929 setup-chinese-environment-map. Exclude them in args of calls to
|
|
6930 set-language-info-alist. Register coding-priority key in
|
|
6931 language-info-alist.
|
|
6932
|
|
6933 * mule/cyrillic.el: Remove setting up of
|
|
6934 describe-cyrillic-environment-map and
|
|
6935 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
6936 set-language-info-alist. Register coding-priority key in
|
|
6937 language-info-alist.
|
|
6938
|
|
6939 * mule/english.el: Register coding-priority key in
|
|
6940 language-info-alist.
|
|
6941
|
|
6942 * mule/ethiopic.el: Register coding-priority key in
|
|
6943 language-info-alist.
|
|
6944
|
|
6945 * mule/european.el: Remove setting up of
|
|
6946 describe-european-environment-map and
|
|
6947 setup-european-environment-map. Exclude them in args of calls to
|
|
6948 set-language-info-alist. Register coding-priority key in
|
|
6949 language-info-alist. Add "German" language env.
|
|
6950 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
6951 (setup-german-environment): New function.
|
|
6952
|
|
6953 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
6954 change default input method to "greek-postfix".
|
|
6955
|
|
6956 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
6957 coding-priority key in
|
|
6958
|
|
6959 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
6960
|
|
6961 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
6962 (input-method-inactivate-hook): Doc fix.
|
|
6963
|
|
6964 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
6965
|
|
6966 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
6967 select-input-method.
|
|
6968
|
|
6969 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
6970
|
|
6971 * mule/mule-cmds.el (set-language-environment): Run
|
|
6972 exit-language-environment-hook before calling `exit-function'
|
|
6973 which is specified for the language environment.
|
|
6974
|
|
6975 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
6976
|
|
6977 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
6978 modified.
|
|
6979 (prefer-coding-system): Likewise.
|
|
6980 (describe-language-environment): Print aliases of each coding
|
|
6981 system.
|
|
6982 (set-language-environment-hook): New variable.
|
|
6983 (exit-language-environment-hook): New variable.
|
|
6984 (set-language-environment): Call these hooks. Before setting a
|
|
6985 new language environment, exit from the
|
|
6986 current-language-environment if necessary.
|
|
6987 (input-method-verbose-flag): The value can be nil, t,
|
|
6988 complex-only, or default.
|
|
6989 (input-method-highlight-flag): Doc-string augmented.
|
|
6990 (activate-input-method): Check if we can run the registered
|
|
6991 function to activate an input method.
|
|
6992
|
|
6993 * mule/korean.el: Set exit-function for language environment
|
|
6994 "Korean" to exit-korean-environment.
|
|
6995 (setup-korean-environment): Moved to korea-util.el.
|
|
6996
|
|
6997 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6998
|
|
6999 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
7000 current-input-method prior to default-input-method. Don't bind
|
|
7001 current-input-method by `let', instead, activate the specified
|
|
7002 input method in the current buffer temporarily.
|
|
7003
|
|
7004 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
7005
|
|
7006 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
7007
|
|
7008 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
7009
|
|
7010 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
7011 decode-hz-region.
|
|
7012 (pre-write-encode-hz): Do not change the value of
|
|
7013 last-coding-system.
|
|
7014
|
|
7015 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
7016
|
|
7017 * mule/mule-ccl.el: Doc fixes.
|
|
7018
|
|
7019 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
7020
|
|
7021 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
7022 (check-ccl-program): New macro.
|
|
7023
|
|
7024 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
7025
|
|
7026 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
7027 (ccl-command-table): Add read-multibyte-character and
|
|
7028 write-multibyte-character.
|
|
7029 (ccl-code-table): Add ex-cmd.
|
|
7030 (ccl-extended-code-table): New variable.
|
|
7031 (ccl-embed-extended-command): New function.
|
|
7032 (ccl-compile-read-multibyte-character,
|
|
7033 ccl-compile-write-multibyte-character) New functions.
|
|
7034 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
7035 ccl-dump-write-multibyte-character): New functions.
|
|
7036
|
|
7037 1999-07-22 SL Baur <steve@miho>
|
|
7038
|
|
7039 * config.el (config-value-file): config.values is installed into
|
|
7040 doc-directory.
|
|
7041 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
7042
|
442
|
7043 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
7044
|
|
7045 * rect.el: all functions rewritten, except when noted. Below is a
|
|
7046 list of interface changes.
|
|
7047 (apply-on-rectangle): new function. Obsoletes
|
|
7048 `operate-on-rectangle'. All functions that used to call this
|
|
7049 function now call the new one.
|
|
7050 (kill-rectangle): added optional prefix arg to fill lines.
|
|
7051 (delete-rectangle): ditto.
|
|
7052 (delete-extract-rectangle): ditto.
|
|
7053 (open-rectangle): ditto.
|
|
7054 (clear-rectangle): ditto.
|
|
7055 (delete-rectangle-line): added third arg FILL.
|
|
7056 (delete-extract-rectangle-line): ditto.
|
|
7057 (open-rectangle-line): ditto.
|
|
7058 (clear-rectangle-line): ditto.
|
|
7059
|
|
7060 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
7061
|
|
7062 * menubar-items.el (default-menubar): add gutter options.
|
|
7063
|
|
7064 * gutter-items.el: new file.
|
|
7065 (gutter): new group for custom.
|
|
7066 (gutter-visible-p): new variable.
|
|
7067 (default-gutter-position): ditto.
|
|
7068 (buffers-tab): new group for the buffers tab.
|
|
7069 (gutter-buffers-tab): widget to put in the gutter.
|
|
7070 (buffers-tab-max-size): max number of tabs.
|
|
7071 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
7072 tab is pressed.
|
|
7073 (buffers-tab-omit-function): filter buffers with this function.
|
|
7074 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
7075 inclusion in tabs.
|
|
7076 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
7077 the record.
|
|
7078 (build-buffers-tab-internal): build a list of tab items.
|
|
7079 (buffers-tab-items): ditto.
|
|
7080 (add-tab-to-gutter): put a tab in the gutter area.
|
|
7081 (update-tab-in-gutter): reset the buffers in the tab.
|
|
7082
|
|
7083 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
7084
|
|
7085 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
7086 (switch-to-buffer-hooks): new hook.
|
|
7087
|
|
7088 * toolbar.el (default-toolbar-position): fix typo.
|
|
7089
|
|
7090 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
7091
|
|
7092 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
7093
|
442
|
7094 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
7095
|
|
7096 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
7097 prompt for a comment string.
|
|
7098 (customize-set-value): optional prefix makes this function handle
|
|
7099 variable comments.
|
|
7100 (customize-set-variable): ditto.
|
|
7101 (customize-save-variable): ditto.
|
|
7102 (customize-customized): handle custom comments.
|
|
7103 (customize-save-customized): ditto.
|
|
7104 (custom-variable-state-set): ditto.
|
|
7105 (custom-face-state-set): ditto.
|
|
7106 (customize-saved): ditto.
|
|
7107 (custom-variable-set): ditto.
|
|
7108 (custom-face-set): ditto.
|
|
7109 (custom-variable-save): ditto.
|
|
7110 (custom-face-save): ditto.
|
|
7111 (custom-variable-reset-saved): ditto.
|
|
7112 (custom-face-reset-saved): ditto.
|
|
7113 (custom-variable-reset-standard): ditto.
|
|
7114 (custom-face-reset-standard): ditto.
|
|
7115 (custom-comment-face): new face.
|
|
7116 (custom-comment-tag-face): ditto.
|
|
7117 (custom-comment): new widget.
|
|
7118 (custom-comment-create): new function.
|
|
7119 (custom-comment-delete): ditto.
|
|
7120 (custom-comment-value-set): ditto.
|
|
7121 (custom-comment-show): ditto.
|
|
7122 (custom-comment-invisible-p): ditto.
|
|
7123 (custom-variable-value-create): create a comment field widget.
|
|
7124 (custom-face-value-create): ditto.
|
|
7125 (custom-variable-menu): new entry for adding a custom comment.
|
|
7126 (custom-face-menu): ditto.
|
|
7127 (custom-save-variables): possibly save custom comments.
|
|
7128 (custom-save-faces): ditto.
|
|
7129
|
|
7130 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
7131 custom comment as fourth argument.
|
|
7132
|
|
7133 * custom.el (custom-set-variables): the arguments can now have a
|
|
7134 custom comment as fifth element.
|
|
7135
|
|
7136 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7137
|
|
7138 * XEmacs 21.2.18 is released
|
|
7139
|
|
7140 1999-07-13 SL Baur <steve@miho>
|
|
7141
|
|
7142 * lib-complete.el (read-library-name): Revert previous change.
|
|
7143 (read-library): Ditto.
|
|
7144
|
|
7145 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
7146
|
|
7147 * packages.el (packages-package-list): Capitalize docstring.
|
|
7148
|
|
7149 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
7150 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
7151 which returns a freshly consed list. #'append would create yet
|
|
7152 another fresh list, using Fmake_list in concat.
|
|
7153
|
|
7154 * packages.el (package-provide): Use setq with remassq like it
|
|
7155 says in its docstring.
|
|
7156
|
|
7157 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
7158
|
|
7159 * lib-complete.el (progn-with-message): Fix typo.
|
|
7160
|
|
7161 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
7162
|
|
7163 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
7164 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
7165
|
|
7166 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
7167
|
|
7168 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
7169
|
|
7170 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
7171
|
|
7172 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
7173 keys if already bound
|
|
7174
|
|
7175 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
7176
|
|
7177 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
7178
|
|
7179 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
7180
|
|
7181 * lib-complete.el (find-library):
|
|
7182 (find-library-other-window):
|
|
7183 (find-library-other-frame): Completely rewrote
|
|
7184 so that these functions actually work when called non-interactively.
|
|
7185 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
7186
|
|
7187 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
7188
|
|
7189 * simple.el (indent-new-comment-line): Locally bound
|
|
7190 `block-comment-start' to `comstart' or else when this is called
|
|
7191 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
7192 `block-comment-start' value, ignoring any existing spacing after a
|
|
7193 comment prefix in the previous line and producing ugly comments.
|
|
7194
|
|
7195 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
7196
|
|
7197 * list-mode.el (mouse-choose-completion):
|
|
7198 (choose-completion):
|
|
7199 (completion-switch-to-minibuffer): Added.
|
|
7200 ([Tab]): [Tab] previously switched to the minibuffer
|
|
7201 but since [space] does that and since most applications in the
|
|
7202 world use [Tab] to select the next item in a list, do that in the
|
|
7203 *Completions* buffer too. This will cause the least confusion
|
|
7204 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
7205 06/23/1999.
|
|
7206
|
|
7207 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
7208
|
|
7209 * help.el (help-buffer-name): Added support for a null value
|
|
7210 of `help-buffer-prefix-string' since some buffers require no
|
|
7211 prefix.
|
|
7212
|
|
7213 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
7214
|
|
7215 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
7216 in the completion-list-mode-map to bury the completions buffer
|
|
7217 even when the minibuffer is no longer active.
|
|
7218
|
|
7219 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
7220
|
|
7221 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
7222 the text cursor disappear within list buffers, especially when
|
|
7223 moving from window to window, so leave it visible.
|
|
7224
|
|
7225 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
7226
|
|
7227 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
7228 report menu item (which may not be possible in this XEmacs).
|
|
7229 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
7230
|
|
7231 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
7232
|
|
7233 * subr.el (with-current-buffer): DOC string fix.
|
|
7234 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
7235
|
|
7236 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
7237
|
|
7238 * cus-face.el (custom-face-italic): insert missing args
|
|
7239
|
|
7240 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7241
|
|
7242 * packages.el (package-locations): Changed default early package
|
|
7243 hierarchies to ~/.xemacs/mule-packages and
|
|
7244 ~/.xemacs/xemacs-packages.
|
|
7245
|
|
7246 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
7247
|
|
7248 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
7249
|
|
7250 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
7251
|
|
7252 * packages.el (package-locations): Changed default early package
|
|
7253 hierarchy to ~/.xemacs/packages.
|
|
7254 (package-locations): Removed `packages' as a possible name for a
|
|
7255 late package hierarchy.
|
|
7256
|
|
7257 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7258
|
|
7259 * mule/mule-category.el (word-combining-categories): Set up new
|
|
7260 variable.
|
|
7261 (word-separating-categories): Likewise.
|
|
7262
|
|
7263 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7264
|
|
7265 * XEmacs 21.2.17 is released
|
|
7266
|
|
7267 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
7268
|
|
7269 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
7270 of font size.
|
|
7271
|
|
7272 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7273
|
|
7274 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
7275 is 1.
|
|
7276
|
|
7277 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7278
|
|
7279 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
7280 8859-5 instead of ISO 8859-1.
|
|
7281
|
|
7282 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
7283
|
|
7284 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
7285 (viet-viscii-encode-table): Ditto.
|
|
7286
|
|
7287 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
7288 Make obsolete definition of char-octet.
|
|
7289
|
|
7290 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
7291
|
|
7292 * subr.el: Move no-Mule make-char ...
|
|
7293 * help-nomule.el (make-char): To here.
|
|
7294 (string-width): Make Mule compatibility alias.
|
|
7295
|
|
7296 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
7297
|
|
7298 * select.el (get-selection-no-error): really make there be no-error.
|
|
7299 (get-selection): revert to original.
|
|
7300
|
|
7301 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
7302
|
|
7303 * select.el (selection-sets-clipboard): renamed.
|
|
7304 (own-selection): use it.
|
|
7305
|
|
7306 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7307
|
|
7308 * XEmacs 21.2.16 is released
|
|
7309
|
|
7310 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7311
|
|
7312 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
7313 missing characters to avoid crash.
|
|
7314
|
|
7315 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7316
|
|
7317 * coding.el (set-terminal-coding-system): Only set the console
|
|
7318 coding system on the selected console if it is a tty.
|
|
7319
|
|
7320 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7321
|
|
7322 * cus-face.el:
|
|
7323 * cus-edit.el:
|
|
7324 * faces.el:
|
|
7325 (custom):
|
|
7326 (face-spec-set):
|
|
7327 * faces.el (frob-face-property):
|
|
7328 * font-menu.el (font-menu-set-font):
|
|
7329 Actually apply changes from 1999-03-17
|
|
7330
|
|
7331 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
7332
|
|
7333 * select.el (get-selection): abstract out non error-signalling
|
|
7334 part.
|
|
7335 (get-selection-no-error): get-selection without signalling an
|
|
7336 error.
|
|
7337 (selection-is-clipboard-p): new variable. controls whether the
|
|
7338 selection sets the clipboard.
|
|
7339 (own-selection): use it.
|
|
7340
|
|
7341 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
7342 primary selection and cutbuffer.
|
|
7343
|
|
7344 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
7345
|
|
7346 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
7347 selection functions.
|
|
7348
|
|
7349 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7350
|
|
7351 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
7352 default value.
|
|
7353 (load): Use `raw-text' instead of `no-conversion'.
|
|
7354 (insert-file-contents): Likewise.
|
|
7355
|
|
7356 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
7357 of `no-conversion'.
|
|
7358
|
|
7359 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7360
|
|
7361 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
7362
|
|
7363 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
7364
|
|
7365 * subr.el (make-char): Define it if Mule is not around.
|
|
7366
|
|
7367 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
7368
|
|
7369 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
7370
|
|
7371 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
7372 obsolete alias.
|
|
7373 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
7374
|
|
7375 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7376
|
|
7377 * XEmacs 21.2.15 is released
|
|
7378
|
|
7379 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
7380
|
|
7381 * subr.el (split-string): Avoid infinite looping
|
|
7382
|
|
7383 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7384
|
|
7385 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
7386 (ldap-default-attribute-decoder): New variable
|
|
7387 (ldap-coding-system): New variable
|
|
7388 (ldap-attribute-syntax-encoders): New variable
|
|
7389 (ldap-attribute-syntax-decoders): New variable
|
|
7390 (ldap-attribute-syntaxes-alist): New variable
|
|
7391 (ldap-encode-boolean): New function
|
|
7392 (ldap-decode-boolean): New function
|
|
7393 (ldap-encode-country-string): New function
|
|
7394 (ldap-decode-string): New function
|
|
7395 (ldap-decode-address): New function
|
|
7396 (ldap-encode-address): New function
|
|
7397 (ldap-decode-attribute): New function
|
|
7398 (ldap-search): Use some of these
|
|
7399
|
|
7400 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
7401
|
|
7402 * version.el (emacs-version): Make the patch level/beta come
|
|
7403 before the XEmacs qualifier so that it gets into (funcall
|
|
7404 emacs-version) and thus in the bug reports.
|
|
7405 (emacs-version>=): Support patch levels.
|
|
7406
|
|
7407 1999-06-03 SL Baur <steve@xemacs.org>
|
|
7408
|
|
7409 * version.el: implement x.y.z version number
|
|
7410 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7411
|
|
7412 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
7413
|
|
7414 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
7415
|
|
7416 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
7417
|
|
7418 * startup.el: Document -private and break out non-standard X options.
|
|
7419
|
|
7420 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
7421
|
|
7422 * mule/mule-charset.el (charset-after): New function.
|
|
7423 (charset-direction): Synch with Mule, update docstring.
|
|
7424 (get-charset-property): New function.
|
|
7425 (put-charset-property): New function.
|
|
7426 (charset-plist): New function.
|
|
7427
|
|
7428 * mule/mule-charset.el (compose-region):
|
|
7429 (decompose-region): remove; these functions (which don't work
|
|
7430 since we don't do composite characters) have been moved to
|
|
7431 mule-util.el.
|
|
7432 (toplevel): follow coding standards
|
|
7433
|
|
7434 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
7435
|
|
7436 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
7437 exist any more.
|
|
7438
|
|
7439 * code-files.el: Fix commentary to follow coding standards. Move
|
|
7440 the single line left in mule-files.el to here.
|
|
7441
|
|
7442 * mule/mule-files.el: delete.
|
|
7443
|
|
7444 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
7445
|
|
7446 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
7447 old emacs 19 interface.
|
|
7448
|
|
7449 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
7450
|
|
7451 * x-font-menu.el (x-font-menu-load-font):
|
|
7452 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
7453
|
|
7454 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
7455
|
|
7456 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
7457 group.
|
|
7458 (font-menu-this-frame-only-p): ditto.
|
|
7459 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
7460 <vroonhof@math.ethz.ch>
|
|
7461 (font-menu-submenu-name-format): ditto.
|
|
7462 (font-menu-split-long-menu): ditto, for use by the family
|
|
7463 constructor.
|
|
7464 (font-menu-family-constructor): use it.
|
|
7465
|
|
7466 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
7467
|
|
7468 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
7469 for use by the font menu.
|
|
7470
|
|
7471 * msw-font-menu.el: new file implementing mswindows specific
|
|
7472 font-menu behaviour.
|
|
7473 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
7474 (mswindows-font-menu-junk-families): ditto.
|
|
7475 (hack-font-truename): ditto.
|
|
7476 (mswindows-font-regexp-ascii): ditto.
|
|
7477 (mswindows-reset-device-font-menus): ditto.
|
|
7478 (mswindows-font-menu-font-data): ditto.
|
|
7479 (mswindows-font-menu-load-font): ditto.
|
|
7480
|
|
7481 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
7482 (x-font-menu-font-data): ditto.
|
|
7483 (x-font-menu-load-font): ditto.
|
|
7484
|
|
7485 * font-menu.el: new file implementing generic font menu behaviour.
|
|
7486 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
7487 made device independent.
|
|
7488 (font-menu-this-frame-only-p): ditto.
|
|
7489 (font-menu-preferred-resolution): ditto.
|
|
7490 (font-menu-size-scaling): new variable used to determine whether
|
|
7491 sizes are in points or tenths of a point.
|
|
7492 (vassoc): moved from x-font-menu.el.
|
|
7493 (device-fonts-cache): ditto.
|
|
7494 (device-fonts-cache): ditto.
|
|
7495 (flush-device-fonts-cache): ditto.
|
|
7496 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
7497 device independent. Most functionality deferred to
|
|
7498 device-dependent versions.
|
|
7499 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
7500 made device independent.
|
|
7501 (font-menu-size-constructor): ditto.
|
|
7502 (font-menu-weight-constructor): ditto.
|
|
7503 (font-menu-set-font): ditto.
|
|
7504 (font-menu-change-face): ditto.
|
|
7505 (font-menu-load-font): new device method.
|
|
7506 (font-menu-font-data): ditto.
|
|
7507
|
|
7508 * x-font-menu.el: The above functions deleted.
|
|
7509
|
|
7510 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
7511
|
|
7512 * update-elc.el:
|
|
7513 * make-docfile.el:
|
|
7514 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
7515
|
|
7516 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
7517
|
|
7518 * x-select.el (x-select-convert-to-text):
|
|
7519 (x-selected-text-type):
|
|
7520 (x-get-selection):
|
|
7521 (xselect-convert-to-string):
|
|
7522 (xselect-convert-to-compound-text):
|
|
7523 (xselect-convert-to-length):
|
|
7524 (xselect-convert-to-targets):
|
|
7525 (xselect-convert-to-delete):
|
|
7526 (xselect-convert-to-filename):
|
|
7527 (xselect-convert-to-charpos):
|
|
7528 (xselect-convert-to-lineno):
|
|
7529 (xselect-convert-to-colno):
|
|
7530 (xselect-convert-to-sourceloc):
|
|
7531 (xselect-convert-to-os):
|
|
7532 (xselect-convert-to-host):
|
|
7533 (xselect-convert-to-user):
|
|
7534 (xselect-convert-to-class):
|
|
7535 (xselect-convert-to-name):
|
|
7536 (xselect-convert-to-integer):
|
|
7537 (xselect-convert-to-atom):
|
|
7538 (xselect-convert-to-identity): functions renamed from x-* and
|
|
7539 moved to select.el.
|
|
7540 (x-get-secondary-selection): use rename get-selection.
|
|
7541 (x-get-clipboard): ditto.
|
|
7542 (x-own-selection): moved to select.el.
|
|
7543 (x-valid-simple-selection-p): ditto.
|
|
7544 (x-dehilight-selection): ditto.
|
|
7545 (x-own-clipboard): ditto.
|
|
7546 (x-disown-selection): ditto.
|
|
7547
|
|
7548 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
7549 (x-insert-selection): ditto.
|
|
7550 (x-set-point-and-move-selection): use renamed function.
|
|
7551
|
|
7552 * select.el (selected-text-type): moved and renamed from
|
|
7553 x-select.el.
|
|
7554 (selection-owner-p): moved to C.
|
|
7555 (selection-exists-p): ditto.
|
|
7556 (get-cutbuffer): new device method.
|
|
7557 (get-selection): generalised and moved from x-select.el.
|
|
7558 (own-selection): moved x-own-selection functionality into here.
|
|
7559 (dehilight-selection): renamed and moved from x-select.el.
|
|
7560 (own-clipboard): functionality moved from x-select.el using new
|
|
7561 generic C builtins.
|
|
7562 (disown-clipboard): ditto.
|
|
7563 (select-convert-to-text):
|
|
7564 (select-convert-to-string):
|
|
7565 (select-convert-to-compound-text):
|
|
7566 (select-convert-to-length):
|
|
7567 (select-convert-to-targets):
|
|
7568 (select-convert-to-delete):
|
|
7569 (select-convert-to-filename):
|
|
7570 (select-convert-to-charpos):
|
|
7571 (select-convert-to-lineno):
|
|
7572 (select-convert-to-colno):
|
|
7573 (select-convert-to-sourceloc):
|
|
7574 (select-convert-to-os):
|
|
7575 (select-convert-to-host):
|
|
7576 (select-convert-to-user):
|
|
7577 (select-convert-to-class):
|
|
7578 (select-convert-to-name):
|
|
7579 (select-convert-to-integer):
|
|
7580 (select-convert-to-atom):
|
|
7581 (select-convert-to-identity): new functions renamed from x-* and
|
|
7582 moved from x-select.el.
|
|
7583
|
|
7584 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
7585 into here and use as the default window-system mouse yank.
|
|
7586 (insert-selection): generalised and moved from x-mouse.el.
|
|
7587 (own-clipboard): moved to C.
|
|
7588
|
|
7589 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
7590 (mswindows-own-selection): generalised and moved to select.el.
|
|
7591 (mswindows-disown-selection): generalised and moved to C.
|
|
7592 (mswindows-selection-owner-p): ditto.
|
|
7593
|
|
7594 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7595
|
|
7596 * XEmacs 21.2.14 is released
|
|
7597
|
|
7598 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
7599
|
|
7600 * about.el: update contact info for jason and slb.
|
|
7601
|
|
7602 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
7603
|
|
7604 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
7605 support from Emacs/Mule romanian.el.
|
|
7606
|
|
7607 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7608
|
|
7609 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
7610
|
|
7611 * cus-edit.el: idem ditto.
|
|
7612
|
|
7613 * faces.el: Added suport for adding device tags to various functions.
|
|
7614 (custom): New device tag.
|
|
7615 (face-spec-set): Call reset face with tags argument. No longer do
|
|
7616 x-init-global-faces hack.
|
|
7617
|
|
7618 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
7619 frob-face-property-1 over.
|
|
7620
|
|
7621 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
7622 properties to custom.
|
|
7623
|
|
7624 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
7625
|
|
7626 * mule/european.el (setup-czech-environment): Add czech support.
|
|
7627 From David Sauer <davids@orfinet.cz>
|
|
7628
|
|
7629 1999-03-15 SL Baur <steve@xemacs.org>
|
|
7630
|
|
7631 * check-features.el: Turn hard errors into warnings.
|
|
7632
|
|
7633 1999-03-21 SL Baur <steve@xemacs.org>
|
|
7634
|
|
7635 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
7636 xemacs-beta, default to t.
|
|
7637
|
|
7638 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7639
|
|
7640 * loadup.el: Define Installation-string before loading anything.
|
|
7641
|
|
7642 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
7643
|
|
7644 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
7645 From Anders Stenman <stenman@isy.liu.se>
|
|
7646
|
|
7647 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7648
|
|
7649 * wid-edit.el (widget-glyph-find): Ditto.
|
|
7650
|
|
7651 * packages.el (locate-library): Ditto.
|
|
7652
|
|
7653 * loadup.el (really-early-error-handler): Ditto.
|
|
7654
|
|
7655 * lib-complete.el (read-library): Ditto.
|
|
7656
|
|
7657 * faces.el (set-face-stipple): Ditto.
|
|
7658
|
|
7659 * code-files.el (load): Use new calling style of locate-file.
|
|
7660
|
|
7661 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7662
|
|
7663 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
7664 dead.
|
|
7665
|
|
7666 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7667
|
|
7668 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
7669 Installation.el.
|
|
7670
|
|
7671 * loadup.el (Installation-string): Define it here.
|
|
7672
|
|
7673 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7674
|
|
7675 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
7676 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
7677 the dumping process won't find it.
|
|
7678
|
434
|
7679 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
7680
|
|
7681 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
7682 subr so that we can use `replace-in-string' in Installation.el to
|
|
7683 get rid of C-m chars under the native Windows build.
|
|
7684
|
|
7685 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
7686
|
|
7687 * make-docfile.el: canonicalize file and directory names.
|
|
7688
|
|
7689 * device.el (call-device-method): new function for calling device
|
|
7690 specific methods.
|
|
7691 (define-device-method): new function for defining device methods.
|
|
7692 (define-device-method*): ditto.
|
|
7693
|
|
7694 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7695
|
|
7696 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
7697
|
|
7698 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7699
|
|
7700 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
7701 (cyrillic-koi8-r-encode-table): Likewise.
|
|
7702 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
7703 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
7704
|
|
7705 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
7706 from vietnamese.el].
|
|
7707
|
|
7708 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
7709 mule/mule-misc.el.
|
|
7710
|
|
7711 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7712
|
|
7713 * mule/thai-xtis.el:
|
|
7714 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
7715 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
7716
|
|
7717 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7718
|
|
7719 * mule/ethiopic.el: fixed.
|
|
7720
|
|
7721 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7722
|
|
7723 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
7724
|
|
7725 * mule/thai-xtis.el: New file.
|
|
7726
|
|
7727 * mule/vietnamese.el: New file.
|
|
7728
|
|
7729 * mule/ethiopic.el: New file.
|
|
7730
|
|
7731 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7732
|
|
7733 * bytecomp.el (byte-compile-close-variables): Leave
|
|
7734 debug-issue-ebola-notices alone.
|
|
7735
|
|
7736 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7737
|
|
7738 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
7739 at the top of the buffer since it is the most important thing to
|
|
7740 customize
|
|
7741 (ldap-get-host-parameter): New defun
|
|
7742 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
7743 distinguished names of entries
|
|
7744
|
|
7745 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
7746
|
|
7747 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
7748
|
|
7749 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
7750
|
|
7751 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
7752
|
|
7753 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7754
|
|
7755 * format.el (format-alist): Disable image stuff.
|
|
7756
|
|
7757 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
7758
|
|
7759 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
7760 suffixes rather than the other way around.
|
|
7761 (widget-image-conversion): Renamed to
|
|
7762 `widget-image-file-name-suffixes'.
|
|
7763
|
|
7764 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
7765
|
|
7766 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
7767 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
7768 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
7769 (charset-iso-final-char): Rename from charset-final.
|
|
7770 (charset-width): Rename from charset-columns.
|
|
7771 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
7772
|
|
7773 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
7774 mule-charset.el
|
|
7775
|
|
7776 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
7777
|
|
7778 * x-faces.el (x-make-font-bold-italic): honor
|
|
7779 *try-oblique-before-italic-fonts*
|
|
7780
|
|
7781 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7782
|
|
7783 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
7784
|
|
7785 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7786
|
|
7787 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
7788 name.
|
|
7789
|
|
7790 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
7791
|
|
7792 * cl-extra.el (equalp): Would bug out for lists.
|
|
7793
|
|
7794 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
7795
|
|
7796 * about.el (about-hackers): Change cgw's email address
|
|
7797
|
|
7798 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7799
|
|
7800 * XEmacs 21.2.13 is released
|
|
7801
|
|
7802 1999-03-12 SL Baur <steve@xemacs.org>
|
|
7803
|
|
7804 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
7805 behavior.
|
|
7806
|
442
|
7807 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
7808
|
|
7809 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
7810 multiple elements in the splash buffer body.
|
|
7811
|
|
7812 * startup.el (splash-frame-timeout): new constant: interval
|
|
7813 between splash buffer elements.
|
|
7814 (command-line-1): handle splash buffer with multiple elements (use
|
|
7815 a timeout).
|
|
7816 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
7817 Rewrote a cleaner and more readable version. This can now be array,
|
|
7818 in which case each element is displayed in turn in the splash buffer.
|
|
7819 (splash-frame-static-body): new constant. Persistent information
|
|
7820 across all splash buffer elements (preserves the possibility to give
|
|
7821 it in different languages.
|
|
7822 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
7823 to circulate through all splash frame elements and display them in
|
|
7824 sequence.
|
|
7825 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
7826 the case of multiple elements in the splash buffer body. Now
|
|
7827 returns a timeout id if multiple elements to display, or nil.
|
|
7828
|
|
7829 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7830
|
|
7831 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
7832 so they can be overridden by x-init-face-from-resources.
|
|
7833 Additionally specify the font name also with an x tag.
|
|
7834
|
|
7835 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
7836
|
|
7837 * package-get.el (package-get-base): autoload.
|
|
7838
|
|
7839 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
7840 custom menu to only be activated when package-base is available.
|
|
7841
|
|
7842 * package-get.el (package-get-custom): don't load
|
|
7843 package-get-custom as it is auto-generated. Fix group definition.
|
|
7844
|
442
|
7845 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
7846
|
|
7847 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
7848 instead of `symbol-name' (Thanks Kyle).
|
|
7849
|
|
7850 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
7851 princ to write symbols.
|
|
7852
|
|
7853 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7854
|
|
7855 * XEmacs 21.2.12 is released
|
|
7856
|
|
7857 1999-03-05 SL Baur <steve@xemacs.org>
|
|
7858
|
|
7859 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
7860 From Neal Becker <nbecker@fred.net>
|
|
7861
|
|
7862 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
7863
|
|
7864 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
7865 calls to font-lock during buffer reversion.
|
|
7866
|
442
|
7867 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
7868
|
|
7869 * info.el (Info-build-node-completions): unconditionally widen the
|
|
7870 tag table buffer.
|
|
7871
|
|
7872 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
7873
|
|
7874 * x-faces.el (x-init-face-from-resources):
|
|
7875 Only set fonts in the 'x locale.
|
|
7876
|
434
|
7877 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
7878
|
|
7879 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
7880 `package-admin-delete-binary-package' returning nil since it's
|
|
7881 normal. Reindent function.
|
|
7882 (pui-add-required-packages): Handle case where packages selected
|
|
7883 for installation have never been installed.
|
|
7884
|
|
7885 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
7886
|
|
7887 * menubar-items.el (default-menubar):
|
|
7888 Implement the ``Mule->Set coding system of process'' menu item.
|
|
7889
|
|
7890 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
7891
|
|
7892 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
7893 files
|
|
7894 - Change some `if's to `when's
|
|
7895
|
|
7896 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7897
|
|
7898 * XEmacs 21.2.11 is released
|
|
7899
|
|
7900 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7901
|
|
7902 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
7903 against window close (Fix Bug #460).
|
|
7904 (ask-user-about-lock-dbox): Idem.
|
|
7905
|
|
7906 1999-02-25 SL Baur <steve@xemacs.org>
|
|
7907
|
|
7908 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
7909 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
7910
|
|
7911 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
7912
|
|
7913 * about.el (xemacs-hackers): change andy's email address.
|
|
7914 (about-url-alist): change andy's web page address.
|
|
7915 (about-xemacs): add piper.
|
|
7916
|
|
7917 1999-02-16 SL Baur <steve@xemacs.org>
|
|
7918
|
|
7919 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
7920 of mule-base into lisp/mule.
|
|
7921
|
|
7922 1999-02-16 SL Baur <steve@xemacs.org>
|
|
7923
|
|
7924 * mule/arabic.el:
|
|
7925 mule/canna-leim.el:
|
|
7926 mule/chinese.el:
|
|
7927 mule/cyrillic.el:
|
|
7928 mule/english.el:
|
|
7929 mule/european.el:
|
|
7930 mule/greek.el:
|
|
7931 mule/hebrew.el:
|
|
7932 mule/japanese.el:
|
|
7933 mule/kinsoku.el:
|
|
7934 mule/korean.el:
|
|
7935 mule/misc-lang.el:
|
|
7936 mule/mule-category.el:
|
|
7937 mule/mule-ccl.el:
|
|
7938 mule/mule-charset.el:
|
|
7939 mule/mule-cmds.el:
|
|
7940 mule/mule-coding.el:
|
|
7941 mule/mule-files.el:
|
|
7942 mule/mule-help.el:
|
|
7943 mule/mule-init.el:
|
|
7944 mule/mule-misc.el:
|
|
7945 mule/mule-tty-init.el:
|
|
7946 mule/mule-x-init.el:
|
|
7947 mule/viet-chars.el: Remerge from mule-base.
|
|
7948
|
|
7949 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
7950 of mule-base into lisp/mule.
|
|
7951
|
434
|
7952 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
7953
|
|
7954 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
7955 of hard-wired "-c" (for WindowsNT).
|
|
7956
|
|
7957 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
7958
|
|
7959 * menubar-items.el (default-menubar): Remove obsolete
|
|
7960 "Gopher" item
|
|
7961
|
|
7962 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7963
|
|
7964 * package-admin.el (package-admin-get-install-dir): First fall
|
|
7965 back to the location of xemacs-base for non-mule packages.
|
|
7966
|
|
7967 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
7968
|
|
7969 * paths.el:
|
|
7970 - improved automounter tmp directory support.
|
|
7971 - support 4 (!) empirically discovered automounter conventions
|
|
7972
|
|
7973 1999-02-12 SL Baur <steve@xemacs.org>
|
|
7974
|
|
7975 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
7976
|
|
7977 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7978
|
|
7979 * XEmacs 21.2.10 is released
|
|
7980
|
|
7981 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7982
|
|
7983 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
7984 a local file name in the search entry.
|
|
7985
|
|
7986 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7987
|
|
7988 * XEmacs 21.2.9 is released
|
|
7989
|
442
|
7990 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
7991
|
|
7992 * replace.el (replace-search-function): new variable containing a
|
|
7993 function to perform a search-forward.
|
|
7994 (replace-re-search-function): new variable containing a function
|
|
7995 to perform a re-search-forward.
|
|
7996 (perform-replace): use them.
|
|
7997
|
442
|
7998 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
7999
|
|
8000 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
8001 (cut-copy-clear-internal): ditto.
|
|
8002
|
|
8003 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
8004
|
|
8005 * about.el (about-url-alist): Update my entry.
|
|
8006 (xemacs-hackers): Ditto.
|
|
8007
|
434
|
8008 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
8009
|
|
8010 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
8011 * minibuf.el (minibuffer-completion-table): ditto.
|
|
8012 * cl-macs.el (return-from): ditto.
|
|
8013
|
442
|
8014 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
8015
|
|
8016 * replace.el (delete-non-matching-lines): temporarily disable
|
|
8017 case-folding when called interactively with a regexp containing
|
|
8018 uppercase characters.
|
|
8019 (delete-matching-lines): ditto.
|
|
8020 (count-matches): ditto.
|
|
8021 (list-matching-lines): ditto.
|
|
8022
|
|
8023 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
8024
|
|
8025 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
8026 abort if current window is split horizontally, not if others are
|
|
8027 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
8028 some comments (it's still complex).
|
|
8029
|
|
8030 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
8031
|
|
8032 * package-get.el: changed address for doc.ic.ac.uk to
|
|
8033 sunsite.doc.ic.ac.uk
|
|
8034
|
|
8035 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8036
|
|
8037 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
8038 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
8039
|
|
8040 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
8041
|
|
8042 * dump-paths.el: Calculate module-directory and set
|
|
8043 module-load-path to the load path for modules.
|
|
8044
|
|
8045 * loadup.el: Get bootstrap value of module-load-path from the
|
|
8046 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
8047 - Display the module load path if we're debugging paths.
|
|
8048
|
|
8049 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
8050 - Added function paths-find-module-directory.
|
|
8051 - Added function paths-construct-module-load-path. Uses new
|
|
8052 environment variable EMACSMODULEPATH.
|
|
8053
|
|
8054 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
8055
|
|
8056 * font.el (font-default-object-for-device):
|
|
8057 Oops! This `or' can't be replaced by `unless'.
|
|
8058 Fixed inability to run w3, among other things.
|
|
8059
|
|
8060 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
8061
|
|
8062 * package-admin.el: Change initialization of
|
|
8063 package-admin-install-function dependent on system type.
|
|
8064 Change package-admin-install-function-mswindows to use
|
|
8065 "minitar".
|
|
8066
|
|
8067 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8068
|
|
8069 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
8070 in the minibuffer.
|
|
8071
|
|
8072 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
8073
|
|
8074 * XEmacs 21.2.8 is released.
|
|
8075
|
|
8076 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
8077
|
|
8078 * XEmacs 21.2.7 is released.
|
|
8079
|
|
8080 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8081
|
|
8082 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
8083
|
|
8084 * package-get.el (package-get-download-menu): Use
|
|
8085 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
8086
|
|
8087 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
8088 (pui-help-string): idem.
|
|
8089 (list-packages-mode): New major mode.
|
|
8090 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
8091 (pui-install-selected-packages): Add suport for removing packages.
|
|
8092 (pui-toggle-package-delete-key): New function.
|
|
8093 (pui-popup-context-sensitive): New kludge.
|
|
8094 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
8095 (package-ui-add-site): New function.
|
|
8096
|
442
|
8097 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
8098
|
|
8099 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
8100
|
|
8101 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8102
|
|
8103 * ldap.el: Custom-ized
|
|
8104 (toplevel): Do not provide `ldap' which is provided by C level
|
|
8105 LDAP code
|
|
8106 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
8107
|
|
8108 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8109
|
|
8110 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
8111
|
|
8112 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
8113
|
|
8114 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
8115 (sound-extension-list): name changed from sound-ext-list.
|
|
8116 (load-default-sounds): use new names.
|
|
8117 (load-sound-file): use new names.
|
|
8118
|
|
8119 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
8120
|
|
8121 * XEmacs 21.2.6 is released
|
|
8122
|
|
8123 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
8124
|
|
8125 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
8126 errors.
|
|
8127
|
|
8128 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8129
|
|
8130 * wid-edit.el (widget-echo-this-extent): Set
|
|
8131 help-echo-owns-message to t.
|
|
8132
|
|
8133 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
8134
|
|
8135 * package-get.el (package-get-download-menu): use toggles for
|
|
8136 each site in the download site menu.
|
|
8137
|
|
8138 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8139
|
|
8140 * package-get.el (package-get): If we cannot find a package
|
|
8141 because package-get-remote is not set, give a more helpful
|
|
8142 error message.
|
|
8143
|
|
8144 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
8145
|
|
8146 * package-get.el (package-get-remote-filename): use an EFS path
|
|
8147 with user anonymous if no user is specified.
|
|
8148
|
|
8149 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8150
|
|
8151 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
8152 calling reset-face on the default face.
|
|
8153
|
|
8154 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8155
|
|
8156 * package-admin.el (package-admin-default-install-function):
|
|
8157 Behave as advertised. Make sure the pkg-dir is proper for
|
|
8158 default-directory.
|
|
8159 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
8160 proper for default-directory.
|
|
8161 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
8162 is proper for default-directory.
|
|
8163
|
|
8164 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
8165
|
|
8166 * XEmacs 21.2.5 is released
|
|
8167
|
|
8168 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
8169
|
|
8170 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
8171 bytecompile time.
|
|
8172
|
|
8173 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
8174
|
|
8175 * x-win-xfree86.el:
|
|
8176 * x-win-sun.el (x-win-init-sun):
|
|
8177 * x-win-sun.el:
|
|
8178 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
8179 * x-iso8859-1.el:
|
|
8180 * x-init.el (init-post-x-win):
|
|
8181 * x-init.el (init-pre-x-win):
|
|
8182 * x-init.el (x-initialize-compose):
|
|
8183 * x-init.el:
|
|
8184 * x-compose.el:
|
|
8185 * winnt.el:
|
|
8186 * widget.el:
|
|
8187 * wid-edit.el (widget-glyph-click):
|
|
8188 * wid-edit.el (widget-glyph-find):
|
|
8189 * wid-edit.el (widget-type):
|
|
8190 * view-less.el (view-buffer-other-window):
|
|
8191 * very-early-lisp.el:
|
|
8192 * version.el:
|
|
8193 * toolbar.el:
|
|
8194 * toolbar-items.el:
|
|
8195 * term/sun.el (suntool-map):
|
|
8196 * term/sun-mouse.el:
|
|
8197 * term/internal.el:
|
|
8198 * syntax.el (modify-syntax-entry):
|
|
8199 * symbol-syntax.el:
|
|
8200 * subr.el:
|
|
8201 * startup.el (lock-directory):
|
|
8202 * simple.el (set-comment-column):
|
|
8203 * simple.el (backward-delete-char-untabify):
|
|
8204 * shadow.el (find-emacs-lisp-shadows):
|
|
8205 * shadow.el:
|
|
8206 * setup-paths.el (paths-construct-info-path):
|
|
8207 * select.el (cut-copy-clear-internal):
|
|
8208 * process.el (call-process-region):
|
|
8209 * process.el (start-process-shell-command):
|
|
8210 * process.el:
|
|
8211 * paths.el (rmail-spool-directory):
|
|
8212 * paragraphs.el (use-hard-newlines):
|
|
8213 * package-get.el (package-get-dependencies):
|
|
8214 * package-admin.el (package-admin-delete-binary-package):
|
|
8215 * obsolete.el (truncate-string):
|
|
8216 * obsolete.el (store-substring):
|
|
8217 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
8218 * mouse.el (mouse-yank-at-point):
|
|
8219 * modeline.el:
|
|
8220 * modeline.el (mouse-drag-modeline):
|
|
8221 * minibuf.el (read-directory-name-internal):
|
|
8222 * minibuf.el (read-file-name-internal):
|
|
8223 * minibuf.el (read-file-name-internal-1):
|
|
8224 * minibuf.el (read-file-name-2):
|
|
8225 * minibuf.el (exact-minibuffer-completion-p):
|
|
8226 * minibuf.el (read-from-minibuffer):
|
|
8227 * minibuf.el:
|
|
8228 * menubar.el (check-menu-syntax):
|
|
8229 * map-ynp.el (map-y-or-n-p):
|
|
8230 * make-docfile.el (docfile-out-of-date):
|
|
8231 * loadup.el ((member "run-temacs" command-line-args)):
|
|
8232 * loadup.el ((member "no-site-file" command-line-args)):
|
|
8233 * loadup.el (really-early-error-handler):
|
|
8234 * loadup.el:
|
|
8235 * loadhist.el:
|
|
8236 * loaddefs.el:
|
|
8237 * lisp-mnt.el (lm-verify):
|
|
8238 * lib-complete.el (lib-complete:cache-completions):
|
|
8239 * lib-complete.el (library-all-completions):
|
|
8240 * itimer.el (itimer-run-expired-timers):
|
|
8241 * info.el (Info-mode):
|
|
8242 * info.el (Info-insert-file-contents):
|
|
8243 * info.el (Info-rebuild-dir):
|
|
8244 * info.el (Info-build-dir-anew):
|
|
8245 * info.el (Info-parse-dir-entries):
|
|
8246 * info.el (Info-dir-outdated-p):
|
|
8247 * info.el (Info-insert-dir):
|
|
8248 * info.el (info-xref):
|
|
8249 * info.el:
|
|
8250 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
8251 * hyper-apropos.el (hyper-describe-face):
|
|
8252 * hyper-apropos.el (hyper-apropos-mode):
|
|
8253 * hyper-apropos.el:
|
|
8254 * help.el (list-processes):
|
|
8255 * help.el:
|
|
8256 * gnuserv.el:
|
|
8257 * font.el (mswindows-font-create-name):
|
|
8258 * font.el (font-default-font-for-device):
|
|
8259 * font.el (x-font-create-object):
|
|
8260 * font.el (font-registry):
|
|
8261 * font.el:
|
|
8262 * font-lock.el (font-lock-keywords):
|
|
8263 * font-lock.el:
|
|
8264 * finder.el (finder-compile-keywords):
|
|
8265 * find-paths.el (paths-find-recursive-path):
|
|
8266 * fill.el (set-justification-center):
|
|
8267 * fill.el (fill-region-as-paragraph):
|
|
8268 * files.el (insert-directory):
|
|
8269 * files.el (wildcard-to-regexp):
|
|
8270 * files.el (recover-file):
|
|
8271 * files.el (basic-save-buffer):
|
|
8272 * files.el (delete-auto-save-file-if-necessary):
|
|
8273 * files.el (file-relative-name):
|
|
8274 * files.el (backup-extract-version):
|
|
8275 * files.el (backup-buffer):
|
|
8276 * files.el (set-visited-file-name):
|
|
8277 * files.el (set-auto-mode):
|
|
8278 * files.el (interpreter-mode-alist):
|
|
8279 * files.el:
|
|
8280 * files.el (find-file-noselect):
|
|
8281 * files.el (abbreviate-file-name):
|
|
8282 * files.el (parse-colon-path):
|
|
8283 * files.el (directory-abbrev-alist):
|
|
8284 * etags.el (visit-tags-table-buffer):
|
|
8285 * easymenu.el (easy-menu-define):
|
|
8286 * dragdrop.el (experimental-dragdrop-drag):
|
|
8287 * dragdrop.el (dragdrop-drop-do-functions):
|
|
8288 * dragdrop.el (dragdrop-drop-at-point):
|
|
8289 * disass.el (disassemble-1):
|
|
8290 * disass.el (disassemble-internal):
|
|
8291 * disass.el (disassemble):
|
|
8292 * disass.el:
|
|
8293 * derived.el (derived-mode-init-mode-variables):
|
|
8294 * derived.el (define-derived-mode):
|
|
8295 * custom.el (defgroup):
|
|
8296 * cus-edit.el (custom-quote):
|
|
8297 * config.el:
|
|
8298 * code-process.el (open-network-stream):
|
|
8299 * code-process.el (start-process):
|
|
8300 * code-process.el (call-process-region):
|
|
8301 * code-process.el (call-process):
|
|
8302 * code-process.el:
|
|
8303 * code-files.el (insert-file-contents):
|
|
8304 * code-files.el:
|
|
8305 * code-files.el (buffer-file-coding-system-for-read):
|
|
8306 * cmdloop.el (yes-or-no-p-minibuf):
|
|
8307 * cl.el:
|
|
8308 * cl-macs.el:
|
|
8309 * cl-extra.el:
|
|
8310 * callers-of-rpt.el (make-caller-report):
|
|
8311 * callers-of-rpt.el:
|
|
8312 * bytecomp.el (batch-byte-recompile-directory):
|
|
8313 * bytecomp.el (batch-byte-compile-1):
|
|
8314 * bytecomp.el (batch-byte-compile):
|
|
8315 * bytecomp.el (display-call-tree):
|
|
8316 * bytecomp.el (byte-compile-insert):
|
|
8317 * bytecomp.el (byte-compile-two-args-19->20):
|
|
8318 * bytecomp.el (byte-compile-variable-ref):
|
|
8319 * bytecomp.el (byte-compile-form):
|
|
8320 * bytecomp.el (byte-compile-top-level-body):
|
|
8321 * bytecomp.el (byte-compile-out-toplevel):
|
|
8322 * bytecomp.el (byte-compile-byte-code-maker):
|
|
8323 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
8324 * bytecomp.el (byte-compile-file-form):
|
|
8325 * bytecomp.el (byte-compile-keep-pending):
|
|
8326 * bytecomp.el (byte-compile-insert-header):
|
|
8327 * bytecomp.el (byte-compile-from-buffer):
|
|
8328 * bytecomp.el (byte-compile-file):
|
|
8329 * bytecomp.el (byte-recompile-file):
|
|
8330 * bytecomp.el (byte-compile-close-variables):
|
|
8331 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
8332 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
8333 * bytecomp.el (byte-compiler-legal-options):
|
|
8334 * bytecomp.el (byte-compile-lapcode):
|
|
8335 * bytecomp.el (byte-optimize-log):
|
|
8336 * bytecomp.el ((fboundp 'defsubst)):
|
|
8337 * bytecomp.el:
|
|
8338 * bytecomp-runtime.el:
|
|
8339 * byte-optimize.el (byte-optimize-apply):
|
|
8340 * byte-optimize.el (car):
|
|
8341 * byte-optimize.el (byte-optimize-form):
|
|
8342 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
8343 * byte-optimize.el:
|
|
8344 * build-report.el (build-report-insert-installation-file):
|
|
8345 * build-report.el (build-report):
|
|
8346 * auto-show.el:
|
|
8347 * apropos.el (apropos-documentation):
|
|
8348 - mega patch
|
|
8349 - clean up byte-compile warnings
|
|
8350 - remove unused variables
|
|
8351 - Use common lisp style hashtable functions
|
|
8352 - byte compiler cleanup
|
|
8353 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
8354 - remove old backquote syntax usage
|
|
8355 - move some cl functionality into C for speed.
|
|
8356 - remove last remaining VMS support
|
|
8357 - spelling fixes
|
|
8358 - implement last, butlast, nbutlast, copy-list in C.
|
|
8359 - new macro ignore-file-errors, similar to ignore-errors
|
|
8360 (ignore-file-errors (delete-file "foo"))
|
|
8361 - get frequent garbage collection during loadup.el by tweaking
|
|
8362 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
8363 - default delete-key-deletes-forward to `t'.
|
|
8364
|
|
8365 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
8366
|
|
8367 * XEmacs 21.2-beta4 is released.
|
|
8368
|
|
8369 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8370
|
|
8371 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
8372 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
8373 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
8374
|
|
8375 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
8376 (add-menu-button): Add 'in-menu' argument.
|
|
8377 (add-menu-item-1): Add in-menu support to helper function.
|
|
8378
|
|
8379 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
8380
|
|
8381 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
8382
|
|
8383 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8384
|
|
8385 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
8386 of Dec 4, 1997.
|
|
8387
|
|
8388 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
8389
|
|
8390 * process.el (shell-command-on-region): Report if the command
|
|
8391 succeeded or failed.
|
|
8392
|
|
8393 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
8394
|
|
8395 * subr.el (buffer-substring-no-properties): Comment out.
|
|
8396
|
434
|
8397 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
8398
|
|
8399 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
8400 into font instances first, like `x-frob-font-size' does.
|
|
8401 (mswindows-find-larger-font): ditto
|
|
8402
|
|
8403 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
8404
|
|
8405 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
8406 to `package-get'.
|
|
8407
|
|
8408 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8409
|
|
8410 * package-get.el (host-name): New widget type.
|
|
8411 (package-get-remote): Better customization using new type.
|
|
8412 (package-get-download-sites): idem dito.
|
|
8413
|
|
8414 (package-get-custom): Do not use package-get-all untill we have
|
|
8415 runtime dependencies.
|
|
8416
|
|
8417 (package-get-remove-copy): Default to 't' we no longer need this
|
|
8418 kludge as we do not currently use depenencies.
|
|
8419
|
|
8420 (package-get-was-current): New variable.
|
|
8421 (package-get-require-base): New 'force-current' argument.
|
|
8422 (package-get-update-base): idem
|
|
8423 (package-get-package-provider): idem
|
|
8424 (package-get-locate-index-file): New 'no-remote' argument.
|
|
8425 (package-get-locate-file): idem.
|
|
8426
|
|
8427 (package-get-maybe-save-index): New function.
|
|
8428 (package-get-update-base): Use it.
|
|
8429
|
|
8430 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
8431
|
|
8432 * package-get.el (package-get-remote): default to nil; by default,
|
|
8433 don't go out to the net via EFS. They must select a download site.
|
|
8434 (package-get-download-sites): new variable.
|
|
8435 (package-get-download-menu): new function.
|
|
8436 (package-get-locate-index-file): new function.
|
|
8437 (package-get-update-base): use it.
|
|
8438
|
|
8439 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
8440 and "Add Download Site" menus under Options | Manage Packages.
|
|
8441
|
|
8442 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
8443
|
|
8444 * package-get.el (package-get): bugfix code checking installed version
|
|
8445 for case where package is not currently installed.
|
|
8446 (package-get-require-signed-base-updates): new variable.
|
|
8447 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
8448 deemed not a goot thing. Use the variable
|
|
8449 package-get-allow-unsigned-base-updates instead.
|
|
8450
|
|
8451 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
8452
|
|
8453 * package-get.el (package-get): Don't install an older version than
|
|
8454 we already have unless explicitly told to. Issue a warning.
|
|
8455
|
|
8456 * package-ui.el (pui-add-required-packages): when adding
|
|
8457 dependencies, don't add packages that are up to date.
|
|
8458 (pui-package-symbol-char): Don't consider a package out of date
|
|
8459 if you have a newer version installed than the latest version in
|
|
8460 package-get-base.
|
|
8461
|
|
8462 * package-get.el (package-get-base-filename): document that it may
|
|
8463 be a path relative to package-get-remote; new default value.
|
|
8464 (package-get-locate-file): new function.
|
|
8465 (package-get-update-base): use it to expand package-get-base-filename.
|
|
8466 (package-get-save-base): new function to save the package-get database
|
|
8467 to file.
|
|
8468 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
8469 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
8470 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
8471 (package-get-file-installed-p): removed; no longer needed.
|
|
8472 (package-get-create-custom): ditto.
|
|
8473 (toplevel): remove code to build and load package-get-custom.el
|
|
8474 (package-get-custom-add-entry): new function.
|
|
8475
|
|
8476 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
8477
|
|
8478 * wid-edit.el (widget-button-click): Don't switch window.
|
|
8479
|
|
8480 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8481
|
|
8482 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
8483
|
|
8484 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
8485
|
|
8486 * etags.el (find-tag-default): Run find-tag-hook using
|
|
8487 run-hooks rather than funcall
|
|
8488
|
|
8489 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
8490
|
|
8491 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
8492 and the current local map as the parents to isearch-mode-map.
|
|
8493
|
|
8494 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
8495
|
|
8496 * XEmacs 21.2-beta3 is released.
|
|
8497
|
|
8498 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
8499
|
|
8500 * package-get.el (package-get-update-base): use
|
|
8501 insert-file-contents-internal, not insert-file-contents-literally.
|
|
8502
|
|
8503 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8504
|
|
8505 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
8506 dump time.
|
|
8507
|
|
8508 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
8509
|
|
8510 * package-get.el (package-get-update-base-entry): new function.
|
|
8511 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
8512 cleanup, and use package-get-update-base-from-buffer.
|
|
8513 (package-get-update-base-from-buffer): new function.
|
|
8514 (package-get-update-base-entries): new; helper for above.
|
|
8515 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
8516
|
|
8517 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
8518
|
|
8519 * files.el (set-auto-mode): Don't play games loading package-get
|
|
8520 database; package-get-package-provider will handle it all.
|
|
8521
|
|
8522 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
8523
|
|
8524 * package-get.el (package-get-base-filename): new variable.
|
|
8525 (package-get-require-base): new function.
|
|
8526 (package-get-pgp-signed-begin-line): new variable.
|
|
8527 (package-get-pgp-signature-begin-line): ditto.
|
|
8528 (package-get-pgp-signature-end-line): ditto.
|
|
8529 (package-get-load-base): new function.
|
|
8530 (package-get-interactive-package-query):
|
|
8531 (package-get-update-all):
|
|
8532 (package-get-dependencies):
|
|
8533 (package-get-package-provider):
|
|
8534 (package-get-custom): use package-get-require-base.
|
|
8535 [package-get-custom loading]: disable for now.
|
|
8536
|
|
8537 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
8538
|
|
8539 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8540
|
|
8541 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
8542
|
|
8543 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8544
|
|
8545 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
8546 to with Customize. Move all the package stuff to a new Item in Options.
|
|
8547
|
|
8548 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
8549
|
|
8550 * package-get.el (package-get): Use new
|
|
8551 package-admin-get-install-dir.
|
|
8552
|
|
8553 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
8554 Conserve package location and put mule packages where mule-base is.
|
|
8555
|
|
8556 * package-get.el : Customized
|
|
8557
|
|
8558 * package-ui.el (pui): Customized
|
|
8559 (pui-package-install-dest-dir): New variable.
|
|
8560 (pui-install-selected-packages): Use it
|
|
8561
|
|
8562 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
8563
|
|
8564 * package-get.el (package-get-interactive-package-query): Move
|
|
8565 dependency on package-get-base to run-time.
|
|
8566 (package-get-update-all): Ditto.
|
|
8567 (package-get-dependencies): Ditto.
|
|
8568 (package-get-package-provider): Ditto.
|
|
8569 (package-get-custom): Ditto.
|
|
8570
|
|
8571 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
8572
|
|
8573 * events.el: Remove 'ascii-character property from 'backspace
|
|
8574 and 'delete symbols
|
|
8575
|
|
8576 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
8577
|
|
8578 * package-get-base.el: removed.
|
|
8579
|
442
|
8580 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
8581
|
|
8582 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
8583 (no-upper-case-p): new function.
|
|
8584 (with-search-caps-disable-folding): new macro.
|
|
8585 (with-interactive-search-caps-disable-folding): new macro.
|
|
8586 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
8587 the character is uppercase.
|
|
8588 (zap-up-to-char): ditto.
|
|
8589
|
|
8590 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
8591
|
|
8592 * isearch-mode.el (isearch-fix-case): ditto.
|
|
8593 make obsolete `with-caps-disable-folding' and
|
|
8594 `isearch-no-upper-case-p'.
|
|
8595
|
|
8596 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
8597 (tags-search): ditto.
|
|
8598 (tags-query-replace): ditto.
|
|
8599
|
|
8600 * info.el (Info-search): ditto.
|
|
8601
|
|
8602 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8603
|
|
8604 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
8605
|
|
8606 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
8607
|
|
8608 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
8609 check for "." and ".." before symlink check. expand files and
|
|
8610 directories with respect to DIRECTORY, not default-directory.
|
|
8611
|
|
8612 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
8613
|
|
8614 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
8615
|
|
8616 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
8617
|
|
8618 * package-ui.el (pui-add-required-packages): new function, select
|
|
8619 dependent packages.
|
|
8620 (pui-display-keymap): bind it.
|
|
8621 (pui-help-string): document it.
|
|
8622 (pui-install-selected-packages): package-get-all -> package-get.
|
|
8623
|
|
8624 * package-get.el (package-get-dependencies): new function.
|
|
8625
|
|
8626 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8627
|
|
8628 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
8629 regexps.
|
|
8630
|
|
8631 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8632
|
|
8633 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
8634 function.
|
|
8635 (default-mouse-track-normalize-point): Use it.
|
|
8636
|
|
8637 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8638
|
|
8639 * package-admin.el (package-admin-delete-binary-package):
|
|
8640 General cleanup. Remove unnessary use of progn and
|
|
8641 save-excursion.
|
|
8642 (package-admin-delete-binary-package): Do NOT mess with file
|
|
8643 modes. That is evil.
|
|
8644 (package-admin-delete-binary-package): Wrap all deleting in
|
|
8645 condition-case. The data in MANIFEST is untrustworthy.
|
|
8646 (package-admin-delete-binary-package): Let the OS worry about non
|
|
8647 empty directories.
|
|
8648
|
|
8649 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
8650
|
|
8651 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
8652 processing.
|
|
8653 (lm-report-bug): Fix mail address to send bug reports to.
|
|
8654
|
|
8655 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
8656
|
|
8657 * XEmacs 21.2-beta2 is released.
|
|
8658
|
|
8659 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8660
|
|
8661 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
8662
|
|
8663 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8664
|
|
8665 * info.el (Info-mode): Document page turning by double clicks in
|
|
8666 docstring so `M-x describe-mode' will display it.
|
|
8667
|
|
8668 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8669
|
|
8670 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
8671 widths to calculate a border region where double clicking does
|
|
8672 page turning, and return `nil' by default so other hooks, such as
|
|
8673 region highlighting, will be run.
|
|
8674
|
|
8675 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
8676
|
|
8677 * sound.el (default-sound-directory-list): Initialize with all the
|
|
8678 "sounds" directories in `data-directory-list'. It used to just be
|
|
8679 the first one.
|
|
8680
|
|
8681 * packages.el (locate-data-directory-list): Created. This gives
|
|
8682 the list of matching directories, unlike `locate-data-directory',
|
|
8683 which just gives the first one.
|
|
8684
|
|
8685 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8686
|
|
8687 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
8688 make a binding in the local keymap until help-char handling is
|
|
8689 improved.
|
|
8690
|
|
8691 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
8692 binding.
|
|
8693 (help-print-help-form): New helper function.
|
|
8694
|
|
8695 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8696
|
|
8697 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
8698 move extent to another buffer; no need to create a new extent.
|
|
8699 (isearch-fix-case): New function.
|
|
8700 (isearch-search-and-update): Use it.
|
|
8701
|
|
8702 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8703
|
|
8704 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
8705 the keymap, not minor-mode-map-alist.
|
|
8706 (isearch-done): Restore overriding-local-map.
|
|
8707
|
|
8708 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
8709
|
|
8710 * bytecomp.el (byte-compile-buffer-substring):
|
|
8711 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
8712 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
8713 - new code not only works, but is more readable, too.
|
|
8714
|
|
8715 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8716
|
|
8717 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
8718 specify a default font at this late stage. Do try to force
|
|
8719 creation of the default face font so that if it fails we get
|
|
8720 an error now instead of a crash at frame creation.
|
|
8721
|
|
8722 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
8723 mswindows-make-font-unitalic: Canonical default weight
|
|
8724 changed from "Normal" to "Regular".
|
|
8725
|
|
8726 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
8727 not being passed into call to mswindows-find-smaller-font.
|
|
8728
|
763
|
8729 1998-09-10 Björn Torkelsson <torkel@hpc2n.umu.se>
|
428
|
8730
|
|
8731 * package-get.el (package-get-remote): Fix the path where to find
|
|
8732 the packages on xemacs.org.
|
|
8733
|
|
8734 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
8735
|
|
8736 * about.el (about-maintainer-info): Update Ben's entry.
|
|
8737
|
|
8738 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
8739
|
|
8740 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
8741 - `member' was being called on lists of length 2000!
|
|
8742 - Replace with hashtables.
|
|
8743 - Replace hand-coded loops with (dolist)
|
|
8744 - Fix comment typo
|
|
8745
|
|
8746 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
8747
|
|
8748 * packages.el: Added new function, `package-delete-name', to
|
|
8749 delete existing packages from the installed package database
|
|
8750 (`packages-package-list'). Also added the "pkginfo" directory
|
|
8751 to `packages-special-base-regexp', so that the pkginfo directory
|
|
8752 would not get added to `late-packages'.
|
|
8753
|
|
8754 * package-admin.el: Added ability to delete an installed package
|
|
8755 (added low-level function, `package-admin-delete-package').
|
|
8756 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
8757 delete the package. When installing a package, will also
|
|
8758 create a MANIFEST.* file if one is not provided by the
|
|
8759 package. If the MANIFEST.* doesn't exist when deleting a
|
|
8760 package, the functions will fall back to attempting to delete
|
|
8761 any package-specific lisp directory.
|
|
8762
|
|
8763 * package-get.el: Moved some functions to package-admin.el.
|
|
8764 Added interactive function `package-get-delete-package', for
|
|
8765 use by users for deleting a package.
|
|
8766
|
442
|
8767 Also modified to not require the presence of efs.
|
428
|
8768
|
|
8769 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8770
|
|
8771 * files.el (find-file-noselect): Handle all signals, kill the
|
|
8772 buffer and resignal.
|
|
8773
|
|
8774 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
8775
|
|
8776 * cl-macs.el (glyph-image): Add setf method.
|
|
8777
|
|
8778 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
8779
|
|
8780 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
8781 .tar.gz files first, in preference over .tgz files.
|
|
8782
|
|
8783 * package-ui.el: Fix display of package version numbers.
|
|
8784
|
|
8785 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8786
|
|
8787 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
8788 argument.
|
|
8789
|
|
8790 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
8791
|
|
8792 * list-mode.el: `display-completion-list': added new/optional
|
|
8793 keyword `:completion-string', which allows the programmer to
|
|
8794 change the "Possible completions are:" prompt.
|
|
8795
|
|
8796 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
8797 visual package browser/installer:
|
|
8798
|
|
8799 Options->Customize->List Packages
|
|
8800
|
|
8801 * package-admin.el: Added hooks for installing under both Unix
|
|
8802 and MS Windows. Does additional error checking. No longer
|
|
8803 calls "add-big-package.sh" to install packages under Unix; now
|
|
8804 calls gunzip & tar directly.
|
|
8805
|
|
8806 * package-get.el: Added ability to install packages from files
|
|
8807 on a local disk/CDROM. Now deletes any existing package lisp
|
|
8808 directory. Does completion on available packages when
|
|
8809 querying for package names. Will also search for .tgz files
|
|
8810 in addition for .tar.gz files. Tries to reload
|
|
8811 auto-autoloads, as a convenience when loading new packages,
|
|
8812 and also tries to add any new package paths to `load-path'.
|
|
8813 Changed all occurences of `concat' to use `expand-file-name'.
|
|
8814
|
|
8815 * package-ui.el: New file which implements the main visual
|
|
8816 package browser/installer, which is started via a menu pick or
|
|
8817 M-x pui-list packages.
|
|
8818
|
|
8819 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8820
|
|
8821 * startup.el (load-init-file): spelling fix.
|
|
8822
|
|
8823 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8824
|
|
8825 * startup.el (normal-top-level): Load auto-autoload files
|
|
8826 covariantly with their precedence.
|
|
8827
|
|
8828 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8829
|
|
8830 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
8831 option, there is currently no custom equivalent.. Customize-faces
|
|
8832 is "Edit faces".
|
|
8833
|
|
8834 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
8835 default face.
|
|
8836
|
|
8837 * faces.el (face-spec-update-all-matching): New function.
|
|
8838
|
|
8839 * cus-face.el (custom-set-face-update-spec): New function.
|
|
8840 Interface to customize faces from elisp.
|
|
8841
|
|
8842 (custom-face-value-create): Show the customized settings if set
|
|
8843 but not saved.
|
|
8844
|
|
8845 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8846
|
|
8847 (custom-face-value-create): Show the customized settings if set
|
|
8848 but not saved.
|
|
8849
|
|
8850 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8851
|
|
8852 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
8853 query-replace-regexp.
|
|
8854
|
|
8855 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
8856
|
|
8857 * minibuf.el (read-file-name-internal-1): use
|
|
8858 user-name-completion-1 instead of user-name-completion.
|
|
8859
|
|
8860 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8861
|
|
8862 * loadup.el:
|
|
8863 * make-docfile.el:
|
|
8864 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
8865 global variable) no more.
|
|
8866
|
|
8867 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
8868 (now defunct as a global variable) a parameter.
|
|
8869
|
|
8870 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
8871
|
|
8872 * about.el (about-hackers): new email
|
|
8873
|
|
8874 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
8875
|
|
8876 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
8877
|
442
|
8878 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
8879
|
|
8880 * faces.el (set-face-property):
|
|
8881 (set-face-dim-p):
|
|
8882 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
8883 tty-specific.
|
|
8884 (face-equal): the dim property is now a common one.
|
|
8885
|
|
8886 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
8887 Renamed the `stipple' attribute to `background-pixmap'.
|
|
8888 (custom-face-background-pixmap): make custom-face-stipple an
|
|
8889 obsolete alias for this.
|
|
8890
|
|
8891 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8892
|
|
8893 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
8894 used.
|
|
8895
|
|
8896 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
8897
|
|
8898 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8899
|
|
8900 * packages.el (packages-data-path-depth): Added and used.
|
|
8901
|
|
8902 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
8903
|
|
8904 * about.el:
|
|
8905 - Change .xpm to .png, delete "zcat" section.
|
|
8906 - cosmetic fix in the 'marcpa' entry.
|
|
8907
|
|
8908 * etc/photos
|
|
8909 - convert all .xpm.Z to .png
|
|
8910 - rename mrb to martin
|
|
8911 - rename mcook-m to mcookm
|
|
8912
|
|
8913 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
8914
|
|
8915 * x-init.el (x-initialize-compose): Add support for
|
|
8916 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
8917
|
|
8918 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
8919
|
|
8920 * setup-paths.el (paths-construct-exec-path): Made the
|
|
8921 last-packages really be last.
|
|
8922 (paths-construct-data-directory-list): Ditto.
|
|
8923
|
|
8924 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
8925
|
|
8926 * startup.el(startup-splash-frame-body):
|
|
8927 Update Copyright notice in splash screen
|
|
8928
|
|
8929 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
8930
|
|
8931 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
8932
|
|
8933 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8934
|
|
8935 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
8936 aginst destroyed extents
|
|
8937
|
|
8938 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
8939
|
|
8940 * package-get.el (package-get): add `install-dir' argument.
|
|
8941
|
|
8942 1998-07-20 John Jones <jj@asu.edu>
|
|
8943
|
|
8944 * package-get.el: calls to package-get-update-all will only
|
|
8945 update packages which are already installed.
|
|
8946
|
|
8947 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
8948
|
|
8949 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
8950 writable.
|
|
8951
|
|
8952 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
8953
|
|
8954 * about.el (about-hackers): Correct my email.
|
|
8955
|
|
8956 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
8957
|
|
8958 * about.el (about-hackers): new email-address.
|
|
8959
|
|
8960 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
8961
|
|
8962 * minibuf.el (read-number): Don't let `input-error' condition
|
|
8963 escape.
|
|
8964
|
|
8965 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
8966
|
|
8967 * about.el (about-hackers): use my `email-for-life' address.
|
|
8968
|
|
8969 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
8970
|
|
8971 * XEmacs 21.2-beta1 is released.
|
|
8972
|
|
8973 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8974
|
|
8975 * ldap.el (ldap-search): Doc string change
|
|
8976
|
|
8977 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
8978
|
|
8979 * menubar-items.el (default-menubar): Removed references to
|
|
8980 `data-directory', and use `locate-data-file' instead, and made
|
|
8981 then greyed out if they don't exist.
|
|
8982
|
|
8983 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8984
|
|
8985 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
8986 since the latter does not accept integer args anymore
|
|
8987
|
|
8988 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
8989
|
|
8990 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
8991 macros replaced.
|
|
8992
|
|
8993 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
8994
|
|
8995 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
8996 * update-elc.el: Ditto.
|
|
8997 * loadup.el (really-early-error-handler): Ditto.
|
|
8998
|
|
8999 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
9000 very-early-lisp.el.
|
|
9001
|
|
9002 * very-early-lisp.el: New file.
|
|
9003
|
|
9004 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
9005
|
|
9006 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
9007
|
|
9008 * obsolete.el (eval-current-buffer): Make compatible.
|
|
9009 (byte-code-function-p): Ditto.
|
|
9010 (send-string): Removed.
|
|
9011 (send-region): Removed.
|
|
9012 (screen-scrollbar-width): Removed.
|
|
9013 (set-screen-scrollbar-width): Removed.
|
|
9014 (set-screen-left-margin-width): Removed.
|
|
9015 (set-screen-right-margin-width): Removed.
|
|
9016 (screen-left-margin-width): Removed.
|
|
9017 (screen-right-margin-width): Removed.
|
|
9018 (set-buffer-left-margin-width): Removed.
|
|
9019 (set-buffer-right-margin-width): Removed.
|
|
9020 (buffer-left-margin-width): Removed.
|
|
9021 (buffer-right-margin-width): Removed.
|
|
9022 (x-set-frame-icon-pixmap): Removed.
|
|
9023 (x-set-screen-icon-pixmap): Removed.
|
|
9024 (pixel-name): Removed.
|
|
9025 (make-pixmap): Removed.
|
|
9026 (make-cursor): Removed.
|
|
9027 (pixmap-width): Removed.
|
|
9028 (pixmap-contributes-to-line-height-p): Removed.
|
|
9029 (set-pixmap-contributes-to-line-height): Removed.
|
|
9030
|
|
9031 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
9032
|
|
9033 * obsolete.el (popup-menu-up-p): removed.
|
|
9034 (read-no-blanks-input): Removed.
|
|
9035 (wholenump): Removed.
|
|
9036 (ring-mod): Removed (what was ring-mod?).
|
|
9037 (current-time-seconds): Removed.
|
|
9038 (run-special-hook-with-args): Removed.
|
|
9039 (dot): Removed.
|
|
9040 (dot-marker): Removed.
|
|
9041 (dot-min): Removed.
|
|
9042 (dot-max): Removed.
|
|
9043 (window-dot): Removed.
|
|
9044 (set-window-dot): Removed.
|
|
9045
|
|
9046 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
9047 `dot-min'.
|
|
9048
|
|
9049 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
9050
|
|
9051 * code-files.el (insert-file-contents): Rename
|
|
9052 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
9053 (write-region): Ditto.
|
|
9054
|
|
9055 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
9056
|
|
9057 * about.el: Fix typos, update release date.
|
|
9058
|
|
9059 * Symbols that have been obsolete for at least 3 years removed.
|
|
9060
|
|
9061 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
9062 screen- functions.
|
|
9063 (toplevel): remove setf methods for screen functions.
|
|
9064 * cl-macs.el (extent-data): defsetf removed.
|
|
9065 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
9066 many places to remove.
|
|
9067 (comment-indent-hook): Ditto.
|
|
9068 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
9069 (buffer-dedicated-screen): Ditto.
|
|
9070 (deiconify-screen): Ditto.
|
|
9071 (delete-screen): Ditto.
|
|
9072 (event-screen): Ditto.
|
|
9073 (find-file-other-screen): Ditto.
|
|
9074 (find-file-read-only-other-screen): Ditto.
|
|
9075 (live-screen-p): Ditto.
|
|
9076 (screen-height): Ditto.
|
|
9077 (screen-iconified-p): Ditto.
|
|
9078 (screen-list): Ditto.
|
|
9079 (screen-live-p): Ditto.
|
|
9080 (screen-name): Ditto.
|
|
9081 (screen-parameters): Ditto.
|
|
9082 (screen-pixel-height): Ditto.
|
|
9083 (screen-pixel-width): Ditto.
|
|
9084 (screen-root-window): Ditto.
|
|
9085 (screen-selected-window): Ditto.
|
|
9086 (screen-totally-visible-p): Ditto.
|
|
9087 (screen-visible-p): Ditto.
|
|
9088 (screen-width): Ditto.
|
|
9089 (screenp): Ditto.
|
|
9090 (get-screen-for-buffer): Ditto.
|
|
9091 (get-screen-for-buffer-noselect): Ditto.
|
|
9092 (get-other-screen): Ditto.
|
|
9093 (iconify-screen): Ditto.
|
|
9094 (lower-screen): Ditto.
|
|
9095 (mail-other-screen): Ditto.
|
|
9096 (make-screen): Ditto.
|
|
9097 (make-screen-invisible): Ditto.
|
|
9098 (make-screen-visible): Ditto.
|
|
9099 (modify-screen-parameters): Ditto.
|
|
9100 (new-screen): Ditto.
|
|
9101 (next-screen): Ditto.
|
|
9102 (next-multiscreen-window): Ditto.
|
|
9103 (other-screen): Ditto.
|
|
9104 (previous-screen): Ditto.
|
|
9105 (previous-multiscreen-window): Ditto.
|
|
9106 (raise-screen): Ditto.
|
|
9107 (redraw-screen): Ditto.
|
|
9108 (select-screen): Ditto.
|
|
9109 (selected-screen): Ditto.
|
|
9110 (set-buffer-dedicated-screen): Ditto.
|
|
9111 (set-screen-height): Ditto.
|
|
9112 (set-screen-position): Ditto.
|
|
9113 (set-screen-size): Ditto.
|
|
9114 (set-screen-width): Ditto.
|
|
9115 (show-temp-buffer-in-current-screen): Ditto.
|
|
9116 (switch-to-buffer-other-screen): Ditto.
|
|
9117 (visible-screen-list): Ditto.
|
|
9118 (window-screen): Ditto.
|
|
9119 (x-set-screen-pointer): Ditto.
|
|
9120 (x-set-frame-pointer): Ditto.
|
|
9121 (screen-title-format): Ditto.
|
|
9122 (screen-icon-title-format): Ditto.
|
|
9123 (terminal-screen): Ditto.
|
|
9124 (delete-screen-hook): Ditto.
|
|
9125 (create-screen-hook): Ditto.
|
|
9126 (mouse-enter-screen-hook): Ditto.
|
|
9127 (mouse-leave-screen-hook): Ditto.
|
|
9128 (map-screen-hook): Ditto.
|
|
9129 (unmap-screen-hook): Ditto.
|
|
9130 (default-screen-alist): Ditto.
|
|
9131 (default-screen-name): Ditto.
|
|
9132 (x-screen-defaults): Ditto.
|
|
9133 (x-create-screen): Ditto.
|
|
9134 * obsolete.el: meta-flag removed.
|
|
9135 baud-rate removed.
|
|
9136 sleep-for-millisecs removed.
|
|
9137 extent-data removed.
|
|
9138 set-extent-data removed.
|
|
9139 set-extent-attribute removed.
|
|
9140 extent-glyph removed.
|
|
9141 extent-layout removed.
|
|
9142 set-extent-layout removed.
|
|
9143 list-faces-display removed.
|
|
9144 list-faces removed.
|
|
9145 trim-versions-without-asking removed.
|
|
9146 after-write-file-hooks removed.
|
|
9147 truename removed.
|
|
9148 auto-fill-hook removed.
|
|
9149 blink-paren-hook removed.
|
|
9150 select-screen-hook, deselect-screen-hook removed.
|
|
9151 auto-raise-screen, auto-lower-screen removed.
|
|
9152
|
|
9153 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
9154
|
|
9155 * XEmacs 21.0-pre5 is released.
|
|
9156
|
|
9157 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
9158
|
|
9159 * about.el (about-hackers): Credits update.
|
|
9160
|
|
9161 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
9162
|
|
9163 * register.el (insert-register): Don't activate the region.
|
|
9164
|
|
9165 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
9166
|
|
9167 * select.el: Restore x-* symbols for backwards compatibility:
|
|
9168 x-copy-primary-selection, x-kill-primary-selection,
|
|
9169 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
9170 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
9171
|
|
9172 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
9173
|
|
9174 * XEmacs 21.0-pre4 is released.
|
|
9175
|
|
9176 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
9177
|
|
9178 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
9179 reporting bugs.
|
|
9180 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
9181 `expand-file-name' rather than `concat'.
|
|
9182
|
|
9183 * help.el (print-messages): New function.
|
|
9184
|
|
9185 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9186
|
|
9187 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
9188
|
|
9189 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9190
|
|
9191 * about.el: Tweaked my entry in about-hackers.
|
|
9192
|
|
9193 * find-paths.el (paths-emacs-root-p):
|
|
9194 Relaxed emacs-root checking of an in-place installation to
|
442
|
9195 also accommodate the flat layout used on MS Windows.
|
428
|
9196
|
|
9197 1998-06-29 John Jones <jj@asu.edu>
|
|
9198
|
|
9199 * package-get.el: calls to package-get-update-all will only
|
|
9200 update packages which are already installed.
|
|
9201
|
|
9202 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
9203
|
|
9204 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
9205 are handled by the gui-element face fallbacks now.
|
|
9206
|
|
9207 * x-faces.el: default gui-element face to "background" as well as
|
|
9208 the default face.
|
|
9209
|
|
9210 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
9211 and default face settings since these are set as fallbacks now in
|
|
9212 the appropriate domain.
|
|
9213
|
|
9214 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
9215
|
|
9216 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
9217 corresponding to `page-delim' goes first and the hack in
|
|
9218 `forward-paragraph' will work.
|
|
9219 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
9220
|
|
9221 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9222
|
|
9223 * subr.el (remove-hook): When checking the hook value
|
|
9224 with functionp, don't apply car to it.
|
|
9225
|
|
9226 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9227
|
|
9228 * package-get.el (package-get-remote-filename):
|
|
9229 Don't use file-name-as-directory because the local directory
|
|
9230 separator conventions might not be the same as ftp's.
|
|
9231
|
|
9232 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9233
|
|
9234 * ldap.el (ldap-host-parameters-alist): New name of
|
|
9235 `ldap-host-parameters-plist'
|
|
9236
|
434
|
9237 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
9238
|
|
9239 * package-get.el: Using (require 'package-get-base), now that it
|
|
9240 provides itself. Consequently removed all instances of (load
|
|
9241 "package-get-base.el").
|
|
9242
|
|
9243 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9244
|
|
9245 * subr.el (remove-hook): Don't treat the hook value as a
|
|
9246 list unless it is both consp and not functionp.
|
|
9247
|
|
9248 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
9249
|
|
9250 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
9251 * auto-show.el: Ditto.
|
|
9252 * bytecomp.el: Ditto.
|
|
9253 * faces.el: Ditto.
|
|
9254 * x-scrollbar.el: Ditto.
|
|
9255 * x-misc.el: Ditto.
|
|
9256 * tty-init.el: Ditto.
|
|
9257 * toolbar-items.el: Ditto.
|
|
9258 * symbol-syntax.el: Ditto.
|
|
9259 * specifier.el: Ditto.
|
|
9260 * objects.el: Ditto.
|
|
9261 * hyper-apropos.el: Ditto.
|
|
9262 * glyphs.el: Ditto.
|
|
9263
|
|
9264 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
9265
|
|
9266 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
9267 vertical-divider-always-visible-p.
|
|
9268 (default-mouse-motion-handler): Ditto.
|
|
9269
|
|
9270 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9271
|
|
9272 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
9273 global value.
|
|
9274
|
|
9275 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
9276
|
|
9277 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
9278
|
|
9279 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9280
|
|
9281 * font.el: Split font-family-mappings into X and
|
|
9282 mswindows-specific versions.
|
|
9283 mswindows-font-create-[object|name]: Treat supplied size
|
|
9284 as a pointsize. Added underline and strikethru handling.
|
|
9285
|
|
9286 * msw-faces.el: changed default mswindows charset to western.
|
|
9287
|
|
9288 * msw-glyphs.el: removed space in border-glyph font string that
|
|
9289 was inserted to get round bugs in the mswindows C font code.
|
|
9290
|
|
9291 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
9292
|
|
9293 * about.el (about-hackers): Credits update.
|
|
9294
|
|
9295 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
9296 TUTORIAL.
|
|
9297
|
|
9298 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
9299 to ISO-8859-2.
|
|
9300
|
|
9301 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9302
|
|
9303 * font.el: Split font-family-mappings into X and
|
|
9304 mswindows-specific versions.
|
|
9305 mswindows-font-create-[object|name]: Treat supplied size
|
|
9306 as a pointsize. Added underline and strikethru handling.
|
|
9307
|
|
9308 * msw-faces.el: changed default mswindows charset to western.
|
|
9309
|
|
9310 * msw-glyphs.el: removed space in border-glyph font string that
|
|
9311 was inserted to get round bugs in the mswindows C font code.
|
|
9312
|
|
9313 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9314
|
|
9315 * minibuf.el: make read-color-completion-table call
|
|
9316 (mswindows-color-list for mswindows devices.
|
|
9317
|
|
9318 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
9319
|
|
9320 * lisp/font-lock.el
|
|
9321 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
9322 Let declaration items contain non-word symbol characters.
|
|
9323
|
434
|
9324 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
9325
|
|
9326 * package-get.el (package-get-package-provider): Added autoload
|
|
9327 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
9328 it. Fixed some (interactive ...) with multiple argument specs
|
|
9329 again. Cosmetic indentation changes.
|
|
9330
|
|
9331 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
9332
|
|
9333 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
9334 that you want to use later.
|
|
9335
|
|
9336 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
9337
|
|
9338 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
9339 to x-kill-primary-selection with kill-primary-selection
|
|
9340
|
|
9341 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
9342
|
|
9343 * simple.el (what-cursor-position): Make cursor position reported
|
|
9344 use value of column-number-start-at-one
|
|
9345
|
|
9346 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
9347
|
|
9348 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
9349
|
|
9350 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
9351
|
|
9352 * startup.el (startup-splash-frame): Remove
|
|
9353 `xemacs-startup-logo-function'.
|
|
9354
|
|
9355 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
9356
|
|
9357 * about.el (about-hackers): Update credits list.
|
|
9358
|
|
9359 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
9360
|
|
9361 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
9362 extensions to be found by load-sound-file
|
|
9363
|
|
9364 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9365
|
|
9366 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
9367 (Info-auto-generate-directory): New variable
|
|
9368 (Info-save-auto-generated-dir): New variable
|
|
9369 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
9370 (Info-build-dir-anew): Second parameter removed. Use
|
|
9371 `Info-save-auto-generated-dir'
|
|
9372 (Info-rebuild-dir): Ditto
|
|
9373
|
|
9374 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
9375
|
|
9376 * list-mode.el (next-list-mode-item): Would not recognize
|
|
9377 border between directly neighbored items.
|
|
9378
|
|
9379 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
9380
|
|
9381 * package-get.el: add autoloads for some functions.
|
|
9382
|
|
9383 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
9384
|
|
9385 * specifier.el (let-specifier): Tiny docfixes.
|
|
9386
|
|
9387 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
9388
|
|
9389 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
9390
|
|
9391 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
9392
|
|
9393 * wid-edit.el (widget-specify-secret): New function.
|
|
9394 (widget-after-change): Use it.
|
|
9395 (widget-specify-field): Use it.
|
|
9396
|
|
9397 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
9398
|
|
9399 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
9400 `doit'; reuse result of `window-pixel-edges'.
|
|
9401
|
|
9402 * modeline.el (drag-modeline-event-lag): Rename to
|
|
9403 drag-divider-event-lag.
|
|
9404
|
|
9405 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
9406
|
|
9407 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
9408 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
9409 arguments.
|
|
9410
|
|
9411 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
9412
|
|
9413 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
9414 `completion-ignore-case' in completions buffer under Windows.
|
|
9415
|
|
9416 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9417
|
|
9418 * about.el (about-maintainer-glyph): Fix support for not
|
|
9419 compressed images.
|
|
9420
|
|
9421 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9422
|
|
9423 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
9424
|
|
9425 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
9426 `cancel-mode-internal' function is fetched.
|
|
9427
|
|
9428 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
9429
|
|
9430 * files.el (save-some-buffers-1): Fixed return value.
|
|
9431
|
|
9432 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
9433
|
|
9434 * dragdrop.el: added experimental
|
|
9435
|
|
9436 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
9437
|
|
9438 * startup.el (after-init-hook, init-file-user,
|
|
9439 user-init-directory, load-user-init-file): Purge references
|
|
9440 to "~/.xemacs/init.el" from docstrings.
|
|
9441
|
|
9442 (load-user-init-file) Use paths-construct-path to construct
|
|
9443 paths to user init files. Go directly to ~/.emacs, do not
|
|
9444 search ~/.xemacs/, do not load `default-custom-file'.
|
|
9445
|
|
9446 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
9447
|
|
9448 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
9449 general *sh.
|
|
9450 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
9451
|
|
9452 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
9453
|
|
9454 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
9455 menu.
|
|
9456
|
|
9457 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
9458
|
|
9459 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
9460 in xpm-color-symbols instead of default.
|
|
9461
|
|
9462 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
9463
|
|
9464 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
9465
|
|
9466 * startup.el (xemacs-startup-logo-function): New variable.
|
|
9467 (startup-splash-frame): Use it.
|
|
9468
|
|
9469 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
9470
|
|
9471 * files.el (save-some-buffers): Would wait 1 second.
|
|
9472 (save-some-buffers-1): Delete other windows here instead of in
|
|
9473 `save-some-buffers'.
|
|
9474 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
9475
|
442
|
9476 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
9477
|
|
9478 * cus-face.el (custom-face-attributes): generalized the use of
|
|
9479 toggle buttons for boolean attributes.
|
|
9480 Re-ordered the items a bit.
|
|
9481
|
|
9482 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
9483
|
|
9484 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
9485 to find the sounds directory.
|
|
9486
|
|
9487 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
9488
|
|
9489 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
9490 otherwise. load-default sounds without extensions.
|
|
9491
|
763
|
9492 1998-05-27 Björn Torkelsson <torkel@hpc2n.umu.se>
|
428
|
9493
|
|
9494 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
9495 if send-pr is not bound.
|
|
9496
|
|
9497 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
9498
|
|
9499 * files.el: grok idl files in auto-mode-alist.
|
|
9500 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
9501
|
|
9502 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
9503 calling `upcase'.
|
|
9504
|
|
9505 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
9506
|
|
9507 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
9508
|
|
9509 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9510
|
|
9511 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
9512 instead of XEmacs one when dumping InfoDock.
|
|
9513
|
|
9514 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9515
|
|
9516 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
9517 for `modeline-visible-p'
|
|
9518
|
|
9519 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
9520
|
|
9521 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
9522
|
|
9523 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
9524 since it's not used anymore. doc string fixes.
|
|
9525
|
|
9526 * package-get.el (package-get-file-installed-p): new function. use
|
|
9527 instead of file-installed-p which is in an external package.
|
|
9528
|
|
9529 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
9530
|
|
9531 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
9532 favor of select-window/switch-to-buffer
|
|
9533
|
|
9534 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9535
|
|
9536 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
9537
|
|
9538 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
9539
|
|
9540 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
9541 (offix-start-drag-region) moved to dragdrop.el
|
|
9542 (offix-start-drag) moved to dragdrop.el
|
|
9543 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
9544 (offix-start-drag-region) moved from frame.el
|
|
9545 (offix-start-drag) moved from frame.el
|
|
9546 (cde-start-drag-region) cde drag regions
|
|
9547 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
9548
|
|
9549 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
9550
|
|
9551 * dragdrop.el: created dragdrop-drag prototypes
|
|
9552 (cde-start-drag-region) fixed typo
|
|
9553
|
|
9554 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
9555
|
|
9556 * simple.el (after-init-hook): Remove reader macro.
|
|
9557
|
|
9558 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
9559 macros. Update DOC string.
|
|
9560
|
|
9561 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
9562
|
|
9563 * mouse.el (drag-window-divider): Ditto.
|
|
9564
|
|
9565 * modeline.el (mouse-drag-modeline): Use it.
|
|
9566
|
|
9567 * lisp-mode.el (let-specifier): Specify indentation.
|
|
9568
|
|
9569 * specifier.el (let-specifier): Renamed from
|
|
9570 `with-specifier-instance'.
|
|
9571
|
|
9572 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
9573
|
|
9574 * x-faces.el:
|
|
9575 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
9576 to faces. Predicate x-get-resource on the presence of x.
|
|
9577
|
442
|
9578 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
9579 faces as specfier defaults.
|
|
9580
|
|
9581 * package-get.el: don't use package-admin-add-single-file-package.
|
|
9582
|
|
9583 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
9584
|
|
9585 * toolbar-items.el: Fixup tooltips.
|
|
9586 (toolbar-gnus): Don't use obsolete variable
|
|
9587 toolbar-news-frame-properties.
|
|
9588 (toolbar-news-reader): Default to `gnus' instead of
|
|
9589 `not-configured'.
|
|
9590
|
|
9591 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
9592 Windows.
|
|
9593
|
|
9594 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
9595
|
|
9596 * package-get.el: rename -installedp -> -installed-p.
|
|
9597
|
|
9598 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9599
|
|
9600 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
9601 attributes, and assinged it to continuation, truncation and
|
|
9602 hscroll glyphs.
|
|
9603
|
|
9604 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
9605 and made continuation, truncation and hscroll glyphs arrow
|
|
9606 characters out of that font.
|
|
9607
|
|
9608 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9609
|
|
9610 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
9611 directory-sep-char being \.
|
|
9612 (minibuffer-electric-tilde): Ditto.
|
|
9613 (read-file-name-map): Ditto.
|
|
9614
|
|
9615 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9616
|
|
9617 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
9618 on X devices.
|
|
9619 (default-mouse-track-deal-with-down-event): Avoid
|
|
9620 `x-disown-selection'; use `disown-selection' instead.
|
|
9621
|
|
9622 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
9623
|
|
9624 * select.el:
|
|
9625 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
9626 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
9627 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
9628 (x-copy-primary-selection).
|
|
9629 (own-clipboard): new function.
|
|
9630
|
|
9631 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
9632 functions in select.el. remove old ones.
|
|
9633 (mswindows-own-clipboard): new function.
|
|
9634
|
|
9635 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
9636
|
|
9637 * gnuserv.el: allow connections from mswindows type devices.
|
|
9638
|
|
9639 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
9640
|
|
9641 * msw-glyphs.el: change image type used from cursor to resource.
|
|
9642
|
|
9643 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9644
|
|
9645 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
9646 for {top,bottom}-{left,right} values in addition to
|
|
9647 {top,bottom}_{left,right}.
|
|
9648 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
9649
|
|
9650 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
9651
|
|
9652 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
9653
|
|
9654 * specifier.el (with-specifier-instance): Added docstring.
|
|
9655
|
|
9656 * mouse.el (drag-window-divider): Ditto.
|
|
9657
|
|
9658 * modeline.el (mouse-drag-modeline): Use it.
|
|
9659
|
|
9660 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
9661 level.
|
|
9662
|
|
9663 * specifier.el (with-specifier-instance): New macro.
|
|
9664
|
|
9665 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
9666
|
|
9667 * package-get.el (package-get-create-custom): new function to
|
|
9668 auto-generate package-get-custom.el from package-get-base.el.
|
|
9669 * (package-get-ever-installedp): new function.
|
|
9670 * (package-get-custom): new function to get all packages specified
|
|
9671 by customize.
|
|
9672
|
|
9673 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
9674
|
|
9675 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
9676
|
|
9677 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
9678
|
|
9679 * cl-extra.el: Reverse previous float change.
|
|
9680
|
|
9681 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
9682
|
|
9683 * x-faces.el:
|
|
9684 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
9685 required by w3 under mswindows as well X.
|
|
9686
|
|
9687 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9688
|
|
9689 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
9690 clause, one more overlookef fsfism.
|
|
9691 (nt-quote-args-functions-alist): End sentences with double space.
|
|
9692
|
|
9693 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9694
|
|
9695 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
9696 recaching default-toolbar specifier.
|
|
9697 (pop-window-configuration): Ditto.
|
|
9698 (unpop-window-configuration): Ditto.
|
|
9699
|
|
9700 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9701
|
|
9702 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
9703
|
|
9704 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9705
|
|
9706 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
9707 (nt-quote-args-prefix-quote): Added function.
|
|
9708 (nt-quote-args-backslash-quote): Added function.
|
|
9709 (nt-quote-args-double-quote): Added function.
|
|
9710 (nt-quote-args-functions-alist): New variable.
|
|
9711 (nt-quote-process-args): Added function. This is the main quoting
|
|
9712 work horse called from process-nt.c
|
|
9713
|
|
9714 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9715
|
|
9716 * winnt.el: Removed duplicate definitions for backspace,
|
|
9717 delete, M-backspace and C-M-backspace.
|
|
9718 (file-name-buffer-file-type-alist): Removed this variable.
|
|
9719 (find-buffer-file-type): Removed function.
|
|
9720 (find-file-binary): Removed function.
|
|
9721 (find-file-text): Removed function.
|
|
9722 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
9723 (save-to-unix-hook): Removed function.
|
|
9724 (revert-from-unix-hook): Removed function.
|
|
9725 (using-unix-filesystems): Removed function.
|
|
9726 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
9727 warning.
|
|
9728 (x-set-selection): Removed function.
|
|
9729 (x-get-selection): Removed function.
|
|
9730 Removed commented FSFisms.
|
|
9731 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
9732 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
9733 comint-process-echoes setting to t.
|
|
9734
|
|
9735 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9736
|
|
9737 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
9738 and used following the interface change of
|
|
9739 `paths-find-recursive-path'.
|
|
9740
|
|
9741 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
9742 regexp instead of a list of base names.
|
|
9743 (paths-version-control-filename-regexp):
|
|
9744 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
9745 Introduced and used following the interface change of
|
|
9746 `paths-find-recursive-path'.
|
|
9747
|
|
9748 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9749
|
|
9750 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
9751 on X devices, rather than on all non-TTY devices.
|
|
9752
|
|
9753 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9754
|
|
9755 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
9756
|
|
9757 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
9758
|
434
|
9759 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
9760
|
|
9761 * itimer.el (activate-itimer): Fixed usage of integers
|
|
9762 as argument to `concat'.
|
|
9763
|
|
9764 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
9765
|
|
9766 * itimer.el (start-itimer): replace the use of `concat' with
|
|
9767 `format'
|
|
9768
|
|
9769 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
9770
|
|
9771 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
9772 From Bob Weiner <weiner@altrasoft.com>
|
|
9773
|
|
9774 * loadhist.el (symbol-file): Supply prompt string when used
|
|
9775 interactively.
|
|
9776 From Bob Weiner <weiner@altrasoft.com>
|
|
9777
|
|
9778 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9779
|
|
9780 * loadup.el (really-early-error-handler): Ditto.
|
|
9781
|
|
9782 * update-elc.el: Ditto.
|
|
9783
|
|
9784 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
9785
|
|
9786 * make-docfile.el: Ditto.
|
|
9787
|
|
9788 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
9789 instead of decode-path.
|
|
9790
|
|
9791 * files.el (parse-colon-path): Update docstring reference.
|
|
9792
|
|
9793 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9794
|
|
9795 * msw-init.el:
|
|
9796 * x-init.el:
|
|
9797 Bind cut'n'paste keys to non window-system specific functions.
|
|
9798
|
|
9799 * msw-select.el: New function mswindows-clear-clipboard.
|
|
9800 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
9801 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
9802
|
|
9803 * select.el: on mswindows devices delete-primary-selection
|
|
9804 calls mswindows-clear-clipboard.
|
|
9805
|
|
9806 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9807
|
|
9808 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
9809
|
|
9810 * cmdloop.el (read-char): Don't inhibit quit.
|
|
9811 (read-char-exclusive): Ditto.
|
|
9812 (read-char): Signal quit if quit-char was pressed.
|
|
9813 (read-char-exclusive): Ditto.
|
|
9814 (read-quoted-char): Return a character, not integer.
|
|
9815
|
|
9816 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
9817 selection code.
|
|
9818 (default-popup-menu): Fix code.
|
|
9819
|
|
9820 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
9821
|
|
9822 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
9823
|
|
9824 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
9825
|
|
9826 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
9827
|
|
9828 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9829
|
|
9830 * device.el (device-pixel-width):
|
|
9831 (device-pixel-height):
|
|
9832 (device-mm-width):
|
|
9833 (device-mm-height):
|
|
9834 (device-bitplanes):
|
|
9835 (device-color-cells): Swapped parameters to device-system-metric
|
|
9836 according to the interface change.
|
|
9837
|
|
9838 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9839
|
|
9840 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
9841 function event-over-vertical-divider-p.
|
|
9842 Do not set E-W arrow cursor over the divider if
|
|
9843 vertical-divider-draggable-p is nil in the window.
|
|
9844 ([top-level]): Use new name for the variable
|
|
9845 vertical-divider-map.
|
|
9846 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
9847 Variable name typo fixes.
|
|
9848
|
|
9849 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9850
|
|
9851 * keymap.el (kbd): Define here; handle string constants and
|
|
9852 others...
|
|
9853
|
|
9854 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
9855
|
|
9856 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
9857 in Emacs 18.
|
|
9858
|
442
|
9859 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
9860
|
|
9861 * mouse.el (drag-window-divider): give the vertical divider a
|
|
9862 pressed look when dragging it.
|
|
9863
|
|
9864 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
9865
|
|
9866 * faces.el: predicate some more face operations on x or mswindows
|
|
9867 not just x.
|
|
9868
|
|
9869 * modeline.el: enable modeline coloring for mswindows.
|
|
9870
|
|
9871 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9872
|
|
9873 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
9874 FSF Emacs.
|
|
9875 (next-history-element): Used `minibuffer-default'.
|
|
9876
|
|
9877 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
9878
|
|
9879 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
9880 arguments still look a bit strange
|
|
9881 (dragdrop-compare-mods) created
|
|
9882 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
9883 modifiers
|
|
9884
|
|
9885 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9886
|
|
9887 * setup-paths.el (paths-default-info-directories): Replace
|
|
9888 path-separator with directory-sep-char.
|
|
9889
|
|
9890 * files.el (path-separator): Don't define it here.
|
|
9891
|
|
9892 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9893
|
|
9894 * update-elc.el: Ditto.
|
|
9895
|
|
9896 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
9897
|
|
9898 * make-docfile.el: Ditto.
|
|
9899
|
|
9900 * loadup.el (really-early-error-handler): Ditto.
|
|
9901
|
|
9902 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
9903 instead of decode-path-internal.
|
|
9904
|
|
9905 * files.el (parse-colon-path): Update docstring.
|
|
9906
|
|
9907 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9908
|
|
9909 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
9910
|
|
9911 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
9912 get-buffer-window-list.
|
|
9913
|
|
9914 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9915
|
|
9916 * disass.el: Fix maintainer keyword.
|
|
9917
|
|
9918 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
9919 (byte-compile-buffer): Ditto.
|
|
9920
|
|
9921 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
9922 value is returned, not the name.
|
|
9923 (lisp-imenu-generic-expression): Enable it.
|
|
9924 (lisp-mode-variables): Ditto.
|
|
9925 (lisp-indent-offset): Change defconst to defvar.
|
|
9926 (lisp-indent-function): Ditto.
|
|
9927 (lisp-body-indent): Ditto.
|
|
9928
|
|
9929 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9930
|
|
9931 * modeline.el: Use zap-last-kbd-macro-event.
|
|
9932
|
|
9933 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
9934 nil, don't attempt to do anything with messages.
|
|
9935 (eval-last-sexp): Use `letf' for clarity.
|
|
9936
|
|
9937 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9938
|
|
9939 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
9940
|
|
9941 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
9942
|
|
9943 * buff-menu.el:
|
|
9944 * lisp-mode.el:
|
|
9945 * obsolete.el:
|
|
9946 Change empty docstrings into no doc strings at all.
|
|
9947 Fix bogus FSF-format docstrings.
|
|
9948 * etags.el: Fix docstring.
|
|
9949
|
|
9950 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
9951
|
|
9952 * package-get.el (package-get): Use internal md5
|
|
9953
|
|
9954 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
9955
|
|
9956 * about.el (about-xemacs): Correct abuse of concat.
|
|
9957
|
|
9958 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
9959
|
|
9960 * info.el (Info-mode): Use easymenu.
|
|
9961
|
|
9962 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9963
|
|
9964 * apropos.el (apropos): Don't use concat with integers.
|
|
9965
|
|
9966 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
9967 was seen gracefully.
|
|
9968
|
|
9969 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
9970 defun.
|
|
9971 (apropos-describe-plist): Ditto.
|
|
9972
|
|
9973 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
9974 (describe-key): Use it as defun.
|
|
9975 (describe-mode): Ditto.
|
|
9976 (describe-bindings): Ditto.
|
|
9977 (describe-prefix-bindings): Ditto.
|
|
9978 (describe-installation): Ditto.
|
|
9979 (view-lossage): Ditto.
|
|
9980 (describe-function): Ditto.
|
|
9981 (describe-variable): Ditto.
|
|
9982 (describe-syntax): Ditto.
|
|
9983
|
|
9984 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
9985
|
|
9986 * dragdrop.el: changed order of require/provide
|
|
9987 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
9988 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
9989 (dragdrop-function-widget) this one needs more work...
|
|
9990
|
|
9991 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
9992
|
|
9993 * about.el: another small change in my entry
|
|
9994 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
9995 plus customizations
|
|
9996 changed interface to handler functions. now called with event
|
|
9997 and object
|
|
9998
|
|
9999 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10000
|
|
10001 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
10002 E-W arrow pointer displayed over draggable dividers.
|
|
10003
|
|
10004 * mouse.el (default-mouse-motion-handler): Show it when
|
|
10005 appropriate.
|
|
10006 (drag-window-divider): Added.
|
|
10007 ([top-level]): Initialized window-divider-map with a keymap
|
|
10008 binding the above function to left button down event.
|
|
10009
|
|
10010 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
10011 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
10012 E-W double arrow.
|
|
10013
|
|
10014 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
10015
|
|
10016 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
10017
|
|
10018 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
10019
|
|
10020 * simple.el (count-words-buffer): Don't query for buffer.
|
|
10021 (count-lines-buffer): Ditto.
|
|
10022
|
|
10023 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
10024
|
|
10025 * help.el (where-is): add optional insert argument.
|
|
10026
|
|
10027 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
10028
|
|
10029 * help.el (describe-key-briefly): New argument INSERT.
|
|
10030
|
|
10031 * simple.el (eval-expression): New optional argument; synch with
|
|
10032 FSF 20.3.
|
|
10033
|
|
10034 * keydefs.el (global-map): Add new register bindings.
|
|
10035
|
|
10036 * register.el: Synched with FSF 20.3.
|
|
10037
|
|
10038 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
10039
|
|
10040 * window-xemacs.el (recenter): all arguments are optional.
|
|
10041
|
|
10042 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10043
|
|
10044 * device.el: (device-pixel-width): Reflected name/parameters
|
|
10045 change to device-system-metric.
|
|
10046 (device-pixel-height): Ditto.
|
|
10047 (device-mm-width): Ditto.
|
|
10048 (device-mm-height): Ditto.
|
|
10049 (device-bitplanes): Ditto.
|
|
10050 (device-color-cells): Ditto.
|
|
10051
|
|
10052 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
10053
|
|
10054 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
10055
|
|
10056 * cl.el (most-positive-fixnum): Document.
|
|
10057 (most-negative-fixnum): Ditto.
|
|
10058
|
|
10059 * cus-dep.el: Updated comment.
|
|
10060
|
|
10061 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
10062 constant.
|
|
10063
|
|
10064 * cus-load.el (custom-put): Removed.
|
|
10065
|
|
10066 * files.el (after-find-file): Just resignal quit instead of
|
|
10067 signaling "canceled".
|
|
10068
|
|
10069 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
10070
|
|
10071 * frame.el (other-frame): Use `focus-frame' instead of
|
|
10072 select-frame kludges.
|
|
10073
|
|
10074 * lisp-mode.el: Update lisp-indent-function for
|
|
10075 save-selected-frame and with-selected-frame.
|
|
10076
|
|
10077 * frame.el (save-selected-frame): New macro.
|
|
10078 (with-selected-frame): Ditto.
|
|
10079 (other-frame): Use `set-frame-focus'.
|
|
10080
|
|
10081 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
10082
|
|
10083 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
10084 (dragdrop-drop-url-default) default handler for URL drops created
|
|
10085 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
10086 (dragdrop-drop-functions) default custom for handling drops created
|
|
10087 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
10088
|
|
10089 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
10090
|
|
10091 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
10092
|
|
10093 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
10094
|
|
10095 * about.el: changed some text in my entry
|
|
10096 * dragdrop.el: added customs
|
|
10097
|
|
10098 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
10099
|
|
10100 * mouse.el: killed global drop key bindings
|
|
10101 (mouse-offix-drop) removed
|
|
10102 * dragdrop.el: created
|
|
10103 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
10104
|
|
10105 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10106
|
|
10107 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
10108 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
10109
|
|
10110 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
10111 obsolete comment.
|
|
10112
|
|
10113 * scrollbar.el (scrollbars-visible-p): Use new
|
|
10114 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
10115
|
|
10116 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10117
|
|
10118 * device.el (device-pixel-height):
|
|
10119 (device-pixel-width):
|
|
10120 (device-mm-width):
|
|
10121 (device-mm-height):
|
|
10122 (device-bitplanes):
|
|
10123 (device-color-cells): Moved these 6 functions from device.c; they
|
|
10124 all use single (device-system-metrics) call.
|
|
10125
|
|
10126 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
10127
|
|
10128 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
10129 were renamed.
|
|
10130
|
|
10131 * menubar-items.el:
|
|
10132 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
10133 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
10134
|
|
10135 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
10136 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
10137
|
|
10138 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
10139
|
|
10140 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
10141 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
10142
|
|
10143 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
10144
|
|
10145 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
10146
|
|
10147 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
10148
|
|
10149 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
10150
|
|
10151 * startup.el (startup-splash-frame): Change ID logo name.
|
|
10152
|
|
10153 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
10154
|
|
10155 * files.el (after-find-file): If the user presses C-g on
|
|
10156 directory-creation prompt, kill the buffer.
|
|
10157
|
|
10158 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
10159
|
|
10160 * simple.el (count-words-region): Reverse previous change.
|
|
10161
|
|
10162 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
10163
|
|
10164 * replace.el (query-replace): Just call perform-replace.
|
|
10165 (query-replace-regexp): Ditto.
|
|
10166 (perform-replace): Move region handling here.
|
|
10167 (perform-replace): Use the new arg to match-data.
|
|
10168
|
|
10169 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10170
|
|
10171 * x-init.el: Install X specific display table that
|
|
10172 displays char 0240 as a space to avoid whatever it is
|
|
10173 that screws up display of that character code.
|
|
10174
|
|
10175 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
10176
|
|
10177 * help.el (function-arglist): If no arguments are documented for a
|
|
10178 subr, print nothing rather than incorrect output.
|
|
10179
|
|
10180 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
10181
|
|
10182 * cmdloop.el (command-error): Update bail-out error message to use
|
|
10183 `emacs-program-name'.
|
|
10184
|
|
10185 * lib-complete.el: Remove reader macro cruft.
|
|
10186
|
|
10187 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
10188 cruft.
|
|
10189
|
|
10190 * simple.el (count-words-region): Drop interactive-p check on the
|
|
10191 message.
|
|
10192
|
|
10193 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
10194
|
|
10195 * font.el
|
|
10196 * msw-faces.el
|
|
10197 Correct spelling of mswindows-font-canonicalize-name.
|
|
10198
|
|
10199 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10200
|
|
10201 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
10202 `ldap-host-parameters-plist'
|
|
10203 (ldap-search): Adapt to previous change
|
|
10204
|
|
10205 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
10206
|
|
10207 * about.el (about-hackers): Update Bob Weiner bio.
|
|
10208 (about-maintainer-info): Ditto.
|
|
10209
|
|
10210 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
10211
|
|
10212 * simple.el (display-warning-minimum-level): Docfix.
|
|
10213
|
|
10214 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
10215
|
|
10216 * widget.el (:default-get): New keyword.
|
|
10217 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
10218 (group, widget-group-default-get): Define it.
|
|
10219 (menu-choice, widget-choice-default-get): Define it.
|
|
10220 (widget-default-get): New function.
|
|
10221 (widget-choice-action): Call it.
|
|
10222 (widget-editable-list-entry-create): Call it.
|
|
10223
|
|
10224 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
10225
|
|
10226 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
10227 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
10228 lookup through `byte-boolean-vars'.
|
|
10229
|
|
10230 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10231
|
|
10232 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
10233 resource-provided values into ghost specs for scrollbar-height and
|
|
10234 scrollbar-width.
|
|
10235
|
|
10236 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
10237
|
|
10238 * byte-optimize.el: Don't attempt to optimize /=.
|
|
10239
|
|
10240 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
10241 (byte-compile-/=): Ditto.
|
|
10242
|
|
10243 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
10244
|
|
10245 * apropos.el: Use `with-displaying-help-buffer'.
|
|
10246 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
10247 Use `with-displaying-help-buffer'.
|
|
10248 (apropos-follow): Do not give special treatment to buffer cursor
|
|
10249 was in prior to a mouse click.
|
|
10250 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
10251 (apropos-print-doc): Set correct buffer for setting text
|
|
10252 properties.
|
|
10253
|
|
10254 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
10255
|
|
10256 * help.el (help-buffer-prefix-string): New variable.
|
|
10257 (help-buffer-name): Use it.
|
|
10258
|
|
10259 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
10260 mode menu.
|
|
10261
|
|
10262 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
10263
|
|
10264 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
10265
|
|
10266 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
10267
|
|
10268 * files.el (find-file-noselect): Update docstring.
|
|
10269 (find-file-noselect): Signal an error if found an unreadable file.
|
|
10270 (file-chase-links): Save the match data.
|
|
10271 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
10272 (interpreter-mode-alist): Change defconst to defvar.
|
|
10273 (inhibit-first-line-modes-regexps): Ditto.
|
|
10274 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
10275 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
10276 (change-major-mode-with-file-name): New user-option.
|
|
10277 (set-visited-file-name): Synched with FSF.
|
|
10278 (file-name-extension): New function, from FSF 20.3.
|
|
10279 (file-relative-name): Synched with FSF.
|
|
10280 (save-some-buffers): Support the C-r feature.
|
|
10281 (recover-session): Synched with FSF.
|
|
10282 (kill-some-buffers): Ditto.
|
|
10283 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
10284
|
|
10285 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
10286
|
|
10287 * files.el (insert-file): Undo previous change and reenable use of
|
|
10288 format.el.
|
|
10289
|
|
10290 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
10291
|
|
10292 * window-xemacs.el (recenter): Define.
|
|
10293
|
|
10294 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
10295
|
|
10296 * font.el (mswindows-font-create-name)
|
|
10297 (mswindows-font-create-object): new functions for mswindows type
|
|
10298 fonts.
|
|
10299
|
|
10300 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
10301 strings are parsed as well as font objects.
|
|
10302
|
|
10303 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
10304
|
|
10305 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
10306 kbd-macro being recorded.
|
|
10307 (add-minor-mode): Simplify docstring.
|
|
10308 (modeline-minor-mode-menu): Remove stuff.
|
|
10309
|
|
10310 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
10311
|
|
10312 * code-process.el (call-process): dynamically decide process
|
|
10313 coding type.
|
|
10314
|
|
10315 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
10316
|
|
10317 * modeline.el: Add line-number-mode, column-number-mode to
|
|
10318 the modeline minor-mode menu. Button2 on the line number does
|
|
10319 goto-line.
|
|
10320
|
|
10321 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
10322
|
|
10323 * mouse.el: move x-selection-owner-p type things to
|
|
10324 selection-owner-p.
|
|
10325
|
|
10326 * msw-init.el: copy zmacs stuff from x-init.el
|
|
10327
|
|
10328 * msw-select.el (mswindows-own-selection)
|
|
10329 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
10330 functions. Very simple minded implementation of selectio
|
|
10331 ownership.
|
|
10332
|
|
10333 * select.el (own-selection) (disown-selection)
|
|
10334 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
10335 (valid-simple-selection-p): functions moved from x-select.el for
|
|
10336 generalized selection.
|
|
10337
|
|
10338 * x-select.el: see select.el changes.
|
|
10339
|
|
10340 * x-toolbar.el: use new selection functions.
|
|
10341
|
|
10342 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10343
|
|
10344 * packages.el (packages-find-package-directories): Fixed bug that
|
|
10345 would pick up multiple site-package directories.
|
|
10346 (package-locations): Added "xemacs-packages" as a late package
|
|
10347 location.
|
|
10348
|
|
10349 * find-paths.el: Now uses `emacs-program-name' and
|
|
10350 `emacs-program-version'.
|
|
10351 Additions to enforce version-specific directories in
|
|
10352 `paths-find-version-directory'.
|
|
10353
|
|
10354 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
10355
|
|
10356 * default.el: Removed.
|
|
10357 * site-start.el: Removed.
|
|
10358
|
442
|
10359 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
10360
|
|
10361 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
10362 to nil.
|
|
10363
|
|
10364 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
10365
|
|
10366 * find-paths.el (paths-program-name): Rename.
|
|
10367 (paths-emacs-root-p): Ditto.
|
|
10368 (paths-find-site-directory): Ditto.
|
|
10369
|
|
10370 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
10371
|
|
10372 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
10373 `emacs-lisp-byte-compile-and-load'.
|
|
10374
|
|
10375 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10376
|
|
10377 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
10378 `ldap-open'
|
|
10379
|
|
10380 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
10381
|
|
10382 * select.el (kill-primary-selection) (selection-owner-p)
|
|
10383 (copy-primary-selection) (yank-clipboard-selection)
|
|
10384 (selection-exists-p) (delete-primary-selection): new file and
|
|
10385 functions that do the right thing for the selected device.
|
|
10386
|
|
10387 * x-menubar.el: use generalised selection functions.
|
|
10388
|
|
10389 * dumped-lisp.el: dump select.el.
|
|
10390
|
|
10391 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
10392
|
|
10393 * find-paths.el (paths-progname): New variable.
|
|
10394 (paths-emacs-root-p): Use it.
|
|
10395 (paths-find-site-directory): Ditto.
|
|
10396
|
|
10397 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
10398
|
|
10399 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
10400 `infodock' if InfoDock.
|
|
10401
|
|
10402 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
10403
|
|
10404 * find-paths.el (construct-emacs-version): Simplify, include
|
|
10405 program name in the return value.
|
|
10406 * (paths-find-version-directory): Use it.
|
|
10407
|
|
10408 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10409
|
|
10410 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
10411 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
10412 name for files with no @direntry
|
|
10413 (Info-batch-rebuild-dir): New function
|
|
10414 (Info-suffixed-file): Check for regular files instead of simple
|
|
10415 file existence (could catch directories before)
|
|
10416
|
|
10417 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10418
|
|
10419 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
10420 temacs doesn't have.
|
|
10421
|
|
10422 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
10423 into root searching.
|
|
10424
|
|
10425 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
10426
|
|
10427 * subr.el: Remove definition of `not'.
|
|
10428
|
|
10429 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10430
|
|
10431 * msw-glyphs.el: enable graphics support.
|
|
10432
|
442
|
10433 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
10434
|
|
10435 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
10436 option.
|
|
10437
|
|
10438 * misc doc string updates related to the options menu.
|
|
10439
|
|
10440 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
10441
|
|
10442 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
10443
|
|
10444 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10445
|
|
10446 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
10447 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
10448 gets us one step further towards making --no-autoloads work.
|
|
10449
|
|
10450 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
10451 lisp-directory is non-nil.
|
|
10452
|
|
10453 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
10454 against nil lisp-directory.
|
|
10455
|
|
10456 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
10457 to the list of variables that cause a warning when nil.
|
|
10458
|
|
10459 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
10460 no toolbar icon directory.
|
|
10461
|
|
10462 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
10463
|
|
10464 * help.el (view-lossage): Recognize it.
|
|
10465
|
|
10466 * simple.el (log-message): Mark multiline messages.
|
|
10467
|
|
10468 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
10469
|
|
10470 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
10471
|
|
10472 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
10473
|
|
10474 * package-get.el (package-get-all): add `\n' separator to
|
|
10475 interactive specification so that both variables are read
|
|
10476
|
442
|
10477 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
10478
|
|
10479 * x-menubar.el: ported the options menu to Custom.
|
|
10480 Moved the "read only" toggle button to the buffers menu.
|
|
10481 Corrected some missing ;;;###autoload or defcustom.
|
|
10482
|
|
10483 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
10484 the scrollbar-visible specifier for options menu handling.
|
|
10485
|
|
10486 * toolbar.el (toolbar-visible-p)
|
|
10487 (toolbar-captioned-p)
|
|
10488 (default-toolbar-position): defcustom wrappers around
|
|
10489 the toolbar specifiers for options menu handling.
|
|
10490
|
|
10491 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
10492 defcustom it for options menu handling.
|
|
10493
|
440
|
10494 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
10495 font-lock-mode for options menu handling.
|
|
10496
|
|
10497 * cus-start.el: added Custom properties to overwrite-mode for
|
|
10498 options menu handling.
|
|
10499
|
|
10500 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10501
|
|
10502 * about.el: shameless self-promotion.
|
|
10503
|
|
10504 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
10505
|
|
10506 * simple.el (raw-append-message): Slightly optimize.
|
|
10507 (remove-message): Use `push' for clarity.
|
|
10508 (append-message): Ditto.
|
|
10509 (display-warning): Dito.
|
|
10510 (raw-append-message): Send the message to the appropriate device.
|
|
10511
|
|
10512 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
10513
|
|
10514 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
10515 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
10516
|
|
10517 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10518
|
|
10519 * setup-paths.el: Changed `directory-sep-char' to
|
|
10520 `path-separator', following a change in GNU Emacs.
|
|
10521
|
|
10522 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10523
|
|
10524 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
10525 (Info-build-dir-anew): Add a final newline.
|
|
10526 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
10527 is `always'
|
|
10528 (Info-rebuild-dir): Ditto
|
|
10529
|
|
10530 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
10531
|
|
10532 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
10533
|
|
10534 * simple.el (count-words-buffer): Retain zmacs region.
|
|
10535 (count-words-region): Ditto.
|
|
10536 * simple.el: (what-line): Expanded line counts.
|
|
10537 (count-lines): New parameter to conditionalize whether collapsed
|
|
10538 lines get counted.
|
|
10539 From Bob Weiner <weiner@altrasoft.com>
|
|
10540
|
|
10541 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
10542
|
|
10543 * packages.el (package-locations): infodock-packages must override
|
|
10544 mule-packages and packages.
|
|
10545
|
|
10546 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
10547
|
|
10548 * wid-edit.el:
|
|
10549 remove rude messages from widget-activation-widget-mapper
|
|
10550 and widget-activation-glyph-mapper
|
|
10551
|
|
10552 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
10553
|
|
10554 * toolbar.el: Remove (featurep 'x) test from
|
|
10555 toolbar-make-button-list
|
|
10556
|
|
10557 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10558
|
|
10559 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
10560 only if in the same frame.
|
|
10561
|
|
10562 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10563
|
|
10564 * packages.el (package-locations): Added site-packages hierarchy.
|
|
10565
|
|
10566 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
10567 used.
|
|
10568
|
|
10569 * packages.el, setup-paths.el: Set various path searching depths
|
|
10570 to 1.
|
|
10571
|
|
10572 * packages.el (packages-hierarchy-depth):
|
|
10573 (packages-load-path-depth): Introduced and used.
|
|
10574
|
|
10575 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
10576
|
|
10577 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
10578 parameter.
|
|
10579
|
|
10580 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10581
|
|
10582 * setup-paths.el (paths-construct-info-path): Removed
|
|
10583 dependency on behavior of (file-name-as-directory "").
|
|
10584
|
|
10585 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10586
|
|
10587 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
10588 lisp objects
|
|
10589
|
|
10590 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10591
|
|
10592 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
10593
|
|
10594 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
10595
|
|
10596 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
10597 properties for an extent based on the :help-echo widget
|
|
10598 property, since help-echo and balloon-help cause an EXTENT to
|
|
10599 get passed in, where :help-echo functions are expecting a WIDGET
|
|
10600
|
|
10601 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10602
|
|
10603 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
10604 mswindows-init-scrollbar-metrics when appropriate.
|
|
10605
|
|
10606 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10607
|
|
10608 * dumped-lisp.el: dump x-toolbar for window system
|
|
10609
|
|
10610 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
10611 have support and xpm.
|
|
10612
|
|
10613 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
10614
|
|
10615 * files.el (toggle-read-only): Fix docstring.
|
442
|
10616 From Didier Verna <didier@xemacs.org>
|
428
|
10617
|
|
10618 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10619
|
|
10620 * startup.el (normal-top-level): Load autoload-file-name without
|
|
10621 specifying an extension---some people only auto-autoload.el.gz.
|
|
10622
|
|
10623 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
10624
|
|
10625 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
10626 nil.
|
|
10627
|
|
10628 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10629
|
|
10630 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
10631 This shouldn't cause any of the originally anticipated problems as
|
|
10632 the current paths architecture will not define the various
|
|
10633 configure-xxx variables if they're not specified on the configure
|
|
10634 command line.
|
|
10635
|
|
10636 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
10637 mentionings of "/" as a path separator.
|
|
10638 Used paths-construct-path throughout.
|
|
10639
|
|
10640 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
10641 from directory components.
|
|
10642
|
|
10643 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
10644 instead of decode-path-internal.
|
|
10645
|
|
10646 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
10647 and associates.
|
|
10648 (paths-decode-directory-path) Created.
|
|
10649
|
|
10650 * setup-paths.el: Changed configure-exec-path to
|
|
10651 configure-exec-directory.
|
|
10652
|
|
10653 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10654
|
|
10655 * packages.el (packages-find-packages): Fixed decoding of
|
|
10656 EMACSPACKAGEPATH.
|
|
10657
|
|
10658 * startup.el: -no-packages -> -no-early-packages.
|
|
10659
|
|
10660 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
10661 files.
|
|
10662
|
|
10663 * startup.el (normal-top-level): Fixed loading of core
|
|
10664 auto-autoload.
|
|
10665
|
|
10666 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
10667
|
|
10668 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
10669 for site-directory and lisp-directory variables.
|
|
10670
|
|
10671 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
10672 inhibit-package-autoloads and fixed handling of it.
|
|
10673
|
|
10674 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
10675 handling of former inhibit-package-init, now
|
|
10676 inhibit-early-packages, to make -vanilla etc. work.
|
|
10677
|
|
10678 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10679
|
|
10680 * code-process.el (start-process): Fallback to 'undecided instead
|
|
10681 of 'binary for process input coding stream.
|
|
10682
|
|
10683 * process.el (start-process): Docstring fix.
|
|
10684
|
|
10685 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10686
|
|
10687 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
10688 in Info-dir-file-attributes
|
|
10689 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
10690 (Info-rebuild-dir): Ditto.
|
|
10691
|
|
10692 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10693
|
|
10694 * obsolete.el: Added obsoleteness declarations for
|
|
10695 `site-directory' and `Info-default-directory-list'.
|
|
10696
|
|
10697 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10698
|
|
10699 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
10700 executable at the end of the symlink chain for determining the
|
|
10701 Emacs root.
|
|
10702
|
|
10703 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10704
|
|
10705 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
10706 to cater to gone default in configure.
|
|
10707
|
|
10708 * find-paths.el (paths-uniq-append): Added.
|
|
10709
|
|
10710 * packages.el: Rewritten package path construction once again.
|
|
10711
|
|
10712 * dump-paths.el, startup.el: Removed package-path as a global
|
|
10713 variable.
|
|
10714
|
|
10715 * package-admin.el (package-admin-add-single-file-package):
|
|
10716 (package-admin-add-binary-package): Changed package-path to
|
|
10717 late-packages.
|
|
10718
|
|
10719 * packages.el (packages-split-path): Split path at "/" rather than
|
|
10720 nil according to change in emacs.c.
|
|
10721
|
|
10722 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10723
|
|
10724 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
10725 order so that directories come out right.
|
|
10726 (paths-find-lock-directory): Fixed bug: It used to think
|
|
10727 configure-lock-directory is a path.
|
|
10728
|
|
10729 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
10730
|
|
10731 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
10732 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
10733 eases the use of toolbar-add/kill-item functions.
|
|
10734
|
|
10735 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10736
|
|
10737 * code-files.el (file-coding-system-alist): Commented out
|
|
10738 loaddefs.el magical treatment.
|
|
10739
|
|
10740 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10741
|
|
10742 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
10743 `conservative' and made it the default
|
|
10744 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
10745 strings, and multi-section dir files. Issue warning when dir
|
|
10746 is rebuilt as temporary
|
|
10747 (Info-build-dir-anew): Issue warning when dir is built as
|
|
10748 temporary
|
|
10749
|
|
10750 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10751
|
|
10752 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
10753 standard keys left, right, C-b and C-f.
|
|
10754
|
|
10755 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10756
|
|
10757 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
10758
|
|
10759 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
10760
|
|
10761 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
10762
|
|
10763 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
10764
|
|
10765 * package-get-base.el: Updated.
|
|
10766
|
|
10767 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
10768
|
|
10769 * isearch-mode.el (isearch-just-started): New variable.
|
|
10770 (isearch-mode): Set it.
|
|
10771 (isearch-repeat): Advance one character forward only if the search
|
|
10772 was successful, and was not just started.
|
|
10773 (isearch-repeat): Clear isearch-just-started.
|
|
10774
|
|
10775 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
10776
|
|
10777 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
10778 if running -batch.
|
|
10779
|
|
10780 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
10781
|
|
10782 * subr.el (listify-key-sequence): Removed.
|
|
10783
|
|
10784 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
10785
|
|
10786 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
10787 (byte-compile-output-file-form): Use it.
|
|
10788 (byte-compile-output-docform): Ditto.
|
|
10789 (byte-compile-compiled-obj-to-list): Ditto.
|
|
10790
|
|
10791 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10792
|
|
10793 * msw-glyphs.el: set frame icon if xpm support.
|
|
10794
|
|
10795 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10796
|
|
10797 * help.el: Code that pretty prints variable values
|
|
10798 removed.
|
|
10799
|
|
10800 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
10801
|
|
10802 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
10803 directory.
|
|
10804 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10805
|
|
10806 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10807
|
|
10808 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
10809 its default value set to nil.
|
|
10810
|
|
10811 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
10812
|
|
10813 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
10814
|
|
10815 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10816
|
|
10817 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
10818 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
10819 does not exist or is older than some info files in directory
|
|
10820
|
|
10821 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10822
|
|
10823 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
10824 for last packages, mainly for using a 20.4 package base.
|
|
10825
|
|
10826 * packages.el (late-packages): Typo fix. It was called
|
|
10827 early-packages.
|
|
10828
|
|
10829 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
10830 relative symlinks correctly.
|
|
10831 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
10832 configuration-time root.
|
|
10833
|
|
10834 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
10835 find its roots.
|
|
10836
|
|
10837 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
10838
|
|
10839 * faces.el: Fix docstrings.
|
|
10840 * glyphs.el: Fix docstrings.
|
|
10841 * mouse.el: Fix docstrings.
|
|
10842
|
|
10843 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
10844
|
|
10845 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
10846
|
|
10847 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
10848 macros using backquote to make them infinitely more readable.
|
|
10849
|
|
10850 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
10851
|
|
10852 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
10853 InfoDock support until we can clean this up.
|
|
10854
|
|
10855 * help.el (describe-bindings-1): Return the value of the bindings
|
|
10856 help buffer created.
|
|
10857 (describe-bindings): Ditto.
|
|
10858
|
|
10859 * simple.el (set-variable): Restore previous behavior of not
|
|
10860 bombing if the variable to set is not boundp.
|
|
10861
|
|
10862 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10863
|
|
10864 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
10865 non-local files to be loaded off the package-lisp variable.
|
|
10866
|
|
10867 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10868
|
|
10869 * x-faces.el: Global X resources should override
|
|
10870 specs for all device classes (color, grayscale, mono);
|
|
10871 code currently doesn't override any of them. Fixed by
|
|
10872 calling remove-specifier with '(x default) as the tag
|
|
10873 set and allowing inexact matches.
|
|
10874
|
|
10875 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10876
|
442
|
10877 * faces.el: Separated face initializations based on
|
428
|
10878 device classes into device type specific (tag set,
|
|
10879 instantiator) pairs.
|
|
10880
|
|
10881 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
10882
|
|
10883 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
10884 choice.
|
|
10885 (widget-choice-value-create): Respect it.
|
|
10886 From Richard Stallman <rms@gnu.org>
|
|
10887
|
|
10888 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10889
|
|
10890 * setup-paths.el (paths-construct-info-path): Always append
|
|
10891 existing directories from configure-time info path.
|
|
10892
|
|
10893 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
10894 Info-directory-list.
|
|
10895
|
|
10896 * info.el: Removed Info-default-directory-list which was broken by
|
|
10897 design.
|
|
10898 Removed bogus initialization of Info-directory-list---startup.el
|
|
10899 can do a much better job.
|
|
10900 Added autoload of Info-directory-list.
|
|
10901
|
|
10902 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
10903 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
10904 be exclusive; now it's merely given precedence, just like in the
|
|
10905 old days.
|
|
10906
|
|
10907 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10908
|
|
10909 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
10910 finding; it used to default too early.
|
|
10911
|
|
10912 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
10913
|
|
10914 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
10915 for paths that weren't split.
|
|
10916
|
|
10917 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
10918
|
|
10919 * finder.el (finder-compile-keywords): trap on errors.
|
|
10920
|
|
10921 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10922
|
|
10923 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
10924 fourth argument of t so that only the specs exactly
|
|
10925 matching the tag lists are removed.
|
|
10926
|
|
10927 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
10928
|
|
10929 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
10930
|
|
10931 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
10932
|
|
10933 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
10934 specified, use it for generating the completions.
|
|
10935
|
|
10936 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10937
|
|
10938 * update-elc.el: Now respects inhibit-package-init and
|
|
10939 inhibit-site-lisp.
|
|
10940 Now does path construction with loadup-paths.
|
|
10941
|
|
10942 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
10943 inhibit-package-init and inhibit-site-lisp.
|
|
10944
|
|
10945 * packages.el (packages-find-package-path): Extended package path
|
|
10946 by version-specific hierarchies.
|
|
10947 (packages-find-packages): Now respects inhibit flag and
|
|
10948 inhibit-site-lisp.
|
|
10949 Moved path setup to loadup-paths.
|
|
10950
|
|
10951 * make-docfile.el: Now respects inhibit-package-init and
|
|
10952 inhibit-site-lisp.
|
|
10953 Now does path construction with loadup-paths.
|
|
10954
|
|
10955 * loadup.el: Now respects inhibit-package-init and
|
|
10956 inhibit-site-lisp.
|
|
10957
|
|
10958 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
10959
|
|
10960 * loadup-paths.el: New file: setup load-path to encompass
|
|
10961 packages.
|
|
10962
|
|
10963 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
10964
|
|
10965 * auto-show.el: load-gc renamed to pureload.
|
|
10966 * site-load.el: Ditto.
|
|
10967 * packages.el (toplevel): Ditto.
|
|
10968 * loadup.el (really-early-error-handler): Ditto.
|
|
10969 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
10970 * cus-face.el (custom-declare-face): Ditto.
|
|
10971
|
|
10972 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10973
|
|
10974 * <Today>: The Big Path Searching Overhaul.
|
|
10975
|
|
10976 * find-paths.el: New file: find and assemble paths in the
|
|
10977 installation hierarchy.
|
|
10978
|
|
10979 * setup-paths.el: New file: global layout of paths and directories
|
|
10980 within the XEmacs hierarchy.
|
|
10981
|
|
10982 * packages.el: Replaced everything related to path searching and
|
|
10983 startup by code in terms of find-paths.
|
|
10984
|
|
10985 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
10986 the new path searching engine.
|
|
10987
|
|
10988 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
10989 and setup-paths.
|
|
10990
|
|
10991 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
10992
|
|
10993 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
10994 setup-paths.el.
|
|
10995
|
|
10996 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10997
|
|
10998 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
10999 compiles identically in any configuration.
|
|
11000 Removed irrelevant commentary.
|
|
11001
|
|
11002 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11003
|
|
11004 * simple.el (set-variable): Allow setting specifiers.
|
|
11005
|
|
11006 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
11007
|
|
11008 * lisp.el (forward-sexp): Revert previous change.
|
|
11009
|
|
11010 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
11011
|
|
11012 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
11013 `delete-device' to delete the stream console to match the usage in
|
|
11014 Fkill_emacs.
|
|
11015
|
|
11016 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
11017
|
|
11018 * files.el (cdpath-previous): New variable.
|
|
11019 (cd): Use it.
|
|
11020 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
11021
|
|
11022 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11023
|
|
11024 * keydefs.el: Changed keybindings of forward-char,
|
|
11025 backward, scroll-up and scroll-down to point to their
|
|
11026 -command counterparts.
|
|
11027
|
|
11028 * simple.el: New functions: forwarc-char-command,
|
|
11029 backwrad-char-command, scroll-up-command,
|
|
11030 scroll-down-command which work liek their counterparts
|
|
11031 except that they honor the variable
|
|
11032 signal-error-on-buffer-boundary.
|
|
11033
|
|
11034 Definition of signal-error-on-buffer-boundary received
|
|
11035 from src/cmds.c.
|
|
11036
|
|
11037 defvar declaration added for word-across-newline to avoid
|
|
11038 byte-compiler warning about the free variable reference.
|
|
11039
|
|
11040 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11041
|
|
11042 * winnt.el: Removed "%t" from the beginning of
|
|
11043 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
11044
|
|
11045 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
11046
|
|
11047 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
11048 of `when' with `if'.
|
|
11049
|
|
11050 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11051
|
|
11052 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
11053 mswindows. Must be reworked along with glyphs.el, or
|
|
11054 merged into it, after there is images support.
|
|
11055
|
|
11056 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
11057 'mswindows.
|
|
11058
|
|
11059 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
11060
|
|
11061 * faces.el: fix for text cursor initialization.
|
|
11062 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
11063 From Andy Piper <andyp@parallax.co.uk>
|
|
11064
|
|
11065 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
11066
|
|
11067 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
11068 if there is an existing package that handles it and warn the user
|
|
11069 about that mode.
|
|
11070
|
|
11071 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11072
|
|
11073 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
11074 Installation" menu item when Installation-string is not bound.
|
|
11075
|
|
11076 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
11077
|
|
11078 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
11079 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
11080
|
|
11081 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11082
|
|
11083 * msw-faces.el:
|
|
11084 * faces.el: Fix face initialization.
|
|
11085
|
|
11086 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
11087
|
|
11088 * files.el (backup-enable-predicate): fix breakage introduced
|
|
11089 by TMPDIR patch.
|
|
11090
|
|
11091 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11092
|
|
11093 * x-faces.el (x-init-face-from-resources): The
|
|
11094 TTY face property retrieval functions don't return
|
|
11095 specifiers, so use face-property instead.
|
|
11096
|
|
11097 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
11098
|
|
11099 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
11100
|
|
11101 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11102
|
|
11103 * x-menubar.el: Expanded documentation for
|
|
11104 option-save-faces. Changed Options -> Browse Faces
|
|
11105 menu entry to invoke customize-face.
|
|
11106
|
|
11107 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11108
|
|
11109 * faces.el: Most face initialization moved out of
|
|
11110 init-other-random-faces to the top level so that the
|
|
11111 initialization happens before Xemacs is dumped. Much
|
|
11112 of the fascist "face-differs-from-default-p or FROB!"
|
|
11113 code has been retired in favor of letting the user do
|
|
11114 what they want to do. Face initialization code changed
|
|
11115 to use `default' specifier tag so that the settings can
|
|
11116 be overridden later if the user wishes it.
|
|
11117
|
|
11118 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
11119
|
|
11120 * about.el (about-hackers): Update contributors list.
|
|
11121
|
|
11122 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11123
|
|
11124 * specifier.el: Define new specifier tag `default'.
|
|
11125
|
|
11126 * modeline.el: Initialize faces using `default' tag.
|
|
11127
|
|
11128 * x-faces.el (x-init-face-from-resources): Remove
|
|
11129 specifier specs containing the `default' tag before
|
|
11130 adding new specs.
|
|
11131
|
|
11132 1998-03-02 John Jones <jj@asu.edu>
|
|
11133
|
|
11134 * package-get.el (package-get-all): fixed arguments on call to
|
|
11135 package-admin-add-single-file-package.
|
|
11136 * package-get.el (package-get-installedp): fixed to match
|
|
11137 advertised behavior.
|
|
11138 * package-get.el: added function package-get-update-all which
|
|
11139 installs newest versions of all the current packages (if they are
|
|
11140 not already installed).
|
|
11141
|
|
11142 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11143
|
|
11144 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
11145 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
11146 still nil, as happens for example when finding a compressed
|
|
11147 file with "jka-compr".
|
|
11148
|
|
11149 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
11150
|
|
11151 * faces.el: in make-face-* type functions do the operation for all
|
|
11152 window systems, not just the first one found.
|
|
11153
|
|
11154 * font.el: call mswindows-list-fonts for mswindows.
|
|
11155
|
|
11156 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
11157
|
|
11158 * code-process.el (call-process-region):
|
|
11159 * process.el (call-process-region):
|
|
11160 * package-get.el (package-get-dir):
|
|
11161 * files.el (backup-enable-predicate):
|
|
11162 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
11163 Use temp-directory in place of `/tmp'.
|
|
11164
|
|
11165 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
11166
|
|
11167 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
11168
|
|
11169 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
11170 Emacs.
|
|
11171
|
|
11172 * files.el (insert-directory): Modified to use special
|
|
11173 dired-in-C enhancements if present.
|
|
11174
|
|
11175 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
11176
|
|
11177 * code-files.el: make default coding no-conversion.
|
|
11178
|
|
11179 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
11180
|
|
11181 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
11182 the load-path.
|
|
11183
|
|
11184 * update-elc.el: Strip directory when testing for files not to
|
|
11185 bytecompile.
|
|
11186
|
|
11187 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11188
|
|
11189 * lisp-mode.el: Use recommended form for menus.
|
|
11190
|
|
11191 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
11192
|
|
11193 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
11194 entry.
|
|
11195
|
|
11196 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11197
|
|
11198 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
11199 (get-frame-for-buffer-noselect): Always return frames
|
|
11200 in the not-this-window-p cond clause.
|
|
11201
|
|
11202 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
11203
|
|
11204 * help.el (describe-installation): New function.
|
|
11205
|
|
11206 * x-menubar.el (default-menubar): Add describe-installation to
|
|
11207 Help menu.
|
|
11208
|
|
11209 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
11210 should not be bytecompiled.
|
|
11211
|
|
11212 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
11213 XEmacs.
|
|
11214
|
|
11215 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
11216 entry.
|
|
11217
|
|
11218 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
11219 coding.
|
|
11220 From Andy Piper <andyp@parallax.co.uk>
|
|
11221
|
|
11222 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
11223
|
|
11224 * ldap.el: Do not require ldap-internal at compile time.
|
|
11225
|
|
11226 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
11227
|
|
11228 * code-files.el: new file. a virtual copy of mule-files.el
|
|
11229 but without charset
|
|
11230 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
11231 changing the eol type for the current buffer.
|
|
11232
|
|
11233 * code-process.el: new file. a copy of
|
|
11234 mule-process.el. mule-process.el will disappear when things have
|
|
11235 settled.
|
|
11236
|
|
11237 * coding.el: new file. a virtual copy of mule-files.el but
|
|
11238 without charset dependencies. (coding-system-base) new function
|
|
11239 for getting the parent coding system of a coding system with eol
|
|
11240 type set.
|
|
11241
|
|
11242 * dumped-lisp.el: add above files for the non-mule case.
|
|
11243
|
|
11244 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11245
|
|
11246 * window-xemacs.el (display-buffer): If no explicit
|
|
11247 frame is specified, search for a window that displays
|
|
11248 the buffer on the currently selected frame, before
|
|
11249 searching other frames.
|
|
11250
|
|
11251 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11252
|
|
11253 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
11254 is non-nil, use window on the selected frame if it is not
|
|
11255 also the selected window. When defaulting, search for
|
|
11256 windows on the currently selected fgrame before searching
|
|
11257 other frames.
|
|
11258
|
442
|
11259 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
11260
|
|
11261 * modeline.el (modeline-swap-buffers): originally named
|
|
11262 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
11263 decided in `mouse-drag-modeline'.
|
|
11264 (mouse-drag-modeline): A button release event is considered a
|
|
11265 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
11266 stay unchanged.
|
|
11267
|
|
11268 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
11269
|
|
11270 * x-menubar.el: Put redo on the menubar.
|
|
11271 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11272
|
|
11273 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
11274
|
|
11275 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
11276 temp-buffer-show-function is set, use it to display current set of
|
|
11277 warnings in the "*Compile-Log-Show*" buffer.
|
|
11278
|
|
11279 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
11280 is set, use it to display current set of warnings in the
|
|
11281 "*Warnings-Show*" buffer.
|
|
11282
|
|
11283 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11284
|
|
11285 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
11286 Common Lisp.
|
|
11287
|
|
11288 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11289
|
|
11290 * menubar.el: Allow button descriptors at least 2 long.
|
|
11291
|
|
11292 * x-menubar.el (default-menubar): Use recommended forms.
|
|
11293 (file-menu-filter): Remove.
|
|
11294 (edit-menu-filter): Remove.
|
|
11295
|
|
11296 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
11297
|
|
11298 * about.el (about-hackers): Updated.
|
|
11299
|
|
11300 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
11301
|
|
11302 * help.el (help-max-help-buffers): new variable
|
|
11303 (help-register-and-maybe-prune-excess): new function
|
|
11304 (help-buffer-name): use help-max-help-buffers.
|
|
11305 (with-displaying-help-buffer): use
|
|
11306 help-register-and-maybe-prune-excess.
|
|
11307
|
|
11308 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
11309 one line, let it.
|
|
11310
|
|
11311 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
11312
|
|
11313 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
11314 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
11315 further, killing the buffer violates the rule that
|
|
11316 temp-buffer-show-function, if set, has the full responsibility of
|
|
11317 showing the temp buffer. killing the buffer fucks with the window
|
|
11318 configuration, hosing temp-buffer-show-function.
|
|
11319
|
|
11320
|
442
|
11321 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
11322
|
|
11323 * modeline.el (mouse-drag-modeline):
|
|
11324 - Always scroll the modeline that was originally clicked on.
|
|
11325 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
11326 as horizontal reference for modeline dragging. This allows us to
|
|
11327 keep on dragging the modeline even if the motion event occurs in
|
|
11328 another window.
|
|
11329
|
442
|
11330 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
11331
|
|
11332 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
11333 glyph on the modeline to indicate that dragging the mouse has an
|
|
11334 effect both horizontally and vertically.
|
|
11335
|
|
11336 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
11337
|
|
11338 * about.el (about-xemacs): Get rid of redundant visible version
|
|
11339 number.
|
|
11340
|
|
11341 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
11342
|
|
11343 * about.el (about-hackers): Update credits.
|
|
11344
|
|
11345 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
11346
|
|
11347 * prim/register.el (view-register): Show register type file-query.
|
|
11348
|
|
11349 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11350
|
|
11351 * mode-motion.el (mode-motion-highlight-internal):
|
|
11352 save-excursion inside save-window-exucrsion form to
|
|
11353 hide buffer point changes from save-window-excursion.
|
|
11354 Prevents display flickering when the mouse pointer
|
|
11355 moves.
|
|
11356
|
442
|
11357 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
11358
|
|
11359 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
11360 function to handle correctly the case of a toolbar one side of the
|
|
11361 window: scrolling will not necessarily happen.
|
|
11362
|
|
11363 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11364
|
|
11365 * files.el (after-find-file): Restore missing argument
|
|
11366 to format that provides filename for "... consider M-x
|
|
11367 recover-file" message. Also call `message' with "%s"
|
|
11368 as the first arg instead of an arbitrary string.
|
|
11369
|
|
11370 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
11371
|
|
11372 * about.el (about-hackers): Various additions.
|
|
11373
|
|
11374 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
11375
|
|
11376 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
11377 line out when copying on-the-same line autoloads.
|
|
11378
|
|
11379 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
11380 is installed.
|
|
11381
|
|
11382 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
11383
|
|
11384 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
11385 * x11/x-win-sun.el (x-win-init-sun):
|
|
11386 * x11/x-init.el (x-initialize-compose):
|
|
11387 * prim/simple.el:
|
|
11388 (backward-or-forward-kill-sexp):
|
|
11389 (backward-or-forward-kill-sentence):
|
|
11390 (backward-or-forward-kill-word):
|
|
11391 (backward-or-forward-delete-char):
|
|
11392 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
11393 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
11394 x-keysym-on-keyboard-p to detect backspace.
|
|
11395 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
11396 Clean up symbols used with dead keys, checking Linux and solaris
|
|
11397 keysyms.
|
|
11398 Simplify x-win-*.el using above methods.
|
|
11399 Change documentation for x-keysym-*-p functions.
|
|
11400
|
|
11401 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
11402
|
|
11403 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
11404 Vinnie Shelton.
|
|
11405 From Vinnie Shelton <acs@acm.org>
|
|
11406
|
|
11407 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
11408
|
|
11409 * simple.el (count-words-region): Ditto.
|
|
11410
|
|
11411 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
11412
|
|
11413 * simple.el (count-words-buffer): Document. Don't print anything
|
|
11414 if non-interactive.
|
|
11415
|
|
11416 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
11417
|
|
11418 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
11419 multiple files in InfoDock.
|
|
11420
|
|
11421 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
11422
|
|
11423 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
11424 from version.el in InfoDock.
|
|
11425
|
|
11426 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
11427 specially.
|
|
11428
|
|
11429 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11430
|
|
11431 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
11432 variable name in docstring.
|
|
11433
|
|
11434 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
11435
|
|
11436 * menubar.h: Include "gui.h".
|
|
11437
|
|
11438 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
11439
|
|
11440 * site-load.el: Fix documentation.
|
|
11441
|
|
11442 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
11443
|
|
11444 * package-get-base.el (package-get-base): Updated.
|
|
11445
|
|
11446 * keymap.el: PC-ize.
|
|
11447
|
|
11448 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11449
|
|
11450 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
11451 from' on a fresh line.
|
|
11452
|
|
11453 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
11454
|
|
11455 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
11456 object.
|
|
11457
|
|
11458 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
11459
|
|
11460 * undo-stack.el: PC-ize.
|
|
11461
|
|
11462 * cmdloop.el: PC-ize.
|
|
11463
|
|
11464 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
11465
|
|
11466 * bytecomp-runtime.el: PC-ize.
|
|
11467
|
|
11468 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
11469
|
|
11470 * cus-dep.el: Spelling fix.
|
|
11471
|
|
11472 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
11473 entries follow).
|
|
11474
|
|
11475 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
11476
|
|
11477 * text-mode.el (text-mode-hook-identify): New function,
|
|
11478 put on text-mode-hook. Set text-mode-variant here.
|
|
11479 (text-mode): Don't set it here.
|
|
11480
|
|
11481 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
11482
|
|
11483 * text-mode.el (text-mode-hook): New defvar.
|
|
11484 (text-mode-variant): New variable.
|
|
11485 (text-mode): Set that variable locally.
|
|
11486 (toggle-text-mode-auto-fill): New command.
|
|
11487
|
|
11488 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
11489
|
|
11490 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
11491
|
|
11492 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
11493
|
|
11494 * text-mode.el (paragraph-indent-text-mode):
|
|
11495 Renamed from spaced-text-mode.
|
|
11496 (text-mode-map): Bind TAB to indent-relative.
|
|
11497 (indented-text-mode-map): Variable deleted.
|
|
11498 (indented-text-mode): Now an alias for text-mode.
|
|
11499
|
|
11500 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
11501
|
|
11502 * loadup.el: test-atoms debugging stuffs removed.
|
|
11503
|
442
|
11504 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
11505
|
|
11506 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
11507
|
|
11508 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
11509
|
|
11510 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
11511 (describe-distribution): Ditto.
|
|
11512 (describe-copying): Ditto.
|
|
11513 (describe-project): Ditto.
|
|
11514 (view-emacs-news): Ditto.
|
|
11515
|
|
11516 * help-nomule.el (help-with-tutorial): Made it use
|
|
11517 `locate-data-file' to find tutorial.
|
|
11518
|
|
11519 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
11520
|
|
11521 * about.el: Corrected my email address.
|
|
11522
|
|
11523 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
11524 'mouse-offix-drop'.
|
|
11525
|
|
11526 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
11527
|
|
11528 * loadup.el (running-xemacs): Spelling fix.
|
|
11529
|
|
11530 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
11531
|
|
11532 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
11533 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
11534
|
|
11535 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
11536
|
|
11537 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
11538
|
|
11539 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
11540
|
|
11541 * package-info.el (pi-last-mod-date): New function.
|
|
11542 (pi-author-version): New function.
|
|
11543 (batch-update-package-info): Use them.
|
|
11544
|
|
11545 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
11546
|
|
11547 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
11548 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
11549 with `get-frame-for-buffer-default-to-current'.
|
|
11550
|
|
11551 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
11552
|
|
11553 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
11554 (byte-compile-output-docform): Ditto.
|
|
11555 (byte-compile-compiled-obj-to-list): Ditto.
|
|
11556
|
|
11557 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11558
|
|
11559 * startup.el (command-line-1): Removed code that ran
|
|
11560 buffer-menu.
|
|
11561
|
|
11562 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
11563
|
|
11564 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
11565
|
|
11566 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
11567
|
|
11568 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
11569 `device-on-window-system-p' instead of explicitly checking for X,
|
|
11570 so that the same logic works for MS Windows.
|
|
11571 (suspend-or-iconify-emacs): Ditto.
|
|
11572
|
|
11573 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
11574
|
|
11575 * about.el (about-maintainer-info): Andy Piper is back.
|
|
11576 (xemacs-hackers): Updated Andy Piper's email address.
|
|
11577 (about-hackers): Added Jonathan Harris.
|
|
11578 (about-hackers): Updated Tibor Polgar's email address.
|
|
11579
|
|
11580 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
11581
|
|
11582 * about.el: Add xemacs.org email manager.
|
|
11583
|
|
11584 * package-get-base.el (package-get-base): Updated with most recent
|
|
11585 package updates.
|
|
11586
|
|
11587 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11588
|
|
11589 * help.el (function-arglist): Use `indirect-function' instead of
|
|
11590 `symbol-function' so that aliases are treated correctly.
|
|
11591
|
|
11592 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11593
|
|
11594 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
11595 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
11596 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
11597 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
11598 (describe-key): Use `princ' "%s" to print object.
|
|
11599 (describe-function-1): Use `princ' "%s" to print object.
|
|
11600 Commented out alias lines removed.
|
|
11601 (help-pretty-print-limit): New variable to control pretty-printing
|
|
11602 of variable values.
|
|
11603 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
11604 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
11605 list of length less than `help-pretty-print-limit'.
|
|
11606 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
11607
|
|
11608 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
11609
|
|
11610 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
11611 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
11612
|
|
11613 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11614
|
|
11615 * info.el (Info-default-directory-list): Made the documentation
|
|
11616 more explanitory.
|
|
11617
|
|
11618 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
11619
|
|
11620 * lisp/packages.el:
|
|
11621 * lisp/package-admin.el:
|
|
11622 * lisp/build-report.el:
|
|
11623 Fix typos.
|
|
11624
|
|
11625 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
11626
|
|
11627 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
11628 warnings in Java buffers without final newline and editing the
|
|
11629 last line.
|
|
11630
|
|
11631 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
11632
|
|
11633 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
11634 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
11635 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
11636
|
|
11637 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
11638 From Oliver Graf <ograf@fga.de>
|
|
11639
|
|
11640 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
11641
|
|
11642 * loadup.el (load-gc): rewrite as defun.
|
|
11643 Print something sensical if a required dump-time file isn't found.
|
|
11644
|
|
11645 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
11646
|
|
11647 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
11648 bug strikes a menudescriptor.
|
|
11649
|
|
11650 * package-get-base.el (package-get-base): Updated.
|
|
11651
|
|
11652 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
11653 from the Makefile.
|
|
11654
|
|
11655 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
11656
|
|
11657 * files.el (save-some-buffers): Don't play games with deleting
|
|
11658 other windows if we are in the minibuffer window.
|
|
11659
|
|
11660 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11661
|
|
11662 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
11663 (add-minor-mode): Document :active property to TOGGLE.
|
|
11664
|
|
11665 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11666
|
|
11667 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
11668 `:included' predicate in the `toggle-sym' plist.
|
|
11669 (add-minor-mode): Document the :included property, format
|
|
11670 docstring some more.
|
|
11671 (modeline-minor-mode-menu): Documentation string added.
|
|
11672
|
|
11673 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11674
|
|
11675 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
11676 labels from the symbol-names by thwacking off the overly redundant
|
|
11677 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
11678 resultant strings. Also shortened the menu's title by eliminating
|
|
11679 the redundant buffer name.
|
|
11680 (add-minor-mode): Beautified the docstring, added mention of the
|
|
11681 `:menu-tag' property of TOGGLE.
|
|
11682 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
11683 `toggle-sym' to beatify the mode-life menus.
|
|
11684 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
11685 `auto-fill-function'.
|
|
11686
|
442
|
11687 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
11688
|
|
11689 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
11690 menus to :style 'toggle.
|
|
11691
|
|
11692 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
11693
|
|
11694 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
11695
|
|
11696 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
11697
|
|
11698 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
11699 only recognize first hyperlink.
|
|
11700 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
11701 `hyper-apropos-insert-face'.
|
|
11702 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
11703
|
|
11704 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
11705
|
|
11706 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
11707 mail.
|
|
11708 (toolbar-mail-reader): Add support for `send'.
|
|
11709 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
11710
|
442
|
11711 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
11712
|
|
11713 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
11714 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
11715 will function properly.
|
|
11716
|
|
11717 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
11718
|
|
11719 * simple.el: make the backwards delete function called by
|
|
11720 `backward-or-forward-delete-char' user configurable.
|
|
11721
|
|
11722 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11723
|
|
11724 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
11725 compiled function got loaded from.
|
|
11726
|
|
11727 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
11728
|
|
11729 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
11730
|
|
11731 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
11732
|
|
11733 * startup.el (load-init-file): Load autoloads earlier.
|
|
11734 (startup-splash-frame): Handle InfoDock logo.
|
|
11735
|
|
11736 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
11737 InfoDock.
|
|
11738 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
11739
|
|
11740 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
11741 doesn't have this function.
|
|
11742
|
|
11743 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
11744
|
|
11745 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
11746
|
|
11747 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
11748 version of version.el.
|
|
11749 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
11750
|
|
11751 * x-menubar.el (default-menubar): Guard reference to
|
|
11752 `gnuserv-frame'.
|
|
11753 (default-menubar): Guard references to `font-lock-mode'.
|
|
11754 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
11755 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
11756
|
|
11757 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
11758
|
|
11759 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
11760 loading auto-autoloads files.
|
|
11761
|
|
11762 * loaddefs.el: Disable dumping autoloads.
|
|
11763
|
|
11764 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
11765
|
|
11766 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
11767
|
|
11768 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
11769
|
|
11770 * finder.el (finder-by-keyword): Autoload.
|
|
11771
|
|
11772 * help.el: Conditionalize hyperbole setup.
|
|
11773
|
|
11774 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
11775
|
|
11776 * packages.el (package-require): Update to reflect new data format.
|
|
11777
|
442
|
11778 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
11779
|
|
11780 * x-menubar.el (default-menubar): make the tutorials available
|
|
11781 through the menubar. (Plus some compilation warnings cleanup).
|
|
11782
|
|
11783 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
11784
|
|
11785 * check-features.el: New file. Perform sanity check after build.
|
|
11786
|
|
11787 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
11788 files to tooltalk package.
|
|
11789 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
11790 package.
|
|
11791
|
|
11792 * package-admin.el (package-admin-xemacs): Use better default for
|
|
11793 location of XEmacs binary.
|
|
11794
|
|
11795 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11796
|
|
11797 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
11798 tag with sexp and add value tag with value `t'.
|
|
11799
|
|
11800 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
11801
|
|
11802 * package-get.el: Changes to work with real data.
|
|
11803 From Pete Ware <ware@cis.ohio-state.edu>
|
|
11804
|
|
11805 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
11806 being.
|
|
11807
|
|
11808 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
11809 of possibly out-of-date packges.elc.
|
|
11810 * make-docfile.el ("packages.el"): Ditto.
|
|
11811
|
|
11812 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
11813
|
|
11814 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
11815 the main tarball shadowing anything past it.
|
|
11816
|
|
11817 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
11818
|
|
11819 * packages.el (package-provide): Delete a previous provide.
|
|
11820
|
|
11821 * package-info.el: New file.
|
|
11822
|
|
11823 * package-get.el: New file.
|
|
11824 From Pete Ware <ware@cis.ohio-state.edu>
|
|
11825 (package-get): Fix md5 computation to work with Mule.
|
|
11826
|
|
11827 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11828
|
|
11829 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
11830
|
|
11831 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
11832
|
|
11833 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
11834
|
|
11835 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
11836 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11837
|
|
11838 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
11839
|
|
11840 * startup.el (load-init-file): Reload new or changed autoloads
|
|
11841 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
11842
|
|
11843 * packages.el (packages-new-autoloads): New function.
|
|
11844 (packages-reload-autoloads): New function.
|
|
11845 (packages-reload-dumped-lisp): New (stub) function.
|
|
11846
|
|
11847 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
11848
|
|
11849 * loadhist.el (file-provides): Extend to handle variant
|
|
11850 extensions.
|
|
11851
|
|
11852 * replace.el (query-replace): Fix typo.
|
|
11853
|
|
11854 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
11855
|
|
11856 * make-docfile.el: list-autoloads-path has been renamed.
|
|
11857 * update-elc.el: list-autoloads has been renamed.
|
|
11858
|
|
11859 * packages.el (packages-list-autoloads): Renamed.
|
|
11860 (packages-list-autoloads-path): Ditto.
|
|
11861
|
|
11862 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
11863
|
|
11864 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
11865 for an error in an auto-autoload.el file.
|
|
11866
|
|
11867 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
11868
|
|
11869 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
11870 tag with const.
|
|
11871 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11872
|
|
11873 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
11874
|
|
11875 * loadhist.el (unload-feature): Remove autoload.
|
|
11876
|
|
11877 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
11878
|
|
11879 * loadhist.el: Unpackaged.
|
|
11880
|
|
11881 * help.el (describe-symbol-find-file): Rename
|
|
11882 `describe-function-find-file' and make old name obsolete.
|
|
11883 (describe-function-1): Use it.
|
|
11884 (describe-function-1): Guard reference to
|
|
11885 `compiled-function-annotation'.
|
|
11886
|
|
11887 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11888
|
|
11889 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
11890 argument.
|
|
11891 (help-mode-quit): New optional arg to control whether it kills or
|
|
11892 buries. Tidied up.
|
|
11893 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
11894 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
11895 (help-pretty-print-value): Rename back from
|
|
11896 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
11897 use it, otherwise use dumped `cl-prettyprint'.
|
|
11898 (describe-variable): Use `help-pretty-print-value' again.
|
|
11899 (find-func): Removed reference to "find-func" at end.
|
|
11900
|
|
11901 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11902
|
|
11903 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
11904 GUI XEmacs. Rename? x-menubar is rather window system
|
|
11905 independant, except for a couple of items.
|
|
11906
|
|
11907 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
11908
|
|
11909 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
11910 entries as they will no longer be distributed with XEmacs.
|
|
11911
|
|
11912 * format.el (format-alist): Fix image/tiff regexps.
|
|
11913 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
11914
|
|
11915 * help.el (help-maybe-pretty-print-value): Rename.
|
|
11916 (describe-variable): Use it.
|
|
11917 (describe-variable): Add trailing linefeed.
|
|
11918
|
|
11919 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11920
|
|
11921 * help.el (describe-function-1): Don't output anything for
|
|
11922 arglist of autoload functions.
|
|
11923
|
|
11924 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11925
|
|
11926 * help.el (describe-function-1): Don't output anything for
|
|
11927 arglist of autoload functions.
|
|
11928
|
|
11929 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11930
|
|
11931 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
11932 `describe-function-at-point', `describe-variable-at-point',
|
|
11933 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
11934 `help-prev-section'.
|
|
11935 (help-next-section): New function.
|
|
11936 (help-prev-section): New function.
|
|
11937 (help-mode-quit): Changed to kill the help buffer.
|
|
11938 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
11939 correctly.
|
|
11940 (help-buffer-name): New function to generate the name of help
|
|
11941 buffers.
|
|
11942 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
11943 argument giving the name of the help buffer.
|
|
11944 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
11945 (describe-mode): Ditto.
|
|
11946 (describe-bindings): Ditto.
|
|
11947 (describe-prefix-bindings): Ditto.
|
|
11948 (view-lossage): Ditto.
|
|
11949 (with-syntax-table): New macro.
|
|
11950 (function-called-at-point): Use `ignore-errors' and
|
|
11951 `with-syntax-table'.
|
|
11952 (function-at-point): Ditto.
|
|
11953 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
11954 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
11955 function's arglist as string.
|
|
11956 (function-documentation): Extracted from `describe-function-1'.
|
|
11957 Returns function's docstring.
|
|
11958 (describe-function-1): Remove all the "stream" garbage, including
|
|
11959 the stream argument. Use `function-arglist' and
|
|
11960 `function-documentation'.
|
|
11961 (describe-function-arglist): Just use `function-arglist'.
|
|
11962 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
11963 (help-pretty-print-value): New function to help with
|
|
11964 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
11965 `pp-internal'.
|
|
11966 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
11967 Formatting improved. Display file where variable is defined, if
|
|
11968 known. Use `help-pretty-print-value'.
|
|
11969 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
11970 (list-processes): Remove "stream" garbage.
|
|
11971
|
|
11972 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
11973
|
|
11974 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
11975 call a dumped routine instead.
|
|
11976
|
|
11977 * x-win-xfree86.el: Wrap file in defun.
|
|
11978 * x-win-sun.el: Ditto.
|
|
11979
|
|
11980 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
11981
|
|
11982 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
11983 advises functions and does other evil things.
|
|
11984
|
|
11985 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
11986
|
|
11987 * format.el (format-alist): Add `image/tiff'.
|
|
11988 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
11989
|
|
11990 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
11991
|
|
11992 * about.el (about-hackers): More names added.
|
|
11993
|
|
11994 * make-docfile.el: Remove superfluous package path search.
|
|
11995
|
|
11996 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
11997
|
|
11998 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
11999
|
|
12000 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
12001 ignored shadows.
|
|
12002
|
|
12003 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
12004
|
|
12005 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
12006 get trailing slashes when added to the load-path.
|
|
12007
|
|
12008 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
12009 are.
|
|
12010
|
|
12011 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
12012
|
|
12013 * x-faces.el: Added support for foregroundToolBarColor
|
|
12014 to xpm-color-symbols.
|
|
12015
|
|
12016 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
12017
|
|
12018 * etags.el (tags-remove-duplicates): Removed.
|
|
12019 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
12020
|
|
12021 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
12022 correctly.
|
|
12023 (get*): Defalias to `get'.
|
|
12024
|
|
12025 * cl.el (eql): Compare integers with `eq'.
|
|
12026 (cl-map-extents): Check for `map-extents' first.
|
|
12027
|
442
|
12028 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
12029
|
|
12030 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
12031 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
12032
|
|
12033 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
12034
|
|
12035 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
12036
|
|
12037 * widget.el (define-widget): Check the arguments.
|
|
12038
|
|
12039 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
12040 (custom-variable-value-create): Use `signal' to signal error.
|
|
12041 (custom-variable-reset-saved): Ditto.
|
|
12042 (custom-variable-reset-standard): Ditto.
|
|
12043 (custom-face-reset-saved): Ditto.
|
|
12044
|
|
12045 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
12046 (widget-default-format-handler): Ditto.
|
|
12047 (widget-checklist-add-item): Ditto.
|
|
12048 (widget-radio-add-item): Ditto.
|
|
12049 (widget-editable-list-entry-create): Ditto.
|
|
12050 (widget-sexp-prompt-value): Ditto.
|
|
12051
|
|
12052 * custom.el (custom-declare-variable): Signal errors better.
|
|
12053 (custom-handle-keyword): Ditto.
|
|
12054 (custom-declare-group): Ditto.
|
|
12055
|
|
12056 * window-xemacs.el (windows): Ditto.
|
|
12057
|
|
12058 * menubar.el (menu): Ditto.
|
|
12059
|
|
12060 * keydefs.el (keyboard): Ditto.
|
|
12061
|
|
12062 * minibuf.el (minibuffer): Ditto.
|
|
12063
|
|
12064 * process.el (execute): Ditto.
|
|
12065
|
|
12066 * fill.el (fill): Ditto.
|
|
12067
|
|
12068 * modeline.el (modeline): Ditto.
|
|
12069
|
|
12070 * help.el (help): Ditto.
|
|
12071
|
|
12072 * faces.el (faces): Ditto.
|
|
12073
|
|
12074 * files.el (files): Ditto.
|
|
12075
|
|
12076 * x-init.el (x): Ditto.
|
|
12077
|
|
12078 * lisp-mode.el (lisp): Ditto.
|
|
12079
|
|
12080 * process.el (processes): Ditto.
|
|
12081
|
|
12082 * mouse.el (mouse): Ditto.
|
|
12083
|
|
12084 * abbrev.el (abbrev): Moved from cus-edit.
|
|
12085
|
|
12086 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
12087 as variable declaration.
|
|
12088
|
|
12089 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
12090
|
|
12091 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
12092 (find-menu-item): Cosmetic changes.
|
|
12093
|
|
12094 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
12095
|
|
12096 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
12097
|
|
12098 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
12099
|
|
12100 * startup.el (set-default-load-path): Only search package-path
|
|
12101 when not running temacs.
|
|
12102
|
|
12103 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
12104 files.
|
|
12105
|
|
12106 * loadup.el: Correct commentary. Reformatting.
|
|
12107 (really-early-error-handler): Use absolute path to the
|
|
12108 first dumped-lisp.el file.
|
|
12109 (really-early-error-handler): Print full path name of
|
|
12110 each dumped lisp file (inherited from InfoDock).
|
|
12111
|
|
12112 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
12113 dumped-lisp.el files.
|
|
12114
|
|
12115 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
12116 package-path is searched.
|
|
12117 * update-elc.el: Ditto.
|
|
12118
|
|
12119 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
12120 `condition-case' for indentation.
|
|
12121
|
|
12122 * about.el (about-xemacs): Update release date.
|
|
12123
|
|
12124 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
12125
|
|
12126 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
12127 anywhere but at the last clause.
|
|
12128 (ecase): Disallow `t' and `otherwise'.
|
|
12129
|
|
12130 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
12131
|
|
12132 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
12133 from stuff moved out of `custom-buffer-create-internal'.
|
|
12134 (custom-novice): New variable. Default t.
|
|
12135 (custom-display-global-buttons): Ditto. Default `top'.
|
|
12136 (custom-buffer-create-internal): Only display help if
|
|
12137 `custom-novice' is non-nil. Display global buttons according to
|
|
12138 `custom-display-global-buttons'.
|
|
12139
|
|
12140 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
12141
|
|
12142 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
12143 (find-menu-item): Cosmetic changes.
|
|
12144
|
|
12145 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
12146
|
|
12147 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
12148 look.
|
|
12149
|
|
12150 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
12151
|
|
12152 * format.el (format-deannotate-region): Bug fix.
|
|
12153 Deannotating a region containing unknown tags would fail
|
|
12154 (causing decoding of text/enriched to fail at user level)
|
|
12155
|
|
12156 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
12157
|
|
12158 * minibuf.el (read-directory-name): Support sixth
|
|
12159 arg, HISTORY, as already documented.
|
|
12160
|
|
12161 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
12162
|
|
12163 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
12164 to `ecase'.
|
|
12165
|
|
12166 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
12167
|
|
12168 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
12169 skk-activate.
|
|
12170
|
|
12171 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
12172
|
|
12173 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|