778
|
1 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * mule\arabic.el:
|
|
4 * mule\arabic.el (arabic-1-column):
|
|
5 * mule\arabic.el (arabic-2-column):
|
|
6 * mule\canna-leim.el:
|
|
7 * mule\canna-leim.el (canna:*japanese-mode*):
|
|
8 * mule\canna-leim.el (canna-inactivate):
|
|
9 * mule\china-util.el:
|
|
10 * mule\chinese.el:
|
|
11 * mule\chinese.el (chinese-sisheng):
|
|
12 * mule\cyril-util.el:
|
|
13 * mule\cyril-util.el (cyrillic-encode-koi8-r-char):
|
|
14 * mule\cyril-util.el (cyrillic-encode-alternativnyj-char):
|
|
15 * mule\cyrillic.el:
|
|
16 * mule\devan-util.el:
|
|
17 * mule\devanagari.el:
|
|
18 * mule\english.el:
|
|
19 * mule\ethio-util.el:
|
|
20 * mule\ethio-util.el (ethio-modify-vowel):
|
|
21 * mule\ethiopic.el:
|
|
22 * mule\european.el:
|
|
23 * mule\greek.el:
|
|
24 * mule\hebrew.el:
|
|
25 * mule\indian.el:
|
|
26 * mule\japan-util.el:
|
|
27 * mule\japan-util.el (japanese-symbol-table):
|
|
28 * mule\japan-util.el (japanese-hankaku):
|
|
29 * mule\japan-util.el (japanese-hankaku-region):
|
|
30 * mule\japanese.el:
|
|
31 * mule\korea-util.el:
|
|
32 * mule\korean.el:
|
|
33 * mule\lao-util.el:
|
|
34 * mule\lao.el:
|
|
35 * mule\lao.el (lao):
|
|
36 * mule\misc-lang.el:
|
|
37 * mule\mule-charset.el:
|
|
38 * mule\mule-cmds.el (set-locale-for-language-environment):
|
|
39 * mule\mule-cmds.el (set-language-environment-coding-systems):
|
|
40 * mule\mule-cmds.el (init-locale-at-early-startup):
|
|
41 * mule\thai-util.el:
|
|
42 * mule\thai.el:
|
|
43 * mule\tibet-util.el:
|
|
44 * mule\tibetan.el:
|
|
45 * mule\tibetan.el (tibetan-1-column):
|
|
46 * mule\tibetan.el (tibetan):
|
|
47 * mule\viet-util.el:
|
|
48 * mule\viet-util.el (viet-encode-viscii-char):
|
|
49 * mule\vietnamese.el:
|
|
50 * mule\vietnamese.el (?v): New.
|
|
51 * mule\vietnamese.el (viet-viscii-decode-table):
|
|
52 * unicode.el:
|
|
53 Fix lots of warnings. Sync up some files to FSF 21.1. Copy over
|
|
54 all charset definitions from FSF 21.1, convert them to our format,
|
|
55 and stick them in the relevant files. Eventually we will actually
|
|
56 be able to dump these files (though they may not quite work).
|
|
57
|
|
58 2002-03-16 Ben Wing <ben@xemacs.org>
|
|
59
|
|
60 * autoload.el:
|
|
61 * autoload.el (make-autoload):
|
|
62 * autoload.el (generate-autoload-cookie):
|
|
63 * autoload.el (defun*):
|
|
64 Support defun*, defmacro*.
|
|
65
|
|
66 * mule/mule-composite.el: New file, from FSF.
|
|
67 * mule/mule-composite-stub.el: New file, stubs for nonexistent
|
|
68 composition funs/vars.
|
|
69 * mule/viet-chars.el: Deleted, moved into vietnamese.el.
|
|
70 * dumped-lisp.el (preloaded-file-list):
|
|
71 Account for these changes.
|
|
72
|
|
73 * font.el (mswindows-font-create-object):
|
|
74 * mouse.el (mouse-begin-drag-n-drop):
|
|
75 * msw-font-menu.el (mswindows-font-regexp):
|
|
76 * printer.el:
|
|
77 * printer.el (generic-page-setup):
|
|
78 * printer.el (generic-print-region):
|
|
79 * startup.el (early-error-handler):
|
|
80 fix warnings.
|
|
81
|
|
82 2002-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
83
|
|
84 * unicode.el (load-unicode-tables): Make table for latin-jisx0201.
|
|
85 * mule/mule-msw-init.el: Character sets to codepage mapping
|
|
86 change. Add japanese-jisx0212, delete japanese-jisx0208-1978.
|
|
87
|
777
|
88 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
89
|
|
90 * mule\mule-charset.el:
|
|
91 * mule\mule-charset.el (char-width): Removed.
|
|
92 * mule\mule-charset.el ('sref): Removed.
|
|
93 * mule\mule-charset.el (char-bytes): Removed.
|
|
94 * mule\mule-charset.el (string-to-sequence): Removed.
|
|
95 * mule\mule-charset.el (string-to-list): Removed.
|
|
96 * mule\mule-charset.el (string-to-vector): Removed.
|
|
97 * mule\mule-charset.el (store-substring): Removed.
|
|
98 * obsolete.el:
|
|
99 * obsolete.el ('sref): New.
|
|
100 * obsolete.el (char-bytes): New.
|
|
101 * subr.el:
|
|
102 * subr.el (char-width): New.
|
|
103 * subr.el (string-to-sequence): New.
|
|
104 * subr.el (string-to-list): New.
|
|
105 * subr.el (string-to-vector): New.
|
|
106 * subr.el (store-substring): New.
|
|
107 * subr.el (truncate-string-to-width): New. Put back
|
|
108 previously-deleted truncate-string-to-width. Move other
|
|
109 non-Mule-specific stuff into subr.el or obsolete.el.
|
|
110
|
776
|
111 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
112
|
|
113 * mule\chinese.el:
|
|
114 * mule\chinese.el (post-read-decode-hz):
|
|
115 * mule\chinese.el (pre-write-encode-hz):
|
|
116 * mule\japan-util.el (japanese-katakana-region):
|
|
117 * mule\japan-util.el (japanese-hiragana-region):
|
|
118 * mule\japan-util.el (japanese-zenkaku-region):
|
|
119 fix warnings.
|
|
120
|
|
121 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
122
|
|
123 * behavior-defs.el (func-menu):
|
|
124 * behavior-defs.el (filladapt):
|
|
125 fix errors with require.
|
|
126
|
|
127 * bytecomp-runtime.el:
|
|
128 * bytecomp-runtime.el (with-boundp):
|
|
129 * bytecomp-runtime.el (if-boundp):
|
|
130 * bytecomp-runtime.el (when-boundp):
|
|
131 * bytecomp-runtime.el (and-boundp): New.
|
|
132 * bytecomp-runtime.el (declare-boundp):
|
|
133 * bytecomp-runtime.el (globally-declare-boundp):
|
|
134 * bytecomp-runtime.el (with-fboundp):
|
|
135 * bytecomp-runtime.el (if-fboundp):
|
|
136 * bytecomp-runtime.el (when-fboundp):
|
|
137 * bytecomp-runtime.el (and-fboundp): New.
|
|
138 * bytecomp-runtime.el (declare-fboundp):
|
|
139 * bytecomp-runtime.el (globally-declare-fboundp):
|
|
140 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed):
|
|
141 add new funs {when,and}-{f}boundp, clean up docs.
|
|
142
|
|
143 * cus-edit.el (custom-save-variables):
|
|
144 pretty-print values.
|
|
145
|
|
146 * dump-paths.el:
|
|
147 * dump-paths.el (startup-setup-paths): New.
|
|
148 * find-paths.el:
|
|
149 * startup.el (command-switch-alist):
|
|
150 * startup.el (command-line-do-help):
|
|
151 * startup.el (normal-top-level):
|
|
152 * startup.el (command-line-early):
|
|
153 * startup.el (command-line):
|
|
154 * startup.el (startup-find-roots-warning):
|
|
155 * startup.el (startup-setup-paths): Removed.
|
|
156 * startup.el (startup-load-autoloads):
|
|
157 * setup-paths.el:
|
|
158 fix problems/inconsistencies parsing options. support new
|
|
159 -no-packages option. merge code duplication in dump-paths and
|
|
160 startup.
|
|
161
|
|
162 * lisp-mode.el:
|
|
163 * lisp-mode.el (lisp-indent-function):
|
|
164 * lisp-mode.el (while):
|
|
165 indent macrolet and labels correctly. update comments about
|
|
166 lisp-indent-function. flet already handled in cl.
|
|
167
|
|
168 * apropos.el (apropos-safe-documentation):
|
|
169 * auto-save.el (make-auto-save-file-name):
|
|
170 * buff-menu.el (default-list-buffers-identification):
|
|
171 * cl-extra.el (cl-map-intervals):
|
|
172 * dragdrop.el (experimental-dragdrop-drop-url-default):
|
|
173 * faces.el ((color '(red green blue yellow))):
|
|
174 * files.el (recover-session):
|
|
175 * files.el (file-remote-p):
|
|
176 * fill.el (find-space-insertable-point):
|
|
177 * font-lock.el (font-lock-thing-lock-cleanup):
|
|
178 * font-lock.el (font-lock-after-fontify-buffer):
|
|
179 * font.el (font-blink-initialize):
|
|
180 * gtk-faces.el (*try-oblique-before-italic-fonts*): Removed.
|
|
181 * gtk-faces.el (try-oblique-before-italic-fonts): New.
|
|
182 * gtk-faces.el ('*try-oblique-before-italic-fonts*): New.
|
|
183 * gtk-faces.el (gtk-make-font-italic):
|
|
184 * gtk-faces.el (gtk-make-font-bold-italic):
|
|
185 * gui.el (insert-gui-button):
|
|
186 * help.el (xemacs-www-page):
|
|
187 * help.el (xemacs-www-faq):
|
|
188 * hyper-apropos.el (hyper-apropos-find-function):
|
|
189 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
190 * info.el (Info-find-node):
|
|
191 * isearch-mode.el (isearch-help-or-delete-char):
|
|
192 * keymap.el (kbd):
|
|
193 * lisp-mnt.el (lm-report-bug):
|
|
194 * mouse.el (mouse-eval-sexp):
|
|
195 * package-admin.el (package-admin-check-manifest):
|
|
196 * package-get.el (package-get-update-base-from-buffer):
|
|
197 * package-get.el (package-get-staging-dir):
|
|
198 * printer.el (generic-print-region):
|
|
199 * process.el (shell-command):
|
|
200 * process.el (shell-quote-argument):
|
|
201 * resize-minibuffer.el (resize-minibuffer-setup):
|
|
202 * simple.el (sendmail-user-agent-compose):
|
|
203 * toolbar-items.el (toolbar-paste):
|
|
204 * toolbar-items.el (toolbar-ispell-internal):
|
|
205 * toolbar-items.el (toolbar-compile):
|
|
206 * toolbar-items.el (toolbar-gnus):
|
|
207 * wid-edit.el (widget-before-change):
|
|
208 * wid-edit.el (widget-after-change):
|
|
209 * wid-edit.el (widget-url-link-action):
|
|
210 * win32-native.el (grep-null-device):
|
|
211 * win32-native.el (grep-null-device)): New.
|
|
212 * win32-native.el (grep-regexp-alist):
|
|
213 * win32-native.el (grep-regexp-alist)): New.
|
|
214 * win32-native.el (mswindows-system-shells):
|
|
215 fix warnings.
|
|
216
|
|
217 * very-early-lisp.el: update docs.
|
|
218
|
774
|
219 2002-03-14 Ville Skyttä <ville.skytta@xemacs.org>
|
|
220
|
|
221 * files.el (auto-mode-alist): GNUmakefile is a Makefile,
|
|
222 "system default" Xdefaults and friends get xrdb-mode.
|
|
223
|
|
224 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
225
|
|
226 * The Great Mule Merge: placeholder.
|
|
227
|
768
|
228 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
229
|
|
230 * XEmacs 21.5.5 "beets" is released.
|
|
231
|
767
|
232 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
233
|
|
234 * toolbar.el (default-toolbar-position): but I tested it! typo fix.
|
|
235
|
765
|
236 2002-03-05 Mats Lidell <matsl@contactor.se>
|
|
237
|
|
238 * help-nomule.el (tutorial-supported-languages): Added Swedish
|
|
239 tutorial. Sorted languages.
|
|
240
|
|
241 2001-12-03 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
242
|
|
243 * minibuf.el (completing-read): Update docstring.
|
|
244
|
763
|
245 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
246
|
|
247 * toolbar.el (toolbar-visible-p):
|
|
248 (toolbar-captioned-p):
|
|
249 Prefix * to docstring, improve line break.
|
|
250 (default-toolbar-position): Prefix * to docstring, improve line break.
|
|
251 Reconfigure frame to preserve window dimensions if toolbar is moved.
|
|
252
|
748
|
253 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
254
|
|
255 * code-files.el (convert-mbox-coding-system): Improve comment.
|
|
256 (write-region): Improve docstring. Reformat to 80 columns. Add
|
|
257 coding-system argument to `write-region-pre-hook' call.
|
|
258 (write-region-pre-hook): Fix docstring to mention lockname argument.
|
|
259
|
747
|
260 2002-02-11 Mike Sperber <mike@xemacs.org>
|
|
261
|
|
262 * info.el (Info-maybe-update-dir): Regenerate dir if we're
|
|
263 regenerating outdated dir files and dir is non-existent.
|
|
264
|
740
|
265 2002-02-03 Adrian Aichner <adrian@xemacs.org>
|
|
266
|
|
267 * printer.el (generic-print-region): Don't pass unwanted buffer
|
|
268 argument to lpr-region, as pointed out by Björn Torkelsson.
|
|
269
|
738
|
270 2002-02-02 William M. Perry <wmperry@gnu.org>
|
|
271
|
|
272 * widgets-gtk.el (gtk-widget-get-callback): New function to
|
|
273 support either :callback-ex or :callback in the widget functions.
|
|
274 (gtk-widget-instantiate-button-internal): Use it.
|
|
275
|
735
|
276 2002-01-24 John Paul Wallington <jpw@shootybangbang.com>
|
|
277
|
|
278 * faces.el (zmacs-region): fix typo in docstring.
|
|
279
|
732
|
280 2002-01-14 Björn Torkelsson <torkel@pdc.kth.se>
|
|
281
|
|
282 * menubar-items.el (default-menubar): Open URLs menubar entries
|
|
283 moved to mail-lib
|
|
284
|
|
285 2002-01-16 John Paul Wallington <jpw@shootybangbang.com>
|
|
286
|
|
287 * cus-start.el: customize the builtin variable
|
|
288 'modifier-keys-sticky-time'.
|
|
289
|
|
290 2002-01-09 John Paul Wallington <jpw@shootybangbang.com>
|
|
291
|
|
292 * help.el (describe-mode): synched with FSF 19.34; handle nil
|
|
293 minor mode indicators.
|
|
294
|
730
|
295 2001-12-04 Christoph Wedler <Christoph.Wedler@sap.com>
|
|
296
|
|
297 * window.el (window-list): Deletia. A function with the same name,
|
|
298 which is the one used, is defined in window-xemacs.el.
|
|
299 (quit-window): New command from Emacs-21.1.
|
|
300
|
729
|
301 2002-01-10 John Paul Wallington <jpw@shootybangbang.com>
|
|
302
|
|
303 * modeline.el (abbrev-mode-line-string): add custom group keyword.
|
|
304 (overwrite-mode-line-string): ditto.
|
|
305 (auto-fill-mode-line-string): ditto.
|
|
306 (defining-kbd-macro-mode-line-string): ditto.
|
|
307
|
728
|
308 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
309
|
|
310 * coding.el: Fix typo in comment.
|
|
311
|
|
312 2002-01-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
313
|
|
314 * mule/european.el (Latin-9): Add ISO 8859/15 support.
|
|
315
|
727
|
316 2002-01-09 Simon Josefsson <jas@extundo.com>
|
|
317
|
|
318 * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
|
|
319
|
725
|
320 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
321
|
|
322 * XEmacs 21.5.4 "bamboo" is released.
|
|
323
|
723
|
324 2002-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
325
|
|
326 * info.el (Info-auto-generate-directory): Default
|
|
327 Info-auto-generate-directory to 'if-outdated.
|
|
328
|
718
|
329 2001-12-27 David A. Panariti <davep@who.net>
|
|
330
|
|
331 * hyper-apropos.el (hyper-apropos-find-variable):
|
|
332 Added this function based on hyper-apropos-find-function.
|
|
333
|
|
334 * hyper-apropos.el (hyper-apropos-help-map):
|
|
335 Added binding of "v" to hyper-apropos-find-variable.
|
|
336
|
|
337 2001-12-27 John Paul Wallington <jpw@shootybangbang.com>
|
|
338
|
|
339 * obsolete.el (interactive-form): new compatibility alias for
|
|
340 function-interactive.
|
|
341
|
717
|
342 2001-12-26 Adrian Aichner <adrian@xemacs.org>
|
|
343
|
|
344 * printer.el (generic-print-region): Pass on arguments start, end,
|
|
345 and buffer to lpr-region. The original problem was pointed out by
|
|
346 Nevin Kapur.
|
|
347
|
716
|
348 2001-12-26 John Paul Wallington <jpw@shootybangbang.com>
|
|
349
|
|
350 * keydefs.el (global-map): add a defn for C-x 5 1, previously
|
|
351 undefined, to run delete-other-frames.
|
|
352
|
710
|
353 2001-12-18 John Paul Wallington <jpw@shootybangbang.com>
|
|
354
|
|
355 * gnuserv.el:
|
|
356 (gnuserv-mode-line-string): new customizable variable
|
|
357 (gnuserv-minor-mode): make variable buffer-local
|
|
358 * isearch-mode.el:
|
|
359 (isearch-mode-line-string): new customizable variable
|
|
360
|
707
|
361 2001-12-16 Andy Piper <andy@xemacs.org>
|
|
362
|
|
363 * package-get.el (package-get-update-all): Make sure installed.db
|
|
364 gets updated after updating packages.
|
|
365
|
711
|
366 2001-12-13 William M. Perry <wmperry@gnu.org>
|
|
367
|
|
368 * gtk-faces.el (gtk-init-device-faces): Better way of munging the
|
|
369 default faces from a style. Do not use 'device' as the locale
|
|
370 when setting it, or it makes it very difficult for a user to
|
|
371 override. Now munges highlight, zmacs-region, and toolbar from
|
|
372 the appropriate information in the default GtkStyle for the
|
|
373 device.
|
|
374
|
|
375 * gui.el (gui-button-face): Ditto.
|
|
376
|
|
377 * faces.el (text-cursor):
|
|
378 (highlight):
|
|
379 (zmacs-region):
|
|
380 (list-mode-item-selected):
|
|
381 (primary-selection):
|
|
382 (secondary-selection):
|
|
383 (isearch):
|
|
384 (isearch-secondary): Condense old window-system specific settings
|
|
385 into one specifier using the 'win default' tags.
|
|
386
|
|
387 * dialog-gtk.el (popup-builtin-question-dialog): Deal gracefully
|
|
388 with buttons of length 1, 2, and 3. Fixed yes-or-no-p lossage.
|
|
389
|
707
|
390 2001-12-11 Andy Piper <andy@xemacs.org>
|
|
391
|
|
392 * menubar.el (get-popup-menu-response): re-order so that it works
|
|
393 on more sane/facist window systems.
|
|
394
|
|
395 2001-12-03 Andy Piper <andy@xemacs.org>
|
|
396
|
|
397 * faces.el (frob-face-property): don't infloop in face frobbing
|
|
398 from Jan Vroonhof <jan@xemacs.org>.
|
|
399
|
|
400 2001-11-30 Andy Piper <andy@xemacs.org>
|
|
401
|
|
402 * printer.el (generic-print-region): fix for non-MS systems from
|
|
403 Mike Fabian.
|
|
404
|
|
405 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
406
|
|
407 * font.el (font-window-system-mappings): Add mapping for Gtk
|
|
408 (assume identical to X)
|
|
409
|
|
410 2001-11-30 Jan Vroonhof <jan@xemacs.org>
|
|
411
|
|
412 * faces.el (frob-face-property): Follow face fall-back hierarchy
|
|
413 properly for face properties without an instance. Only do manual
|
|
414 copy form 'default in last resort. This handles in particular
|
|
415 the case where 'default itself has only a fall-back (which is
|
|
416 the case by default on windows).
|
|
417
|
|
418 2001-11-24 Andy Piper <andy@xemacs.org>
|
|
419
|
|
420 * printer.el (generic-print-region): set default-frame-plist to
|
|
421 nil while creating the printer frame so that sizes reflect the
|
|
422 printed page.
|
|
423
|
|
424 * faces.el (face-complain-about-font): Don't complain on printers.
|
|
425
|
|
426 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
427
|
|
428 * package-net.el: Inadvertant synch with Windows branch. From
|
|
429 Andy's log:
|
|
430 (package-net-kit-version): new variable.
|
|
431 (package-net-generate-bin-ini): use it. Remove unwanted functions.
|
|
432
|
|
433 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
434
|
|
435 * package-get.el (package-get-locate-index-file): Also search the
|
|
436 core etc/ directory for the package index file if it can't be
|
|
437 found in ~/.xemacs/.
|
|
438
|
|
439 2001-12-13 William Perry <wmperry@gnu.org>
|
|
440
|
|
441 * dialog-gtk.el (popup-builtin-question-dialog):
|
|
442 Conform to API in gui.c.
|
|
443
|
|
444 2001-11-12 Andy Piper <andy@xemacs.org>
|
|
445
|
|
446 * cus-edit.el (custom-save-face-internal): make sure we save
|
|
447 non-themed faces.
|
|
448 (custom-save-variables): ditto variables.
|
|
449
|
|
450 2001-11-20 Stephen J. Turnbull <stephen@xemacs.og>
|
|
451
|
|
452 * faces.el (make-face-family):
|
|
453 (make-face-size):
|
|
454 New face-modifying functions per Jan Vroonhof.
|
|
455
|
|
456 cus-face.el (custom-set-face-font-family):
|
|
457 (custom-set-face-font-size):
|
|
458 Use them.
|
|
459
|
|
460 * font.el (font-window-system-mappings): More precise docstring.
|
|
461
|
|
462 (font-create-name):
|
|
463 (font-create-object):
|
|
464 (tty-font-create-object):
|
|
465 (tty-font-create-plist):
|
|
466 (x-font-create-object):
|
|
467 (x-font-create-name):
|
|
468 (ns-font-create-name):
|
|
469 (mswindows-font-create-object):
|
|
470 (mswindows-font-create-name):
|
|
471 Add doctrings.
|
|
472
|
|
473 2001-11-14 John Paul Wallington <jpw@shootybangbang.com>
|
|
474
|
|
475 * gtk-faces.el (gtk-init-device-faces): removed spurious
|
|
476 quote before let* expression.
|
|
477
|
706
|
478 2001-12-19 Jan Vroonhof <jan@xemacs.org>
|
|
479
|
|
480 * gtk-faces.el (gtk-init-device-faces): Fix missing close paren
|
|
481 problem with my application of the JPW's following patch.
|
|
482
|
702
|
483 2001-11-29 John Paul Wallington <jpw@shootybangbang.com>
|
|
484
|
|
485 * gtk-faces.el (gtk-init-device-faces): Replaced device locale
|
|
486 argument in set-face-background/foreground forms with
|
|
487 '(default gtk) tag set to make the faces customizable, as
|
|
488 suggested by Jan Vroonhof.
|
|
489
|
695
|
490 2001-12-15 John Paul Wallington <jpw@shootybangbang.com>
|
|
491
|
|
492 * modeline.el:
|
|
493 (abbrev-mode-line-string): new customizable variable
|
|
494 (overwrite-mode-line-string): ditto
|
|
495 (auto-fill-mode-line-string): ditto
|
|
496 (defining-kbd-macro-mode-line-string): ditto
|
|
497 * view-less.el:
|
|
498 (view-mode-line-string): ditto
|
|
499
|
692
|
500 2001-12-12 John Paul Wallington <jpw@shootybangbang.com>
|
|
501
|
|
502 * font-lock.el (font-lock-mode-line-string): new customizable
|
|
503 variable
|
|
504
|
690
|
505 2001-10-16 Michael Diers <mdiers@elego.de>
|
|
506
|
|
507 * about.el: Update e-mail address.
|
|
508
|
689
|
509 2001-12-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
510
|
|
511 * packages.el (packages-compute-package-locations): Add
|
|
512 user-specific site-packages and infodock-packages hierarchies for
|
|
513 symmetry.
|
|
514
|
|
515 * find-paths.el (paths-emacs-root-p): Use version-specific name
|
|
516 for root testing.
|
|
517
|
688
|
518 2001-07-26 Mike Sperber <mike@xemacs.org>
|
|
519
|
|
520 * files.el (auto-mode-alist): .9 files are man pages, too.
|
|
521
|
687
|
522 2001-12-04 John Paul Wallington <jpw@shootybangbang.com>
|
|
523
|
|
524 * paragraphs.el (mark-paragraph): synched with FSF;
|
|
525 added optional argument.
|
|
526
|
686
|
527 2001-12-03 Didier Verna <didier@xemacs.org>
|
|
528
|
|
529 * rect.el: autoload `replace-rectangle'.
|
|
530 * keydefs.el (global-map): bind it to `C-x r p'.
|
|
531
|
684
|
532 2001-11-29 Charles G Waldman <cgw@xemacs.org>
|
|
533
|
|
534 * startup.el (initial-scratch-message): be correct about case
|
|
535
|
683
|
536 2001-12-02 Adrian Aichner <adrian@xemacs.org>
|
|
537
|
|
538 * package-get.el (package-get-update-base-from-buffer): Use
|
|
539 exec-suffix-list with locate-file.
|
|
540
|
682
|
541 2001-12-03 Steve Youngs <youngs@xemacs.org>
|
|
542
|
|
543 * package-get.el (package-get-update-base-from-buffer): Add
|
|
544 autoload for 'mc-verify'.
|
|
545
|
681
|
546 2001-12-02 Steve Youngs <youngs@xemacs.org>
|
|
547
|
|
548 * package-get.el (package-get-base-filename): Rename default file
|
|
549 to 'package-index.LATEST.gpg'
|
|
550 (package-get-require-signed-base-updates): Update doc string.
|
|
551
|
|
552 2001-11-29 Steve Youngs <youngs@xemacs.org>
|
|
553
|
|
554 * package-get.el (package-entries-are-signed): New.
|
|
555 (package-get-continue-update-base): New.
|
686
|
556 (package-get-update-base-from-buffer): Use them. Fix PGP code.
|
681
|
557
|
680
|
558 2001-11-29 Adrian Aichner <adrian@xemacs.org>
|
|
559
|
|
560 * menubar-items.el (Menubar-items-truncate-list): Removed.
|
|
561 * menubar-items.el (Menubar-items-truncate-history): New.
|
|
562 * menubar-items.el (default-menubar): Use
|
|
563 Menubar-items-truncate-history.
|
|
564
|
678
|
565 2001-11-28 Steve Youngs <youngs@xemacs.org>
|
|
566
|
|
567 * package-get.el (package-get-locate-index-file): Also search the
|
|
568 core etc/ directory for the package index file if it can't be
|
|
569 found in ~/.xemacs/.
|
|
570
|
673
|
571 2001-10-29 Andy Piper <andy@xemacs.org>
|
|
572
|
|
573 * code-files.el (toggle-buffer-file-coding-system): mark buffer as
|
|
574 modified when changing coding system.
|
|
575
|
|
576 * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
|
|
577 that we invoke the GUI directory selector.
|
|
578
|
|
579 2001-10-25 Andy Piper <andy@xemacs.org>
|
|
580
|
|
581 * dialog.el (make-dialog-box): use new directory dialog support.
|
|
582 * minibuf.el (read-file-name-1): ditto.
|
|
583 (read-file-name): ditto.
|
|
584 (read-directory-name): ditto.
|
|
585
|
670
|
586 2001-09-28 Ben Wing <ben@xemacs.org>
|
|
587
|
|
588 * font-lock.el:
|
|
589 * font-lock.el (font-lock-after-change-function):
|
|
590 fix problem with last patch, reported by Katsumi Yamaoka.
|
|
591
|
664
|
592 2001-09-17 Ben Wing <ben@xemacs.org>
|
|
593
|
|
594 * font-lock.el (font-lock-after-change-function):
|
|
595 fix problem when you insert a comment on the line before a line of
|
|
596 code: if we use the following char, then when you hit backspace,
|
|
597 the following line of code turns the comment color.
|
|
598
|
663
|
599 2001-09-15 Edward M. Lee <tailbert@yahoo.com>
|
|
600
|
|
601 * files.el (auto-mode-alist): Add configure.ac support.
|
|
602
|
654
|
603 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
604
|
|
605 * XEmacs 21.5.3 "asparagus" is released.
|
|
606
|
652
|
607 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
608
|
|
609 * README: Partial update.
|
663
|
610
|
652
|
611 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
612
|
|
613 * wid-edit.el (widget-specify-secret):
|
|
614 (widget-get):
|
|
615 (widget-default-get):
|
|
616 (widget-match-inline):
|
|
617 (widget-create):
|
|
618 (widget-create-child-and-convert):
|
|
619 (widget-create-child):
|
|
620 (widget-convert-text):
|
|
621 (widget-convert-button):
|
|
622 (widget-field-activate):
|
|
623 (widget-beginning-of-line):
|
|
624 (widget-end-of-line):
|
|
625 (widget-kill-line):
|
|
626 (widget-field-buffer):
|
|
627 (widget-field-start):
|
|
628 (widget-field-end):
|
|
629 (widget-field-find):
|
|
630 (widget-before-change):
|
|
631 (`group' Widget):
|
|
632 ('list Widget):
|
|
633 ('vector Widget):
|
|
634 Document usage conditions, fix typos.
|
|
635
|
647
|
636 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
637
|
|
638 * term\AT386.el:
|
|
639 * term\AT386.el (AT386-keypad-map):
|
|
640 * term\AT386.el (AT386-keypad-map)): New.
|
|
641 Fix warnings.
|
663
|
642
|
647
|
643 * term\linux.el:
|
|
644 * term\lk201.el:
|
|
645 * term\news.el:
|
|
646 * term\news.el (news-fkey-prefix)): New.
|
|
647 * term\vt100.el:
|
|
648 * term\vt100.el (vt100-wide-mode):
|
|
649 Sync with FSF 21.0.103.
|
|
650 Fix warnings.
|
|
651
|
|
652 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
653
|
|
654 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
655 * hyper-apropos.el: Fix problem with undefined face.
|
|
656 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
657
|
646
|
658 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
659
|
|
660 * autoload.el (make-autoload): handle the case of
|
|
661 `define-derived-mode'.
|
|
662
|
645
|
663 2001-08-08 Didier Verna <didier@xemacs.org>
|
|
664
|
|
665 * autoload.el (update-autoload-files): make defdir a file name,
|
|
666 not directory name.
|
|
667
|
644
|
668 2001-08-06 Steve Youngs <youngs@xemacs.org>
|
|
669
|
|
670 * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
|
|
671
|
|
672 * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
|
|
673
|
641
|
674 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
675
|
|
676 * XEmacs 21.5.2 "artichoke" is released.
|
|
677
|
633
|
678 2001-07-20 Steve Youngs <youngs@xemacs.org>
|
|
679
|
|
680 * packages.el (locate-data-file): Revert Karl's patch.
|
|
681
|
630
|
682 2001-07-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
683
|
|
684 * specifier.el: define-specifier-tag 'gtk.
|
|
685
|
629
|
686 2001-07-15 Adrian Aichner <adrian@xemacs.org>
|
|
687
|
|
688 * about.el (about-personal-info): Fix word duplication typos.
|
|
689 * dialog.el (make-dialog-box): Ditto.
|
|
690 * lisp-mode.el (lisp-indent-function): Ditto.
|
|
691 * package-admin.el (package-admin-delete-binary-package): Ditto.
|
|
692 * package-get.el (package-get-staging-dir): Ditto.
|
|
693
|
628
|
694 2001-07-14 Sean MacLennan <seanm@storm.ca>
|
|
695
|
|
696 * package-admin.el (package-install-hook): New.
|
|
697 (package-delete-hook): New.
|
|
698 (package-admin-add-single-file-package): Use package-delete-hook.
|
|
699
|
|
700 * package-get.el (package-get): Use package-install-hook.
|
|
701
|
624
|
702 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
703
|
|
704 * packages.el (locate-library): change to use read-library-name so
|
|
705 we can get completion
|
|
706
|
|
707 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
708
|
|
709 * package-ui.el (pui-install-selected-packages): reverse the lists
|
|
710 of packages so that they get handled in the same order as they
|
|
711 were selected.
|
|
712
|
622
|
713 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
714
|
|
715 * term\AT386.el:
|
|
716 * term\AT386.el (AT386-keypad-map):
|
|
717 * term\AT386.el (AT386-keypad-map)): New.
|
|
718 Fix warnings.
|
|
719
|
|
720 * term\apollo.el:
|
|
721 * term\apollo.el ("term/vt100"):
|
|
722 * term\apollo.el (*dm-mouse-key-bindings-file*): Removed.
|
|
723 * term\apollo.el (*apollo-key-bindings-hook*): Removed.
|
|
724 * term\apollo.el (*preempt-display-manager-bindings*): Removed.
|
|
725 * term\apollo.el (*paste-buffer-directory*): Removed.
|
|
726 * term\apollo.el (*apollo-mouse-move-point-allow-minibuffer-exit*): Removed.
|
|
727 * term\apollo.el (*apollo-function-keys*): Removed.
|
|
728 * term\apollo.el (*apollo-mouse-buttons*): Removed.
|
|
729 * term\apollo.el (bind-apollo-function-key): Removed.
|
|
730 * term\apollo.el (unbind-apollo-function-key): Removed.
|
|
731 * term\apollo.el (select-apollo-meta-key): Removed.
|
|
732 * term\apollo.el (bind-apollo-mouse-button): Removed.
|
|
733 * term\apollo.el (unbind-apollo-mouse-button): Removed.
|
|
734 * term\apollo.el ('apollo-prefix)): Removed.
|
|
735 * term\apollo.el ('apollo-prefix-1)): Removed.
|
|
736 * term\apollo.el ('apollo-prefix-2)): Removed.
|
|
737 * term\apollo.el ('apollo-prefix-3)): Removed.
|
|
738 * term\apollo.el ('apollo-prefix-4)): Removed.
|
|
739 * term\apollo.el ('apollo-prefix-5)): Removed.
|
|
740 * term\apollo.el ('apollo-prefix-6)): Removed.
|
|
741 * term\apollo.el ('apollo-prefix-7)): Removed.
|
|
742 * term\apollo.el ('apollo-prefix-8)): Removed.
|
|
743 * term\apollo.el ('apollo-prefix): Removed.
|
|
744 * term\apollo.el (apollo-copy-region): Removed.
|
|
745 * term\apollo.el (apollo-cut-region): Removed.
|
|
746 * term\apollo.el (apollo-paste): Removed.
|
|
747 * term\apollo.el (minibuffer-prompt-length): Removed.
|
|
748 * term\apollo.el (extract-file-or-buffer-name-around-point): Removed.
|
|
749 * term\apollo.el (apollo-find-file): Removed.
|
|
750 * term\apollo.el (apollo-grow-emacs-window): Removed.
|
|
751 * term\apollo.el (apollo-move-emacs-window): Removed.
|
|
752 * term\apollo.el (apollo-again): Removed.
|
|
753 * term\apollo.el (apollo-exit): Removed.
|
|
754 * term\apollo.el (apollo-abort): Removed.
|
|
755 * term\apollo.el (apollo-aegis-help): Removed.
|
|
756 * term\apollo.el (apollo-clean-help-file): Removed.
|
|
757 * term\apollo.el (kill-whole-line): Removed.
|
|
758 * term\apollo.el (apollo-key-undefined): Removed.
|
|
759 * term\apollo.el (apollo-mouse-move-point): Removed.
|
|
760 * term\apollo.el (apollo-mouse-move-mark): Removed.
|
|
761 * term\apollo.el (apollo-mouse-cut): Removed.
|
|
762 * term\apollo.el (apollo-mouse-copy): Removed.
|
|
763 * term\apollo.el (apollo-mouse-paste): Removed.
|
|
764 * term\apollo.el (apollo-mouse-pop-buffer): Removed.
|
|
765 * term\apollo.el (apollo-mouse-find-file): Removed.
|
|
766 * term\apollo.el (apollo-mouse-find-file-other-window): Removed.
|
|
767 * term\apollo.el (apollo-mouse-defaults): Removed.
|
|
768 * term\apollo.el (apollo-mouse-cut-copy-paste): Removed.
|
|
769 * term\apollo.el (apollo-mouse-cancel-cut-copy-paste): Removed.
|
|
770 * term\apollo.el (install-apollo-dm-preemptive-key-bindings): Removed.
|
|
771 Kill kill kill. Sync with FSF and remove most crap.
|
645
|
772
|
622
|
773 * term\linux.el:
|
|
774 * term\linux.el (function-key-map): Removed.
|
|
775 Sync with FSF. Don't define most defns, because they are
|
|
776 automatically defined by termcap. But do add defns for keys that
|
|
777 normally get defined as f13, f14, etc. and really ought to be
|
|
778 shift-f3, shift-f4, etc. (NOTE: I did this based on Cygwin, which
|
|
779 emulates the Linux console. I would appreciate it if someone on
|
|
780 Linux could verify.)
|
|
781
|
|
782 * term\cygwin.el:
|
|
783 New. Load term/linux.
|
645
|
784
|
622
|
785 * term\lk201.el:
|
|
786 * term\news.el:
|
|
787 * term\news.el (news-fkey-prefix)): New.
|
|
788 * term\vt100.el:
|
|
789 * term\vt100.el (vt100-wide-mode):
|
|
790 Sync with FSF. Fix warnings.
|
|
791
|
|
792 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
793
|
|
794 * dialog-gtk.el (popup-builtin-open-dialog): Fix warning.
|
|
795
|
|
796 For 21.4:
|
|
797 * help.el (frob-help-extents): Fix problem with undefined face.
|
|
798 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
799
|
|
800 Maybe for 21.4:
|
|
801 * keydefs.el (global-map): Add a defn for M-?, previously
|
|
802 undefined, to access help -- in case the terminal is not set up
|
|
803 right, or f1 gets redefined.
|
|
804
|
|
805 2001-06-19 Ben Wing <ben@xemacs.org>
|
|
806
|
|
807 * term/{internal,pc-win,win32-win,sun,sun-mouse}.el:
|
|
808 Die die die.
|
|
809
|
617
|
810 2001-06-17 Ben Wing <ben@xemacs.org>
|
|
811
|
|
812 For 21.4:
|
645
|
813
|
617
|
814 * update-elc-2.el (do-update-elc-2):
|
|
815 * update-elc-2.el (batch-update-elc-2):
|
|
816 Correct misplaced parentheses, making lisp/mule not get
|
|
817 recompiled.
|
|
818
|
613
|
819 2001-06-10 Ben Wing <ben@xemacs.org>
|
|
820
|
|
821 * alist.el:
|
|
822 * apropos.el:
|
|
823 * autoload.el:
|
|
824 * bytecomp.el:
|
|
825 * bytecomp.el (byte-compile-insert-header):
|
|
826 * cl-compat.el:
|
|
827 * cl-extra.el:
|
|
828 * cl-macs.el:
|
|
829 * cl-seq.el:
|
|
830 * cl.el:
|
|
831 * cmdloop.el (execute-extended-command):
|
|
832 * cus-edit.el (alloc):
|
|
833 * derived.el:
|
|
834 * gpm.el:
|
|
835 * itimer.el:
|
|
836 * lisp-mode.el (lisp-mode):
|
|
837 * shadow.el:
|
|
838 * version.el:
|
|
839 * wid-browse.el:
|
|
840 Rename 'GNU Emacs' to XEmacs in the copyright.
|
|
841 Fix other references to GNU Emacs that should be XEmacs or just
|
|
842 Emacs.
|
|
843
|
|
844 * files.el (insert-directory):
|
|
845 Fix warning.
|
|
846
|
|
847 * simple.el:
|
|
848 * simple.el (Simple-forward-line-creating-newline): New.
|
|
849 * simple.el (Simple-transpose-lines-mover): New.
|
|
850 * simple.el (transpose-line-up):
|
|
851 * simple.el (transpose-line-down):
|
|
852 * simple.el (transpose-subr):
|
|
853 transpose-line-up/down will now move the region up or down by
|
|
854 a line if active.
|
645
|
855
|
612
|
856 2001-06-08 Mike Sperber <mike@xemacs.org>
|
|
857
|
|
858 * files.el (save-some-buffers-1): Don't zap the help window right
|
|
859 after `map-y-or-n-p' has popped it up.
|
|
860
|
611
|
861 2001-06-08 Ben Wing <ben@xemacs.org>
|
|
862
|
|
863 * process.el: comment about shell-command-switch.
|
|
864 * process.el (shell-quote-argument): Need to quote a null
|
|
865 argument, too. From Dan Holmsand.
|
645
|
866
|
611
|
867 * startup.el (normal-top-level): Delete some unused FSF junk.
|
|
868 * startup.el (command-line-early):
|
645
|
869
|
611
|
870 * startup.el (command-line): Call MS Windows init function.
|
645
|
871
|
611
|
872 * win32-native.el:
|
|
873 * win32-native.el (mswindows-system-shells): New.
|
|
874 * win32-native.el (mswindows-system-shell-p): New.
|
|
875 * win32-native.el (init-mswindows-at-startup): New.
|
|
876 * win32-native.el (mswindows-quote-one-vc-runtime-arg):
|
|
877 * win32-native.el (mswindows-quote-one-simple-arg):
|
|
878 * win32-native.el (mswindows-quote-one-command-arg):
|
|
879 * win32-native.el (mswindows-construct-process-command-line-alist):
|
|
880 Correct comments at top. Correctly handle passing arguments
|
|
881 to Cygwin programs and to bash. Fix quoting of zero-length
|
|
882 arguments (from Dan Holmsand). Set shell-command-switch based
|
|
883 on shell-file-name, which in turn comes from env var SHELL.
|
|
884
|
608
|
885 2001-06-03 William M. Perry <wmperry@gnu.org>
|
|
886
|
|
887 * dialog-gtk.el (popup-builtin-open-dialog): Yikes - don't forget
|
|
888 to return the filename!
|
|
889
|
|
890 * font.el (font-window-system-mappings): Add gtk entry - just an
|
|
891 alias to the X code)
|
|
892
|
|
893 2001-06-02 William M. Perry <wmperry@gnu.org>
|
|
894
|
|
895 * gtk-marshal.el: Fix for removing of the string_hash utility
|
|
896 functions in hash.c
|
|
897
|
601
|
898 2001-05-13 Karl M. Hegbloom <karlheg@hegbloom.net>
|
|
899
|
|
900 * packages.el (locate-data-file): Use suffixes list to allow
|
|
901 finding compressed copies of the data files.
|
|
902
|
593
|
903 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
904
|
|
905 * etags.el (buffer-tag-table-list):
|
|
906 Fix infloop when going up to the root.
|
|
907
|
591
|
908 2001-05-30 William M. Perry <wmperry@gnu.org>
|
|
909
|
|
910 * gtk-marshal.el: Make sure that we use 'const' instead of 'CONST'
|
|
911 in the generated file. Put in a comment at the top of the
|
|
912 generated file that it _IS_ auto-generated, and should not be
|
|
913 edited by hand.
|
645
|
914
|
591
|
915
|
|
916 * gtk-widget-accessors.el (define-widget-accessors): Use
|
|
917 wtaerror() instead of signal_simple_error.
|
|
918 (import-widget-accessors): Put in a comment at the top of the
|
|
919 generated file that it _IS_ auto-generated, and should not be
|
|
920 edited by hand.
|
|
921
|
566
|
922 2001-05-10 Daiki Ueno <ueno@unixuser.org>
|
|
923
|
|
924 * font-lock.el (font-lock-compile-keywords): Rewrite as a side
|
|
925 effect free function.
|
|
926 (font-lock-fontify-keywords-region): Supply the argument to
|
|
927 font-lock-compile-keywords.
|
|
928
|
563
|
929 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
930
|
|
931 * subr.el:
|
|
932 * subr.el (error):
|
|
933 fix doc string to reflect reality
|
|
934
|
558
|
935 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
936
|
|
937 * behavior-defs.el:
|
|
938 * behavior-defs.el (scroll-in-place):
|
|
939 * behavior-defs.el ('scroll-in-place): New.
|
|
940 * behavior-defs.el (mouse-avoidance):
|
|
941 * behavior-defs.el (jka-compr):
|
|
942 * behavior-defs.el ('jka-compr): New.
|
|
943 * behavior-defs.el ('efs): New.
|
|
944 * behavior-defs.el (efs):
|
|
945 * behavior-defs.el (resize-minibuffer):
|
|
946 * behavior-defs.el (func-menu):
|
|
947 * behavior-defs.el (mwheel):
|
|
948 * behavior-defs.el (recent-files):
|
|
949 * behavior-defs.el (filladapt):
|
|
950 Add scroll-in-place, jka-compr, efs, fix up some things.
|
|
951
|
555
|
952 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
|
|
953
|
|
954 * cus-edit.el (custom-display): Support the GTK Window System also.
|
|
955
|
550
|
956 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
957
|
|
958 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
959 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
960 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
961
|
549
|
962 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
963
|
|
964 * bytecomp.el (byte-compile-arithcompare):
|
|
965 Only optimize (= x) ==> t if byte-compile-delete-errors is nil.
|
|
966
|
548
|
967 2001-05-20 Adrian Aichner <adrian@xemacs.org>
|
|
968
|
|
969 * buff-menu.el (Buffer-menu-mode): Properly make
|
|
970 `mouse-track-click-hook' local.
|
|
971 * info.el (Info-mode): Ditto.
|
|
972
|
546
|
973 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
974
|
|
975 * autoload.el (batch-force-update-one-directory):
|
|
976 Oops, off by one argument.
|
645
|
977
|
546
|
978 * mouse.el:
|
|
979 * mouse.el (Mouse-track-gensym): New.
|
|
980 * mouse.el (mouse-track-run-hook):
|
|
981 * mouse.el (mouse-track):
|
|
982 * mouse.el (mouse-track-default):
|
|
983 * mouse.el (mouse-track-insert):
|
|
984 * mouse.el (mouse-track-insert-selected-region): Removed.
|
|
985 * mouse.el (mouse-track-insert-drag-up-hook): Removed.
|
|
986 * mouse.el (mouse-track-insert-click-hook): Removed.
|
|
987 Add an argument to mouse-track so that hooks can be overridden.
|
|
988 (let-binding doesn't work when the hooks have been made local.)
|
|
989 modify mouse-track-run-hook accordingly, and fix mouse-track-default
|
|
990 and mouse-track-insert to use the new functionality.
|
645
|
991
|
546
|
992 * printer.el (generic-print-region):
|
|
993 Oops, off by one paren.
|
|
994
|
538
|
995 2001-05-13 Adrian Aichner <adrian@xemacs.org>
|
|
996
|
|
997 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was
|
|
998 made buffer-local incorrectly (make-local-variable instead of
|
|
999 make-local-hook). Furthermore this hook must not be local so that
|
|
1000 it can keep track of buffers and windows.
|
|
1001
|
536
|
1002 2001-05-13 Mike Alexander <mta@arbortext.com>
|
|
1003
|
|
1004 * dragdrop.el (experimental-dragdrop-drop-url-default): If event
|
|
1005 has no window, use one from the frame in the event
|
|
1006
|
533
|
1007 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
1008
|
|
1009 * .cvsignore: auto-autoloads/custom-load need to be added now that they're not in cvs.
|
|
1010
|
531
|
1011 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
1012
|
|
1013 * find-paths.el (paths-find-recursive-path):
|
|
1014 fix error with null EXCLUDE-REGEXP.
|
645
|
1015
|
531
|
1016 * font-lock.el (font-lock-mode):
|
|
1017 fix problem reported by hrvoje with buffers starting with a space.
|
645
|
1018
|
531
|
1019 * lib-complete.el:
|
|
1020 * lib-complete.el (find-library-source-path): New.
|
|
1021 * lib-complete.el (find-library):
|
|
1022 add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
|
|
1023
|
528
|
1024 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1025
|
|
1026 * mule\mule-coding.el:
|
|
1027 * mule\mule-coding.el (coding-system-charset): New.
|
|
1028 Move this function into Lisp to avoid doc warnings.
|
|
1029
|
|
1030 2001-05-10 Ben Wing <ben@xemacs.org>
|
|
1031
|
|
1032 * autoload.el:
|
|
1033 * autoload.el (update-autoloads-from-directory):
|
|
1034 * autoload.el (fixup-autoload-buffer):
|
|
1035 * autoload.el (batch-update-autoloads): Removed.
|
|
1036 * autoload.el (update-autoload-files): New.
|
|
1037 * autoload.el (batch-force-update-one-directory): New.
|
|
1038 * packages.el (packages-useful-lisp):
|
|
1039 * startup.el:
|
|
1040 * startup.el (normal-top-level):
|
|
1041 * startup.el (startup-load-autoloads): New.
|
|
1042 * update-elc-2.el (batch-update-elc-2):
|
|
1043 * update-elc.el:
|
|
1044 * update-elc.el (need-to-rebuild-autoloads): New.
|
|
1045 * update-elc.el (need-to-rebuild-mule-autoloads): New.
|
|
1046 * update-elc.el (need-to-recompile-autoloads): New.
|
|
1047 * update-elc.el (need-to-recompile-mule-autoloads): New.
|
|
1048 * update-elc.el (update-elc-chop-extension): New.
|
|
1049 Rewrite much of the bootstrapping process to be more robust,
|
|
1050 and in particular to rebuild the auto-autoloads and custom-loads
|
|
1051 files no matter what state (including missing) they're currently
|
|
1052 in.
|
|
1053
|
526
|
1054 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
1055
|
|
1056 * files.el (find-file-noselect):
|
|
1057 * files.el (recover-session-finish):
|
|
1058 fix byte-compilation warnings.
|
|
1059
|
523
|
1060 2001-05-09 Ben Wing <ben@xemacs.org>
|
|
1061
|
|
1062 * font.el (bold): New.
|
|
1063 * font.el (italic): New.
|
|
1064 * font.el (oblique): New.
|
|
1065 * font.el (dim): New.
|
|
1066 * font.el (underline): New.
|
|
1067 * font.el (overline): New.
|
|
1068 * font.el (linethrough): New.
|
|
1069 * font.el (strikethru): New.
|
|
1070 * font.el (reverse): New.
|
|
1071 * font.el (blink): New.
|
|
1072 * font.el (smallcaps): New.
|
|
1073 * font.el (bigcaps): New.
|
|
1074 * font.el (dropcaps): New.
|
|
1075 * gtk-widget-accessors.el (import-widget-accessors):
|
|
1076 * widgets-gtk.el (gtk-widget-instantiate-internal):
|
|
1077 * x-font-menu.el (x-font-menu-font-data): New.
|
|
1078 * x-font-menu.el (x-font-menu-load-font):
|
|
1079 fix byte-compilation warnings.
|
|
1080
|
522
|
1081 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1082
|
|
1083 * XEmacs 21.5.1 "anise" is released.
|
|
1084
|
510
|
1085 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
1086
|
|
1087 * dialog.el (make-dialog-box):
|
|
1088 * menubar-items.el (default-menubar):
|
|
1089 * printer.el (generic-print-buffer):
|
|
1090 * printer.el (generic-print-region):
|
|
1091 implement printing the selection when it's selected.
|
|
1092
|
|
1093 unrelated:
|
645
|
1094
|
510
|
1095 * minibuf.el (input-error):
|
|
1096 * subr.el (error):
|
|
1097 a couple of error cleanups.
|
645
|
1098
|
510
|
1099 * update-elc.el ((preloaded-file-list site-load-packages need-to-dump dumped-exe)):
|
|
1100 * update-elc.el (update-elc-files-to-compile):
|
|
1101 if bytecomp or byte-optimize need recompiling, then load
|
|
1102 the .el version of them first, recompile them, and reload
|
|
1103 the .elc versions to recompile everything else (so we won't
|
|
1104 be waiting until the cows come home).
|
|
1105
|
509
|
1106 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
1107
|
|
1108 * subr.el (error):
|
|
1109 Add missing errors to the doc string.
|
|
1110
|
506
|
1111 2001-05-05 Ben Wing <ben@xemacs.org>
|
|
1112
|
|
1113 * dialog.el (make-dialog-box): fix doc string.
|
|
1114 * menubar-items.el (default-menubar): Add Page Setup for Windows,
|
|
1115 take out Pretty Print.
|
|
1116 * printer.el:
|
|
1117 * printer.el (printer-current-device): New.
|
|
1118 * printer.el (Printer-get-device): New.
|
|
1119 * printer.el (Printer-clear-device): New.
|
|
1120 * printer.el (generic-page-setup): New.
|
|
1121 * printer.el (generic-print-buffer):
|
|
1122 * printer.el (generic-print-region):
|
|
1123 Implement Page Setup. Handle errors properly.
|
|
1124
|
|
1125 unrelated:
|
645
|
1126
|
506
|
1127 * gtk-init.el: Fix the warning properly.
|
|
1128
|
645
|
1129
|
503
|
1130 2001-05-04 Ben Wing <ben@xemacs.org>
|
|
1131
|
|
1132 * printer.el (generic-print-buffer):
|
|
1133 * printer.el (generic-print-region):
|
|
1134 Enable dialog boxes. Apply workaround recommended by Kirill.
|
645
|
1135
|
503
|
1136 * simple.el (kill-whole-line):
|
|
1137 * simple.el (kill-line-1):
|
|
1138 * simple.el (kill-entire-line):
|
|
1139 * simple.el (kill-line):
|
|
1140 * simple.el (backward-kill-line):
|
|
1141 Take out interactive dependence of kill-whole-line.
|
|
1142
|
502
|
1143 2001-04-22 Ben Wing <ben@xemacs.org>
|
|
1144
|
|
1145 ----------------------- byte-comp warning fixes -----------------
|
|
1146
|
|
1147 * bytecomp-runtime.el:
|
|
1148 * bytecomp-runtime.el (with-boundp): New.
|
|
1149 * bytecomp-runtime.el (if-boundp): New.
|
|
1150 * bytecomp-runtime.el (declare-boundp): New.
|
|
1151 * bytecomp-runtime.el (globally-declare-boundp): New.
|
|
1152 * bytecomp-runtime.el (byte-compile-with-fboundp): New.
|
|
1153 * bytecomp-runtime.el ('with-fboundp-1): New.
|
|
1154 * bytecomp-runtime.el (with-fboundp): New.
|
|
1155 * bytecomp-runtime.el (if-fboundp): New.
|
|
1156 * bytecomp-runtime.el (declare-fboundp): New.
|
|
1157 * bytecomp-runtime.el (globally-declare-fboundp): New.
|
|
1158 * bytecomp-runtime.el (byte-compile-with-byte-compiler-warnings-suppressed): New.
|
|
1159 * bytecomp-runtime.el ('with-byte-compiler-warnings-suppressed-1): New.
|
|
1160 * bytecomp-runtime.el (with-byte-compiler-warnings-suppressed): New.
|
|
1161 * bytecomp-runtime.el (with-obsolete-variable): New.
|
|
1162 * bytecomp-runtime.el (with-obsolete-function): New.
|
|
1163 New functions for cleanly eliminating byte-compiler warnings.
|
|
1164 Their definitions require no changes at all in bytecomp.el,
|
|
1165 meaning that any package that wants to use them and be compatible
|
|
1166 with older versions of XEmacs need only copy the code and rename
|
|
1167 the functions (i.e. prefix them with the package name).
|
|
1168
|
|
1169 * apropos.el (apropos-symbol-face):
|
|
1170 * apropos.el (apropos-keybinding-face):
|
|
1171 * apropos.el (apropos-label-face):
|
|
1172 * apropos.el (apropos-property-face):
|
|
1173 * cl-extra.el (cl-map-overlays):
|
|
1174 * coding.el:
|
|
1175 * coding.el (set-keyboard-coding-system):
|
|
1176 * coding.el (set-terminal-coding-system):
|
|
1177 * console.el (resume-pid-console):
|
|
1178 * dialog-gtk.el:
|
|
1179 * dialog-gtk.el (popup-builtin-open-dialog):
|
|
1180 * dialog-gtk.el (popup-builtin-color-dialog):
|
|
1181 * dragdrop.el (experimental-dragdrop-drop-mime-default):
|
|
1182 * dragdrop.el (gtk-start-drag):
|
|
1183 * dragdrop.el (gtk-start-drag-region):
|
|
1184 * faces.el (init-face-from-resources):
|
|
1185 * faces.el (init-device-faces):
|
|
1186 * faces.el (init-frame-faces):
|
|
1187 * faces.el (init-global-faces):
|
|
1188 * faces.el (set-face-stipple):
|
|
1189 * files.el (set-visited-file-name):
|
|
1190 * files.el (basic-save-buffer):
|
|
1191 * files.el (save-some-buffers-1):
|
|
1192 * files.el (file-remote-p):
|
|
1193 * fill.el (fill-move-forward-to-break-point):
|
|
1194 * fill.el (find-space-insertable-point):
|
|
1195 * font-lock.el:
|
|
1196 * frame.el (suspend-or-iconify-emacs):
|
|
1197 * frame.el (suspend-emacs-or-iconify-frame):
|
|
1198 * gdk.el:
|
|
1199 * generic-widgets.el:
|
|
1200 * generic-widgets.el (build-ui::radio-group):
|
|
1201 * generic-widgets.el (build-ui::button):
|
|
1202 * glade.el:
|
|
1203 * gnome-widgets.el:
|
|
1204 * gnome.el:
|
|
1205 * gtk-extra.el:
|
|
1206 * gtk-faces.el (gtk-choose-font):
|
|
1207 * gtk-file-dialog.el:
|
|
1208 * gtk-file-dialog.el (gtk-file-dialog-fill-file-list):
|
|
1209 * gtk-file-dialog.el (gtk-file-dialog-fill-directory-list):
|
|
1210 * gtk-file-dialog.el (gtk-file-dialog-new):
|
|
1211 * gtk-font-menu.el:
|
|
1212 * gtk-font-menu.el (gtk-reset-device-font-menus):
|
|
1213 * gtk-init.el:
|
|
1214 * gtk-init.el (gtk-initialize-compose):
|
|
1215 * gtk-package.el:
|
|
1216 * gtk-password-dialog.el:
|
|
1217 * gtk-widget-accessors.el:
|
|
1218 * gtk-widgets.el:
|
|
1219 * gtk.el:
|
|
1220 * isearch-mode.el (isearch-help-or-delete-char):
|
|
1221 * ldap.el:
|
|
1222 * lib-complete.el (read-library-internal):
|
|
1223 * lib-complete.el (read-library):
|
|
1224 * lib-complete.el (read-library-name):
|
|
1225 * lisp-mnt.el (lm-report-bug):
|
|
1226 * minibuf.el (minibuffer-smart-mouse-tracker):
|
|
1227 * minibuf.el (minibuffer-smart-select-kludge-filename):
|
|
1228 * minibuf.el (read-file-name-internal-1):
|
|
1229 * minibuf.el (read-color-completion-table):
|
|
1230 * modeline.el (modeline-toggle-read-only):
|
|
1231 * mouse.el (mouse-consolidated-yank):
|
|
1232 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
1233 * msw-font-menu.el (mswindows-reset-device-font-menus):
|
|
1234 * multicast.el (open-multicast-group):
|
|
1235 * mwheel.el:
|
|
1236 * package-get.el (package-get-update-base-from-buffer):
|
|
1237 * scrollbar.el (init-scrollbar-from-resources):
|
|
1238 * symbols.el:
|
|
1239 * syntax.el (describe-syntax-table):
|
|
1240 * toolbar.el (init-toolbar-from-resources):
|
|
1241 * toolbar-items.el (toolbar):
|
|
1242 * toolbar-items.el (toolbar-paste):
|
|
1243 * tty-init.el (init-pre-tty-win):
|
|
1244 * tty-init.el (init-post-tty-win):
|
|
1245 * wid-browse.el (widget-browse-sexp):
|
|
1246 * widgets-gtk.el:
|
|
1247 * x-faces.el:
|
|
1248 * x-font-menu.el:
|
|
1249 * x-font-menu.el (x-font-menu-font-data):
|
|
1250 * x-init.el:
|
|
1251 * x-misc.el:
|
|
1252 * x-mouse.el:
|
|
1253 * x-scrollbar.el:
|
|
1254 * x-select.el:
|
|
1255 * x-win-sun.el:
|
|
1256 * x-win-xfree86.el:
|
|
1257 Eliminate byte-compiler warnings using the new functions in
|
|
1258 bytecomp-runtime.el.
|
|
1259
|
|
1260 * coding.el (coding-system-get): New.
|
|
1261 * coding.el (coding-system-put): New.
|
|
1262 * coding.el (coding-system-category): New.
|
|
1263 * mule\mule-misc.el (coding-system-get): Removed.
|
|
1264 * mule\mule-misc.el (coding-system-put): Removed.
|
|
1265 * mule\mule-misc.el (coding-system-category): Removed.
|
|
1266 Move these functions, since they're not Mule-specific and
|
|
1267 are used in prefer-coding-system.
|
|
1268
|
|
1269 * font.el:
|
|
1270 * font.el (cl):
|
|
1271 * font.el (set-font-family):
|
|
1272 * font.el (set-font-weight):
|
|
1273 * font.el (set-font-style):
|
|
1274 * font.el (set-font-size):
|
|
1275 * font.el (set-font-registry):
|
|
1276 * font.el (set-font-encoding):
|
|
1277 * font.el (font-family):
|
|
1278 * font.el (font-weight):
|
|
1279 * font.el (font-style):
|
|
1280 * font.el (font-size):
|
|
1281 * font.el (font-registry):
|
|
1282 * font.el (font-encoding):
|
|
1283 * font.el (set-font-style-by-keywords):
|
|
1284 * font.el (font-properties-from-style):
|
|
1285 * font.el (font-combine-fonts-internal):
|
|
1286 * font.el (font-x-font-regexp):
|
|
1287 * font.el (x-font-create-object):
|
|
1288 * font.el (x-font-create-name):
|
|
1289 * font.el (ns-font-create-name):
|
|
1290 * font.el (mswindows-font-create-name):
|
|
1291 * font.el (font-update-device-fonts):
|
|
1292 * font.el (font-update-one-face):
|
|
1293 * font.el (font-rgb-color-p):
|
|
1294 * font.el (font-rgb-color-red):
|
|
1295 * font.el (font-tty-compute-color-delta):
|
|
1296 * font.el (font-normalize-color):
|
|
1297 This file was incredibly ugly. Clean it up. Avoid using defsubst
|
|
1298 for any exported functions, to avoid possible compatibility
|
|
1299 problems if we later change the internal interface. (It happened
|
|
1300 before, with face accessors, between 19.8 and 19.9). Fix tons
|
|
1301 of warnings.
|
|
1302
|
|
1303 * gpm.el:
|
|
1304 * gpm.el (gpm-is-supported-p): New.
|
|
1305 * gpm.el (gpm-delete-device-hook):
|
|
1306 Clean up (new function gpm-is-supported-p eliminates duplicate
|
|
1307 code in gpm-create/delete-device-hook) and eliminate warnings.
|
|
1308
|
|
1309 ---------- make byte-recompile-directory work in the ---------
|
|
1310 core `lisp' dir, even in the absence of
|
|
1311 a Mule XEmacs (i.e. make it skip the Mule
|
|
1312 files rather than trying to compile them).
|
|
1313 now you should be able to do `touch *.el'
|
|
1314 in the `lisp' dir, then
|
|
1315 M-x byte-recompile-directory, and get no
|
|
1316 warnings.
|
|
1317
|
|
1318 * bytecomp.el:
|
|
1319 * bytecomp.el (byte-recompile-ignore-uncompilable-mule-files): New.
|
|
1320 * bytecomp.el (byte-compile-inbuffer):
|
|
1321 * bytecomp.el (byte-compile-inbuffer)): New.
|
|
1322 * bytecomp.el (byte-compile-outbuffer)): New.
|
|
1323 * bytecomp.el (byte-compile-warn):
|
|
1324 * bytecomp.el (byte-recompile-directory):
|
|
1325 * bytecomp.el (byte-recompile-file):
|
|
1326 Avoid trying to compile Mule files in byte-recompile-directory
|
|
1327 when we're not in a Mule XEmacs, since we're highly likely to get
|
|
1328 syntax errors.
|
|
1329
|
|
1330 * mule\arabic.el:
|
|
1331 * mule\canna-leim.el:
|
|
1332 * mule\english.el:
|
|
1333 * mule\greek.el:
|
|
1334 * mule\kinsoku.el:
|
|
1335 * mule\latin.el:
|
|
1336 * mule\misc-lang.el:
|
|
1337 * mule\mule-category.el:
|
|
1338 * mule\mule-ccl.el:
|
|
1339 * mule\mule-charset.el:
|
|
1340 * mule\mule-cmds.el:
|
|
1341 * mule\mule-coding.el:
|
|
1342 * mule\mule-help.el:
|
|
1343 * mule\mule-init.el:
|
|
1344 * mule\mule-misc.el:
|
|
1345 * mule\mule-tty-init.el:
|
|
1346 * mule\mule-x-init.el:
|
|
1347 * mule\thai-xtis-chars.el:
|
|
1348 * mule\viet-chars.el:
|
|
1349 Add a coding-system cookie to all Mule files so that
|
|
1350 byte-recompile-directory ignores them.
|
|
1351
|
|
1352 * code-files.el (load):
|
|
1353 * code-files.el (find-coding-system-magic-cookie): Removed.
|
|
1354 * files.el:
|
|
1355 * files.el (find-coding-system-magic-cookie-in-file): New.
|
|
1356 Magic cookie function moved to files.el from code-files.el (for
|
|
1357 use by bytecomp even in a non-coding-system XEmacs), and changed
|
|
1358 names and semantics for use by bytecomp. NOTE: IMO this is an
|
|
1359 internal function that we can change as we like (and there is
|
|
1360 absolutely no code anywhere else using the function).
|
|
1361
|
|
1362 ---------------- GUI improvements: menus, help -------------------
|
|
1363
|
|
1364 * help.el:
|
|
1365 * help.el (help-map): Removed.
|
|
1366 * help.el (help-for-help):
|
|
1367 * help.el (Help-princ-face):
|
|
1368 * help.el (Help-prin1-face):
|
|
1369 * help.el (describe-function-1):
|
|
1370 * help.el (describe-variable):
|
|
1371 Rearrange order of keymap declarations to be alphabetical.
|
|
1372 Improve help on help to include all bindings, and group by
|
|
1373 category. Add bindings for new Info commands. Remove
|
|
1374 warnings. Use command-hyper-apropos in place of command-apropos.
|
|
1375
|
|
1376 * hyper-apropos.el:
|
|
1377 * hyper-apropos.el (hyper-apropos-programming-apropos):
|
|
1378 * hyper-apropos.el (command-hyper-apropos): New.
|
|
1379 Add a function to do the equivalent of command-apropos.
|
|
1380
|
|
1381 * help-macro.el (make-help-screen):
|
|
1382 Evals its help-text argument so you can put expressions there.
|
|
1383 Used now by help-for-help.
|
|
1384
|
|
1385 * info.el:
|
|
1386 * info.el (Info-search):
|
|
1387 * info.el (Info-search-next): New.
|
|
1388 * info.el (Info-index): Removed.
|
|
1389 * info.el (Info-find-index-alternatives): New.
|
|
1390 * info.el (Info-read-search-text-regexp): New.
|
|
1391 * info.el (Info-search-text-in-lispref): New.
|
|
1392 * info.el (Info-search-text-in-xemacs): New.
|
|
1393 * info.el (Info-search-index-in-lispref): New.
|
|
1394 * info.el (Info-search-index-in-xemacs-and-lispref): New.
|
|
1395 * info.el (Info-mode-map):
|
|
1396 Add binding to continue text searches. Expand index searches to
|
|
1397 work over multiple info documents. Add commands to search
|
|
1398 text/index in User and Lispref.
|
|
1399
|
|
1400 * lisp-mode.el (construct-lisp-mode-menu):
|
|
1401 Add new entry, "Uncomment Region" (parallels "Comment Out Region").
|
|
1402
|
|
1403 * menubar-items.el (default-menubar):
|
|
1404 * menubar-items.el (default-popup-menu):
|
|
1405 Redo Help menu; add bindings for new Info commands to search the
|
|
1406 index or text of the User and Lispref manuals. Add command for
|
|
1407 mark-paragraph, activate-region. Make Edit->R accelerator be
|
|
1408 rectangle, not register (more commonly used), and put rectangle
|
|
1409 first. Fix the Edit Init File entry to never load the .elc file.
|
|
1410 Simplify the default-popup-menu. Add Cmds->Tabs menu.
|
645
|
1411
|
502
|
1412 * menubar.el (popup-buffer-menu): Doc fix.
|
|
1413 * menubar.el ((boundp 'menu-accelerator-map)):
|
|
1414 Use kp-left not kp_left, etc.
|
|
1415
|
|
1416 ---------------- Miscellaneous bug fixes/cleanup -------------------
|
|
1417
|
|
1418 * bytecomp-runtime.el (byte-compiler-options):
|
|
1419 Correct doc string.
|
645
|
1420
|
502
|
1421 * easymenu.el (easy-menu-do-define): fix extra quote.
|
|
1422
|
|
1423 * fill.el (fill-paragraph-or-region):
|
|
1424 Rewrite to be more correct -- use call-interactively so that
|
|
1425 we always get exactly the same behavior as if the functions
|
|
1426 were called directly.
|
645
|
1427
|
502
|
1428 * font-lock.el (font-lock-fontify-pending-extents):
|
|
1429 * gutter-items.el (clear-progress-feedback):
|
|
1430 * gutter-items.el (abort-progress-feedback):
|
|
1431 * gutter-items.el (raw-append-progress-feedback):
|
|
1432 * simple.el (clear-message):
|
|
1433 * simple.el (raw-append-message):
|
|
1434 No need to fiddle with zmacs-region-stays, now that bogus
|
|
1435 clearing of it (2001-04-28 src/ChangeLog) is removed.
|
|
1436
|
|
1437 * dialog.el (make-dialog-box):
|
|
1438 Put dialog titles back in -- this time correctly. Fix various
|
|
1439 other problems with leaks and such.
|
|
1440
|
|
1441 * keymap.el (key-sequence-list-description):
|
|
1442 Clean up fun to always correctly canonicalize.
|
645
|
1443
|
502
|
1444 * simple.el:
|
|
1445 * simple.el (delete-forward-p):
|
|
1446 * simple.el (comment-padding): New.
|
|
1447 * simple.el (comment-region):
|
|
1448 * simple.el (do-auto-fill):
|
|
1449 * simple.el (indent-new-comment-line):
|
|
1450 Clean up Kinsoku comments, synch comment-region with FSF 20.7.
|
645
|
1451
|
502
|
1452 * simple.el (region-exists-p):
|
|
1453 * simple.el (region-active-p):
|
|
1454 Add comment about which one is correct to use in menu specs.
|
|
1455
|
|
1456 * sound.el (load-sound-file):
|
|
1457 Minor code clean up.
|
645
|
1458
|
502
|
1459 * startup.el:
|
|
1460 * startup.el (command-line-early):
|
|
1461 * startup.el (initial-scratch-message):
|
|
1462 Comment changes. Add info about sample.init.el to splash screen.
|
|
1463 Improve initial-scratch-message and clarify purpose of Scratch
|
|
1464 buffer. Fix byte-compile warning.
|
|
1465
|
|
1466 ------------------------ Added features -------------------------
|
|
1467
|
|
1468 * etags.el:
|
|
1469 * etags.el (tags-check-parent-directories-for-tag-files): New.
|
|
1470 * etags.el (buffer-tag-table-list):
|
|
1471 Add new variable to control whether etags checks all parent
|
|
1472 directories for tag files. (On by default.)
|
|
1473
|
|
1474 * hash-table.el: New file, useful utility functions.
|
|
1475 * dumped-lisp.el (preloaded-file-list): Dump hash-table.el.
|
645
|
1476
|
501
|
1477 2001-05-03 Adrian Aichner <adrian@xemacs.org>
|
|
1478
|
|
1479 * build-report.el: Remove CVS keywords since this file has been in
|
|
1480 core lisp for a while now.
|
|
1481 * build-report.el (build-report-make-output-files): Fix typo.
|
|
1482
|
491
|
1483 2001-04-30 Ben Wing <ben@xemacs.org>
|
|
1484
|
|
1485 * printer.el:
|
|
1486 * printer.el (printer-page-header):
|
|
1487 * printer.el (Print-context): New.
|
|
1488 * printer.el (printer-page-footer):
|
|
1489 * printer.el (generate-header-element): New.
|
|
1490 * printer.el (generate-header-line): New.
|
|
1491 * printer.el (print-context-property):
|
|
1492 * printer.el (generic-print-buffer):
|
|
1493 * printer.el (generic-print-region):
|
|
1494 Implement headers and footers. Implement calling Print dialog box
|
|
1495 (#### but it doesn't quite work yet).
|
|
1496
|
487
|
1497 2001-04-28 Ben Wing <ben@xemacs.org>
|
|
1498
|
|
1499 * about.el (xemacs-hackers):
|
|
1500 * about.el (about-url-alist):
|
|
1501 * about.el (about-personal-info):
|
|
1502 * about.el (about-hacker-contribution):
|
|
1503 More contributions.
|
645
|
1504
|
487
|
1505 * simple.el (handle-post-motion-command):
|
|
1506 Fix spurious setting of zmacs-region-stays to t after a non-shift
|
|
1507 motion command.
|
|
1508
|
|
1509 * etags.el (find-tag-internal):
|
|
1510 Sync up with FSF 20.7, to fix bugs handling some etags line formats.
|
645
|
1511
|
487
|
1512 * gtk-init.el (init-post-gtk-win):
|
|
1513 * msw-init.el (init-post-mswindows-win):
|
|
1514 * x-init.el:
|
|
1515 * x-init.el (x-activate-region-as-selection): Removed.
|
|
1516 * x-init.el (init-post-x-win):
|
|
1517 * keydefs.el (global-map):
|
|
1518 * simple.el:
|
|
1519 * startup.el (command-line):
|
|
1520 * toolbar-items.el:
|
|
1521 * toolbar-items.el (init-x-toolbar-list): Removed.
|
|
1522 * toolbar-items.el (init-toolbar-list): New.
|
|
1523 * toolbar-items.el (init-x-toolbar): Removed.
|
|
1524 * toolbar-items.el (init-toolbar): New.
|
|
1525 * toolbar-items.el (x-init-toolbar-from-resources): Removed.
|
|
1526 * toolbar.el:
|
|
1527 Move non-window-system specific code that was duplicated in
|
|
1528 all window systems into the generic code.
|
645
|
1529
|
487
|
1530 * gutter.el:
|
|
1531 * gutter.el (init-gutter): Removed. (unused)
|
645
|
1532
|
487
|
1533 * mouse.el:
|
|
1534 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
1535 * mouse.el (mouse-track-activate-rectangular-selection): New.
|
|
1536 * select.el:
|
|
1537 * select.el (disown-selection):
|
|
1538 * select.el (activate-region-as-selection):
|
|
1539 * select.el (primary-selection-extent):
|
|
1540 * select.el (valid-simple-selection-p):
|
|
1541 Clean up the rectangle code w.r.t. selections. You'll now get
|
|
1542 the right text copied into the primary selection (but not the
|
|
1543 clipboard yet, unfortunately -- that really requires defining
|
|
1544 our own rectangle type).
|
|
1545
|
484
|
1546 2001-04-25 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
1547
|
|
1548 * faces.el (make-face-bold):
|
|
1549 * faces.el (make-face-italic):
|
|
1550 * faces.el (make-face-bold-italic):
|
|
1551 * faces.el (make-face-unbold):
|
|
1552 * faces.el (make-face-unitalic):
|
|
1553 * faces.el (make-face-smaller):
|
|
1554 * faces.el (make-face-larger):
|
|
1555 Call frob-face-property each for mswindows and msprinter.
|
|
1556
|
483
|
1557 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
1558
|
|
1559 * about.el (about-finish-buffer): Make sure the last change works
|
|
1560 even if EVENT is nil.
|
|
1561
|
482
|
1562 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
1563
|
|
1564 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
1565 (about-finish-buffer): Kill/bury the buffer where the user
|
|
1566 clicked, not the one that happens to be the current buffer at the
|
|
1567 time.
|
|
1568
|
481
|
1569 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
1570
|
|
1571 * about.el (about-personal-info): Update my bio.
|
|
1572 (about-hacker-contribution): Ditto.
|
|
1573
|
480
|
1574 2001-04-23 Didier Verna <didier@xemacs.org>
|
|
1575
|
|
1576 * cus-edit.el (custom-variable-pre-save): New.
|
|
1577 * cus-edit.el (custom-variable-post-save): New.
|
|
1578 * cus-edit.el (custom-variable-save): use them.
|
|
1579 * cus-edit.el (custom-face-pre-save): New.
|
|
1580 * cus-edit.el (custom-face-post-save): New.
|
|
1581 * cus-edit.el (custom-face-save): use them.
|
|
1582 * cus-edit.el (custom-group-pre-save): New.
|
|
1583 * cus-edit.el (custom-group-post-save): New.
|
|
1584 * cus-edit.el (custom-group-save): use them.
|
|
1585 * cus-edit.el (Custom-save): use the pre/post functions above,
|
|
1586 call `custom-save-all' only once.
|
|
1587 * cus-edit.el (custom-variable-pre-reset-standard): New.
|
|
1588 * cus-edit.el (custom-variable-post-reset-standard): New.
|
|
1589 * cus-edit.el (custom-variable-reset-standard): use them.
|
|
1590 * cus-edit.el (custom-face-pre-reset-standard): New.
|
|
1591 * cus-edit.el (custom-face-post-reset-standard): New.
|
|
1592 * cus-edit.el (custom-face-reset-standard): use them.
|
|
1593 * cus-edit.el (custom-group-pre-reset-standard): New.
|
|
1594 * cus-edit.el (custom-group-post-reset-standard): New.
|
|
1595 * cus-edit.el (Custom-reset-standard): use them.
|
|
1596 * cus-edit.el (custom-face-reset-saved): use the pre/post
|
|
1597 functions above, call `custom-save-all' only once.
|
|
1598
|
479
|
1599 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
1600
|
|
1601 * about.el:
|
|
1602 * about.el (about-headline-face): New.
|
|
1603 * about.el (about-link-face): New.
|
|
1604 * about.el (about-current-release-maintainers): New.
|
|
1605 * about.el (about-other-current-hackers): New.
|
|
1606 * about.el (about-once-and-future-hackers): New.
|
|
1607 * about.el (about-lookup-url): New.
|
|
1608 * about.el (about-get-buffer):
|
|
1609 * about.el (about-mailto-link): New.
|
|
1610 * about.el (about-finish-buffer):
|
|
1611 * about.el (about-xemacs):
|
|
1612 * about.el (about-features): Removed.
|
|
1613 * about.el (about-advantages): New.
|
|
1614 * about.el (about-maintainer-info): Removed.
|
|
1615 * about.el (about-personal-info): New.
|
|
1616 * about.el (about-hacker-contribution): New.
|
|
1617 * about.el (about-maintainer):
|
|
1618 * about.el (about-show-linked-info):
|
|
1619 * about.el (about-hackers):
|
|
1620 Major revamping. Rewriting of most of the text, improve the
|
|
1621 link handling, separate info on contributors into personal
|
|
1622 and contribution info, add new contributors, update personal
|
|
1623 info, etc. etc.
|
480
|
1624
|
479
|
1625 * menubar-items.el (default-menubar):
|
|
1626 Help menubar entry for News now says more accurately
|
|
1627 "What's New in XEmacs".
|
480
|
1628
|
479
|
1629 * mouse.el:
|
|
1630 * mouse.el (mouse-track-cleanup-hook):
|
|
1631 * mouse.el (mouse-track):
|
|
1632 Don't set-buffer to a dead buffer when calling mouse-track
|
|
1633 cleanup hooks.
|
|
1634
|
476
|
1635 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
1636
|
|
1637 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
1638 not only when the buffer's :custom-state is 'modified, but also
|
|
1639 when it is 'set or 'saved.
|
|
1640
|
472
|
1641 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1642
|
|
1643 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1644
|
470
|
1645 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
1646
|
|
1647 * startup.el (load-user-init-file): define `custom-file' before
|
|
1648 loading the user's init file.
|
|
1649
|
464
|
1650 2001-04-02 Jan Vroonhof <jan.vroonhof@ntlworld.com>
|
|
1651
|
|
1652 * dialog.el (make-dialog-box): Disable dialog box titles until
|
|
1653 we get them working.
|
|
1654
|
|
1655 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
1656
|
|
1657 * help.el:
|
|
1658 * help.el (Help-princ-face):
|
|
1659 * help.el (Help-prin1-face):
|
|
1660 * help.el (frob-help-extents):
|
|
1661 * help.el (describe-function-1):
|
|
1662 * help.el (describe-variable):
|
|
1663 Avoid using font-lock faces, which may not be defined.
|
|
1664 Instead, use hyper-apropos faces, and make sure they're
|
|
1665 defined as necessary by using `require'. (It's not so safe
|
|
1666 to do this for font-lock.) In any case, we will eventually
|
|
1667 be merging this functionality into hyper-apropos.
|
|
1668
|
|
1669 * loaddefs.el (completion-ignored-extensions):
|
|
1670 Fix documentation.
|
470
|
1671
|
464
|
1672 * menubar-items.el (menu-truncate-list): Removed.
|
|
1673 * menubar-items.el (Menubar-items-truncate-list): New.
|
|
1674 * menubar-items.el (default-menubar):
|
|
1675 Fix errors if grep or compile command is too long. Rename helper
|
|
1676 function to be less visible.
|
|
1677
|
|
1678 2001-03-23 Martin Buchholz <martin@xemacs.org>
|
|
1679
|
|
1680 * byte-optimize.el (byte-optimize-minus):
|
|
1681 Fix mis-byte-compilation of (- 0 x) --> (- (- x))
|
|
1682
|
|
1683 2001-03-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
1684
|
|
1685 * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
|
|
1686 Mule is available.
|
|
1687
|
|
1688 * mule/latin.el: New file.
|
|
1689
|
|
1690 2001-03-11 Ben Wing <ben@xemacs.org>
|
|
1691
|
|
1692 * auto-save.el:
|
|
1693 * auto-save.el (auto-save-directory):
|
|
1694 * auto-save.el (make-auto-save-file-name):
|
|
1695 * auto-save.el (auto-save-file-name-p): New.
|
|
1696
|
|
1697 Merge in improvements from other definition of
|
|
1698 make-auto-save-file-name in files.el.
|
470
|
1699
|
464
|
1700 * auto-save.el (auto-save-original-name):
|
|
1701 * auto-save.el (auto-save-name-in-fixed-directory):
|
|
1702 * auto-save.el (auto-save-unslashify-name): Removed.
|
|
1703 * auto-save.el (auto-save-slashify-name): Removed.
|
|
1704 * auto-save.el (auto-save-reserved-chars): New.
|
|
1705 * auto-save.el (auto-save-escape-name): New.
|
|
1706 * auto-save.el (auto-save-unhex): New.
|
|
1707 * auto-save.el (auto-save-unescape-name): New.
|
|
1708
|
|
1709 Change algorithm for encoding filenames in auto-save names to be
|
|
1710 entirely safe with all filesystems and all possible characters in
|
|
1711 a filename, and 100% reversible. (Essentially, uses
|
|
1712 quoted-printable as the encoding.)
|
470
|
1713
|
464
|
1714 * auto-save.el (recover-all-files):
|
|
1715
|
|
1716 Use insert-directory rather than calling ls directly -- fixes
|
|
1717 things under Windows.
|
|
1718
|
|
1719 * files.el:
|
|
1720 * files.el (convert-standard-filename): Substitute FSF's
|
|
1721 definition for this (we had nothing here before).
|
470
|
1722
|
464
|
1723 * files.el (backup-buffer): Warning fix.
|
470
|
1724
|
464
|
1725 * files.el (make-backup-file-name):
|
|
1726 * files.el (find-backup-file-name):
|
|
1727 Fix error in calling sequence to auto-save-file-name-p.
|
470
|
1728
|
464
|
1729 * files.el (recover-file):
|
|
1730 Use insert-directory rather than calling ls directly -- fixes
|
|
1731 things under Windows.
|
|
1732
|
|
1733 * files.el (make-auto-save-file-name): Removed.
|
|
1734 * files.el (auto-save-file-name-p): Removed.
|
|
1735 auto-save is always dumped so no sense in having a definition
|
|
1736 that will always be overwritten with another.
|
470
|
1737
|
464
|
1738 * files.el (insert-directory):
|
|
1739 * win32-native.el:
|
|
1740 * win32-native.el (debug-mswindows-process-command-lines):
|
|
1741 * win32-native.el (original-make-auto-save-file-name): Removed.
|
|
1742 * win32-native.el (make-auto-save-file-name): Removed.
|
|
1743
|
|
1744
|
462
|
1745 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1746
|
|
1747 * XEmacs 21.2.46 "Urania" is released.
|
|
1748
|
|
1749 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1750
|
|
1751 * menubar-items.el (default-menubar): Update sample.emacs to
|
|
1752 sample.init.el and adjust accelerators.
|
|
1753
|
|
1754 2001-02-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1755
|
|
1756 * build-report.el (build-report): Improve docstring.
|
|
1757
|
|
1758 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1759
|
|
1760 * ChangeLog: Log GTK merge.
|
|
1761
|
|
1762 * gutter-items.el:
|
|
1763 * mwheel.el:
|
|
1764 * sound.el:
|
|
1765 * startup.el:
|
|
1766 Revert gratuitous whitespace changes.
|
|
1767
|
|
1768 2001-03-07 Ben Wing <ben@xemacs.org>
|
|
1769
|
|
1770 * help.el:
|
|
1771 * help.el (key-or-menu-binding):
|
|
1772 * help.el (Help-find-file): New.
|
|
1773 * help.el (describe-beta):
|
|
1774 * help.el (describe-copying):
|
|
1775 * help.el (describe-project):
|
|
1776 * help.el (view-emacs-news):
|
|
1777 * help.el (view-sample-init-el): New.
|
|
1778 * help.el (Help-princ-face): New.
|
|
1779 * help.el (Help-prin1-face): New.
|
|
1780 * help.el (help-symbol-function-context-menu):
|
|
1781 * help.el (help-symbol-variable-context-menu):
|
|
1782 * help.el (help-symbol-function-and-variable-context-menu):
|
|
1783 * help.el (frob-help-extents):
|
|
1784 * help.el (describe-function-1):
|
|
1785 * help.el (describe-variable):
|
|
1786
|
|
1787 Add coloring in Help buffers, correspondent with hyperlinks.
|
|
1788 View files in view-mode rather than Fundamental.
|
|
1789 Remove separators from context menus -- now handled in generic code.
|
|
1790 Add `Find Tag' to context menu.
|
470
|
1791
|
462
|
1792 * menubar.el (popup-mode-menu):
|
|
1793
|
|
1794 Rewrite code that outputs the popup menu to (a) put more specific
|
|
1795 entries first, (b) be more robust, (c) output the proper context
|
|
1796 menu separators automatically (the context menu functionality is
|
|
1797 new and currently used only by Help).
|
|
1798
|
|
1799 2001-03-10 William M. Perry <wmperry@aventail.com>
|
|
1800
|
|
1801 * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
|
|
1802 this function when converting from the 21.1 GTK branch. Now
|
|
1803 supports file, password, question, and color built-in dialogs.
|
|
1804
|
|
1805 2001-03-06 Ben Wing <ben@xemacs.org>
|
|
1806
|
|
1807 * keydefs.el:
|
|
1808 * keydefs.el (global-map):
|
|
1809 Add commented-out change of M-k (for 21.5).
|
470
|
1810
|
462
|
1811 * menubar-items.el (default-menubar):
|
|
1812 Fix items to control kill-line behavior; add items for
|
|
1813 shifted motion.
|
470
|
1814
|
462
|
1815 * simple.el:
|
|
1816 * simple.el (kill-whole-line):
|
|
1817 * simple.el (historical-kill-line): Removed.
|
|
1818 * simple.el (kill-line): Removed.
|
|
1819 * simple.el (kill-entire-line): New.
|
|
1820 * simple.el (kill-line-1): New.
|
|
1821 * simple.el (backward-kill-line):
|
|
1822 Undo kill-whole-line == always changes. Add new function
|
|
1823 kill-entire-line to unconditionally delete the current line.
|
|
1824 Add comments describing the lamentable state of affairs of
|
|
1825 the kill-line functions and variables.
|
|
1826
|
|
1827 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
1828
|
|
1829 * simple.el:
|
|
1830 * simple.el (beginning-of-buffer):
|
|
1831 * simple.el (end-of-buffer):
|
|
1832 * simple.el (mark-ring-unrecorded-commands):
|
|
1833 * simple.el (signal-error-on-buffer-boundary):
|
|
1834 * simple.el (shifted-motion-keys-select-region):
|
|
1835 * simple.el (unshifted-motion-keys-deselect-region):
|
|
1836 * simple.el (motion-keys-for-shifted-motion): New.
|
|
1837 * simple.el (handle-pre-motion-command):
|
|
1838 * simple.el (handle-post-motion-command):
|
|
1839 * simple.el (forward-char-command):
|
|
1840 * simple.el (backward-char-command):
|
|
1841 * simple.el (scroll-up-command):
|
|
1842 * simple.el (scroll-down-command):
|
|
1843 * simple.el (next-line):
|
|
1844 * simple.el (previous-line):
|
|
1845 * simple.el (backward-block-of-lines):
|
|
1846 * simple.el (forward-block-of-lines):
|
|
1847 * simple.el (backward-word):
|
|
1848 * simple.el (mark-word):
|
|
1849
|
|
1850 Augment documentation of the most common motion commands to make
|
|
1851 note of the shifted-motion support. Improve the support to (a)
|
|
1852 properly document how it works and why it's done in the fashion it
|
|
1853 is, and (b) allow the keystrokes that trigger it to be customized.
|
|
1854
|
|
1855 Correct error in the customize specification of
|
|
1856 mark-ring-unrecorded-commands.
|
|
1857
|
|
1858 2001-03-02 Ben Wing <ben@xemacs.org>
|
|
1859
|
|
1860 * font-lock.el:
|
|
1861 * font-lock.el (font-lock-pending-extent-table): Removed.
|
|
1862 * font-lock.el (font-lock-pending-buffer-table): New.
|
|
1863 * font-lock.el (font-lock-pre-idle-hook):
|
|
1864 * font-lock.el (font-lock-after-change-function):
|
|
1865 * font-lock.el (font-lock-fontify-pending-extents):
|
|
1866 * font-lock.el (font-lock-lisp-like):
|
|
1867
|
|
1868 Fix handling of pending extents to avoid excessive slowness (N^2
|
|
1869 behavior) when making lots of buffer changes between redisplays,
|
|
1870 such as when saving the Options.
|
|
1871
|
|
1872 2001-03-09 William M. Perry <wmperry@aventail.com>
|
|
1873
|
|
1874 * device.el:
|
|
1875 * dragdrop.el:
|
|
1876 * dumped-lisp.el:
|
|
1877 * faces.el:
|
|
1878 * frame.el:
|
|
1879 * gnuserv.el:
|
|
1880 * loadup.el:
|
|
1881 * menubar-items.el:
|
|
1882 * minibuf.el:
|
|
1883 The Great GTK Merge.
|
|
1884
|
|
1885 * ChangeLog.GTK:
|
|
1886 * dialog-gtk.el:
|
|
1887 * gdk.el:
|
|
1888 * generic-widgets.el:
|
|
1889 * glade.el:
|
|
1890 * gnome-widgets.el:
|
|
1891 * gnome.el:
|
|
1892 * gtk-compose.el:
|
|
1893 * gtk-extra.el:
|
|
1894 * gtk-faces.el:
|
|
1895 * gtk-ffi.el:
|
|
1896 * gtk-file-dialog.el:
|
|
1897 * gtk-font-menu.el:
|
|
1898 * gtk-glyphs.el:
|
|
1899 * gtk-init.el:
|
|
1900 * gtk-iso8859-1.el:
|
|
1901 * gtk-marshal.el:
|
|
1902 * gtk-mouse.el:
|
|
1903 * gtk-package.el:
|
|
1904 * gtk-password-dialog.el:
|
|
1905 * gtk-select.el:
|
|
1906 * gtk-widget-accessors.el:
|
|
1907 * gtk-widgets.el:
|
|
1908 * gtk.el:
|
|
1909 widgets-gtk.el:
|
|
1910 The Great GTK Merge: new files.
|
|
1911
|
|
1912 2001-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1913
|
|
1914 * generic-widgets.el: Don't require gtk (a built-in feature) at
|
|
1915 top level. Don't execute the last sexp unless (featurep 'gtk).
|
|
1916
|
|
1917 2001-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1918
|
|
1919 * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
|
|
1920
|
460
|
1921 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1922
|
|
1923 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
1924
|
470
|
1925 2001-01-25 Jason R. Mastaler <jason@xemacs.org>
|
|
1926
|
|
1927 * about.el (xemacs-hackers): update my entry.
|
|
1928 * about.el (about-maintainer-info): ditto.
|
|
1929 * about.el (about-hackers): ditto.
|
460
|
1930
|
|
1931 2001-02-20 Jan Vroonhof <jan@xemacs.org>
|
|
1932
|
|
1933 * about.el (about-maintainer-info): More vanity info about
|
|
1934 yours truly.
|
|
1935
|
|
1936 2001-02-20 Adrian Aichner <adrian@xemacs.org>
|
|
1937
|
|
1938 * build-report.el (build-report-destination): xemacs-build-reports
|
|
1939 has moved to SourceForge, where mailing list name length is
|
|
1940 restricted, hence the name change to
|
|
1941 xemacs-buildreports@xemacs.org.
|
|
1942 * build-report.el (build-report-keep-regexp): Update default.
|
|
1943 * build-report.el (build-report-delete-regexp): Ditto.
|
|
1944 * build-report.el (build-report-make-output-files): Ditto.
|
|
1945
|
|
1946 2001-02-19 Craig Lanning <lanning@scra.org>
|
|
1947
|
|
1948 * lisp-mode.el: Add indentation specifications for following
|
|
1949 Common Lisp forms: handler-case, handler-bind, with-slots,
|
|
1950 with-open-file, with-open-stream, print-unreadable-object.
|
|
1951
|
|
1952 2001-02-18 Matt Tucker <tuck@whistlingfish.net>
|
|
1953
|
|
1954 * font-lock.el (font-lock-set-defaults-1):
|
|
1955 Move initialization of `font-lock-cache-position' so that it's set
|
|
1956 even if font-lock-keywords is already defined.
|
|
1957
|
|
1958 2001-02-17 Matt Tucker <tuck@whistlingfish.net>
|
|
1959
|
|
1960 * autoload.el (generate-file-autoloads-1):
|
|
1961 Use `emacs-lisp-mode-syntax-table' instead of
|
|
1962 `lisp-mode-syntax-table'.
|
|
1963 * lisp-mode.el (lisp-mode-syntax-table):
|
|
1964 Get rid of old checks for `parse-partial-sexp' version.
|
|
1965 Make `|' (pipe) string delimiter instead of punctuation.
|
|
1966
|
|
1967 2001-02-16 Martin Buchholz <martin@xemacs.org>
|
|
1968
|
|
1969 * window.el (save-selected-window):
|
|
1970 Use gensym for better macro hygiene.
|
|
1971
|
|
1972 2001-02-06 Mike Sperber <mike@xemacs.org>
|
|
1973
|
|
1974 * dump-paths.el:
|
|
1975 * startup.el (startup-setup-paths): Set and use
|
|
1976 `mule-lisp-directory'.
|
|
1977 (startup-setup-paths-warning): Ditto.
|
|
1978
|
|
1979 * setup-paths.el (paths-find-mule-lisp-directory): Added.
|
|
1980 (paths-construct-load-path): Consider `mule-lisp-directory'.
|
|
1981
|
|
1982 2001-02-07 Matt Tucker <tuck@whistlingfish.net>
|
|
1983
|
|
1984 * font-lock.el: Syntax table improvements used. A few random
|
|
1985 changes are not specified below.
|
|
1986 (font-lock-fontify-string-delimiters):
|
|
1987 (font-lock-syntactic-keywords):
|
|
1988 (font-lock-cache-state nil):
|
|
1989 (font-lock-cache-position):
|
|
1990 New variables.
|
|
1991 (font-lock-set-syntax):
|
|
1992 (font-lock-apply-syntactic-highlight):
|
|
1993 (font-lock-fontify-syntactic-anchored-keywords):
|
|
1994 (font-lock-fontify-syntactic-keywords-region):
|
|
1995 (font-lock-eval-keywords):
|
|
1996 New functions.
|
|
1997 (font-lock-remove-face):
|
|
1998 (font-lock-fontify-syntactically-region):
|
|
1999 Use syntax properties.
|
|
2000
|
458
|
2001 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
2002
|
|
2003 * XEmacs 21.2.44 "Thalia" is released.
|
|
2004
|
|
2005 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
2006
|
|
2007 * startup.el (normal-top-level): Work even if no installation root
|
|
2008 is found.
|
|
2009
|
|
2010 2001-01-30 Andy Piper <andy@xemacs.org>
|
|
2011
|
|
2012 * gutter-items.el (progress-abort-glyph): remove instantiator.
|
|
2013 (set-progress-abort-instantiator): new function.
|
|
2014 (abort-progress-feedback): use it.
|
|
2015
|
|
2016 * gutter.el (set-gutter-dirty-p): new function.
|
|
2017
|
|
2018 2001-01-30 Didier Verna <didier@xemacs.org>
|
|
2019
|
|
2020 * mwheel.el (mwheel-scroll): unwind-protect the selected window.
|
|
2021
|
|
2022 2001-01-24 Didier Verna <didier@xemacs.org>
|
|
2023
|
|
2024 * sound.el (sound-extension-list): give a better default value.
|
|
2025 * sound.el (load-sound-file): improve the doc string, also find
|
|
2026 files given by absolute names, pass a real extension list to
|
|
2027 `locate-file'.
|
|
2028
|
456
|
2029 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
2030
|
|
2031 * XEmacs 21.2.43 "Terspichore" is released.
|
|
2032
|
|
2033 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
|
|
2034
|
|
2035 * gnuserv.el (gnuserv-process-filter): Robuster handling of error
|
|
2036 messages from gnuserv.
|
|
2037
|
454
|
2038 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
2039
|
|
2040 * XEmacs 21.2.42 "Poseidon" is released.
|
|
2041
|
|
2042 2001-01-12 Andy Piper <andy@xemacs.org>
|
|
2043
|
|
2044 * package-get.el (package-get-custom): call
|
|
2045 package-net-update-installed-db.
|
|
2046
|
|
2047 * package-ui.el (pui-install-selected-packages): call
|
|
2048 package-net-update-installed-db.
|
|
2049
|
|
2050 * package-net.el (package-net-update-installed-db): use
|
|
2051 packages-package-list so that we reflect reality.
|
|
2052
|
|
2053 * packages.el (packages-package-list): Make docstring reflect
|
|
2054 reality.
|
|
2055
|
|
2056 * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
|
|
2057
|
|
2058 * postinstall.cc (do_postinstall): don't pick up shells if cygwin
|
|
2059 isn't installed.
|
|
2060
|
|
2061 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
2062
|
|
2063 * wid-edit.el (widget-activation-glyph-mapper): activate or
|
|
2064 deactivate native widgets.
|
|
2065 (widget-glyph-insert-glyph): record instantiator.
|
|
2066 (widget-push-button-value-create): use it.
|
|
2067
|
|
2068 * gui.el (gui-button-action): new function. Make button's domain
|
|
2069 buffer current when calling.
|
|
2070 (make-gui-button): update to use gui-button-action.
|
|
2071
|
|
2072 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
2073
|
|
2074 * menubar-items.el (default-menubar): add an entry for modeline
|
|
2075 horizontal scrolling in Options -> Display.
|
|
2076
|
|
2077 2001-01-17 Steve Youngs <youngs@xemacs.org>
|
|
2078
|
|
2079 * package-get.el (package-get-require-signed-base): Set to nil
|
|
2080 by default.
|
|
2081
|
452
|
2082 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
2083
|
|
2084 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
2085
|
|
2086 2001-01-16 Mike Sperber <mike@xemacs.org>
|
|
2087
|
|
2088 * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
|
|
2089 catch lisp/mule/.
|
|
2090
|
|
2091 2001-01-14 Mike Sperber <mike@xemacs.org>
|
|
2092
|
|
2093 * startup.el (maybe-create-compatibility-dot-emacs):
|
|
2094 (maybe-unmigrate-user-init-file):
|
|
2095 (unmigrate-user-init-file): Created.
|
|
2096 (maybe-migrate-user-init-file): Offer creation of compatibility
|
|
2097 .emacs.
|
|
2098 Some doc fixes wrt init file location.
|
|
2099
|
|
2100 2001-01-15 Golubev I. N. <gin@mo.msk.ru>
|
|
2101
|
|
2102 * faces.el (face-frob-from-locale-first): new variable.
|
|
2103 (frob-face-font-2): Honor tags arg while trying to use
|
|
2104 standard-face-mapping. When face-frob-from-locale-first is set,
|
|
2105 first try to set face inheriting from frobbed-face.
|
|
2106
|
|
2107 2001-01-15 Didier Verna <didier@xemacs.org>
|
|
2108
|
|
2109 * about.el (xemacs-hackers): update my entry.
|
|
2110 * about.el (about-url-alist): ditto.
|
|
2111 * about.el (about-maintainer-info): ditto.
|
|
2112 * about.el (about-hackers): ditto.
|
|
2113
|
|
2114 2001-01-15 Martin Buchholz <martin@xemacs.org>
|
|
2115
|
|
2116 The byte compiler has been badly broken for a year,
|
|
2117 by the patch of 1999-12-06.
|
|
2118 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
2119 Bug was: the byte compiler was making this erroneous optimization:
|
|
2120 (progn (or (foo)) (bar)) ==> (bar)
|
|
2121
|
|
2122 2000-11-20 Mike Sperber <mike@xemacs.org>
|
|
2123
|
|
2124 * setup-paths.el (paths-core-load-path-depth): Split
|
|
2125 `paths-load-path-depth' in two for site and core lisp. Don't
|
|
2126 recurse into core.
|
|
2127 * setup-paths.el (paths-construct-load-path): Use.
|
|
2128
|
|
2129 2001-01-10 Andy Piper <andy@xemacs.org>
|
|
2130
|
|
2131 * package-net.el (package-net-cygwin32-binary-size): new variable
|
|
2132 (package-net-win32-binary-size): ditto. add much needed
|
|
2133 commentary.
|
|
2134
|
|
2135 * gutter-items.el (buffers-tab-items): correct off-by-one error
|
|
2136 for buffers-tab-max-size.
|
|
2137
|
450
|
2138 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2139
|
|
2140 * XEmacs 21.2.40 is released.
|
|
2141
|
|
2142 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2143
|
|
2144 * mule/hebrew.el: Fix comments and typos.
|
|
2145 mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
|
|
2146
|
|
2147 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2148
|
|
2149 * ChangeLog.1: move ancient log from fill.el.
|
|
2150
|
|
2151 * dump-paths.el:
|
|
2152 paragraphs.el:
|
|
2153 mule/mule-category.el:
|
|
2154 Miscellaneous typo fixes and slight doc clarifications.
|
|
2155
|
|
2156 * mule/mule-ccl.el: Correct file name in header.
|
|
2157
|
448
|
2158 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2159
|
|
2160 * XEmacs 21.2.39 is released.
|
|
2161
|
|
2162 2000-12-27 Martin Buchholz <martin@xemacs.org>
|
|
2163
|
|
2164 * byte-optimize.el (byte-optimize-cond):
|
|
2165 (byte-optimize-cond-1): New.
|
|
2166 Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
|
|
2167 Optimizes (cond (x nil)) ==> nil.
|
|
2168 Provide better diagnostic on malformed expr like (cond foo).
|
|
2169
|
|
2170 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2171
|
|
2172 * mule/mule-coding.el:
|
|
2173 mule/mule-cmds.el (reset-language-environment,
|
|
2174 set-language-environment-coding-systems):
|
|
2175 Safer default coding-priority-list, corresponding to src/file-coding.h.
|
|
2176
|
|
2177 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
|
|
2178
|
|
2179 * package-admin.el: Allow package removal from
|
|
2180 early-package-load-path.
|
|
2181
|
|
2182 2000-12-15 Andreas Jaeger <aj@suse.de>
|
|
2183
|
|
2184 * about.el (about-maintainer-info): Update my entry.
|
|
2185
|
|
2186 2000-12-11 Matt Tucker <tuck@whistlingfish.net>
|
|
2187
|
|
2188 * packages.el (locate-library): Add support for bzip2
|
|
2189 compressed .el files.
|
|
2190
|
|
2191 2000-12-12 Andy Piper <andy@xemacs.org>
|
|
2192
|
|
2193 * package-net.el: new file.
|
|
2194
|
|
2195 2000-12-01 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
|
2196
|
|
2197 * font-lock.el: Add missing C++ keywords.
|
|
2198
|
|
2199 2000-12-08 Adrian Aichner <adrian@xemacs.org>
|
|
2200
|
|
2201 * simple.el (indent-for-comment): Preserve indentation of comments
|
|
2202 starting in column 0, as documented in (Info-goto-node
|
|
2203 "(xemacs)Comments"). Update docstring accordingly.
|
|
2204
|
446
|
2205 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
2206
|
|
2207 * XEmacs 21.2.38 is released.
|
|
2208
|
|
2209 2000-12-04 Didier Verna <didier@xemacs.org>
|
|
2210
|
|
2211 * mouse.el (default-mouse-track-set-point-in-window): remove
|
|
2212 spurious '+' operation detected by Martin.
|
|
2213
|
|
2214
|
|
2215 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
2216
|
|
2217 * cl-extra.el (coerce):
|
|
2218 Implement char to integer coercion.
|
|
2219 Remove extraneous (numberp) test.
|
|
2220
|
|
2221 * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
|
|
2222 Perform lapcode inlining if the value of `byte-optimize' is 'byte.
|
|
2223 (byte-optimize-predicate):
|
|
2224 Warn if evaluating constant expression signals an error.
|
|
2225 (byte-optimize-form): Small simplification.
|
|
2226
|
|
2227 * cl-macs.el (cl-do-proclaim): small efficiency improvement.
|
|
2228
|
|
2229 2000-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2230
|
|
2231 * byte-optimize.el:
|
|
2232 (byte-optimize-minus):
|
|
2233 (byte-optimize-plus):
|
|
2234 (byte-optimize-mult):
|
|
2235 (byte-optimize-quo):
|
|
2236 Use (car (last x)) instead of (last x) to get last elt!
|
|
2237 Use `byte-optimize-predicate' to optimize `%'.
|
|
2238 Move optimizations for special numeric args to bytecomp.el.
|
|
2239 * bytecomp.el (byte-compile-associative): Remove.
|
|
2240 (byte-compile-max): New.
|
|
2241 (byte-compile-min): New.
|
|
2242 Properly handle erroneous calls: (max) (min).
|
|
2243 (byte-compile-plus): New.
|
|
2244 (byte-compile-minus):
|
|
2245 It's easiest to handle 0, +1 and -1 args here.
|
|
2246 (byte-compile-mult): New.
|
|
2247 It's easiest to handle 1, -1 and 2 args here.
|
|
2248 (byte-compile-quo):
|
|
2249 It's easiest to handle 0, +1 and -1 args here.
|
|
2250 Issue byte-compiler warning when dividing by zero.
|
|
2251
|
|
2252 Byte-compiler arithmetic improvements.
|
|
2253 Better optimize these expressions in the obvious way:
|
|
2254 (+ x y 1) --> varref x varref y add add1
|
|
2255 (+ x y -1) --> varref x varref y add sub1
|
|
2256 (- x y 0) --> (- x y)
|
|
2257 (- 0 x y) --> (- (- x) y)
|
|
2258 (% 42 19) --> compile-time constant
|
|
2259 (/ 42 19) --> compile-time constant
|
|
2260 (* (foo) 2) --> foo call dup plus
|
|
2261
|
|
2262 Optimize away arithmetic operations (+ x) (* x) (/ x 1)
|
|
2263 unless (declaim (optimize (safety 3)))
|
|
2264 or (setq byte-compile-delete-errors nil).
|
|
2265
|
|
2266 2000-11-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2267
|
|
2268 * paragraphs.el (paragraph-separate, forward-sentence): Clarify
|
|
2269 docstrings.
|
|
2270
|
|
2271 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2272
|
|
2273 * startup.el (command-line-do-help): Add documentation of
|
|
2274 portable dumper switches.
|
|
2275
|
|
2276 2000-11-22 Andy Piper <andy@xemacs.org>
|
|
2277
|
|
2278 * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
|
|
2279
|
|
2280 * glyphs.el (init-glyphs): don't use autodetect for strings.
|
|
2281
|
|
2282 2000-11-28 Martin Buchholz <martin@xemacs.org>
|
|
2283
|
|
2284 * byte-optimize.el (byte-optimize-char-before):
|
|
2285 (byte-optimize-backward-char):
|
|
2286 (byte-optimize-backward-word):
|
|
2287 Fix incorrect optimizations for these sorts of expressions:
|
|
2288 (let ((x nil)) (backward-char x))
|
|
2289
|
|
2290 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
2291
|
|
2292 * byte-optimize.el:
|
|
2293 * byte-optimize.el (byte-optimize-backward-char): New.
|
|
2294 * byte-optimize.el (byte-optimize-backward-word): New.
|
|
2295 Make backward-word and backward-char as efficient as forward versions.
|
|
2296
|
|
2297 * bytecomp.el (byte-compile-no-args-with-one-extra):
|
|
2298 * bytecomp.el (byte-compile-one-arg-with-one-extra):
|
|
2299 * bytecomp.el (byte-compile-two-args-with-one-extra):
|
|
2300 * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
|
|
2301 * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
|
|
2302 * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
|
|
2303 Check if extra arg is constant nil, and if so, use byte-coded call.
|
|
2304
|
|
2305 * simple.el (backward-word):
|
|
2306 * simple.el (mark-word):
|
|
2307 * simple.el (kill-word):
|
|
2308 * simple.el (backward-kill-word):
|
|
2309 Make COUNT argument optional, for consistency with forward-char et al.
|
|
2310
|
|
2311 * abbrev.el (abbrev-string-to-be-defined):
|
|
2312 * abbrev.el (inverse-abbrev-string-to-be-defined):
|
|
2313 * abbrev.el (inverse-add-abbrev):
|
|
2314 * abbrev.el (expand-region-abbrevs):
|
|
2315 * buff-menu.el (Buffer-menu-execute):
|
|
2316 * indent.el (move-to-left-margin):
|
|
2317 * indent.el (indent-relative):
|
|
2318 * indent.el (move-to-tab-stop):
|
|
2319 * info.el (Info-reannotate-node):
|
|
2320 * lisp-mode.el (lisp-indent-line):
|
|
2321 * lisp.el (end-of-defun):
|
|
2322 * lisp.el (move-past-close-and-reindent):
|
|
2323 * misc.el (copy-from-above-command):
|
|
2324 * mouse.el (default-mouse-track-scroll-and-set-point):
|
|
2325 * page.el (forward-page):
|
|
2326 * paragraphs.el (forward-paragraph):
|
|
2327 * paragraphs.el (end-of-paragraph-text):
|
|
2328 * picture.el (picture-forward-column):
|
|
2329 * picture.el (picture-self-insert):
|
|
2330 * rect.el (extract-rectangle-line):
|
|
2331 * simple.el (newline):
|
|
2332 * simple.el (fixup-whitespace):
|
|
2333 * simple.el (backward-delete-char-untabify):
|
|
2334 * simple.el (transpose-chars):
|
|
2335 * simple.el (transpose-preceding-chars):
|
|
2336 * simple.el (do-auto-fill):
|
|
2337 * simple.el (indent-new-comment-line):
|
|
2338 * simple.el (blink-matching-open):
|
|
2339 * view-less.el (cleanup-backspaces):
|
|
2340 * wid-edit.el (widget-transpose-chars):
|
|
2341 * term/bg-mouse.el (bg-insert-moused-sexp):
|
|
2342 Use more readable (backward-FOO n) instead of (forward-FOO -n).
|
|
2343
|
|
2344 * info.el (Info-fontify-node):
|
|
2345 * simple.el (backward-delete-function):
|
|
2346 Use canonical delete-backward-char instead of backward-delete-char.
|
|
2347
|
|
2348 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
2349
|
|
2350 * gutter-items.el (update-tab-in-gutter): don't barf if there are
|
|
2351 no buffers.
|
|
2352
|
|
2353 2000-11-20 Andy Piper <andy@xemacs.org>
|
|
2354
|
|
2355 * gutter-items.el (update-tab-in-gutter): don't give popup frames
|
|
2356 buffer tabs.
|
|
2357
|
|
2358 2000-11-18 Martin Buchholz <martin@xemacs.org>
|
|
2359
|
|
2360 * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
|
|
2361 (proclaim inline...) was shadowing compiler-macros.
|
|
2362
|
|
2363 2000-11-17 Martin Buchholz <martin@xemacs.org>
|
|
2364
|
|
2365 * bytecomp.el (byte-compile-eval): New.
|
|
2366 (byte-compile-initial-macro-environment): Use byte-compile-eval.
|
|
2367 Keeps this promise made in Lispref:
|
|
2368 "If a file being compiled contains a `defmacro' form, the macro is
|
|
2369 defined temporarily for the rest of the compilation of that file."
|
|
2370
|
|
2371 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
2372
|
|
2373 * cl.el (floatp-safe):
|
|
2374 (plusp):
|
|
2375 (minusp):
|
|
2376 (oddp):
|
|
2377 (evenp):
|
|
2378 (cl-abs):
|
|
2379 Use a better parameter name than `x'.
|
|
2380
|
|
2381 * cl-macs.el (check-type): Make continuable. Change documentation
|
|
2382 to require PLACE, but accept any form for compatibility.
|
|
2383
|
|
2384 * abbrev.el (define-abbrev): Use check-type.
|
|
2385 * font-menu.el (font-menu-change-face): Use check-type.
|
|
2386 * menubar.el (relabel-menu-item): Use check-type.
|
|
2387 * itimer.el: Fix typo.
|
|
2388
|
|
2389 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2390
|
|
2391 * info.el (Info-extract-menu-node-name): Comma is a delimiter.
|
|
2392
|
444
|
2393 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
2394
|
|
2395 * XEmacs 21.2.37 is released.
|
|
2396
|
|
2397 2000-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
2398
|
|
2399 * code-cmds.el: Provide the feature.
|
|
2400
|
|
2401 2000-07-21 Jan Vroonhof <jan@xemacs.org>
|
|
2402
|
|
2403 * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
|
|
2404
|
|
2405 * code-cmds.el: New file
|
|
2406 * mule/mule-cmds.el:
|
|
2407 * mule/mule-misc.el
|
|
2408 (coding-keymap): New keymap. Define coding system keyboard
|
|
2409 commands on file-coding builds too.
|
446
|
2410 (coding-system-change-eol-conversion):
|
|
2411 (universal-coding-system-argument):
|
|
2412 (set-default-coding-systems):
|
444
|
2413 (prefer-coding-system): Moved from mule-cmds.el
|
|
2414 (set-buffer-process-coding-system): Moved from mule-misc.el
|
|
2415
|
|
2416 2000-09-15 Stephen Carney <carney@scubadoo.com>
|
|
2417
|
|
2418 * etags.el (buffer-tag-table-files): Use append instead of nconc.
|
|
2419
|
|
2420 2000-11-09 Steve Youngs <youngs@xemacs.org>
|
|
2421
|
|
2422 * package-get.el (package-get-download-sites): Add a pre-release
|
|
2423 site for experimental packages.
|
|
2424
|
|
2425 * auto-autoloads.el: Regenerated.
|
|
2426
|
|
2427 2000-08-01 Andy Piper <andy@xemacs.org>
|
|
2428
|
|
2429 * gutter-items.el (buffers-tab-omit-function): reference
|
|
2430 buffers-tab-select-visible-buffers.
|
|
2431 (buffers-tab-filter-functions): new variable, by default uses
|
|
2432 buffers-tab-selection-function and buffers-tab-omit-function.
|
|
2433 (select-buffers-tab-buffers-by-mode): invert arguments.
|
|
2434 (buffers-tab-select-visible-buffers): new function. Invert calling
|
|
2435 of buffers-menu-omit-invisible-buffers.
|
|
2436 (buffers-tab-items): rewrite to use
|
|
2437 buffers-tab-filter-functions. Rewrite docstring.
|
|
2438 (gutter-buffers-tab-extent): delete.
|
|
2439 (add-tab-to-gutter): always build a new extent when adding the
|
|
2440 tabs.
|
|
2441 (update-tab-in-gutter): make gutter dirty when orientation
|
|
2442 changes.
|
|
2443
|
|
2444 2000-11-07 Martin Buchholz <martin@xemacs.org>
|
|
2445
|
|
2446 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
2447 Only do loadhist recording if defvar form includes a value.
|
|
2448
|
|
2449 2000-11-02 Martin Buchholz <martin@xemacs.org>
|
|
2450
|
|
2451 * bytecomp.el (byte-compile-initial-macro-environment):
|
|
2452 `eval-when-compile' should not compile its body.
|
|
2453
|
|
2454 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2455
|
|
2456 * mule/cyrillic.el: Add Windows 1251 code page encoding (by
|
|
2457 Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>). Fix
|
|
2458 some Japanese English. Remove some ancient FSF comments, and
|
|
2459 improve docstrings. Use symbols not vectors for tables.
|
|
2460
|
|
2461 2000-11-03 Martin Buchholz <martin@xemacs.org>
|
|
2462
|
|
2463 * keymap.el:
|
|
2464 (local-key-binding):
|
|
2465 (global-key-binding):
|
|
2466 Add an optional `accept-defaults' parameter, just like `lookup-key'.
|
|
2467
|
|
2468 * lisp.el:
|
|
2469 (backward-sexp): Slightly simpler code.
|
|
2470 (mark-sexp): Make arg optional, like FSF Emacs.
|
|
2471 (forward-list): Slightly simpler code.
|
|
2472 (backward-list): Slightly simpler code.
|
|
2473 (down-list): Make arg optional, like FSF Emacs.
|
|
2474 (up-list): Make arg optional, like FSF Emacs.
|
|
2475 (backward-up-list): Make arg optional, like FSF Emacs.
|
|
2476 (kill-sexp): Make arg optional, like FSF Emacs.
|
|
2477 (backward-kill-sexp): Make arg optional, like FSF Emacs.
|
|
2478
|
|
2479 * font-menu.el (font-menu-change-face):
|
|
2480 Take continuable errors into account.
|
|
2481
|
|
2482 * abbrev.el:
|
|
2483 * abbrev.el (clear-abbrev-table):
|
|
2484 * abbrev.el (define-abbrev-table):
|
|
2485 * abbrev.el (define-abbrev):
|
|
2486 * abbrev.el (insert-abbrev-table-description):
|
|
2487 * apropos.el (apropos-documentation-check-doc-file):
|
|
2488 * apropos.el (apropos-documentation-check-elc-file):
|
|
2489 * buff-menu.el (list-buffers):
|
|
2490 * buff-menu.el (list-buffers-noselect):
|
|
2491 * bytecomp.el (byte-recompile-directory):
|
|
2492 * bytecomp.el (batch-byte-compile):
|
|
2493 * cl-macs.el (typep):
|
|
2494 * code-files.el (find-coding-system-magic-cookie):
|
|
2495 * code-files.el (insert-file-contents):
|
|
2496 * cus-edit.el (customize-set-variable):
|
|
2497 * cus-edit.el (customize-save-variable):
|
|
2498 * cus-face.el (custom-set-face-font-size):
|
|
2499 * cus-face.el (custom-set-face-update-spec):
|
|
2500 * cus-face.el (custom-reset-faces):
|
|
2501 * custom.el (custom-check-theme):
|
|
2502 * custom.el (copy-upto-last):
|
|
2503 * fill.el (canonically-space-region):
|
|
2504 * fill.el (fill-paragraph):
|
|
2505 * fill.el (fill-region):
|
|
2506 * fill.el (find-space-insertable-point):
|
|
2507 * fill.el (justify-current-line):
|
|
2508 * faces.el (face-spec-update-all-matching):
|
|
2509 * faces.el (set-face-stipple):
|
|
2510 * files-nomule.el (insert-file-contents):
|
|
2511 * files.el (insert-file-contents-literally):
|
|
2512 * files.el (hack-local-variables-last-page):
|
|
2513 * files.el (basic-save-buffer):
|
|
2514 * files.el (insert-directory):
|
|
2515 * font-menu.el (font-menu-change-face):
|
|
2516 * font.el (font-spatial-to-canonical):
|
|
2517 * format.el (format-encode-region):
|
|
2518 * format.el (format-insert-file):
|
|
2519 * format.el (format-replace-strings):
|
|
2520 * gutter.el (set-gutter-element):
|
|
2521 * help.el (key-or-menu-binding):
|
|
2522 * help.el (describe-bindings):
|
|
2523 * help.el (with-syntax-table):
|
|
2524 * indent.el (indent-rigidly):
|
|
2525 * indent.el (delete-to-left-margin):
|
|
2526 * info.el:
|
|
2527 * info.el (Info-extract-dir-entry-from):
|
|
2528 * info.el (Info-build-dir-anew):
|
|
2529 * info.el (Info-rebuild-dir):
|
|
2530 * info.el (Info-batch-rebuild-dir):
|
|
2531 * info.el (Info-read-subfile):
|
|
2532 * info.el (Info-build-node-completions):
|
|
2533 * info.el (Info-extract-menu-node-name):
|
|
2534 * isearch-mode.el (isearch-range-invisible):
|
|
2535 * isearch-mode.el (isearch-restore-invisible-extents):
|
|
2536 * itimer.el (itimerp):
|
|
2537 * itimer.el (itimer-live-p):
|
|
2538 * keymap.el:
|
|
2539 * keymap.el (substitute-key-definition):
|
|
2540 * keymap.el (read-command-or-command-sexp):
|
|
2541 * keymap.el (local-key-binding):
|
|
2542 * keymap.el (global-key-binding):
|
|
2543 * keymap.el (global-set-key):
|
|
2544 * keymap.el (local-set-key):
|
|
2545 * ldap.el:
|
|
2546 * ldap.el (ldap-add-entries):
|
|
2547 * ldap.el (ldap-delete-entries):
|
|
2548 * lisp.el (backward-sexp):
|
|
2549 * lisp.el (mark-sexp):
|
|
2550 * lisp.el (forward-list):
|
|
2551 * lisp.el (backward-list):
|
|
2552 * lisp.el (down-list):
|
|
2553 * lisp.el (backward-up-list):
|
|
2554 * lisp.el (up-list):
|
|
2555 * lisp.el (kill-sexp):
|
|
2556 * lisp.el (backward-kill-sexp):
|
|
2557 * menubar.el (add-menu-button):
|
|
2558 * menubar.el (add-submenu):
|
|
2559 * menubar.el (delete-menu-item):
|
|
2560 * menubar.el (relabel-menu-item):
|
|
2561 * mouse.el (narrow-window-to-region):
|
|
2562 * obsolete.el (define-obsolete-variable-alias):
|
|
2563 * obsolete.el (store-substring):
|
|
2564 * package-admin.el:
|
|
2565 * package-admin.el (package-admin-install-function):
|
|
2566 * package-admin.el (package-admin-install-function-mswindows):
|
|
2567 * package-admin.el (package-admin-default-install-function):
|
|
2568 * package-get.el (package-get-update-base-entries):
|
|
2569 * packages.el (packages-load-package-dumped-lisps):
|
|
2570 * packages.el (packages-collect-package-dumped-lisps):
|
|
2571 * printer.el (generic-print-buffer):
|
|
2572 * printer.el (generic-print-region):
|
|
2573 * replace.el (occur-mode-mouse-goto):
|
|
2574 * replace.el (perform-replace):
|
|
2575 * select.el (get-selection-no-error):
|
|
2576 * simple.el:
|
|
2577 * simple.el (newline):
|
|
2578 * simple.el (open-line):
|
|
2579 * simple.el (edit-and-eval-command):
|
|
2580 * simple.el (goto-line):
|
|
2581 * simple.el (undo):
|
|
2582 * simple.el (kill-region):
|
|
2583 * simple.el (copy-region-as-kill):
|
|
2584 * simple.el (kill-ring-save):
|
|
2585 * simple.el (set-mark):
|
|
2586 * simple.el (next-line):
|
|
2587 * simple.el (previous-line):
|
|
2588 * simple.el (line-move):
|
|
2589 * simple.el (set-goal-column):
|
|
2590 * simple.el (comment-region):
|
|
2591 * subr.el:
|
|
2592 * subr.el (putf):
|
|
2593 * syntax.el (modify-syntax-entry):
|
|
2594 * syntax.el (map-syntax-table):
|
|
2595 * view-less.el (view-file):
|
|
2596 * view-less.el (view-buffer):
|
|
2597 * view-less.el (view-file-other-window):
|
|
2598 * window-xemacs.el (backward-other-window):
|
|
2599 * window.el:
|
|
2600 * window.el (one-window-p):
|
|
2601 * window.el (walk-windows):
|
|
2602 * window.el (window-list):
|
|
2603 * x-mouse.el (x-mouse-kill):
|
|
2604 * x-select.el (x-get-cutbuffer):
|
|
2605 * x-select.el (x-store-cutbuffer):
|
|
2606 * term/bg-mouse.el (bg-mouse-line-to-center):
|
|
2607 * term/sun-mouse.el (window-line-end):
|
|
2608 * term/sun-mouse.el (sun-select-region):
|
|
2609 * term/sun.el (kill-region-and-unmark):
|
|
2610 * mule/mule-category.el:
|
|
2611 * mule/mule-category.el (modify-category-entry):
|
|
2612 * mule/mule-category.el (char-category-list):
|
|
2613 * mule/mule-coding.el (coding-system-force-on-output):
|
|
2614 * mule/mule-misc.el (coding-system-put):
|
|
2615 Docstring arglist/Texinfo fixes. See man/ChangeLog for details.
|
|
2616
|
|
2617 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2618
|
|
2619 * cus-face.el: Typo fixes and tiny clarifications.
|
|
2620 * custom.el: ditto
|
|
2621
|
|
2622 2000-10-27 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2623
|
|
2624 * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
|
|
2625 * startup.el (normal-top-level): Setup auto-save-list-file-name
|
|
2626 if auto-save-list-file-prefix is non-nil.
|
|
2627
|
|
2628 2000-10-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2629
|
|
2630 * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
|
|
2631
|
|
2632 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2633
|
|
2634 * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
|
|
2635 get symbol at point-min.
|
|
2636
|
|
2637 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
2638
|
|
2639 * info.el (Info-emacs-info-file-name): defconst it.
|
|
2640 * info.el (Info-footnote-tag): defcustom it.
|
|
2641 * info.el (Info-no-description-string): ditto.
|
|
2642 * info.el (Info-find-node): adapt to new semantics of
|
|
2643 'Info-suffixed-file (don't do the case variants stuff).
|
|
2644 * info.el (Info-insert-dir): rewrite the dir file variants code.
|
|
2645 * info.el (Info-directory-files): New. Return the list of info
|
|
2646 files in a directory.
|
|
2647 * info.el (Info-dir-outdated-p): use it.
|
|
2648 * info.el (Info-parse-dir-entries): ditto.
|
|
2649 * info.el (Info-build-dir-anew): don't restrict to files ending
|
|
2650 with a ".info.*" extension.
|
|
2651 * info.el (Info-set-mode-line): ditto.
|
|
2652 * info.el (Info-read-subfile): adapt to new semantics of
|
|
2653 'Info-suffixed-file (append 'exact argument).
|
|
2654 * info.el (Info-all-case-regexp): New. Return a regexp matching a
|
|
2655 string independently of the case.
|
|
2656 * info.el (Info-suffixed-file): use it (match all possible case
|
|
2657 for the file name).
|
|
2658 * info.el (Info-insert-file-contents): code cleanup.
|
|
2659 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
|
|
2660 columns.
|
|
2661 * info.el (Info-batch-rebuild-dir): ditto.
|
|
2662 * info.el (Info-read-node-name-1): ditto.
|
|
2663 * info.el (Info-search): ditto.
|
|
2664 * info.el (Info-fontify-node): ditto.
|
|
2665
|
|
2666
|
|
2667 2000-10-24 Didier Verna <didier@xemacs.org>
|
|
2668
|
|
2669 * process.el (shell-command): when called from a program, avoid
|
|
2670 'push-mark's "mark-set" message.
|
|
2671
|
|
2672 2000-10-15 MIYASHITA Hisashi <himi@m17n.org>
|
|
2673
|
|
2674 * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
|
|
2675 by a symbol, not by a vector.
|
|
2676 * mule/vietnamese.el (vscii): Likewise.
|
|
2677 (viscii): Likewise.
|
|
2678 * mule/cyrillic.el (koi8-r): Likewise.
|
|
2679
|
|
2680 * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
|
|
2681 by a symbol, not by a vector.
|
|
2682 (chinese-big5-2): Likewise.
|
|
2683 * mule/ethiopic.el (ethiopic): Likewise.
|
|
2684 * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
|
|
2685 (vietnamese-viscii-upper): Likewise.
|
|
2686
|
|
2687 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2688
|
|
2689 * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
|
|
2690
|
|
2691 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2692
|
|
2693 * byte-optimize.el (byte-optimize-car): New function.
|
|
2694 (byte-optimize-cdr): Ditto.
|
|
2695
|
|
2696 2000-10-12 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2697
|
|
2698 * byte-optimize.el: Partial synch with FSF 20.7.
|
|
2699 Optimize constant concatenation.
|
|
2700 Add keymapp as a side effect free function. It is a built-in.
|
|
2701 (byte-after-unbind-pos): Remove byte-equal.
|
|
2702
|
|
2703 2000-10-13 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2704
|
|
2705 * update-elc-2.el: Quote regexps correctly.
|
|
2706
|
|
2707 2000-10-05 MIYASHITA Hisashi <himi@m17n.org>
|
|
2708
|
|
2709 * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
|
|
2710 (ccl-compile): Apply integerp, not integer-or-char-p to
|
|
2711 check the type of the buffer magnification
|
|
2712 (ccl-compile-write-string): Encode a string with binary
|
|
2713 coding system.
|
|
2714 (ccl-compile-write-repeat): Likewise.
|
|
2715
|
|
2716 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
2717
|
|
2718 * buff-menu.el:
|
|
2719 * bytecomp.el:
|
|
2720 * coding.el:
|
|
2721 * faces.el:
|
|
2722 * files.el:
|
|
2723 * fill.el:
|
|
2724 * float-sup.el:
|
|
2725 * font-lock.el:
|
|
2726 * help.el:
|
|
2727 * iso8859-1.el:
|
|
2728 * loaddefs.el:
|
|
2729 * menubar-items.el:
|
|
2730 * menubar.el:
|
|
2731 * modeline.el:
|
|
2732 * msw-font-menu.el:
|
|
2733 * paragraphs.el:
|
|
2734 * paths.el:
|
|
2735 * replace.el:
|
|
2736 * simple.el:
|
|
2737 * sound.el:
|
|
2738 * startup.el:
|
|
2739 * version.el:
|
|
2740 * x-faces.el:
|
|
2741 * x-font-menu.el:
|
|
2742 Remove purecopy.
|
|
2743
|
|
2744 2000-10-03 Daniel Pittman <daniel@rimspace.net>
|
|
2745
|
|
2746 * simple.el (do-auto-fill): Use the function pointer to by
|
|
2747 `comment-line-break-function', not `indent-new-comment-line'. This
|
|
2748 fixes an issue with cc-mode comment continuation.
|
|
2749
|
|
2750 2000-10-11 Martin Buchholz <martin@xemacs.org>
|
|
2751
|
|
2752 * simple.el (turn-on-auto-fill): Add (interactive).
|
|
2753 * mwheel.el (mwheel-install): Add (interactive).
|
|
2754 * font-lock.el (turn-on-font-lock): Add (interactive).
|
|
2755 (turn-off-font-lock): Add (interactive).
|
|
2756
|
|
2757 2000-10-03 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
2758
|
|
2759 * packages.el (packages-special-base-regexp): Add `man'.
|
|
2760
|
|
2761 2000-10-08 Adrian Aichner <adrian@xemacs.org>
|
|
2762
|
|
2763 * wid-edit.el (widget-specify-active): map over extents in current
|
|
2764 buffer like `widget-specify-inactive' does. Mapping over the
|
|
2765 inactive extent object does not work since the current extent is
|
|
2766 ignored by `map-extents'.
|
|
2767
|
442
|
2768 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
2769
|
|
2770 * XEmacs 21.2.36 is released.
|
|
2771
|
|
2772 2000-09-22 Martin Buchholz <martin@xemacs.org>
|
|
2773
|
|
2774 * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
|
|
2775 Optimize the compiled-function-constants vector by byte-code
|
|
2776 reference counts.
|
|
2777
|
|
2778 2000-09-25 Robert Pluim <rpluim@bigfoot.com>
|
|
2779
|
|
2780 * build-report.el (build-report-delete-regexp): quote value in
|
|
2781 defcustom
|
|
2782
|
|
2783 2000-09-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2784
|
|
2785 * build-report.el (build-report): Don't bind srcdir which we don't
|
|
2786 use in `multiple-value-bind' to avoid the only byte-compiler
|
|
2787 warning.
|
|
2788
|
|
2789 2000-09-23 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2790
|
|
2791 * build-report.el: Requires cl and custom now.
|
|
2792 build-report-version is determined by XEmacs version -- remove
|
|
2793 build-report-version*.
|
|
2794 * build-report.el (build-report-version): Removed.
|
|
2795 * build-report.el (build-report-installation-version-regexp): New.
|
|
2796 * build-report.el (build-report-version-file-regexp): New.
|
|
2797 * build-report.el (build-report-installation-srcdir-regexp): New.
|
|
2798 * build-report.el (build-report-destination): Offer
|
|
2799 xemacs-build-reports and xemacs-beta.
|
|
2800 * build-report.el (build-report-keep-regexp): Adjusted.
|
|
2801 * build-report.el (build-report-delete-regexp): Adjusted.
|
|
2802 * build-report.el (build-report-make-output-dir): New.
|
|
2803 * build-report.el (build-report-installation-file): Replace use of
|
|
2804 `concat' with `expand-file-name'.
|
|
2805 * build-report.el (build-report-make-output-file): Removed.
|
|
2806 * build-report.el (build-report-make-output-files): New.
|
|
2807 * build-report.el (build-report-subject): Identify as
|
|
2808 user-variable with "*...".
|
|
2809 * build-report.el (build-report-prompts): Ditto.
|
|
2810 * build-report.el (build-report-version-file): New.
|
|
2811 * build-report.el (build-report-file-encoding): Identify as
|
|
2812 user-variable with "*...".
|
|
2813 * build-report.el (build-report-make-output-get): New.
|
|
2814 * build-report.el (build-report-insert-header): Report
|
|
2815 emacs-version and system-configuration instead of
|
|
2816 build-report-version.
|
|
2817 * build-report.el (build-report-insert-make-output): Add file
|
|
2818 argument.
|
|
2819 * build-report.el (build-report-insert-installation-file):
|
|
2820 Re-indent.
|
|
2821 * build-report.el (build-report-keep): Change docstring,
|
|
2822 re-indent.
|
|
2823 * build-report.el (build-report-delete): Ditto.
|
|
2824 * build-report.el (build-report-installation-data): New.
|
|
2825 * build-report.el (build-report-version-file-data): New.
|
|
2826
|
|
2827 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
2828
|
|
2829 * byte-optimize.el (byte-optimize-lapcode):
|
|
2830 Fix the optimization of using the first 5 elements of the
|
|
2831 constants vector for variables.
|
|
2832 (byte-optimize-lapcode): Fix another ancient broken optimization.
|
|
2833
|
|
2834 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2835
|
|
2836 * *: Spelling mega-patch
|
|
2837
|
|
2838 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2839
|
|
2840 * easymenu.el: doc fixes.
|
|
2841 (easy-menu-do-define): Use backquote.
|
444
|
2842 (easy-menu-change):
|
|
2843 (easy-menu-add):
|
442
|
2844 `when' seems much clearer than `if' here.
|
|
2845 (easy-menu-remove):
|
444
|
2846 (easy-menu-add-item):
|
|
2847 (easy-menu-item-present-p):
|
|
2848 (easy-menu-remove-item):
|
442
|
2849 Wrap using (when (featurep 'menubar) ...)
|
|
2850
|
|
2851 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2852
|
|
2853 * bytecomp.el (displaying-byte-compile-warnings):
|
|
2854 Revert Ben's change to this function below so that the compile log
|
|
2855 is displayed properly for users of the "popper" package.
|
|
2856
|
|
2857 2000-09-12 Martin Buchholz <martin@xemacs.org>
|
|
2858
|
|
2859 * window.el (save-selected-window): Use backquote.
|
|
2860
|
444
|
2861 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
|
442
|
2862 Renamed from `byte-compile-file-form-defvar'.
|
|
2863 * bytecomp.el (byte-compile-defvar-or-defconst):
|
|
2864 Only cons onto current-load-list in top-level forms.
|
|
2865 Else this leaks a cons cell every time a defun is called.
|
|
2866 Renamed from `byte-compile-defvar', for clarity.
|
|
2867 Warn when docstring of defvar is not a string.
|
|
2868 Use consistent error messages.
|
|
2869 Better comments.
|
|
2870
|
|
2871 2000-09-11 Martin Buchholz <martin@xemacs.org>
|
|
2872
|
|
2873 * simple.el (set-variable):
|
|
2874 Remove unneeded defvar by rearranging order of let* forms.
|
|
2875
|
|
2876 * mule/mule-ccl.el (ccl-get-next-code):
|
444
|
2877 * menubar-items.el (bookmark-menu-filter):
|
|
2878 (language-environment-menu-filter):
|
|
2879 (tutorials-menu-filter):
|
442
|
2880 * toolbar-items.el (toolbar-compile):
|
|
2881 * byte-optimize.el (disassemble-offset):
|
|
2882 Use (declare (special ...)) instead of `defvar'.
|
|
2883
|
|
2884 * cl-macs.el (cl-do-proclaim):
|
|
2885 Fix (declare (special ...)) warning suppression syntax.
|
|
2886
|
|
2887 2000-07-22 Golubev I. N. <gin@mo.msk.ru>
|
|
2888
|
|
2889 * info.el (Info-tag-table-marker):
|
|
2890 (Info-tag-table-buffer):
|
|
2891 (Info-find-file-node):
|
|
2892 (Info-read-subfile):
|
|
2893 (Info-build-node-completions):
|
|
2894 (Info-search):
|
|
2895 (Info-mode):
|
|
2896 Multiple info buffer support.
|
|
2897
|
|
2898 2000-08-28 Oscar Figueiredo <oscar@cpe.fr>
|
|
2899
|
|
2900 * ldap.el (ldap-decode-entry): New defun
|
|
2901 (ldap-search-entries): Use it in order to decode DN-prefixed
|
|
2902 entries properly
|
|
2903
|
|
2904 2000-08-23 Daniel Pittman <daniel@danann.net>
|
|
2905
|
|
2906 * mule/mule-cmds.el (coding-system-change-eol-conversion):
|
|
2907 Use `eq', not `=', to compare symbols.
|
|
2908
|
|
2909 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
2910
|
|
2911 * bytecomp.el (byte-compile-report-error):
|
|
2912 * bytecomp.el (displaying-byte-compile-warnings):
|
|
2913 if stack-trace-on-error is set, send out a backtrace when
|
|
2914 an error is encountered that stops byte compilation. this
|
|
2915 should make it much much easier to track down those curious
|
|
2916 problems. also undo the kludge of using a separate "*Show*"
|
|
2917 buffer for display when there's a temp-buffer-show-function;
|
|
2918 we can avoid this by just being a little smarter.
|
444
|
2919
|
442
|
2920 * dialog-items.el:
|
|
2921 * dialog-items.el (search-dialog-regexp): New.
|
|
2922 * dialog-items.el (search-dialog-callback):
|
|
2923 * dialog-items.el (make-search-dialog):
|
|
2924 add a regexp option to the dialog and clean up a bit.
|
444
|
2925
|
442
|
2926 * dialog.el:
|
|
2927 * dialog.el (yes-or-no-p-dialog-box):
|
|
2928 * dialog.el (get-dialog-box-response):
|
|
2929 * dialog.el (make-dialog-box):
|
|
2930 * dialog.el (dialog-box-finish): New.
|
|
2931 * dialog.el (dialog-box-cancel): New.
|
|
2932 * dialog.el (internal-make-dialog-box-exit): New.
|
|
2933 implement [properly!] the :modal property of the new dialog box
|
|
2934 interface. this is the first time xemacs has ever had *proper*
|
|
2935 modal dialog boxes, giving the standard window-system feedback.
|
|
2936 (e.g. under windows, clicking on a disabled frame causes a beep
|
|
2937 and makes the dialog box flash three times.)
|
444
|
2938
|
442
|
2939 * dragdrop.el: header keyword frobbing.
|
444
|
2940
|
442
|
2941 * dumped-lisp.el (preloaded-file-list):
|
|
2942 renamed winnt.el to win32-native.el.
|
444
|
2943
|
442
|
2944 * faces.el (face-property):
|
|
2945 * faces.el (set-face-property):
|
|
2946 * faces.el (frob-face-property):
|
|
2947 * faces.el (frob-face-font-2):
|
|
2948 * faces.el (make-face-bold):
|
|
2949 * faces.el (make-face-italic):
|
|
2950 * faces.el (make-face-bold-italic):
|
|
2951 * faces.el (make-face-unbold):
|
|
2952 * faces.el (make-face-unitalic):
|
|
2953 * faces.el (make-face-smaller):
|
|
2954 * faces.el (make-face-larger):
|
|
2955 clean up the implementation of these so that window-system-specific
|
|
2956 methods are called only on objects belonging to that window system.
|
|
2957 previously, you could have [e.g.] mswindows-make-face-bold called
|
|
2958 on font object of device type `stream', which is not good and
|
|
2959 explains the subtle errors Adrian was getting when byte-compiling
|
|
2960 something that required 'term. (Adrian, now you can use stack-trace-
|
|
2961 on-error to find the exact place where things are going wrong instead
|
|
2962 of having to laboriously binary-search your way through.)
|
444
|
2963
|
442
|
2964 * finder.el (finder-known-keywords):
|
|
2965 cleaned up -- properly sorted, clarified the meanings of many of
|
|
2966 the keywords, and added a few -- mswin, gui, content, build, www,
|
|
2967 user, services. the last two try to distinguish between a package
|
|
2968 that's used directly by the user, and a package that provides
|
|
2969 support services to other packages.
|
444
|
2970
|
442
|
2971 * font-lock.el (lisp-font-lock-keywords-2):
|
|
2972 update list of lisp control structures to include everything,
|
|
2973 including new ones i introduced.
|
444
|
2974
|
442
|
2975 * gutter.el: header keyword frobbing.
|
444
|
2976
|
442
|
2977 * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
|
|
2978 recent isearch element was not doing so! you got the second-most-
|
|
2979 recent instead.
|
|
2980
|
|
2981 * lisp-mode.el (construct-lisp-mode-menu):
|
|
2982 more menubar cleanups.
|
|
2983 * lisp-mode.el (with-selected-window):
|
|
2984 make it indent properly.
|
444
|
2985
|
442
|
2986 * menubar-items.el (default-menubar): lots of menubar cleanups.
|
|
2987 rearranged the options menu the most, e.g. splitting up the
|
|
2988 Keyboard/Mouse menu into a new Editing menu and combining the
|
|
2989 separate Scrollbar/Gutter/Toolbar submenus into Display.
|
|
2990 Got rid of General, moved items to Editing or new Troubleshooting.
|
|
2991 Moved Packages to Tools; doesn't seem to belong under Options.
|
|
2992 Added stuff to the Cmds menu, e.g. Change Case.
|
|
2993
|
|
2994 NB please don't complain about these periodic menubar changes.
|
|
2995 Anything like this is necessarily incremental in its construction
|
|
2996 -- By constant use you gradually become more and more aware of
|
|
2997 better and better ways to group menu items. When we eventually
|
|
2998 move the options menu to a property sheet, the existing structure
|
|
2999 will probably be preserved fairly well.
|
444
|
3000
|
442
|
3001 * minibuf.el (next-history-element): fix problems with pressing
|
|
3002 down arrow in repeat-complex-command.
|
|
3003
|
|
3004 * modeline.el:
|
|
3005 * modeline.el (modeline-3d-p): New.
|
|
3006 added custom variable for controlling the 3d modeline. the
|
|
3007 corresponding Options item has been present for a long time,
|
|
3008 but commented out with "fix me!" comments. it's fixed now.
|
444
|
3009
|
442
|
3010 * obsolete.el (add-menu):
|
|
3011 remove bogus gettexts.
|
444
|
3012
|
442
|
3013 * process.el (shell-quote-argument):
|
|
3014 handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
|
|
3015 For bash under Windows native, see below.
|
444
|
3016
|
442
|
3017 * simple.el:
|
|
3018 * simple.el (display-warning-buffer):
|
|
3019 Fixed the handling of warning display to eliminate the annoying
|
|
3020 *Show* buffer, like was done for byte-compiler output above.
|
444
|
3021
|
442
|
3022 * simple.el (debug-print): New.
|
|
3023 Simple function for sending debug messages to the console and/or
|
|
3024 other debug places.
|
|
3025
|
|
3026 * subr.el (replace-in-string):
|
|
3027 Rewrite this function to avoid N^2 behavior with large strings --
|
|
3028 catastrophic with the new Windows selection code! (Apparently the
|
|
3029 author of this function didn't realize there was a fun
|
|
3030 replace-match that could make his life much easier, because we
|
|
3031 duplicated the entire logic. The new version is smaller, easier
|
|
3032 to understand, much more robust, and has extended features --
|
|
3033 those of replace-match.)
|
444
|
3034
|
442
|
3035 * window.el:
|
|
3036 * window.el (with-selected-window): New.
|
|
3037 An obvious complement to the existing `with-selected-frame' and
|
|
3038 `with-current-buffer'.
|
|
3039
|
|
3040 * win32-native.el: Renamed from winnt.el.
|
|
3041 Added a great deal of stuff for properly handling process quoting,
|
|
3042 somewhat modeled on Kirill's original model (which i later threw
|
|
3043 away). We should now finally have correctly working process arg
|
|
3044 quoting/dequoting so that the final app gets exactly what we
|
|
3045 intended. Because the mechanism is in Lisp, it's easily
|
|
3046 extendible. (For those running bash and running the native
|
|
3047 version, I tried hard to do what I thought was correct. But more
|
|
3048 thought is needed, and ideally the volunteer work of people with
|
|
3049 these configurations that they generally run on.)
|
444
|
3050
|
442
|
3051 * x-font-menu.el (x-font-menu-font-data):
|
|
3052 Put in defvar's to fix byte-compiler warnings.
|
|
3053
|
|
3054 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3055
|
|
3056 * select.el (selection-coercion-alist): Initialise.
|
|
3057 * select.el (select-coerce-to-text): New.
|
|
3058 * select.el (select-coerce): New.
|
|
3059 New functions to perform type and value coercion.
|
|
3060
|
|
3061 * select.el (select-buffer-killed-default): Keep data if it was
|
|
3062 on the clipboard.
|
|
3063
|
|
3064 2000-08-02 Martin Buchholz <martin@xemacs.org>
|
|
3065
|
|
3066 * menubar-items.el (default-menubar): Fix typo.
|
|
3067 (default-menubar): `lambda' was mispelled as `lamda'.
|
|
3068
|
|
3069 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3070
|
|
3071 * window.el (shrink-window-if-larger-than-buffer): Remove
|
|
3072 edge checking code.
|
|
3073
|
|
3074 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3075
|
|
3076 * paths.el (gnus-local-domain): Removed.
|
|
3077 (gnus-local-organization): Ditto.
|
|
3078 (gnus-startup-file): Ditto.
|
|
3079
|
|
3080 2000-07-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3081
|
|
3082 * files.el (auto-mode-alist): Add .spec for RPM.
|
|
3083
|
|
3084 2000-07-31 Andy Piper <andy@xemacs.org>
|
444
|
3085
|
442
|
3086 * gutter-items.el (update-tab-in-gutter): deprecate :properties.
|
|
3087
|
|
3088 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3089
|
|
3090 * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
|
|
3091 browse-url.
|
|
3092 * help.el (xemacs-www-page): Ditto.
|
|
3093 (xemacs-www-faq): Ditto.
|
|
3094 * menubar-items.el (default-menubar): Ditto.
|
|
3095
|
|
3096 * wid-edit.el (widget-url-link-action): Ditto.
|
|
3097 From: Kenichi OKADA <okada@opaopa.org>.
|
|
3098
|
|
3099 2000-07-31 Martin Buchholz <martin@xemacs.org>
|
|
3100
|
|
3101 * finder.el (finder-commentary): Add autoload cookie.
|
|
3102
|
|
3103 2000-07-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3104
|
|
3105 * files.el (insert-file-contents-literally): Fix second let
|
|
3106 binding for `coding-system-for-read' to `coding-system-for-write'
|
|
3107 as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
|
|
3108
|
|
3109 1999-06-15 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3110
|
|
3111 * files.el (insert-file-contents-literally): Use binary coding
|
|
3112 system (from Morioka san).
|
|
3113 (insert-file-contents-literally): Make file-name-handler method.
|
|
3114
|
|
3115 2000-07-26 Martin Buchholz <martin@xemacs.org>
|
|
3116
|
|
3117 * cl-macs.el (get-selection): Add defsetf.
|
|
3118
|
|
3119 2000-07-25 Steve Youngs <youngs_s@ozlinx.com.au>
|
|
3120
|
|
3121 * x-init.el (x-activate-region-as-selection): replace obsolete
|
|
3122 function x-own-selection with own-selection.
|
|
3123 (ow-find): replace obsolete functions x-get-selection and
|
|
3124 x-get-clipboard with get-selection and get-clipboard.
|
|
3125 (init-post-x-win): replace obsolete function x-disown-selection
|
|
3126 with disown-selection.
|
|
3127
|
|
3128 2000-07-20 Mike Sperber <mike@xemacs.org>
|
|
3129
|
|
3130 * startup.el (load-user-init-file): Only try to load init file if
|
|
3131 it exists.
|
|
3132
|
|
3133 2000-07-10 Andy Piper <andy@xemacs.org>
|
|
3134
|
|
3135 * dialog-items.el: sync with Ben's patch.
|
444
|
3136
|
442
|
3137 * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
|
|
3138 comment.
|
|
3139 (progress-text-glyph): deleted.
|
|
3140 (progress-layout-glyph): make completely minimal.
|
|
3141 (progress-gauge-glyph): ditto.
|
|
3142 (progress-display-style): fix to handle dynamic instantiator
|
|
3143 changes.
|
|
3144 (progress-text-instantiator): new.
|
|
3145 (progress-layout-instantiator): new.
|
|
3146 (progress-gauge-instantiator): new.
|
|
3147 (set-progress-display-instantiator): renamed and changed from
|
|
3148 set-progress-display-style.
|
|
3149 (progress-abort-glyph): use instantiator not glyph.
|
|
3150 (append-progress-display): use set-progress-display-instantiator
|
|
3151 and set-glyph-image.
|
|
3152 (abort-progress-display): ditto.
|
|
3153 (raw-append-progress-display): ditto.
|
|
3154
|
|
3155 2000-07-20 Ben Wing <ben@xemacs.org>
|
|
3156
|
|
3157 * code-files.el: Move Mule-specific code to mule-coding.el.
|
|
3158
|
|
3159 2000-07-15 Ben Wing <ben@xemacs.org>
|
|
3160
|
|
3161 * autoload.el:
|
|
3162 Fixed comments.
|
|
3163
|
|
3164 * cmdloop.el:
|
|
3165 * cmdloop.el (yes-or-no-p):
|
|
3166 * cmdloop.el (y-or-n-p):
|
|
3167 Make these functions use should-use-dialog-box-p and not be
|
|
3168 overridden in dialog.el.
|
|
3169
|
|
3170 * cus-dep.el:
|
|
3171 * cus-dep.el (Custom-make-dependencies): Removed.
|
|
3172 * cus-dep.el (Custom-make-dependencies-1): New.
|
|
3173 * cus-dep.el (Custom-make-one-dependency): New.
|
|
3174 New entry point for use in Makefiles, to avoid excessive
|
|
3175 invocations.
|
|
3176
|
|
3177 * cus-edit.el (custom-variable-reset-saved):
|
|
3178 * cus-edit.el (custom-variable-reset-standard):
|
|
3179 * cus-edit.el (custom-save-resets):
|
|
3180 Fix bytecompiler warnings.
|
|
3181
|
|
3182 * dialog.el:
|
|
3183 * dialog.el (yes-or-no-p-dialog-box):
|
|
3184 * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
|
|
3185 * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
|
|
3186 * dialog.el (get-dialog-box-response):
|
|
3187 * dialog.el (message-or-box):
|
|
3188 * dialog.el (make-dialog-box):
|
|
3189 * dialog.el (popup-dialog-box): New.
|
|
3190 Avoid yes-or-no-p bogosities.
|
|
3191 Create a general function `make-dialog-box' to encapsulate all
|
|
3192 dialog box methods; easily extendible. popup-dialog-box now obsolete.
|
|
3193
|
|
3194 * dumped-lisp.el (preloaded-file-list):
|
|
3195 Add dialog-items. Clean up. Group files by types.
|
|
3196
|
|
3197 * easymenu.el (easy-menu-add):
|
|
3198 * easymenu.el (easy-menu-remove):
|
|
3199 Account for accelerators.
|
|
3200
|
|
3201 * extents.el:
|
|
3202 * extents.el (extent-list): New args, like in map-extents.
|
|
3203 * extents.el (extent-at-event): New.
|
|
3204 * extents.el (extents-at-event): New.
|
|
3205
|
|
3206 * font-lock.el:
|
|
3207 * font-lock.el (font-lock-mode):
|
|
3208 * font-lock.el (font-lock-default-fontify-buffer):
|
|
3209 * font-lock.el (font-lock-default-unfontify-region):
|
|
3210 * font-lock.el (font-lock-fontify-syntactically-region):
|
|
3211 * font-lock.el (font-lock-fontify-keywords-region):
|
|
3212 Use new progress-feedback names.
|
|
3213
|
|
3214 * font-lock.el (java-font-lock-identifier-regexp):
|
|
3215 * font-lock.el (java-font-lock-class-name-regexp):
|
|
3216 Fix bytecompiler warnings.
|
|
3217
|
|
3218 * gutter-items.el:
|
|
3219 * gutter-items.el (progress-display-use-echo-area): Removed.
|
|
3220 * gutter-items.el (progress-feedback-use-echo-area): New.
|
|
3221 * gutter-items.el (progress-display-popup-period): Removed.
|
|
3222 * gutter-items.el (progress-feedback-popup-period): New.
|
|
3223 * gutter-items.el (set-progress-display-style): Removed.
|
|
3224 * gutter-items.el (set-progress-feedback-style): New.
|
|
3225 * gutter-items.el (progress-display-style): Removed.
|
|
3226 * gutter-items.el (progress-feedback-style): New.
|
|
3227 * gutter-items.el (progress-stack):
|
|
3228 * gutter-items.el (progress-displayed-p): Removed.
|
|
3229 * gutter-items.el (progress-feedbacked-p): New.
|
|
3230 * gutter-items.el (clear-progress-display): Removed.
|
|
3231 * gutter-items.el (clear-progress-feedback): New.
|
|
3232 * gutter-items.el (progress-display-clear-when-idle): Removed.
|
|
3233 * gutter-items.el (progress-feedback-clear-when-idle): New.
|
|
3234 * gutter-items.el (remove-progress-display): Removed.
|
|
3235 * gutter-items.el (remove-progress-feedback): New.
|
|
3236 * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
|
|
3237 * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
|
|
3238 * gutter-items.el (append-progress-display): Removed.
|
|
3239 * gutter-items.el (append-progress-feedback): New.
|
|
3240 * gutter-items.el (abort-progress-display): Removed.
|
|
3241 * gutter-items.el (abort-progress-feedback): New.
|
|
3242 * gutter-items.el (raw-append-progress-display): Removed.
|
|
3243 * gutter-items.el (raw-append-progress-feedback): New.
|
|
3244 * gutter-items.el (display-progress-display): Removed.
|
|
3245 * gutter-items.el (display-progress-feedback): New.
|
|
3246 * gutter-items.el (current-progress-display): Removed.
|
|
3247 * gutter-items.el (current-progress-feedback): New.
|
|
3248 * gutter-items.el (current-progress-display-label): Removed.
|
|
3249 * gutter-items.el (current-progress-feedback-label): New.
|
|
3250 * gutter-items.el (progress-display): Removed.
|
|
3251 * gutter-items.el (progress-feedback): New.
|
|
3252 Replace "progress-display" with "progress-feedback" globally.
|
|
3253
|
|
3254 * gutter-items.el (lprogress-display): Removed.
|
|
3255 * gutter-items.el (progress-feedback-with-label): New.
|
|
3256 Rename lprogress-display ==> progress-feedback-with-label.
|
|
3257
|
|
3258 * gutter-items.el (search-dialog-direction): Removed.
|
|
3259 * gutter-items.el (search-dialog-text): Removed.
|
|
3260 * gutter-items.el (search-dialog-callback): Removed.
|
|
3261 * gutter-items.el (make-search-dialog): Removed.
|
|
3262 Move to dialog-items.el.
|
|
3263
|
|
3264 * help.el:
|
|
3265 * help.el (help-mode-quit):
|
|
3266 * help.el (mode-for-help): New.
|
|
3267 * help.el (help-sticky-window): New.
|
|
3268 * help.el (help-window-config): New.
|
|
3269 * help.el (with-displaying-help-buffer):
|
|
3270 * help.el (function-at-event): New.
|
|
3271 * help.el (help-symbol-regexp): New.
|
|
3272 * help.el (help-symbol-run-function-1): New.
|
|
3273 * help.el (help-symbol-run-function): New.
|
|
3274 * help.el (help-symbol-function-context-menu): New.
|
|
3275 * help.el (help-symbol-variable-context-menu): New.
|
|
3276 * help.el (help-symbol-function-and-variable-context-menu): New.
|
|
3277 * help.el (frob-help-extents): New.
|
|
3278 * help.el (describe-function-1):
|
|
3279 * help.el (variable-at-point):
|
|
3280 * help.el (variable-at-event): New.
|
|
3281 * help.el (describe-variable):
|
444
|
3282 Major overhaul.
|
|
3283 - Make functions and variables be mousable.
|
|
3284 - Middle button hyperlinks.
|
442
|
3285 - New context-menu entries.
|
|
3286
|
|
3287 * keydefs.el:
|
444
|
3288 * keydefs.el (global-map):
|
442
|
3289 New key bindings to move lines up and down.
|
|
3290
|
|
3291 * lisp-mode.el:
|
|
3292 * lisp-mode.el (construct-lisp-mode-menu): New.
|
|
3293 * lisp-mode.el (emacs-lisp-mode-popup-menu):
|
|
3294 * lisp-mode.el (lisp-interaction-mode-menubar-menu):
|
|
3295 * lisp-mode.el (emacs-lisp-mode-menubar-menu):
|
|
3296 * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
|
|
3297 Make popup and menubar menus be different. Popup menu uses
|
|
3298 clicked location and automatically assumes symbol under the mouse
|
|
3299 for various commands.
|
|
3300
|
|
3301 * menubar-items.el:
|
|
3302 * menubar-items.el (bookmark-menu-filter): Add accelerators.
|
|
3303 * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
|
|
3304
|
|
3305 * menubar-items.el (global-popup-menu): Removed.
|
|
3306 * menubar-items.el (mode-popup-menu): Removed.
|
|
3307 * menubar-items.el (activate-popup-menu-hook): Removed.
|
|
3308 * menubar-items.el (popup-mode-menu): Removed.
|
|
3309 * menubar-items.el (popup-buffer-menu): Removed.
|
|
3310 * menubar-items.el (popup-menubar-menu): Removed.
|
|
3311 Move to menubar.el.
|
444
|
3312
|
442
|
3313 * menubar.el:
|
|
3314 * menubar.el (global-popup-menu): New.
|
|
3315 * menubar.el (mode-popup-menu): New.
|
|
3316 * menubar.el (activate-popup-menu-hook): New.
|
|
3317 * menubar.el (last-popup-menu-event): New.
|
|
3318 * menubar.el (popup-mode-menu): New.
|
|
3319 * menubar.el (popup-buffer-menu): New.
|
|
3320 * menubar.el (popup-menubar-menu): New.
|
|
3321 * menubar.el (menu-call-at-event): New.
|
|
3322 Move non-content functions here. Add support for context menu
|
|
3323 items on extents.
|
|
3324
|
444
|
3325 * minibuf.el (minibuffer-history-uniquify):
|
442
|
3326 Typo fix.
|
|
3327
|
444
|
3328 * minibuf.el (read-file-name-1):
|
442
|
3329 Call new file dialog box if it exists.
|
|
3330
|
|
3331 * minibuf.el (mouse-rfn-setup-vars):
|
|
3332 Clean up "chop" action.
|
|
3333
|
|
3334 * mouse.el:
|
|
3335 * mouse.el (button2): Now bound to mouse-track.
|
|
3336 * mouse.el (click-inside-extent-p):
|
|
3337 * mouse.el (point-inside-extent-p):
|
|
3338 * mouse.el (point-inside-selection-p):
|
|
3339 * mouse.el (mouse-drag-or-yank): Removed.
|
|
3340 * mouse.el (mouse-begin-drag-n-drop): New.
|
|
3341 * mouse.el (mouse-eval-sexp):
|
|
3342 * mouse.el (mouse-track-activate-strokes): New.
|
|
3343 * mouse.el (mouse-track-do-activate): New.
|
|
3344 * mouse.el (mouse-track):
|
|
3345 * mouse.el (default-mouse-track-event-is-with-button): New.
|
|
3346 * mouse.el (default-mouse-track-cleanup-hook):
|
|
3347 * mouse.el (default-mouse-track-drag-hook):
|
|
3348 * mouse.el (default-mouse-track-drag-up-hook):
|
|
3349 * mouse.el (default-mouse-track-click-hook):
|
|
3350 Merge drag-n-drop into mouse-track.
|
|
3351 Add general "activate" support to replace specific button2 kludges.
|
|
3352 Use "button modifier" support in mouse-track.
|
|
3353
|
|
3354 * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
|
|
3355
|
|
3356 * package-ui.el:
|
|
3357 * package-ui.el (pui-menu):
|
|
3358 * package-ui.el (pui-popup-context-sensitive): Removed.
|
|
3359 Fix bytecompiler warnings.
|
|
3360 Clean up popup code a bit.
|
|
3361
|
|
3362 * select.el (get-selection-no-error): Fix bytecompiler warnings.
|
|
3363
|
|
3364 * simple.el:
|
|
3365 * simple.el (transpose-lines):
|
|
3366 * simple.el (transpose-line-up): New.
|
|
3367 * simple.el (transpose-line-down): New.
|
|
3368 * simple.el (transpose-subr):
|
|
3369 * simple.el (transpose-subr-1): Removed.
|
|
3370 Clean up, add functions to move lines up and down.
|
|
3371
|
|
3372 * startup.el (mail-host-address):
|
|
3373 * startup.el (user-mail-address):
|
|
3374 Customize.
|
|
3375
|
|
3376 * subr.el:
|
|
3377 * subr.el (set-symbol-value-in-buffer): New.
|
|
3378 * subr.el (error):
|
|
3379 * subr.el (check-argument-type):
|
|
3380 * subr.el (defined-error-p): New.
|
|
3381 Add structured error support.
|
|
3382
|
|
3383 * toolbar-items.el (toolbar-compile):
|
|
3384 Use new make-dialog-box.
|
|
3385
|
|
3386 * update-elc.el:
|
|
3387
|
|
3388 * userlock.el (ask-user-about-lock-dbox):
|
|
3389 * userlock.el (ask-user-about-supersession-threat-dbox):
|
|
3390 * userlock.el (ask-user-about-lock):
|
|
3391 * userlock.el (ask-user-about-supersession-threat):
|
|
3392 Use new make-dialog-box.
|
|
3393 Add safety checks; use should use-dialog-box-p.
|
|
3394
|
|
3395 * window-xemacs.el:
|
|
3396 * window-xemacs.el (__buffer-dedicated-frame):
|
|
3397 * window-xemacs.el (buffer-dedicated-frame): New.
|
|
3398 * window-xemacs.el (set-buffer-dedicated-frame): New.
|
|
3399 Move dedicated-frame stuff into lisp.
|
|
3400
|
|
3401 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3402
|
|
3403 * printer.el (generic-print-region): Do not require that
|
|
3404 `printer-name' be set.
|
|
3405 (printer-name): Commentary clarification.
|
|
3406
|
|
3407 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
3408
|
|
3409 * XEmacs 21.2.35 is released.
|
|
3410
|
|
3411 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3412
|
|
3413 * select.el (selection-coercible-types): Initialise.
|
|
3414
|
|
3415 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3416
|
|
3417 * select.el (own-clipboard): Bug fix.
|
|
3418
|
|
3419 2000-07-17 Mike Sperber <mike@xemacs.org>
|
|
3420
|
|
3421 * cus-edit.el (custom-migrate-custom-file): Save init file before
|
|
3422 continuing.
|
|
3423
|
|
3424 2000-07-16 Mike Sperber <mike@xemacs.org>
|
|
3425
|
|
3426 * startup.el (load-init-file): Remove silly call to
|
|
3427 `load-user-custom-file`.
|
|
3428 (maybe-migrate-user-init-file): Minor fixes.
|
|
3429
|
|
3430 2000-07-16 Martin Buchholz <martin@xemacs.org>
|
|
3431
|
444
|
3432 * apropos.el (apropos-documentation-check-doc-file):
|
442
|
3433 `doc' variable should be let-bound, as was presumably intended.
|
|
3434
|
444
|
3435 * cus-edit.el (custom-variable-reset-saved):
|
|
3436 (custom-variable-reset-standard):
|
442
|
3437 Remove unused variable comment-widget. Twice.
|
|
3438
|
444
|
3439 * toolbar.el (toolbar-blank-press-function):
|
442
|
3440 Add a real defvar with initial value nil and proper docstring.
|
|
3441 (press-toolbar-button): No need to check for boundp-ness anymore.
|
|
3442
|
|
3443 * rect.el (open-rectangle-line): Remove useless (let) form.
|
|
3444 Add defvar for pending-delete-mode.
|
|
3445
|
|
3446 * info.el (Info-find-node): This function needs an autoload cookie.
|
|
3447
|
444
|
3448 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
|
442
|
3449 Use let* since the second form referred to the first.
|
|
3450
|
|
3451 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3452
|
|
3453 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
|
|
3454 instead of removed `mswindows-get-clipboard'.
|
|
3455
|
|
3456
|
|
3457 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3458
|
|
3459 * select.el (select-convert-from-text): New.
|
|
3460 * select.el (select-convert-from-length): New.
|
|
3461 * select.el (select-convert-from-integer): New.
|
|
3462 * select.el (select-convert-from-identity): New.
|
|
3463 * select.el (select-convert-from-filename): New.
|
|
3464 * select.el (selection-converter-in-alist): Use them.
|
|
3465 New converter functions for X.
|
|
3466
|
|
3467 * select.el (get-selection): Removed comment.
|
|
3468
|
|
3469 * select.el (own-selection): Removed append code - I thought
|
|
3470 I'd already done this, but apparently not...
|
|
3471
|
|
3472 * select.el: Changed comment about TIMESTAMP.
|
|
3473
|
|
3474 * select.el (select-convert-in): New.
|
|
3475 * select.el (select-convert-out): New.
|
|
3476 New functions that get used by select.c.
|
|
3477
|
|
3478 * select.el (select-buffer-killed-default): New.
|
|
3479 * select.el (select-buffer-killed-text): New.
|
|
3480 * select.el (selection-buffer-killed-alist): New.
|
|
3481 New list and functions that get called if a relevant selection
|
|
3482 exists and a buffer gets killed.
|
|
3483
|
|
3484 * select.el (select-convert-to-targets):
|
|
3485 * select.el (select-convert-to-identity): Removed.
|
|
3486 * select.el (select-convert-from-identity): Removed.
|
|
3487 * select.el (select-converter-out-alist):
|
|
3488 Removed _EMACS_INTERNAL selection type.
|
|
3489
|
|
3490 * x-select.el (xselect-kill-buffer-hook): Removed.
|
|
3491 * x-select.el (xselect-kill-buffer-hook-1): Removed.
|
|
3492 Removed this X-specific nonesense. Use the generic support
|
|
3493 in select.el instead.
|
|
3494
|
|
3495 2000-07-15 Martin Buchholz <martin@xemacs.org>
|
|
3496
|
444
|
3497 * mule/mule-category.el (defined-category-hashtable):
|
442
|
3498 Use make-hash-table instead of make-hashtable
|
|
3499
|
|
3500 * buff-menu.el: Byte-compiler warning fix.
|
|
3501
|
444
|
3502 * isearch-mode.el (isearch-highlight-all-cleanup):
|
442
|
3503 Remove unused variable `isearch-highlight-all-start'.
|
|
3504
|
|
3505 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
|
|
3506
|
|
3507 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
|
|
3508
|
444
|
3509 * cus-dep.el (Custom-make-dependencies):
|
442
|
3510 Add autoload cookie for custom-add-loads to generated custom-load.el.
|
|
3511
|
|
3512 * autoload.el (autoload-package-name): Warning suppression.
|
|
3513 Move defvar prior to first use.
|
|
3514
|
|
3515 * custom.el: Add autoload for custom-declare-face.
|
|
3516 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
444
|
3517 * cl.el (cl-hack-byte-compiler):
|
442
|
3518 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
|
|
3519 to work properly.
|
|
3520
|
|
3521 2000-07-08 Mike Sperber <mike@xemacs.org>
|
|
3522
|
|
3523 * startup.el (load-home-init-file): Added variable.
|
|
3524 (maybe-migrate-user-init-file): Added.
|
|
3525 (load-user-init-file): Load custom file if different from init
|
|
3526 file.
|
|
3527
|
|
3528 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
|
|
3529 "startup."
|
|
3530
|
|
3531 * cus-edit.el (custom-migrate-custom-file): Added for migration.
|
|
3532 Moved `custom-file'-related code to cus-file.el.
|
|
3533
|
|
3534 * cus-file.el: New file.
|
|
3535
|
|
3536 2000-04-01 Mike Sperber <mike@xemacs.org>
|
|
3537
|
|
3538 * packages.el (packages-find-package-directories): Added support
|
|
3539 for external package hierarchies with in-place installations.
|
|
3540
|
|
3541 * find-paths.el (paths-root-in-place-p): Added.
|
|
3542 (paths-find-emacs-directory): Added support for external
|
|
3543 directories with in-place installations.
|
|
3544 (paths-find-site-directory): Ditto.
|
|
3545
|
|
3546 * startup.el (find-user-init-file): Also look for
|
|
3547 ~/.xemacs/init.elc? in preference to ~/.emacs.
|
|
3548
|
|
3549 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
|
|
3550
|
|
3551 * select.el (own-selection):
|
|
3552 * select.el (own-clipboard): Changed `append' parameter to
|
|
3553 `how-to-use' parameter.
|
|
3554 * select.el (own-selection): Removed icky append code.
|
|
3555 * select.el (own-selection, get-selection): Removed extra type
|
|
3556 checking.
|
|
3557 * select.el (selection-appender-alist):
|
|
3558 * select.el (selection-converter-{in|out}-alist): Initialise.
|
|
3559 * select.el (select-append-to-*): New.
|
|
3560 * select.el (select-convert-from-*): New. New functions to append
|
|
3561 data and convert data from external type.
|
|
3562
|
|
3563 2000-07-12 Stef Epardaud <stef@lunatech.com>
|
|
3564
|
|
3565 * font-lock.el: Javadoc enhancements.
|
|
3566
|
|
3567 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
3568
|
|
3569 * printer.el (generic-print-region): Compose job name from buffer
|
|
3570 name.
|
|
3571
|
|
3572 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3573
|
|
3574 * font-lock.el (font-lock-fontify-pending-extents): Call
|
|
3575 font-lock-fontify-region instead of font-lock-fontify-buffer
|
|
3576 to avoid unnecessary progress gauges.
|
|
3577
|
|
3578 2000-07-06 Craig Lanning <lanning@scra.org>
|
|
3579
|
|
3580 * custom-load.el (faces):
|
|
3581
|
|
3582 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
|
|
3583 dir is a regex.
|
|
3584
|
|
3585 * process.el (call-process-internal): from Dan Holmsand, use binary
|
|
3586 coding systems so that jka-compr works.
|
|
3587
|
|
3588 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
3589
|
|
3590 * font-lock.el: Undo previous change. Unfortunately, some
|
|
3591 files actually use the variables directly in their init code
|
|
3592 without quoting them.
|
|
3593
|
|
3594 2000-07-07 Ben Wing <ben@xemacs.org>
|
|
3595
|
|
3596 * font-lock.el (defvar font-lock-*-face): Removed.
|
|
3597
|
|
3598 * font-lock.el (font-lock-apply-highlight): Bind these face vars
|
|
3599 only when necessary.
|
|
3600
|
|
3601 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
|
444
|
3602
|
442
|
3603 * cl-macs.el: fix cl-transform-function-property kludge
|
|
3604 so that it does not require a random feature.
|
|
3605
|
|
3606 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3607
|
|
3608 * files.el (auto-mode-alist): allow .make extension for Makefiles,
|
|
3609 as in Linux kernel "Rules.make".
|
|
3610
|
|
3611 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
3612
|
|
3613 * build-report.el (build-report): Add autoload cookie.
|
|
3614
|
|
3615 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
|
|
3616
|
|
3617 * package-ui.el (defgroup pui): Correct a misspelling
|
|
3618 (pui-toggle-package-delete): Change `seleted' to `selected'
|
444
|
3619
|
442
|
3620 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
3621
|
444
|
3622 * package-get.el (package-get-update-base):
|
442
|
3623 (package-get): Use insert-file-contents-literally always.
|
|
3624 (package-get-maybe-save-index):
|
|
3625 Force coding system for writing to binary.
|
|
3626
|
|
3627 2000-06-08 Mike Alexander <mta@arbortext.com>
|
|
3628
|
|
3629 * code-process.el (call-process-region): If there is no coding
|
|
3630 system for the process on process-coding-system-alist use the
|
|
3631 coding system of the buffer containing the region.
|
|
3632
|
|
3633 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
3634
|
|
3635 * cmdloop.el (command-error):
|
|
3636 If debug-on-error and noninteractive, output backtrace.
|
|
3637
|
|
3638 * files.el (file-relative-name):
|
|
3639 Remove MSDOS references.
|
|
3640
|
|
3641 * simple.el (line-number): New function, due to non-obvious
|
|
3642 behavior/usage of count-lines.
|
|
3643
|
|
3644 * simple.el (count-lines): document non-obvious usage to get
|
|
3645 line number.
|
|
3646
|
|
3647 2000-06-11 Ben Wing <ben@xemacs.org>
|
|
3648
|
|
3649 * faces.el ((featurep 'xpm)):
|
|
3650 * x-faces.el (x-init-face-from-resources):
|
|
3651 * x-faces.el (x-init-frame-faces):
|
|
3652 * x-misc.el (x-init-specifier-from-resources):
|
|
3653 * x-misc.el (x-get-resource-and-bogosity-check):
|
|
3654 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
|
|
3655 * x-mouse.el (x-init-pointer-shape):
|
|
3656 * x-scrollbar.el (x-init-scrollbar-from-resources):
|
|
3657 Add sixth argument to x-get-resource calls so as to issue warnings
|
|
3658 rather than errors on bogus arguments.
|
|
3659
|
|
3660 2000-06-05 Ben Wing <ben@xemacs.org>
|
|
3661
|
|
3662 * compat.el: new file. provides a clean, non-intrusive way to
|
|
3663 define compatibility functions.
|
|
3664
|
|
3665 * process.el (shell-quote-argument): temporary fix for lack
|
|
3666 of nt-quote-process-args. #### I need to put back the overall
|
|
3667 structure of that mechanism but redo the guts of it using the
|
|
3668 extra intelligence in the C code.
|
|
3669
|
|
3670 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3671
|
|
3672 * package-info.el (pi-md5sum): Calculate MD5 sum just like
|
|
3673 `package-get' does in package-get.el, instead of using external
|
|
3674 "md5sum" program.
|
|
3675
|
|
3676 * package-get.el (package-get): Insert package file literally to
|
|
3677 make checksum calculation work.
|
|
3678
|
|
3679 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
|
|
3680
|
|
3681 * code-files.el (convert-mbox-coding-system): Deleted.
|
|
3682 (file-coding-system-alist): Removed reference to
|
|
3683 convert-mbox-coding-system.
|
|
3684
|
|
3685 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
3686
|
|
3687 * XEmacs 21.2.34 is released.
|
|
3688
|
|
3689 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3690
|
|
3691 * font-lock.el (font-lock-keywords): Rewrote docstring
|
|
3692
|
|
3693 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
3694
|
|
3695 * loadhist.el (unload-feature): handle case where x is both boundp
|
|
3696 and fboundp
|
|
3697
|
|
3698 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
|
|
3699
|
|
3700 * packages.el: It's ok to use built-in macros, but not lisp
|
|
3701 defined ones.
|
|
3702
|
|
3703 2000-05-20 Ben Wing <ben@xemacs.org>
|
|
3704
|
|
3705 * font-lock.el:
|
|
3706 * font-lock.el (font-lock-message-threshold):
|
|
3707 * font-lock.el (font-lock-mode):
|
|
3708 * font-lock.el (font-lock-default-fontify-buffer):
|
|
3709 * font-lock.el (font-lock-always-fontify-immediately):
|
|
3710 * font-lock.el (font-lock-old-extent): Removed.
|
|
3711 * font-lock.el (font-lock-old-len): Removed.
|
|
3712 * font-lock.el (font-lock-fontify-glumped-region): Removed.
|
|
3713 * font-lock.el (font-lock-pending-extent-table): New.
|
|
3714 * font-lock.el (font-lock-range-table): New.
|
|
3715 * font-lock.el (font-lock-after-change-function):
|
|
3716 * font-lock.el (font-lock-after-change-function-1): Removed.
|
|
3717 * font-lock.el (font-lock-fontify-pending-extents): New.
|
|
3718 * font-lock.el ('font-lock-revert-cleanup): Removed.
|
|
3719 * font-lock.el ('font-lock-revert-setup): Removed.
|
|
3720 Rewrite deferral code to handle any number of changes, merging
|
|
3721 them properly. Remove hacked-up code for revert-buffer, now
|
|
3722 unnecessary.
|
444
|
3723
|
442
|
3724 * menubar-items.el (default-menubar):
|
|
3725 In Options->Edit Init File, don't switch to emacs-lisp-mode
|
|
3726 unless necessary; doing this turns off font-lock.
|
|
3727
|
|
3728 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3729
|
|
3730 * keydefs.el: Define C-x BS to backward-kill-sentence.
|
|
3731
|
|
3732 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3733
|
|
3734 * files.el (hack-local-variables-prop-line): Use non-greedy
|
|
3735 matching to process -*-texinfo-*- -*-.
|
|
3736
|
|
3737 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
3738
|
|
3739 * minibuf.el (minibuf-directory-files): new function.
|
|
3740 (read-file-name-activate-callback): use minibuf-directory-files.
|
|
3741 (read-directory-name-internal): ditto.
|
|
3742 (mouse-file-display-completion-list): ditto.
|
|
3743 (mouse-directory-display-completion-list): ditto.
|
|
3744 (read-file-name-internal): remove "./" from completion list unless
|
|
3745 explicitly matched, for consistency.
|
|
3746
|
|
3747 2000-05-11 Ben Wing <ben@xemacs.org>
|
|
3748
|
|
3749 * gutter-items.el (gutter-buffers-tab):
|
|
3750 * gutter-items.el (add-tab-to-gutter):
|
|
3751 * gutter-items.el (update-tab-in-gutter):
|
|
3752 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
|
|
3753 * gutter-items.el (append-progress-display):
|
|
3754 * gutter-items.el (abort-progress-display):
|
|
3755 * gutter-items.el (raw-append-progress-display):
|
|
3756 Further fixes. Use set-glyph-image not set-image-instance-property,
|
|
3757 to fix problems with multiple windows in a frame.
|
444
|
3758
|
442
|
3759 * menubar-items.el (tutorials-menu-filter):
|
|
3760 Fix typo.
|
444
|
3761
|
442
|
3762 * startup.el (early-error-handler):
|
|
3763 Display message box under windows; otherwise, message will disappear
|
|
3764 before it can be viewed.
|
444
|
3765
|
442
|
3766 * update-elc.el:
|
|
3767 Fix bug in NEEDTODUMP processing.
|
|
3768
|
|
3769 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3770
|
|
3771 * startup.el (lock-directory): Removed.
|
|
3772 (superlock-file): Ditto.
|
|
3773 (startup-set-paths): Remove lockdir.
|
|
3774 (startup-setup-paths-warning): Remove lock-directory.
|
|
3775
|
|
3776 * setup-paths.el (paths-find-lock-directory): Removed.
|
|
3777 (paths-find-superlock-file): Ditto.
|
|
3778
|
|
3779 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
3780
|
|
3781 * faces.el (set-face-property):
|
|
3782 * faces.el (set-face-font):
|
|
3783 * faces.el (set-face-foreground):
|
|
3784 * faces.el (set-face-background):
|
|
3785 * faces.el (set-face-background-pixmap):
|
|
3786 * faces.el (set-face-underline-p):
|
|
3787 * faces.el (set-face-strikethru-p):
|
|
3788 * faces.el (set-face-highlight-p):
|
|
3789 * faces.el (set-face-dim-p):
|
|
3790 * faces.el (set-face-blinking-p):
|
|
3791 * faces.el (set-face-reverse-p):
|
|
3792 doc string changes.
|
444
|
3793
|
442
|
3794 * glyphs.el:
|
|
3795 * glyphs.el (make-image-specifier):
|
|
3796 * glyphs.el (glyph-property):
|
|
3797 * glyphs.el (set-glyph-image):
|
|
3798 * glyphs.el (make-glyph):
|
|
3799 * glyphs.el (make-pointer-glyph):
|
|
3800 * glyphs.el (make-icon-glyph):
|
|
3801 * glyphs.el (widget-image-instance-p): New.
|
|
3802 authorship info, lots of doc changes. New predicate, inadvertently
|
|
3803 omitted. the general principle with specifier docs is now that
|
|
3804 the description of instantiators should go with the make-foo-specifier
|
|
3805 fun's doc string, rather than in foo-specifier-p. this follows
|
|
3806 conventions elsewhere in XEmacs and in general is a lot more obvious
|
|
3807 of a place to look. sometimes the make-foo-specifier function needs
|
|
3808 to be created in the process.
|
444
|
3809
|
442
|
3810 * gutter.el:
|
|
3811 * gutter.el (make-gutter-specifier): New.
|
|
3812 * gutter.el (make-gutter-size-specifier): New.
|
|
3813 * gutter.el (make-gutter-visible-specifier): New.
|
|
3814 specifier doc updates according to the conventions specified before.
|
|
3815
|
|
3816 * objects.el:
|
|
3817 * objects.el (make-font-specifier):
|
|
3818 * objects.el (make-color-specifier):
|
|
3819 * objects.el (make-face-boolean-specifier): New.
|
|
3820 specifier doc updates according to the conventions specified before.
|
|
3821
|
|
3822 * specifier.el:
|
|
3823 * specifier.el (set-specifier):
|
|
3824 * specifier.el (make-integer-specifier): New.
|
|
3825 * specifier.el (make-boolean-specifier): New.
|
|
3826 * specifier.el (make-natnum-specifier): New.
|
|
3827 * specifier.el (make-generic-specifier): New.
|
|
3828 * specifier.el (make-display-table-specifier): New.
|
|
3829 specifier doc updates according to the conventions specified before.
|
|
3830
|
|
3831 * toolbar.el:
|
|
3832 * toolbar.el (make-toolbar-specifier): New.
|
|
3833 specifier doc updates according to the conventions specified before.
|
|
3834
|
|
3835 2000-05-09 Ben Wing <ben@xemacs.org>
|
|
3836
|
|
3837 * process.el (call-process-internal): Revert to previous version
|
|
3838 because Mike's change clashed with a change I did not long before.
|
|
3839 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
|
|
3840 Thanks very much Mike for pointing out the bug and submitting a
|
|
3841 patch!
|
|
3842
|
|
3843 2000-04-13 Mike Alexander <mta@arbortext.com>
|
|
3844
|
|
3845 * process.el (call-process-internal): Send the correct input buffer
|
|
3846 (call-process-internal): Return the exit status of the process
|
|
3847
|
|
3848 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
3849
|
|
3850 * winnt.el:
|
|
3851 * winnt.el (nt-quote-args-verbatim): Removed.
|
|
3852 * winnt.el (nt-quote-args-prefix-quote): Removed.
|
|
3853 * winnt.el (nt-quote-args-backslash-quote): Removed.
|
|
3854 * winnt.el (nt-quote-args-double-quote): Removed.
|
|
3855 * winnt.el (nt-quote-args-functions-alist): Removed.
|
|
3856 * winnt.el (nt-quote-process-args): Removed.
|
|
3857 Remove all stuff for argument quoting. We borrow the code instead
|
|
3858 from Emacs 20.6, which is much more careful in its quoting
|
|
3859 (e.g. in handling runs of the escape character) and avoids most of
|
|
3860 the need for this Lisp mechanism by checking to see whether we're
|
|
3861 running a Cygwin or normal program and doing the appropriate
|
|
3862 quoting. If we end up needing such a mechanism, we should add
|
|
3863 it by extending the variable `mswindows-quote-process-args' so it
|
|
3864 can take an alist of regexps.
|
|
3865
|
|
3866 2000-05-07 Ben Wing <ben@xemacs.org>
|
|
3867
|
|
3868 * keydefs.el:
|
|
3869 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
|
|
3870 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
|
|
3871 the window without moving point.
|
444
|
3872
|
442
|
3873 * simple.el:
|
|
3874 * simple.el (scroll-up-one): New.
|
|
3875 * simple.el (scroll-down-one): New.
|
|
3876 Functions for use with C-M-up/down.
|
|
3877
|
|
3878 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
3879
|
|
3880 * XEmacs 21.2.33 is released.
|
|
3881
|
|
3882 2000-04-29 Martin Buchholz <martin@xemacs.org>
|
|
3883
|
444
|
3884 * dialog.el (yes-or-no-p-dialog-box):
|
442
|
3885 Fix docstring.
|
444
|
3886 Fix following horrible bug in X11 mode with focus-follows-mouse:
|
442
|
3887 1. Visit two files in two different frames.
|
|
3888 2. do File->Revert Buffer in one of those frames.
|
|
3889 3. Dialog box appears.
|
|
3890 4. Arrange things so that the mouse passes over the *other*
|
|
3891 frame, then to the dialog box, and click on "Yes".
|
|
3892 5. The file contents end up in the *wrong* buffer!
|
|
3893 Add TODO comment.
|
444
|
3894
|
442
|
3895 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
3896
|
|
3897 * help.el (describe-installation): correct typo introduced
|
|
3898 in last patch: boundp -> fboundp.
|
|
3899
|
|
3900 * etags.el (buffer-tag-table-list):
|
|
3901 canonicalize filenames to Unix format so that tag-table-alist
|
|
3902 searching works under Windows.
|
444
|
3903
|
442
|
3904 * autoload.el:
|
|
3905 Bowdlerize the supposedly objectionable words
|
|
3906 "who couldn't quite manage to cleanly modify batch-update-autoloads".
|
444
|
3907
|
442
|
3908 * gutter-items.el (set-progress-display-style):
|
|
3909 * gutter-items.el (search-dialog-callback):
|
|
3910 * gutter-items.el (make-search-dialog):
|
|
3911 Change to new callback-ex api.
|
|
3912
|
763
|
3913 2000-04-26 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
3914
|
|
3915 * help.el: (describe-installation): decode-coding-string is not
|
|
3916 defined in a non MULE environment.
|
|
3917
|
|
3918 2000-04-28 Ben Wing <ben@xemacs.org>
|
|
3919
|
|
3920 * gutter-items.el (buffer-list-changed-hook):
|
|
3921 use it, not record-buffer-hook.
|
|
3922
|
|
3923 * subr.el (record-buffer-hook): Removed.
|
|
3924
|
|
3925 2000-04-27 Ben Wing <ben@xemacs.org>
|
|
3926
|
|
3927 * gutter-items.el (buffers-tab-switch-to-buffer): do not
|
|
3928 use NORECORD option. Andy will not like this, but the existing
|
|
3929 gutter behavior is just wrong, as per this comment:
|
|
3930
|
|
3931 ;; this used to add the norecord flag to both calls below.
|
|
3932 ;; this is bogus because it is a pervasive assumption in XEmacs
|
|
3933 ;; that the current buffer is at the front of the buffers list.
|
|
3934 ;; for example, select an item and then do M-C-l
|
|
3935 ;; (switch-to-other-buffer). Things get way confused.
|
|
3936 ;;
|
|
3937 ;; Andy, if you want to maintain the current look, you must
|
|
3938 ;; *uncouple* the gutter order and buffers order.
|
|
3939
|
|
3940 * loaddefs.el (completion-ignored-extensions): unfuckify.
|
|
3941
|
|
3942 * bytecomp.el (batch-byte-compile-one-file): new function, used in
|
|
3943 xemacs.mak.
|
|
3944
|
|
3945 * autoload.el (batch-update-one-directory): new function, used in
|
|
3946 xemacs.mak.
|
|
3947
|
|
3948 * loadup.el: set gc-cons-threshold very high unless dumping --
|
|
3949 loadup during update-elc is much much much faster. also do this
|
|
3950 when quick-building.
|
|
3951
|
|
3952 add commented-out code for profiling loadup.
|
444
|
3953
|
442
|
3954
|
|
3955 * update-elc.el (preloaded-file-list): add bytecomp.el, since it
|
|
3956 is required in order to build xemacs.
|
|
3957
|
|
3958 2000-04-26 Ben Wing <ben@xemacs.org>
|
|
3959
|
|
3960 * loadup.el: don't garbage collect during loadup if quick-build
|
|
3961 compile-time option is set.
|
|
3962
|
|
3963 2000-04-23 Ben Wing <ben@xemacs.org>
|
|
3964
|
|
3965 * update-elc.el: compute whether any dumped .el or .elc files
|
|
3966 are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
|
|
3967 if so.
|
444
|
3968
|
442
|
3969 * update-elc.el (update-elc-files-to-compile): always change
|
|
3970 NOBYTECOMPILE in the src directory rather than current dir,
|
|
3971 so it will work under NT.
|
|
3972
|
|
3973 * autoload.el (autoload-trim-file-name): canonicalize to slashes so
|
|
3974 the form of this file is identical between Unix and Windows.
|
|
3975 (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
|
|
3976 Added comment.
|
|
3977 (update-autoloads-from-directory): updated doc string.
|
|
3978 updated doc strings in a few other places.
|
|
3979
|
|
3980 2000-04-18 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3981
|
|
3982 * bytecomp.el (byte-force-recompile): Fix argument to
|
|
3983 byte-recompile-directory.
|
|
3984
|
|
3985 2000-04-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3986
|
|
3987 * gutter-items.el (progress-display-clear-when-idle): Use
|
|
3988 add-one-shot-hook.
|
|
3989 * gutter-items.el (clear-progress-display): Adjust number of
|
|
3990 arguments.
|
|
3991
|
|
3992 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
3993
|
|
3994 * dumped-lisp.el (preloaded-file-list): Always dump select.el.
|
|
3995
|
|
3996 2000-04-16 Ben Wing <ben@xemacs.org>
|
|
3997
|
|
3998 * printer.el: New file.
|
444
|
3999
|
442
|
4000 * dumped-lisp.el (preloaded-file-list): Declare printer.el.
|
444
|
4001
|
442
|
4002 * help.el (describe-installation): Fix decoding for Windows.
|
444
|
4003
|
442
|
4004 * menubar-items.el:
|
|
4005 * menubar-items.el (default-menubar):
|
|
4006 * menubar-items.el (tutorials-menu-filter): New.
|
|
4007 * menubar-items.el (popup-menubar-menu):
|
|
4008 Add authorship. Redo Help menu and Tutorials filter.
|
444
|
4009
|
442
|
4010 * menubar.el: Correct comment.
|
444
|
4011
|
442
|
4012 * modeline.el (modeline-buffer-identification): Correct doc string.
|
444
|
4013
|
442
|
4014 * simple.el:
|
|
4015 * simple.el (printing): Removed.
|
|
4016 * simple.el (printer-name): Removed.
|
|
4017 * simple.el (generic-print-buffer): Removed.
|
|
4018 * simple.el (generic-print-region): Removed.
|
|
4019 Move generic print code to printer.el.
|
|
4020
|
|
4021 2000-04-15 Ben Wing <ben@xemacs.org>
|
|
4022
|
|
4023 * simple.el (generic-print-region): New.
|
|
4024 make this function actually work.
|
|
4025 (generic-print-buffer): call generic-print-region.
|
|
4026
|
|
4027 2000-04-14 Andy Piper <andy@xemacs.org>
|
|
4028
|
|
4029 * gutter-items.el (make-search-dialog): avoid unnecessary futzing
|
|
4030 by using the new widget-callback-current-channel.
|
|
4031 (search-dialog-callback): ditto.
|
|
4032
|
|
4033 2000-04-12 Andy Piper <andy@xemacs.org>
|
|
4034
|
|
4035 * gutter.el (default-gutter-position): moved from gutter-items.el.
|
|
4036 (default-gutter-position-changed-hook): ditto.
|
|
4037 (gutter-element-visibility-changed-hook): ditto.
|
|
4038 (set-gutter-element): ditto.
|
|
4039 (remove-gutter-element): ditto.
|
444
|
4040 (set-gutter-element-visible-p): ditto.
|
442
|
4041 (gutter-element-visible-p): ditto.
|
|
4042 (init-gutter): ditto.
|
|
4043
|
|
4044 * dialog.el (make-dialog-box): renamed and moved from
|
|
4045 gutter-items.el
|
|
4046
|
|
4047 * gutter-items.el: move various functions elsewhere.
|
|
4048
|
|
4049 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
4050
|
|
4051 * menubar-items.el: Fixed place of parenthesis.
|
|
4052
|
|
4053 2000-04-12 Ben Wing <ben@xemacs.org>
|
|
4054
|
|
4055 * etags.el (find-tag-at-point): New. Lets you do find-tag
|
|
4056 without constantly being prompted for the tag.
|
|
4057 * simple.el: Added a number of section headings, to clarify the
|
|
4058 organization of this file.
|
444
|
4059 * simple.el (activate-region):
|
|
4060 * simple.el (region-exists-p):
|
|
4061 * simple.el (region-active-p):
|
442
|
4062 Moved these three function down to the other side of
|
|
4063 the case-changing functions, so they join the rest of
|
|
4064 the region code.
|
|
4065 * simple.el (printing): New.
|
|
4066 * simple.el (printer-name): New.
|
|
4067 * simple.el (generic-print-buffer): New.
|
|
4068 New functions, a very simple prototype for a unified
|
|
4069 printing interface.
|
444
|
4070
|
442
|
4071 * process.el (call-process-internal): Real fix for null BUFFER,
|
|
4072 other problems with BUFFER specs.
|
444
|
4073
|
442
|
4074 * menubar-items.el:
|
|
4075 Fixed up File->Print to use new printing functions.
|
|
4076 Various corrections and expansions to Grep/Compile menus.
|
|
4077 New options for Printing.
|
|
4078 New options for SMTP Mail, the way to send mail under
|
|
4079 MS Windows. (There's also a package patch to make SMTP
|
|
4080 Mail be the default under MSWin.)
|
|
4081
|
|
4082 2000-04-09 Jeff Miller <jmiller@cablespeed.com>
|
|
4083
|
|
4084 * menubar-items.el: Selecting Rectangle Mousing from menubar
|
|
4085 did not work. Needed to quote mouse-track-rectangle-p.
|
|
4086
|
|
4087 2000-04-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4088
|
|
4089 * cl-compat.el (keywordp): Removed.
|
|
4090
|
|
4091 2000-04-05 Andy Piper <andy@xemacs.org>
|
|
4092
|
|
4093 * gutter-items.el (progress-layout-glyph): don't initialize here.
|
|
4094 (progress-gauge-glyph): use dynamic sizing.
|
|
4095 (set-progress-display-style): new function. Set progress glyphs
|
|
4096 appropriately depending on the style.
|
|
4097 (progress-display-style): new variable. Custom version of
|
|
4098 set-progress-display-style.
|
|
4099 (progress-abort-glyph): switch to dynamic sizes.
|
|
4100 (search-dialog-text): make the edit field active.
|
|
4101
|
|
4102 2000-04-04 Andy Piper <andy@xemacs.org>
|
|
4103
|
|
4104 * gutter-items.el (make-search-dialog): need to make the search
|
|
4105 dialog visible after creation.
|
|
4106
|
|
4107 * menubar-items.el (default-menubar): use the search dialog for
|
|
4108 searching. Remove some extraneous search menu items.
|
|
4109
|
|
4110 * gutter-items.el (set-gutter-element): allow glyphs to be used as
|
|
4111 well as strings.
|
|
4112 (make-gutter-only-dialog-frame): allow the user to create the
|
|
4113 frame unmapped. Allow the gutter spec to be given as a glyph.
|
|
4114 (search-dialog-direction): new variable.
|
|
4115 (search-dialog-text): new variable.
|
|
4116 (search-dialog-callback): new function. Callback for the search
|
|
4117 dialog action.
|
|
4118 (make-search-dialog): new function. Create a user-friendly search
|
|
4119 dialog.
|
|
4120
|
|
4121 2000-04-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4122
|
|
4123 * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
|
|
4124 under Windows.
|
|
4125
|
|
4126 2000-04-01 Andy Piper <andy@xemacs.org>
|
|
4127
|
|
4128 * font-lock.el (font-lock-fontify-keywords-region): Calculate
|
|
4129 progress more accurately.
|
|
4130
|
|
4131 2000-02-02 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
4132
|
|
4133 * finder.el (finder-compile-keywords): Process readable files only.
|
|
4134 Because error in process of .#finder-inf.el when compile xemacs
|
|
4135 with --with-clash-detection option.
|
|
4136
|
|
4137 2000-03-31 Andy Piper <andy@xemacs.org>
|
|
4138
|
|
4139 * gutter-items.el (append-progress-display): don't delay after a
|
|
4140 successful font-lock.
|
|
4141 (make-gutter-only-dialog-frame): new function. Allow users to
|
|
4142 create gutter-only dialogs.
|
|
4143
|
|
4144 2000-03-27 Mike Alexander <mta@arbortext.com>
|
|
4145
|
|
4146 * process.el (call-process-internal): Handle a null BUFFER
|
|
4147 parameter correctly.
|
|
4148
|
|
4149 2000-03-28 Andy Piper <andy@xemacs.org>
|
|
4150
|
|
4151 * gutter-items.el (abort-progress-display): put strings in the
|
|
4152 gutter not extents.
|
|
4153 (progress-layout-glyph): signal special 'quit callback.
|
|
4154 (progress-display-quit-function): deleted.
|
|
4155 (progress-display-stop-callback): deleted.
|
|
4156 (progress-display-dispatch-command-events): deleted.
|
|
4157 (append-progress-display): remove calls to
|
|
4158 progress-display-dispatch-command-events.
|
|
4159 (raw-append-progress-display): ditto.
|
|
4160
|
|
4161 2000-03-23 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4162
|
|
4163 * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
|
|
4164 being a list. Actually define `stipple-pixmap-p' which is used as
|
|
4165 an error predicate. Correctly handle PIXMAP being either relative
|
|
4166 or absolute file name.
|
|
4167
|
|
4168 2000-03-24 Andy Piper <andy@xemacs.org>
|
|
4169
|
|
4170 * gutter-items.el (add-tab-to-gutter): use copy-sequence.
|
|
4171 (abort-progress-display): ditto. Don't delete the created extent.
|
|
4172 (raw-append-progress-display): ditto.
|
|
4173 (progress-display-dispatch-non-command-events): new
|
|
4174 function. Encapsulates what we want to do when no command input is
|
|
4175 required.
|
|
4176 (progress-display-dispatch-command-events): likewise, but disable
|
|
4177 for now since it causes too many problems.
|
|
4178 (append-progress-display): use them.
|
|
4179 (raw-append-progress-display): ditto.
|
|
4180 (default-gutter-position-changed-hook): set this rather than
|
|
4181 default-gutter-position-changed.
|
|
4182 (default-gutter-position-changed-hook): lambda with zero arguments
|
|
4183 rather than one.
|
|
4184 (raw-append-progress-display): trap errors in pending input since
|
|
4185 allowing them to signal will hose the gauge well and
|
|
4186 truly. Ideally we would like to delay these until we are more able
|
|
4187 to cope.
|
|
4188 (append-progress-display): ditto.
|
|
4189
|
|
4190 2000-03-20 Jeff Miller <jmiller@cablespeed.com>
|
444
|
4191
|
442
|
4192 * lisp/make-docfile.el: call-process-internal is now implemented
|
|
4193 in process.el.
|
|
4194
|
|
4195 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
4196
|
444
|
4197 * mule\mule-cmds.el (set-language-info-alist):
|
442
|
4198 Fix to correspond to new menu arrangement.
|
|
4199
|
|
4200 2000-03-21 Ben Wing <ben@xemacs.org>
|
|
4201
|
|
4202 * process.el:
|
|
4203 * process.el (call-process-internal): New.
|
|
4204 New implementation of call-process. Only enabled under NT, so far.
|
|
4205 stderr handling not implemented yet in CVS'd C code.
|
|
4206
|
|
4207 2000-03-20 Ben Wing <ben@xemacs.org>
|
|
4208
|
|
4209 * lisp-mode.el:
|
|
4210 * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
|
|
4211 * lisp-mode.el (lisp-interaction-mode):
|
|
4212 Put back Lisp Interaction menubar for Jan V's sake.
|
444
|
4213
|
442
|
4214 * simple.el:
|
|
4215 * simple.el (mark-ring):
|
|
4216 * simple.el (dont-record-current-mark): New.
|
|
4217 * simple.el (in-shifted-motion-command): New.
|
|
4218 * simple.el (mark-ring-unrecorded-commands): New.
|
|
4219 * simple.el (mark-ring-max):
|
|
4220 * simple.el (set-mark-command):
|
|
4221 * simple.el (push-mark):
|
|
4222 * simple.el (handle-pre-motion-command):
|
|
4223 Implement scheme for not recording unimportant marks.
|
444
|
4224
|
442
|
4225 * subr.el:
|
|
4226 * subr.el (function-allows-args): New.
|
|
4227 New function function-allows-args.
|
|
4228
|
|
4229 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
4230
|
|
4231 * XEmacs 21.2.32 is released.
|
|
4232
|
|
4233 2000-03-20 Andy Piper <andy@xemacs.org>
|
|
4234
|
|
4235 * gutter-items.el (update-tab-in-gutter): force selection of the
|
|
4236 selected-window if required to do so.
|
|
4237 (buffers-tab-items): ditto.
|
|
4238 (add-tab-to-gutter): ditto.
|
|
4239 (create-frame-hook): use force-selection.
|
|
4240 (default-gutter-position-changed): lambdify.
|
|
4241 (update-tab-hook): deleted since it was only used in one place.
|
|
4242
|
|
4243 2000-03-18 Andy Piper <andy@xemacs.org>
|
|
4244
|
|
4245 * files.el (find-file-noselect): undo change that shouldn't have
|
|
4246 gone in.
|
|
4247
|
|
4248 2000-03-17 Andy Piper <andy@xemacs.org>
|
|
4249
|
|
4250 * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
|
|
4251 of selected-window trickery.
|
|
4252
|
|
4253 * gutter-items.el (update-tab-in-gutter): don't give dedicated
|
|
4254 frames tabs.
|
|
4255 (progress-display-stop-callback): progress -> progress-display
|
|
4256 (progress-display-quit-function): ditto.
|
|
4257 (clear-progress-display): ditto.
|
|
4258 (remove-progress-display): ditto.
|
|
4259 (append-progress-display): ditto.
|
|
4260 (abort-progress-display): ditto.
|
|
4261 (raw-append-progress-display): ditto.
|
|
4262 (display-progress-display): ditto.
|
|
4263 (current-progress-display-label): ditto.
|
|
4264 (current-progress-display): ditto.
|
|
4265 (lprogress-display): ditto and save the buffer
|
|
4266 (progress-display): ditto. Otherwise the buffer sometimes gets
|
|
4267 changed which confuses font-lock.
|
|
4268
|
|
4269 * font-lock.el (font-lock-default-fontify-buffer): catch all
|
|
4270 errors, not just quit.
|
|
4271 (font-lock-mode): progress -> display-progress
|
|
4272 (font-lock-default-fontify-buffer): ditto.
|
|
4273 (font-lock-fontify-syntactically-region): ditto.
|
|
4274 (font-lock-fontify-keywords-region): ditto.
|
|
4275
|
|
4276 2000-03-14 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4277
|
|
4278 * cl.el (gensym): Move to here from cl-macs.el.
|
|
4279 (gentemp): Ditto.
|
|
4280
|
|
4281 2000-03-16 Andy Piper <andy@xemacs.org>
|
|
4282
|
|
4283 * font-lock.el (font-lock-mode): use lprogress and friends for
|
|
4284 progress management.
|
|
4285 (font-lock-default-fontify-buffer): ditto.
|
|
4286 (font-lock-fontify-syntactically-region): ditto.
|
|
4287 (font-lock-fontify-keywords-region): ditto.
|
|
4288 (font-lock-revert-cleanup): fix reverting.
|
|
4289 (font-lock-revert-setup): ditto.
|
|
4290
|
|
4291 * gutter-items.el (progress-use-echo-area): new variable. Use the
|
|
4292 echo area for progress gauges if non-nil.
|
|
4293 (clear-progress): remove echo area stuff and defer to
|
|
4294 clear-message.
|
|
4295 (append-progress): dispatch non-command events after each progress
|
|
4296 increment. Remove echo area stuff.
|
|
4297 (abort-progress): remove echo area stuff and defer to
|
|
4298 display-message.
|
|
4299 (raw-append-progress): ditto. Dispatch non-command events after
|
|
4300 gutter redisplay.
|
|
4301 (display-progress): defer echo area stuff to display-message.
|
|
4302
|
|
4303 * gutter-items.el (clear-progress):
|
|
4304 (abort-progress): indentation changes.
|
|
4305 (display-progress): don't clear progress.
|
|
4306 (append-progress): compare messages with equal.
|
|
4307 (raw-append-progress): use dispatch-non-command-events to flush
|
|
4308 widget creation events.
|
|
4309
|
|
4310 2000-03-13 Ben Wing <ben@xemacs.org>
|
|
4311
|
|
4312 * abbrev.el:
|
|
4313 * abbrev.el (abbrev-string-to-be-defined): New.
|
|
4314 * abbrev.el (inverse-abbrev-string-to-be-defined): New.
|
|
4315 Changes for use with the menubar.
|
|
4316
|
|
4317 2000-03-12 Ben Wing <ben@xemacs.org>
|
|
4318
|
|
4319 * alist.el (vassoc): moved here from font-menu.el.
|
|
4320
|
|
4321 * custom.el (defface): typo fix.
|
|
4322
|
|
4323 * dialog.el (yes-or-no-p-dialog-box):
|
|
4324 * dialog.el (message-box):
|
|
4325 * files.el (save-some-buffers-1):
|
|
4326 Put accelerators in the button names.
|
|
4327
|
|
4328 * font-lock.el (font-lock-comment-face):
|
|
4329 * font-lock.el (font-lock-keyword-face):
|
|
4330 * font-lock.el (font-lock-function-name-face):
|
|
4331 Fixed some of the colors under MS Windows because the existing
|
|
4332 default colors were hardly different from black and needed to be
|
|
4333 made lighter.
|
|
4334
|
|
4335 * font-menu.el:
|
|
4336 * font-menu.el (font-menu-split-long-menu):
|
|
4337 * font-menu.el (font-menu-family-constructor):
|
|
4338 * font-menu.el (font-menu-size-constructor):
|
|
4339 * font-menu.el (font-menu-weight-constructor):
|
|
4340 * font-menu.el (font-menu-set-font):
|
|
4341 vassoc moved to alist.el.
|
|
4342 Accelerators added to all menus.
|
|
4343 Unused bound var new-props removed.
|
444
|
4344
|
442
|
4345 * keydefs.el: I did a whole lot of rearranging to put things in a
|
|
4346 more consistent order and fixed a number of cases where key
|
|
4347 combinations involving up, down, left, right and so on were
|
|
4348 defined but the corresponding keypad combinations were not
|
444
|
4349 defined.
|
442
|
4350
|
|
4351 * lisp-mode.el:
|
|
4352 * lisp-mode.el (lisp-interaction-mode-popup-menu):
|
|
4353 * lisp-mode.el (emacs-lisp-mode):
|
|
4354 * lisp-mode.el (lisp-interaction-mode):
|
|
4355 * lisp-mode.el (flet):
|
|
4356 Added accelerators onto the menus.
|
|
4357 Made all the different versions of the let function be indented
|
|
4358 the same way.
|
|
4359 Undid Steve's easy-menu-ification, because it makes it impossible
|
|
4360 to have the menubar and popup menus different.
|
|
4361 Cleaned up the menu; added items for find-function &c and some
|
|
4362 indenting, and removed debug-on-*.
|
|
4363
|
|
4364 * list-mode.el (list-mode-hook):
|
|
4365 * list-mode.el (list-mode):
|
|
4366 * list-mode.el (completion-setup-hook):
|
|
4367 * list-mode.el (display-completion-list):
|
|
4368 Added support for the :window-height keyword, which is required
|
|
4369 because of other changes that I made for the file dialog box. I
|
|
4370 also made the hook variables list-mode-hook and
|
|
4371 completion-setup-hook and also minibuffer-setup-hook in
|
|
4372 minibuf.el be permanent-local; see comment in list-mode.el.
|
|
4373
|
|
4374 * map-ynp.el (map-y-or-n-p):
|
|
4375 Added accelerators to the dialog buttons.
|
|
4376
|
|
4377 * menubar-items.el (menu-truncate-list):
|
|
4378 New internal function.
|
|
4379 * menubar-items.el (submenu-generate-accelerator-spec):
|
|
4380 * menubar-items.el (menu-item-strip-accelerator-spec):
|
|
4381 * menubar-items.el (menu-item-generate-accelerator-spec):
|
|
4382 New exported functions, for use in auto-generating accelerator specs.
|
|
4383
|
|
4384 * menubar-items.el:
|
|
4385 * menubar-items.el (default-menubar):
|
|
4386 * menubar-items.el (maybe-add-init-button):
|
|
4387 * menubar-items.el (bookmark-menu-filter):
|
|
4388 * menubar-items.el (slow-format-buffers-menu-line):
|
|
4389 * menubar-items.el (build-buffers-menu-internal):
|
|
4390 * menubar-items.el (language-environment-menu-filter):
|
|
4391 * menubar-items.el (default-popup-menu):
|
|
4392 * menubar-items.el (popup-buffer-menu):
|
|
4393 * menubar-items.el (popup-menubar-menu):
|
|
4394 Did a major overhaul on this file, and in fact I'm nowhere near
|
|
4395 done working on the menubar, and there will be more patches to
|
|
4396 come. A basic summary of what I've done:
|
|
4397
|
|
4398 a) I added accelerators to all of the menu items. For menus that
|
|
4399 are auto-generated, such as the buffers menu, the accelerators are
|
|
4400 automatically added to the beginning of each line using the
|
|
4401 numbers 1 through 9, then zero, and then letters starting with A,
|
|
4402 but omitting the letters that are already in use for the fixed
|
|
4403 menu items at the top of the buffers menu. To facilitate adding
|
|
4404 accelerators of this kind, I created some new functions
|
|
4405 (*-accelerator-spec), which are also being used by other filters
|
|
4406 that auto generate lists of things such as ftp sites to download
|
|
4407 packages. If people really don't like these accelerators
|
|
4408 appearing at the beginning of the menu items, a variable can be
|
|
4409 added to optionally turn them off, but I think this is rather
|
|
4410 pointless because other menu items have accelerators and many or
|
|
4411 most of the menu users will use the accelerators if the support is
|
|
4412 there.
|
|
4413
|
|
4414 b) I combined the top level Tools and Apps menus into a single
|
|
4415 Tools menu, because the distinction between the two is not
|
|
4416 obvious, and the items on the menus are not used often enough that
|
444
|
4417 putting some of them onto submenus is a problem.
|
442
|
4418
|
|
4419 c) I created two new top level menus called View and Cmds because
|
|
4420 there were too many items on the File and Edit menus, and I'm going
|
|
4421 to be adding more items to these menus. In contrast to the Tools
|
|
4422 menu, the items on these menus may be used quite often during an
|
|
4423 editing session, and so should be available with fewer
|
444
|
4424 keystrokes.
|
442
|
4425
|
|
4426 d) I added a number of options to the options menu, including one
|
|
4427 for controlling whether the alt key can be used to traverse to
|
|
4428 menu items using the accelerators, one for controlling behavior of
|
|
4429 control-k, one for controlling how the kill and yank functions
|
|
4430 interact with the clipboard, a few additional buffers-menu
|
|
4431 options, and various other things. I also did a bit of
|
|
4432 rearranging, for example, combining the keyboard and mouse options
|
|
4433 into a single keyboard and mouse submenu to facilitate the
|
444
|
4434 accelerators on that level.
|
442
|
4435
|
|
4436 e) I changed the variable buffers-menu-format-buffer-line-function
|
|
4437 to take two arguments instead of one, the second argument being
|
|
4438 the line number for use in creating an accelerator. I added a
|
|
4439 hack to support existing functions with one argument (although I
|
444
|
4440 doubt that very many of these exist), for backward compatibility.
|
442
|
4441
|
|
4442 f) I moved the top level mule menu to be a submenu of the edit
|
|
4443 menu. I think that most of the items on this menu are fairly
|
|
4444 useless and there are certainly not enough frequently used items
|
444
|
4445 to justify this being its own top level menu.
|
442
|
4446
|
|
4447 g) I combined most of the items in big-menubar.el into the main menu.
|
|
4448 If people think the main menu is too big, it would be possible to
|
|
4449 create different configurations, some smaller.
|
|
4450
|
|
4451 * menubar.el (check-menu-syntax):
|
|
4452 Deleted some syntax checks that were no longer valid, partly
|
|
4453 because of changes that were already made a long time ago, and
|
|
4454 partly because of a change I made where I allow the name of the
|
|
4455 menu item to be an evaluated expression rather than just a string,
|
|
4456 similar to all of the other parameters of a menu item.
|
|
4457
|
|
4458 * minibuf.el:
|
|
4459 * minibuf.el (read-file-name-1):
|
|
4460 * minibuf.el (mouse-read-file-name-1):
|
|
4461 I made a number of changes to improve the appearance
|
|
4462 and functioning of the file dialog box. They include:
|
|
4463
|
|
4464 a) Fixing the problem where closing the dialog box by clicking on
|
|
4465 the close button of the window didn't properly exit the
|
444
|
4466 minibuffer.
|
442
|
4467
|
|
4468 b) Fixing the problem that if you typed part of a file name, and
|
|
4469 then clicked on a completion with the mouse, the file was not
|
444
|
4470 correctly selected.
|
442
|
4471
|
|
4472 c) Changing the title of the dialog box to reflect the operation
|
|
4473 being done in accordance with user interface conventions, rather
|
444
|
4474 than the name of the dialog box buffer, which is rather useless.
|
442
|
4475
|
|
4476 d) Remove the words "possible completions are" which didn't
|
444
|
4477 belong.
|
442
|
4478
|
|
4479 e) Fix things so that the completions scroll off the end of the
|
|
4480 completions windows only to the right, rather than both to the
|
|
4481 right and down, which is in accordance with Windows user interface
|
444
|
4482 conventions.
|
442
|
4483
|
|
4484 * msw-init.el (init-post-mswindows-win):
|
|
4485 Added a binding for meta-F4, which is the standard windows binding
|
|
4486 for exiting a program.
|
|
4487
|
|
4488 * select.el (get-selection-no-error):
|
|
4489 * select.el (own-selection):
|
|
4490 * select.el (own-clipboard):
|
|
4491 Added an optional argument called append to the functions
|
|
4492 own-selection and own-clipboard. This adds support for appending
|
|
4493 text to the existing selection and allows the function
|
|
4494 own-clipboard to be used as the value of the variable
|
|
4495 interprogram- cut-function.
|
|
4496
|
|
4497 Fixed a bug in own-selection in handling zmacs-region-stays.
|
|
4498
|
|
4499 * simple.el (historical-kill-line): New.
|
|
4500
|
|
4501 * simple.el (kill-line):
|
|
4502 * simple.el (interprogram-cut-function):
|
|
4503 * simple.el (interprogram-paste-function):
|
|
4504 * simple.el (handle-pre-motion-command):
|
|
4505 * simple.el (next-line):
|
|
4506 * simple.el (previous-line):
|
|
4507 a) Expanded the variable kill-whole-line, so that function
|
|
4508 kill-line can be set to delete the entire line always, not just
|
|
4509 when cursor is at the beginning of the line. This is controlled
|
|
4510 by setting the variable kill-whole-line to the symbol 'always.
|
|
4511 This behavior, as well as the existing kill-whole-line behavior,
|
|
4512 now only take effect when kill-line is called interactively,
|
|
4513 although this is a departure from a previous behavior in the case
|
|
4514 of setting this variable kill-whole-line to t. It is almost
|
|
4515 certainly what has always been intended, and most likely the old
|
|
4516 way of doing things introduced bugs. I also created a function
|
|
4517 called historical-kill-line, which ignores the kill-whole-line
|
|
4518 setting and always gives the historical behavior of only killing
|
|
4519 to the end of the line. I bound this function to shift- control-k
|
|
4520 so that the kill to end of line behavior is available, even when
|
|
4521 kill-whole-line has been set to change control-k into the simple
|
|
4522 delete-whole-line behavior. (This can be set using the options
|
|
4523 menu.)
|
|
4524
|
|
4525 b) I changed things so that kill and yank now interact with the
|
|
4526 clipboard by default under windows. This was done by changing the
|
|
4527 default value of interprogram-cut- function and
|
|
4528 interprogram-paste-function. You can get the old behavior by
|
|
4529 setting these to nil, and there is an option on the options menu
|
|
4530 to do this.
|
|
4531
|
|
4532 c) I added support for selecting text using shifted motion keys.
|
|
4533 This support is on by default and can be controlled by the
|
|
4534 variable shifted-motion-keys-select-region. There is also a
|
|
4535 variable called unshifted-motion-keys-deselect-region that
|
|
4536 controls more specifically how the shifted motion key behavior
|
|
4537 works. I did not put an option on the options menu to turn this
|
|
4538 off, because I can't imagine why this would be useful.
|
|
4539
|
|
4540 * simple.el (forward-block-of-lines):
|
|
4541 * simple.el (backward-block-of-lines):
|
|
4542 * simple.el (block-movement-size):
|
|
4543 New.
|
|
4544
|
|
4545 * simple.el (uncapitalized-title-words):
|
|
4546 * simple.el (uncapitalized-title-word-regexp):
|
|
4547 * simple.el (capitalize-string-as-title):
|
|
4548 * simple.el (capitalize-region-as-title):
|
|
4549 New.
|
444
|
4550
|
442
|
4551
|
|
4552 * subr.el (add-hook):
|
|
4553 * subr.el (make-local-hook): New.
|
|
4554 * subr.el (remove-local-hook): New.
|
|
4555 * subr.el (add-one-shot-hook): New.
|
|
4556 * subr.el (add-local-one-shot-hook): New.
|
|
4557 Added some functions to make using hooks easier.
|
|
4558 These include:
|
|
4559
|
|
4560 a) Functions add-local-hook and remove-local-hook to make it easy
|
|
4561 to use local hooks.
|
|
4562
|
|
4563 b) Functions add-one-shot-hook and add-local-one-shot-hook, which
|
|
4564 make it possible to add a "one-shot" hook, which is to say a hook
|
|
4565 that runs only once, and automatically removes itself after the
|
|
4566 first time it has run.
|
|
4567
|
|
4568 2000-03-09 Andy Piper <andy@xemacs.org>
|
|
4569
|
|
4570 * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
|
|
4571
|
|
4572 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4573
|
|
4574 * buff-menu.el (buffers-menu-omit-invisible-buffers):
|
|
4575 Moved from menubar-items.el.
|
|
4576 * dumped-lisp.el: Dump gutter-items regardless of menubar.
|
|
4577
|
|
4578 2000-03-08 Andy Piper <andy@xemacs.org>
|
|
4579
|
|
4580 * gutter-items.el (build-buffers-tab-internal): add selected field
|
|
4581 to buffers tab spec.
|
|
4582
|
|
4583 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4584
|
|
4585 * minibuf.el (last-exact-completion): Initialize to nil.
|
|
4586
|
|
4587 2000-03-07 Didier Verna <didier@xemacs.org>
|
|
4588
|
|
4589 * startup.el (command-line-1): remove unused variable
|
|
4590 `first-file-buffer'.
|
|
4591
|
|
4592 2000-02-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4593
|
|
4594 * loaddefs.el (completion-ignored-extensions): Removed ".log",
|
|
4595 which is also used for Web server log files.
|
|
4596
|
|
4597 2000-02-03 IKEYAMA Tomonori <tomonori@suiyokai.org>
|
|
4598
|
|
4599 * mule/mule-charset.el: Setup auto-fill-chars.
|
|
4600
|
|
4601 2000-03-02 SL Baur <steve@beopen.com>
|
|
4602
|
|
4603 * subr.el (with-string-as-buffer-contents): Reimplement using
|
|
4604 `with-temp-buffer'. Fixes non-unique buffer name problem, fixes
|
|
4605 non-deletion of buffer after execution problem.
|
|
4606 (with-output-to-string): Use unique buffer name.
|
|
4607
|
|
4608 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
4609
|
|
4610 * gutter-items.el (buffers-tab-sort-function): New variable.
|
|
4611 (buffers-tab-items): Funcall it to sort the buffer tab list.
|
|
4612
|
|
4613 2000-02-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
4614
|
|
4615 * startup.el (load-user-init-file): Merge two `if's to one `or'.
|
|
4616
|
|
4617 2000-02-28 Martin Buchholz <martin@xemacs.org>
|
|
4618
|
|
4619 * menubar-items.el (maybe-add-init-button): Remove the "Load
|
|
4620 .emacs" button from all menubars.
|
|
4621
|
|
4622 2000-03-01 Didier Verna <didier@xemacs.org>
|
|
4623
|
|
4624 * rect.el (string-rectangle): depend on `pending-delete-mode' for
|
|
4625 region rectangle replacement (from Jan Vroonhof).
|
|
4626 (replace-rectangle): new function.
|
|
4627
|
|
4628 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4629
|
|
4630 * mule/mule-cmds.el (set-default-coding-systems): Use
|
|
4631 set-terminal-coding-system and set-keyboard-coding-system.
|
|
4632 * coding.el (set-terminal-coding-system): Use
|
|
4633 set-console-tty-output-coding-system.
|
|
4634 (set-keyboard-coding-system): Use
|
|
4635 set-console-tty-input-coding-system.
|
|
4636
|
|
4637 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4638
|
|
4639 * minibuf.el (read-variable): Allow symbol to default argument.
|
|
4640
|
|
4641 2000-02-27 Andy Piper <andy@xemacs.org>
|
|
4642
|
|
4643 * gutter-items.el (update-tab-hook): new function to be used for
|
|
4644 hooks.
|
|
4645 (create-frame-hook): add update-tab-hook.
|
|
4646 (record-buffer-hook): ditto.
|
|
4647 (default-gutter-position-changed): ditto.
|
|
4648 (default-gutter-position): updating the buffers tab is now handled
|
|
4649 by a hook.
|
|
4650 (default-gutter-position-changed-hook): new variable.
|
|
4651 (gutter-element-visibility-changed-hook): ditto.
|
|
4652 (set-gutter-element-visible-p): call it.
|
|
4653 (set-gutter-element): use modify-specifier-instances. Set extents
|
|
4654 as duplicable before using.
|
|
4655 (remove-gutter-element): ditto.
|
|
4656 (set-gutter-element-visible-p): ditto.
|
|
4657 (init-gutter): new function.
|
|
4658 (add-tab-to-gutter): use new gutter-element functions rather than
|
|
4659 setting specifiers directly.
|
|
4660 (clear-progress): ditto.
|
|
4661 (abort-progress): ditto.
|
|
4662 (gutter-buffers-tab-visible-p): renamed from
|
|
4663 default-gutter-visible-p
|
|
4664
|
|
4665 * specifier.el (modify-specifier-instances): new function from Jan
|
|
4666 Vroonhof.
|
|
4667
|
|
4668 * x-init.el (init-post-x-win): call init-gutter.
|
|
4669
|
|
4670 * msw-init.el (init-post-mswindows-win): call init-gutter.
|
|
4671
|
|
4672 * menubar-items.el (default-menubar): Update to reflect new gutter
|
|
4673 variables.
|
|
4674
|
|
4675 2000-02-26 Andy Piper <andy@xemacs.org>
|
|
4676
|
|
4677 * gutter-items.el (set-gutter-element): new function. Add gutter
|
|
4678 elements to the specified gutter.
|
|
4679 (remove-gutter-element): new function. Remove gutter elements from
|
|
4680 the specified gutter.
|
|
4681 (set-gutter-element-visible-p): new function. Set gutter element
|
|
4682 visibility for the provided gutter-visible specifier.
|
|
4683
|
|
4684 2000-02-23 Andy Piper <andy@xemacs.org>
|
|
4685
|
|
4686 * gutter-items.el (add-tab-to-gutter): specify dimensions
|
|
4687 dynamically.
|
|
4688
|
|
4689 2000-02-24 Martin Buchholz <martin@xemacs.org>
|
|
4690
|
|
4691 * gutter-items.el (add-tab-to-gutter):
|
|
4692 * package-get.el (package-get-interactive-package-query):
|
|
4693 * package-ui.el (pui-directory-exists):
|
|
4694 (pui-install-selected-packages):
|
|
4695 (pui-list-packages):
|
|
4696 Use #'(lambda ...) instead of '(lambda ...).
|
|
4697
|
|
4698 2000-02-21 Gregory Neil Shapiro <gshapiro@gshapiro.net>
|
|
4699
|
|
4700 * startup.el (load-user-init-file): Check to make sure user
|
|
4701 has an init-file before calling load().
|
|
4702
|
|
4703 2000-02-20 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4704
|
|
4705 * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
|
|
4706
|
|
4707 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
4708
|
|
4709 * XEmacs 21.2.31 is released.
|
|
4710
|
|
4711 2000-02-21 Mike Sperber <mike@xemacs.org>
|
|
4712
|
|
4713 * loadup.el (really-early-error-handler):
|
|
4714 * update-elc.el:
|
|
4715 * make-docfile.el:
|
|
4716 Remove dependency on EMACSBOOTSTRAP... environment variables.
|
|
4717
|
|
4718 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
4719
|
|
4720 * XEmacs 21.2.30 is released.
|
|
4721
|
|
4722 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
4723
|
|
4724 * byte-optimize.el (byte-optimize-plus):
|
|
4725 (byte-optimize-minus):
|
|
4726 (byte-optimize-multiply):
|
|
4727 Optimize (- 0) to 0, not (-)
|
|
4728 Optimize (+ 5 3.0) to 8.0
|
|
4729 Optimize (* 5 3.0) to 15.0
|
|
4730 Improve readability.
|
|
4731
|
|
4732 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
4733
|
|
4734 * modeline.el: (modeline-scrolling-method): change modeline
|
|
4735 mswindows cursor appearance according to the value.
|
|
4736
|
|
4737 * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
|
|
4738 and 'gui-element face colors and 'gui-element face font to Windows
|
|
4739 defaults.
|
|
4740
|
|
4741 2000-02-09 Stef Epardaud <stef@lunatech.com>
|
|
4742
|
|
4743 * font-lock.el: Javadoc enhancements
|
|
4744
|
|
4745 1999-11-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
4746
|
|
4747 * ldap.el (toplevel): Test if LDAP support has been compiled in
|
|
4748 (ldap-verbose): New option
|
|
4749 (ldap-search-entries): Renamed from the previous ldap-search
|
|
4750 Conditionalize message display on ldap-verbose
|
|
4751 (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
|
|
4752 defuns
|
|
4753 (ldap-search): Is now defined as an obsolete wrapper calling
|
|
4754 ldap-search-basic or ldap-search-entries
|
|
4755
|
|
4756
|
|
4757 1999-12-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
|
|
4758 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
|
|
4759 Jan Vroonhof <jan@xemacs.org>
|
|
4760
|
|
4761 * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
|
|
4762 When for-effect is true, didn't call `byte-optimize-form'
|
|
4763 in and/or subforms without last.
|
|
4764
|
|
4765 1999-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
4766
|
|
4767 * package-get.el (package-get-download-sites): Use correct custom
|
|
4768 type.
|
|
4769
|
|
4770 2000-02-15 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4771
|
|
4772 * files.el (write-file): Ask for coding system when compiled with
|
|
4773 file-coding.
|
|
4774
|
|
4775 2000-02-16 Andy Piper <andy@xemacs.org>
|
|
4776
|
|
4777 * buffer.el (switch-to-buffer): give norecord argument to
|
|
4778 set-window-buffer instead of explicitly recording.
|
|
4779
|
|
4780 * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
|
|
4781 we have to pick a window.
|
|
4782
|
|
4783 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
4784
|
|
4785 * mule/mule-cmds.el (describe-language-support): Don't add
|
|
4786 unexist function to help-map.
|
|
4787 (describe-coding-system): Don't use already assigend `C'.
|
|
4788
|
763
|
4789 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
4790
|
|
4791 * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
|
|
4792 work in custom.
|
|
4793
|
|
4794 2000-02-04 Kazuyuki IENAGA <kazz@imasy.or.jp>
|
|
4795
|
|
4796 * about.el: Ienaga's e-mail address change.
|
|
4797
|
|
4798 2000-02-16 Samuel Mikes <smikes@alumni.hmc.edu>
|
|
4799
|
|
4800 * etags.el (find-tag): force new window -- even if buf already
|
|
4801 visible -- when other-window is t
|
|
4802
|
|
4803 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
4804
|
|
4805 * XEmacs 21.2.29 is released.
|
|
4806
|
|
4807 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
4808
|
|
4809 * cl-extra.el (getf): This is now identical to `plist-get', so
|
|
4810 just defalias it.
|
|
4811 * cl-macs.el: Make getf an alias to plist-get, at the
|
|
4812 byte-compiler level, using define-compiler-macro.
|
|
4813
|
|
4814 2000-02-08 Martin Buchholz <martin@xemacs.org>
|
|
4815
|
|
4816 * cl-extra.el (cl-remprop): Remove. remprop is now in C.
|
|
4817
|
|
4818 2000-02-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4819
|
|
4820 * lisp/etags.el (find-tag-internal): set exact-tagname to
|
|
4821 a regular expression that matches against the tagname
|
|
4822 part of the tag entry first instead of only looking in
|
|
4823 the context area.
|
|
4824
|
763
|
4825 2000-01-23 Björn Torkelsson <torkel@hpc2n.umu.se>
|
442
|
4826
|
|
4827 * gutter-items.el: fixed typo(s) in customizing default-gutter-position
|
|
4828 * toobar.el: fixed typo(s) in customizing default-toolbar-position
|
|
4829
|
440
|
4830 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
4831
|
|
4832 * XEmacs 21.2.28 is released.
|
|
4833
|
|
4834 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
4835
|
|
4836 * cl-extra.el (getf): Just call `get', never `get*'.
|
|
4837 Make arglist match docstring.
|
|
4838 Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
|
|
4839 * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
|
|
4840 * byte-optimize.el: remove references to `get*'.
|
|
4841
|
|
4842 2000-02-06 Martin Buchholz <martin@xemacs.org>
|
|
4843
|
|
4844 * mule/european.el: Add syntax information for Latin3 and Latin4.
|
|
4845
|
|
4846 2000-02-02 Martin Buchholz <martin@xemacs.org>
|
|
4847
|
|
4848 * byte-optimize.el: Byte-optimize (length "foo")
|
|
4849
|
|
4850 2000-02-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
|
|
4851
|
|
4852 * window.el (shrink-window-if-larger-than-buffer): Rewrite full
|
|
4853 width check using `window-leftmost-p' and `window-rightmost-p'.
|
|
4854
|
|
4855 2000-02-02 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
4856
|
|
4857 * wid-edit.el (widget-match-inline): An atom never matches a
|
442
|
4858 list.
|
440
|
4859
|
|
4860 2000-01-29 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4861
|
|
4862 * modeline.el: Consolidated 'x and 'mswindows specification under
|
|
4863 'win tag.
|
|
4864
|
|
4865 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
4866
|
|
4867 * gutter-items.el: (format-buffers-tab-line): Try and be
|
|
4868 intelligent about buffer naming when we have duplicates.
|
|
4869
|
|
4870 2000-01-29 Andy Piper <andy@xemacs.org>
|
|
4871
|
|
4872 * gutter-items.el (gutter-visible-p): Make sure the gutter gets
|
|
4873 updated when it becomes visible.
|
|
4874
|
|
4875 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4876
|
|
4877 * bytecomp.el (byte-compile-insert-header): Properly set coding
|
|
4878 system under MULE and file-coding.
|
|
4879
|
|
4880 2000-01-28 Martin Buchholz <martin@xemacs.org>
|
|
4881
|
442
|
4882 * coding.el (dontusethis-set-value-file-name-coding-system-handler):
|
|
4883 (dontusethis-set-value-terminal-coding-system-handler):
|
|
4884 (dontusethis-set-value-keyboard-coding-system-handler):
|
440
|
4885 Never undefine coding system aliases. Emergency fix for gnus.
|
|
4886
|
|
4887 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4888
|
|
4889 * files.el (abbreviate-file-name): Use directory-sep-char instead
|
|
4890 of hard-coded "/".
|
|
4891
|
|
4892 2000-01-27 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4893
|
|
4894 * startup.el (user-init-file-base-list): New variable, replacing
|
|
4895 user-init-file-base.
|
|
4896 (find-user-init-file): New function.
|
|
4897 (command-line-early): Use it.
|
|
4898 (load-user-init-file): Ditto.
|
|
4899
|
|
4900 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4901
|
|
4902 * gutter-items.el (update-tab-in-gutter): Use proper locale when
|
|
4903 calling valid-image-instantiator-format-p
|
|
4904
|
|
4905 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4906
|
|
4907 * isearch-mode.el (isearch-mode): The variable is
|
|
4908 isearch-unhidden-extents, not isearch-opened-extents.
|
|
4909
|
|
4910 2000-01-26 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4911
|
|
4912 * minibuf.el (next-history-element): Modify error message if a
|
|
4913 default value is available.
|
|
4914
|
|
4915 2000-01-26 Martin Buchholz <martin@xemacs.org>
|
|
4916
|
|
4917 * bytecomp.el (byte-compile-file): Don't unconditionally write
|
|
4918 .elc files in binary - might contain non-Latin1.
|
|
4919
|
|
4920 2000-01-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4921
|
|
4922 * process.el (shell-quote-argument): Use (nt-quote-process-args)
|
|
4923 for windows-nt.
|
|
4924
|
442
|
4925 * version.el:
|
|
4926 * startup.el (user-init-file-base):
|
|
4927 * process.el (call-process-region):
|
|
4928 * files.el (make-backup-file-name):
|
|
4929 (backup-file-name-p):
|
|
4930 (file-relative-name):
|
|
4931 (abbreviate-file-name):
|
|
4932 (set-auto-mode):
|
440
|
4933 * code-process.el (call-process-region): Removed unnecessary
|
|
4934 branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
|
|
4935 support out of the universe.
|
|
4936
|
|
4937 * process.el:
|
442
|
4938 * code-process.el:
|
440
|
4939 * bytecomp.el (byte-compile-file): Removed reference to
|
|
4940 buffer-file-type, and commented usage of binary-process-output
|
|
4941 NTEmacs variables.
|
|
4942
|
|
4943 2000-01-24 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4944
|
|
4945 * help.el (function-arglist): Add case for macro.
|
|
4946
|
|
4947 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4948
|
|
4949 * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
|
|
4950 printers.
|
|
4951 (custom-display): Added a menu for printer/display tags.
|
|
4952
|
|
4953 * frame.el (frame-type):
|
|
4954 * device.el (device-type): Added 'msprinter to the doc string, and
|
|
4955 removed 'pc -- it is not going to be implemented ever.
|
|
4956 (call-device-method): Fixed docstring typo.
|
|
4957 Defined specifier tags 'printer and 'display.
|
|
4958
|
|
4959 2000-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4960
|
|
4961 * lisp/itimer.el (itimer-run-expired-timers): (consp
|
|
4962 last-command-event-time) instead of (consp
|
|
4963 'last-command-event-time).
|
|
4964
|
|
4965 2000-01-21 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
4966
|
|
4967 * msw-glyphs.el: Removed obsolete commentary.
|
|
4968
|
|
4969 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4970
|
|
4971 * minibuf.el (read-file-name): Use abbreviate-file-name to produce
|
|
4972 better default value.
|
|
4973
|
|
4974 2000-01-21 Hrvoje Niksic <hniksic@iskon.hr>
|
|
4975
|
|
4976 * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
|
|
4977 (read-string): Ditto.
|
|
4978 (eval-minibuffer): Ditto.
|
|
4979 (read-command): Ditto.
|
|
4980 (read-function): Ditto.
|
|
4981 (read-variable): Ditto.
|
|
4982 (read-number): Ditto.
|
|
4983 (read-shell-command): Ditto.
|
|
4984 (read-number): Record history.
|
|
4985
|
|
4986 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4987
|
|
4988 * etags.el (find-tag-tag): Use DEFAULT of completing-read.
|
|
4989
|
|
4990 2000-01-20 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4991
|
|
4992 * faces.el (startup-initialize-custom-faces): New function.
|
|
4993 Reset all faces created during auto-autoloads loading time
|
|
4994 by defface.
|
|
4995 * startup.el (command-line): Call it.
|
|
4996
|
|
4997 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
4998
|
|
4999 * about.el (about-hackers): Add myself to contributors list.
|
|
5000
|
|
5001 2000-01-12 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
5002
|
|
5003 * menubar-items.el (maybe-add-init-button): Removed an argument in
|
|
5004 a call to load-user-init-file, as the function managed to lose its
|
|
5005 formal parameter a few betas ago.
|
|
5006
|
438
|
5007 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
5008
|
|
5009 * XEmacs 21.2.27 is released.
|
|
5010
|
|
5011 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
5012
|
|
5013 * process.el (shell-command-to-string): Use the FSF docstring.
|
|
5014 Make shell-command-to-string the standard function, and
|
|
5015 exec-to-string the (deprecated) alias.
|
|
5016
|
|
5017 * startup.el: typo fix.
|
|
5018
|
|
5019 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
5020
|
|
5021 * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
|
|
5022
|
|
5023 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5024
|
|
5025 * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
|
|
5026 buffers after visible buffers.
|
|
5027 (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
|
|
5028
|
|
5029 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5030
|
|
5031 * info.el (Info-extract-menu-node-name): Stop at a dot
|
|
5032 followed by whitespace or right parenthesis.
|
|
5033
|
|
5034 2000-01-15 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5035
|
|
5036 * info.el (Info-directory-list): Warn against using Customize with
|
|
5037 Info-directory-list.
|
|
5038
|
|
5039 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
5040
|
|
5041 * minibuf.el (read-file-name): doc fix.
|
|
5042
|
|
5043 * autoload.el (update-file-autoloads): doc fix.
|
|
5044
|
|
5045 * about.el (about-hackers): Change my E-mail address.
|
|
5046
|
|
5047 2000-01-13 Martin Buchholz <martin@xemacs.org>
|
|
5048
|
|
5049 * info.el (Info-visit-file): Just use the `f' interactive spec to
|
|
5050 read a filename in the standard way.
|
|
5051
|
|
5052 2000-01-13 Andy Piper <andy@xemacs.org>
|
|
5053
|
|
5054 * gutter-items.el (gutter-buffers-tab-orientation): new variable.
|
|
5055 (gutter-buffers-tab-extent): new variable.
|
|
5056 (update-tab-in-gutter): call add-tab-to-gutter again if the
|
|
5057 orientation has changed.
|
|
5058 (add-tab-to-gutter): cope with different orientations.
|
|
5059
|
|
5060 2000-01-11 Didier Verna <didier@xemacs.org>
|
|
5061
|
|
5062 * info.el (Info-following-node-name): backward-skip dots as well
|
|
5063 as spaces (dots at the end of a node name aren't part of it).
|
|
5064 (Info-extract-menu-node-name): don't skip dots. There could be
|
|
5065 some in the node name.
|
|
5066 (Info-index): allow dots to be part of a node name.
|
|
5067
|
|
5068 2000-01-12 Andreas Jaeger <aj@suse.de>
|
|
5069
|
|
5070 * files.el (auto-mode-alist): Added idlwave-mode.
|
|
5071 Patch by Carsten Dominik <dominik@astro.uva.nl>.
|
|
5072
|
|
5073 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5074
|
|
5075 * info.el (Info-search): Show default value.
|
|
5076
|
|
5077 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5078
|
|
5079 * info.el (Info-read-node-completion-table): New variable.
|
|
5080 (Info-read-node-name-1): New function.
|
|
5081 (Info-read-node-name): Use it.
|
|
5082 (Info-follow-reference): Use DEFAULT argument of completing-read.
|
|
5083 (Info-menu): Ditto.
|
|
5084
|
|
5085 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5086
|
|
5087 * hyper-apropos.el (hyper-describe-key-briefly): Save
|
|
5088 window configuration.
|
|
5089 (hyper-describe-face): Use DEFAULT of completing-read.
|
|
5090 (hyper-apropos-read-variable-symbol): Ditto.
|
|
5091 (hyper-apropos-read-function-symbol): Ditto.
|
|
5092
|
|
5093 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5094
|
|
5095 * mule/mule-cmds.el (set-default-coding-system): Set
|
|
5096 comint-exec-hook to use coding-system-for-read and
|
|
5097 coding-system-for-write so that C-x RET c works.
|
|
5098
|
|
5099 1999-12-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5100
|
|
5101 * minibuf.el (minibuffer-confirm-incomplete): Customize.
|
|
5102 (previous-matching-history-element): Increment
|
|
5103 minibuffer-max-depth by 1.
|
|
5104 (next-matching-history-element): Ditto.
|
|
5105
|
|
5106 2000-01-11 Andy Piper <andy@xemacs.org>
|
|
5107
|
|
5108 * gutter-items.el (buffers-tab): Create a new face for the buffers
|
|
5109 tab.
|
|
5110 (buffers-tab-face): use it.
|
|
5111
|
|
5112 2000-01-10 Didier Verna <didier@xemacs.org>
|
|
5113
|
|
5114 * modeline.el (modeline-scrolling-method): change modeline X
|
|
5115 cursor appearance according to the value.
|
|
5116
|
|
5117 2000-01-07 Andreas Jaeger <aj@suse.de>
|
|
5118
|
|
5119 * about.el (about-hackers): Moved my entry to contributor list.
|
|
5120 (xemacs-hackers): Added myself.
|
|
5121 (about-maintainer-info): Added description of myself.
|
|
5122
|
|
5123
|
|
5124 2000-01-07 Didier Verna <didier@xemacs.org>
|
|
5125
|
|
5126 * modeline.el (modeline-scrolling-method): new variable.
|
|
5127 (mouse-drag-modeline): add reference to it in the docstring.
|
|
5128 (mouse-drag-modeline): handle it.
|
|
5129
|
|
5130 2000-01-08 Andy Piper <andy@xemacs.org>
|
|
5131
|
|
5132 * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
|
|
5133 calls.
|
|
5134 (remove-buffer-from-gutter-tab): ditto.
|
|
5135
|
|
5136 2000-01-06 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
5137
|
|
5138 * cus-edit.el (custom-hook-convert-widget): Fix comment.
|
|
5139 (custom-face-edit): Fix grammatical error in help message.
|
|
5140
|
|
5141 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5142
|
|
5143 * movemail.el: Added.
|
|
5144
|
|
5145 * dumped-lisp.el (preloaded-file-list): Added movemail.el.
|
|
5146
|
|
5147 2000-01-03 Didier Verna <didier@xemacs.org>
|
|
5148
|
|
5149 * modeline.el (mouse-drag-modeline): remove the code related to
|
|
5150 the modeline horizontal scrolling facility.
|
|
5151
|
436
|
5152 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
5153
|
|
5154 * XEmacs 21.2.26 is released.
|
|
5155
|
|
5156 1999-12-28 Andy Piper <andy@xemacs.org>
|
|
5157
|
|
5158 * wid-edit.el (widget-push-button-value-create): The gui cache
|
|
5159 does not agree with native widgets which can only be displayed
|
|
5160 once per window. The reasons for caching are diminished now that
|
|
5161 we don't hog resources when creating buttons.
|
|
5162 (widget-push-button-cache) deleted.
|
|
5163
|
434
|
5164 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
5165
|
|
5166 * XEmacs 21.2.25 is released.
|
|
5167
|
|
5168 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5169
|
|
5170 * hyper-apropos.el (hyper-apropos): Toggle
|
|
5171 hyper-apropos-programming-apropos correctly.
|
|
5172 Set REGEXP when user accepts default value.
|
|
5173
|
|
5174 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5175
|
|
5176 * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
|
|
5177 (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
|
|
5178
|
|
5179 1999-12-22 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5180
|
|
5181 * mule/mule-category.el (undefined-category-designator):
|
|
5182 Return char instead of character. Search for undefined one.
|
|
5183 (describe-category): Use with-displaying-help-buffer.
|
|
5184
|
|
5185 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
5186
|
438
|
5187 * byte-optimize.el (byte-optimize-plus):
|
434
|
5188 Optimize (+ 1) to 1 instead of (1+ nil).
|
|
5189
|
|
5190 * files.el (basic-save-buffer): Rewrite for clarity. Use (char-before).
|
|
5191
|
|
5192 * byte-optimize.el (byte-compile-butlast): Remove. Use butlast instead.
|
|
5193
|
|
5194 * byte-optimize.el (byte-optimize-char-before): New function.
|
|
5195 Remove performance penalty for using (char-before) instead of (char-after).
|
|
5196
|
|
5197 1999-12-20 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5198
|
|
5199 * mule/mule-category.el (char-category-list): Return character
|
|
5200 instead of integer.
|
|
5201
|
|
5202 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5203
|
|
5204 * minibuf.el (read-buffer): Check default is buffer object.
|
|
5205
|
|
5206 1999-11-25 Andy Piper <andy@xemacs.org>
|
|
5207
|
|
5208 * cus-edit.el (custom-buffer-create-buttons): Use native widgets
|
|
5209 for buttons.
|
|
5210
|
|
5211 1999-12-16 Andreas Jaeger <aj@suse.de>
|
|
5212
|
|
5213 * package-get.el (package-get-maybe-save-index): Fixed typo.
|
|
5214 Patch by Jeff Miller <jmiller@smart.net>.
|
|
5215
|
|
5216 1999-12-13 Charles G Waldman <cgw@alum.mit.edu>
|
|
5217
|
438
|
5218 * gnuserv.el (gnuserv-process-filter): don't call
|
434
|
5219 gnuserv-write-to-client when gnuserv-current-client is nil
|
|
5220
|
432
|
5221 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
5222
|
|
5223 * XEmacs 21.2.24 is released.
|
|
5224
|
|
5225 1999-12-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5226
|
|
5227 * about.el (about-hackers): Update my email address.
|
|
5228
|
430
|
5229 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
5230
|
|
5231 * XEmacs 21.2.23 is released.
|
|
5232
|
|
5233 1999-11-06 Jason R Mastaler <jason@mastaler.com>
|
|
5234
|
|
5235 * package-get.el (package-get-download-sites): Removed several
|
|
5236 defunct download sites, added many new ones, and corrected a few
|
|
5237 incorrect directory-on-site entries. Added physical locations to
|
|
5238 site-description.
|
|
5239
|
|
5240 1999-11-30 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5241
|
|
5242 * finder.el (finder-commentary): add DOC string and fix
|
|
5243 interactive spec
|
|
5244
|
|
5245 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5246
|
|
5247 * help.el (describe-function): Don't forget to intern the string
|
|
5248 completing-read returns.
|
|
5249 (describe-variable): Ditto.
|
|
5250
|
434
|
5251 1999-11-16 Adrian Aichner <adrian@xemacs.org>
|
430
|
5252
|
|
5253 * hyper-apropos.el (hyper-apropos-this-symbol): Handle
|
|
5254 `hyper-apropos-help-mode' here to find symbol to customize
|
|
5255 irregardless of cursor position and simplify
|
|
5256 `hyper-apropos-set-variable', `hyper-apropos-find-function', and
|
|
5257 `hyper-apropos-popup-menu'.
|
|
5258
|
|
5259 1999-11-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5260
|
|
5261 * apropos.el (apropos-mode-map): Add return to call
|
|
5262 apropos-follow.
|
|
5263 (apropos-print): Call apropos-mode to have better
|
|
5264 command reference. Put keymap text-poperty to
|
|
5265 symbole name.
|
|
5266
|
|
5267 1999-11-22 Alastair Burt <burt@dfki.de>
|
|
5268
|
|
5269 * help.el: (describe-bindings-1): Added handling of keymaps for
|
|
5270 the extents at point.
|
|
5271
|
|
5272 1999-12-02 Mark Thomas <mthomas@jprc.com>
|
|
5273
|
|
5274 * gutter-items.el (buffers-tab-items): Wrap the function in a
|
|
5275 save-match-data
|
|
5276
|
|
5277 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5278
|
|
5279 * help.el (describe-function): Use the DEFAULT argument to
|
|
5280 completing-read.
|
|
5281 (describe-variable): Ditto.
|
|
5282
|
|
5283 1999-11-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5284
|
|
5285 * minibuf.el (read-from-minibuffer): Add optional argument
|
|
5286 DEFAULT to have better mini-buffer history support.
|
|
5287 (completing-read): Pass default to read-from-minibuffer.
|
|
5288 (read-buffer): Pass default to completing-read.
|
|
5289
|
|
5290 1999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5291
|
|
5292 * font-lock.el (font-lock-doc-string-face): Document the
|
|
5293 `font-lock-lisp-like' property.
|
|
5294
|
|
5295 1999-11-29 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5296
|
|
5297 * lisp-mode.el: Specify `font-lock-lisp-like'.
|
|
5298
|
|
5299 * font-lock.el (font-lock-lisp-like): New function.
|
|
5300 (font-lock-fontify-syntactically-region): Use it.
|
|
5301
|
428
|
5302 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5303
|
|
5304 * XEmacs 21.2.22 is released
|
|
5305
|
|
5306 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
5307
|
|
5308 * XEmacs 21.2.21 is released.
|
|
5309
|
|
5310 1999-11-18 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5311
|
|
5312 * minibuf.el (read-coding-system): Accept symbol and
|
|
5313 coding-system object as a default-coding-system.
|
|
5314
|
|
5315 1999-11-16 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5316
|
|
5317 * minibuf.el (read-coding-system): Accept symbol as
|
|
5318 a default-coding-system.
|
|
5319
|
|
5320 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5321
|
|
5322 * apropos.el (apropos-documentation): Use insert instead
|
|
5323 of princ.
|
|
5324
|
|
5325 1999-11-07 William M. Perry <wmperry@aventail.com>
|
|
5326
|
|
5327 * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
|
|
5328 for the linux console.
|
|
5329
|
|
5330 * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
|
|
5331 stuff to work when you are not on a window system, since the GPM
|
|
5332 mouse support now allows pasting from outside of XEmacs.
|
|
5333
|
|
5334 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5335
|
|
5336 * XEmacs 21.2.20 is released
|
|
5337
|
|
5338 1999-11-06 Hrvoje Niksic <hniksic@iskon.hr>
|
|
5339
|
|
5340 * setup-paths.el (paths-default-info-directories): Add
|
|
5341 /usr/share/info and /usr/local/share/info.
|
|
5342
|
|
5343 1999-10-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5344
|
|
5345 * about.el: Updated Vladimir Ivanovic's info.
|
|
5346
|
|
5347 11999-08-28 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5348
|
|
5349 * auto-show.el (auto-show-truncationp): Remove.
|
|
5350
|
|
5351 * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
|
|
5352
|
|
5353 999-09-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
5354
|
|
5355 * indent.el (indent-line-to): fix bug: spaces were not replaced
|
|
5356 with tab if column is multiple of tab-width
|
|
5357 From dhn@qedinc.com
|
|
5358
|
|
5359 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5360
|
|
5361 * mule/mule-cmds.el (read-input-method-name): Accept symbols
|
|
5362 correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
|
|
5363
|
|
5364 * package-get.el (package-get-package-provider): Be verbose when
|
|
5365 interactive. Patch from Robert Pluim
|
|
5366
|
|
5367 1999-08-23 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
5368
|
|
5369 * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
|
|
5370 info file suffixes.
|
|
5371
|
|
5372 1999-08-19 Stephen Tse <stephent@sfu.ca>
|
|
5373
|
|
5374 * process.el (open-network-stream): Add a new optional parameter
|
|
5375 PROTOCOL to support udp; fix a minor typo and add an explanation
|
|
5376 in docstring for udp programming.
|
|
5377
|
|
5378 * code-process.el (open-network-stream): Add a new optional
|
|
5379 parameter PROTOCOL to support udp; fix a minor typo and add an
|
|
5380 explanation in docstring for udp programming.
|
|
5381
|
|
5382 1999-10-18 Andy Piper <andy@xemacs.org>
|
|
5383
|
|
5384 * gui.el (make-gui-button): be more precise about how we call
|
|
5385 callbacks.
|
|
5386
|
|
5387 * wid-edit.el (widget-push-button-value-create): Use the new form
|
|
5388 of native gui-button.
|
|
5389
|
|
5390 1999-10-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5391
|
|
5392 * info.el (Info-page-prev): Don't do (sit-for 0).
|
|
5393
|
|
5394 1999-10-13 Andy Piper <andy@xemacs.org>
|
|
5395
|
|
5396 * gutter-items.el (progress-abort-glyph): new glyph for showing
|
|
5397 abort status.
|
|
5398 (append-progress): dispatch-event rather than sit-for.
|
|
5399 (abort-progress): new function. Show the abort glyph with an
|
|
5400 appropriate message.
|
|
5401 (raw-append-progress): dispatch-event rather than sit-for.
|
|
5402 (display-progress): cope with aborts.
|
|
5403
|
|
5404 * gui.el (make-gui-button): Use native widgets for buttons
|
|
5405 unconditionally.
|
|
5406 (insert-gui-button): ditto.
|
|
5407 (gui-button-p): ditto.
|
|
5408
|
|
5409 * xbm-button.el: remove from core.
|
|
5410
|
|
5411 * xpm-button.el: remove from core.
|
|
5412
|
|
5413 1999-10-07 Olivier Galibert <galibert@pobox.com>
|
|
5414
|
|
5415 * faces.el (init-device-faces): Don't initialize the random faces
|
|
5416 on the stream device.
|
|
5417
|
|
5418 1999-10-06 Andy Piper <andy@xemacs.org>
|
|
5419
|
438
|
5420 * files.el (recover-file): Don't use ls under windows for revert buffer.
|
428
|
5421
|
434
|
5422 1999-09-25 Adrian Aichner <adrian@xemacs.org>
|
428
|
5423
|
|
5424 * package-get.el (package-get-download-menu): Make menu really
|
|
5425 toggle download sites.
|
|
5426 (package-get-download-sites): Add autoload cookie.
|
|
5427
|
|
5428 1999-09-29 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5429
|
|
5430 * setup-paths.el (paths-find-module-directory): Ditto.
|
|
5431
|
|
5432 1999-09-29 Werner Fink <werner@suse.de>
|
|
5433
|
|
5434 * setup-paths.el (paths-find-exec-directory): Add missing nil
|
|
5435 parameter for environment.
|
|
5436
|
|
5437 1999-09-27 Martin Buchholz <martin@xemacs.org>
|
|
5438
|
438
|
5439 * modeline.el (modeline-format):
|
|
5440 Only purecopy the strings. Else
|
428
|
5441 (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
|
|
5442 barfs.
|
|
5443
|
|
5444 1999-08-28 Mike Woolley <mike@bulsara.com>
|
|
5445
|
|
5446 * winnt.el: Removed nt-shell-mode-hook, which was preventing the
|
|
5447 user setting comint-completion-addsuffix and
|
|
5448 comint-process-echoes.
|
|
5449
|
|
5450 1999-09-22 Andy Piper <andy@xemacs.org>
|
|
5451
|
|
5452 * gutter-items.el (update-tab-in-gutter): use
|
|
5453 last-nonminibuf-window instead of selected-window.
|
|
5454
|
|
5455 1999-09-18 Andy Piper <andy@xemacs.org>
|
|
5456
|
|
5457 * gnuserv.el (gnuserv-edit-files): select frame we are going to
|
|
5458 display on.
|
|
5459
|
|
5460 * subr.el (record-buffer-hook): new variable so that the hook gets
|
|
5461 some documentation.
|
|
5462
|
|
5463 1999-09-16 Andy Piper <andy@xemacs.org>
|
|
5464
|
|
5465 * gutter-items.el (update-tab-in-gutter): only update when the
|
|
5466 gutter is visible.
|
|
5467 (remove-buffer-from-gutter-tab): ditto.
|
|
5468
|
|
5469 1999-09-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
5470
|
|
5471 * simple.el (do-auto-fill): Commented out part of Kinsoku
|
|
5472 processing.
|
|
5473
|
|
5474 1999-09-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
5475
|
|
5476 * isearch-mode.el (isearch-highlightify-region): Give the
|
|
5477 highlighting extents a high priority.
|
|
5478 (isearch-make-extent): Give the main highlighting extent an even
|
|
5479 higher priority.
|
|
5480
|
|
5481 1999-09-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5482
|
|
5483 * packages.el (packages-compute-package-locations): Fix typo from
|
|
5484 -u rationalization.
|
|
5485
|
|
5486 1999-09-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5487
|
|
5488 * setup-paths.el (paths-find-doc-directory): Respect value of
|
|
5489 `configure-doc-directory.'
|
|
5490
|
|
5491 * find-paths.el (paths-find-architecture-directory): Give
|
|
5492 precendence `default' argument (which typically comes from
|
|
5493 configure).
|
|
5494
|
|
5495 1999-09-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5496
|
|
5497 * startup.el (command-line-early): Added options -user-init-file
|
|
5498 and -user-init-directory.
|
|
5499
|
|
5500 * files.el (user-init-file): Default to NIL so we can recognize
|
|
5501 when it's set.
|
|
5502
|
|
5503 1999-08-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
5504
|
438
|
5505 * obsolete.el (init-file-user):
|
|
5506 * startup.el:
|
|
5507 * packages.el (packages-compute-package-locations):
|
|
5508 * package-get.el (package-get-user-index-filename):
|
|
5509 * menubar-items.el (maybe-add-init-button):
|
|
5510 * info.el (Info-annotations-path):
|
|
5511 * dump-paths.el:
|
428
|
5512 Change `user-init-directory' to be an absolute path.
|
|
5513 Use `user-init-directory' where appropriate.
|
|
5514 Zap `init-file-user' and its uses.
|
|
5515
|
|
5516 1999-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
5517
|
|
5518 * subr.el (copy-symbol): New function.
|
|
5519
|
|
5520 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
5521
|
|
5522 * isearch-mode.el (isearch-done): Be sure to restore invisible
|
|
5523 extents in the proper buffer.
|
|
5524 (isearch-pre-command-hook): Set this-command to the correct value
|
|
5525 in case the buffer has changed and old overriding-local-map was
|
|
5526 used.
|
|
5527 (isearch-restore-extent): Use remprop instead of setting the
|
|
5528 property to nil.
|
|
5529
|
|
5530 1999-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
5531
|
|
5532 * cmdloop.el (execute-extended-command): Update zmacs region
|
|
5533 before the delay.
|
|
5534 (execute-extended-command): Make the message gettext-friendly.
|
|
5535
|
|
5536 1999-09-07 Andy Piper <andy@xemacs.org>
|
|
5537
|
|
5538 * gutter-items.el (progress-gauge-glyph): renamed from
|
|
5539 progress-glyph.
|
|
5540 (progress-text-glyph): new variable.
|
|
5541 (progress-layout-glyph): use layouts and text glyphs.
|
|
5542 (progress-area-buffer): removed.
|
|
5543 (progress-text-and-extent): new variable.
|
|
5544 (progress-displayed-p): dynamically create gutter area buffer.
|
|
5545 (clear-progress): ditto.
|
|
5546 (raw-append-progress): ditto.
|
|
5547 (append-progress): use new glyph names.
|
|
5548 (raw-append-progress): only create the extent when needed. set
|
|
5549 properties more optimally.
|
|
5550 (progress): remove args.
|
|
5551
|
|
5552 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5553
|
|
5554 * isearch-mode.el (isearch-range-invisible): Use mapc instead of
|
|
5555 mapcar where the return value is unused.
|
|
5556 (isearch-restore-invisible-extents): Ditto.
|
|
5557 (isearch-highlight-all-cleanup): Ditto.
|
|
5558 (isearch-delete-extents-in-range): Traverse the extents only once.
|
|
5559 (isearch-highlight-all-update): Don't start over if the search
|
|
5560 string has changed and more input is pending.
|
|
5561
|
|
5562 1999-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
5563
|
|
5564 * packages.el (packages-find-package-data-path): Ditto.
|
|
5565
|
|
5566 * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
|
|
5567
|
|
5568 * subr.el (mapc-internal): Don't make obsolete.
|
|
5569
|
|
5570 * cl-extra.el (mapc): Resurrect.
|
|
5571
|
|
5572 1999-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
5573
|
438
|
5574 * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
|
428
|
5575 alias.
|
|
5576
|
|
5577 * isearch-mode.el (isearch-top-state): Restore isearch-word.
|
|
5578 (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
|
|
5579 (isearch-yank-clipboard): Use get-clipboard instead of
|
|
5580 x-get-clipboard.
|
|
5581 (isearch-yank-selection): Fix docstring.
|
|
5582
|
|
5583 1999-09-02 Martin Buchholz <martin@xemacs.org>
|
|
5584
|
|
5585 * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
|
|
5586
|
|
5587 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5588
|
|
5589 * cl-macs.el (extent-start-position): Fix setf method.
|
|
5590 (extent-end-position): Ditto.
|
|
5591
|
|
5592 1999-09-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
5593
|
|
5594 * isearch-mode.el: End merge with FSF 20.4.
|
|
5595
|
|
5596 * isearch-mode.el (search-invisible): New variable.
|
|
5597 (isearch-hide-immediately): Ditto.
|
|
5598 (isearch-unhidden-extents): Ditto.
|
|
5599 (isearch-range-invisible): New function.
|
|
5600 (isearch-unhide-extent): Ditto.
|
|
5601 (isearch-restore-invisible-extents): Ditto.
|
|
5602 (isearch-restore-extent): Ditto.
|
|
5603
|
|
5604 * isearch-mode.el (isearch-ring-advance-edit): Use FSF
|
|
5605 implementation.
|
|
5606 (isearch-ring-retreat-edit): Ditto.
|
|
5607 (isearch-forward): New argument NO-RECURSIVE-EDIT.
|
|
5608 (isearch-forward-regexp): New arguments NOT-REGEXP and
|
|
5609 NO-RECURSIVE-EDIT.
|
|
5610 (isearch-backward): New argument NO-RECURSIVE-EDIT.
|
|
5611 (isearch-backward-regexp): New arguments NOT-REGEXP and
|
|
5612 NO-RECURSIVE-EDIT.
|
|
5613 (isearch-mode): Return isearch-success.
|
|
5614 (isearch-update): Use unread-command-events instead of
|
|
5615 unread-command-event.
|
|
5616 (isearch-abort): If an invalid regexp is encountered, keep popping
|
|
5617 states.
|
|
5618 (isearch-*-char): Use FSF implementation.
|
|
5619 (isearch-whitespace-chars): Use the more robust FSF's
|
|
5620 implementation.
|
|
5621 (isearch-within-brackets): New variable.
|
|
5622 (isearch-mode): Initialize it.
|
|
5623 (isearch-edit-string): Bind it.
|
|
5624 (isearch-search-and-update): Set it.
|
|
5625 (isearch-push-state): Push it.
|
|
5626 (isearch-top-state): Pop it.
|
|
5627 (isearch-search): Set it.
|
|
5628 (isearch-printing-char): When called by isearch-whitespace-chars,
|
|
5629 handle M-SPC gracefully.
|
|
5630 (isearch-message-prefix): New argument ELLIPSIS.
|
|
5631 (isearch-message-suffix): Ditto.
|
|
5632 (isearch-message): Use the ELLIPSIS argument when calling
|
|
5633 isearch-message-prefix and isearch-message-suffix.
|
|
5634 (isearch-message-prefix): Distinguish between "wrapped" and
|
|
5635 "overwrapped" search, FWIW.
|
|
5636
|
|
5637 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
5638
|
|
5639 * isearch-mode.el (isearch-edit-string): Use the head of the
|
|
5640 search ring instead of search-last-string and search-last-regexp.
|
|
5641 (search-highlight): Renamed from isearch-highlight.
|
|
5642 (isearch-exit): Use the new name.
|
|
5643 (isearch-highlight): Ditto.
|
|
5644 (isearch-dehighlight): Ditto.
|
|
5645 (isearch-update-ring): New function.
|
|
5646 (isearch-done): Call it.
|
|
5647 (isearch-done): New argument EDIT.
|
438
|
5648 (isearch-repeat): If search string is empty, look up at the car of
|
428
|
5649 the search ring; ignore the yank pointer.
|
|
5650 (isearch-abort): Call isearch-done with NOPUSH.
|
|
5651 (isearch-cancel): New function.
|
|
5652 (isearch-mode-map): Bind it to ESC ESC ESC.
|
|
5653
|
|
5654 * isearch-mode.el: Begin merge with FSF 20.4.
|
|
5655
|
|
5656 1999-09-01 Andy Piper <andy@xemacs.org>
|
|
5657
|
|
5658 * x-select.el (x-get-clipboard): obsolete.
|
|
5659 (x-yank-clipboard-selection): obsolete
|
|
5660
|
|
5661 * select.el (disown-selection): need to be careful to disown the
|
|
5662 clipboard if we set it via selection.
|
|
5663 (get-clipboard): move from x-select.el
|
|
5664 (yank-clipboard-selection): ditto.
|
|
5665
|
|
5666 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
5667
|
|
5668 * isearch-mode.el (isearch-exit): Bind isearch-highlight and
|
|
5669 isearch-highlight-all-matches to nil.
|
|
5670 (isearch-fixed-case): New variable.
|
|
5671 (isearch-mode): Initialize it.
|
|
5672 (isearch-edit-string): Save it.
|
|
5673 (isearch-toggle-case-fold): Set it.
|
|
5674 (isearch-fix-case): Make sure isearch-toggle-case-fold works --
|
|
5675 need to check isearch-fixed-case.
|
|
5676 (isearch-toggle-case-fold): Update highlighting of all matches
|
|
5677 before the pause.
|
438
|
5678 (isearch-edit-string):
|
428
|
5679
|
|
5680 1999-09-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
5681
|
|
5682 * isearch-mode.el (isearch-edit-string): Call isearch-message
|
|
5683 before reading the event so that the prompt is displayed properly.
|
|
5684 (isearch-message): Use isearch-nonincremental when calling
|
|
5685 isearch-message-prefix.
|
|
5686 (minibuffer-local-isearch-map): Bind up and down to do the same as
|
|
5687 M-p and M-n respectively.
|
|
5688 (isearch-done): New arg NOPUSH.
|
|
5689 (isearch-edit-string): Use it.
|
|
5690 (isearch-edit-string): Don't bind isearch-string.
|
|
5691 (isearch-ring-adjust): Edit string, *then* push state.
|
|
5692
|
|
5693 1999-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
5694
|
|
5695 * faces.el (isearch-secondary): Make isearch-secondary look
|
|
5696 different than default.
|
|
5697
|
|
5698 1999-08-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5699
|
|
5700 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
5701 save-excursion.
|
|
5702 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
5703 (isearch-update): Call isearch-dehighlight without arguments.
|
|
5704 (isearch-done): Ditto.
|
|
5705
|
|
5706 * isearch-mode.el (isearch-fix-case): If the search string has no
|
|
5707 upper-case letters, allow the folding to be reenabled.
|
|
5708 Previously, once disabled, the folding would remain that way until
|
|
5709 the end of isearch.
|
|
5710 (isearch-top-state): Call isearch-fix-case.
|
|
5711
|
|
5712 * isearch-mode.el (isearch-yank): Use progn instead of the inner
|
|
5713 save-excursion.
|
|
5714 (isearch-dehighlight): Remove TOTALLY. Simplify.
|
|
5715
|
|
5716 1999-08-31 Jan Vroonhof <jan@xemacs.org>
|
|
5717
|
|
5718 * xpm-button.el:
|
|
5719 xbm-button.el: Need to exist in core because gui.el depends on
|
|
5720 them.
|
|
5721
|
|
5722 1999-08-31 Andy Piper <andy@xemacs.org>
|
|
5723
|
|
5724 * gutter-items.el (buffers-tab-face): new customizable variable.
|
|
5725 (buffers-tab-default-buffer-line-length): new specifier for
|
|
5726 maximum viewable characters.
|
|
5727 (progress-stack): new variable for implementing widget-based
|
|
5728 progress messages.
|
|
5729 (progress-area-buffer): ditto.
|
|
5730 (progress-glyph-height): ditto.
|
|
5731 (progress-stop-callback): ditto.
|
|
5732 (progress-quit-function): new function.
|
|
5733 (progress-glyph): new variable.
|
|
5734 (progress-layout-glyph): ditto.
|
|
5735 (progress-displayed-p): new function, see message-displayed-p for
|
|
5736 details.
|
|
5737 (clear-progress): ditto.
|
|
5738 (remove-progress): ditto.
|
|
5739 (append-progress): ditto.
|
|
5740 (raw-append-progress): ditto.
|
|
5741 (display-progress): ditto.
|
|
5742 (current-progress): ditto.
|
|
5743 (current-progress-label): ditto.
|
|
5744 (progress): ditto.
|
|
5745 (lprogress): ditto.
|
|
5746
|
|
5747
|
|
5748 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
5749
|
|
5750 * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
|
|
5751
|
|
5752 * isearch-mode.el (isearch-yank-x-selection): Renamed to
|
|
5753 `isearch-yank-selection'.
|
|
5754 (isearch-mode-map): Use it.
|
|
5755 (isearch-yank-selection): Use `get-selection' instead of
|
|
5756 `get-x-selection'.
|
|
5757
|
|
5758 1999-08-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
5759
|
|
5760 * faces.el (isearch-secondary): Create face here.
|
|
5761
|
438
|
5762 * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
|
428
|
5763 timers.
|
|
5764
|
|
5765 1999-08-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
5766
|
|
5767 * subr.el (buffer-string): More robust backward compatibility
|
|
5768 check, courtesy William Perry.
|
|
5769
|
|
5770 1999-08-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
5771
|
|
5772 * replace.el (perform-replace): Stop the search after the search
|
|
5773 limit has been reached.
|
|
5774
|
|
5775 1999-08-23 Andy Piper <andy@xemacs.org>
|
|
5776
|
|
5777 * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
|
|
5778 here if we don't have one.
|
|
5779
|
|
5780 1999-08-15 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
5781
|
|
5782 * ldap.el (ldap-coding-system): Default to nil until we get
|
|
5783 efficient UTF8 support
|
|
5784 (ldap-decode-string): Guard against `decode-coding-string' not
|
|
5785 being defined
|
|
5786 (ldap-encode-string): Guard against `encode-coding-string' not
|
|
5787 being defined
|
|
5788
|
442
|
5789 1999-08-23 Didier Verna <didier@xemacs.org>
|
428
|
5790
|
|
5791 * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
|
|
5792 Some doc strings improvements, and add a star to the `interactive'
|
|
5793 calls.
|
|
5794
|
|
5795 1999-08-18 Stef Epardaud <stef@lunatech.com>
|
|
5796
|
|
5797 * font-lock.el (java-font-lock-keywords-3): introduced new
|
|
5798 keywords and regexpes for javadoc syntax 1.2.
|
|
5799
|
|
5800 1999-08-17 Andy Piper <andy@xemacs.org>
|
|
5801
|
|
5802 * gutter-items.el (buffers-tab-format-buffer-line-function): use
|
|
5803 format-buffers-tab-line.
|
|
5804 (buffers-tab-max-buffer-line-length): new variable.
|
|
5805 (format-buffers-tab-line): new function. truncate names if over
|
|
5806 buffers-tab-max-buffer-line-length.
|
|
5807
|
|
5808 1999-08-13 Charles G Waldman <cgw@fnal.gov>
|
|
5809
|
|
5810 * cus-start.el: Customize the variable `bell-inhibit-time'.
|
|
5811
|
|
5812 1999-08-16 Andy Piper <andy@xemacs.org>
|
|
5813
|
|
5814 * gutter-items.el (remove-buffer-from-gutter-tab): take a
|
|
5815 brute-force approach to deleting the last buffer.
|
|
5816 (buffers-tab-grouping-regexp): new customizable variable.
|
|
5817 (select-buffers-tab-buffers-by-mode): use it.
|
|
5818
|
|
5819 1999-08-13 Andy Piper <andy@xemacs.org>
|
|
5820
|
|
5821 * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
|
|
5822 deletion problem.
|
|
5823
|
442
|
5824 1999-07-30 Didier Verna <didier@xemacs.org>
|
428
|
5825
|
|
5826 * cus-edit.el (custom-save-variables): I said, use prin1 instead
|
|
5827 of princ to output symbols.
|
|
5828 (custom-save-face-internal): ditto.
|
|
5829 (custom-save-resets): ditto.
|
|
5830
|
442
|
5831 1999-08-09 Didier Verna <didier@xemacs.org>
|
428
|
5832
|
|
5833 * gutter-items.el (select-buffers-tab-buffers-by-mode): use
|
|
5834 `regexp-quote' to protect the major mode name for use as a regular
|
|
5835 expression (c++ needs this for instance).
|
|
5836
|
|
5837 1999-08-08 Andy Piper <andy@xemacs.org>
|
|
5838
|
|
5839 * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
|
|
5840 cope with similar mode names.
|
|
5841
|
|
5842 * gutter-items.el (buffers-tab-selection-function): new selection
|
|
5843 function.
|
|
5844 (select-buffers-tab-buffers-by-mode): new function.
|
|
5845 (buffers-tab-items): use it if set to only display buffers in the
|
|
5846 tab in the current buffer's group..
|
|
5847 (update-tab-in-gutter): use new api.
|
|
5848 (remove-buffer-from-gutter-tab): ditto.
|
|
5849
|
|
5850 * gutter-items.el (buffers-tab-max-size): set custom selection
|
|
5851 default to 6.
|
|
5852 (buffers-tab-switch-to-buffer): just switch window if the window is visible.
|
|
5853 (add-tab-to-gutter): set face as default.
|
|
5854
|
|
5855 1999-07-07 Jan Vroonhof <jan@xemacs.org>
|
|
5856
|
|
5857 * faces.el (frob-face-property): Merge the fall-back specifier
|
|
5858 with the target, not replace it.
|
|
5859
|
|
5860 1999-08-05 Andy Piper <andy@xemacs.org>
|
|
5861
|
|
5862 * gutter-items.el (update-tab-in-gutter): add frame argument for
|
|
5863 buffer-items.
|
|
5864 (update-tab-in-gutter): use it.
|
|
5865
|
|
5866 * gutter-items.el (record-buffer-hook): set.
|
|
5867
|
|
5868 * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
|
|
5869 change.
|
|
5870 (switch-to-buffer-hook) deleted.
|
|
5871
|
|
5872 1999-08-04 Andy Piper <andy@xemacs.org>
|
|
5873
|
|
5874 * gutter-items.el (update-tab-in-gutter): make sure this will work
|
|
5875 as an argument to create-frame-hook.
|
|
5876
|
|
5877 1999-07-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
5878
|
|
5879 * isearch-mode.el: Modified Bob and Darryl's code to use itimers
|
|
5880 instead of timer emulation.
|
|
5881
|
|
5882 1999-07-30 Darryl Okahata <darrylo@sonic.net>
|
|
5883
|
|
5884 * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
|
|
5885 Emacs isearch enhancements.
|
|
5886
|
|
5887 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
5888
|
|
5889 * gutter-items.el (add-tab-to-gutter): put in specifier specs for
|
|
5890 all devices that support tab controls.
|
|
5891 (remove-buffer-from-gutter-tab): new function. to be used as a
|
|
5892 value for kill-buffer-hook.
|
|
5893
|
|
5894 1999-07-21 Sean MacLennan <seanm@storm.ca>
|
|
5895
|
|
5896 * auto-show.el (auto-show-truncationp): changed to match
|
|
5897 `window_translation_on'
|
|
5898
|
|
5899 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
5900
|
|
5901 * XEmacs 21.2.19 is released
|
|
5902
|
|
5903 1999-07-28 SL Baur <steve@miho>
|
|
5904
|
|
5905 * code-files.el (insert-file-contents): Fix docstring.
|
|
5906 revert previous change.
|
|
5907
|
|
5908 1999-07-26 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
5909
|
|
5910 * fill.el (fill-region-as-paragraph): Change re-break-point to
|
|
5911 contain word-across-newline plus one character so that filling
|
|
5912 Japanese and Chinese works as desired.
|
|
5913 * simple.el (do-auto-fill): Ditto.
|
|
5914
|
|
5915 1999-07-26 SL Baur <steve@miho>
|
|
5916
|
|
5917 * mule/japanese.el ("Japanese"): Do not specify a default input
|
|
5918 method.
|
|
5919 Suggested by MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5920
|
|
5921 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
5922
|
|
5923 * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
|
|
5924 able to use cl-macs macro in early lisp.
|
|
5925
|
|
5926 1999-07-23 Jan Vroonhof <jan@xemacs.org>
|
|
5927
|
|
5928 * custom.el:
|
|
5929 * cus-face.el:
|
|
5930 * cus-edit.el:
|
|
5931 Massive custom Theme API changes.
|
|
5932
|
|
5933 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5934
|
|
5935 * code-files.el (insert-file-contents): Regard
|
|
5936 coding-system-magic-cookie if `coding-system-for-read' is nil.
|
|
5937
|
|
5938 1999-07-22 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5939
|
|
5940 * mule/thai-xtis.el: Add coding: local variable, to avoid
|
|
5941 bootstrapping problem with C locale.
|
|
5942
|
|
5943 1999-07-22 Andy Piper <andy@xemacs.org>
|
|
5944
|
|
5945 * dumped-lisp.el (preloaded-file-list): guard against putting
|
|
5946 gutter-items in a less than functional XEmacs.
|
|
5947 * gutter-items.el: put call to `add-tab-to-gutter' back in.
|
|
5948
|
|
5949 1999-07-18 Bob Weiner <weiner@beopen.com>
|
|
5950
|
|
5951 * fill.el (fill-context-prefix): Fixed bug that prevented the
|
|
5952 setting of an adaptive fill prefix when the `dont-skip-first' was
|
|
5953 t.
|
|
5954
|
|
5955 1999-07-22 SL Baur <steve@miho>
|
|
5956
|
|
5957 * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
|
|
5958
|
|
5959 1999-06-25 Karl M. Hegbloom <karlheg@debian.org>
|
|
5960
|
|
5961 * files.el (interpreter-mode-alist): add `make', `guile', and
|
|
5962 `emacs' entries. (#!/usr/bin/make -f ought to send a file into
|
|
5963 makefile-mode, guile is a scheme, and someday XEmacs will be
|
|
5964 modular enough to use as an efficient scripting tool.)
|
|
5965
|
|
5966 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5967
|
|
5968 * mule/mule-cmds.el (reset-language-environment): Regard
|
|
5969 coding-category `utf-8' and `ucs-4' if they are available.
|
|
5970
|
|
5971 1999-07-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5972
|
|
5973 * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
|
|
5974 (prefer-coding-system): Fix DOC-string.
|
|
5975
|
|
5976 * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
|
|
5977 DOC-string too.
|
|
5978
|
|
5979 * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
|
|
5980 Mule.
|
|
5981 (coding-system-change-eol-conversion): Fix DOC-string.
|
|
5982
|
|
5983 1999-06-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5984
|
|
5985 * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
|
|
5986 instead of `list-coding-system'.
|
|
5987
|
|
5988 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
5989
|
|
5990 * menubar-items.el (default-menubar): `select-input-method' was
|
|
5991 renamed to `set-input-method'.
|
|
5992
|
|
5993 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
5994 "Set Language Environment" menu.
|
|
5995
|
|
5996 * mule/mule-cmds.el (set-language-info-alist): Fix setting for
|
|
5997 "Describe Language Support" menu.
|
|
5998
|
|
5999 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6000
|
|
6001 * mule/chinese.el ("Chinese-GB"): Rename
|
|
6002 `chinese-gb-environment-setup-function' to
|
|
6003 `setup-chinese-gb-environment-internal'.
|
|
6004
|
|
6005 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6006
|
|
6007 * mule/korean.el: Use `define-coding-system-alias' instead of
|
|
6008 `copy-coding-system'.
|
|
6009
|
|
6010 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6011
|
|
6012 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
6013 Treat duplicated coding-categories.
|
|
6014
|
|
6015 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6016
|
|
6017 * mule/japanese.el: Use `define-coding-system-alias' instead of
|
|
6018 `copy-coding-system'.
|
|
6019
|
|
6020 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6021
|
|
6022 * mule/vietnamese.el: Specify `iso-8-1' as a category of
|
|
6023 coding-system `viscii'.
|
|
6024
|
|
6025 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6026
|
|
6027 * mule/cyrillic.el:
|
|
6028 - Specify `iso-8-1' as a category of coding-system `koi8-r'.
|
|
6029 (cyrillic-alternativnyj-decode-table): New variable.
|
|
6030 (cyrillic-alternativnyj-encode-table): New variable.
|
|
6031 - Specify `iso-8-1' as a category of coding-system
|
|
6032 `alternativnyj'.
|
|
6033 - Abolish general Cyrillic environment.
|
|
6034
|
|
6035 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6036
|
|
6037 * mule/chinese.el:
|
|
6038 - Use `define-coding-system-alias' instead of `copy-coding-system'.
|
|
6039 - Register `chinese-gb-environment-setup-function' as a
|
|
6040 `setup-function' of "Chinese-GB" environment.
|
|
6041
|
|
6042 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6043
|
|
6044 * mule/mule-cmds.el (set-language-info-alist): Allow dummy
|
|
6045 optional argument `parents'.
|
|
6046
|
|
6047 * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
|
|
6048 property for Thai-XTIS.
|
|
6049
|
|
6050 * mule/mule-help.el (help-with-tutorial): Use property
|
|
6051 `tutorial-coding-system' of language-info as a coding-system to
|
|
6052 read tutorial file.
|
|
6053
|
|
6054 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6055
|
|
6056 * mule/thai-xtis.el: Don't setup `setup-function' and
|
|
6057 `exit-function'.
|
|
6058
|
|
6059 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
6060 `set-coding-category-system' to set up coding-system for
|
|
6061 coding-category.
|
|
6062
|
|
6063 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
6064 `set-coding-category-system' to set up coding-system for
|
|
6065 coding-category.
|
|
6066
|
|
6067 1999-06-29 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6068
|
|
6069 * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
|
|
6070 Thai-XTIS environment.
|
|
6071
|
|
6072 * mule/mule-cmds.el (prefer-coding-system): Use
|
|
6073 `find-coding-system' instead of `coding-system-p'.
|
|
6074
|
|
6075 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6076
|
|
6077 * mule/mule-cmds.el (set-language-environment-coding-systems):
|
|
6078 Modify eol-type for XEmacs.
|
|
6079
|
|
6080 * mule/thai-xtis.el: Delete unused local variable `category'.
|
|
6081
|
|
6082 * mule/mule-cmds.el (coding-system-change-eol-conversion): New
|
|
6083 function.
|
|
6084 (prefer-coding-system): Don't call
|
|
6085 `update-coding-systems-internal'; use function
|
|
6086 `coding-category-list' instead of variable `coding-category-list';
|
|
6087 use `set-coding-priority-list' instead of `set-coding-priority';
|
|
6088 modify `eol-type' for XEmacs.
|
|
6089
|
|
6090 * mule/mule-misc.el (string-width): Use `charset-width' instead of
|
|
6091 `charset-columns'.
|
|
6092 (char-width): Likewise.
|
|
6093
|
|
6094 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6095
|
|
6096 * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
|
|
6097 `tis-620'.
|
|
6098
|
|
6099 * mule/mule-cmds.el (set-language-environment-coding-systems): Use
|
|
6100 `set-coding-priority-list' instead of `set-coding-priority'; don't
|
|
6101 call `update-coding-systems-internal'.
|
|
6102
|
|
6103 * mule/mule-misc.el (coding-system-get): New function.
|
|
6104 (coding-system-put): New function.
|
|
6105 (coding-system-category): New function.
|
|
6106
|
|
6107 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6108
|
|
6109 * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
|
|
6110 when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
|
|
6111 to avoid conflict with leim/quail/thai-xtis.
|
|
6112
|
|
6113 * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
|
|
6114 to thai-xtis-chars.el.
|
|
6115
|
|
6116 * mule/thai-xtis-chars.el: New file (split from
|
|
6117 mule/thai-xtis.el).
|
|
6118
|
|
6119 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6120
|
|
6121 * mule/thai-xtis.el:
|
|
6122 - Change category for the charset `thai-xtis' to `?x' from `?T'.
|
|
6123 - Add syntax entries.
|
|
6124 - Put `preferred-coding-system' of the charset `thai-xtis' to
|
|
6125 `tis-620'.
|
|
6126
|
|
6127 1999-06-28 TAKAHASHI Naoto <ntakahas@etl.go.jp>
|
|
6128
|
|
6129 * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
|
|
6130 rewritten to use write-multibyte-character.
|
|
6131
|
|
6132 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6133
|
|
6134 mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
|
|
6135 of `iso-2022-7'.
|
|
6136 (prefer-coding-system): Synced up with Emacs 20.3.11 but not
|
|
6137 ported yet.
|
|
6138 (read-input-method-name): Treat optional argument `default'.
|
|
6139
|
|
6140 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6141
|
|
6142 * mule/mule-cmds.el (set-language-info): Don't set up menus at
|
|
6143 all.
|
|
6144 (set-language-info-alist): Set up menus here.
|
|
6145
|
|
6146 1999-06-28 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6147
|
|
6148 * minibuf.el (completing-read): Add new optional argument
|
|
6149 `default'.
|
|
6150 (read-coding-system): Add new optional argument
|
|
6151 `default-coding-system'.
|
|
6152
|
|
6153 1999-06-03 Ken'ichi Handa <handa@gnu.org>
|
|
6154
|
|
6155 * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
|
|
6156 (viet-viscii-...->viet-vscii...).
|
|
6157
|
|
6158 1999-05-13 Ken'ichi Handa <handa@gnu.org>
|
|
6159
|
|
6160 * mule/mule-cmds.el: Change MULE to Mule in docstrings
|
|
6161 and menus.
|
|
6162
|
|
6163 1999-04-12 Richard M. Stallman <rms@gnu.org>
|
|
6164
|
|
6165 * mule/mule-cmds.el (input-method-function): Add permanent-local
|
|
6166 property.
|
|
6167
|
|
6168 1999-03-30 Dave Love <fx@gnu.org>
|
|
6169
|
|
6170 * mule/mule-cmds.el (current-language-environment): Doc fix.
|
|
6171
|
|
6172 1999-02-06 Richard Stallman <rms@gnu.org>
|
|
6173
|
|
6174 * mule/european.el (setup-slovenian-environment): New function.
|
|
6175 ("Slovenian"): New language environment.
|
|
6176
|
|
6177 1999-01-27 Dave Love <fx@gnu.org>
|
|
6178
|
|
6179 * mule/mule-cmds.el (current-language-environment): Provide :link,
|
|
6180 :type (choices) and appropriate :get.
|
|
6181
|
|
6182 1999-01-14 Kenichi Handa <handa@etl.go.jp>
|
|
6183
|
|
6184 * mule/mule-cmds.el (describe-language-environment): Don't alter
|
|
6185 input-method-alist.
|
|
6186
|
|
6187 1999-01-06 Eli Zaretskii <eliz@gnu.org>
|
|
6188
|
|
6189 * mule/mule-cmds.el (prefer-coding-system): Call
|
|
6190 set-coding-priority, so that the internal array of priorities is
|
|
6191 also updated.
|
|
6192
|
|
6193 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6194
|
|
6195 * mule/mule-cmds.el (prefer-coding-system): If the argument
|
|
6196 requires specific EOL conversion type, make the default coding
|
|
6197 systems use that.
|
|
6198
|
|
6199 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
|
|
6200
|
|
6201 * mule/mule-cmds.el (set-language-environment): Pass the default
|
|
6202 eol-type to set-language-environment-coding-systems.
|
|
6203 (set-default-coding-systems): Copy the eol-type property for the
|
|
6204 new default values of {buffer-file,process}-coding-system from the
|
|
6205 old defaults.
|
|
6206 (set-language-environment-coding-systems): Accept an optional
|
|
6207 argument EOL-TYPE, and set the eol-type property of the default
|
|
6208 coding systems accordingly.
|
|
6209
|
|
6210 1998-10-26 Kenichi Handa <handa@etl.go.jp>
|
|
6211
|
|
6212 * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
|
|
6213 use generate-new-buffer instead of get-buffer-create.
|
|
6214
|
|
6215 1998-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6216
|
|
6217 * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
|
|
6218
|
|
6219 1998-10-16 Markus Rost <rost@delysid.gnu.org>
|
|
6220
|
|
6221 * mule/mule-cmds.el (default-input-method): Fix custom type.
|
|
6222
|
|
6223 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6224
|
|
6225 * mule/mule-cmds.el (setup-specified-language-environment):
|
|
6226 Add apropos-inhibit property.
|
|
6227 (describe-specified-language-support): Likewise.
|
|
6228
|
|
6229 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
6230
|
|
6231 * mule/mule-cmds.el: Doc fixes.
|
|
6232
|
|
6233 1998-09-02 Kenichi Handa <handa@etl.go.jp>
|
|
6234
|
|
6235 * mule/mule-cmds.el (register-input-method): Doc-string
|
|
6236 modified.
|
|
6237
|
|
6238 1998-09-01 Dave Love <fx@gnu.org>
|
|
6239
|
|
6240 * mule/mule-cmds.el (current-language-environment): Fix
|
|
6241 setter function.
|
|
6242
|
|
6243 1998-08-31 Paul Eggert <eggert@twinsun.com>
|
|
6244
|
|
6245 * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
|
|
6246 mule/european.el, mule/hebrew.el, mule/japanese.el,
|
|
6247 mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
|
|
6248 avoid bootstrapping problem if you need to recompile all the Lisp
|
|
6249 files using interpreted code.
|
|
6250
|
|
6251 1998-08-26 Kenichi Handa <handa@etl.go.jp>
|
|
6252
|
|
6253 * mule/european.el ("Latin-1"): Modify `documentation' key value.
|
|
6254 ("Latin-2"): Likewise.
|
|
6255
|
|
6256 1998-08-18 Per Starback <starback@update.uu.se>
|
|
6257
|
|
6258 * mule/european.el (setup-latin2-environment): Fix typo.
|
|
6259
|
|
6260 1998-08-18 Kenichi Handa <handa@etl.go.jp>
|
|
6261
|
|
6262 * mule/european.el: Give proper value of `input-method' key to all
|
|
6263 lang. env.
|
|
6264
|
|
6265 * mule/mule-cmds.el (activate-input-method): Handle the case that
|
|
6266 the arg INPUT-METHOD is nil correctly.
|
|
6267 (read-multilingual-string): Activate the specified input method
|
|
6268 before calling read-string. Afterward, activate the original
|
|
6269 input method.
|
|
6270
|
|
6271 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
|
|
6272
|
|
6273 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6274 (set-language-info-alist): Fix typo in doc-string.
|
|
6275
|
|
6276 * mule/hebrew.el ("Hebrew"): Delete describe-function key.
|
|
6277
|
|
6278 1998-08-09 Kenichi HANDA <handa@etl.go.jp>
|
|
6279
|
|
6280 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6281 (reset-language-environment): New function for the job that
|
|
6282 setup-english-environment used to do.
|
|
6283 (set-language-environment): Do more setups according to the info
|
|
6284 in language-info-alist.
|
|
6285 (read-language-name): Handle the case that the arg KEY is nil.
|
|
6286 (describe-language-environment): Handle input-method property.
|
|
6287
|
|
6288 * mule/: All files under this directory, which related with
|
|
6289 specific languages (such as mule/european.el, mule/greek.el,
|
|
6290 mule/hebrew.el, mule/misc-lang.el), modified as below.
|
|
6291 (setup-XXX-environment): Just call set-language-environment. If
|
|
6292 they used to do some other jobs than what done by
|
|
6293 set-language-environment, those jobs are done in
|
|
6294 setup-XXX-environment-internal now.
|
|
6295 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
|
|
6296 the value to setup-XXX-environment-internal. Add properties
|
|
6297 input-method and features.
|
|
6298
|
|
6299 * mule/english.el (setup-english-environment): Just call
|
|
6300 reset-language-environment.
|
|
6301
|
|
6302 * mule/european.el (setup-8-bit-environment): Function deleted.
|
|
6303
|
|
6304 1998-08-08 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6305
|
|
6306 * mule/mule-cmds.el (input-method-exit-on-first-char)
|
|
6307 (input-method-use-echo-area): Doc fixes.
|
|
6308
|
|
6309 1998-08-06 Kenichi Handa <handa@etl.go.jp>
|
|
6310
|
|
6311 * mule/mule-cmds.el (input-method-exit-on-first-char): New
|
|
6312 variable.
|
|
6313 (input-method-use-echo-area): New variable.
|
|
6314
|
|
6315 1998-08-01 Kenichi HANDA <handa@etl.go.jp>
|
|
6316
|
|
6317 * mule/mule-cmds.el (language-info-alist): Doc-string modified.
|
|
6318
|
|
6319 1998-07-30 Ken'ichi Handa <handa@delysid.gnu.org>
|
|
6320
|
|
6321 * mule/mule-cmds.el (activate-input-method): Update mode line.
|
|
6322 (inactivate-input-method): Likewise.
|
|
6323
|
|
6324 1998-07-19 Kenichi Handa <handa@etl.go.jp>
|
|
6325
|
|
6326 * mule/mule-cmds.el (read-multilingual-string): Don't activate an
|
|
6327 input method in the current buffer, but just bind
|
|
6328 current-input-method.
|
|
6329
|
|
6330 1998-07-08 Kenichi Handa <handa@etl.go.jp>
|
|
6331
|
|
6332 * mule/hebrew.el ("Hebrew"): Add coding-priority.
|
|
6333
|
|
6334 * mule/misc-lang.el ("IPA"): Add coding-priority and
|
|
6335 coding-system.
|
|
6336
|
|
6337 1998-06-26 Ken'ichi Handa <handa@melange.gnu.org>
|
|
6338
|
|
6339 * mule/greek.el: Add coding-priority.
|
|
6340
|
|
6341 1998-05-23 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6342
|
|
6343 * mule/mule-cmds.el (register-input-method): Rename arg ENV to
|
|
6344 LANG-ENV.
|
|
6345
|
|
6346 1998-05-20 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6347
|
|
6348 * mule/mule-cmds.el (register-input-method): Fix previous change.
|
|
6349 (setup-specified-language-environment): Doc fix.
|
|
6350
|
|
6351 1998-05-19 Richard Stallman <rms@psilocin.ai.mit.edu>
|
|
6352
|
|
6353 * mule/mule-cmds.el: Several doc fixes.
|
|
6354 (get-language-info, set-language-info): Rename argument.
|
|
6355 (set-language-info-alist): Likewise.
|
|
6356 (register-input-method): Rename argument.
|
|
6357 (activate-input-method): If INPUT-METHOD is nil, deactivate.
|
|
6358
|
|
6359 1998-05-04 Kenichi Handa <handa@etl.go.jp>
|
|
6360
|
|
6361 * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
|
|
6362 default value while reading an input method.
|
|
6363
|
|
6364 1998-05-01 Kenichi Handa <handa@etl.go.jp>
|
|
6365
|
|
6366 * mule/mule-cmds.el (universal-coding-system-argument):
|
|
6367 Use buffer-file-coding-system as default.
|
|
6368
|
|
6369 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
|
|
6370
|
|
6371 * mule/korean.el ("Korean"): Doc fix.
|
|
6372
|
|
6373 1998-04-11 Kenichi Handa <handa@etl.go.jp>
|
|
6374
|
|
6375 * mule/mule-cmds.el (describe-language-environment): Print the
|
|
6376 languge environment at the head.
|
|
6377
|
|
6378 1998-04-06 Kenichi Handa <handa@etl.go.jp>
|
|
6379
|
|
6380 * mule/japanese.el: Set exit-function to exit-japanese-environment
|
|
6381 for Japanese environment.
|
|
6382
|
|
6383 1998-03-20 Richard Stallman <rms@psilocin.gnu.org>
|
|
6384
|
|
6385 * mule/mule-cmds.el (set-language-environment): Doc fix.
|
|
6386 (current-language-environment): Use defcustom.
|
|
6387 (default-input-method): Specify :type.
|
|
6388
|
|
6389 1998-03-02 Kenichi Handa <handa@etl.go.jp>
|
|
6390
|
|
6391 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
6392 modified.
|
|
6393 (prefer-coding-system): Doc-string modified.
|
|
6394
|
|
6395 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
6396
|
|
6397 * mule/mule-cmds.el (set-language-info): Doc-string
|
|
6398 describes `coding-priority' KEY.
|
|
6399 (set-language-environment-coding-systems): New function.
|
|
6400 (select-safe-coding-system): New function.
|
|
6401 (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
|
|
6402 (set-language-info-alist): New optionla arg PARENTS. Call
|
442
|
6403 set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
|
428
|
6404 (set-language-environment-coding-systems): New function.
|
|
6405
|
|
6406 * mule/chinese.el: Remove setting up of
|
|
6407 describe-chinese-environment-map and
|
|
6408 setup-chinese-environment-map. Exclude them in args of calls to
|
|
6409 set-language-info-alist. Register coding-priority key in
|
|
6410 language-info-alist.
|
|
6411
|
|
6412 * mule/cyrillic.el: Remove setting up of
|
|
6413 describe-cyrillic-environment-map and
|
|
6414 setup-cyrillic-environment-map. Exclude them in args of calls to
|
|
6415 set-language-info-alist. Register coding-priority key in
|
|
6416 language-info-alist.
|
|
6417
|
|
6418 * mule/english.el: Register coding-priority key in
|
|
6419 language-info-alist.
|
|
6420
|
|
6421 * mule/ethiopic.el: Register coding-priority key in
|
|
6422 language-info-alist.
|
|
6423
|
|
6424 * mule/european.el: Remove setting up of
|
|
6425 describe-european-environment-map and
|
|
6426 setup-european-environment-map. Exclude them in args of calls to
|
|
6427 set-language-info-alist. Register coding-priority key in
|
|
6428 language-info-alist. Add "German" language env.
|
|
6429 (setup-8-bit-environment): Delete CODING-SYSTEM arg.
|
|
6430 (setup-german-environment): New function.
|
|
6431
|
|
6432 * mule/greek.el (setup-greek-environment): For Greek lang. env.,
|
|
6433 change default input method to "greek-postfix".
|
|
6434
|
|
6435 * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
|
|
6436 coding-priority key in
|
|
6437
|
|
6438 1997-12-19 Stephen Eglen <stephen@cns.ed.ac.uk>
|
|
6439
|
|
6440 * mule/mule-cmds.el (set-language-info): Doc fix.
|
|
6441 (input-method-inactivate-hook): Doc fix.
|
|
6442
|
|
6443 1997-11-20 Karl Heuer <kwzh@gnu.org>
|
|
6444
|
|
6445 * mule/mule-cmds.el (set-input-method): Renamed from
|
|
6446 select-input-method.
|
|
6447
|
|
6448 1997-11-07 Kenichi Handa <handa@etl.go.jp>
|
|
6449
|
|
6450 * mule/mule-cmds.el (set-language-environment): Run
|
|
6451 exit-language-environment-hook before calling `exit-function'
|
|
6452 which is specified for the language environment.
|
|
6453
|
|
6454 1997-10-23 Kenichi Handa <handa@etl.go.jp>
|
|
6455
|
|
6456 * mule/mule-cmds.el (set-default-coding-systems): Doc-string
|
|
6457 modified.
|
|
6458 (prefer-coding-system): Likewise.
|
|
6459 (describe-language-environment): Print aliases of each coding
|
|
6460 system.
|
|
6461 (set-language-environment-hook): New variable.
|
|
6462 (exit-language-environment-hook): New variable.
|
|
6463 (set-language-environment): Call these hooks. Before setting a
|
|
6464 new language environment, exit from the
|
|
6465 current-language-environment if necessary.
|
|
6466 (input-method-verbose-flag): The value can be nil, t,
|
|
6467 complex-only, or default.
|
|
6468 (input-method-highlight-flag): Doc-string augmented.
|
|
6469 (activate-input-method): Check if we can run the registered
|
|
6470 function to activate an input method.
|
|
6471
|
|
6472 * mule/korean.el: Set exit-function for language environment
|
|
6473 "Korean" to exit-korean-environment.
|
|
6474 (setup-korean-environment): Moved to korea-util.el.
|
|
6475
|
|
6476 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6477
|
|
6478 * mule/mule-cmds.el (read-multilingual-string): Use
|
|
6479 current-input-method prior to default-input-method. Don't bind
|
|
6480 current-input-method by `let', instead, activate the specified
|
|
6481 input method in the current buffer temporarily.
|
|
6482
|
|
6483 1997-10-19 John F. Whitehead <jfw@cisco.com>
|
|
6484
|
|
6485 * mule/mule-cmds.el (describe-language-environment): Fix prompt.
|
|
6486
|
|
6487 1997-10-21 Kenichi Handa <handa@etl.go.jp>
|
|
6488
|
|
6489 * mule/chinese.el (post-read-decode-hz): Return the result of
|
|
6490 decode-hz-region.
|
|
6491 (pre-write-encode-hz): Do not change the value of
|
|
6492 last-coding-system.
|
|
6493
|
|
6494 1998-09-06 Bill Richter <richter@math.nwu.edu>
|
|
6495
|
|
6496 * mule/mule-ccl.el: Doc fixes.
|
|
6497
|
|
6498 1998-04-20 Kenichi Handa <handa@etl.go.jp>
|
|
6499
|
|
6500 * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
|
|
6501 (check-ccl-program): New macro.
|
|
6502
|
|
6503 1998-01-21 Kenichi Handa <handa@etl.go.jp>
|
|
6504
|
|
6505 * mule/mule-ccl.el: Comment about CCL syntax modified.
|
|
6506 (ccl-command-table): Add read-multibyte-character and
|
|
6507 write-multibyte-character.
|
|
6508 (ccl-code-table): Add ex-cmd.
|
|
6509 (ccl-extended-code-table): New variable.
|
|
6510 (ccl-embed-extended-command): New function.
|
|
6511 (ccl-compile-read-multibyte-character,
|
|
6512 ccl-compile-write-multibyte-character) New functions.
|
|
6513 (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
|
|
6514 ccl-dump-write-multibyte-character): New functions.
|
|
6515
|
|
6516 1999-07-22 SL Baur <steve@miho>
|
|
6517
|
|
6518 * config.el (config-value-file): config.values is installed into
|
|
6519 doc-directory.
|
|
6520 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
|
|
6521
|
442
|
6522 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
6523
|
|
6524 * rect.el: all functions rewritten, except when noted. Below is a
|
|
6525 list of interface changes.
|
|
6526 (apply-on-rectangle): new function. Obsoletes
|
|
6527 `operate-on-rectangle'. All functions that used to call this
|
|
6528 function now call the new one.
|
|
6529 (kill-rectangle): added optional prefix arg to fill lines.
|
|
6530 (delete-rectangle): ditto.
|
|
6531 (delete-extract-rectangle): ditto.
|
|
6532 (open-rectangle): ditto.
|
|
6533 (clear-rectangle): ditto.
|
|
6534 (delete-rectangle-line): added third arg FILL.
|
|
6535 (delete-extract-rectangle-line): ditto.
|
|
6536 (open-rectangle-line): ditto.
|
|
6537 (clear-rectangle-line): ditto.
|
|
6538
|
|
6539 1999-07-18 Andy Piper <andy@xemacs.org>
|
|
6540
|
|
6541 * menubar-items.el (default-menubar): add gutter options.
|
|
6542
|
|
6543 * gutter-items.el: new file.
|
|
6544 (gutter): new group for custom.
|
|
6545 (gutter-visible-p): new variable.
|
|
6546 (default-gutter-position): ditto.
|
|
6547 (buffers-tab): new group for the buffers tab.
|
|
6548 (gutter-buffers-tab): widget to put in the gutter.
|
|
6549 (buffers-tab-max-size): max number of tabs.
|
|
6550 (buffers-tab-switch-to-buffer-function): function to call when a
|
|
6551 tab is pressed.
|
|
6552 (buffers-tab-omit-function): filter buffers with this function.
|
|
6553 (buffers-tab-format-buffer-line-function): format buffer names for
|
|
6554 inclusion in tabs.
|
|
6555 (buffers-tab-switch-to-buffer): like switch-to-buffer but without
|
|
6556 the record.
|
|
6557 (build-buffers-tab-internal): build a list of tab items.
|
|
6558 (buffers-tab-items): ditto.
|
|
6559 (add-tab-to-gutter): put a tab in the gutter area.
|
|
6560 (update-tab-in-gutter): reset the buffers in the tab.
|
|
6561
|
|
6562 * dumped-lisp.el (preloaded-file-list): dump gutter-items.
|
|
6563
|
|
6564 * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
|
|
6565 (switch-to-buffer-hooks): new hook.
|
|
6566
|
|
6567 * toolbar.el (default-toolbar-position): fix typo.
|
|
6568
|
|
6569 1999-07-16 Andy Piper <andy@xemacs.org>
|
|
6570
|
|
6571 * gui.el (make-dialog-frame): turn off gutters for dialogs.
|
|
6572
|
442
|
6573 1999-07-15 Didier Verna <didier@xemacs.org>
|
428
|
6574
|
|
6575 * cus-edit.el (custom-prompt-variable): optional third arg makes
|
|
6576 prompt for a comment string.
|
|
6577 (customize-set-value): optional prefix makes this function handle
|
|
6578 variable comments.
|
|
6579 (customize-set-variable): ditto.
|
|
6580 (customize-save-variable): ditto.
|
|
6581 (customize-customized): handle custom comments.
|
|
6582 (customize-save-customized): ditto.
|
|
6583 (custom-variable-state-set): ditto.
|
|
6584 (custom-face-state-set): ditto.
|
|
6585 (customize-saved): ditto.
|
|
6586 (custom-variable-set): ditto.
|
|
6587 (custom-face-set): ditto.
|
|
6588 (custom-variable-save): ditto.
|
|
6589 (custom-face-save): ditto.
|
|
6590 (custom-variable-reset-saved): ditto.
|
|
6591 (custom-face-reset-saved): ditto.
|
|
6592 (custom-variable-reset-standard): ditto.
|
|
6593 (custom-face-reset-standard): ditto.
|
|
6594 (custom-comment-face): new face.
|
|
6595 (custom-comment-tag-face): ditto.
|
|
6596 (custom-comment): new widget.
|
|
6597 (custom-comment-create): new function.
|
|
6598 (custom-comment-delete): ditto.
|
|
6599 (custom-comment-value-set): ditto.
|
|
6600 (custom-comment-show): ditto.
|
|
6601 (custom-comment-invisible-p): ditto.
|
|
6602 (custom-variable-value-create): create a comment field widget.
|
|
6603 (custom-face-value-create): ditto.
|
|
6604 (custom-variable-menu): new entry for adding a custom comment.
|
|
6605 (custom-face-menu): ditto.
|
|
6606 (custom-save-variables): possibly save custom comments.
|
|
6607 (custom-save-faces): ditto.
|
|
6608
|
|
6609 * cus-face.el (custom-set-faces): the arguments can now have a
|
|
6610 custom comment as fourth argument.
|
|
6611
|
|
6612 * custom.el (custom-set-variables): the arguments can now have a
|
|
6613 custom comment as fifth element.
|
|
6614
|
|
6615 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6616
|
|
6617 * XEmacs 21.2.18 is released
|
|
6618
|
|
6619 1999-07-13 SL Baur <steve@miho>
|
|
6620
|
|
6621 * lib-complete.el (read-library-name): Revert previous change.
|
|
6622 (read-library): Ditto.
|
|
6623
|
|
6624 1999-06-24 Karl M. Hegbloom <karlheg@debian.org>
|
|
6625
|
|
6626 * packages.el (packages-package-list): Capitalize docstring.
|
|
6627
|
|
6628 * packages.el (packages-find-package-library-path): Use #'nconc
|
|
6629 rather than #'append to reduce consing -- #'mapcar uses Flist,
|
|
6630 which returns a freshly consed list. #'append would create yet
|
|
6631 another fresh list, using Fmake_list in concat.
|
|
6632
|
|
6633 * packages.el (package-provide): Use setq with remassq like it
|
|
6634 says in its docstring.
|
|
6635
|
|
6636 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
6637
|
|
6638 * lib-complete.el (progn-with-message): Fix typo.
|
|
6639
|
|
6640 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
6641
|
|
6642 * mule/mule-misc.el (char-octet): Make function match docstring.
|
|
6643 From Katsumi Yamaoka <yamaoka@jpl.org>
|
|
6644
|
|
6645 1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
|
|
6646
|
|
6647 * wid-edit.el (widget-documentation): corrected spelling error.
|
|
6648
|
|
6649 1999-06-23 Jonathan Marten <jonathan.marten@uk.sun.com>
|
|
6650
|
|
6651 * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
|
|
6652 keys if already bound
|
|
6653
|
|
6654 1999-07-06 SL Baur <steve@miho.m17n.org>
|
|
6655
|
|
6656 * lib-complete.el (progn-with-message): Revert previous changes.
|
|
6657
|
|
6658 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
6659
|
|
6660 * lib-complete.el (find-library):
|
|
6661 (find-library-other-window):
|
|
6662 (find-library-other-frame): Completely rewrote
|
|
6663 so that these functions actually work when called non-interactively.
|
|
6664 Also made them handle LIBRARY arguments which end with .el or .elc.
|
|
6665
|
|
6666 1999-06-24 Bob Weiner <weiner@beopen.com>
|
|
6667
|
|
6668 * simple.el (indent-new-comment-line): Locally bound
|
|
6669 `block-comment-start' to `comstart' or else when this is called
|
|
6670 from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
|
|
6671 `block-comment-start' value, ignoring any existing spacing after a
|
|
6672 comment prefix in the previous line and producing ugly comments.
|
|
6673
|
|
6674 1999-06-23 Bob Weiner <weiner@beopen.com>
|
|
6675
|
|
6676 * list-mode.el (mouse-choose-completion):
|
|
6677 (choose-completion):
|
|
6678 (completion-switch-to-minibuffer): Added.
|
|
6679 ([Tab]): [Tab] previously switched to the minibuffer
|
|
6680 but since [space] does that and since most applications in the
|
|
6681 world use [Tab] to select the next item in a list, do that in the
|
|
6682 *Completions* buffer too. This will cause the least confusion
|
|
6683 among the largest population of users. -- Bob Weiner, BeOpen.com,
|
|
6684 06/23/1999.
|
|
6685
|
|
6686 1999-06-22 Bob Weiner <weiner@beopen.com>
|
|
6687
|
|
6688 * help.el (help-buffer-name): Added support for a null value
|
|
6689 of `help-buffer-prefix-string' since some buffers require no
|
|
6690 prefix.
|
|
6691
|
|
6692 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
6693
|
|
6694 * list-mode.el (completion-list-mode-quit): Added and bound to {q}
|
|
6695 in the completion-list-mode-map to bury the completions buffer
|
|
6696 even when the minibuffer is no longer active.
|
|
6697
|
|
6698 1999-06-20 Bob Weiner <weiner@beopen.com>
|
|
6699
|
|
6700 * list-mode.el (list-mode): It is visually disconcerting to have
|
|
6701 the text cursor disappear within list buffers, especially when
|
|
6702 moving from window to window, so leave it visible.
|
|
6703
|
|
6704 1999-07-01 SL Baur <steve@miho.m17n.org>
|
|
6705
|
|
6706 * menubar-items.el (default-menubar): Conditionalize the bug
|
|
6707 report menu item (which may not be possible in this XEmacs).
|
|
6708 Reported by: Ken'ichi Handa <handa@etl.go.jp>
|
|
6709
|
|
6710 1999-06-30 SL Baur <steve@miho.m17n.org>
|
|
6711
|
|
6712 * subr.el (with-current-buffer): DOC string fix.
|
|
6713 Suggested by Bob Weiner <weiner@altrasoft.com>
|
|
6714
|
|
6715 1999-06-25 Charles G Waldman <cgw@fnal.gov>
|
|
6716
|
|
6717 * cus-face.el (custom-face-italic): insert missing args
|
|
6718
|
|
6719 1999-06-24 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6720
|
|
6721 * packages.el (package-locations): Changed default early package
|
|
6722 hierarchies to ~/.xemacs/mule-packages and
|
|
6723 ~/.xemacs/xemacs-packages.
|
|
6724
|
|
6725 1999-06-23 SL Baur <steve@miho.m17n.org>
|
|
6726
|
|
6727 * mule/mule-category.el (Top Level): ASCII is also latin-1.
|
|
6728
|
|
6729 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
6730
|
|
6731 * packages.el (package-locations): Changed default early package
|
|
6732 hierarchy to ~/.xemacs/packages.
|
|
6733 (package-locations): Removed `packages' as a possible name for a
|
|
6734 late package hierarchy.
|
|
6735
|
|
6736 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6737
|
|
6738 * mule/mule-category.el (word-combining-categories): Set up new
|
|
6739 variable.
|
|
6740 (word-separating-categories): Likewise.
|
|
6741
|
|
6742 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6743
|
|
6744 * XEmacs 21.2.17 is released
|
|
6745
|
|
6746 1999-06-17 Robert Pluim <rpluim@bigfoot.com>
|
|
6747
|
|
6748 * font-menu.el (font-menu-set-font): allow for nil specification
|
|
6749 of font size.
|
|
6750
|
|
6751 1999-06-16 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6752
|
|
6753 * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
|
|
6754 is 1.
|
|
6755
|
|
6756 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6757
|
|
6758 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
|
|
6759 8859-5 instead of ISO 8859-1.
|
|
6760
|
|
6761 1999-06-15 SL Baur <steve@steve1.m17n.org>
|
|
6762
|
|
6763 * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
|
|
6764 (viet-viscii-encode-table): Ditto.
|
|
6765
|
|
6766 * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
|
|
6767 Make obsolete definition of char-octet.
|
|
6768
|
|
6769 1999-06-14 SL Baur <steve@steve1.m17n.org>
|
|
6770
|
|
6771 * subr.el: Move no-Mule make-char ...
|
|
6772 * help-nomule.el (make-char): To here.
|
|
6773 (string-width): Make Mule compatibility alias.
|
|
6774
|
|
6775 1999-06-15 Andy Piper <andy@xemacs.org>
|
|
6776
|
|
6777 * select.el (get-selection-no-error): really make there be no-error.
|
|
6778 (get-selection): revert to original.
|
|
6779
|
|
6780 1999-06-11 Andy Piper <andy@xemacs.org>
|
|
6781
|
|
6782 * select.el (selection-sets-clipboard): renamed.
|
|
6783 (own-selection): use it.
|
|
6784
|
|
6785 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6786
|
|
6787 * XEmacs 21.2.16 is released
|
|
6788
|
|
6789 1999-06-09 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6790
|
|
6791 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
|
|
6792 missing characters to avoid crash.
|
|
6793
|
|
6794 1999-06-09 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6795
|
|
6796 * coding.el (set-terminal-coding-system): Only set the console
|
|
6797 coding system on the selected console if it is a tty.
|
|
6798
|
|
6799 1999-06-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6800
|
|
6801 * cus-face.el:
|
|
6802 * cus-edit.el:
|
|
6803 * faces.el:
|
|
6804 (custom):
|
|
6805 (face-spec-set):
|
|
6806 * faces.el (frob-face-property):
|
|
6807 * font-menu.el (font-menu-set-font):
|
|
6808 Actually apply changes from 1999-03-17
|
|
6809
|
|
6810 1999-06-10 Andy Piper <andy@xemacs.org>
|
|
6811
|
|
6812 * select.el (get-selection): abstract out non error-signalling
|
|
6813 part.
|
|
6814 (get-selection-no-error): get-selection without signalling an
|
|
6815 error.
|
|
6816 (selection-is-clipboard-p): new variable. controls whether the
|
|
6817 selection sets the clipboard.
|
|
6818 (own-selection): use it.
|
|
6819
|
|
6820 * mouse.el (insert-selection): fallback to clipboard after trying
|
|
6821 primary selection and cutbuffer.
|
|
6822
|
|
6823 1999-06-05 Andy Piper <andy@xemacs.org>
|
|
6824
|
|
6825 * x-select.el (xselect-kill-buffer-hook-1): use generalised
|
|
6826 selection functions.
|
|
6827
|
|
6828 1999-06-04 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6829
|
|
6830 * code-files.el (buffer-file-coding-system): Use `raw-text' as
|
|
6831 default value.
|
|
6832 (load): Use `raw-text' instead of `no-conversion'.
|
|
6833 (insert-file-contents): Likewise.
|
|
6834
|
|
6835 * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
|
|
6836 of `no-conversion'.
|
|
6837
|
|
6838 1999-06-03 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
6839
|
|
6840 * coding.el: Don't copy `no-conversion' to `raw-text'.
|
|
6841
|
|
6842 1999-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
6843
|
|
6844 * subr.el (make-char): Define it if Mule is not around.
|
|
6845
|
|
6846 1999-06-07 SL Baur <steve@steve1.m17n.org>
|
|
6847
|
|
6848 * mule/mule-help.el: Add trailing newline. Use mule keyword.
|
|
6849
|
|
6850 * x-select.el (x-disown-selection-internal): Restore symbol as an
|
|
6851 obsolete alias.
|
|
6852 (xselect-kill-buffer-hook-1): Use disown-selection-internal.
|
|
6853
|
|
6854 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
6855
|
|
6856 * XEmacs 21.2.15 is released
|
|
6857
|
|
6858 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
|
|
6859
|
|
6860 * subr.el (split-string): Avoid infinite looping
|
|
6861
|
|
6862 1999-05-30 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
6863
|
|
6864 * ldap.el (ldap-ignore-attribute-codings): New variable
|
|
6865 (ldap-default-attribute-decoder): New variable
|
|
6866 (ldap-coding-system): New variable
|
|
6867 (ldap-attribute-syntax-encoders): New variable
|
|
6868 (ldap-attribute-syntax-decoders): New variable
|
|
6869 (ldap-attribute-syntaxes-alist): New variable
|
|
6870 (ldap-encode-boolean): New function
|
|
6871 (ldap-decode-boolean): New function
|
|
6872 (ldap-encode-country-string): New function
|
|
6873 (ldap-decode-string): New function
|
|
6874 (ldap-decode-address): New function
|
|
6875 (ldap-encode-address): New function
|
|
6876 (ldap-decode-attribute): New function
|
|
6877 (ldap-search): Use some of these
|
|
6878
|
|
6879 1999-05-25 Jan Vroonhof <jan@xemacs.org>
|
|
6880
|
|
6881 * version.el (emacs-version): Make the patch level/beta come
|
|
6882 before the XEmacs qualifier so that it gets into (funcall
|
|
6883 emacs-version) and thus in the bug reports.
|
|
6884 (emacs-version>=): Support patch levels.
|
|
6885
|
|
6886 1999-06-03 SL Baur <steve@xemacs.org>
|
|
6887
|
|
6888 * version.el: implement x.y.z version number
|
|
6889 From Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
6890
|
|
6891 1999-05-27 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
|
|
6892
|
|
6893 * mule/mule-cmds.el (read-input-method-name): set input-method properly.
|
|
6894
|
|
6895 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
6896
|
|
6897 * startup.el: Document -private and break out non-standard X options.
|
|
6898
|
|
6899 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
6900
|
|
6901 * mule/mule-charset.el (charset-after): New function.
|
|
6902 (charset-direction): Synch with Mule, update docstring.
|
|
6903 (get-charset-property): New function.
|
|
6904 (put-charset-property): New function.
|
|
6905 (charset-plist): New function.
|
|
6906
|
|
6907 * mule/mule-charset.el (compose-region):
|
|
6908 (decompose-region): remove; these functions (which don't work
|
|
6909 since we don't do composite characters) have been moved to
|
|
6910 mule-util.el.
|
|
6911 (toplevel): follow coding standards
|
|
6912
|
|
6913 1999-05-26 SL Baur <steve@gneiss.etl.go.jp>
|
|
6914
|
|
6915 * dumped-lisp.el (preloaded-file-list): mule-files.el does not
|
|
6916 exist any more.
|
|
6917
|
|
6918 * code-files.el: Fix commentary to follow coding standards. Move
|
|
6919 the single line left in mule-files.el to here.
|
|
6920
|
|
6921 * mule/mule-files.el: delete.
|
|
6922
|
|
6923 1999-05-24 SL Baur <steve@gneiss.etl.go.jp>
|
|
6924
|
|
6925 * info.el (Info-scroll-prev): Use event functions instead of the
|
|
6926 old emacs 19 interface.
|
|
6927
|
|
6928 1999-06-02 Andy Piper <andy@xemacs.org>
|
|
6929
|
|
6930 * x-font-menu.el (x-font-menu-load-font):
|
|
6931 font-menu-registry-encoding -> x-font-menu-registry-encoding type.
|
|
6932
|
|
6933 1999-05-31 Andy Piper <andy@xemacs.org>
|
|
6934
|
|
6935 * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
|
|
6936 group.
|
|
6937 (font-menu-this-frame-only-p): ditto.
|
|
6938 (font-menu-max-items): reinstate, from Jan Vroonhof
|
|
6939 <vroonhof@math.ethz.ch>
|
|
6940 (font-menu-submenu-name-format): ditto.
|
|
6941 (font-menu-split-long-menu): ditto, for use by the family
|
|
6942 constructor.
|
|
6943 (font-menu-family-constructor): use it.
|
|
6944
|
|
6945 1999-05-30 Andy Piper <andy@xemacs.org>
|
|
6946
|
|
6947 * msw-faces.el (mswindows-font-regexp): new font matching regexp
|
|
6948 for use by the font menu.
|
|
6949
|
|
6950 * msw-font-menu.el: new file implementing mswindows specific
|
|
6951 font-menu behaviour.
|
|
6952 (mswindows-font-menu-registry-encoding): new function mirroring x version.
|
|
6953 (mswindows-font-menu-junk-families): ditto.
|
|
6954 (hack-font-truename): ditto.
|
|
6955 (mswindows-font-regexp-ascii): ditto.
|
|
6956 (mswindows-reset-device-font-menus): ditto.
|
|
6957 (mswindows-font-menu-font-data): ditto.
|
|
6958 (mswindows-font-menu-load-font): ditto.
|
|
6959
|
|
6960 * x-font-menu.el (x-reset-device-font-menus): made device specific.
|
|
6961 (x-font-menu-font-data): ditto.
|
|
6962 (x-font-menu-load-font): ditto.
|
|
6963
|
|
6964 * font-menu.el: new file implementing generic font menu behaviour.
|
|
6965 (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
|
|
6966 made device independent.
|
|
6967 (font-menu-this-frame-only-p): ditto.
|
|
6968 (font-menu-preferred-resolution): ditto.
|
|
6969 (font-menu-size-scaling): new variable used to determine whether
|
|
6970 sizes are in points or tenths of a point.
|
|
6971 (vassoc): moved from x-font-menu.el.
|
|
6972 (device-fonts-cache): ditto.
|
|
6973 (device-fonts-cache): ditto.
|
|
6974 (flush-device-fonts-cache): ditto.
|
|
6975 (reset-device-font-menus): copied from x-font-menu.el and made
|
|
6976 device independent. Most functionality deferred to
|
|
6977 device-dependent versions.
|
|
6978 (font-menu-family-constructor): copied from x-font-menu.el and
|
|
6979 made device independent.
|
|
6980 (font-menu-size-constructor): ditto.
|
|
6981 (font-menu-weight-constructor): ditto.
|
|
6982 (font-menu-set-font): ditto.
|
|
6983 (font-menu-change-face): ditto.
|
|
6984 (font-menu-load-font): new device method.
|
|
6985 (font-menu-font-data): ditto.
|
|
6986
|
|
6987 * x-font-menu.el: The above functions deleted.
|
|
6988
|
|
6989 1999-05-26 Andy Piper <andy@xemacs.org>
|
|
6990
|
|
6991 * update-elc.el:
|
|
6992 * make-docfile.el:
|
|
6993 * loadup.el: rehash expand-file-name usage to not use default-directory.
|
|
6994
|
|
6995 1999-05-21 Andy Piper <andy@xemacs.org>
|
|
6996
|
|
6997 * x-select.el (x-select-convert-to-text):
|
|
6998 (x-selected-text-type):
|
|
6999 (x-get-selection):
|
|
7000 (xselect-convert-to-string):
|
|
7001 (xselect-convert-to-compound-text):
|
|
7002 (xselect-convert-to-length):
|
|
7003 (xselect-convert-to-targets):
|
|
7004 (xselect-convert-to-delete):
|
|
7005 (xselect-convert-to-filename):
|
|
7006 (xselect-convert-to-charpos):
|
|
7007 (xselect-convert-to-lineno):
|
|
7008 (xselect-convert-to-colno):
|
|
7009 (xselect-convert-to-sourceloc):
|
|
7010 (xselect-convert-to-os):
|
|
7011 (xselect-convert-to-host):
|
|
7012 (xselect-convert-to-user):
|
|
7013 (xselect-convert-to-class):
|
|
7014 (xselect-convert-to-name):
|
|
7015 (xselect-convert-to-integer):
|
|
7016 (xselect-convert-to-atom):
|
|
7017 (xselect-convert-to-identity): functions renamed from x-* and
|
|
7018 moved to select.el.
|
|
7019 (x-get-secondary-selection): use rename get-selection.
|
|
7020 (x-get-clipboard): ditto.
|
|
7021 (x-own-selection): moved to select.el.
|
|
7022 (x-valid-simple-selection-p): ditto.
|
|
7023 (x-dehilight-selection): ditto.
|
|
7024 (x-own-clipboard): ditto.
|
|
7025 (x-disown-selection): ditto.
|
|
7026
|
|
7027 * x-mouse.el (x-yank-function): moved to mouse.el.
|
|
7028 (x-insert-selection): ditto.
|
|
7029 (x-set-point-and-move-selection): use renamed function.
|
|
7030
|
|
7031 * select.el (selected-text-type): moved and renamed from
|
|
7032 x-select.el.
|
|
7033 (selection-owner-p): moved to C.
|
|
7034 (selection-exists-p): ditto.
|
|
7035 (get-cutbuffer): new device method.
|
|
7036 (get-selection): generalised and moved from x-select.el.
|
|
7037 (own-selection): moved x-own-selection functionality into here.
|
|
7038 (dehilight-selection): renamed and moved from x-select.el.
|
|
7039 (own-clipboard): functionality moved from x-select.el using new
|
|
7040 generic C builtins.
|
|
7041 (disown-clipboard): ditto.
|
|
7042 (select-convert-to-text):
|
|
7043 (select-convert-to-string):
|
|
7044 (select-convert-to-compound-text):
|
|
7045 (select-convert-to-length):
|
|
7046 (select-convert-to-targets):
|
|
7047 (select-convert-to-delete):
|
|
7048 (select-convert-to-filename):
|
|
7049 (select-convert-to-charpos):
|
|
7050 (select-convert-to-lineno):
|
|
7051 (select-convert-to-colno):
|
|
7052 (select-convert-to-sourceloc):
|
|
7053 (select-convert-to-os):
|
|
7054 (select-convert-to-host):
|
|
7055 (select-convert-to-user):
|
|
7056 (select-convert-to-class):
|
|
7057 (select-convert-to-name):
|
|
7058 (select-convert-to-integer):
|
|
7059 (select-convert-to-atom):
|
|
7060 (select-convert-to-identity): new functions renamed from x-* and
|
|
7061 moved from x-select.el.
|
|
7062
|
|
7063 * mouse.el (mouse-consolidated-yank): subsume x-yank-function
|
|
7064 into here and use as the default window-system mouse yank.
|
|
7065 (insert-selection): generalised and moved from x-mouse.el.
|
|
7066 (own-clipboard): moved to C.
|
|
7067
|
|
7068 * msw-select.el (mswindows-selection-owned-p): deleted.
|
|
7069 (mswindows-own-selection): generalised and moved to select.el.
|
|
7070 (mswindows-disown-selection): generalised and moved to C.
|
|
7071 (mswindows-selection-owner-p): ditto.
|
|
7072
|
|
7073 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7074
|
|
7075 * XEmacs 21.2.14 is released
|
|
7076
|
|
7077 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
7078
|
|
7079 * about.el: update contact info for jason and slb.
|
|
7080
|
|
7081 1999-05-13 SL Baur <steve@gneiss.etl.go.jp>
|
|
7082
|
|
7083 * mule/european.el (setup-romanian-environment): Add Romanian
|
|
7084 support from Emacs/Mule romanian.el.
|
|
7085
|
|
7086 1999-03-17 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7087
|
|
7088 * cus-face.el: Label all custom changes with the 'custom' tag.
|
|
7089
|
|
7090 * cus-edit.el: idem ditto.
|
|
7091
|
|
7092 * faces.el: Added suport for adding device tags to various functions.
|
|
7093 (custom): New device tag.
|
|
7094 (face-spec-set): Call reset face with tags argument. No longer do
|
|
7095 x-init-global-faces hack.
|
|
7096
|
|
7097 * faces.el (frob-face-property): Use an anonymous specifier to map
|
|
7098 frob-face-property-1 over.
|
|
7099
|
|
7100 * x-font-menu.el (font-menu-set-font): Always specify all
|
|
7101 properties to custom.
|
|
7102
|
|
7103 1999-05-12 SL Baur <steve@gneiss.etl.go.jp>
|
|
7104
|
|
7105 * mule/european.el (setup-czech-environment): Add czech support.
|
|
7106 From David Sauer <davids@orfinet.cz>
|
|
7107
|
|
7108 1999-03-15 SL Baur <steve@xemacs.org>
|
|
7109
|
|
7110 * check-features.el: Turn hard errors into warnings.
|
|
7111
|
|
7112 1999-03-21 SL Baur <steve@xemacs.org>
|
|
7113
|
|
7114 * simple.el (delete-key-deletes-forward): As per discussion on
|
|
7115 xemacs-beta, default to t.
|
|
7116
|
|
7117 1999-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
7118
|
|
7119 * loadup.el: Define Installation-string before loading anything.
|
|
7120
|
|
7121 1999-05-06 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
7122
|
|
7123 * files.el (auto-mode-alist): fix typo in regex for .bash_* files
|
|
7124 From Anders Stenman <stenman@isy.liu.se>
|
|
7125
|
|
7126 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7127
|
|
7128 * wid-edit.el (widget-glyph-find): Ditto.
|
|
7129
|
|
7130 * packages.el (locate-library): Ditto.
|
|
7131
|
|
7132 * loadup.el (really-early-error-handler): Ditto.
|
|
7133
|
|
7134 * lib-complete.el (read-library): Ditto.
|
|
7135
|
|
7136 * faces.el (set-face-stipple): Ditto.
|
|
7137
|
|
7138 * code-files.el (load): Use new calling style of locate-file.
|
|
7139
|
|
7140 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7141
|
|
7142 * packages.el (packages-unbytecompiled-lisp): Installation.el is
|
|
7143 dead.
|
|
7144
|
|
7145 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7146
|
|
7147 * dumped-lisp.el (preloaded-file-list): Don't load
|
|
7148 Installation.el.
|
|
7149
|
|
7150 * loadup.el (Installation-string): Define it here.
|
|
7151
|
|
7152 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
7153
|
|
7154 * dumped-lisp.el (preloaded-file-list): Revert previous change --
|
|
7155 Installation.el needs to be loaded before `dump-paths', otherwise
|
|
7156 the dumping process won't find it.
|
|
7157
|
434
|
7158 1999-03-13 Adrian Aichner <adrian@xemacs.org>
|
428
|
7159
|
|
7160 * dumped-lisp.el (preloaded-file-list): Load Installation.el after
|
|
7161 subr so that we can use `replace-in-string' in Installation.el to
|
|
7162 get rid of C-m chars under the native Windows build.
|
|
7163
|
|
7164 1999-04-29 Andy Piper <andy@xemacs.org>
|
|
7165
|
|
7166 * make-docfile.el: canonicalize file and directory names.
|
|
7167
|
|
7168 * device.el (call-device-method): new function for calling device
|
|
7169 specific methods.
|
|
7170 (define-device-method): new function for defining device methods.
|
|
7171 (define-device-method*): ditto.
|
|
7172
|
|
7173 1999-04-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
7174
|
|
7175 * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
|
|
7176
|
|
7177 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7178
|
|
7179 * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
|
|
7180 (cyrillic-koi8-r-encode-table): Likewise.
|
|
7181 (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
|
|
7182 (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
|
|
7183
|
|
7184 * mule/mule-misc.el (split-char-or-char-int): New function [moved
|
|
7185 from vietnamese.el].
|
|
7186
|
|
7187 * mule/vietnamese.el: Move function `split-char-or-char-int' to
|
|
7188 mule/mule-misc.el.
|
|
7189
|
|
7190 1999-04-08 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7191
|
|
7192 * mule/thai-xtis.el:
|
|
7193 - Change font registry name from "Thai94x94-0" to "xtis-0".
|
|
7194 - Change mnemonic of coding-system `tis-620' to "TIS620".
|
|
7195
|
|
7196 1999-04-06 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7197
|
|
7198 * mule/ethiopic.el: fixed.
|
|
7199
|
|
7200 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
|
|
7201
|
|
7202 * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
|
|
7203
|
|
7204 * mule/thai-xtis.el: New file.
|
|
7205
|
|
7206 * mule/vietnamese.el: New file.
|
|
7207
|
|
7208 * mule/ethiopic.el: New file.
|
|
7209
|
|
7210 1999-04-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
7211
|
|
7212 * bytecomp.el (byte-compile-close-variables): Leave
|
|
7213 debug-issue-ebola-notices alone.
|
|
7214
|
|
7215 1999-04-11 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7216
|
|
7217 * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
|
|
7218 at the top of the buffer since it is the most important thing to
|
|
7219 customize
|
|
7220 (ldap-get-host-parameter): New defun
|
|
7221 (ldap-search): Add a new parameter `withdn' to retrieve the
|
|
7222 distinguished names of entries
|
|
7223
|
|
7224 1999-04-22 Kai Haberzettl <khaberz@synnet.de>
|
|
7225
|
|
7226 * startup.el (splash-frame-body): Date and spelling fixes.
|
|
7227
|
|
7228 1999-03-16 Colin Rafferty <colin@xemacs.org>
|
|
7229
|
|
7230 * view-less.el (toggle-truncate-lines): add autoload tag
|
|
7231
|
|
7232 1999-04-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7233
|
|
7234 * format.el (format-alist): Disable image stuff.
|
|
7235
|
|
7236 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
7237
|
|
7238 * wid-edit.el (widget-glyph-find): Search by directories, then by
|
|
7239 suffixes rather than the other way around.
|
|
7240 (widget-image-conversion): Renamed to
|
|
7241 `widget-image-file-name-suffixes'.
|
|
7242
|
|
7243 1999-04-16 Olivier Galibert <galibert@pobox.com>
|
|
7244
|
|
7245 * mule/mule-charset.el: Made old functions obsolete, remove the
|
|
7246 unspeakably evil (and inexistant in fsf's) charset-leading-byte.
|
|
7247 (charset-iso-graphic-plane): Rename from charset-graphic.
|
|
7248 (charset-iso-final-char): Rename from charset-final.
|
|
7249 (charset-width): Rename from charset-columns.
|
|
7250 (charset-bytes): Added from fsf compatibility, returns always 1.
|
|
7251
|
|
7252 * mule/mule-misc.el: Move charset-doc-string alias to
|
|
7253 mule-charset.el
|
|
7254
|
|
7255 1999-04-14 Colin Rafferty <colin@xemacs.org>
|
|
7256
|
|
7257 * x-faces.el (x-make-font-bold-italic): honor
|
|
7258 *try-oblique-before-italic-fonts*
|
|
7259
|
|
7260 1999-04-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
7261
|
|
7262 * cl-extra.el (coerce): Coerce numbers to characters correctly.
|
|
7263
|
|
7264 1998-12-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
7265
|
|
7266 * x-faces.el (try-oblique-before-italic-fonts): Use the right
|
|
7267 name.
|
|
7268
|
|
7269 1999-04-14 Dave Gillesipe <daveg@synaptics.com>
|
|
7270
|
|
7271 * cl-extra.el (equalp): Would bug out for lists.
|
|
7272
|
|
7273 1999-03-12 Charles G Waldman <cgw@fnal.gov>
|
|
7274
|
|
7275 * about.el (about-hackers): Change cgw's email address
|
|
7276
|
|
7277 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7278
|
|
7279 * XEmacs 21.2.13 is released
|
|
7280
|
|
7281 1999-03-12 SL Baur <steve@xemacs.org>
|
|
7282
|
|
7283 * simple.el (delete-key-deletes-forward): Revert to previous
|
|
7284 behavior.
|
|
7285
|
442
|
7286 1999-01-18 Didier Verna <didier@xemacs.org>
|
428
|
7287
|
|
7288 * menubar-items.el (xemacs-splash-buffer): handle the case of
|
|
7289 multiple elements in the splash buffer body.
|
|
7290
|
|
7291 * startup.el (splash-frame-timeout): new constant: interval
|
|
7292 between splash buffer elements.
|
|
7293 (command-line-1): handle splash buffer with multiple elements (use
|
|
7294 a timeout).
|
|
7295 (splash-frame-body): Originally `startup-splash-frame-body'.
|
|
7296 Rewrote a cleaner and more readable version. This can now be array,
|
|
7297 in which case each element is displayed in turn in the splash buffer.
|
|
7298 (splash-frame-static-body): new constant. Persistent information
|
|
7299 across all splash buffer elements (preserves the possibility to give
|
|
7300 it in different languages.
|
|
7301 (circulate-splash-frame-elements): new function. Used as a timeout
|
|
7302 to circulate through all splash frame elements and display them in
|
|
7303 sequence.
|
|
7304 (display-splash-frame): originally `startup-splash-frame'. Handle
|
|
7305 the case of multiple elements in the splash buffer body. Now
|
|
7306 returns a timeout id if multiple elements to display, or nil.
|
|
7307
|
|
7308 1999-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7309
|
|
7310 * x-faces.el (x-init-global-faces): Add default tag to specifiers,
|
|
7311 so they can be overridden by x-init-face-from-resources.
|
|
7312 Additionally specify the font name also with an x tag.
|
|
7313
|
|
7314 1999-03-08 Andy Piper <andy@xemacs.org>
|
|
7315
|
|
7316 * package-get.el (package-get-base): autoload.
|
|
7317
|
|
7318 * menubar-items.el (default-menubar): add update menu item. Fix
|
|
7319 custom menu to only be activated when package-base is available.
|
|
7320
|
|
7321 * package-get.el (package-get-custom): don't load
|
|
7322 package-get-custom as it is auto-generated. Fix group definition.
|
|
7323
|
442
|
7324 1999-03-05 Didier Verna <didier@xemacs.org>
|
428
|
7325
|
|
7326 * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
|
|
7327 instead of `symbol-name' (Thanks Kyle).
|
|
7328
|
|
7329 * cus-edit.el (custom-save-variables): use `prin1' instead of
|
|
7330 princ to write symbols.
|
|
7331
|
|
7332 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7333
|
|
7334 * XEmacs 21.2.12 is released
|
|
7335
|
|
7336 1999-03-05 SL Baur <steve@xemacs.org>
|
|
7337
|
|
7338 * menubar-items.el (default-menubar): Add kfm browsing support.
|
|
7339 From Neal Becker <nbecker@fred.net>
|
|
7340
|
|
7341 1999-03-03 Steven Baur <steve@gneiss.etl.go.jp>
|
|
7342
|
|
7343 * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
|
|
7344 calls to font-lock during buffer reversion.
|
|
7345
|
442
|
7346 1999-02-12 Didier Verna <didier@xemacs.org>
|
428
|
7347
|
|
7348 * info.el (Info-build-node-completions): unconditionally widen the
|
|
7349 tag table buffer.
|
|
7350
|
|
7351 1999-02-19 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
7352
|
|
7353 * x-faces.el (x-init-face-from-resources):
|
|
7354 Only set fonts in the 'x locale.
|
|
7355
|
434
|
7356 1999-03-04 Adrian Aichner <adrian@xemacs.org>
|
428
|
7357
|
|
7358 * package-ui.el (pui-install-selected-packages): Don't throw on
|
|
7359 `package-admin-delete-binary-package' returning nil since it's
|
|
7360 normal. Reindent function.
|
|
7361 (pui-add-required-packages): Handle case where packages selected
|
|
7362 for installation have never been installed.
|
|
7363
|
|
7364 1999-03-03 Martin Buchholz <martin@xemacs.org>
|
|
7365
|
|
7366 * menubar-items.el (default-menubar):
|
|
7367 Implement the ``Mule->Set coding system of process'' menu item.
|
|
7368
|
|
7369 1999-02-18 Martin Buchholz <martin@xemacs.org>
|
|
7370
|
|
7371 * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
|
|
7372 files
|
|
7373 - Change some `if's to `when's
|
|
7374
|
|
7375 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7376
|
|
7377 * XEmacs 21.2.11 is released
|
|
7378
|
|
7379 1999-02-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7380
|
|
7381 * userlock.el (ask-user-about-supersession-threat-dbox): Guard
|
|
7382 against window close (Fix Bug #460).
|
|
7383 (ask-user-about-lock-dbox): Idem.
|
|
7384
|
|
7385 1999-02-25 SL Baur <steve@xemacs.org>
|
|
7386
|
|
7387 * mule/mule-charset.el (charset-leading-byte): New function.
|
|
7388 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
|
|
7389
|
|
7390 1999-02-12 Andy Piper <andy@xemacs.org>
|
|
7391
|
|
7392 * about.el (xemacs-hackers): change andy's email address.
|
|
7393 (about-url-alist): change andy's web page address.
|
|
7394 (about-xemacs): add piper.
|
|
7395
|
|
7396 1999-02-16 SL Baur <steve@xemacs.org>
|
|
7397
|
|
7398 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
7399 of mule-base into lisp/mule.
|
|
7400
|
|
7401 1999-02-16 SL Baur <steve@xemacs.org>
|
|
7402
|
|
7403 * mule/arabic.el:
|
|
7404 mule/canna-leim.el:
|
|
7405 mule/chinese.el:
|
|
7406 mule/cyrillic.el:
|
|
7407 mule/english.el:
|
|
7408 mule/european.el:
|
|
7409 mule/greek.el:
|
|
7410 mule/hebrew.el:
|
|
7411 mule/japanese.el:
|
|
7412 mule/kinsoku.el:
|
|
7413 mule/korean.el:
|
|
7414 mule/misc-lang.el:
|
|
7415 mule/mule-category.el:
|
|
7416 mule/mule-ccl.el:
|
|
7417 mule/mule-charset.el:
|
|
7418 mule/mule-cmds.el:
|
|
7419 mule/mule-coding.el:
|
|
7420 mule/mule-files.el:
|
|
7421 mule/mule-help.el:
|
|
7422 mule/mule-init.el:
|
|
7423 mule/mule-misc.el:
|
|
7424 mule/mule-tty-init.el:
|
|
7425 mule/mule-x-init.el:
|
|
7426 mule/viet-chars.el: Remerge from mule-base.
|
|
7427
|
|
7428 * dumped-lisp.el (preloaded-file-list): Core mule files moved out
|
|
7429 of mule-base into lisp/mule.
|
|
7430
|
434
|
7431 1999-02-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
7432
|
|
7433 * process.el (exec-to-string): Use `shell-command-switch' in place
|
|
7434 of hard-wired "-c" (for WindowsNT).
|
|
7435
|
|
7436 1999-02-08 Charles G Waldman <cgw@pgt.com>
|
|
7437
|
|
7438 * menubar-items.el (default-menubar): Remove obsolete
|
|
7439 "Gopher" item
|
|
7440
|
|
7441 1999-02-06 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7442
|
|
7443 * package-admin.el (package-admin-get-install-dir): First fall
|
|
7444 back to the location of xemacs-base for non-mule packages.
|
|
7445
|
|
7446 1999-02-15 Martin Buchholz <martin@xemacs.org>
|
|
7447
|
|
7448 * paths.el:
|
|
7449 - improved automounter tmp directory support.
|
|
7450 - support 4 (!) empirically discovered automounter conventions
|
|
7451
|
|
7452 1999-02-12 SL Baur <steve@xemacs.org>
|
|
7453
|
|
7454 * etags.el (pop-tag-mark): autoload to match key binding.
|
|
7455
|
|
7456 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7457
|
|
7458 * XEmacs 21.2.10 is released
|
|
7459
|
|
7460 1999-02-02 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7461
|
|
7462 * package-get.el (package-get-remote-filename): Don't bug out for
|
|
7463 a local file name in the search entry.
|
|
7464
|
|
7465 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7466
|
|
7467 * XEmacs 21.2.9 is released
|
|
7468
|
442
|
7469 1999-01-19 Didier Verna <didier@xemacs.org>
|
428
|
7470
|
|
7471 * replace.el (replace-search-function): new variable containing a
|
|
7472 function to perform a search-forward.
|
|
7473 (replace-re-search-function): new variable containing a function
|
|
7474 to perform a re-search-forward.
|
|
7475 (perform-replace): use them.
|
|
7476
|
442
|
7477 1999-01-25 Didier Verna <didier@xemacs.org>
|
428
|
7478
|
|
7479 * select.el (selection-owner-p): use the name `XEmacs'.
|
|
7480 (cut-copy-clear-internal): ditto.
|
|
7481
|
|
7482 1999-01-18 Andy Piper <andy@xemacs.org>
|
|
7483
|
|
7484 * about.el (about-url-alist): Update my entry.
|
|
7485 (xemacs-hackers): Ditto.
|
|
7486
|
434
|
7487 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
7488
|
|
7489 * buffer.el (switch-to-buffer): Fixing documentation.
|
|
7490 * minibuf.el (minibuffer-completion-table): ditto.
|
|
7491 * cl-macs.el (return-from): ditto.
|
|
7492
|
442
|
7493 1999-01-04 Didier Verna <didier@xemacs.org>
|
428
|
7494
|
|
7495 * replace.el (delete-non-matching-lines): temporarily disable
|
|
7496 case-folding when called interactively with a regexp containing
|
|
7497 uppercase characters.
|
|
7498 (delete-matching-lines): ditto.
|
|
7499 (count-matches): ditto.
|
|
7500 (list-matching-lines): ditto.
|
|
7501
|
|
7502 1999-01-07 Colin Rafferty <colin@xemacs.org>
|
|
7503
|
|
7504 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only
|
|
7505 abort if current window is split horizontally, not if others are
|
|
7506 split. Got rid of unnecessary minibuffer checking. Also, add
|
|
7507 some comments (it's still complex).
|
|
7508
|
|
7509 1999-01-12 Robert Pluim <rpluim@BayNetworks.com>
|
|
7510
|
|
7511 * package-get.el: changed address for doc.ic.ac.uk to
|
|
7512 sunsite.doc.ic.ac.uk
|
|
7513
|
|
7514 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7515
|
|
7516 * ldap.el (toplevel): Remove requires so that the file compiles
|
|
7517 with a non LDAP-enabled XEmacs binary. Provide `ldap'.
|
|
7518
|
|
7519 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
7520
|
|
7521 * dump-paths.el: Calculate module-directory and set
|
|
7522 module-load-path to the load path for modules.
|
|
7523
|
|
7524 * loadup.el: Get bootstrap value of module-load-path from the
|
|
7525 environment variable EMACSBOOTSTRAPMODULEPATH.
|
|
7526 - Display the module load path if we're debugging paths.
|
|
7527
|
|
7528 * setup-paths.el: Added function paths-find-site-module-directory.
|
|
7529 - Added function paths-find-module-directory.
|
|
7530 - Added function paths-construct-module-load-path. Uses new
|
|
7531 environment variable EMACSMODULEPATH.
|
|
7532
|
|
7533 1998-12-30 Martin Buchholz <martin@xemacs.org>
|
|
7534
|
|
7535 * font.el (font-default-object-for-device):
|
|
7536 Oops! This `or' can't be replaced by `unless'.
|
|
7537 Fixed inability to run w3, among other things.
|
|
7538
|
|
7539 1998-12-17 Charles G. Waldman <cgw@pgt.com>
|
|
7540
|
|
7541 * package-admin.el: Change initialization of
|
|
7542 package-admin-install-function dependent on system type.
|
|
7543 Change package-admin-install-function-mswindows to use
|
|
7544 "minitar".
|
|
7545
|
|
7546 1998-12-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
7547
|
|
7548 * mouse.el (default-mouse-motion-handler): Disable help echo while
|
|
7549 in the minibuffer.
|
|
7550
|
|
7551 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
7552
|
|
7553 * XEmacs 21.2.8 is released.
|
|
7554
|
|
7555 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
7556
|
|
7557 * XEmacs 21.2.7 is released.
|
|
7558
|
|
7559 1998-12-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7560
|
|
7561 * package-ui.el (pui-list-packages): Set truncate-lines.
|
|
7562
|
|
7563 * package-get.el (package-get-download-menu): Use
|
|
7564 `package-ui-add-site'. Add a a toggle to indicate it is in the list.
|
|
7565
|
|
7566 * package-ui.el (pui-help): Ditch in favor of `describe-mode'
|
|
7567 (pui-help-string): idem.
|
|
7568 (list-packages-mode): New major mode.
|
|
7569 (pui-list-packages): Use 'list-packages-mode' in the package buffer.
|
|
7570 (pui-install-selected-packages): Add suport for removing packages.
|
|
7571 (pui-toggle-package-delete-key): New function.
|
|
7572 (pui-popup-context-sensitive): New kludge.
|
|
7573 (pui-list-packages): Add warning when `package-get-remote' is nil.
|
|
7574 (package-ui-add-site): New function.
|
|
7575
|
442
|
7576 1998-12-01 Didier Verna <didier@xemacs.org>
|
428
|
7577
|
|
7578 * hyper-apropos.el (hyper-where-is): added the missing autoload.
|
|
7579
|
|
7580 1998-11-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
7581
|
|
7582 * ldap.el: Custom-ized
|
|
7583 (toplevel): Do not provide `ldap' which is provided by C level
|
|
7584 LDAP code
|
|
7585 (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
|
|
7586
|
|
7587 1998-12-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
7588
|
|
7589 * isearch-mode.el (isearch-mode): Really fix keymap lossage.
|
|
7590
|
|
7591 1998-12-17 Andy Piper <andy@xemacs.org>
|
|
7592
|
|
7593 * sound.el (sound-load-list): name changed from sound-load-alist.
|
|
7594 (sound-extension-list): name changed from sound-ext-list.
|
|
7595 (load-default-sounds): use new names.
|
|
7596 (load-sound-file): use new names.
|
|
7597
|
|
7598 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
7599
|
|
7600 * XEmacs 21.2.6 is released
|
|
7601
|
|
7602 1998-11-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
7603
|
|
7604 * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
|
|
7605 errors.
|
|
7606
|
|
7607 1998-12-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
7608
|
|
7609 * wid-edit.el (widget-echo-this-extent): Set
|
|
7610 help-echo-owns-message to t.
|
|
7611
|
|
7612 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
7613
|
|
7614 * package-get.el (package-get-download-menu): use toggles for
|
|
7615 each site in the download site menu.
|
|
7616
|
|
7617 1998-12-01 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7618
|
|
7619 * package-get.el (package-get): If we cannot find a package
|
|
7620 because package-get-remote is not set, give a more helpful
|
|
7621 error message.
|
|
7622
|
|
7623 1998-11-30 Greg Klanderman <greg@alphatech.com>
|
|
7624
|
|
7625 * package-get.el (package-get-remote-filename): use an EFS path
|
|
7626 with user anonymous if no user is specified.
|
|
7627
|
|
7628 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7629
|
|
7630 * faces.el (face-spec-set): Re-init fallfacks for default after
|
|
7631 calling reset-face on the default face.
|
|
7632
|
|
7633 1998-12-10 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7634
|
|
7635 * package-admin.el (package-admin-default-install-function):
|
|
7636 Behave as advertised. Make sure the pkg-dir is proper for
|
|
7637 default-directory.
|
|
7638 (package-admin-add-binary-package): Make sure the pkg-dir is
|
|
7639 proper for default-directory.
|
|
7640 (package-admin-install-function-mswindows): Make sure the pkg-dir
|
|
7641 is proper for default-directory.
|
|
7642
|
|
7643 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
7644
|
|
7645 * XEmacs 21.2.5 is released
|
|
7646
|
|
7647 1998-12-05 SL Baur <steve@altair.xemacs.org>
|
|
7648
|
|
7649 * files.el (binary-file-regexps): regexp-opt is not available at
|
|
7650 bytecompile time.
|
|
7651
|
|
7652 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
7653
|
|
7654 * x-win-xfree86.el:
|
|
7655 * x-win-sun.el (x-win-init-sun):
|
|
7656 * x-win-sun.el:
|
|
7657 * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
|
|
7658 * x-iso8859-1.el:
|
|
7659 * x-init.el (init-post-x-win):
|
|
7660 * x-init.el (init-pre-x-win):
|
|
7661 * x-init.el (x-initialize-compose):
|
|
7662 * x-init.el:
|
|
7663 * x-compose.el:
|
|
7664 * winnt.el:
|
|
7665 * widget.el:
|
|
7666 * wid-edit.el (widget-glyph-click):
|
|
7667 * wid-edit.el (widget-glyph-find):
|
|
7668 * wid-edit.el (widget-type):
|
|
7669 * view-less.el (view-buffer-other-window):
|
|
7670 * very-early-lisp.el:
|
|
7671 * version.el:
|
|
7672 * toolbar.el:
|
|
7673 * toolbar-items.el:
|
|
7674 * term/sun.el (suntool-map):
|
|
7675 * term/sun-mouse.el:
|
|
7676 * term/internal.el:
|
|
7677 * syntax.el (modify-syntax-entry):
|
|
7678 * symbol-syntax.el:
|
|
7679 * subr.el:
|
|
7680 * startup.el (lock-directory):
|
|
7681 * simple.el (set-comment-column):
|
|
7682 * simple.el (backward-delete-char-untabify):
|
|
7683 * shadow.el (find-emacs-lisp-shadows):
|
|
7684 * shadow.el:
|
|
7685 * setup-paths.el (paths-construct-info-path):
|
|
7686 * select.el (cut-copy-clear-internal):
|
|
7687 * process.el (call-process-region):
|
|
7688 * process.el (start-process-shell-command):
|
|
7689 * process.el:
|
|
7690 * paths.el (rmail-spool-directory):
|
|
7691 * paragraphs.el (use-hard-newlines):
|
|
7692 * package-get.el (package-get-dependencies):
|
|
7693 * package-admin.el (package-admin-delete-binary-package):
|
|
7694 * obsolete.el (truncate-string):
|
|
7695 * obsolete.el (store-substring):
|
|
7696 * mouse.el (default-mouse-track-maybe-own-selection):
|
|
7697 * mouse.el (mouse-yank-at-point):
|
|
7698 * modeline.el:
|
|
7699 * modeline.el (mouse-drag-modeline):
|
|
7700 * minibuf.el (read-directory-name-internal):
|
|
7701 * minibuf.el (read-file-name-internal):
|
|
7702 * minibuf.el (read-file-name-internal-1):
|
|
7703 * minibuf.el (read-file-name-2):
|
|
7704 * minibuf.el (exact-minibuffer-completion-p):
|
|
7705 * minibuf.el (read-from-minibuffer):
|
|
7706 * minibuf.el:
|
|
7707 * menubar.el (check-menu-syntax):
|
|
7708 * map-ynp.el (map-y-or-n-p):
|
|
7709 * make-docfile.el (docfile-out-of-date):
|
|
7710 * loadup.el ((member "run-temacs" command-line-args)):
|
|
7711 * loadup.el ((member "no-site-file" command-line-args)):
|
|
7712 * loadup.el (really-early-error-handler):
|
|
7713 * loadup.el:
|
|
7714 * loadhist.el:
|
|
7715 * loaddefs.el:
|
|
7716 * lisp-mnt.el (lm-verify):
|
|
7717 * lib-complete.el (lib-complete:cache-completions):
|
|
7718 * lib-complete.el (library-all-completions):
|
|
7719 * itimer.el (itimer-run-expired-timers):
|
|
7720 * info.el (Info-mode):
|
|
7721 * info.el (Info-insert-file-contents):
|
|
7722 * info.el (Info-rebuild-dir):
|
|
7723 * info.el (Info-build-dir-anew):
|
|
7724 * info.el (Info-parse-dir-entries):
|
|
7725 * info.el (Info-dir-outdated-p):
|
|
7726 * info.el (Info-insert-dir):
|
|
7727 * info.el (info-xref):
|
|
7728 * info.el:
|
|
7729 * hyper-apropos.el (hyper-apropos-get-doc):
|
|
7730 * hyper-apropos.el (hyper-describe-face):
|
|
7731 * hyper-apropos.el (hyper-apropos-mode):
|
|
7732 * hyper-apropos.el:
|
|
7733 * help.el (list-processes):
|
|
7734 * help.el:
|
|
7735 * gnuserv.el:
|
|
7736 * font.el (mswindows-font-create-name):
|
|
7737 * font.el (font-default-font-for-device):
|
|
7738 * font.el (x-font-create-object):
|
|
7739 * font.el (font-registry):
|
|
7740 * font.el:
|
|
7741 * font-lock.el (font-lock-keywords):
|
|
7742 * font-lock.el:
|
|
7743 * finder.el (finder-compile-keywords):
|
|
7744 * find-paths.el (paths-find-recursive-path):
|
|
7745 * fill.el (set-justification-center):
|
|
7746 * fill.el (fill-region-as-paragraph):
|
|
7747 * files.el (insert-directory):
|
|
7748 * files.el (wildcard-to-regexp):
|
|
7749 * files.el (recover-file):
|
|
7750 * files.el (basic-save-buffer):
|
|
7751 * files.el (delete-auto-save-file-if-necessary):
|
|
7752 * files.el (file-relative-name):
|
|
7753 * files.el (backup-extract-version):
|
|
7754 * files.el (backup-buffer):
|
|
7755 * files.el (set-visited-file-name):
|
|
7756 * files.el (set-auto-mode):
|
|
7757 * files.el (interpreter-mode-alist):
|
|
7758 * files.el:
|
|
7759 * files.el (find-file-noselect):
|
|
7760 * files.el (abbreviate-file-name):
|
|
7761 * files.el (parse-colon-path):
|
|
7762 * files.el (directory-abbrev-alist):
|
|
7763 * etags.el (visit-tags-table-buffer):
|
|
7764 * easymenu.el (easy-menu-define):
|
|
7765 * dragdrop.el (experimental-dragdrop-drag):
|
|
7766 * dragdrop.el (dragdrop-drop-do-functions):
|
|
7767 * dragdrop.el (dragdrop-drop-at-point):
|
|
7768 * disass.el (disassemble-1):
|
|
7769 * disass.el (disassemble-internal):
|
|
7770 * disass.el (disassemble):
|
|
7771 * disass.el:
|
|
7772 * derived.el (derived-mode-init-mode-variables):
|
|
7773 * derived.el (define-derived-mode):
|
|
7774 * custom.el (defgroup):
|
|
7775 * cus-edit.el (custom-quote):
|
|
7776 * config.el:
|
|
7777 * code-process.el (open-network-stream):
|
|
7778 * code-process.el (start-process):
|
|
7779 * code-process.el (call-process-region):
|
|
7780 * code-process.el (call-process):
|
|
7781 * code-process.el:
|
|
7782 * code-files.el (insert-file-contents):
|
|
7783 * code-files.el:
|
|
7784 * code-files.el (buffer-file-coding-system-for-read):
|
|
7785 * cmdloop.el (yes-or-no-p-minibuf):
|
|
7786 * cl.el:
|
|
7787 * cl-macs.el:
|
|
7788 * cl-extra.el:
|
|
7789 * callers-of-rpt.el (make-caller-report):
|
|
7790 * callers-of-rpt.el:
|
|
7791 * bytecomp.el (batch-byte-recompile-directory):
|
|
7792 * bytecomp.el (batch-byte-compile-1):
|
|
7793 * bytecomp.el (batch-byte-compile):
|
|
7794 * bytecomp.el (display-call-tree):
|
|
7795 * bytecomp.el (byte-compile-insert):
|
|
7796 * bytecomp.el (byte-compile-two-args-19->20):
|
|
7797 * bytecomp.el (byte-compile-variable-ref):
|
|
7798 * bytecomp.el (byte-compile-form):
|
|
7799 * bytecomp.el (byte-compile-top-level-body):
|
|
7800 * bytecomp.el (byte-compile-out-toplevel):
|
|
7801 * bytecomp.el (byte-compile-byte-code-maker):
|
|
7802 * bytecomp.el (byte-compile-file-form-defmumble):
|
|
7803 * bytecomp.el (byte-compile-file-form):
|
|
7804 * bytecomp.el (byte-compile-keep-pending):
|
|
7805 * bytecomp.el (byte-compile-insert-header):
|
|
7806 * bytecomp.el (byte-compile-from-buffer):
|
|
7807 * bytecomp.el (byte-compile-file):
|
|
7808 * bytecomp.el (byte-recompile-file):
|
|
7809 * bytecomp.el (byte-compile-close-variables):
|
|
7810 * bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
7811 * bytecomp.el (byte-compile-warn-about-unresolved-functions):
|
|
7812 * bytecomp.el (byte-compiler-legal-options):
|
|
7813 * bytecomp.el (byte-compile-lapcode):
|
|
7814 * bytecomp.el (byte-optimize-log):
|
|
7815 * bytecomp.el ((fboundp 'defsubst)):
|
|
7816 * bytecomp.el:
|
|
7817 * bytecomp-runtime.el:
|
|
7818 * byte-optimize.el (byte-optimize-apply):
|
|
7819 * byte-optimize.el (car):
|
|
7820 * byte-optimize.el (byte-optimize-form):
|
|
7821 * byte-optimize.el (byte-optimize-form-code-walker):
|
|
7822 * byte-optimize.el:
|
|
7823 * build-report.el (build-report-insert-installation-file):
|
|
7824 * build-report.el (build-report):
|
|
7825 * auto-show.el:
|
|
7826 * apropos.el (apropos-documentation):
|
|
7827 - mega patch
|
|
7828 - clean up byte-compile warnings
|
|
7829 - remove unused variables
|
|
7830 - Use common lisp style hashtable functions
|
|
7831 - byte compiler cleanup
|
|
7832 - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
|
|
7833 - remove old backquote syntax usage
|
|
7834 - move some cl functionality into C for speed.
|
|
7835 - remove last remaining VMS support
|
|
7836 - spelling fixes
|
|
7837 - implement last, butlast, nbutlast, copy-list in C.
|
|
7838 - new macro ignore-file-errors, similar to ignore-errors
|
|
7839 (ignore-file-errors (delete-file "foo"))
|
|
7840 - get frequent garbage collection during loadup.el by tweaking
|
|
7841 gc-cons-threshold, rather than explicitly calling garbage-collect
|
|
7842 - default delete-key-deletes-forward to `t'.
|
|
7843
|
|
7844 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
7845
|
|
7846 * XEmacs 21.2-beta4 is released.
|
|
7847
|
|
7848 1998-11-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7849
|
|
7850 * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
|
|
7851 (easy-menu-item-present-p): Wrapper around find-menu-item.
|
|
7852 (easy-menu-remove-item): Wrapper around delete-menu-item.
|
|
7853
|
|
7854 * menubar.el (delete-menu-item): Add 'from-menu' argument.
|
|
7855 (add-menu-button): Add 'in-menu' argument.
|
|
7856 (add-menu-item-1): Add in-menu support to helper function.
|
|
7857
|
|
7858 1998-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
7859
|
|
7860 * isearch-mode.el (isearch-mode): Fix keymap lossage.
|
|
7861
|
|
7862 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7863
|
|
7864 * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
|
|
7865 of Dec 4, 1997.
|
|
7866
|
|
7867 1998-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
7868
|
|
7869 * process.el (shell-command-on-region): Report if the command
|
|
7870 succeeded or failed.
|
|
7871
|
|
7872 1998-11-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
7873
|
|
7874 * subr.el (buffer-substring-no-properties): Comment out.
|
|
7875
|
434
|
7876 1998-11-07 Adrian Aichner <adrian@xemacs.org>
|
428
|
7877
|
|
7878 * msw-faces.el (mswindows-find-smaller-font): Turning font names
|
|
7879 into font instances first, like `x-frob-font-size' does.
|
|
7880 (mswindows-find-larger-font): ditto
|
|
7881
|
|
7882 1998-11-04 Greg Klanderman <greg@alphatech.com>
|
|
7883
|
|
7884 * package-ui.el (pui-install-selected-packages): fix args in call
|
|
7885 to `package-get'.
|
|
7886
|
|
7887 1998-10-29 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7888
|
|
7889 * package-get.el (host-name): New widget type.
|
|
7890 (package-get-remote): Better customization using new type.
|
|
7891 (package-get-download-sites): idem dito.
|
|
7892
|
|
7893 (package-get-custom): Do not use package-get-all untill we have
|
|
7894 runtime dependencies.
|
|
7895
|
|
7896 (package-get-remove-copy): Default to 't' we no longer need this
|
|
7897 kludge as we do not currently use depenencies.
|
|
7898
|
|
7899 (package-get-was-current): New variable.
|
|
7900 (package-get-require-base): New 'force-current' argument.
|
|
7901 (package-get-update-base): idem
|
|
7902 (package-get-package-provider): idem
|
|
7903 (package-get-locate-index-file): New 'no-remote' argument.
|
|
7904 (package-get-locate-file): idem.
|
|
7905
|
|
7906 (package-get-maybe-save-index): New function.
|
|
7907 (package-get-update-base): Use it.
|
|
7908
|
|
7909 1998-10-28 Greg Klanderman <greg@alphatech.com>
|
|
7910
|
|
7911 * package-get.el (package-get-remote): default to nil; by default,
|
|
7912 don't go out to the net via EFS. They must select a download site.
|
|
7913 (package-get-download-sites): new variable.
|
|
7914 (package-get-download-menu): new function.
|
|
7915 (package-get-locate-index-file): new function.
|
|
7916 (package-get-update-base): use it.
|
|
7917
|
|
7918 * menubar-items.el (default-menubar): add "Update Package Index"
|
|
7919 and "Add Download Site" menus under Options | Manage Packages.
|
|
7920
|
|
7921 1998-10-19 Greg Klanderman <greg@alphatech.com>
|
|
7922
|
|
7923 * package-get.el (package-get): bugfix code checking installed version
|
|
7924 for case where package is not currently installed.
|
|
7925 (package-get-require-signed-base-updates): new variable.
|
|
7926 (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
|
|
7927 deemed not a goot thing. Use the variable
|
|
7928 package-get-allow-unsigned-base-updates instead.
|
|
7929
|
|
7930 1998-10-16 Greg Klanderman <greg@alphatech.com>
|
|
7931
|
|
7932 * package-get.el (package-get): Don't install an older version than
|
|
7933 we already have unless explicitly told to. Issue a warning.
|
|
7934
|
|
7935 * package-ui.el (pui-add-required-packages): when adding
|
|
7936 dependencies, don't add packages that are up to date.
|
|
7937 (pui-package-symbol-char): Don't consider a package out of date
|
|
7938 if you have a newer version installed than the latest version in
|
|
7939 package-get-base.
|
|
7940
|
|
7941 * package-get.el (package-get-base-filename): document that it may
|
|
7942 be a path relative to package-get-remote; new default value.
|
|
7943 (package-get-locate-file): new function.
|
|
7944 (package-get-update-base): use it to expand package-get-base-filename.
|
|
7945 (package-get-save-base): new function to save the package-get database
|
|
7946 to file.
|
|
7947 (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
|
|
7948 (package-get-update-base): pass the REMOTE-SOURCE arg.
|
|
7949 (package-get-update-base-entry): call package-get-custom-add-entry.
|
|
7950 (package-get-file-installed-p): removed; no longer needed.
|
|
7951 (package-get-create-custom): ditto.
|
|
7952 (toplevel): remove code to build and load package-get-custom.el
|
|
7953 (package-get-custom-add-entry): new function.
|
|
7954
|
|
7955 1998-10-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
7956
|
|
7957 * wid-edit.el (widget-button-click): Don't switch window.
|
|
7958
|
|
7959 1998-10-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7960
|
|
7961 * cus-face.el (custom-set-face-update-spec): Add autoload cookie
|
|
7962
|
|
7963 1998-10-20 Malcolm Box <malcolm@brownale.demon.co.uk>
|
|
7964
|
|
7965 * etags.el (find-tag-default): Run find-tag-hook using
|
|
7966 run-hooks rather than funcall
|
|
7967
|
|
7968 1998-10-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
7969
|
|
7970 * isearch-mode.el (isearch-mode): Set the current minor mode maps
|
|
7971 and the current local map as the parents to isearch-mode-map.
|
|
7972
|
|
7973 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
7974
|
|
7975 * XEmacs 21.2-beta3 is released.
|
|
7976
|
|
7977 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7978
|
|
7979 * package-get.el (package-get-update-base): use
|
|
7980 insert-file-contents-internal, not insert-file-contents-literally.
|
|
7981
|
|
7982 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
7983
|
|
7984 * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
|
|
7985 dump time.
|
|
7986
|
|
7987 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7988
|
|
7989 * package-get.el (package-get-update-base-entry): new function.
|
|
7990 (package-get-update-base): renamed; was `package-get-load-base'.
|
|
7991 cleanup, and use package-get-update-base-from-buffer.
|
|
7992 (package-get-update-base-from-buffer): new function.
|
|
7993 (package-get-update-base-entries): new; helper for above.
|
|
7994 Do not eval lisp grabbed over ftp; parse it from new format.
|
|
7995
|
|
7996 1998-10-15 Greg Klanderman <greg@alphatech.com>
|
|
7997
|
|
7998 * files.el (set-auto-mode): Don't play games loading package-get
|
|
7999 database; package-get-package-provider will handle it all.
|
|
8000
|
|
8001 1998-10-14 Greg Klanderman <greg@alphatech.com>
|
|
8002
|
|
8003 * package-get.el (package-get-base-filename): new variable.
|
|
8004 (package-get-require-base): new function.
|
|
8005 (package-get-pgp-signed-begin-line): new variable.
|
|
8006 (package-get-pgp-signature-begin-line): ditto.
|
|
8007 (package-get-pgp-signature-end-line): ditto.
|
|
8008 (package-get-load-base): new function.
|
|
8009 (package-get-interactive-package-query):
|
|
8010 (package-get-update-all):
|
|
8011 (package-get-dependencies):
|
|
8012 (package-get-package-provider):
|
|
8013 (package-get-custom): use package-get-require-base.
|
|
8014 [package-get-custom loading]: disable for now.
|
|
8015
|
|
8016 * package-ui.el (pui-list-packages): use (package-get-require-base)
|
|
8017
|
|
8018 1998-10-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8019
|
|
8020 * package-ui.el: Correct obvious thinko in choosing extent face.
|
|
8021
|
|
8022 1998-10-12 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8023
|
|
8024 * menubar-items.el (default-menubar): pui-list-package has nothing
|
|
8025 to with Customize. Move all the package stuff to a new Item in Options.
|
|
8026
|
|
8027 * package-ui.el (pui-menu): Add menu and Popup menu.
|
|
8028
|
|
8029 * package-get.el (package-get): Use new
|
|
8030 package-admin-get-install-dir.
|
|
8031
|
|
8032 * package-admin.el (package-admin-get-install-dir): New syntax.
|
|
8033 Conserve package location and put mule packages where mule-base is.
|
|
8034
|
|
8035 * package-get.el : Customized
|
|
8036
|
|
8037 * package-ui.el (pui): Customized
|
|
8038 (pui-package-install-dest-dir): New variable.
|
|
8039 (pui-install-selected-packages): Use it
|
|
8040
|
|
8041 1998-10-12 SL Baur <steve@altair.xemacs.org>
|
|
8042
|
|
8043 * package-get.el (package-get-interactive-package-query): Move
|
|
8044 dependency on package-get-base to run-time.
|
|
8045 (package-get-update-all): Ditto.
|
|
8046 (package-get-dependencies): Ditto.
|
|
8047 (package-get-package-provider): Ditto.
|
|
8048 (package-get-custom): Ditto.
|
|
8049
|
|
8050 1998-10-11 Glynn Clements <glynn@sensei.co.uk>
|
|
8051
|
|
8052 * events.el: Remove 'ascii-character property from 'backspace
|
|
8053 and 'delete symbols
|
|
8054
|
|
8055 1998-10-11 SL Baur <steve@altair.xemacs.org>
|
|
8056
|
|
8057 * package-get-base.el: removed.
|
|
8058
|
442
|
8059 1998-09-23 Didier Verna <didier@xemacs.org>
|
428
|
8060
|
|
8061 * simple.el (search-caps-disable-folding): moved from isearch-mode.el
|
|
8062 (no-upper-case-p): new function.
|
|
8063 (with-search-caps-disable-folding): new macro.
|
|
8064 (with-interactive-search-caps-disable-folding): new macro.
|
|
8065 (zap-to-char): In interactive mode, do a case-sensitive search if
|
|
8066 the character is uppercase.
|
|
8067 (zap-up-to-char): ditto.
|
|
8068
|
|
8069 * replace.el (perform-replace): use the function no-upper-case-p.
|
|
8070
|
|
8071 * isearch-mode.el (isearch-fix-case): ditto.
|
|
8072 make obsolete `with-caps-disable-folding' and
|
|
8073 `isearch-no-upper-case-p'.
|
|
8074
|
|
8075 * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
|
|
8076 (tags-search): ditto.
|
|
8077 (tags-query-replace): ditto.
|
|
8078
|
|
8079 * info.el (Info-search): ditto.
|
|
8080
|
|
8081 1998-10-07 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8082
|
|
8083 * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
|
|
8084
|
|
8085 1998-10-07 Greg Klanderman <greg@alphatech.com>
|
|
8086
|
|
8087 * package-admin.el (package-admin-rmtree): rewritten. need to
|
|
8088 check for "." and ".." before symlink check. expand files and
|
|
8089 directories with respect to DIRECTORY, not default-directory.
|
|
8090
|
|
8091 1998-10-04 Greg Klanderman <greg@alphatech.com>
|
|
8092
|
|
8093 * package-get.el (package-get-all): add INSTALL-DIR argument.
|
|
8094
|
|
8095 1998-10-06 Greg Klanderman <greg@alphatech.com>
|
|
8096
|
|
8097 * package-ui.el (pui-add-required-packages): new function, select
|
|
8098 dependent packages.
|
|
8099 (pui-display-keymap): bind it.
|
|
8100 (pui-help-string): document it.
|
|
8101 (pui-install-selected-packages): package-get-all -> package-get.
|
|
8102
|
|
8103 * package-get.el (package-get-dependencies): new function.
|
|
8104
|
|
8105 1998-10-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
8106
|
|
8107 * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
|
|
8108 regexps.
|
|
8109
|
|
8110 1998-10-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
8111
|
|
8112 * mouse.el (default-mouse-track-point-at-opening-quote-p): New
|
|
8113 function.
|
|
8114 (default-mouse-track-normalize-point): Use it.
|
|
8115
|
|
8116 1998-09-30 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8117
|
|
8118 * package-admin.el (package-admin-delete-binary-package):
|
|
8119 General cleanup. Remove unnessary use of progn and
|
|
8120 save-excursion.
|
|
8121 (package-admin-delete-binary-package): Do NOT mess with file
|
|
8122 modes. That is evil.
|
|
8123 (package-admin-delete-binary-package): Wrap all deleting in
|
|
8124 condition-case. The data in MANIFEST is untrustworthy.
|
|
8125 (package-admin-delete-binary-package): Let the OS worry about non
|
|
8126 empty directories.
|
|
8127
|
|
8128 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
8129
|
|
8130 * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
|
|
8131 processing.
|
|
8132 (lm-report-bug): Fix mail address to send bug reports to.
|
|
8133
|
|
8134 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
8135
|
|
8136 * XEmacs 21.2-beta2 is released.
|
|
8137
|
|
8138 1998-08-14 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8139
|
|
8140 * files.el (auto-mode-alist): Enhanced regexp for perl-mode
|
|
8141
|
|
8142 1998-09-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8143
|
|
8144 * info.el (Info-mode): Document page turning by double clicks in
|
|
8145 docstring so `M-x describe-mode' will display it.
|
|
8146
|
|
8147 1998-09-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
8148
|
|
8149 * info.el (Info-mouse-track-double-click-hook): Use character
|
|
8150 widths to calculate a border region where double clicking does
|
|
8151 page turning, and return `nil' by default so other hooks, such as
|
|
8152 region highlighting, will be run.
|
|
8153
|
|
8154 1998-09-29 Colin Rafferty <colin@xemacs.org>
|
|
8155
|
|
8156 * sound.el (default-sound-directory-list): Initialize with all the
|
|
8157 "sounds" directories in `data-directory-list'. It used to just be
|
|
8158 the first one.
|
|
8159
|
|
8160 * packages.el (locate-data-directory-list): Created. This gives
|
|
8161 the list of matching directories, unlike `locate-data-directory',
|
|
8162 which just gives the first one.
|
|
8163
|
|
8164 1998-09-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8165
|
|
8166 * minibuf.el (read-from-minibuffer): No longer bind help-form but
|
|
8167 make a binding in the local keymap until help-char handling is
|
|
8168 improved.
|
|
8169
|
|
8170 * help.el (help-keymap-with-help-key): Provide keymap with help
|
|
8171 binding.
|
|
8172 (help-print-help-form): New helper function.
|
|
8173
|
|
8174 1998-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
8175
|
|
8176 * isearch-mode.el (isearch-highlight): set-extent-endpoints can
|
|
8177 move extent to another buffer; no need to create a new extent.
|
|
8178 (isearch-fix-case): New function.
|
|
8179 (isearch-search-and-update): Use it.
|
|
8180
|
|
8181 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8182
|
|
8183 * isearch-mode.el (isearch-mode): Use overriding-local-map to set
|
|
8184 the keymap, not minor-mode-map-alist.
|
|
8185 (isearch-done): Restore overriding-local-map.
|
|
8186
|
|
8187 1998-09-21 Martin Buchholz <martin@xemacs.org>
|
|
8188
|
|
8189 * bytecomp.el (byte-compile-buffer-substring):
|
|
8190 Fix for: (byte-compile (defun f () (buffer-substring)))
|
|
8191 ==> ** buffer-substring called with 3 args, but requires 0-3
|
|
8192 - new code not only works, but is more readable, too.
|
|
8193
|
|
8194 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8195
|
|
8196 * msw-faces.el (mswindows-init-device-faces): Don't try to
|
|
8197 specify a default font at this late stage. Do try to force
|
|
8198 creation of the default face font so that if it fails we get
|
|
8199 an error now instead of a crash at frame creation.
|
|
8200
|
|
8201 mswindows-font-canonicalize-name, mswindows-make-font-unbold,
|
|
8202 mswindows-make-font-unitalic: Canonical default weight
|
|
8203 changed from "Normal" to "Regular".
|
|
8204
|
|
8205 mswindows-make-font-bold / -bold-italic: Supplied device was
|
|
8206 not being passed into call to mswindows-find-smaller-font.
|
|
8207
|
763
|
8208 1998-09-10 Björn Torkelsson <torkel@hpc2n.umu.se>
|
428
|
8209
|
|
8210 * package-get.el (package-get-remote): Fix the path where to find
|
|
8211 the packages on xemacs.org.
|
|
8212
|
|
8213 1998-09-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
8214
|
|
8215 * about.el (about-maintainer-info): Update Ben's entry.
|
|
8216
|
|
8217 1998-09-24 Martin Buchholz <martin@xemacs.org>
|
|
8218
|
|
8219 * lisp/shadow.el (find-emacs-lisp-shadows):
|
|
8220 - `member' was being called on lists of length 2000!
|
|
8221 - Replace with hashtables.
|
|
8222 - Replace hand-coded loops with (dolist)
|
|
8223 - Fix comment typo
|
|
8224
|
|
8225 1998-09-20 Darryl Okahata <darrylo@sr.hp.com>
|
|
8226
|
|
8227 * packages.el: Added new function, `package-delete-name', to
|
|
8228 delete existing packages from the installed package database
|
|
8229 (`packages-package-list'). Also added the "pkginfo" directory
|
|
8230 to `packages-special-base-regexp', so that the pkginfo directory
|
|
8231 would not get added to `late-packages'.
|
|
8232
|
|
8233 * package-admin.el: Added ability to delete an installed package
|
|
8234 (added low-level function, `package-admin-delete-package').
|
|
8235 Understands how to use the pkginfo/MANIFEST.<package> file to
|
|
8236 delete the package. When installing a package, will also
|
|
8237 create a MANIFEST.* file if one is not provided by the
|
|
8238 package. If the MANIFEST.* doesn't exist when deleting a
|
|
8239 package, the functions will fall back to attempting to delete
|
|
8240 any package-specific lisp directory.
|
|
8241
|
|
8242 * package-get.el: Moved some functions to package-admin.el.
|
|
8243 Added interactive function `package-get-delete-package', for
|
|
8244 use by users for deleting a package.
|
|
8245
|
442
|
8246 Also modified to not require the presence of efs.
|
428
|
8247
|
|
8248 1998-09-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
8249
|
|
8250 * files.el (find-file-noselect): Handle all signals, kill the
|
|
8251 buffer and resignal.
|
|
8252
|
|
8253 1998-09-23 SL Baur <steve@altair.xemacs.org>
|
|
8254
|
|
8255 * cl-macs.el (glyph-image): Add setf method.
|
|
8256
|
|
8257 1998-09-06 Darryl Okahata <darrylo@sr.hp.com>
|
|
8258
|
|
8259 * package-get.el: Fixed broken EFS downloading. Also, look for
|
|
8260 .tar.gz files first, in preference over .tgz files.
|
|
8261
|
|
8262 * package-ui.el: Fix display of package version numbers.
|
|
8263
|
|
8264 1998-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8265
|
|
8266 * x-font-menu.el (font-menu-set-font): Add "pt" units to size
|
|
8267 argument.
|
|
8268
|
|
8269 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
8270
|
|
8271 * list-mode.el: `display-completion-list': added new/optional
|
|
8272 keyword `:completion-string', which allows the programmer to
|
|
8273 change the "Possible completions are:" prompt.
|
|
8274
|
|
8275 * menubar-items.el: Added new pulldown menu-pick to start up the
|
|
8276 visual package browser/installer:
|
|
8277
|
|
8278 Options->Customize->List Packages
|
|
8279
|
|
8280 * package-admin.el: Added hooks for installing under both Unix
|
|
8281 and MS Windows. Does additional error checking. No longer
|
|
8282 calls "add-big-package.sh" to install packages under Unix; now
|
|
8283 calls gunzip & tar directly.
|
|
8284
|
|
8285 * package-get.el: Added ability to install packages from files
|
|
8286 on a local disk/CDROM. Now deletes any existing package lisp
|
|
8287 directory. Does completion on available packages when
|
|
8288 querying for package names. Will also search for .tgz files
|
|
8289 in addition for .tar.gz files. Tries to reload
|
|
8290 auto-autoloads, as a convenience when loading new packages,
|
|
8291 and also tries to add any new package paths to `load-path'.
|
|
8292 Changed all occurences of `concat' to use `expand-file-name'.
|
|
8293
|
|
8294 * package-ui.el: New file which implements the main visual
|
|
8295 package browser/installer, which is started via a menu pick or
|
|
8296 M-x pui-list packages.
|
|
8297
|
|
8298 1998-09-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8299
|
|
8300 * startup.el (load-init-file): spelling fix.
|
|
8301
|
|
8302 1998-09-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8303
|
|
8304 * startup.el (normal-top-level): Load auto-autoload files
|
|
8305 covariantly with their precedence.
|
|
8306
|
|
8307 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8308
|
|
8309 * menubar-items.el (default-menubar): Remove "Font Weight"
|
|
8310 option, there is currently no custom equivalent.. Customize-faces
|
|
8311 is "Edit faces".
|
|
8312
|
|
8313 * x-font-menu.el (font-menu-set-font): Use customize to set
|
|
8314 default face.
|
|
8315
|
|
8316 * faces.el (face-spec-update-all-matching): New function.
|
|
8317
|
|
8318 * cus-face.el (custom-set-face-update-spec): New function.
|
|
8319 Interface to customize faces from elisp.
|
|
8320
|
|
8321 (custom-face-value-create): Show the customized settings if set
|
|
8322 but not saved.
|
|
8323
|
|
8324 1998-08-26 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8325
|
|
8326 (custom-face-value-create): Show the customized settings if set
|
|
8327 but not saved.
|
|
8328
|
|
8329 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
8330
|
|
8331 * keydefs.el (global-map): Add FSF 20.3 binding of
|
|
8332 query-replace-regexp.
|
|
8333
|
|
8334 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
8335
|
|
8336 * minibuf.el (read-file-name-internal-1): use
|
|
8337 user-name-completion-1 instead of user-name-completion.
|
|
8338
|
|
8339 1998-08-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8340
|
|
8341 * loadup.el:
|
|
8342 * make-docfile.el:
|
|
8343 * update-elc.el: Don't set `source-directory' (now defunct as a
|
|
8344 global variable) no more.
|
|
8345
|
|
8346 * packages.el (packages-list-autoloads): Made `source-directory'
|
|
8347 (now defunct as a global variable) a parameter.
|
|
8348
|
|
8349 1998-08-13 Carsten Leonhardt <leo@arioch.oche.de>
|
|
8350
|
|
8351 * about.el (about-hackers): new email
|
|
8352
|
|
8353 1998-08-16 SL Baur <steve@altair.xemacs.org>
|
|
8354
|
|
8355 * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
|
|
8356
|
442
|
8357 1998-07-17 Didier Verna <didier@xemacs.org>
|
428
|
8358
|
|
8359 * faces.el (set-face-property):
|
|
8360 (set-face-dim-p):
|
|
8361 (face-dim-p): updated the doc strings now that the dim property isn't
|
|
8362 tty-specific.
|
|
8363 (face-equal): the dim property is now a common one.
|
|
8364
|
|
8365 * cus-face.el (custom-face-attributes): New face attribute: `dim'
|
|
8366 Renamed the `stipple' attribute to `background-pixmap'.
|
|
8367 (custom-face-background-pixmap): make custom-face-stipple an
|
|
8368 obsolete alias for this.
|
|
8369
|
|
8370 1998-08-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8371
|
|
8372 * find-paths.el (paths-file-readable-directory-p): Created and
|
|
8373 used.
|
|
8374
|
|
8375 * loadup.el: Don't set inhibit-... flags from run-temacs.
|
|
8376
|
|
8377 1998-08-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
8378
|
|
8379 * packages.el (packages-data-path-depth): Added and used.
|
|
8380
|
|
8381 1998-08-05 Charles G. Waldman <cgw@pgt.com>
|
|
8382
|
|
8383 * about.el:
|
|
8384 - Change .xpm to .png, delete "zcat" section.
|
|
8385 - cosmetic fix in the 'marcpa' entry.
|
|
8386
|
|
8387 * etc/photos
|
|
8388 - convert all .xpm.Z to .png
|
|
8389 - rename mrb to martin
|
|
8390 - rename mcook-m to mcookm
|
|
8391
|
|
8392 1998-07-31 Martin Buchholz <martin@xemacs.org>
|
|
8393
|
|
8394 * x-init.el (x-initialize-compose): Add support for
|
|
8395 dead-circumflex as YET ANOTHER NAME for that dead key.
|
|
8396
|
|
8397 1998-08-05 Colin Rafferty <colin@xemacs.org>
|
|
8398
|
|
8399 * setup-paths.el (paths-construct-exec-path): Made the
|
|
8400 last-packages really be last.
|
|
8401 (paths-construct-data-directory-list): Ditto.
|
|
8402
|
|
8403 1998-08-01 Kai Haberzettl <khaberz@synnet.de>
|
|
8404
|
|
8405 * startup.el(startup-splash-frame-body):
|
|
8406 Update Copyright notice in splash screen
|
|
8407
|
|
8408 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
8409
|
|
8410 * minibuf.el (read-file-name-internal-1): do ~user completion.
|
|
8411
|
|
8412 1998-07-22 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
8413
|
|
8414 * font-lock.el (font-lock-fontify-glumped-region): Add guard
|
|
8415 aginst destroyed extents
|
|
8416
|
|
8417 1998-07-24 Greg Klanderman <greg@alphatech.com>
|
|
8418
|
|
8419 * package-get.el (package-get): add `install-dir' argument.
|
|
8420
|
|
8421 1998-07-20 John Jones <jj@asu.edu>
|
|
8422
|
|
8423 * package-get.el: calls to package-get-update-all will only
|
|
8424 update packages which are already installed.
|
|
8425
|
|
8426 1998-07-23 SL Baur <steve@altair.xemacs.org>
|
|
8427
|
|
8428 * autoload.el (update-file-autoloads): Ensure autoloads buffer is
|
|
8429 writable.
|
|
8430
|
|
8431 1998-07-20 Colin Rafferty <colin@xemacs.org>
|
|
8432
|
|
8433 * about.el (about-hackers): Correct my email.
|
|
8434
|
|
8435 1998-07-20 Kai Haberzettl <khaberz@synnet.de>
|
|
8436
|
|
8437 * about.el (about-hackers): new email-address.
|
|
8438
|
|
8439 1998-07-25 SL Baur <steve@altair.xemacs.org>
|
|
8440
|
|
8441 * minibuf.el (read-number): Don't let `input-error' condition
|
|
8442 escape.
|
|
8443
|
|
8444 1998-07-20 Greg Klanderman <greg@alphatech.com>
|
|
8445
|
|
8446 * about.el (about-hackers): use my `email-for-life' address.
|
|
8447
|
|
8448 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
8449
|
|
8450 * XEmacs 21.2-beta1 is released.
|
|
8451
|
|
8452 1998-07-12 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8453
|
|
8454 * ldap.el (ldap-search): Doc string change
|
|
8455
|
|
8456 1998-07-16 Colin Rafferty <colin@xemacs.org>
|
|
8457
|
|
8458 * menubar-items.el (default-menubar): Removed references to
|
|
8459 `data-directory', and use `locate-data-file' instead, and made
|
|
8460 then greyed out if they don't exist.
|
|
8461
|
|
8462 1998-07-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8463
|
|
8464 * keymap.el (events-to-keys): Use `format' instead of `concat'
|
|
8465 since the latter does not accept integer args anymore
|
|
8466
|
|
8467 1998-07-15 SL Baur <steve@altair.xemacs.org>
|
|
8468
|
|
8469 * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
|
|
8470 macros replaced.
|
|
8471
|
|
8472 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
8473
|
|
8474 * make-docfile.el: Get first initialization from very-early-lisp.el
|
|
8475 * update-elc.el: Ditto.
|
|
8476 * loadup.el (really-early-error-handler): Ditto.
|
|
8477
|
|
8478 * packages.el (packages-unbytecompiled-lisp): Add new file,
|
|
8479 very-early-lisp.el.
|
|
8480
|
|
8481 * very-early-lisp.el: New file.
|
|
8482
|
|
8483 1998-07-14 SL Baur <steve@altair.xemacs.org>
|
|
8484
|
|
8485 * Symbols that have been obsolete for at least 3 years removed (II).
|
|
8486
|
|
8487 * obsolete.el (eval-current-buffer): Make compatible.
|
|
8488 (byte-code-function-p): Ditto.
|
|
8489 (send-string): Removed.
|
|
8490 (send-region): Removed.
|
|
8491 (screen-scrollbar-width): Removed.
|
|
8492 (set-screen-scrollbar-width): Removed.
|
|
8493 (set-screen-left-margin-width): Removed.
|
|
8494 (set-screen-right-margin-width): Removed.
|
|
8495 (screen-left-margin-width): Removed.
|
|
8496 (screen-right-margin-width): Removed.
|
|
8497 (set-buffer-left-margin-width): Removed.
|
|
8498 (set-buffer-right-margin-width): Removed.
|
|
8499 (buffer-left-margin-width): Removed.
|
|
8500 (buffer-right-margin-width): Removed.
|
|
8501 (x-set-frame-icon-pixmap): Removed.
|
|
8502 (x-set-screen-icon-pixmap): Removed.
|
|
8503 (pixel-name): Removed.
|
|
8504 (make-pixmap): Removed.
|
|
8505 (make-cursor): Removed.
|
|
8506 (pixmap-width): Removed.
|
|
8507 (pixmap-contributes-to-line-height-p): Removed.
|
|
8508 (set-pixmap-contributes-to-line-height): Removed.
|
|
8509
|
|
8510 1998-07-13 SL Baur <steve@altair.xemacs.org>
|
|
8511
|
|
8512 * obsolete.el (popup-menu-up-p): removed.
|
|
8513 (read-no-blanks-input): Removed.
|
|
8514 (wholenump): Removed.
|
|
8515 (ring-mod): Removed (what was ring-mod?).
|
|
8516 (current-time-seconds): Removed.
|
|
8517 (run-special-hook-with-args): Removed.
|
|
8518 (dot): Removed.
|
|
8519 (dot-marker): Removed.
|
|
8520 (dot-min): Removed.
|
|
8521 (dot-max): Removed.
|
|
8522 (window-dot): Removed.
|
|
8523 (set-window-dot): Removed.
|
|
8524
|
|
8525 * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
|
|
8526 `dot-min'.
|
|
8527
|
|
8528 * minibuf.el: (read-no-blanks-input): remove commented-out copy.
|
|
8529
|
|
8530 * code-files.el (insert-file-contents): Rename
|
|
8531 run-special-hook-with-args to run-hook-with-args-until-success.
|
|
8532 (write-region): Ditto.
|
|
8533
|
|
8534 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
8535
|
|
8536 * about.el: Fix typos, update release date.
|
|
8537
|
|
8538 * Symbols that have been obsolete for at least 3 years removed.
|
|
8539
|
|
8540 * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
|
|
8541 screen- functions.
|
|
8542 (toplevel): remove setf methods for screen functions.
|
|
8543 * cl-macs.el (extent-data): defsetf removed.
|
|
8544 * obsolete.el (lisp-indent-hook): Make compatible, it's used too
|
|
8545 many places to remove.
|
|
8546 (comment-indent-hook): Ditto.
|
|
8547 * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
|
|
8548 (buffer-dedicated-screen): Ditto.
|
|
8549 (deiconify-screen): Ditto.
|
|
8550 (delete-screen): Ditto.
|
|
8551 (event-screen): Ditto.
|
|
8552 (find-file-other-screen): Ditto.
|
|
8553 (find-file-read-only-other-screen): Ditto.
|
|
8554 (live-screen-p): Ditto.
|
|
8555 (screen-height): Ditto.
|
|
8556 (screen-iconified-p): Ditto.
|
|
8557 (screen-list): Ditto.
|
|
8558 (screen-live-p): Ditto.
|
|
8559 (screen-name): Ditto.
|
|
8560 (screen-parameters): Ditto.
|
|
8561 (screen-pixel-height): Ditto.
|
|
8562 (screen-pixel-width): Ditto.
|
|
8563 (screen-root-window): Ditto.
|
|
8564 (screen-selected-window): Ditto.
|
|
8565 (screen-totally-visible-p): Ditto.
|
|
8566 (screen-visible-p): Ditto.
|
|
8567 (screen-width): Ditto.
|
|
8568 (screenp): Ditto.
|
|
8569 (get-screen-for-buffer): Ditto.
|
|
8570 (get-screen-for-buffer-noselect): Ditto.
|
|
8571 (get-other-screen): Ditto.
|
|
8572 (iconify-screen): Ditto.
|
|
8573 (lower-screen): Ditto.
|
|
8574 (mail-other-screen): Ditto.
|
|
8575 (make-screen): Ditto.
|
|
8576 (make-screen-invisible): Ditto.
|
|
8577 (make-screen-visible): Ditto.
|
|
8578 (modify-screen-parameters): Ditto.
|
|
8579 (new-screen): Ditto.
|
|
8580 (next-screen): Ditto.
|
|
8581 (next-multiscreen-window): Ditto.
|
|
8582 (other-screen): Ditto.
|
|
8583 (previous-screen): Ditto.
|
|
8584 (previous-multiscreen-window): Ditto.
|
|
8585 (raise-screen): Ditto.
|
|
8586 (redraw-screen): Ditto.
|
|
8587 (select-screen): Ditto.
|
|
8588 (selected-screen): Ditto.
|
|
8589 (set-buffer-dedicated-screen): Ditto.
|
|
8590 (set-screen-height): Ditto.
|
|
8591 (set-screen-position): Ditto.
|
|
8592 (set-screen-size): Ditto.
|
|
8593 (set-screen-width): Ditto.
|
|
8594 (show-temp-buffer-in-current-screen): Ditto.
|
|
8595 (switch-to-buffer-other-screen): Ditto.
|
|
8596 (visible-screen-list): Ditto.
|
|
8597 (window-screen): Ditto.
|
|
8598 (x-set-screen-pointer): Ditto.
|
|
8599 (x-set-frame-pointer): Ditto.
|
|
8600 (screen-title-format): Ditto.
|
|
8601 (screen-icon-title-format): Ditto.
|
|
8602 (terminal-screen): Ditto.
|
|
8603 (delete-screen-hook): Ditto.
|
|
8604 (create-screen-hook): Ditto.
|
|
8605 (mouse-enter-screen-hook): Ditto.
|
|
8606 (mouse-leave-screen-hook): Ditto.
|
|
8607 (map-screen-hook): Ditto.
|
|
8608 (unmap-screen-hook): Ditto.
|
|
8609 (default-screen-alist): Ditto.
|
|
8610 (default-screen-name): Ditto.
|
|
8611 (x-screen-defaults): Ditto.
|
|
8612 (x-create-screen): Ditto.
|
|
8613 * obsolete.el: meta-flag removed.
|
|
8614 baud-rate removed.
|
|
8615 sleep-for-millisecs removed.
|
|
8616 extent-data removed.
|
|
8617 set-extent-data removed.
|
|
8618 set-extent-attribute removed.
|
|
8619 extent-glyph removed.
|
|
8620 extent-layout removed.
|
|
8621 set-extent-layout removed.
|
|
8622 list-faces-display removed.
|
|
8623 list-faces removed.
|
|
8624 trim-versions-without-asking removed.
|
|
8625 after-write-file-hooks removed.
|
|
8626 truename removed.
|
|
8627 auto-fill-hook removed.
|
|
8628 blink-paren-hook removed.
|
|
8629 select-screen-hook, deselect-screen-hook removed.
|
|
8630 auto-raise-screen, auto-lower-screen removed.
|
|
8631
|
|
8632 * msw-mouse.el: Global change resource -> mswindows-resource.
|
|
8633
|
|
8634 * XEmacs 21.0-pre5 is released.
|
|
8635
|
|
8636 1998-07-11 SL Baur <steve@altair.xemacs.org>
|
|
8637
|
|
8638 * about.el (about-hackers): Credits update.
|
|
8639
|
|
8640 1998-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
8641
|
|
8642 * register.el (insert-register): Don't activate the region.
|
|
8643
|
|
8644 1998-07-10 SL Baur <steve@altair.xemacs.org>
|
|
8645
|
|
8646 * select.el: Restore x-* symbols for backwards compatibility:
|
|
8647 x-copy-primary-selection, x-kill-primary-selection,
|
|
8648 x-delete-primary-selection, x-select-make-extent-for-selection,
|
|
8649 x-valid-simple-selection-, x-cut-copy-clear-internal.
|
|
8650
|
|
8651 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
8652
|
|
8653 * XEmacs 21.0-pre4 is released.
|
|
8654
|
|
8655 1998-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
8656
|
|
8657 * menubar-items.el (default-menubar): Use `report-emacs-bug' for
|
|
8658 reporting bugs.
|
|
8659 (maybe-add-init-button): Fix semantics under Windows. Use
|
|
8660 `expand-file-name' rather than `concat'.
|
|
8661
|
|
8662 * help.el (print-messages): New function.
|
|
8663
|
|
8664 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8665
|
|
8666 * ldap.el (ldap-host-parameters-alist): Docstring fixes
|
|
8667
|
|
8668 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8669
|
|
8670 * about.el: Tweaked my entry in about-hackers.
|
|
8671
|
|
8672 * find-paths.el (paths-emacs-root-p):
|
|
8673 Relaxed emacs-root checking of an in-place installation to
|
442
|
8674 also accommodate the flat layout used on MS Windows.
|
428
|
8675
|
|
8676 1998-06-29 John Jones <jj@asu.edu>
|
|
8677
|
|
8678 * package-get.el: calls to package-get-update-all will only
|
|
8679 update packages which are already installed.
|
|
8680
|
|
8681 1998-07-05 Andy Piper <andyp@parallax.co.uk>
|
|
8682
|
|
8683 * faces.el (xpm-color-symbols): remove hardcoded defaults these
|
|
8684 are handled by the gui-element face fallbacks now.
|
|
8685
|
|
8686 * x-faces.el: default gui-element face to "background" as well as
|
|
8687 the default face.
|
|
8688
|
|
8689 * msw-faces.el (mswindows-init-device-faces): remove gui-element
|
|
8690 and default face settings since these are set as fallbacks now in
|
|
8691 the appropriate domain.
|
|
8692
|
|
8693 1998-07-02 SL Baur <steve@altair.xemacs.org>
|
|
8694
|
|
8695 * text-mode.el (text-mode): Reorder regexp so the OR part
|
|
8696 corresponding to `page-delim' goes first and the hack in
|
|
8697 `forward-paragraph' will work.
|
|
8698 With bug analysis from Bob Weiner <weiner@altrasoft.com>
|
|
8699
|
|
8700 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8701
|
|
8702 * subr.el (remove-hook): When checking the hook value
|
|
8703 with functionp, don't apply car to it.
|
|
8704
|
|
8705 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8706
|
|
8707 * package-get.el (package-get-remote-filename):
|
|
8708 Don't use file-name-as-directory because the local directory
|
|
8709 separator conventions might not be the same as ftp's.
|
|
8710
|
|
8711 1998-06-27 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8712
|
|
8713 * ldap.el (ldap-host-parameters-alist): New name of
|
|
8714 `ldap-host-parameters-plist'
|
|
8715
|
434
|
8716 1998-06-26 Adrian Aichner <adrian@xemacs.org>
|
428
|
8717
|
|
8718 * package-get.el: Using (require 'package-get-base), now that it
|
|
8719 provides itself. Consequently removed all instances of (load
|
|
8720 "package-get-base.el").
|
|
8721
|
|
8722 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com>
|
|
8723
|
|
8724 * subr.el (remove-hook): Don't treat the hook value as a
|
|
8725 list unless it is both consp and not functionp.
|
|
8726
|
|
8727 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
8728
|
|
8729 * about.el: Email address for Ben Wing is ben@xemacs.org.
|
|
8730 * auto-show.el: Ditto.
|
|
8731 * bytecomp.el: Ditto.
|
|
8732 * faces.el: Ditto.
|
|
8733 * x-scrollbar.el: Ditto.
|
|
8734 * x-misc.el: Ditto.
|
|
8735 * tty-init.el: Ditto.
|
|
8736 * toolbar-items.el: Ditto.
|
|
8737 * symbol-syntax.el: Ditto.
|
|
8738 * specifier.el: Ditto.
|
|
8739 * objects.el: Ditto.
|
|
8740 * hyper-apropos.el: Ditto.
|
|
8741 * glyphs.el: Ditto.
|
|
8742
|
|
8743 1998-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
8744
|
|
8745 * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
|
|
8746 vertical-divider-always-visible-p.
|
|
8747 (default-mouse-motion-handler): Ditto.
|
|
8748
|
|
8749 1998-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
8750
|
|
8751 * scrollbar.el (scrollbars-visible-p): Simplify. Always set the
|
|
8752 global value.
|
|
8753
|
|
8754 1998-06-21 Oliver Graf <ograf@fga.de>
|
|
8755
|
|
8756 * build-reports.el: changed receiver to xemacs-build-reports list
|
|
8757
|
|
8758 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8759
|
|
8760 * font.el: Split font-family-mappings into X and
|
|
8761 mswindows-specific versions.
|
|
8762 mswindows-font-create-[object|name]: Treat supplied size
|
|
8763 as a pointsize. Added underline and strikethru handling.
|
|
8764
|
|
8765 * msw-faces.el: changed default mswindows charset to western.
|
|
8766
|
|
8767 * msw-glyphs.el: removed space in border-glyph font string that
|
|
8768 was inserted to get round bugs in the mswindows C font code.
|
|
8769
|
|
8770 1998-06-27 SL Baur <steve@altair.xemacs.org>
|
|
8771
|
|
8772 * about.el (about-hackers): Credits update.
|
|
8773
|
|
8774 * help-nomule.el (tutorial-supported-languages): Add Romanian
|
|
8775 TUTORIAL.
|
|
8776
|
|
8777 * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
|
|
8778 to ISO-8859-2.
|
|
8779
|
|
8780 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8781
|
|
8782 * font.el: Split font-family-mappings into X and
|
|
8783 mswindows-specific versions.
|
|
8784 mswindows-font-create-[object|name]: Treat supplied size
|
|
8785 as a pointsize. Added underline and strikethru handling.
|
|
8786
|
|
8787 * msw-faces.el: changed default mswindows charset to western.
|
|
8788
|
|
8789 * msw-glyphs.el: removed space in border-glyph font string that
|
|
8790 was inserted to get round bugs in the mswindows C font code.
|
|
8791
|
|
8792 1998-06-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
8793
|
|
8794 * minibuf.el: make read-color-completion-table call
|
|
8795 (mswindows-color-list for mswindows devices.
|
|
8796
|
|
8797 1998-06-18 Sam Mikes <smikes@alumni.hmc.edu>
|
|
8798
|
|
8799 * lisp/font-lock.el
|
|
8800 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
|
|
8801 Let declaration items contain non-word symbol characters.
|
|
8802
|
434
|
8803 1998-06-15 Adrian Aichner <adrian@xemacs.org>
|
428
|
8804
|
|
8805 * package-get.el (package-get-package-provider): Added autoload
|
|
8806 cookie. Loading "package-get-base.el" in ALL functions that use
|
|
8807 it. Fixed some (interactive ...) with multiple argument specs
|
|
8808 again. Cosmetic indentation changes.
|
|
8809
|
|
8810 1998-05-27 Glynn Clements <glynn@sensei.co.uk>
|
|
8811
|
|
8812 * info.el (Info-insert-dir): Don't use nreverse on variables
|
|
8813 that you want to use later.
|
|
8814
|
|
8815 1998-06-17 Glynn Clements <glynn@sensei.co.uk>
|
|
8816
|
|
8817 * x-mouse.el (x-set-point-and-move-selection): Replace call
|
|
8818 to x-kill-primary-selection with kill-primary-selection
|
|
8819
|
|
8820 1998-06-12 Martin Buchholz <martin@xemacs.org>
|
|
8821
|
|
8822 * simple.el (what-cursor-position): Make cursor position reported
|
|
8823 use value of column-number-start-at-one
|
|
8824
|
|
8825 1998-06-17 SL Baur <steve@altair.xemacs.org>
|
|
8826
|
|
8827 * about.el (xemacs-hackers): Fix Jareth's email address.
|
|
8828
|
|
8829 1998-06-16 SL Baur <steve@altair.xemacs.org>
|
|
8830
|
|
8831 * startup.el (startup-splash-frame): Remove
|
|
8832 `xemacs-startup-logo-function'.
|
|
8833
|
|
8834 1998-06-15 SL Baur <steve@altair.xemacs.org>
|
|
8835
|
|
8836 * about.el (about-hackers): Update credits list.
|
|
8837
|
|
8838 1998-06-06 Jeff Miller <jmiller@smart.net>
|
|
8839
|
|
8840 * lisp/sound.el: Update sound-ext to allow filenames with
|
|
8841 extensions to be found by load-sound-file
|
|
8842
|
|
8843 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
8844
|
|
8845 * info.el (Info-rebuild-outdated-dir): Removed variable
|
|
8846 (Info-auto-generate-directory): New variable
|
|
8847 (Info-save-auto-generated-dir): New variable
|
|
8848 (Info-maybe-update-dir): Use `Info-auto-generate-directory'
|
|
8849 (Info-build-dir-anew): Second parameter removed. Use
|
|
8850 `Info-save-auto-generated-dir'
|
|
8851 (Info-rebuild-dir): Ditto
|
|
8852
|
|
8853 1998-06-02 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
8854
|
|
8855 * list-mode.el (next-list-mode-item): Would not recognize
|
|
8856 border between directly neighbored items.
|
|
8857
|
|
8858 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
8859
|
|
8860 * package-get.el: add autoloads for some functions.
|
|
8861
|
|
8862 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
8863
|
|
8864 * specifier.el (let-specifier): Tiny docfixes.
|
|
8865
|
|
8866 1998-06-12 Andy Piper <andyp@parallax.co.uk>
|
|
8867
|
|
8868 * msw-mouse.el: set selection-pointer-glyph to Normal.
|
|
8869
|
|
8870 1998-06-09 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
8871
|
|
8872 * wid-edit.el (widget-specify-secret): New function.
|
|
8873 (widget-after-change): Use it.
|
|
8874 (widget-specify-field): Use it.
|
|
8875
|
|
8876 1998-06-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
8877
|
|
8878 * mouse.el (drag-window-divider): Use `(not done)' instead of
|
|
8879 `doit'; reuse result of `window-pixel-edges'.
|
|
8880
|
|
8881 * modeline.el (drag-modeline-event-lag): Rename to
|
|
8882 drag-divider-event-lag.
|
|
8883
|
|
8884 1998-06-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
8885
|
|
8886 * specifier.el (let-specifier): Rewritten not to generate needless
|
|
8887 `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
|
|
8888 arguments.
|
|
8889
|
|
8890 1998-05-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
8891
|
|
8892 * minibuf.el (read-file-name-1): Setup buffer-local value of
|
|
8893 `completion-ignore-case' in completions buffer under Windows.
|
|
8894
|
|
8895 1998-06-06 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8896
|
|
8897 * about.el (about-maintainer-glyph): Fix support for not
|
|
8898 compressed images.
|
|
8899
|
|
8900 1998-06-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8901
|
|
8902 * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
|
|
8903
|
|
8904 * mouse.el (mouse-track): Cancel selection if misc-user event with
|
|
8905 `cancel-mode-internal' function is fetched.
|
|
8906
|
|
8907 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8908
|
|
8909 * files.el (save-some-buffers-1): Fixed return value.
|
|
8910
|
|
8911 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
8912
|
|
8913 * dragdrop.el: added experimental
|
|
8914
|
|
8915 1998-05-26 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
8916
|
|
8917 * startup.el (after-init-hook, init-file-user,
|
|
8918 user-init-directory, load-user-init-file): Purge references
|
|
8919 to "~/.xemacs/init.el" from docstrings.
|
|
8920
|
|
8921 (load-user-init-file) Use paths-construct-path to construct
|
|
8922 paths to user init files. Go directly to ~/.emacs, do not
|
|
8923 search ~/.xemacs/, do not load `default-custom-file'.
|
|
8924
|
|
8925 1998-06-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
8926
|
|
8927 * files.el (interpreter-mode-alist): Catch wish and tclsh before
|
|
8928 general *sh.
|
|
8929 (inhibit-first-line-modes-regexps): Added `.tar.gz'.
|
|
8930
|
|
8931 1998-06-03 Andy Piper <andyp@parallax.co.uk>
|
|
8932
|
|
8933 * menubar-items.el (default-menubar): add Update Packages to customize
|
|
8934 menu.
|
|
8935
|
|
8936 1998-06-02 Andy Piper <andyp@parallax.co.uk>
|
|
8937
|
|
8938 * faces.el: use toolbar face as a fallback for toolbar properties
|
|
8939 in xpm-color-symbols instead of default.
|
|
8940
|
|
8941 * msw-faces.el: rename 3d-object -> gui-element face.
|
|
8942
|
|
8943 1998-06-06 SL Baur <steve@altair.xemacs.org>
|
|
8944
|
|
8945 * startup.el (xemacs-startup-logo-function): New variable.
|
|
8946 (startup-splash-frame): Use it.
|
|
8947
|
|
8948 1998-06-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
8949
|
|
8950 * files.el (save-some-buffers): Would wait 1 second.
|
|
8951 (save-some-buffers-1): Delete other windows here instead of in
|
|
8952 `save-some-buffers'.
|
|
8953 (save-some-buffers): Force redisplay only if windows were deleted.
|
|
8954
|
442
|
8955 1998-06-02 Didier Verna <didier@xemacs.org>
|
428
|
8956
|
|
8957 * cus-face.el (custom-face-attributes): generalized the use of
|
|
8958 toggle buttons for boolean attributes.
|
|
8959 Re-ordered the items a bit.
|
|
8960
|
|
8961 1998-06-01 SL Baur <steve@altair.xemacs.org>
|
|
8962
|
|
8963 * sound.el (default-sound-directory): Use `locate-data-directory'
|
|
8964 to find the sounds directory.
|
|
8965
|
|
8966 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
8967
|
|
8968 * sound.el: default sound-ext to .wav under mswindows, .au
|
|
8969 otherwise. load-default sounds without extensions.
|
|
8970
|
763
|
8971 1998-05-27 Björn Torkelsson <torkel@hpc2n.umu.se>
|
428
|
8972
|
|
8973 * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
|
|
8974 if send-pr is not bound.
|
|
8975
|
|
8976 1998-06-01 Andy Piper <andyp@parallax.co.uk>
|
|
8977
|
|
8978 * files.el: grok idl files in auto-mode-alist.
|
|
8979 1998-06-01 Jeff Miller <jmiller@smart.net>
|
|
8980
|
|
8981 * minibuf.el (exact-minibuffer-completion-p): check for nil before
|
|
8982 calling `upcase'.
|
|
8983
|
|
8984 1998-05-30 Andy Piper <andyp@parallax.co.uk>
|
|
8985
|
|
8986 * msw-glyphs.el: add xbm to the list of image types supported.
|
|
8987
|
|
8988 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8989
|
|
8990 * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
|
|
8991 instead of XEmacs one when dumping InfoDock.
|
|
8992
|
|
8993 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru>
|
|
8994
|
|
8995 * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
|
|
8996 for `modeline-visible-p'
|
|
8997
|
|
8998 * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
|
|
8999
|
|
9000 1998-05-29 Andy Piper <andyp@parallax.co.uk>
|
|
9001
|
|
9002 * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
|
|
9003 since it's not used anymore. doc string fixes.
|
|
9004
|
|
9005 * package-get.el (package-get-file-installed-p): new function. use
|
|
9006 instead of file-installed-p which is in an external package.
|
|
9007
|
|
9008 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
9009
|
|
9010 * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
|
|
9011 favor of select-window/switch-to-buffer
|
|
9012
|
|
9013 Wed May 27, 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
9014
|
|
9015 * startup.el: changed (getenv "HOME") to (user-home-directory)
|
|
9016
|
|
9017 1998-05-25 Oliver Graf <ograf@fga.de>
|
|
9018
|
|
9019 * frame.el (cde-start-drag) moved to dragdrop.el
|
|
9020 (offix-start-drag-region) moved to dragdrop.el
|
|
9021 (offix-start-drag) moved to dragdrop.el
|
|
9022 * dragdrop.el (cde-start-drag) moved from frame.el
|
|
9023 (offix-start-drag-region) moved from frame.el
|
|
9024 (offix-start-drag) moved from frame.el
|
|
9025 (cde-start-drag-region) cde drag regions
|
|
9026 * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
|
|
9027
|
|
9028 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
9029
|
|
9030 * dragdrop.el: created dragdrop-drag prototypes
|
|
9031 (cde-start-drag-region) fixed typo
|
|
9032
|
|
9033 1998-05-28 SL Baur <steve@altair.xemacs.org>
|
|
9034
|
|
9035 * simple.el (after-init-hook): Remove reader macro.
|
|
9036
|
|
9037 * packages.el (packages-hardcoded-lisp): Get rid of reader
|
|
9038 macros. Update DOC string.
|
|
9039
|
|
9040 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
9041
|
|
9042 * mouse.el (drag-window-divider): Ditto.
|
|
9043
|
|
9044 * modeline.el (mouse-drag-modeline): Use it.
|
|
9045
|
|
9046 * lisp-mode.el (let-specifier): Specify indentation.
|
|
9047
|
|
9048 * specifier.el (let-specifier): Renamed from
|
|
9049 `with-specifier-instance'.
|
|
9050
|
|
9051 1998-05-27 Andy Piper <andyp@parallax.co.uk>
|
|
9052
|
|
9053 * x-faces.el:
|
|
9054 * faces.el: move definition of xpm-color-symbols from x-faces.el
|
|
9055 to faces. Predicate x-get-resource on the presence of x.
|
|
9056
|
442
|
9057 * msw-faces.el: set 3d-object face rather than modeline. Specify
|
428
|
9058 faces as specfier defaults.
|
|
9059
|
|
9060 * package-get.el: don't use package-admin-add-single-file-package.
|
|
9061
|
|
9062 1998-05-25 Hrvoje Niksic <hniksic@srce.hr>
|
|
9063
|
|
9064 * toolbar-items.el: Fixup tooltips.
|
|
9065 (toolbar-gnus): Don't use obsolete variable
|
|
9066 toolbar-news-frame-properties.
|
|
9067 (toolbar-news-reader): Default to `gnus' instead of
|
|
9068 `not-configured'.
|
|
9069
|
|
9070 * files.el (auto-mode-alist): Correctly recognize `.emacs' under
|
|
9071 Windows.
|
|
9072
|
|
9073 1998-05-25 Andy Piper <andyp@parallax.co.uk>
|
|
9074
|
|
9075 * package-get.el: rename -installedp -> -installed-p.
|
|
9076
|
|
9077 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9078
|
|
9079 * glyphs.el (init-glyphs): Created `border-glyph' face, with no
|
|
9080 attributes, and assinged it to continuation, truncation and
|
|
9081 hscroll glyphs.
|
|
9082
|
|
9083 * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
|
|
9084 and made continuation, truncation and hscroll glyphs arrow
|
|
9085 characters out of that font.
|
|
9086
|
|
9087 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9088
|
|
9089 * minibuf.el (minibuffer-electric-separator): Play nicely with
|
|
9090 directory-sep-char being \.
|
|
9091 (minibuffer-electric-tilde): Ditto.
|
|
9092 (read-file-name-map): Ditto.
|
|
9093
|
|
9094 1998-05-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
9095
|
|
9096 * mouse.el (default-mouse-track-maybe-own-selection): Pause only
|
|
9097 on X devices.
|
|
9098 (default-mouse-track-deal-with-down-event): Avoid
|
|
9099 `x-disown-selection'; use `disown-selection' instead.
|
|
9100
|
|
9101 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
9102
|
|
9103 * select.el:
|
|
9104 * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
|
|
9105 moved to (cut-copy-clear-internal) in select.el. Ditto for
|
|
9106 (x-delete-primary-selection) (x-kill-primary-selection)
|
|
9107 (x-copy-primary-selection).
|
|
9108 (own-clipboard): new function.
|
|
9109
|
|
9110 * msw-select.el: use the new kill/delete/copy/cut-copy-clear
|
|
9111 functions in select.el. remove old ones.
|
|
9112 (mswindows-own-clipboard): new function.
|
|
9113
|
|
9114 1998-05-21 Andy Piper <andyp@parallax.co.uk>
|
|
9115
|
|
9116 * gnuserv.el: allow connections from mswindows type devices.
|
|
9117
|
|
9118 1998-05-20 Andy Piper <andyp@parallax.co.uk>
|
|
9119
|
|
9120 * msw-glyphs.el: change image type used from cursor to resource.
|
|
9121
|
|
9122 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9123
|
|
9124 * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
|
|
9125 for {top,bottom}-{left,right} values in addition to
|
|
9126 {top,bottom}_{left,right}.
|
|
9127 Use x-get-resource instead of x-get-resource-and-bogosity-check.
|
|
9128
|
|
9129 1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
9130
|
|
9131 * cl-macs.el (specifier-instance): Undefine its setf method.
|
|
9132
|
|
9133 * specifier.el (with-specifier-instance): Added docstring.
|
|
9134
|
|
9135 * mouse.el (drag-window-divider): Ditto.
|
|
9136
|
|
9137 * modeline.el (mouse-drag-modeline): Use it.
|
|
9138
|
|
9139 * lisp-mode.el (with-specifier-instance): Define its indentation
|
|
9140 level.
|
|
9141
|
|
9142 * specifier.el (with-specifier-instance): New macro.
|
|
9143
|
|
9144 1998-05-19 Andy Piper <andyp@parallax.co.uk>
|
|
9145
|
|
9146 * package-get.el (package-get-create-custom): new function to
|
|
9147 auto-generate package-get-custom.el from package-get-base.el.
|
|
9148 * (package-get-ever-installedp): new function.
|
|
9149 * (package-get-custom): new function to get all packages specified
|
|
9150 by customize.
|
|
9151
|
|
9152 1998-05-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
9153
|
|
9154 * cus-edit.el (custom-file): Revert to `~/.emacs'.
|
|
9155
|
|
9156 1998-05-23 SL Baur <steve@altair.xemacs.org>
|
|
9157
|
|
9158 * cl-extra.el: Reverse previous float change.
|
|
9159
|
|
9160 1998-05-17 Andy Piper <andyp@parallax.co.uk>
|
|
9161
|
|
9162 * x-faces.el:
|
|
9163 * faces.el (try-font-name): moved from x-faces.el since it is
|
|
9164 required by w3 under mswindows as well X.
|
|
9165
|
|
9166 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9167
|
|
9168 * winnt.el: Removed evil (setq completion-ignore-case t)
|
|
9169 clause, one more overlookef fsfism.
|
|
9170 (nt-quote-args-functions-alist): End sentences with double space.
|
|
9171
|
|
9172 1998-05-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9173
|
|
9174 * window-xemacs.el (push-window-configuration): Remove kludgery of
|
|
9175 recaching default-toolbar specifier.
|
|
9176 (pop-window-configuration): Ditto.
|
|
9177 (unpop-window-configuration): Ditto.
|
|
9178
|
|
9179 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9180
|
|
9181 * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
|
|
9182
|
|
9183 1998-05-17 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9184
|
|
9185 * winnt.el (nt-quote-args-verbatim): Added function.
|
|
9186 (nt-quote-args-prefix-quote): Added function.
|
|
9187 (nt-quote-args-backslash-quote): Added function.
|
|
9188 (nt-quote-args-double-quote): Added function.
|
|
9189 (nt-quote-args-functions-alist): New variable.
|
|
9190 (nt-quote-process-args): Added function. This is the main quoting
|
|
9191 work horse called from process-nt.c
|
|
9192
|
|
9193 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9194
|
|
9195 * winnt.el: Removed duplicate definitions for backspace,
|
|
9196 delete, M-backspace and C-M-backspace.
|
|
9197 (file-name-buffer-file-type-alist): Removed this variable.
|
|
9198 (find-buffer-file-type): Removed function.
|
|
9199 (find-file-binary): Removed function.
|
|
9200 (find-file-text): Removed function.
|
|
9201 (find-file-not-found-set-buffer-file-type): Removed function.
|
|
9202 (save-to-unix-hook): Removed function.
|
|
9203 (revert-from-unix-hook): Removed function.
|
|
9204 (using-unix-filesystems): Removed function.
|
|
9205 (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
|
|
9206 warning.
|
|
9207 (x-set-selection): Removed function.
|
|
9208 (x-get-selection): Removed function.
|
|
9209 Removed commented FSFisms.
|
|
9210 Replaced copyright notice (this file is not part of GNU Emacs).
|
|
9211 (nt-shell-mode-hook): Moved here from a lambda expression. Added
|
|
9212 comint-process-echoes setting to t.
|
|
9213
|
|
9214 1998-05-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9215
|
|
9216 * packages.el (packages-no-package-hierarchy-regexp): Introduced
|
|
9217 and used following the interface change of
|
|
9218 `paths-find-recursive-path'.
|
|
9219
|
|
9220 * find-paths.el (paths-find-recursive-path): Exclusion is now by a
|
|
9221 regexp instead of a list of base names.
|
|
9222 (paths-version-control-filename-regexp):
|
|
9223 (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
|
|
9224 Introduced and used following the interface change of
|
|
9225 `paths-find-recursive-path'.
|
|
9226
|
|
9227 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9228
|
|
9229 * simple.el (delete-forward-p): Make it a defun; do X garbage only
|
|
9230 on X devices, rather than on all non-TTY devices.
|
|
9231
|
|
9232 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9233
|
|
9234 * msw-mouse.el: New file. Sets up cursor shapes for Windows.
|
|
9235
|
|
9236 * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
|
|
9237
|
434
|
9238 1998-05-17 Adrian Aichner <adrian@xemacs.org>
|
428
|
9239
|
|
9240 * itimer.el (activate-itimer): Fixed usage of integers
|
|
9241 as argument to `concat'.
|
|
9242
|
|
9243 1998-05-17 Glynn Clements <glynn@sensei.co.uk>
|
|
9244
|
|
9245 * itimer.el (start-itimer): replace the use of `concat' with
|
|
9246 `format'
|
|
9247
|
|
9248 1998-05-16 SL Baur <steve@altair.xemacs.org>
|
|
9249
|
|
9250 * mode-motion.el (mode-motion-hook): Clarify docstring.
|
|
9251 From Bob Weiner <weiner@altrasoft.com>
|
|
9252
|
|
9253 * loadhist.el (symbol-file): Supply prompt string when used
|
|
9254 interactively.
|
|
9255 From Bob Weiner <weiner@altrasoft.com>
|
|
9256
|
|
9257 1998-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
9258
|
|
9259 * loadup.el (really-early-error-handler): Ditto.
|
|
9260
|
|
9261 * update-elc.el: Ditto.
|
|
9262
|
|
9263 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
9264
|
|
9265 * make-docfile.el: Ditto.
|
|
9266
|
|
9267 * find-paths.el (paths-decode-directory-path): Use split-path
|
|
9268 instead of decode-path.
|
|
9269
|
|
9270 * files.el (parse-colon-path): Update docstring reference.
|
|
9271
|
|
9272 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9273
|
|
9274 * msw-init.el:
|
|
9275 * x-init.el:
|
|
9276 Bind cut'n'paste keys to non window-system specific functions.
|
|
9277
|
|
9278 * msw-select.el: New function mswindows-clear-clipboard.
|
|
9279 mswindows-cut-copy-clipboard extended to handle clearing of the
|
|
9280 selection and renamed to mswindows-cut-copy-clear-clipboard.
|
|
9281
|
|
9282 * select.el: on mswindows devices delete-primary-selection
|
|
9283 calls mswindows-clear-clipboard.
|
|
9284
|
|
9285 1998-05-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
9286
|
|
9287 * simple.el (quoted-insert): Inhibit quit when using read-char.
|
|
9288
|
|
9289 * cmdloop.el (read-char): Don't inhibit quit.
|
|
9290 (read-char-exclusive): Ditto.
|
|
9291 (read-char): Signal quit if quit-char was pressed.
|
|
9292 (read-char-exclusive): Ditto.
|
|
9293 (read-quoted-char): Return a character, not integer.
|
|
9294
|
|
9295 * menubar-items.el (default-popup-menu): Use Andy's generic
|
|
9296 selection code.
|
|
9297 (default-popup-menu): Fix code.
|
|
9298
|
|
9299 1998-05-14 Oliver Graf <ograf@fga.de>
|
|
9300
|
|
9301 * dragdrop.el (dragdrop-function-widget): this time it's done
|
|
9302
|
|
9303 1998-05-13 Oliver Graf <ograf@fga.de>
|
|
9304
|
|
9305 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
|
|
9306
|
|
9307 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9308
|
|
9309 * device.el (device-pixel-width):
|
|
9310 (device-pixel-height):
|
|
9311 (device-mm-width):
|
|
9312 (device-mm-height):
|
|
9313 (device-bitplanes):
|
|
9314 (device-color-cells): Swapped parameters to device-system-metric
|
|
9315 according to the interface change.
|
|
9316
|
|
9317 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9318
|
|
9319 * mouse.el (default-mouse-motion-handler): Use new name of the
|
|
9320 function event-over-vertical-divider-p.
|
|
9321 Do not set E-W arrow cursor over the divider if
|
|
9322 vertical-divider-draggable-p is nil in the window.
|
|
9323 ([top-level]): Use new name for the variable
|
|
9324 vertical-divider-map.
|
|
9325 (drag-window-divider): Respect vertical-divider-draggable-p.
|
|
9326 Variable name typo fixes.
|
|
9327
|
|
9328 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9329
|
|
9330 * keymap.el (kbd): Define here; handle string constants and
|
|
9331 others...
|
|
9332
|
|
9333 1998-05-15 Christian Nyb <chr@mediascience.no>
|
|
9334
|
|
9335 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char'
|
|
9336 in Emacs 18.
|
|
9337
|
442
|
9338 1998-05-13 Didier Verna <didier@xemacs.org>
|
428
|
9339
|
|
9340 * mouse.el (drag-window-divider): give the vertical divider a
|
|
9341 pressed look when dragging it.
|
|
9342
|
|
9343 1998-05-13 Andy Piper <andyp@parallax.co.uk>
|
|
9344
|
|
9345 * faces.el: predicate some more face operations on x or mswindows
|
|
9346 not just x.
|
|
9347
|
|
9348 * modeline.el: enable modeline coloring for mswindows.
|
|
9349
|
|
9350 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9351
|
|
9352 * minibuf.el (minibuffer-default): Added variable; compatible with
|
|
9353 FSF Emacs.
|
|
9354 (next-history-element): Used `minibuffer-default'.
|
|
9355
|
|
9356 1998-05-12 Oliver Graf <ograf@fga.de>
|
|
9357
|
|
9358 * dragdrop.el (dragdrop-function-widget): button and mods ok
|
|
9359 arguments still look a bit strange
|
|
9360 (dragdrop-compare-mods) created
|
|
9361 (dragdrop-drop-do-functions) correctly checks for buttons and
|
|
9362 modifiers
|
|
9363
|
|
9364 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9365
|
|
9366 * setup-paths.el (paths-default-info-directories): Replace
|
|
9367 path-separator with directory-sep-char.
|
|
9368
|
|
9369 * files.el (path-separator): Don't define it here.
|
|
9370
|
|
9371 1998-05-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
9372
|
|
9373 * update-elc.el: Ditto.
|
|
9374
|
|
9375 * setup-paths.el (paths-construct-exec-path): Ditto.
|
|
9376
|
|
9377 * make-docfile.el: Ditto.
|
|
9378
|
|
9379 * loadup.el (really-early-error-handler): Ditto.
|
|
9380
|
|
9381 * find-paths.el (paths-decode-directory-path): Use decode-path
|
|
9382 instead of decode-path-internal.
|
|
9383
|
|
9384 * files.el (parse-colon-path): Update docstring.
|
|
9385
|
|
9386 1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
9387
|
|
9388 * subr.el (get-buffer-window-list): Make BUFFER optional.
|
|
9389
|
|
9390 * window-xemacs.el (windows-of-buffer): Defalias to
|
|
9391 get-buffer-window-list.
|
|
9392
|
|
9393 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9394
|
|
9395 * disass.el: Fix maintainer keyword.
|
|
9396
|
|
9397 * bytecomp.el (byte-compile-and-load-file): Autoload.
|
|
9398 (byte-compile-buffer): Ditto.
|
|
9399
|
|
9400 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
|
|
9401 value is returned, not the name.
|
|
9402 (lisp-imenu-generic-expression): Enable it.
|
|
9403 (lisp-mode-variables): Ditto.
|
|
9404 (lisp-indent-offset): Change defconst to defvar.
|
|
9405 (lisp-indent-function): Ditto.
|
|
9406 (lisp-body-indent): Ditto.
|
|
9407
|
|
9408 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9409
|
|
9410 * modeline.el: Use zap-last-kbd-macro-event.
|
|
9411
|
|
9412 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
|
|
9413 nil, don't attempt to do anything with messages.
|
|
9414 (eval-last-sexp): Use `letf' for clarity.
|
|
9415
|
|
9416 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9417
|
|
9418 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
|
|
9419
|
|
9420 1998-05-11 Martin Buchholz <martin@xemacs.org>
|
|
9421
|
|
9422 * buff-menu.el:
|
|
9423 * lisp-mode.el:
|
|
9424 * obsolete.el:
|
|
9425 Change empty docstrings into no doc strings at all.
|
|
9426 Fix bogus FSF-format docstrings.
|
|
9427 * etags.el: Fix docstring.
|
|
9428
|
|
9429 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
9430
|
|
9431 * package-get.el (package-get): Use internal md5
|
|
9432
|
|
9433 1998-05-13 SL Baur <steve@altair.xemacs.org>
|
|
9434
|
|
9435 * about.el (about-xemacs): Correct abuse of concat.
|
|
9436
|
|
9437 1998-05-11 SL Baur <steve@altair.xemacs.org>
|
|
9438
|
|
9439 * info.el (Info-mode): Use easymenu.
|
|
9440
|
|
9441 1998-05-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
9442
|
|
9443 * apropos.el (apropos): Don't use concat with integers.
|
|
9444
|
|
9445 * cmdloop.el (describe-last-error): Handle the case when no error
|
|
9446 was seen gracefully.
|
|
9447
|
|
9448 * apropos.el (apropos-print): Use with-displaying-help-buffer as
|
|
9449 defun.
|
|
9450 (apropos-describe-plist): Ditto.
|
|
9451
|
|
9452 * help.el (with-displaying-help-buffer): Revert to a defun.
|
|
9453 (describe-key): Use it as defun.
|
|
9454 (describe-mode): Ditto.
|
|
9455 (describe-bindings): Ditto.
|
|
9456 (describe-prefix-bindings): Ditto.
|
|
9457 (describe-installation): Ditto.
|
|
9458 (view-lossage): Ditto.
|
|
9459 (describe-function): Ditto.
|
|
9460 (describe-variable): Ditto.
|
|
9461 (describe-syntax): Ditto.
|
|
9462
|
|
9463 1998-05-11 Oliver Graf <ograf@fga.de>
|
|
9464
|
|
9465 * dragdrop.el: changed order of require/provide
|
|
9466 (dragdrop-drop-mime-default) changed to new calling conventions
|
|
9467 (dragdrop-drop-do-functions) changed to new calling conventions
|
|
9468 (dragdrop-function-widget) this one needs more work...
|
|
9469
|
|
9470 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
9471
|
|
9472 * about.el: another small change in my entry
|
|
9473 * dragdrop.el (dragdrop-drop-log-function): logging added
|
|
9474 plus customizations
|
|
9475 changed interface to handler functions. now called with event
|
|
9476 and object
|
|
9477
|
|
9478 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9479
|
|
9480 * glyphs.el (divider-pointer-glyph): Declared new glyph,
|
|
9481 E-W arrow pointer displayed over draggable dividers.
|
|
9482
|
|
9483 * mouse.el (default-mouse-motion-handler): Show it when
|
|
9484 appropriate.
|
|
9485 (drag-window-divider): Added.
|
|
9486 ([top-level]): Initialized window-divider-map with a keymap
|
|
9487 binding the above function to left button down event.
|
|
9488
|
|
9489 * x-mouse.el (x-init-pointer-shape): Initialize
|
|
9490 divider-pointer-glyph from Cursor.dividerPointer, or use default
|
|
9491 E-W double arrow.
|
|
9492
|
|
9493 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
|
|
9494
|
|
9495 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
|
|
9496
|
|
9497 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
9498
|
|
9499 * simple.el (count-words-buffer): Don't query for buffer.
|
|
9500 (count-lines-buffer): Ditto.
|
|
9501
|
|
9502 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
9503
|
|
9504 * help.el (where-is): add optional insert argument.
|
|
9505
|
|
9506 1998-05-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
9507
|
|
9508 * help.el (describe-key-briefly): New argument INSERT.
|
|
9509
|
|
9510 * simple.el (eval-expression): New optional argument; synch with
|
|
9511 FSF 20.3.
|
|
9512
|
|
9513 * keydefs.el (global-map): Add new register bindings.
|
|
9514
|
|
9515 * register.el: Synched with FSF 20.3.
|
|
9516
|
|
9517 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
9518
|
|
9519 * window-xemacs.el (recenter): all arguments are optional.
|
|
9520
|
|
9521 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9522
|
|
9523 * device.el: (device-pixel-width): Reflected name/parameters
|
|
9524 change to device-system-metric.
|
|
9525 (device-pixel-height): Ditto.
|
|
9526 (device-mm-width): Ditto.
|
|
9527 (device-mm-height): Ditto.
|
|
9528 (device-bitplanes): Ditto.
|
|
9529 (device-color-cells): Ditto.
|
|
9530
|
|
9531 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
9532
|
|
9533 * cl-extra.el (cl-float-limits): Removed; move code to top-level.
|
|
9534
|
|
9535 * cl.el (most-positive-fixnum): Document.
|
|
9536 (most-negative-fixnum): Ditto.
|
|
9537
|
|
9538 * cus-dep.el: Updated comment.
|
|
9539
|
|
9540 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
|
|
9541 constant.
|
|
9542
|
|
9543 * cus-load.el (custom-put): Removed.
|
|
9544
|
|
9545 * files.el (after-find-file): Just resignal quit instead of
|
|
9546 signaling "canceled".
|
|
9547
|
|
9548 1998-05-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
9549
|
|
9550 * frame.el (other-frame): Use `focus-frame' instead of
|
|
9551 select-frame kludges.
|
|
9552
|
|
9553 * lisp-mode.el: Update lisp-indent-function for
|
|
9554 save-selected-frame and with-selected-frame.
|
|
9555
|
|
9556 * frame.el (save-selected-frame): New macro.
|
|
9557 (with-selected-frame): Ditto.
|
|
9558 (other-frame): Use `set-frame-focus'.
|
|
9559
|
|
9560 1998-05-06 Oliver Graf <ograf@fga.de>
|
|
9561
|
|
9562 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
|
|
9563 (dragdrop-drop-url-default) default handler for URL drops created
|
|
9564 (dragdrop-drop-mime-default) default handler for MIME drops created
|
|
9565 (dragdrop-drop-functions) default custom for handling drops created
|
|
9566 (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
|
|
9567
|
|
9568 1998-05-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9569
|
|
9570 * mouse.el: Removed redundant mouse-mswindows-drop function.
|
|
9571
|
|
9572 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
9573
|
|
9574 * about.el: changed some text in my entry
|
|
9575 * dragdrop.el: added customs
|
|
9576
|
|
9577 1998-05-04 Oliver Graf <ograf@fga.de>
|
|
9578
|
|
9579 * mouse.el: killed global drop key bindings
|
|
9580 (mouse-offix-drop) removed
|
|
9581 * dragdrop.el: created
|
|
9582 * dumped-lisp.el: inclusion of dragdrop.el for window-systems
|
|
9583
|
|
9584 1998-05-09 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9585
|
|
9586 * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
|
|
9587 scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
|
|
9588
|
|
9589 * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
|
|
9590 obsolete comment.
|
|
9591
|
|
9592 * scrollbar.el (scrollbars-visible-p): Use new
|
|
9593 {vertical,horizontal}-scrollbar-visible-p specifiers.
|
|
9594
|
|
9595 1998-04-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9596
|
|
9597 * device.el (device-pixel-height):
|
|
9598 (device-pixel-width):
|
|
9599 (device-mm-width):
|
|
9600 (device-mm-height):
|
|
9601 (device-bitplanes):
|
|
9602 (device-color-cells): Moved these 6 functions from device.c; they
|
|
9603 all use single (device-system-metrics) call.
|
|
9604
|
|
9605 1998-05-09 SL Baur <steve@altair.xemacs.org>
|
|
9606
|
|
9607 * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
|
|
9608 were renamed.
|
|
9609
|
|
9610 * menubar-items.el:
|
|
9611 * toolbar-items.el: Renamed from x-menubar/x-toolbar.
|
|
9612 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
9613
|
|
9614 * help.el (help-map): Remove Hyperbole keybinding logic.
|
|
9615 Suggested by: Michael Ernst <mernst@cs.washington.edu>
|
|
9616
|
|
9617 1998-05-08 SL Baur <steve@altair.xemacs.org>
|
|
9618
|
|
9619 * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
|
|
9620 From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
|
|
9621
|
|
9622 1998-05-07 Andy Piper <andyp@parallax.co.uk>
|
|
9623
|
|
9624 * msw-glyphs.el: use nicer icon3 from the frame icon.
|
|
9625
|
|
9626 1998-05-07 SL Baur <steve@altair.xemacs.org>
|
|
9627
|
|
9628 * version.el (emacs-version): Remove InfoDock conditionals.
|
|
9629
|
|
9630 * startup.el (startup-splash-frame): Change ID logo name.
|
|
9631
|
|
9632 1998-05-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
9633
|
|
9634 * files.el (after-find-file): If the user presses C-g on
|
|
9635 directory-creation prompt, kill the buffer.
|
|
9636
|
|
9637 1998-05-06 SL Baur <steve@altair.xemacs.org>
|
|
9638
|
|
9639 * simple.el (count-words-region): Reverse previous change.
|
|
9640
|
|
9641 1998-05-05 Hrvoje Niksic <hniksic@srce.hr>
|
|
9642
|
|
9643 * replace.el (query-replace): Just call perform-replace.
|
|
9644 (query-replace-regexp): Ditto.
|
|
9645 (perform-replace): Move region handling here.
|
|
9646 (perform-replace): Use the new arg to match-data.
|
|
9647
|
|
9648 1998-03-08 Kyle Jones <kyle_jones@wonderworks.com>
|
|
9649
|
|
9650 * x-init.el: Install X specific display table that
|
|
9651 displays char 0240 as a space to avoid whatever it is
|
|
9652 that screws up display of that character code.
|
|
9653
|
|
9654 1998-05-03 Hrvoje Niksic <hniksic@srce.hr>
|
|
9655
|
|
9656 * help.el (function-arglist): If no arguments are documented for a
|
|
9657 subr, print nothing rather than incorrect output.
|
|
9658
|
|
9659 1998-05-05 SL Baur <steve@altair.xemacs.org>
|
|
9660
|
|
9661 * cmdloop.el (command-error): Update bail-out error message to use
|
|
9662 `emacs-program-name'.
|
|
9663
|
|
9664 * lib-complete.el: Remove reader macro cruft.
|
|
9665
|
|
9666 * dumped-lisp.el (preloaded-file-list): Phase I: remove InfoDock
|
|
9667 cruft.
|
|
9668
|
|
9669 * simple.el (count-words-region): Drop interactive-p check on the
|
|
9670 message.
|
|
9671
|
|
9672 1998-05-04 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
9673
|
|
9674 * font.el
|
|
9675 * msw-faces.el
|
|
9676 Correct spelling of mswindows-font-canonicalize-name.
|
|
9677
|
|
9678 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9679
|
|
9680 * ldap.el (ldap-host-parameters-alist): Replaced with
|
|
9681 `ldap-host-parameters-plist'
|
|
9682 (ldap-search): Adapt to previous change
|
|
9683
|
|
9684 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
9685
|
|
9686 * about.el (about-hackers): Update Bob Weiner bio.
|
|
9687 (about-maintainer-info): Ditto.
|
|
9688
|
|
9689 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
9690
|
|
9691 * simple.el (display-warning-minimum-level): Docfix.
|
|
9692
|
|
9693 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
9694
|
|
9695 * widget.el (:default-get): New keyword.
|
|
9696 * wid-edit.el (default, widget-default-default-get): Define it.
|
|
9697 (group, widget-group-default-get): Define it.
|
|
9698 (menu-choice, widget-choice-default-get): Define it.
|
|
9699 (widget-default-get): New function.
|
|
9700 (widget-choice-action): Call it.
|
|
9701 (widget-editable-list-entry-create): Call it.
|
|
9702
|
|
9703 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
9704
|
|
9705 * byte-optimize.el (byte-boolean-vars): Removed.
|
|
9706 (byte-optimize-lapcode): Use `built-in-variable-type' instead of
|
|
9707 lookup through `byte-boolean-vars'.
|
|
9708
|
|
9709 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9710
|
|
9711 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
|
|
9712 resource-provided values into ghost specs for scrollbar-height and
|
|
9713 scrollbar-width.
|
|
9714
|
|
9715 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
9716
|
|
9717 * byte-optimize.el: Don't attempt to optimize /=.
|
|
9718
|
|
9719 * bytecomp.el (byte-compile-one-ore-more-args): New function.
|
|
9720 (byte-compile-/=): Ditto.
|
|
9721
|
|
9722 1998-05-02 SL Baur <steve@altair.xemacs.org>
|
|
9723
|
|
9724 * apropos.el: Use `with-displaying-help-buffer'.
|
|
9725 (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
|
|
9726 Use `with-displaying-help-buffer'.
|
|
9727 (apropos-follow): Do not give special treatment to buffer cursor
|
|
9728 was in prior to a mouse click.
|
|
9729 (apropos-describe-plist): Use `with-displaying-help-buffer'.
|
|
9730 (apropos-print-doc): Set correct buffer for setting text
|
|
9731 properties.
|
|
9732
|
|
9733 1998-05-01 SL Baur <steve@altair.xemacs.org>
|
|
9734
|
|
9735 * help.el (help-buffer-prefix-string): New variable.
|
|
9736 (help-buffer-name): Use it.
|
|
9737
|
|
9738 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
|
|
9739 mode menu.
|
|
9740
|
|
9741 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
9742
|
|
9743 * frame.el (other-frame): Work even when focus-follows-mouse is true.
|
|
9744
|
|
9745 1998-05-01 Hrvoje Niksic <hniksic@srce.hr>
|
|
9746
|
|
9747 * files.el (find-file-noselect): Update docstring.
|
|
9748 (find-file-noselect): Signal an error if found an unreadable file.
|
|
9749 (file-chase-links): Save the match data.
|
|
9750 (normal-mode): Use `lwarn' and `error-message-string'.
|
|
9751 (interpreter-mode-alist): Change defconst to defvar.
|
|
9752 (inhibit-first-line-modes-regexps): Ditto.
|
|
9753 (inhibit-first-line-modes-regexps): Added .tgz.
|
|
9754 (inhibit-first-line-modes-suffixes): Change defconst to defvar.
|
|
9755 (change-major-mode-with-file-name): New user-option.
|
|
9756 (set-visited-file-name): Synched with FSF.
|
|
9757 (file-name-extension): New function, from FSF 20.3.
|
|
9758 (file-relative-name): Synched with FSF.
|
|
9759 (save-some-buffers): Support the C-r feature.
|
|
9760 (recover-session): Synched with FSF.
|
|
9761 (kill-some-buffers): Ditto.
|
|
9762 (set-auto-mode): New argument JUST-FROM-FILE-NAME.
|
|
9763
|
|
9764 1998-04-30 SL Baur <steve@altair.xemacs.org>
|
|
9765
|
|
9766 * files.el (insert-file): Undo previous change and reenable use of
|
|
9767 format.el.
|
|
9768
|
|
9769 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
9770
|
|
9771 * window-xemacs.el (recenter): Define.
|
|
9772
|
|
9773 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
9774
|
|
9775 * font.el (mswindows-font-create-name)
|
|
9776 (mswindows-font-create-object): new functions for mswindows type
|
|
9777 fonts.
|
|
9778
|
|
9779 * msw-faces.el (mswindows-font-canicolize-name): fix so that
|
|
9780 strings are parsed as well as font objects.
|
|
9781
|
|
9782 1998-04-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
9783
|
|
9784 * modeline.el (defining-kbd-macro): Restore modeline indication of
|
|
9785 kbd-macro being recorded.
|
|
9786 (add-minor-mode): Simplify docstring.
|
|
9787 (modeline-minor-mode-menu): Remove stuff.
|
|
9788
|
|
9789 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
9790
|
|
9791 * code-process.el (call-process): dynamically decide process
|
|
9792 coding type.
|
|
9793
|
|
9794 1998-04-29 Jim Radford <radford@robby.caltech.edu>
|
|
9795
|
|
9796 * modeline.el: Add line-number-mode, column-number-mode to
|
|
9797 the modeline minor-mode menu. Button2 on the line number does
|
|
9798 goto-line.
|
|
9799
|
|
9800 1998-04-29 Andy Piper <andyp@parallax.co.uk>
|
|
9801
|
|
9802 * mouse.el: move x-selection-owner-p type things to
|
|
9803 selection-owner-p.
|
|
9804
|
|
9805 * msw-init.el: copy zmacs stuff from x-init.el
|
|
9806
|
|
9807 * msw-select.el (mswindows-own-selection)
|
|
9808 (mswindows-disown-selection) (mswindows-selection-owner-p): new
|
|
9809 functions. Very simple minded implementation of selectio
|
|
9810 ownership.
|
|
9811
|
|
9812 * select.el (own-selection) (disown-selection)
|
|
9813 (activate-region-as-selection) (select-make-extent-for-selection)
|
|
9814 (valid-simple-selection-p): functions moved from x-select.el for
|
|
9815 generalized selection.
|
|
9816
|
|
9817 * x-select.el: see select.el changes.
|
|
9818
|
|
9819 * x-toolbar.el: use new selection functions.
|
|
9820
|
|
9821 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9822
|
|
9823 * packages.el (packages-find-package-directories): Fixed bug that
|
|
9824 would pick up multiple site-package directories.
|
|
9825 (package-locations): Added "xemacs-packages" as a late package
|
|
9826 location.
|
|
9827
|
|
9828 * find-paths.el: Now uses `emacs-program-name' and
|
|
9829 `emacs-program-version'.
|
|
9830 Additions to enforce version-specific directories in
|
|
9831 `paths-find-version-directory'.
|
|
9832
|
|
9833 1998-04-29 SL Baur <steve@altair.xemacs.org>
|
|
9834
|
|
9835 * default.el: Removed.
|
|
9836 * site-start.el: Removed.
|
|
9837
|
442
|
9838 1998-04-29 Didier Verna <didier@xemacs.org>
|
428
|
9839
|
|
9840 * minibuf.el (minibuffer-history-minimum-string-length): Default
|
|
9841 to nil.
|
|
9842
|
|
9843 1998-04-28 SL Baur <steve@altair.xemacs.org>
|
|
9844
|
|
9845 * find-paths.el (paths-program-name): Rename.
|
|
9846 (paths-emacs-root-p): Ditto.
|
|
9847 (paths-find-site-directory): Ditto.
|
|
9848
|
|
9849 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
9850
|
|
9851 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
|
|
9852 `emacs-lisp-byte-compile-and-load'.
|
|
9853
|
|
9854 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9855
|
|
9856 * ldap.el (ldap-search): Fixed additional parameter passing to
|
|
9857 `ldap-open'
|
|
9858
|
|
9859 1998-04-27 Andy Piper <andyp@parallax.co.uk>
|
|
9860
|
|
9861 * select.el (kill-primary-selection) (selection-owner-p)
|
|
9862 (copy-primary-selection) (yank-clipboard-selection)
|
|
9863 (selection-exists-p) (delete-primary-selection): new file and
|
|
9864 functions that do the right thing for the selected device.
|
|
9865
|
|
9866 * x-menubar.el: use generalised selection functions.
|
|
9867
|
|
9868 * dumped-lisp.el: dump select.el.
|
|
9869
|
|
9870 1998-04-27 SL Baur <steve@altair.xemacs.org>
|
|
9871
|
|
9872 * find-paths.el (paths-progname): New variable.
|
|
9873 (paths-emacs-root-p): Use it.
|
|
9874 (paths-find-site-directory): Ditto.
|
|
9875
|
|
9876 1998-04-26 SL Baur <steve@altair.xemacs.org>
|
|
9877
|
|
9878 * loadup.el ((member "dump" command-line-args)): Dump as
|
|
9879 `infodock' if InfoDock.
|
|
9880
|
|
9881 1998-04-25 SL Baur <steve@altair.xemacs.org>
|
|
9882
|
|
9883 * find-paths.el (construct-emacs-version): Simplify, include
|
|
9884 program name in the return value.
|
|
9885 * (paths-find-version-directory): Use it.
|
|
9886
|
|
9887 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
9888
|
|
9889 * info.el (Info-parse-dir-entries): Fixed regexp
|
|
9890 (Info-build-dir-anew): Remove full suffix and capitalize info file
|
|
9891 name for files with no @direntry
|
|
9892 (Info-batch-rebuild-dir): New function
|
|
9893 (Info-suffixed-file): Check for regular files instead of simple
|
|
9894 file existence (could catch directories before)
|
|
9895
|
|
9896 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9897
|
|
9898 * setup-paths.el, find-paths.el: Removed uses of `not' which
|
|
9899 temacs doesn't have.
|
|
9900
|
|
9901 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
|
|
9902 into root searching.
|
|
9903
|
|
9904 1998-04-24 Martin Buchholz <martin@xemacs.org>
|
|
9905
|
|
9906 * subr.el: Remove definition of `not'.
|
|
9907
|
|
9908 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9909
|
|
9910 * msw-glyphs.el: enable graphics support.
|
|
9911
|
442
|
9912 1998-04-23 Didier Verna <didier@xemacs.org>
|
428
|
9913
|
|
9914 * x-menubar.el (default-menubar): restored the line-number-mode
|
|
9915 option.
|
|
9916
|
|
9917 * misc doc string updates related to the options menu.
|
|
9918
|
|
9919 1998-04-24 SL Baur <steve@altair.xemacs.org>
|
|
9920
|
|
9921 * setup-paths.el (paths-construct-load-path): Fix typo.
|
|
9922
|
|
9923 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9924
|
|
9925 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
|
|
9926 font-menu-ignore-scaled-fonts don't have to be bound now; this
|
|
9927 gets us one step further towards making --no-autoloads work.
|
|
9928
|
|
9929 * startup.el (normal-top-level): Load auto-autoloads only if
|
|
9930 lisp-directory is non-nil.
|
|
9931
|
|
9932 * setup-paths.el (paths-construct-load-path): Made it robust
|
|
9933 against nil lisp-directory.
|
|
9934
|
|
9935 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
|
|
9936 to the list of variables that cause a warning when nil.
|
|
9937
|
|
9938 * toolbar.el (init-toolbar-location): Now works even when there's
|
|
9939 no toolbar icon directory.
|
|
9940
|
|
9941 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
9942
|
|
9943 * help.el (view-lossage): Recognize it.
|
|
9944
|
|
9945 * simple.el (log-message): Mark multiline messages.
|
|
9946
|
|
9947 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
9948
|
|
9949 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
|
|
9950
|
|
9951 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
9952
|
|
9953 * package-get.el (package-get-all): add `\n' separator to
|
|
9954 interactive specification so that both variables are read
|
|
9955
|
442
|
9956 1998-04-22 Didier Verna <didier@xemacs.org>
|
428
|
9957
|
|
9958 * x-menubar.el: ported the options menu to Custom.
|
|
9959 Moved the "read only" toggle button to the buffers menu.
|
|
9960 Corrected some missing ;;;###autoload or defcustom.
|
|
9961
|
|
9962 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
|
|
9963 the scrollbar-visible specifier for options menu handling.
|
|
9964
|
|
9965 * toolbar.el (toolbar-visible-p)
|
|
9966 (toolbar-captioned-p)
|
|
9967 (default-toolbar-position): defcustom wrappers around
|
|
9968 the toolbar specifiers for options menu handling.
|
|
9969
|
|
9970 * frame.el (get-frame-for-buffer-default-instance-limit):
|
|
9971 defcustom it for options menu handling.
|
|
9972
|
440
|
9973 * font-lock.el (font-lock-mode): defcustom and autoload the variable
|
428
|
9974 font-lock-mode for options menu handling.
|
|
9975
|
|
9976 * cus-start.el: added Custom properties to overwrite-mode for
|
|
9977 options menu handling.
|
|
9978
|
|
9979 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
9980
|
|
9981 * about.el: shameless self-promotion.
|
|
9982
|
|
9983 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
9984
|
|
9985 * simple.el (raw-append-message): Slightly optimize.
|
|
9986 (remove-message): Use `push' for clarity.
|
|
9987 (append-message): Ditto.
|
|
9988 (display-warning): Dito.
|
|
9989 (raw-append-message): Send the message to the appropriate device.
|
|
9990
|
|
9991 1998-04-22 SL Baur <steve@altair.xemacs.org>
|
|
9992
|
|
9993 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
|
|
9994 From Sean MacLennan <Sean.MacLennan@pika.ca>
|
|
9995
|
|
9996 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
9997
|
|
9998 * setup-paths.el: Changed `directory-sep-char' to
|
|
9999 `path-separator', following a change in GNU Emacs.
|
|
10000
|
|
10001 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10002
|
|
10003 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
|
|
10004 (Info-build-dir-anew): Add a final newline.
|
|
10005 (Info-build-dir-anew): Do not issue warning when rebuilding policy
|
|
10006 is `always'
|
|
10007 (Info-rebuild-dir): Ditto
|
|
10008
|
|
10009 * dumped-lisp.el (preloaded-file-list): Added ldap.el
|
|
10010
|
|
10011 1998-04-21 SL Baur <steve@altair.xemacs.org>
|
|
10012
|
|
10013 * simple.el (count-words-buffer): Retain zmacs region.
|
|
10014 (count-words-region): Ditto.
|
|
10015 * simple.el: (what-line): Expanded line counts.
|
|
10016 (count-lines): New parameter to conditionalize whether collapsed
|
|
10017 lines get counted.
|
|
10018 From Bob Weiner <weiner@altrasoft.com>
|
|
10019
|
|
10020 1998-04-19 SL Baur <steve@altair.xemacs.org>
|
|
10021
|
|
10022 * packages.el (package-locations): infodock-packages must override
|
|
10023 mule-packages and packages.
|
|
10024
|
|
10025 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
|
|
10026
|
|
10027 * wid-edit.el:
|
|
10028 remove rude messages from widget-activation-widget-mapper
|
|
10029 and widget-activation-glyph-mapper
|
|
10030
|
|
10031 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
10032
|
|
10033 * toolbar.el: Remove (featurep 'x) test from
|
|
10034 toolbar-make-button-list
|
|
10035
|
|
10036 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
10037
|
|
10038 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
|
|
10039 only if in the same frame.
|
|
10040
|
|
10041 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10042
|
|
10043 * packages.el (package-locations): Added site-packages hierarchy.
|
|
10044
|
|
10045 * setup-paths.el (paths-default-info-directories): Introduced and
|
|
10046 used.
|
|
10047
|
|
10048 * packages.el, setup-paths.el: Set various path searching depths
|
|
10049 to 1.
|
|
10050
|
|
10051 * packages.el (packages-hierarchy-depth):
|
|
10052 (packages-load-path-depth): Introduced and used.
|
|
10053
|
|
10054 * setup-paths.el (paths-load-path-depth): Introduced and used.
|
|
10055
|
|
10056 * find-paths.el (paths-find-recursive-path): Added max-depth
|
|
10057 parameter.
|
|
10058
|
|
10059 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10060
|
|
10061 * setup-paths.el (paths-construct-info-path): Removed
|
|
10062 dependency on behavior of (file-name-as-directory "").
|
|
10063
|
|
10064 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10065
|
|
10066 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
|
|
10067 lisp objects
|
|
10068
|
|
10069 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10070
|
|
10071 * dump-paths.el, startup.el: Added handling for --debug-paths.
|
|
10072
|
|
10073 1998-04-15 William M. Perry <wmperry@aventail.com>
|
|
10074
|
|
10075 * wid-edit.el: We cannot just set the help-echo or balloon-help
|
|
10076 properties for an extent based on the :help-echo widget
|
|
10077 property, since help-echo and balloon-help cause an EXTENT to
|
|
10078 get passed in, where :help-echo functions are expecting a WIDGET
|
|
10079
|
|
10080 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10081
|
|
10082 * scrollbar.el (init-scrollbar-from-resources): Call
|
|
10083 mswindows-init-scrollbar-metrics when appropriate.
|
|
10084
|
|
10085 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10086
|
|
10087 * dumped-lisp.el: dump x-toolbar for window system
|
|
10088
|
|
10089 * msw-init.el (init-post-mswindows-win): enable toolbars if we
|
|
10090 have support and xpm.
|
|
10091
|
|
10092 1998-04-16 SL Baur <steve@altair.xemacs.org>
|
|
10093
|
|
10094 * files.el (toggle-read-only): Fix docstring.
|
442
|
10095 From Didier Verna <didier@xemacs.org>
|
428
|
10096
|
|
10097 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10098
|
|
10099 * startup.el (normal-top-level): Load autoload-file-name without
|
|
10100 specifying an extension---some people only auto-autoload.el.gz.
|
|
10101
|
|
10102 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
|
|
10103
|
|
10104 * files.el (backup-enable-predicate): Don't bomb on NAME being
|
|
10105 nil.
|
|
10106
|
|
10107 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10108
|
|
10109 * find-paths.el, packages.el: Now prefers configure'd paths.
|
|
10110 This shouldn't cause any of the originally anticipated problems as
|
|
10111 the current paths architecture will not define the various
|
|
10112 configure-xxx variables if they're not specified on the configure
|
|
10113 command line.
|
|
10114
|
|
10115 * find-paths.el, setup-paths.el, packages.el: Removed all
|
|
10116 mentionings of "/" as a path separator.
|
|
10117 Used paths-construct-path throughout.
|
|
10118
|
|
10119 * find-paths.el (paths-construct-path): Created to assemble paths
|
|
10120 from directory components.
|
|
10121
|
|
10122 * setup-paths.el, packages.el: Used paths-decode-directory-path
|
|
10123 instead of decode-path-internal.
|
|
10124
|
|
10125 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
|
|
10126 and associates.
|
|
10127 (paths-decode-directory-path) Created.
|
|
10128
|
|
10129 * setup-paths.el: Changed configure-exec-path to
|
|
10130 configure-exec-directory.
|
|
10131
|
|
10132 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10133
|
|
10134 * packages.el (packages-find-packages): Fixed decoding of
|
|
10135 EMACSPACKAGEPATH.
|
|
10136
|
|
10137 * startup.el: -no-packages -> -no-early-packages.
|
|
10138
|
|
10139 (packages-load-package-lisps): Fixed loading of auto-autoload
|
|
10140 files.
|
|
10141
|
|
10142 * startup.el (normal-top-level): Fixed loading of core
|
|
10143 auto-autoload.
|
|
10144
|
|
10145 * obsolete.el: Un-obsoleted site-directory. Sigh.
|
|
10146
|
|
10147 * startup.el, packages.el, dump-paths.el: Added proper settings
|
|
10148 for site-directory and lisp-directory variables.
|
|
10149
|
|
10150 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
|
|
10151 inhibit-package-autoloads and fixed handling of it.
|
|
10152
|
|
10153 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
|
|
10154 handling of former inhibit-package-init, now
|
|
10155 inhibit-early-packages, to make -vanilla etc. work.
|
|
10156
|
|
10157 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10158
|
|
10159 * code-process.el (start-process): Fallback to 'undecided instead
|
|
10160 of 'binary for process input coding stream.
|
|
10161
|
|
10162 * process.el (start-process): Docstring fix.
|
|
10163
|
|
10164 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10165
|
|
10166 * info.el (Info-insert-dir): Do not insert temporary dir files
|
|
10167 in Info-dir-file-attributes
|
|
10168 (Info-build-dir-anew): Ensure temporary buffer is not read-only
|
|
10169 (Info-rebuild-dir): Ditto.
|
|
10170
|
|
10171 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10172
|
|
10173 * obsolete.el: Added obsoleteness declarations for
|
|
10174 `site-directory' and `Info-default-directory-list'.
|
|
10175
|
|
10176 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10177
|
|
10178 * find-paths.el (paths-find-emacs-root): Only look at the
|
|
10179 executable at the end of the symlink chain for determining the
|
|
10180 Emacs root.
|
|
10181
|
|
10182 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10183
|
|
10184 * setup-paths.el (paths-construct-info-path): Changed construction
|
|
10185 to cater to gone default in configure.
|
|
10186
|
|
10187 * find-paths.el (paths-uniq-append): Added.
|
|
10188
|
|
10189 * packages.el: Rewritten package path construction once again.
|
|
10190
|
|
10191 * dump-paths.el, startup.el: Removed package-path as a global
|
|
10192 variable.
|
|
10193
|
|
10194 * package-admin.el (package-admin-add-single-file-package):
|
|
10195 (package-admin-add-binary-package): Changed package-path to
|
|
10196 late-packages.
|
|
10197
|
|
10198 * packages.el (packages-split-path): Split path at "/" rather than
|
|
10199 nil according to change in emacs.c.
|
|
10200
|
|
10201 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10202
|
|
10203 * setup-paths.el (paths-construct-info-path): Changed info path
|
|
10204 order so that directories come out right.
|
|
10205 (paths-find-lock-directory): Fixed bug: It used to think
|
|
10206 configure-lock-directory is a path.
|
|
10207
|
|
10208 1998-04-06 Jeff Miller <jmiller@smart.net>
|
|
10209
|
|
10210 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
|
|
10211 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
|
|
10212 eases the use of toolbar-add/kill-item functions.
|
|
10213
|
|
10214 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10215
|
|
10216 * code-files.el (file-coding-system-alist): Commented out
|
|
10217 loaddefs.el magical treatment.
|
|
10218
|
|
10219 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10220
|
|
10221 * info.el (Info-rebuild-outdated-dir): Added new option
|
|
10222 `conservative' and made it the default
|
|
10223 (Info-rebuild-dir): Appropriately parse multi-line description
|
|
10224 strings, and multi-section dir files. Issue warning when dir
|
|
10225 is rebuilt as temporary
|
|
10226 (Info-build-dir-anew): Issue warning when dir is built as
|
|
10227 temporary
|
|
10228
|
|
10229 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10230
|
|
10231 * list-mode.el (list-mode-map): Bind highlight motion commands to
|
|
10232 standard keys left, right, C-b and C-f.
|
|
10233
|
|
10234 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10235
|
|
10236 * files.el (auto-mode-alist): allow .sc for Scheme->C
|
|
10237
|
|
10238 1998-04-06 SL Baur <steve@altair.xemacs.org>
|
|
10239
|
|
10240 * loadup.el (pureload): Don't quote (garbage-collect).
|
|
10241
|
|
10242 1998-04-04 SL Baur <steve@altair.xemacs.org>
|
|
10243
|
|
10244 * package-get-base.el: Updated.
|
|
10245
|
|
10246 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
10247
|
|
10248 * isearch-mode.el (isearch-just-started): New variable.
|
|
10249 (isearch-mode): Set it.
|
|
10250 (isearch-repeat): Advance one character forward only if the search
|
|
10251 was successful, and was not just started.
|
|
10252 (isearch-repeat): Clear isearch-just-started.
|
|
10253
|
|
10254 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
10255
|
|
10256 * finder.el (finder-compile-keywords): Don't eval new finder-inf
|
|
10257 if running -batch.
|
|
10258
|
|
10259 1998-03-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
10260
|
|
10261 * subr.el (listify-key-sequence): Removed.
|
|
10262
|
|
10263 1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
10264
|
|
10265 * bytecomp.el (byte-compile-print-gensym): New option.
|
|
10266 (byte-compile-output-file-form): Use it.
|
|
10267 (byte-compile-output-docform): Ditto.
|
|
10268 (byte-compile-compiled-obj-to-list): Ditto.
|
|
10269
|
|
10270 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10271
|
|
10272 * msw-glyphs.el: set frame icon if xpm support.
|
|
10273
|
|
10274 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10275
|
|
10276 * help.el: Code that pretty prints variable values
|
|
10277 removed.
|
|
10278
|
|
10279 1998-04-02 SL Baur <steve@altair.xemacs.org>
|
|
10280
|
|
10281 * find-paths.el (paths-emacs-root-p): Correct test for installation
|
|
10282 directory.
|
|
10283 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10284
|
|
10285 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10286
|
|
10287 * loaddefs.el: Don't set debug-ignored-errors; leave
|
|
10288 its default value set to nil.
|
|
10289
|
|
10290 1998-03-29 Damon Lipparelli <lipp@primus.com>
|
|
10291
|
|
10292 * info.el (Info-rebuild-dir): fixed mis-spelling.
|
|
10293
|
|
10294 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10295
|
|
10296 * info.el (Info-rebuild-outdated-dir): New custom var
|
|
10297 (Info-insert-node): Create/update dir file when needed, ie when it
|
|
10298 does not exist or is older than some info files in directory
|
|
10299
|
|
10300 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10301
|
|
10302 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
|
|
10303 for last packages, mainly for using a 20.4 package base.
|
|
10304
|
|
10305 * packages.el (late-packages): Typo fix. It was called
|
|
10306 early-packages.
|
|
10307
|
|
10308 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
|
|
10309 relative symlinks correctly.
|
|
10310 (paths-find-emacs-roots): More rigorous checking for plausible
|
|
10311 configuration-time root.
|
|
10312
|
|
10313 * startup.el (normal-top-level): Added a warning if XEmacs cannot
|
|
10314 find its roots.
|
|
10315
|
|
10316 1998-03-27 Martin Buchholz <martin@xemacs.org>
|
|
10317
|
|
10318 * faces.el: Fix docstrings.
|
|
10319 * glyphs.el: Fix docstrings.
|
|
10320 * mouse.el: Fix docstrings.
|
|
10321
|
|
10322 * frame.el: Change phrase `current frame' to `selected frame'.
|
|
10323
|
|
10324 * faces.el (face-spec-set-match-display): Make FRAME arg optional.
|
|
10325
|
|
10326 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
|
|
10327 macros using backquote to make them infinitely more readable.
|
|
10328
|
|
10329 1998-03-30 SL Baur <steve@altair.xemacs.org>
|
|
10330
|
|
10331 * packages.el (packages-find-package-path): Hardcoded specialized
|
|
10332 InfoDock support until we can clean this up.
|
|
10333
|
|
10334 * help.el (describe-bindings-1): Return the value of the bindings
|
|
10335 help buffer created.
|
|
10336 (describe-bindings): Ditto.
|
|
10337
|
|
10338 * simple.el (set-variable): Restore previous behavior of not
|
|
10339 bombing if the variable to set is not boundp.
|
|
10340
|
|
10341 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10342
|
|
10343 * packages.el (packages-handle-package-dumped-lisps): Allow for
|
|
10344 non-local files to be loaded off the package-lisp variable.
|
|
10345
|
|
10346 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10347
|
|
10348 * x-faces.el: Global X resources should override
|
|
10349 specs for all device classes (color, grayscale, mono);
|
|
10350 code currently doesn't override any of them. Fixed by
|
|
10351 calling remove-specifier with '(x default) as the tag
|
|
10352 set and allowing inexact matches.
|
|
10353
|
|
10354 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10355
|
442
|
10356 * faces.el: Separated face initializations based on
|
428
|
10357 device classes into device type specific (tag set,
|
|
10358 instantiator) pairs.
|
|
10359
|
|
10360 1998-03-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
10361
|
|
10362 * wid-edit.el (widget-choice-action): Remember user's explicit
|
|
10363 choice.
|
|
10364 (widget-choice-value-create): Respect it.
|
|
10365 From Richard Stallman <rms@gnu.org>
|
|
10366
|
|
10367 1998-03-26 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10368
|
|
10369 * setup-paths.el (paths-construct-info-path): Always append
|
|
10370 existing directories from configure-time info path.
|
|
10371
|
|
10372 * startup.el (startup-setup-paths): Renamed misnamed info-path to
|
|
10373 Info-directory-list.
|
|
10374
|
|
10375 * info.el: Removed Info-default-directory-list which was broken by
|
|
10376 design.
|
|
10377 Removed bogus initialization of Info-directory-list---startup.el
|
|
10378 can do a much better job.
|
|
10379 Added autoload of Info-directory-list.
|
|
10380
|
|
10381 * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
|
|
10382 out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
|
|
10383 be exclusive; now it's merely given precedence, just like in the
|
|
10384 old days.
|
|
10385
|
|
10386 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10387
|
|
10388 * find-paths.el (paths-find-architecture-directory): Fix bug with
|
|
10389 finding; it used to default too early.
|
|
10390
|
|
10391 1998-03-25 Martin Buchholz <martin@xemacs.org>
|
|
10392
|
|
10393 * packages.el (packages-split-path): Fix a bug; it used to fail
|
|
10394 for paths that weren't split.
|
|
10395
|
|
10396 1998-03-26 SL Baur <steve@altair.xemacs.org>
|
|
10397
|
|
10398 * finder.el (finder-compile-keywords): trap on errors.
|
|
10399
|
|
10400 1998-03-24 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10401
|
|
10402 * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
|
|
10403 fourth argument of t so that only the specs exactly
|
|
10404 matching the tag lists are removed.
|
|
10405
|
|
10406 1998-03-25 SL Baur <steve@altair.xemacs.org>
|
|
10407
|
|
10408 * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
|
|
10409
|
|
10410 1998-03-23 SL Baur <steve@altair.xemacs.org>
|
|
10411
|
|
10412 * minibuf.el (mouse-read-file-name-1): If a default directory was
|
|
10413 specified, use it for generating the completions.
|
|
10414
|
|
10415 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10416
|
|
10417 * update-elc.el: Now respects inhibit-package-init and
|
|
10418 inhibit-site-lisp.
|
|
10419 Now does path construction with loadup-paths.
|
|
10420
|
|
10421 * startup.el (normal-top-level, startup-setup-paths): Now respects
|
|
10422 inhibit-package-init and inhibit-site-lisp.
|
|
10423
|
|
10424 * packages.el (packages-find-package-path): Extended package path
|
|
10425 by version-specific hierarchies.
|
|
10426 (packages-find-packages): Now respects inhibit flag and
|
|
10427 inhibit-site-lisp.
|
|
10428 Moved path setup to loadup-paths.
|
|
10429
|
|
10430 * make-docfile.el: Now respects inhibit-package-init and
|
|
10431 inhibit-site-lisp.
|
|
10432 Now does path construction with loadup-paths.
|
|
10433
|
|
10434 * loadup.el: Now respects inhibit-package-init and
|
|
10435 inhibit-site-lisp.
|
|
10436
|
|
10437 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
|
|
10438
|
|
10439 * loadup-paths.el: New file: setup load-path to encompass
|
|
10440 packages.
|
|
10441
|
|
10442 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
10443
|
|
10444 * auto-show.el: load-gc renamed to pureload.
|
|
10445 * site-load.el: Ditto.
|
|
10446 * packages.el (toplevel): Ditto.
|
|
10447 * loadup.el (really-early-error-handler): Ditto.
|
|
10448 * dumped-lisp.el (preloaded-file-list): Ditto.
|
|
10449 * cus-face.el (custom-declare-face): Ditto.
|
|
10450
|
|
10451 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
10452
|
|
10453 * <Today>: The Big Path Searching Overhaul.
|
|
10454
|
|
10455 * find-paths.el: New file: find and assemble paths in the
|
|
10456 installation hierarchy.
|
|
10457
|
|
10458 * setup-paths.el: New file: global layout of paths and directories
|
|
10459 within the XEmacs hierarchy.
|
|
10460
|
|
10461 * packages.el: Replaced everything related to path searching and
|
|
10462 startup by code in terms of find-paths.
|
|
10463
|
|
10464 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
|
|
10465 the new path searching engine.
|
|
10466
|
|
10467 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
|
|
10468 and setup-paths.
|
|
10469
|
|
10470 1998-03-22 SL Baur <steve@altair.xemacs.org>
|
|
10471
|
|
10472 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
|
|
10473 setup-paths.el.
|
|
10474
|
|
10475 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10476
|
|
10477 * msw-glyphs.el: Added check for 'mswindows feature, so the file
|
|
10478 compiles identically in any configuration.
|
|
10479 Removed irrelevant commentary.
|
|
10480
|
|
10481 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10482
|
|
10483 * simple.el (set-variable): Allow setting specifiers.
|
|
10484
|
|
10485 1998-03-19 SL Baur <steve@altair.xemacs.org>
|
|
10486
|
|
10487 * lisp.el (forward-sexp): Revert previous change.
|
|
10488
|
|
10489 1998-03-18 SL Baur <steve@altair.xemacs.org>
|
|
10490
|
|
10491 * frame.el (frame-initialize): Use `delete-console' instead of
|
|
10492 `delete-device' to delete the stream console to match the usage in
|
|
10493 Fkill_emacs.
|
|
10494
|
|
10495 1998-03-16 SL Baur <steve@altair.xemacs.org>
|
|
10496
|
|
10497 * files.el (cdpath-previous): New variable.
|
|
10498 (cd): Use it.
|
|
10499 From Bob Weiner <weiner@wave.altrasoft.com>
|
|
10500
|
|
10501 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10502
|
|
10503 * keydefs.el: Changed keybindings of forward-char,
|
|
10504 backward, scroll-up and scroll-down to point to their
|
|
10505 -command counterparts.
|
|
10506
|
|
10507 * simple.el: New functions: forwarc-char-command,
|
|
10508 backwrad-char-command, scroll-up-command,
|
|
10509 scroll-down-command which work liek their counterparts
|
|
10510 except that they honor the variable
|
|
10511 signal-error-on-buffer-boundary.
|
|
10512
|
|
10513 Definition of signal-error-on-buffer-boundary received
|
|
10514 from src/cmds.c.
|
|
10515
|
|
10516 defvar declaration added for word-across-newline to avoid
|
|
10517 byte-compiler warning about the free variable reference.
|
|
10518
|
|
10519 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10520
|
|
10521 * winnt.el: Removed "%t" from the beginning of
|
|
10522 modeline-format. From now on, there's no nt-specifics in the modeline.
|
|
10523
|
|
10524 1998-03-14 SL Baur <steve@altair.xemacs.org>
|
|
10525
|
|
10526 * setup-paths.el (paths-setup-paths-warning): Replace occurrences
|
|
10527 of `when' with `if'.
|
|
10528
|
|
10529 1998-03-03 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10530
|
|
10531 * msw-glyphs.el: New file. Defines TTY-style glyphs for
|
|
10532 mswindows. Must be reworked along with glyphs.el, or
|
|
10533 merged into it, after there is images support.
|
|
10534
|
|
10535 * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
|
|
10536 'mswindows.
|
|
10537
|
|
10538 1998-03-13 SL Baur <steve@altair.xemacs.org>
|
|
10539
|
|
10540 * faces.el: fix for text cursor initialization.
|
|
10541 Suggested by Kyle Jones <kyle_jones@wonderworks.com>
|
|
10542 From Andy Piper <andyp@parallax.co.uk>
|
|
10543
|
|
10544 1998-03-11 Pete Ware <ware@cis.ohio-state.edu>
|
|
10545
|
|
10546 * files.el (set-auto-mode): If a mode is not fboundp, check to see
|
|
10547 if there is an existing package that handles it and warn the user
|
|
10548 about that mode.
|
|
10549
|
|
10550 1998-03-02 Kirill M. Katsnelson <kkm@kis.ru>
|
|
10551
|
|
10552 * x-menubar.el (default-menubar): Greyed out "Help / Basics /
|
|
10553 Installation" menu item when Installation-string is not bound.
|
|
10554
|
|
10555 1998-03-11 SL Baur <steve@altair.xemacs.org>
|
|
10556
|
|
10557 * lisp.el (forward-sexp): Fix for test for balanced sexp.
|
|
10558 From Jeremiah W. James <jerry@cs.ucsb.edu>
|
|
10559
|
|
10560 1998-03-10 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10561
|
|
10562 * msw-faces.el:
|
|
10563 * faces.el: Fix face initialization.
|
|
10564
|
|
10565 1998-03-10 Glynn Clements <glynn@sensei.co.uk>
|
|
10566
|
|
10567 * files.el (backup-enable-predicate): fix breakage introduced
|
|
10568 by TMPDIR patch.
|
|
10569
|
|
10570 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10571
|
|
10572 * x-faces.el (x-init-face-from-resources): The
|
|
10573 TTY face property retrieval functions don't return
|
|
10574 specifiers, so use face-property instead.
|
|
10575
|
|
10576 1998-03-09 SL Baur <steve@altair.xemacs.org>
|
|
10577
|
|
10578 * mwheel.el (mwheel-install): Use portable keysyms and syntax.
|
|
10579
|
|
10580 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10581
|
|
10582 * x-menubar.el: Expanded documentation for
|
|
10583 option-save-faces. Changed Options -> Browse Faces
|
|
10584 menu entry to invoke customize-face.
|
|
10585
|
|
10586 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10587
|
|
10588 * faces.el: Most face initialization moved out of
|
|
10589 init-other-random-faces to the top level so that the
|
|
10590 initialization happens before Xemacs is dumped. Much
|
|
10591 of the fascist "face-differs-from-default-p or FROB!"
|
|
10592 code has been retired in favor of letting the user do
|
|
10593 what they want to do. Face initialization code changed
|
|
10594 to use `default' specifier tag so that the settings can
|
|
10595 be overridden later if the user wishes it.
|
|
10596
|
|
10597 1998-03-08 SL Baur <steve@altair.xemacs.org>
|
|
10598
|
|
10599 * about.el (about-hackers): Update contributors list.
|
|
10600
|
|
10601 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10602
|
|
10603 * specifier.el: Define new specifier tag `default'.
|
|
10604
|
|
10605 * modeline.el: Initialize faces using `default' tag.
|
|
10606
|
|
10607 * x-faces.el (x-init-face-from-resources): Remove
|
|
10608 specifier specs containing the `default' tag before
|
|
10609 adding new specs.
|
|
10610
|
|
10611 1998-03-02 John Jones <jj@asu.edu>
|
|
10612
|
|
10613 * package-get.el (package-get-all): fixed arguments on call to
|
|
10614 package-admin-add-single-file-package.
|
|
10615 * package-get.el (package-get-installedp): fixed to match
|
|
10616 advertised behavior.
|
|
10617 * package-get.el: added function package-get-update-all which
|
|
10618 installs newest versions of all the current packages (if they are
|
|
10619 not already installed).
|
|
10620
|
|
10621 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
10622
|
|
10623 * files.el (find-file-noselect): Uncommented `truename' binding in
|
|
10624 `let*' and use it later to set `buffer-file-truename' iff it's
|
|
10625 still nil, as happens for example when finding a compressed
|
|
10626 file with "jka-compr".
|
|
10627
|
|
10628 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10629
|
|
10630 * faces.el: in make-face-* type functions do the operation for all
|
|
10631 window systems, not just the first one found.
|
|
10632
|
|
10633 * font.el: call mswindows-list-fonts for mswindows.
|
|
10634
|
|
10635 1998-03-02 Glynn Clements <glynn@sensei.co.uk>
|
|
10636
|
|
10637 * code-process.el (call-process-region):
|
|
10638 * process.el (call-process-region):
|
|
10639 * package-get.el (package-get-dir):
|
|
10640 * files.el (backup-enable-predicate):
|
|
10641 * gnuserv.el (gnuserv-temp-file-regexp):
|
|
10642 Use temp-directory in place of `/tmp'.
|
|
10643
|
|
10644 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
10645
|
|
10646 * "Fast" dired-in-C enhancements for Windows 95/NT:
|
|
10647
|
|
10648 * files.el: Added function, `wildcard-to-regexp', from GNU
|
|
10649 Emacs.
|
|
10650
|
|
10651 * files.el (insert-directory): Modified to use special
|
|
10652 dired-in-C enhancements if present.
|
|
10653
|
|
10654 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10655
|
|
10656 * code-files.el: make default coding no-conversion.
|
|
10657
|
|
10658 1998-03-02 SL Baur <steve@altair.xemacs.org>
|
|
10659
|
|
10660 * dumped-lisp.el (preloaded-file-list): Find Installation.el from
|
|
10661 the load-path.
|
|
10662
|
|
10663 * update-elc.el: Strip directory when testing for files not to
|
|
10664 bytecompile.
|
|
10665
|
|
10666 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
10667
|
|
10668 * lisp-mode.el: Use recommended form for menus.
|
|
10669
|
|
10670 * info.el (Info-construct-menu): Use recommended form for menus.
|
|
10671
|
|
10672 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
|
|
10673 entry.
|
|
10674
|
|
10675 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10676
|
|
10677 * frame.el: Resurrect get-frame-for-buffer-default-to-current.
|
|
10678 (get-frame-for-buffer-noselect): Always return frames
|
|
10679 in the not-this-window-p cond clause.
|
|
10680
|
|
10681 1998-02-27 SL Baur <steve@altair.xemacs.org>
|
|
10682
|
|
10683 * help.el (describe-installation): New function.
|
|
10684
|
|
10685 * x-menubar.el (default-menubar): Add describe-installation to
|
|
10686 Help menu.
|
|
10687
|
|
10688 * packages.el (packages-unbytecompiled-lisp): Installation.el
|
|
10689 should not be bytecompiled.
|
|
10690
|
|
10691 * dumped-lisp.el (preloaded-file-list): Dump Installation with
|
|
10692 XEmacs.
|
|
10693
|
|
10694 * x-menubar.el (default-menubar): Use correct guard for VM menu
|
|
10695 entry.
|
|
10696
|
|
10697 * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
|
|
10698 coding.
|
|
10699 From Andy Piper <andyp@parallax.co.uk>
|
|
10700
|
|
10701 1998-02-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
10702
|
|
10703 * ldap.el: Do not require ldap-internal at compile time.
|
|
10704
|
|
10705 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk>
|
|
10706
|
|
10707 * code-files.el: new file. a virtual copy of mule-files.el
|
|
10708 but without charset
|
|
10709 dependencies. (toggle-buffer-file-ocding-system) new function for
|
|
10710 changing the eol type for the current buffer.
|
|
10711
|
|
10712 * code-process.el: new file. a copy of
|
|
10713 mule-process.el. mule-process.el will disappear when things have
|
|
10714 settled.
|
|
10715
|
|
10716 * coding.el: new file. a virtual copy of mule-files.el but
|
|
10717 without charset dependencies. (coding-system-base) new function
|
|
10718 for getting the parent coding system of a coding system with eol
|
|
10719 type set.
|
|
10720
|
|
10721 * dumped-lisp.el: add above files for the non-mule case.
|
|
10722
|
|
10723 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10724
|
|
10725 * window-xemacs.el (display-buffer): If no explicit
|
|
10726 frame is specified, search for a window that displays
|
|
10727 the buffer on the currently selected frame, before
|
|
10728 searching other frames.
|
|
10729
|
|
10730 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10731
|
|
10732 * frame.el (get-frame-for-buffer): If not-this-window-p
|
|
10733 is non-nil, use window on the selected frame if it is not
|
|
10734 also the selected window. When defaulting, search for
|
|
10735 windows on the currently selected fgrame before searching
|
|
10736 other frames.
|
|
10737
|
442
|
10738 1998-02-25 Didier Verna <didier@xemacs.org>
|
428
|
10739
|
|
10740 * modeline.el (modeline-swap-buffers): originally named
|
|
10741 `mouse-release-modeline'. Whether to actually swap the buffers is
|
|
10742 decided in `mouse-drag-modeline'.
|
|
10743 (mouse-drag-modeline): A button release event is considered a
|
|
10744 mouse click is both X (modeline scroll) and Y (modeline drag) pos
|
|
10745 stay unchanged.
|
|
10746
|
|
10747 1998-02-25 SL Baur <steve@altair.xemacs.org>
|
|
10748
|
|
10749 * x-menubar.el: Put redo on the menubar.
|
|
10750 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
10751
|
|
10752 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
10753
|
|
10754 * bytecomp.el (displaying-byte-compile-warnings): if
|
|
10755 temp-buffer-show-function is set, use it to display current set of
|
|
10756 warnings in the "*Compile-Log-Show*" buffer.
|
|
10757
|
|
10758 * simple.el (display-warning-buffer): if temp-buffer-show-function
|
|
10759 is set, use it to display current set of warnings in the
|
|
10760 "*Warnings-Show*" buffer.
|
|
10761
|
|
10762 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10763
|
|
10764 * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
|
|
10765 Common Lisp.
|
|
10766
|
|
10767 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
10768
|
|
10769 * menubar.el: Allow button descriptors at least 2 long.
|
|
10770
|
|
10771 * x-menubar.el (default-menubar): Use recommended forms.
|
|
10772 (file-menu-filter): Remove.
|
|
10773 (edit-menu-filter): Remove.
|
|
10774
|
|
10775 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
10776
|
|
10777 * about.el (about-hackers): Updated.
|
|
10778
|
|
10779 1998-02-22 Greg Klanderman <greg@alphatech.com>
|
|
10780
|
|
10781 * help.el (help-max-help-buffers): new variable
|
|
10782 (help-register-and-maybe-prune-excess): new function
|
|
10783 (help-buffer-name): use help-max-help-buffers.
|
|
10784 (with-displaying-help-buffer): use
|
|
10785 help-register-and-maybe-prune-excess.
|
|
10786
|
|
10787 * help.el (help-maybe-pretty-print-value): if the value fits on
|
|
10788 one line, let it.
|
|
10789
|
|
10790 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
10791
|
|
10792 * (with-displaying-help-buffer): there is no need to kill the buffer
|
442
|
10793 if it exists, because with-output-to-temp-buffer will clear it.
|
428
|
10794 further, killing the buffer violates the rule that
|
|
10795 temp-buffer-show-function, if set, has the full responsibility of
|
|
10796 showing the temp buffer. killing the buffer fucks with the window
|
|
10797 configuration, hosing temp-buffer-show-function.
|
|
10798
|
|
10799
|
442
|
10800 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
10801
|
|
10802 * modeline.el (mouse-drag-modeline):
|
|
10803 - Always scroll the modeline that was originally clicked on.
|
|
10804 - Use x pixels instead of x characters (which doesn't work anyway)
|
|
10805 as horizontal reference for modeline dragging. This allows us to
|
|
10806 keep on dragging the modeline even if the motion event occurs in
|
|
10807 another window.
|
|
10808
|
442
|
10809 1998-02-23 Didier Verna <didier@xemacs.org>
|
428
|
10810
|
|
10811 * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
|
|
10812 glyph on the modeline to indicate that dragging the mouse has an
|
|
10813 effect both horizontally and vertically.
|
|
10814
|
|
10815 1998-02-24 SL Baur <steve@altair.xemacs.org>
|
|
10816
|
|
10817 * about.el (about-xemacs): Get rid of redundant visible version
|
|
10818 number.
|
|
10819
|
|
10820 1998-02-19 SL Baur <steve@altair.xemacs.org>
|
|
10821
|
|
10822 * about.el (about-hackers): Update credits.
|
|
10823
|
|
10824 1997-12-22 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
10825
|
|
10826 * prim/register.el (view-register): Show register type file-query.
|
|
10827
|
|
10828 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10829
|
|
10830 * mode-motion.el (mode-motion-highlight-internal):
|
|
10831 save-excursion inside save-window-exucrsion form to
|
|
10832 hide buffer point changes from save-window-excursion.
|
|
10833 Prevents display flickering when the mouse pointer
|
|
10834 moves.
|
|
10835
|
442
|
10836 1998-02-17 Didier Verna <didier@xemacs.org>
|
428
|
10837
|
|
10838 * mouse.el (default-mouse-track-set-point-in-window): rewrote this
|
|
10839 function to handle correctly the case of a toolbar one side of the
|
|
10840 window: scrolling will not necessarily happen.
|
|
10841
|
|
10842 1998-02-17 Kyle Jones <kyle_jones@wonderworks.com>
|
|
10843
|
|
10844 * files.el (after-find-file): Restore missing argument
|
|
10845 to format that provides filename for "... consider M-x
|
|
10846 recover-file" message. Also call `message' with "%s"
|
|
10847 as the first arg instead of an arbitrary string.
|
|
10848
|
|
10849 1998-02-18 SL Baur <steve@altair.xemacs.org>
|
|
10850
|
|
10851 * about.el (about-hackers): Various additions.
|
|
10852
|
|
10853 1998-02-15 SL Baur <steve@altair.xemacs.org>
|
|
10854
|
|
10855 * autoload.el (generate-file-autoloads-1): Don't force an extra
|
|
10856 line out when copying on-the-same line autoloads.
|
|
10857
|
|
10858 * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
|
|
10859 is installed.
|
|
10860
|
|
10861 1998-02-14 Martin Buchholz <martin@xemacs.org>
|
|
10862
|
|
10863 * x11/x-win-xfree86.el (x-win-init-xfree86):
|
|
10864 * x11/x-win-sun.el (x-win-init-sun):
|
|
10865 * x11/x-init.el (x-initialize-compose):
|
|
10866 * prim/simple.el:
|
|
10867 (backward-or-forward-kill-sexp):
|
|
10868 (backward-or-forward-kill-sentence):
|
|
10869 (backward-or-forward-kill-word):
|
|
10870 (backward-or-forward-delete-char):
|
|
10871 * prim/isearch-mode.el (isearch-help-or-delete-char):
|
|
10872 Use x-keysym-on-keyboard-sans-modifiers-p instead of
|
|
10873 x-keysym-on-keyboard-p to detect backspace.
|
|
10874 Use symbols instead of strings (now deprecated) with x-keysym-*-p.
|
|
10875 Clean up symbols used with dead keys, checking Linux and solaris
|
|
10876 keysyms.
|
|
10877 Simplify x-win-*.el using above methods.
|
|
10878 Change documentation for x-keysym-*-p functions.
|
|
10879
|
|
10880 1998-02-14 SL Baur <steve@altair.xemacs.org>
|
|
10881
|
|
10882 * about.el (about-hackers): Restore entries for Michael Sperber and
|
|
10883 Vinnie Shelton.
|
|
10884 From Vinnie Shelton <acs@acm.org>
|
|
10885
|
|
10886 1998-02-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
10887
|
|
10888 * simple.el (count-words-region): Ditto.
|
|
10889
|
|
10890 1998-02-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
10891
|
|
10892 * simple.el (count-words-buffer): Document. Don't print anything
|
|
10893 if non-interactive.
|
|
10894
|
|
10895 1998-02-12 SL Baur <steve@altair.xemacs.org>
|
|
10896
|
|
10897 * packages.el (packages-hardcoded-lisp): easymenu.el is in
|
|
10898 multiple files in InfoDock.
|
|
10899
|
|
10900 1998-02-11 SL Baur <steve@altair.xemacs.org>
|
|
10901
|
|
10902 * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
|
|
10903 from version.el in InfoDock.
|
|
10904
|
|
10905 * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
|
|
10906 specially.
|
|
10907
|
|
10908 1998-02-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10909
|
|
10910 * bytecomp-runtime.el (proclaim-inline): Single quotes around
|
|
10911 variable name in docstring.
|
|
10912
|
|
10913 1998-02-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
10914
|
|
10915 * menubar.h: Include "gui.h".
|
|
10916
|
|
10917 1998-02-10 SL Baur <steve@altair.xemacs.org>
|
|
10918
|
|
10919 * site-load.el: Fix documentation.
|
|
10920
|
|
10921 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
10922
|
|
10923 * package-get-base.el (package-get-base): Updated.
|
|
10924
|
|
10925 * keymap.el: PC-ize.
|
|
10926
|
|
10927 1998-02-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
10928
|
|
10929 * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
|
|
10930 from' on a fresh line.
|
|
10931
|
|
10932 1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
10933
|
|
10934 * help.el (help-maybe-pretty-print-value): prin1, not princ the
|
|
10935 object.
|
|
10936
|
|
10937 1998-02-09 SL Baur <steve@altair.xemacs.org>
|
|
10938
|
|
10939 * undo-stack.el: PC-ize.
|
|
10940
|
|
10941 * cmdloop.el: PC-ize.
|
|
10942
|
|
10943 1998-02-08 SL Baur <steve@altair.xemacs.org>
|
|
10944
|
|
10945 * bytecomp-runtime.el: PC-ize.
|
|
10946
|
|
10947 * byte-optimize.el: Prolog fixup. PC-ize.
|
|
10948
|
|
10949 * cus-dep.el: Spelling fix.
|
|
10950
|
|
10951 * text-mode.el: Synch with Emacs 20.2. (Original ChangeLog
|
|
10952 entries follow).
|
|
10953
|
|
10954 1997-08-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10955
|
|
10956 * text-mode.el (text-mode-hook-identify): New function,
|
|
10957 put on text-mode-hook. Set text-mode-variant here.
|
|
10958 (text-mode): Don't set it here.
|
|
10959
|
|
10960 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10961
|
|
10962 * text-mode.el (text-mode-hook): New defvar.
|
|
10963 (text-mode-variant): New variable.
|
|
10964 (text-mode): Set that variable locally.
|
|
10965 (toggle-text-mode-auto-fill): New command.
|
|
10966
|
|
10967 1997-06-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10968
|
|
10969 * text-mode.el (text-mode): Let all-white lines separate paragraphs.
|
|
10970
|
|
10971 1997-06-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
10972
|
|
10973 * text-mode.el (paragraph-indent-text-mode):
|
|
10974 Renamed from spaced-text-mode.
|
|
10975 (text-mode-map): Bind TAB to indent-relative.
|
|
10976 (indented-text-mode-map): Variable deleted.
|
|
10977 (indented-text-mode): Now an alias for text-mode.
|
|
10978
|
|
10979 1998-02-05 SL Baur <steve@altair.xemacs.org>
|
|
10980
|
|
10981 * loadup.el: test-atoms debugging stuffs removed.
|
|
10982
|
442
|
10983 1998-02-03 Martin Buchholz <Martin Buchholz <martin@xemacs.org>
|
428
|
10984
|
|
10985 * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
|
|
10986
|
|
10987 1997-12-30 Colin Rafferty <colin@xemacs.org>
|
|
10988
|
|
10989 * help.el (describe-beta): Made it use `locate-data-file'.
|
|
10990 (describe-distribution): Ditto.
|
|
10991 (describe-copying): Ditto.
|
|
10992 (describe-project): Ditto.
|
|
10993 (view-emacs-news): Ditto.
|
|
10994
|
|
10995 * help-nomule.el (help-with-tutorial): Made it use
|
|
10996 `locate-data-file' to find tutorial.
|
|
10997
|
|
10998 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
10999
|
|
11000 * about.el: Corrected my email address.
|
|
11001
|
|
11002 * mouse.el: Added 'mouse-mswindows-drop' similar to
|
|
11003 'mouse-offix-drop'.
|
|
11004
|
|
11005 1998-01-27 SL Baur <steve@altair.xemacs.org>
|
|
11006
|
|
11007 * loadup.el (running-xemacs): Spelling fix.
|
|
11008
|
|
11009 1998-01-26 Colin Rafferty <colin@xemacs.org>
|
|
11010
|
|
11011 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
11012 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
11013
|
|
11014 1998-01-26 SL Baur <steve@altair.xemacs.org>
|
|
11015
|
|
11016 * loadup.el: Don't delete "xemacs" prior to dumping.
|
|
11017
|
|
11018 1998-01-24 SL Baur <steve@altair.xemacs.org>
|
|
11019
|
|
11020 * package-info.el (pi-last-mod-date): New function.
|
|
11021 (pi-author-version): New function.
|
|
11022 (batch-update-package-info): Use them.
|
|
11023
|
|
11024 1998-01-23 Colin Rafferty <colin@xemacs.org>
|
|
11025
|
|
11026 * frame.el (get-frame-for-buffer-default-to-current): Create.
|
|
11027 (get-frame-for-buffer-noselect): Allow user to use current frame
|
|
11028 with `get-frame-for-buffer-default-to-current'.
|
|
11029
|
|
11030 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
11031
|
|
11032 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
|
|
11033 (byte-compile-output-docform): Ditto.
|
|
11034 (byte-compile-compiled-obj-to-list): Ditto.
|
|
11035
|
|
11036 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11037
|
|
11038 * startup.el (command-line-1): Removed code that ran
|
|
11039 buffer-menu.
|
|
11040
|
|
11041 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
11042
|
|
11043 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
|
|
11044
|
|
11045 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
11046
|
|
11047 * frame.el (suspend-emacs-or-iconify-frame): Check using
|
|
11048 `device-on-window-system-p' instead of explicitly checking for X,
|
|
11049 so that the same logic works for MS Windows.
|
|
11050 (suspend-or-iconify-emacs): Ditto.
|
|
11051
|
|
11052 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
11053
|
|
11054 * about.el (about-maintainer-info): Andy Piper is back.
|
|
11055 (xemacs-hackers): Updated Andy Piper's email address.
|
|
11056 (about-hackers): Added Jonathan Harris.
|
|
11057 (about-hackers): Updated Tibor Polgar's email address.
|
|
11058
|
|
11059 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
11060
|
|
11061 * about.el: Add xemacs.org email manager.
|
|
11062
|
|
11063 * package-get-base.el (package-get-base): Updated with most recent
|
|
11064 package updates.
|
|
11065
|
|
11066 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11067
|
|
11068 * help.el (function-arglist): Use `indirect-function' instead of
|
|
11069 `symbol-function' so that aliases are treated correctly.
|
|
11070
|
|
11071 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11072
|
|
11073 * help.el (help-map): Add f1 binding to `help-for-help'.
|
|
11074 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
|
|
11075 (describe-key-briefly): Use `princ' "%s" to print object.
|
|
11076 (with-displaying-help-buffer): Kill buffer if it exists, again.
|
|
11077 (describe-key): Use `princ' "%s" to print object.
|
|
11078 (describe-function-1): Use `princ' "%s" to print object.
|
|
11079 Commented out alias lines removed.
|
|
11080 (help-pretty-print-limit): New variable to control pretty-printing
|
|
11081 of variable values.
|
|
11082 (help-maybe-pretty-print-value): Steve wins! Renamed back from
|
|
11083 `help-pretty-print-value' again. Only print-print when OBJECT is
|
|
11084 list of length less than `help-pretty-print-limit'.
|
|
11085 (describe-variable): Use `help-maybe-pretty-print-value' again.
|
|
11086
|
|
11087 1998-01-18 SL Baur <steve@altair.xemacs.org>
|
|
11088
|
|
11089 * simple.el (blink-matching-open): Remove C++ kludge.
|
|
11090 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
|
|
11091
|
|
11092 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11093
|
|
11094 * info.el (Info-default-directory-list): Made the documentation
|
|
11095 more explanitory.
|
|
11096
|
|
11097 1998-01-13 Martin Buchholz <martin@xemacs.org>
|
|
11098
|
|
11099 * lisp/packages.el:
|
|
11100 * lisp/package-admin.el:
|
|
11101 * lisp/build-report.el:
|
|
11102 Fix typos.
|
|
11103
|
|
11104 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
11105
|
|
11106 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
|
|
11107 warnings in Java buffers without final newline and editing the
|
|
11108 last line.
|
|
11109
|
|
11110 1998-01-17 SL Baur <steve@altair.xemacs.org>
|
|
11111
|
|
11112 * packages.el (packages-find-packages-1): Don't allow a backwards
|
|
11113 compatible lisp tree to overwrite `preloaded-file-list'.
|
|
11114 Suggested by Colin Rafferty <colin@xemacs.org>
|
|
11115
|
|
11116 * mouse.el (mouse-offix-drop): Set undo-boundary.
|
|
11117 From Oliver Graf <ograf@fga.de>
|
|
11118
|
|
11119 1998-01-13 SL Baur <steve@altair.xemacs.org>
|
|
11120
|
|
11121 * loadup.el (load-gc): rewrite as defun.
|
|
11122 Print something sensical if a required dump-time file isn't found.
|
|
11123
|
|
11124 1998-01-12 SL Baur <steve@altair.xemacs.org>
|
|
11125
|
|
11126 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
|
|
11127 bug strikes a menudescriptor.
|
|
11128
|
|
11129 * package-get-base.el (package-get-base): Updated.
|
|
11130
|
|
11131 * package-info.el (batch-update-package-info): Derive REQUIRES
|
|
11132 from the Makefile.
|
|
11133
|
|
11134 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
11135
|
|
11136 * files.el (save-some-buffers): Don't play games with deleting
|
|
11137 other windows if we are in the minibuffer window.
|
|
11138
|
|
11139 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11140
|
|
11141 * modeline.el (modeline-minor-mode-menu): Add support for :active
|
|
11142 (add-minor-mode): Document :active property to TOGGLE.
|
|
11143
|
|
11144 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11145
|
|
11146 * modeline.el (modeline-minor-mode-menu): Add support for an
|
|
11147 `:included' predicate in the `toggle-sym' plist.
|
|
11148 (add-minor-mode): Document the :included property, format
|
|
11149 docstring some more.
|
|
11150 (modeline-minor-mode-menu): Documentation string added.
|
|
11151
|
|
11152 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11153
|
|
11154 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
|
|
11155 labels from the symbol-names by thwacking off the overly redundant
|
|
11156 and overused "mode", parenthesizing "minor", and capitalizing the
|
|
11157 resultant strings. Also shortened the menu's title by eliminating
|
|
11158 the redundant buffer name.
|
|
11159 (add-minor-mode): Beautified the docstring, added mention of the
|
|
11160 `:menu-tag' property of TOGGLE.
|
|
11161 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
|
|
11162 `toggle-sym' to beatify the mode-life menus.
|
|
11163 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
|
|
11164 `auto-fill-function'.
|
|
11165
|
442
|
11166 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
11167
|
|
11168 * modeline.el (modeline-minor-mode-menu): Changed the string-only
|
|
11169 menus to :style 'toggle.
|
|
11170
|
|
11171 1997-12-10 Markus Linnala <maage@cs.tut.fi>
|
|
11172
|
|
11173 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
|
|
11174
|
|
11175 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
11176
|
|
11177 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
|
|
11178 only recognize first hyperlink.
|
|
11179 (hyper-apropos-highlightify): Deletia, this is already done by
|
|
11180 `hyper-apropos-insert-face'.
|
|
11181 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
|
|
11182
|
|
11183 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
11184
|
|
11185 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
|
|
11186 mail.
|
|
11187 (toolbar-mail-reader): Add support for `send'.
|
|
11188 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
|
|
11189
|
442
|
11190 1998-01-05 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
428
|
11191
|
|
11192 * info.el (Info-emacs-info-file-name): Add defvar for
|
|
11193 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
|
|
11194 will function properly.
|
|
11195
|
|
11196 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
|
|
11197
|
|
11198 * simple.el: make the backwards delete function called by
|
|
11199 `backward-or-forward-delete-char' user configurable.
|
|
11200
|
|
11201 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
11202
|
|
11203 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
|
|
11204 compiled function got loaded from.
|
|
11205
|
|
11206 1998-01-09 SL Baur <steve@altair.xemacs.org>
|
|
11207
|
|
11208 * term/apollo.el: Synched up with InfoDock 3.6.2.
|
|
11209
|
|
11210 1998-01-08 SL Baur <steve@altair.xemacs.org>
|
|
11211
|
|
11212 * startup.el (load-init-file): Load autoloads earlier.
|
|
11213 (startup-splash-frame): Handle InfoDock logo.
|
|
11214
|
|
11215 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
|
|
11216 InfoDock.
|
|
11217 (x-init-toolbar-from-resources): Move from x-toolbar.el.
|
|
11218
|
|
11219 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
|
|
11220 doesn't have this function.
|
|
11221
|
|
11222 * packages.el (locate-data-file): Fix to call `locate-file'.
|
|
11223
|
|
11224 1998-01-07 SL Baur <steve@altair.xemacs.org>
|
|
11225
|
|
11226 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
|
|
11227 version of version.el.
|
|
11228 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
|
|
11229
|
|
11230 * x-menubar.el (default-menubar): Guard reference to
|
|
11231 `gnuserv-frame'.
|
|
11232 (default-menubar): Guard references to `font-lock-mode'.
|
|
11233 (default-menubar): Guard references to font-menu-this-frame-only-p'.
|
|
11234 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
|
|
11235
|
|
11236 * make-docfile.el: Don't snarf doc strings from autoloads.
|
|
11237
|
|
11238 * startup.el (load-init-file): Use algorithm from loaddefs.el for
|
|
11239 loading auto-autoloads files.
|
|
11240
|
|
11241 * loaddefs.el: Disable dumping autoloads.
|
|
11242
|
|
11243 1998-01-05 SL Baur <steve@altair.xemacs.org>
|
|
11244
|
|
11245 * lisp-mnt.el: Synch to Emacs 20.2.
|
|
11246
|
|
11247 * help.el: Remove manual autoload of `finder-by-keyword'.
|
|
11248
|
|
11249 * finder.el (finder-by-keyword): Autoload.
|
|
11250
|
|
11251 * help.el: Conditionalize hyperbole setup.
|
|
11252
|
|
11253 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
11254
|
|
11255 * packages.el (package-require): Update to reflect new data format.
|
|
11256
|
442
|
11257 1998-01-02 Didier Verna <didier@xemacs.org>
|
428
|
11258
|
|
11259 * x-menubar.el (default-menubar): make the tutorials available
|
|
11260 through the menubar. (Plus some compilation warnings cleanup).
|
|
11261
|
|
11262 1998-01-04 SL Baur <steve@altair.xemacs.org>
|
|
11263
|
|
11264 * check-features.el: New file. Perform sanity check after build.
|
|
11265
|
|
11266 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
|
|
11267 files to tooltalk package.
|
|
11268 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
|
|
11269 package.
|
|
11270
|
|
11271 * package-admin.el (package-admin-xemacs): Use better default for
|
|
11272 location of XEmacs binary.
|
|
11273
|
|
11274 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11275
|
|
11276 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
|
|
11277 tag with sexp and add value tag with value `t'.
|
|
11278
|
|
11279 1998-01-03 SL Baur <steve@altair.xemacs.org>
|
|
11280
|
|
11281 * package-get.el: Changes to work with real data.
|
|
11282 From Pete Ware <ware@cis.ohio-state.edu>
|
|
11283
|
|
11284 * packages.el (packages-reload-autoloads): Guard load for the time
|
|
11285 being.
|
|
11286
|
|
11287 * update-elc.el ("packages.el"): Force loading packages.el instead
|
|
11288 of possibly out-of-date packges.elc.
|
|
11289 * make-docfile.el ("packages.el"): Ditto.
|
|
11290
|
|
11291 1998-01-02 Colin Rafferty <colin@xemacs.org>
|
|
11292
|
|
11293 * build-report.el (build-report-delete-regexp): Added a rule for
|
|
11294 the main tarball shadowing anything past it.
|
|
11295
|
|
11296 1998-01-02 SL Baur <steve@altair.xemacs.org>
|
|
11297
|
|
11298 * packages.el (package-provide): Delete a previous provide.
|
|
11299
|
|
11300 * package-info.el: New file.
|
|
11301
|
|
11302 * package-get.el: New file.
|
|
11303 From Pete Ware <ware@cis.ohio-state.edu>
|
|
11304 (package-get): Fix md5 computation to work with Mule.
|
|
11305
|
|
11306 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11307
|
|
11308 * simple.el (log-message-*): Quote symbols in docstrings properly.
|
|
11309
|
|
11310 1998-01-01 SL Baur <steve@altair.xemacs.org>
|
|
11311
|
|
11312 * packages.el (packages-new-autoloads): Ignore symbolic links.
|
|
11313
|
|
11314 * cus-face.el (face-custom-attributes-get): Fix typo.
|
|
11315 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11316
|
|
11317 1997-12-31 SL Baur <steve@altair.xemacs.org>
|
|
11318
|
|
11319 * startup.el (load-init-file): Reload new or changed autoloads
|
|
11320 unless inhibited. Reload modified dumped lisp (stubbed).
|
|
11321
|
|
11322 * packages.el (packages-new-autoloads): New function.
|
|
11323 (packages-reload-autoloads): New function.
|
|
11324 (packages-reload-dumped-lisp): New (stub) function.
|
|
11325
|
|
11326 * loadup.el: Inhibit reloading dumped files when running temacs.
|
|
11327
|
|
11328 * loadhist.el (file-provides): Extend to handle variant
|
|
11329 extensions.
|
|
11330
|
|
11331 * replace.el (query-replace): Fix typo.
|
|
11332
|
|
11333 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
11334
|
|
11335 * make-docfile.el: list-autoloads-path has been renamed.
|
|
11336 * update-elc.el: list-autoloads has been renamed.
|
|
11337
|
|
11338 * packages.el (packages-list-autoloads): Renamed.
|
|
11339 (packages-list-autoloads-path): Ditto.
|
|
11340
|
|
11341 1997-12-29 Colin Rafferty <colin@xemacs.org>
|
|
11342
|
|
11343 * packages.el (packages-find-packages-1): Made it signal a warning
|
|
11344 for an error in an auto-autoload.el file.
|
|
11345
|
|
11346 1997-12-30 SL Baur <steve@altair.xemacs.org>
|
|
11347
|
|
11348 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
|
|
11349 tag with const.
|
|
11350 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
11351
|
|
11352 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
|
|
11353
|
|
11354 * loadhist.el (unload-feature): Remove autoload.
|
|
11355
|
|
11356 1997-12-28 SL Baur <steve@altair.xemacs.org>
|
|
11357
|
|
11358 * loadhist.el: Unpackaged.
|
|
11359
|
|
11360 * help.el (describe-symbol-find-file): Rename
|
|
11361 `describe-function-find-file' and make old name obsolete.
|
|
11362 (describe-function-1): Use it.
|
|
11363 (describe-function-1): Guard reference to
|
|
11364 `compiled-function-annotation'.
|
|
11365
|
|
11366 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11367
|
|
11368 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
|
|
11369 argument.
|
|
11370 (help-mode-quit): New optional arg to control whether it kills or
|
|
11371 buries. Tidied up.
|
|
11372 (with-displaying-help-buffer): Don't kill buffer initially, even
|
|
11373 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
|
|
11374 (help-pretty-print-value): Rename back from
|
|
11375 `help-maybe-pretty-print-value'! If `pp-internal' is available
|
|
11376 use it, otherwise use dumped `cl-prettyprint'.
|
|
11377 (describe-variable): Use `help-pretty-print-value' again.
|
|
11378 (find-func): Removed reference to "find-func" at end.
|
|
11379
|
|
11380 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
11381
|
|
11382 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
|
|
11383 GUI XEmacs. Rename? x-menubar is rather window system
|
|
11384 independant, except for a couple of items.
|
|
11385
|
|
11386 1997-12-26 SL Baur <steve@altair.xemacs.org>
|
|
11387
|
|
11388 * x-menubar.el (default-menubar): Remove hyperbole and oobr
|
|
11389 entries as they will no longer be distributed with XEmacs.
|
|
11390
|
|
11391 * format.el (format-alist): Fix image/tiff regexps.
|
|
11392 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
11393
|
|
11394 * help.el (help-maybe-pretty-print-value): Rename.
|
|
11395 (describe-variable): Use it.
|
|
11396 (describe-variable): Add trailing linefeed.
|
|
11397
|
|
11398 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11399
|
|
11400 * help.el (describe-function-1): Don't output anything for
|
|
11401 arglist of autoload functions.
|
|
11402
|
|
11403 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11404
|
|
11405 * help.el (describe-function-1): Don't output anything for
|
|
11406 arglist of autoload functions.
|
|
11407
|
|
11408 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11409
|
|
11410 * help.el (help-mode-map): New bindings for `help-mode-bury',
|
|
11411 `describe-function-at-point', `describe-variable-at-point',
|
|
11412 `Info-elisp-ref', `customize-variable', `help-next-section' and
|
|
11413 `help-prev-section'.
|
|
11414 (help-next-section): New function.
|
|
11415 (help-prev-section): New function.
|
|
11416 (help-mode-quit): Changed to kill the help buffer.
|
|
11417 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
|
|
11418 correctly.
|
|
11419 (help-buffer-name): New function to generate the name of help
|
|
11420 buffers.
|
|
11421 (with-displaying-help-buffer): Is now a macro. Takes an new first
|
|
11422 argument giving the name of the help buffer.
|
|
11423 (describe-key): Use `with-displaying-help-buffer' with name.
|
|
11424 (describe-mode): Ditto.
|
|
11425 (describe-bindings): Ditto.
|
|
11426 (describe-prefix-bindings): Ditto.
|
|
11427 (view-lossage): Ditto.
|
|
11428 (with-syntax-table): New macro.
|
|
11429 (function-called-at-point): Use `ignore-errors' and
|
|
11430 `with-syntax-table'.
|
|
11431 (function-at-point): Ditto.
|
|
11432 (describe-function): Use `with-displaying-help-buffer' with name.
|
|
11433 (function-arglist): Extracted from `describe-function-1'. Returns
|
|
11434 function's arglist as string.
|
|
11435 (function-documentation): Extracted from `describe-function-1'.
|
|
11436 Returns function's docstring.
|
|
11437 (describe-function-1): Remove all the "stream" garbage, including
|
|
11438 the stream argument. Use `function-arglist' and
|
|
11439 `function-documentation'.
|
|
11440 (describe-function-arglist): Just use `function-arglist'.
|
|
11441 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
|
|
11442 (help-pretty-print-value): New function to help with
|
|
11443 pretty-printing variable values. Knows about `#<...>'. Needs
|
|
11444 `pp-internal'.
|
|
11445 (describe-variable): Use `with-displaying-help-buffer' with name.
|
|
11446 Formatting improved. Display file where variable is defined, if
|
|
11447 known. Use `help-pretty-print-value'.
|
|
11448 (describe-syntax): Use `with-displaying-help-buffer' with name.
|
|
11449 (list-processes): Remove "stream" garbage.
|
|
11450
|
|
11451 1997-12-25 SL Baur <steve@altair.xemacs.org>
|
|
11452
|
|
11453 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
|
|
11454 call a dumped routine instead.
|
|
11455
|
|
11456 * x-win-xfree86.el: Wrap file in defun.
|
|
11457 * x-win-sun.el: Ditto.
|
|
11458
|
|
11459 1997-12-23 SL Baur <steve@altair.xemacs.org>
|
|
11460
|
|
11461 * help.el (view-emacs-news): Remove usage of outl-mouse which
|
|
11462 advises functions and does other evil things.
|
|
11463
|
|
11464 1997-12-22 SL Baur <steve@altair.xemacs.org>
|
|
11465
|
|
11466 * format.el (format-alist): Add `image/tiff'.
|
|
11467 From P. E. Jareth Hein <jareth@camelot-soft.com>
|
|
11468
|
|
11469 1997-12-21 SL Baur <steve@altair.xemacs.org>
|
|
11470
|
|
11471 * about.el (about-hackers): More names added.
|
|
11472
|
|
11473 * make-docfile.el: Remove superfluous package path search.
|
|
11474
|
|
11475 * loaddefs.el: Commentary changes. Removal of VM autoloads.
|
|
11476
|
|
11477 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
11478
|
|
11479 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
11480 ignored shadows.
|
|
11481
|
|
11482 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
11483
|
|
11484 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
11485 get trailing slashes when added to the load-path.
|
|
11486
|
|
11487 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
11488 are.
|
|
11489
|
|
11490 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11491
|
|
11492 * x-faces.el: Added support for foregroundToolBarColor
|
|
11493 to xpm-color-symbols.
|
|
11494
|
|
11495 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
11496
|
|
11497 * etags.el (tags-remove-duplicates): Removed.
|
|
11498 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
11499
|
|
11500 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
11501 correctly.
|
|
11502 (get*): Defalias to `get'.
|
|
11503
|
|
11504 * cl.el (eql): Compare integers with `eq'.
|
|
11505 (cl-map-extents): Check for `map-extents' first.
|
|
11506
|
442
|
11507 1997-12-17 Didier Verna <didier@xemacs.org>
|
428
|
11508
|
|
11509 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
11510 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
11511
|
|
11512 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
11513
|
|
11514 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
11515
|
|
11516 * widget.el (define-widget): Check the arguments.
|
|
11517
|
|
11518 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
11519 (custom-variable-value-create): Use `signal' to signal error.
|
|
11520 (custom-variable-reset-saved): Ditto.
|
|
11521 (custom-variable-reset-standard): Ditto.
|
|
11522 (custom-face-reset-saved): Ditto.
|
|
11523
|
|
11524 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
11525 (widget-default-format-handler): Ditto.
|
|
11526 (widget-checklist-add-item): Ditto.
|
|
11527 (widget-radio-add-item): Ditto.
|
|
11528 (widget-editable-list-entry-create): Ditto.
|
|
11529 (widget-sexp-prompt-value): Ditto.
|
|
11530
|
|
11531 * custom.el (custom-declare-variable): Signal errors better.
|
|
11532 (custom-handle-keyword): Ditto.
|
|
11533 (custom-declare-group): Ditto.
|
|
11534
|
|
11535 * window-xemacs.el (windows): Ditto.
|
|
11536
|
|
11537 * menubar.el (menu): Ditto.
|
|
11538
|
|
11539 * keydefs.el (keyboard): Ditto.
|
|
11540
|
|
11541 * minibuf.el (minibuffer): Ditto.
|
|
11542
|
|
11543 * process.el (execute): Ditto.
|
|
11544
|
|
11545 * fill.el (fill): Ditto.
|
|
11546
|
|
11547 * modeline.el (modeline): Ditto.
|
|
11548
|
|
11549 * help.el (help): Ditto.
|
|
11550
|
|
11551 * faces.el (faces): Ditto.
|
|
11552
|
|
11553 * files.el (files): Ditto.
|
|
11554
|
|
11555 * x-init.el (x): Ditto.
|
|
11556
|
|
11557 * lisp-mode.el (lisp): Ditto.
|
|
11558
|
|
11559 * process.el (processes): Ditto.
|
|
11560
|
|
11561 * mouse.el (mouse): Ditto.
|
|
11562
|
|
11563 * abbrev.el (abbrev): Moved from cus-edit.
|
|
11564
|
|
11565 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
11566 as variable declaration.
|
|
11567
|
|
11568 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
11569
|
|
11570 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
11571 (find-menu-item): Cosmetic changes.
|
|
11572
|
|
11573 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
11574
|
|
11575 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
11576
|
|
11577 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
11578
|
|
11579 * startup.el (set-default-load-path): Only search package-path
|
|
11580 when not running temacs.
|
|
11581
|
|
11582 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
11583 files.
|
|
11584
|
|
11585 * loadup.el: Correct commentary. Reformatting.
|
|
11586 (really-early-error-handler): Use absolute path to the
|
|
11587 first dumped-lisp.el file.
|
|
11588 (really-early-error-handler): Print full path name of
|
|
11589 each dumped lisp file (inherited from InfoDock).
|
|
11590
|
|
11591 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
11592 dumped-lisp.el files.
|
|
11593
|
|
11594 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
11595 package-path is searched.
|
|
11596 * update-elc.el: Ditto.
|
|
11597
|
|
11598 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
11599 `condition-case' for indentation.
|
|
11600
|
|
11601 * about.el (about-xemacs): Update release date.
|
|
11602
|
|
11603 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
11604
|
|
11605 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
11606 anywhere but at the last clause.
|
|
11607 (ecase): Disallow `t' and `otherwise'.
|
|
11608
|
|
11609 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
11610
|
|
11611 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
11612 from stuff moved out of `custom-buffer-create-internal'.
|
|
11613 (custom-novice): New variable. Default t.
|
|
11614 (custom-display-global-buttons): Ditto. Default `top'.
|
|
11615 (custom-buffer-create-internal): Only display help if
|
|
11616 `custom-novice' is non-nil. Display global buttons according to
|
|
11617 `custom-display-global-buttons'.
|
|
11618
|
|
11619 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
11620
|
|
11621 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
11622 (find-menu-item): Cosmetic changes.
|
|
11623
|
|
11624 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
11625
|
|
11626 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
11627 look.
|
|
11628
|
|
11629 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
11630
|
|
11631 * format.el (format-deannotate-region): Bug fix.
|
|
11632 Deannotating a region containing unknown tags would fail
|
|
11633 (causing decoding of text/enriched to fail at user level)
|
|
11634
|
|
11635 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
11636
|
|
11637 * minibuf.el (read-directory-name): Support sixth
|
|
11638 arg, HISTORY, as already documented.
|
|
11639
|
|
11640 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
11641
|
|
11642 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
11643 to `ecase'.
|
|
11644
|
|
11645 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
11646
|
|
11647 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
11648 skk-activate.
|
|
11649
|
|
11650 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
11651
|
|
11652 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|