(parse_charset_map): Remove an unused variable.
[bpt/emacs.git] / lisp / ChangeLog
1 2002-03-04 Kenichi Handa <handa@etl.go.jp>
2
3 * international/characters.el: Optimize calls of
4 modify-category-entry.
5
6 2002-03-01 Kenichi Handa <handa@etl.go.jp>
7
8 * bindings.el: Don't bind multibyte characters to
9 self-insert-command here. It's done in mule-conf.el
10
11 * case-table.el (set-case-syntax-offset): Variable deleted.
12 (set-case-syntax-1): Function deleted. Callers changed.
13 (set-case-syntax-delims): Don't check byte length of characters.
14
15 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
16 characters to isearch-printing-char.
17
18 * loadup.el: Don't load "international/utf-8". Don't call
19 update-coding-systems-internal. Bind coding-system-for-write to
20 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
21 dumping.
22
23 * version.el (emacs-version): Set to "22.0.0".
24
25 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjusted for the
26 change of map-char-table.
27
28 * eshell/esh-mode.el: Adjusted for the change of map-char-table.
29
30 * international/characters.el: Adjusted for the deletion of
31 generic characters.
32
33 * international/code-pages.el (cp-make-translation-table,
34 cp-valid-codes, cp-fix-safe-chars): Deleted. Caller changed.
35 (cp-make-coding-system): Call define-coding-system.
36
37 * international/fontset.el: Mostly re-written.
38
39 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
40 Call encode-char instead of split-char.
41
42 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
43 Value changed.
44 (skkdic-lookup-key): Call encode-char instead of split-char.
45
46 * international/titdic-cnv.el (titdic-convert): Bind
47 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
48 buffer.
49
50 * international/latin-1.el: Don't bind set-case-syntax-offset.
51
52 * international/latin-2.el: Don't bind set-case-syntax-offset.
53
54 * international/latin-3.el: Don't bind set-case-syntax-offset.
55
56 * international/latin-4.el: Don't bind set-case-syntax-offset.
57
58 * international/latin-5.el: Don't bind set-case-syntax-offset.
59
60 * international/latin-8.el: Don't bind set-case-syntax-offset.
61
62 * international/latin-9.el: Don't bind set-case-syntax-offset.
63
64 * international/mule-cmds.el: Don't use coding category. Call
65 set-coding-system-priority instead of set-coding-priority.
66 (sort-coding-systems): Call coding-system-priority-list to get the
67 most preferred one.
68 (select-safe-coding-system): Likewise.
69 (reset-language-environment): Order of coding system priority
70 changed. Set primary charset to iso-8859-1.
71 (set-language-environment-coding-systems): Call
72 set-coding-system-priority instead of set-coding-priority.
73 (get-charset-property, put-charset-property): Moved to mule.el.
74
75 * international/mule-conf.el: Fully Re-written.
76
77 * international/mule-diag.el (print-designation): Arguments
78 changed.
79 (print-iso-2022-flags): New function.
80 (describe-coding-system): Adjusted for the new structure of coding
81 system.
82 (describe-current-coding-system): Likewise.
83
84 * international/mule.el (char-valid-p): Make it an alias of
85 characterp.
86 (define-charset): Fully re-designed.
87 (charset-quoted-standard-p): Deleted.
88 (charsetp): Moved to charset.c.
89 (charset-info, charset-id, charset-bytes, charset-width,
90 charset-directioin, charset-iso-graphic-plane,
91 charset-reverse-charset): Deleted.
92 (charset-dimension, charset-chars, charset-iso-final-char,
93 charset-description, charset-short-name, charset-long-name): Call
94 charset-plist instead of charset-info.
95 (charset-plist, set-charset-plist): Moved to charset.c.
96 (get-charset-property, put-charset-property): Moved from
97 mule-cmds.el. Call charset-plist and set-charset-plist.
98 (make-char): Deleted.
99 (generic-char-p): Make it always return nil.
100 (decode-char, encode-char): Moved to charset.c.
101 (coding-spec-XXX-idx): Variables deleted.
102 (coding-system-iso-2022-flags): New variable.
103 (define-coding-system): New function.
104 (transform-make-coding-system-args, make-coding-system): Deleted.
105 (set-coding-priority): Make it obsolete.
106 (after-insert-file-set-buffer-file-coding-system): Adjusted for
107 the new coding system structure.
108 (find-new-buffer-file-coding-system): Likewise.
109
110 * language/chinese.el, language/cyrillic.el, language/european.el,
111 language/greek.el, language/hebrew.el, language/indian.el,
112 language/japanese.el, language/korean.el, language/lao.el,
113 language/thai.el, language/tibetan.el, language/vietnamese.el:
114 Call define-coding-system instead of make-coding-system. All CCL
115 program deleted.
116
117 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
118 of make-char.
119 (sgml-char-names-table): Iteration limit fixed.
120
121 * term/mac-win.el: Deleted unnecessary calls of set-fontset-font.
122 (ccl-encode-mac-roman-font): Deleted.
123
124 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
125 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
126 currently. This is just a temporary workaround.
127
128 2002-02-26 Richard M. Stallman <rms@gnu.org>
129
130 * paths.el (remote-shell-program): Add doc string.
131
132 2002-02-26 Colin Walters <walters@debian.org>
133
134 * ibuf-ext.el (sorter mode-name): New.
135 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
136
137 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
138 interactively, so they do something.
139 (calc-scroll-right): Ditto.
140
141 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
142
143 * international/mule.el (ctext-pre-write-conversion): Handle the
144 case when FROM is a string, and when we are called from
145 build_annotations_2.
146
147 2002-02-26 Richard M. Stallman <rms@gnu.org>
148
149 * rect.el (clear-rectangle-line): Reindent to the same column
150 that move-to-column reached when it tried to go to endcol.
151
152 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
153
154 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
155
156 * winner.el (winner-boring-buffers, winner-set): A window which
157 displays a buffer whose name is in the list
158 `winner-boring-buffers', will no longer be restored by
159 `winner-undo'.
160 (winner-sorted-window-list): Used to improve comparison between
161 window configurations.
162 (winner-win-data): Simplified and moved.
163 (winner-conf): Simplified (now uses `winner-win-data').
164 (winner-change-fun, winner-save-old-configurations)
165 (winner-save-(un)conditionally, winner-redo): Changes made while in
166 the minibuffer will be ignored. (Such changes are undone upon
167 exit for the minibuffer, anyway.)
168 (winner-set-conf): Preserve selected window whenever possible.
169 (winner-make-point-alist): Simplified.
170 (winner-mode, winner-save-unconditionally): Save current window
171 configuration on entering minibuffer.
172 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
173 since it does not change the overall behavior of Emacs.
174
175 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * international/mule-conf.el (compound-text): Renamed back from
178 compound-text-no-extensions.
179 (ctext-no-compositions): Remove the mime-charset property.
180 (compound-text-with-extensions): Renamed from compound-text.
181 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
182
183 2002-02-26 Juanma Barranquero <lektu@terra.es>
184
185 * faces.el (list-faces-display): Fix typo.
186
187 2002-02-25 Richard M. Stallman <rms@gnu.org>
188
189 * frame.el (focus-follows-mouse): Doc fix.
190
191 2002-02-26 Miles Bader <miles@gnu.org>
192
193 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
194 to `define-key', since it no longer accepts the latter.
195
196 2002-02-25 Jason Rumney <jasonr@gnu.org>
197
198 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
199 mouse-wheel-scroll-amount.
200
201 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
202 mwheel.el.
203
204 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
205
206 2002-02-25 Andre Spiegel <spiegel@gnu.org>
207
208 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
209 consistent with the others that take a backend name as a symbol.
210
211 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
212
213 2002-02-25 Kim F. Storm <no-spam@cua.dk>
214
215 * comint.el (comint-replace-by-expanded-filename): Do nothing if
216 comint-match-partial-filename returns nil.
217
218 * shell.el (shell-pcomplete-setup-done): New variable.
219 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
220 (shell-pcomplete-reverse): Ditto.
221
222 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
223
224 * ps-print.el (ps-print-printer): Added `lpr' customize group
225 member.
226
227 2002-02-25 Juanma Barranquero <lektu@terra.es>
228
229 * subr.el (save-match-data): Doc fix.
230
231 * ielm.el (ielm-prompt): Allow customization; make it read-only.
232
233 2002-02-25 Kim F. Storm <storm@cua.dk>
234
235 * shell.el (shell-mode-map): Add "Complete" header so completion
236 menu is shown on the menu bar in shell mode.
237
238 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
239
240 * ielm.el (ielm-match-data): New var.
241 (inferior-emacs-lisp-mode): Make it buffer-local.
242 (ielm-eval-input): Use it to preserve match-data between inputs.
243
244 2002-02-24 Juanma Barranquero <lektu@terra.es>
245
246 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
247
248 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
249
250 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
251 `custom-buffer' customize group.
252
253 2002-02-23 Kim F. Storm <storm@cua.dk>
254
255 * help.el (where-is): Use remap-command.
256
257 * help-fns.el (describe-function-1): Use remap-command.
258
259 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
260 change (no longer accept a symbol for the KEY argument).
261
262 2002-02-23 Colin Walters <walters@debian.org>
263
264 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
265 * calc/calcalg2.el (math-solve-get-sign): Ditto.
266
267 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
268 in generated function.
269
270 * ibuf-ext.el (ibuffer-old-time): Change to hours.
271 (ibuffer-mark-old-buffers): Handle it.
272
273 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
274 (toplevel): Bind them.
275 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
276 not necessary now that we use pcomplete.
277
278 * comint.el: Document how use new pcomplete completion facility.
279
280 2002-02-23 Richard M. Stallman <rms@gnu.org>
281
282 * mail/rmailsum.el (rmail-summary-output): Properly advance
283 to next message, by calling rmail-summary-goto-msg.
284
285 * net/browse-url.el (browse-url-galeon): Specify --existing
286 for an existing window. Use --noraise rather than --no-raise.
287 Don't use -x.
288
289 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
290
291 * progmodes/etags.el (find-tag-noselect, find-tag)
292 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
293 Fix a typo in doc strings.
294
295 2002-02-20 Deepak Goel <deego@glue.umd.edu>
296
297 * play/snake.el (snake-velocity-queue, snake-update-velocity)
298 (snake-final-x-velocity, snake-final-y-velocity):
299 New variable and functions. Store user's keypresses
300 into a queue and pop from the queue each subsequent turn.
301 (snake-update-game, snake-move-left)
302 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
303 (snake-start-game): Use that queue.
304 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
305 (snake-use-color-flag): Likewise.
306 (snake-mode): Rename uses of those variables.
307
308 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
309
310 Support for ICCCM Extended Segments in X selections:
311
312 * international/mule-conf.el (ctext-no-compositions): New coding
313 system.
314 (compount-text-no-extensions): Renamed from compound-text.
315 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
316 compound-text-no-extensions.
317 (compound-text): Redefined using post-read and pre-write conversions.
318
319 * international/mule.el (non-standard-icccm-encodings-alist)
320 (non-standard-designations-alist): New variables.
321 (ctext-post-read-conversion, ctext-pre-write-conversion):
322 New functions.
323
324 2002-02-21 Andre Spiegel <spiegel@gnu.org>
325
326 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
327
328 * vc.el (vc-default-init-version): Update documentation to
329 indicate that the backend can override the default init version.
330 (vc-register): Use the backend init-version function, if it
331 exists, to determine the initial version of a file.
332 (vc-diff-switches-list): Don't symbol-quote backend, since it's
333 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
334
335 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
336 not version-controlled. This is necessary, e.g., if the file has
337 just been reverted, and thus was previously under version control
338 but isn't any longer.
339 (vc-find-file-hook): Likewise.
340
341 2002-02-21 Andre Spiegel <spiegel@gnu.org>
342
343 Patch by Martin.Lorentzson@telia.com.
344
345 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
346 (vc-cvs-sticky-tag-display): New variable.
347 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
348 (vc-cvs-checkin): If the input revision is a valid symbolic tag
349 name, we create it as a branch, commit and switch to it.
350 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
351 (vc-cvs-valid-symbolic-tag-name-p): New function.
352 (vc-cvs-parse-sticky-tag): New function.
353 (vc-cvs-parse-entry): Added parsing of sticky tags.
354
355 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
356
357 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
358 nil, and then explicitly set the standard-value to t.
359
360 2002-02-20 Sam Steingold <sds@gnu.org>
361
362 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
363 since it is used in the menu bar.
364
365 2002-02-20 Richard M. Stallman <rms@gnu.org>
366
367 * simple.el (shell-command-on-region): Display the exit status
368 when a command fails.
369
370 * subr.el (add-hook): Doc fix.
371
372 * frame.el (other-frame): Doc fix.
373
374 * simple.el (yank): Clear `field' property.
375
376 2002-02-20 Tom Tromey <tromey@cachet>
377
378 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
379 natural paragraph boundaries. Don't fail at beginning of buffer.
380
381 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
382
383 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
384 call the argument "arg" to match plain next-line and
385 previous-line. From Kevin Ryde <user42@zip.com.au>.
386
387 2002-02-19 Sam Steingold <sds@gnu.org>
388
389 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
390 scroll amounts for different modifiers now.
391 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
392 format properly.
393 (mouse-wheel-mode): Ditto.
394
395 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
396
397 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
398 around function body.
399
400 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
401 sense of the comparison, to match the doc strings of functions
402 that use this macro.
403
404 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
405
406 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
407
408 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
409 * menu-bar.el (menu-bar-mode): Ditto.
410
411 2002-02-18 Andreas Schwab <schwab@suse.de>
412
413 * replace.el (query-replace-regexp-eval): Doc fix.
414
415 2002-02-18 Colin Walters <walters@verbum.org>
416
417 * calc/calcalg2.el (math-solve-get-int): Convert return value from
418 `math-get-from-counter' to a string before calling `concat' on it.
419
420 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
421 (calc-public-autoloads): Obsolete; remove.
422 (calc-private-autoloads): Ditto.
423 (calc-add-autoloads): Ditto.
424
425 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
426 for body.
427
428 2002-02-17 Jason Rumney <jasonr@gnu.org>
429
430 * w32-win.el (x-option-alist, x-long-option-alist)
431 (x-switch-definitions): Remove, use command-line-x-option-alist
432 instead to be consistent with X.
433 (x-handle-initial-switch): New function.
434
435 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
436
437 * faces.el (mode-line-inactive, header-line): Add the :inherit
438 attribute for the tty case.
439
440 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
441
442 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
443 invoked from Rmail with full headers displayed.
444
445 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
446
447 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
448 when repeated.
449 * textmodes/paragraphs.el (mark-paragraph): Ditto.
450
451 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
452
453 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
454 (menu-bar-tools-menu): Removed speedbar.
455
456 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
457 and `flyspell-mode' entries.
458
459 * textmodes/flyspell.el (flyspell): Add to ispell group.
460
461 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
462
463 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
464 repeated.
465 (mark-defun): Mark more if repeated.
466
467 2002-02-17 Colin Walters <walters@verbum.org>
468
469 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
470
471 * ibuffer.el (ibuffer-truncate-lines): New option.
472 (ibuffer-mode): Use it.
473
474 2002-02-17 Kim F. Storm <storm@cua.dk>
475
476 * cus-start.el: Add mouse-highlight.
477
478 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
481
482 * cus-start.el: Add automatic-hscroll-margin and
483 automatic-hscroll-step.
484
485 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
486
487 * cus-start.el (x-autoselect-window): Allow customization.
488
489 * eshell/em-alias.el (eshell-alias-initialize): Do not use
490 make-local-hook.
491
492 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
493
494 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
495
496 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
497
498 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
499
500 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
501
502 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
503
504 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
505
506 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
507
508 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
509
510 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
511
512 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
513
514 * eshell/esh-io.el (eshell-io-initialize): Likewise.
515
516 * eshell/esh-mode.el (eshell-mode): Likewise.
517
518 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
519
520 * eshell/esh-var.el (eshell-var-initialize): Likewise.
521
522 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
523
524 * progmodes/idlwave.el (idlwave-mode): Likewise.
525
526 * textmodes/reftex-sel.el (reftex-select-label-mode)
527 (reftex-select-bib-mode): Likewise.
528
529 2002-02-16 John Wiegley <johnw@gnu.org>
530
531 * eshell/em-hist.el (eshell-hist-initialize): When in the
532 minibuffer, use the global value of `eshell-history-ring', and
533 never save it to disk, or ask to save it to disk. This allows
534 users of session.el to control whether its global state should be
535 persisted or not.
536 (eshell-add-command-to-history): Don't write Eshell's history out
537 to disk, let the governing mode control that upon exit.
538
539 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
540
541 * eshell/eshell.el (eshell-command): Before reading from the
542 minibuffer, add eshell-add-command-to-history to
543 minibuffer-exit-hook, and remove it after read-from-minibuffer
544 returns.
545
546 * eshell/em-hist.el (eshell-add-input-to-history): New function,
547 with most of the code from eshell-add-to-history.
548 (eshell-add-command-to-history): New function, to record in
549 eshell-history the commands run via eshell-command.
550 (eshell-add-to-history): Call eshell-add-command-to-history to do
551 most of the work.
552
553 2002-02-16 John Wiegley <johnw@gnu.org>
554
555 * eshell/esh-ext.el (eshell-external-command): Added a fix for
556 XEmacs' new dired.el, which adds a global entry in the
557 `file-name-handler-alist'.
558
559 2002-02-16 John Wiegley <johnw@gnu.org>
560
561 * align.el (align-region): Added a missing name argument.
562
563 2002-02-16 John Wiegley <johnw@gnu.org>
564
565 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
566 after the #! of a shell interpretor specification.
567
568 2002-02-15 Richard M. Stallman <rms@gnu.org>
569
570 * help.el (describe-key-briefly): Make output in INSERT case
571 look just like what is displayed in the normal case.
572
573 2002-02-15 Andreas Schwab <schwab@suse.de>
574
575 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
576 non-letter after specials.
577
578 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
579
580 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
581
582 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
583
584 * simple.el (mark-word): Mark more if repeated.
585 * textmodes/paragraphs.el (mark-paragraph): Ditto.
586 (mark-end-of-sentence): Ditto.
587
588 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
589
590 * wid-edit.el (widgetp): Made it more robust.
591
592 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
593
594 * facemenu.el (describe-text-done): New function.
595 (describe-text-mode-map): New variable.
596 (describe-text-mode-hook): New option.
597 (describe-text-mode): New function.
598 (describe-text-widget): New function.
599 (describe-text-sexp): New function.
600 (describe-text-properties): New function.
601 (describe-text-category): New command.
602 (describe-text-at): New command.
603 (facemenu-menu): Replace `list-text-properties-at' with
604 `describe-text-at' in the menu.
605
606 * wid-edit.el (widgetp): New function.
607 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
608 Autoloaded.
609
610 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
611
612 * wid-browse.el: Removed version and x-url keywords.
613
614 2002-02-13 Kim F. Storm <storm@cua.dk>
615
616 * cus-start.el (mode-line-in-non-selected-windows):
617 Allow customization.
618
619 2002-02-13 Richard M. Stallman <rms@gnu.org>
620
621 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
622 Tell bibtex-parse-keys to output no progress messages.
623
624 * international/mule-diag.el (list-input-methods):
625 Use help-input-method, not describe-input-method, for button type.
626
627 * register.el (describe-register-1): Access register contents here.
628
629 * textmodes/text-mode.el (text-mode-hook-identify):
630 Restore previous definition. Add to text-mode-hook again.
631
632 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
633 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
634 to avoid needing sendmail.el at run time.
635
636 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
637 Initialization moved up too.
638 (mode-line-modes): Use :propertize.
639 (mode-line-mode-menu-keymap): Var deleted.
640 (mode-line-copied-mode-name): Var deleted.
641 (mode-line-mode-name): Function deleted.
642 (mode-line-mode-menu): Each item now shows its mode line lighter.
643 (minor-mode-alist): Don't call propertize here.
644
645 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * progmodes/pascal.el (pascal-imenu-generic-expression):
648 Add menu-title and fix parentheses.
649
650 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
651
652 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
653 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
654
655 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
656
657 * menu-bar.el (menu-bar-options-save): Only save
658 `current-language-environment' and `default-input-method' when
659 marked as customized.
660
661 * international/mule-cmds.el
662 (setup-specified-language-environment):
663 Mark `current-language-environment' as customized.
664 (set-input-method): Mark `default-input-method' as customized when
665 called interactively.
666 (toggle-input-method): Ditto.
667
668 2002-02-11 Colin Walters <walters@verbum.org>
669
670 * ibuffer.el (ibuffer-switch-format): Supply required argument for
671 `ibuffer-current-formats'.
672
673 2002-02-11 Miles Bader <miles@gnu.org>
674
675 * faces.el (mode-line-inactive): Add dark-background variant.
676
677 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
678
679 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
680 * menu-bar.el (menu-bar-mode): Ditto.
681 * cus-edit.el (customize-mark-to-save): Always save variables
682 without a standard value.
683
684 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
685 (menu-bar-options-save): Ditto.
686 (menu-bar-showhide-menu): Ditto.
687 (menu-bar-options-menu): Ditto.
688 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
689 (menu-bar-scroll-bar-none): Remove.
690 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
691 expressions instead.
692
693 * cus-edit.el (customize-set-value): Return value.
694 (customize-set-variable): Ditto.
695 (customize-save-variable): Ditto.
696 (customize-set-variable): Load dependencies before setting value.
697 (custom-load-symbol): Autoload it.
698 (customize-mark-as-set): New function.
699
700 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
701
702 * cus-start.el: Don't warn about "x-*" symbols when building a
703 non-GUI version.
704
705 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
706
707 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
708 Doc fix.
709 (strokes-help): Do not use doubled with-output-to-temp-buffer.
710 Fix the help string.
711 (strokes-prompt-user-save-strokes): Fix typo.
712 (strokes-list-strokes): Use proper exit-action argument for
713 view-buffer. Update copyright notice.
714
715 * international/mule-diag.el: Various doc and message fixes.
716 (non-iso-charset-alist): Add mac-roman. Don't add entries for
717 codepages already present.
718 (list-block-of-chars): Display space for null entries in
719 translation table. Display tab specially.
720 (list-non-iso-charset-chars): Check for null charsets. Use pop
721 for clarity. Don't break 8-bit sets into sections between ranges.
722 (list-charset-chars): Avoid indent-tabs-mode.
723 (describe-char-after): Maybe use the text property for syntax
724 table information. Maybe report char-code-property-table info.
725 Maybe report character's unicode. Tweak printing of list info.
726 (list-input-methods): Add xref buttons.
727 (dump-charsets, dump-codings): Deleted (obsolete).
728 From Dave Love <fx@gnu.org>.
729
730 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
731
732 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
733
734 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
735
736 * viper-util.el (viper-read-key-sequence): Fix so it'll read
737 fast key sequences in emacs native mode
738 (viper-events-to-keys): Delete.
739
740 * viper.el (describe-key, describe-key-briefly): Get rid of
741 viper-events-to-keys.
742
743 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
744
745 * ediff-wind.el (ediff-setup-control-frame):
746 Use ediff-has-gutter-support.
747
748 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
749 check if buff is alive.
750
751 * ediff.el: Typo in comment.
752
753 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
754
755 * menu-bar.el (menu-bar-options-save): Take care of
756 line-number-mode and column-number-mode variables.
757 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
758 "Show Column Number" in "Show/Hide" menu.
759
760 2002-02-09 Richard M. Stallman <rms@gnu.org>
761
762 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
763
764 2002-02-09 Kim F. Storm <storm@cua.dk>
765
766 * faces.el (mode-line-inactive): New face for mode-line for
767 non-selected windows.
768 (mode-line): Doc fix: Only used for selected window.
769
770 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
773 name to "Insert Diary Entry".
774
775 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
776
777 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
778 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
779
780 2002-02-08 Richard M. Stallman <rms@gnu.org>
781
782 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
783
784 2002-02-08 Andreas Schwab <schwab@suse.de>
785
786 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
787 of point-min.
788
789 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
790
791 * net/ange-ftp.el (ange-ftp-process-handle-line)
792 (ange-ftp-set-xfer-size): If the file's size is a float, divide
793 by 1024 instead of using ash.
794
795 * international/mule-cmds.el (select-safe-coding-system):
796 State the buffer's name in the message popped in the *Warning* buffer,
797 and make sure the offending buffer is displayed.
798
799 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
800
801 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
802
803 2002-02-07 Richard M. Stallman <rms@gnu.org>
804
805 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
806
807 * register.el (list-registers): New command.
808 (describe-register-1): New subroutine, taken out of view-register.
809
810 * emacs-lisp/copyright.el (copyright-regexp):
811 Delete the unibyte copyright symbol; it's redundant.
812 Fix a spazz in the multibyte encoding here.
813
814 2002-02-07 Dave Love <fx@gnu.org>
815
816 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
817 (cyrillic-encode-alternativnyj-char): Get translation tables from
818 symbol properties, not as variables.
819 (standard-display-cyrillic-translit): Include unicodes.
820
821 2002-02-06 Kim F. Storm <storm@cua.dk>
822
823 * help.el (where-is): Report remapped commands.
824
825 * help-fns.el (describe-function-1): Ditto.
826
827 * subr.el (global-set-key, local-set-key): Accept a symbol for the
828 KEY argument (like define-key).
829
830 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
831
832 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
833
834 2002-02-06 Richard M. Stallman <rms@gnu.org>
835
836 * mail/mailabbrev.el: Require sendmail only at compile time.
837 (mail-mode-header-syntax-table): Var deleted.
838 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
839 (sendmail-pre-abbrev-expand-hook): Only temporarily change
840 local-abbrev-table and the syntax table.
841 Compute mail-abbrev-syntax-table if that has not been done.
842
843 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
844
845 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
846 (debugger-frame-number): Figure out the offset directly.
847 (debugger-setup-buffer): Don't use debugger-frame-offset.
848 (debugger-frame, debugger-frame-clear): Likewise.
849 (debugger-jump): Don't alter debugger-frame-offset.
850
851 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
852 Replace foo-p as var name with foo-flag, not foo-p-flag.
853
854 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
855 (highlight-changes-passive-string): Default to -Chg.
856 (highlight-changes-global-modes): Doc fix.
857
858 * dired.el (dired-get-filename): Add /: when appropriate
859 to avoid taking a local name as remote.
860
861 * files.el (file-name-non-special): Add special handling for
862 file-name-sans-versions, file-name-completion, and
863 file-name-all-completions.
864
865 * isearch.el (isearch-update): Don't update display in kbd macro.
866 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
867
868 * subr.el (force-mode-line-update): Doc fix.
869
870 * subr.el (atomic-change-group, prepare-change-group)
871 (activate-change-group, accept-change-group, cancel-change-group):
872 New functions.
873
874 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
875 (transpose-subr-1): Use atomic-change-group.
876
877 * subr.el (add-minor-mode): Include the mode's lighter string
878 in the minor mode menu item name.
879
880 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
881 rmail-count-screen-lines starting from (point-min).
882
883 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
884 beyond the image height, to use the fancy splash screen.
885
886 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
887 (text-mode): Set text-mode-variant here.
888
889 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * play/pong.el (pong-height): Don't use height that exceeds the
892 frame height.
893 (pong-border-options): Make the border colors slightly more bright.
894
895 * play/gamegrid.el (gamegrid-display-type): Treat any
896 color-capable display as color-x, if display-color-p is fboundp.
897 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
898 (gamegrid-make-color-tty-face): Use the value of color, not the
899 symbol itself. Don't call gamegrid-color.
900
901 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
902
903 * gud.el (gud-refresh): Call recenter only after we are sure we
904 are in the right window.
905
906 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
907
908 * cus-edit.el (customize-mark-to-save): New function.
909 * menu-bar.el (menu-bar-options-save): Rewrote.
910
911 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
912
913 * cus-start.el (x-use-underline-position-properties):
914 Allow customization.
915
916 2002-02-04 Simon Josefsson <jas@extundo.com>
917
918 * dired.el (dired-load-hook, dired-mode-hook)
919 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
920
921 2002-02-03 Colin Walters <walters@verbum.org>
922
923 * ibuf-ext.el (ibuffer-filter-format-alist)
924 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
925 New variables.
926 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
927 is now the Emacs CVS tree.
928 (ibuffer-formats): Doc fix.
929 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
930 (ibuffer-current-format): Use them.
931 (ibuffer-recompile-formats, ibuffer-check-formats)
932 (ibuffer-switch-format, ibuffer-update-title):
933 Add support for ibuffer-filter-format-alist.
934 (define-ibuffer-column process): Remove unncessary consing.
935
936 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
937 for a summary column.
938
939 2002-02-03 Andreas Schwab <schwab@suse.de>
940
941 * window.el (save-selected-window): Move macro before first use.
942 (balance-windows): Fix misplaced parenthesis.
943
944 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
945
946 * calculator.el (calculator-displayers): Doc fixes.
947
948 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
949
950 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
951 (menu-bar-options-save): Save also the value of `display-time-mode'.
952 (showhide-date-time): New function.
953 (menu-bar-showhide-menu): New menu-item "Date and time".
954
955 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
958 get-file-buffer to check for rmail buffer existence.
959
960 * term.el (term-emulate-terminal): Extract proper command string
961 which is supplied to term-command-hook.
962
963 2002-02-03 Richard M. Stallman <rms@gnu.org>
964
965 * international/quail.el (quail-help): Don't call help-setup-xref.
966
967 * international/mule-cmds.el (describe-input-method):
968 Call help-setup-xref here.
969 (describe-current-input-method): Doc fix.
970
971 * novice.el (disabled-command-hook): Clarify output text.
972 Indent the paragraph from the command's doc string.
973
974 * dabbrev.el (dabbrev--goto-start-of-abbrev):
975 Exit loop on beginning of field rather than bobp.
976
977 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
980 the message text into the *mail* buffer, and restore the pruned
981 state after that.
982
983 * mail/rmail.el (rmail-redecode-body): Prune the headers before
984 looking for X-Coding-System header, and restore the pruned state
985 before returning.
986
987 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
988
989 * cus-edit.el (customize-save-variable): Fix typo in prompt.
990
991 These changes integrate new version of flyspell.el from its
992 maintainer, Manuel Serrano:
993
994 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
995 (flyspell-mode-on, flyspell-notify-misspell)
996 (flyspell-small-region, flyspell-external-point-words)
997 (flyspell-large-region): Use it
998 (flyspell-before-incorrect-word-string)
999 (flyspell-after-incorrect-word-string): New user options.
1000 (make-flyspell-overlay): Use them.
1001 (flyspell-version): New function.
1002 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1003 definitions to use :weight.
1004 (flyspell-insert-function): New user option.
1005 (flyspell-auto-correct-word, flyspell-correct-word)
1006 (flyspell-xemacs-correct): Use it.
1007 (flyspell-define-abbrev): New function.
1008 (flyspell-auto-correct-word, flyspell-correct-word)
1009 (flyspell-xemacs-correct): Use it.
1010 (make-flyspell-overlay): Use `evaporate' property.
1011 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1012 (flyspell-emacs-popup): Use `session' instead of `accept'.
1013 (flyspell-auto-correct-previous-pos): New variable.
1014 (flyspell-auto-correct-previous-hook)
1015 (flyspell-auto-correct-previous-word): New functions.
1016
1017 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1020 don't alter the user's ~/.emacs.
1021 (disable-command): If user-init-file is nil or does not exist,
1022 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1023 But don't alter the init file if Emacs was invoked as "emacs -q"
1024
1025 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1026
1027 * mail/sendmail.el (mail-mode): Undo half of last change.
1028
1029 * indent.el (indent-for-tab-command): Remove spurious code.
1030
1031 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1032
1033 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1034
1035 * calendar/time-date.el: Moved from lisp/gnus.
1036
1037 * calendar/parse-time.el: Ditto.
1038
1039 2002-01-31 Richard M. Stallman <rms@gnu.org>
1040
1041 * international/iso-acc.el (iso-languages): Fix ", " in French.
1042
1043 * cus-start.el (history-length): Specify customization for it.
1044
1045 * emacs-lisp/debug.el (debugger-setup-buffer):
1046 When an eval-buffer frame was reading from a buffer,
1047 insert indication of the buffer position.
1048 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1049 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1050
1051 * simple.el (shell-command-on-region): Err if no mark
1052 before reading the command string.
1053
1054 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1055 Definitions moved down after hl-line-mode var's definition.
1056
1057 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1058 (hilit-chg-set-face-on-change): Rename arg.
1059 (hilit-chg-make-ov): Detect error earlier.
1060
1061 * ediff-hook.el: Delete autoload cookies.
1062
1063 * comint.el (comint-scroll-show-maximum-output): Default is t.
1064
1065 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1066 (batch-byte-compile-if-not-done): New function.
1067
1068 * Makefile.in (compile): New target.
1069 (compile-always): Renamed from compile-files.
1070 (compile-after-backup): Renamed from compile.
1071 (bootstrap): Depend on compile-always, not compile-files.
1072
1073 * emulation/pc-select.el (pc-select-save-and-set-mode):
1074 Properly use MODE-VAR.
1075
1076 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1077
1078 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1079 Version" to "About Emacs".
1080 (menu-bar-options-save): Add `default-frame-alist'
1081 to saved variables.
1082 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1083 of the variable `scroll-bar-mode'.
1084
1085 * startup.el (normal-splash-screen, display-splash-screen):
1086 New functions (separated from command-line-1).
1087 (command-line-1): Use them.
1088
1089 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1090
1091 * calendar/calendar.el (generate-calendar-month): Doc fix.
1092
1093 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1094
1095 * time.el (display-time-mail-directory): New option.
1096 (display-time-mail-function): Update doc-string.
1097 (display-time-mail-icon): Use XPM image when available.
1098 (display-time-string-forms): Use more descriptive text as
1099 help-echo property.
1100 (display-time-mail-check-directory): New function.
1101 (display-time-update): Use it.
1102
1103 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1104 Quote `window-system'.
1105
1106 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1107 Add Keywords header. Update Commentary section.
1108 Update copyright notice.
1109
1110 * menu-bar.el (menu-bar-scroll-bar-right)
1111 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1112 (showhide-menu-bar): New functions.
1113 (menu-bar-showhide-menu): New submenu "Show/Hide".
1114 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1115 "Show/Hide".
1116 Update copyright notice.
1117
1118 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1119
1120 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1121
1122 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1123
1124 * pc-select.el (pc-selection-mode-hook)
1125 (pc-select-saved-settings-alist, pc-select-map)
1126 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1127 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1128 (pc-select-meta-moves-sexps-key-bindings)
1129 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1130 New variables.
1131 (pc-select-define-keys, pc-select-restore-keys): New functions.
1132 (pc-select-add-to-alist, pc-select-save-and-set-var)
1133 (pc-select-save-and-set-mode, pc-select-restore-var)
1134 (pc-select-restore-mode): New macros.
1135 (pc-selection-mode): Completely rewrote the body of the function;
1136 the main goal was to make pc-selection-mode "turn-off"-able, like
1137 other minor modes. Use define-minore-mode instead of just a
1138 defun. Store the key bindings into four alists:
1139 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1140 pc-select-meta-moves-sexps-key-bindings, and
1141 pc-select-tty-key-bindings; then have the pc-select-define-keys
1142 function walk those alists instead of calling define-key
1143 repeatedly. When the mode is turned on, set the
1144 keybindings in global-map and remember the old keybindings; when
1145 the mode is turned off, restore the previously-saved keybindings.
1146 (pc-selection-mode defcustom): Reflect the fact that the mode is
1147 now "turn-off"-able.
1148
1149 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1152 returns t, don't treat that as an error.
1153
1154 2002-01-25 Jason Rumney <jasonr@gnu.org>
1155
1156 * faces.el (face-font-registry-alternatives) [windows-nt]:
1157 Add ms-oemlatin as an alternative for iso8859-1.
1158
1159 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1160
1161 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1162 args and the absence of an entry. Don't add -f each time.
1163
1164 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1165
1166 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1167
1168 Support for more than 8 colors on character terminals:
1169
1170 * term/rxvt.el: New file.
1171
1172 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1173
1174 * term/xterm.el (xterm-standard-colors): New variable.
1175 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1176 (xterm-rxvt-set-background-mode): New functions.
1177 (toplevel): Call xterm-register-default-colors,
1178 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1179 Add support for more keys from xterm's terminfo entry.
1180
1181 * facemenu.el (list-colors-display): If the argument is nil, don't
1182 show more colors that the number returned by display-color-cells.
1183
1184 * term/pc-win.el (msdos-color-values): Reverse the order of the
1185 colors, since tty-color-define now preserves the registration order.
1186
1187 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1188
1189 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1190 (tty-register-default-colors): New function; code moved from
1191 startup.el's command-line.
1192 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1193 the order the colors where registered.
1194
1195 * frame.el (display-color-cells): Use tty-display-color-cells.
1196
1197 * startup.el (command-line): Call tty-register-default-colors.
1198
1199 2002-01-25 Richard M. Stallman <rms@gnu.org>
1200
1201 * subr.el (remove): Doc fix.
1202
1203 2002-01-24 Richard M. Stallman <rms@gnu.org>
1204
1205 * progmodes/compile.el (compilation-handle-exit):
1206 Add a compilation-handle-exit property to the "finished" message.
1207 (compilation-parse-errors): Stop parsing when that property is seen.
1208
1209 * subr.el (substring-no-properties): New function.
1210 (copy-without-properties): Function deleted.
1211
1212 * term/x-win.el (x-handle-geometry): Put sizes on both
1213 initial-frame-alist and default-frame-alist.
1214
1215 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1216 for saving .emacs.
1217
1218 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1219
1220 * calendar/calendar.el (generate-calendar-month): Doc fix.
1221
1222 2002-01-23 Richard M. Stallman <rms@gnu.org>
1223
1224 * play/tetris.el (tetris): New defgroup.
1225 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1226 (tetris-default-tick-period): Convert to defcustom.
1227 Added * in docstring to indicate user variable.
1228 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1229 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1230 (tetris-buffer-height, tetris-width, tetris-height)
1231 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1232
1233 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1236 and is already matched by adaptive-fill-regexp.
1237
1238 2002-01-22 Richard M. Stallman <rms@gnu.org>
1239
1240 * bindings.el (mode-line-copied-mode-name): New variable.
1241 (mode-line-mode-name): Don't modify mode-name itself!
1242 Instead, make a copy and reuse it.
1243
1244 * subr.el (copy-without-properties): New function.
1245
1246 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1247
1248 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1249 slash if DIR is just slash.
1250
1251 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1252
1253 2002-01-21 Richard M. Stallman <rms@gnu.org>
1254
1255 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1256
1257 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1258 Move defvar up.
1259
1260 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1261
1262 * ibuffer.el: Don't require ibuf-ext at load time.
1263 (ibuffer): Require ibuf-ext here.
1264
1265 2002-01-21 Francesco Potorti` <pot@gnu.org>
1266
1267 * generic-x.el (apache-conf-generic-mode): Highlight the first
1268 word in a line even if preceded by blanks.
1269
1270 2002-01-21 Richard M. Stallman <rms@gnu.org>
1271
1272 * window.el (window-body-height): Handle minibuffer window specially.
1273 Otherwise, don't return less than 1.
1274
1275 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1276
1277 * ange-ftp.el: Added support for BS2000, and for raw ftp
1278 login commands (needed in some circumstances).
1279 (ange-ftp-raw-login): New custom var.
1280 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1281 ange-ftp-raw-login is set and account password is needed.
1282 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1283 (ange-ftp-bs2000-filename-pubset-regexp)
1284 (ange-ftp-bs2000-filename-username-regexp)
1285 (ange-ftp-bs2000-filename-prefix-regexp)
1286 (ange-ftp-bs2000-name-template): New consts.
1287 (ange-ftp-bs2000-short-filename-regexp)
1288 (ange-ftp-bs2000-fix-name-regexp-reverse)
1289 (ange-ftp-bs2000-fix-name-regexp): New consts.
1290 (ange-ftp-bs2000-special-prefix): New custom var.
1291 (ange-ftp-fix-name-for-bs2000)
1292 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1293 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1294 (ange-ftp-bs2000-posix-hook-installed): New vars.
1295 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1296 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1297 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1298 (ange-ftp-bs2000-filename-regexp): New const.
1299 (ange-ftp-bs2000-additional-pubsets): New custom var.
1300 (ange-ftp-bs2000-cd-to-posix): New fun.
1301
1302 2002-01-20 Colin Walters <walters@verbum.org>
1303
1304 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1305 with `byte-compile-dynamic'.
1306 (ibuffer-default-directory, toplevel): Doc files.
1307
1308 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1309
1310 * tempo.el (tempo-define-template): Doc fix.
1311
1312 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1313
1314 2002-01-20 Jason Rumney <jasonr@gnu.org>
1315
1316 * w32-vars.el: New file.
1317
1318 * loadup.el [windows-nt]: Load it.
1319
1320 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1321 and make them defcustoms.
1322
1323 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1324
1325 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1326
1327 * language/tibet-util.el (tibetan-decompose-region)
1328 (tibetan-decompose-string): Fix typo in docstring.
1329
1330 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1331
1332 2002-01-18 Richard M. Stallman <rms@gnu.org>
1333
1334 * comint.el (comint-redirect-send-command-to-process):
1335 Restore previous current buffer.
1336
1337 * window.el (window-body-height): New function.
1338
1339 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1340
1341 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1342 "Finish Function" menu map entries for jdb mode.
1343 (gud-jdb-use-classpath): New customization variable.
1344 (gud-jdb-command-name): Add customization.
1345 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1346 (gud-jdb-classpath-string): New variable.
1347 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1348 (gud-jdb-build-source-files-list): Likewise.
1349 (gud-jdb-massage-args): Record any command argument classpath
1350 string in `gud-jdb-classpath-string'.
1351 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1352 java call stack in jdb output.
1353 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1354 (gud-jdb-parse-classpath-string): New functions.
1355 (gud-jdb-marker-filter): Search/detect classpath information in
1356 jdb's output. marker regexp updated to match oldjdb and jdb output
1357 formats. Expand search for source files to include new/old methods
1358 using new functions above. Do not allow `gud-marker-acc' to grow
1359 without bound.
1360 (jdb): Set classpath information (if available) as jdb is started.
1361 Change `gud-break' and `gud-remove'
1362 to use new %c ("class") escape in format strings. Add
1363 `gud-finish', `gud-up', `gud-down' command string functions, and
1364 add them to the local menu map. Update `comint-prompt-regexp' for
1365 jdb and oldjdb. If attaching to an already running java VM and
1366 configured to use classpath, send command to query for classpath,
1367 else use previous method for finding and parsing java
1368 sources. Set `gud-jdb-find-source' function accordingly.
1369 (gud-mode): Doc fix.
1370 (gud-format-command): Add support for new %c ("class") escape.
1371 (gud-find-class): New function in support of %c escape.
1372
1373 2002-01-17 Richard M. Stallman <rms@gnu.org>
1374
1375 * ibuf-ext.el: Enable byte-compile-dynamic.
1376
1377 2002-01-17 Jason Rumney <jasonr@gnu.org>
1378
1379 * term/w32-win.el: Restore conditional require of fontset.
1380
1381 2002-01-16 Richard M. Stallman <rms@gnu.org>
1382
1383 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1384 more or less.
1385 (mouse-drag-region): New function. For a click in the echo area,
1386 show *Messages*.
1387
1388 * ibuf-ext.el: Delete the autoloads for functions defined with
1389 ibuffer-specific commands.
1390
1391 * help.el (describe-distribution): Really call view-file.
1392
1393 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1394 (ange-ftp-get-process): Pass that arg.
1395
1396 * comint.el (comint-simple-send): Fix previous change.
1397
1398 * net/telnet.el (telnet-simple-send): Fix previous change.
1399
1400 * progmodes/sql.el (sql-escape-newlines-and-send)
1401 (sql-query-placeholders-and-send): Fix previous change.
1402
1403 2002-01-16 Colin Walters <walters@verbum.org>
1404
1405 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1406 URL, Compatibility headers. Update copyright notice.
1407 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1408
1409 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1410
1411 * startup.el (command-line): Set EOL mnemonics for the Mac.
1412
1413 2002-01-16 Andreas Schwab <schwab@suse.de>
1414
1415 * mail/feedmail.el (feedmail): Fix :link spec.
1416
1417 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1418
1419 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1420 2 ldapsearch.
1421
1422 * net/eudc.el: New maintainer. Change author's address.
1423 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1424 Variables removed.
1425 (eudc-insert-selected): Function removed.
1426 (eudc-select): Reimplemented.
1427 (eudc-expand-inline): Delete the strings only after its expansion
1428 is chosen not before.
1429
1430 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1431 Minor coding style fixes.
1432
1433 * net/eudcb-ldap.el: New maintainer. Change author's address.
1434 (eudc-attribute-display-method-alist): Display mail with
1435 eudc-display-mail.
1436
1437 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1438 * net/eudc-vars.el: New maintainer. Change author's address.
1439
1440 * net/eudc-bob.el: New maintainer. Change author's address.
1441 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1442 (eudc-display-mail): New function.
1443 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1444
1445 2002-01-15 Richard M. Stallman <rms@gnu.org>
1446
1447 * emacs-lisp/autoload.el (make-autoload):
1448 Don't handle define-ibuffer-column, define-ibuffer-filter,
1449 define-ibuffer-sorter, and define-ibuffer-op.
1450
1451 2002-01-14 Richard M. Stallman <rms@gnu.org>
1452
1453 * calendar/calendar.el (diary-date-forms): Doc fix.
1454
1455 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1456
1457 * startup.el (command-line): Register the default tty colors even
1458 if the terminal doesn't seem to support colors.
1459 <tty-long-option-alist>: New option --color.
1460 (tty-handle-args): Parse the --color arg.
1461
1462 * term/tty-colors.el (tty-color-mode-alist): New variable.
1463
1464 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1467 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1468 Use it.
1469 (ange-ftp-hook-function): Preserve match-data.
1470 (ange-ftp-insert-directory): Typo.
1471 (ange-ftp-shell-command): Check if regexp matched.
1472
1473 2002-01-13 Richard M. Stallman <rms@gnu.org>
1474
1475 * international/mule-cmds.el: help-map bindings moved to help.el.
1476
1477 * help.el (view-echo-area-messages): New function.
1478 (help-map): Add `e' binding. Delete obsolete `d' binding.
1479 Change old Info bindings C-f, C-k and C-i to F, K, S.
1480 Move view-emacs-FAQ from F to C-f.
1481 Move view-emacs-problems from P to C-e.
1482 Bindings moved here from mule-cmds.el.
1483 C-l binding for describe-language-environment deleted
1484 (help-for-help): Update for all these changes.
1485
1486 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1487
1488 2002-01-13 Dave Love <fx@gnu.org>
1489
1490 * emacs-lisp/copyright.el: Doc fixes.
1491 (copyright-regexp): Add Latin-9 copyright sign.
1492 Match comment delimiters in year lists.
1493 (copyright-current-year): Initialize to load-time year.
1494
1495 2002-01-13 Andreas Schwab <schwab@suse.de>
1496
1497 * dired-aux.el (dired-do-shell-command): Doc fix.
1498
1499 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1500
1501 * startup.el (command-line-x-option-alist): New options "-fs",
1502 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1503
1504 * term/x-win.el (x-handle-initial-switch): New function.
1505
1506 2002-01-13 Colin Walters <walters@debian.org>
1507
1508 * emacs-lisp/autoload.el (make-autoload): Handle
1509 define-ibuffer-column, define-ibuffer-filter,
1510 define-ibuffer-sorter, and define-ibuffer-op.
1511
1512 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1513
1514 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1515
1516 2002-01-12 Richard M. Stallman <rms@gnu.org>
1517
1518 * net/browse-url.el (browse-url-grail):
1519 Use browse-url-maybe-new-window.
1520
1521 * net/telnet.el (telnet-simple-send): Handle
1522 comint-input-sender-no-newline like comint-simple-send.
1523
1524 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1525 comint-input-sender-no-newline like comint-simple-send.
1526 (sql-escape-newlines-and-send): Likewise.
1527
1528 * comint.el (comint-input-sender): Doc fix.
1529 (comint-input-sender-no-newline): New variable.
1530 (comint-simple-send): If comint-input-sender-no-newline,
1531 don't output newline, but maybe send eof.
1532 (comint-send-input): New arg NO-NEWLINE.
1533 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1534
1535 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1536
1537 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1538 delaying when executing keyboard macros.
1539
1540 2002-01-12 Richard M. Stallman <rms@gnu.org>
1541
1542 * simple.el (line-move): If we can't move enough lines,
1543 go to beginning or end of line.
1544
1545 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1546 and proper window.
1547
1548 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1549 Switch buffers only after calling `help-buffer'.
1550
1551 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1552 only when they are surrounded by whitespace.
1553 Use dired-mark-separator when adding one file name to a command.
1554 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1555 Ask for confirmation if * or ? is not surrounded by whitespace.
1556 (dired-bunch-files): Re-reverse the partial file list when it is used.
1557
1558 2002-01-12 Richard M. Stallman <rms@gnu.org>
1559
1560 * comint.el (comint-dynamic-list-completions): Repeating the command
1561 after displaying a completion list scrolls the list.
1562
1563 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1564
1565 * files.el (find-file-noselect): Don't consider a buffer as
1566 visiting a file literally if it is in hexl-mode.
1567
1568 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1569
1570 2002-01-11 Richard M. Stallman <rms@gnu.org>
1571
1572 * startup.el (initial-scratch-message): Fix custom type, add group.
1573
1574 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1575 around the decode-coding-region call.
1576
1577 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1578 after displaying a completion list scrolls the list.
1579
1580 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * version.el (emacs-version): Bump to 21.2.50.
1583
1584 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1585
1586 * play/zone.el (zone-timeout): New var.
1587 (zone-hiding-modeline): New macro.
1588 (zone-call): New func.
1589
1590 (zone): Init `modeline-hidden-level' symbol property.
1591 Use `zone-call' instead of `funcall'.
1592
1593 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1594
1595 (zone-pgm-stress): Use `zone-hiding-modeline'.
1596
1597 (zone-pgm-stress-destress): New zone program.
1598
1599 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1602
1603 2002-01-09 Richard M. Stallman <rms@gnu.org>
1604
1605 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1606
1607 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1608
1609 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1610 flyspell-mouse-map.
1611
1612 2002-01-08 Richard M. Stallman <rms@gnu.org>
1613
1614 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1615
1616 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1617
1618 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1619
1620 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1621
1622 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1623 Do not use make-local-hook.
1624
1625 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1626
1627 * international/quail.el (quail-start-translation)
1628 (quail-start-conversion): Bind last-command-event, last-command,
1629 and this-command in the first let. This fixes the change from
1630 2000-08-30.
1631
1632 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1633
1634 * ediff-hook.el: Add an autoload cookie.
1635
1636 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1637
1638 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1639 address of the author.
1640
1641 2002-01-08 Richard M. Stallman <rms@gnu.org>
1642
1643 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1644 (occur-mode-map): Bind `o' to that.
1645
1646 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1647
1648 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1649 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1650 cases. Used to reduce the number of warnings.
1651
1652 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1653 (viper-standard-value): Move here from viper.el.
1654 (viper-set-unread-command-events): Move to viper-util.el
1655 (viper-check-minibuffer-overlay): Make sure
1656 viper-minibuffer-overlay is moved to cover the entire input field.
1657
1658 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1659 (viper-read-key-sequence, viper-set-unread-command-events)
1660 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1661
1662 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1663
1664 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1665
1666 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1667
1668 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1669 (viper-event-vector-p): Move to viper-util.el
1670
1671 * viper.el (viper-standard-value): Move to viper-cmd.el.
1672 Use viper-cond-compile-for-xemacs-or-emacs.
1673
1674 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1675
1676 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1677
1678 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1679 New macro designed to be used in many places where ediff-emacs-p or
1680 ediff-xemacs-p was previously used. Reduces the number of warnings.
1681 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1682 of ediff-xemacs-p.
1683 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1684 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1685 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1686 Move to ediff-util.el.
1687 (ediff-event-key): Moved here.
1688
1689 * ediff-merge.el: Got rid of unreferenced variables.
1690
1691 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1692
1693 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1694 (ediff-cleanup-mess): Improve the way windows are set up after
1695 quitting ediff.
1696 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1697 (ediff-dispose-of-variant-according-to-user): New function
1698 designed to be smarter and also understands indirect buffers.
1699 (ediff-highlight-diff-in-one-buffer)
1700 (ediff-unhighlight-diff-in-one-buffer)
1701 (ediff-unhighlight-diffs-totally-in-one-buffer)
1702 (ediff-highlight-diff, ediff-highlight-diff)
1703 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1704 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1705 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1706 Moved here.
1707 (ediff-format-bindings-of): New function by Hannu Koivisto
1708 <azure@iki.fi>.
1709 (ediff-setup): Make sure the merge buffer is always widened and
1710 modifiable.
1711 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1712 result of a merge into a file visited by another buffer.
1713 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1714 is visited by another buffer and ask to save/delete that buffer.
1715 (ediff-verify-file-merge-buffer): New function to do the above.
1716
1717 * ediff-vers.el: Load ediff-init.el at compile time.
1718
1719 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1720
1721 * ediff.el (ediff-windows, ediff-regions-wordwise)
1722 (ediff-regions-linewise): Use indirect buffers to improve
1723 robustness and make it possible to compare regions of the same
1724 buffer (even overlapping regions).
1725 (ediff-clone-buffer-for-region-comparison)
1726 (ediff-clone-buffer-for-window-comparison): New functions.
1727 (ediff-files-internal): Refuse to compare identical files.
1728 (ediff-regions-internal): Get rid of the warning about comparing
1729 regions of the same buffer.
1730
1731 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1732 Plus the following fixes courtesy of Dave Love: Doc fixes.
1733 (ediff-word-1): Use word class and move - to the
1734 front per regexp documentation.
1735 (ediff-wordify): Bind forward-word-function outside loop.
1736 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1737 consing buffer contents.
1738 (ediff-goto-word): Move syntax table setting outside loop.
1739
1740 2002-01-07 Richard M. Stallman <rms@gnu.org>
1741
1742 * dired.el (dired-copy-filename-as-kill): Call kill-append
1743 if following a kill command.
1744
1745 * help-fns.el (describe-variable, describe-function):
1746 Do save-excursion.
1747
1748 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1749
1750 * net/ldap.el (ldap-search-internal): Skip error message from
1751 ldapsearch. Allow listing attribute names only. Do not open
1752 non-existent files.
1753
1754 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1755 call non-existent function.
1756
1757 * net/eudc.el (top-level): Revert previous change.
1758
1759 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1760 variables to prevent warning from byte-compiler.
1761
1762 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1763 string-match on emacs-version again.
1764
1765 * enriched.el (enriched-make-annotation): Fix the change from
1766 2002-01-05.
1767 (enriched-handle-display-prop): Return proper values.
1768
1769 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1770 proper attribute name labeledUri instead of deprecated labeledUrl.
1771
1772 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1773
1774 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1775 editing an empty hotlist.
1776
1777 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1778 Use buffer-string instead of buffer-substring for the whole
1779 buffer.
1780
1781 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1782 not free.
1783
1784 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1785 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1786 (eudc-bob-save-object): Make the buffer unibyte.
1787 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1788 object to external program.
1789
1790 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1791
1792 * vc.el (vc-branch-part): Return nil if there's no `.'
1793 (vc-default-previous-version): Renamed from vc-previous-version.
1794 New args BACKEND and FILE. Return nil for revision numbers
1795 without a `.'
1796 (vc-version-diff): Call vc-BACKEND-previous-version.
1797 (vc-steal-lock): Steal lock before composing mail, so that no mail
1798 is sent when the stealing goes wrong. And we'll actually see the
1799 error in that case now.
1800 (vc-finish-steal): Removed.
1801
1802 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1803 the lock, so that we see expanded headers.
1804 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1805 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1806 available from vc.el. Updated all callers.
1807
1808 2002-01-05 Richard M. Stallman <rms@gnu.org>
1809
1810 * enriched.el (enriched-make-annotation): Doc fix.
1811
1812 * format.el (format-replace-strings, format-subtract-regions)
1813 (format-annotate-region, format-annotate-location)
1814 (format-annotate-atomic-property-change)
1815 (format-annotate-single-property-change): Doc fixes.
1816
1817 2002-01-05 Jason Rumney <jasonr@gnu.org>
1818
1819 * term/w32-win.el: Require fontset unconditionally.
1820 (w32-handle-scroll-bar-event): Remove.
1821
1822 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1823
1824 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1825 copyrights to be updated.
1826
1827 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1830 2001-10-24.
1831
1832 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1833
1834 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1835
1836 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1837 entry.
1838 (ldap-ignore-attribute-codings): Change the default value to allow
1839 encoding/decoding of attributes.
1840 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1841
1842 2002-01-03 Richard M. Stallman <rms@gnu.org>
1843
1844 * files.el (basic-save-buffer): Undo previous change.
1845
1846 * calendar/diary-lib.el (diary-block): Doc fix.
1847
1848 * custom.el (defcustom): Fix syntax of previous change.
1849
1850 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1851
1852 * custom.el (defcustom): Documented :tag, :link and :load.
1853
1854 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1855
1856 * mail/sendmail.el (mail-recover-1): New function.
1857 (mail-recover): Switch to the *mail* buffer right away. Use
1858 buffer-auto-save-file-name instead of calling
1859 make-auto-save-file-name. Call dired-noselect instead of invoking
1860 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1861 before reading the auto-save file. If the buffer's auto-save file
1862 does not exist, call mail-recover-1 to allow recovery from past
1863 auto-saved drafts.
1864
1865 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1866
1867 * time.el (display-time-load-average-threshold): Fix defcustom
1868 (add type and group).
1869
1870 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1871 specification from the hostname.
1872
1873 2002-01-02 Richard M. Stallman <rms@gnu.org>
1874
1875 * facemenu.el (facemenu-active-faces):
1876 Use face-attributes-as-vector, not face-attributes-vector.
1877
1878 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1879
1880 * xscheme.el: Eleven years of updates on a private copy.
1881
1882 Extensive changes to support multiple xscheme buffers:
1883 (run-scheme): Break up into new functions to facilitate starting
1884 processes in other buffers.
1885 (xscheme-start, xscheme-read-command-line): New functions.
1886 (start-scheme, select-scheme)
1887 (default-xscheme-runlight)
1888 (global-set-scheme-interaction-buffer)
1889 (local-set-scheme-interaction-buffer)
1890 (local-clear-scheme-interaction-buffer)
1891 (exit-scheme-interaction-mode)
1892 (verify-xscheme-buffer): New functions.
1893 (xscheme-process-name, xscheme-buffer-name)
1894 (xscheme-runlight): New internal vars.
1895 (default-xscheme-runlight): New const.
1896 (xscheme-start-process): Add args for the process/buffer names.
1897 (reset-scheme): Pass process/buffer names.
1898 (scheme-interaction-mode): Initialize new local vars.
1899 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1900 (xscheme-select-process-buffer, xscheme-process-buffer)
1901 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1902 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1903 var xscheme-process-name.
1904 (xscheme-start-process): Initialize xscheme-process-name and
1905 xscheme-buffer-name in the process buffer. Pass buffer name to
1906 xscheme-modeline-initialize.
1907 (xscheme-modeline-initialize): Add argument to specify buffer name
1908 for mode-line vars.
1909 (xscheme-process-sentinel): Make sure sentinel is run in the
1910 process buffer so it sees its local vars.
1911 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1912 elaborate logic to handle multiple-buffer mode lines.
1913
1914 (xscheme-enter-input-wait): Re-enable control-G handler upon
1915 entering input wait.
1916
1917 (scheme-interaction-mode): Add arg to preserve local vars.
1918 (xscheme-enter-interaction-mode)
1919 (xscheme-enter-debugger-mode): Preserve local vars.
1920 (xscheme-start-process): Clobber local vars.
1921
1922 (scheme-interaction-mode-commands): Allow end user to add commands
1923 to scheme-interaction-mode keymap.
1924 (scheme-interaction-mode-commands-alist): New variable.
1925
1926 (xscheme-send-string): Don't use insert-before-markers.
1927
1928 Implement a per-buffer kill ring:
1929 (xscheme-insert-expression)
1930 (xscheme-rotate-yank-pointer, xscheme-yank)
1931 (xscheme-yank-pop, xscheme-yank-push): New functions.
1932 (xscheme-expressions-ring)
1933 (xscheme-expressions-ring-yank-pointer)
1934 (xscheme-expressions-ring-max): New variables.
1935 (xscheme-send-string-1): Call xscheme-insert-expression to save
1936 expression in ring.
1937 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1938 (xscheme-previous-send): Deleted variable.
1939
1940 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1941 xscheme-send-control-g-interrupt): Use process-send-string rather
1942 than send-string.
1943
1944 (xscheme-send-region): Insert a newline after an expression that
1945 is submitted in the interaction buffer, for consistency with
1946 recent changes to Edwin.
1947
1948 (xscheme-delete-output): New function mimics comint-delete-output.
1949 (xscheme-last-input-end): New internal variable.
1950 (xscheme-process-filter-output): Update xscheme-last-input-end.
1951
1952 (xscheme-send-control-g-interrupt): Make sure that
1953 xscheme-control-g-disabled-p is looked up in the right buffer.
1954
1955 (xscheme-enable-control-g): Clear C-g message if visible.
1956 (xscheme-control-g-message-string): New internal var.
1957 (xscheme-send-control-g-interrupt): Use new var.
1958
1959 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1960 after sending interrupt in order to work around race condition.
1961
1962 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1963 (xscheme-send-char): Use xscheme-send-char rather than send-string
1964 to send single char.
1965
1966 (xscheme-process-filter, xscheme-process-filter-alist): Add
1967 support for evaluating expressions outside of the call-excursion.
1968 (xscheme-process-filter:string-action-noexcursion): New func.
1969
1970 (xscheme-write-value): Change output string to match that used by
1971 Edwin.
1972
1973 (xscheme-coerce-prompt): Don't write a space after a command
1974 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1975 for us.
1976
1977 (reset-scheme): Delete process after killing it.
1978
1979 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1980
1981 * bindings.el (function-key-map): Don't bind shifted keypad
1982 numeric keys.
1983
1984 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1985
1986 * enriched.el (enriched-handle-display-prop): Remove unused
1987 variables.
1988 (enriched-mode): Doc fix.
1989
1990 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1991
1992 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1993 Hebrew points.
1994
1995 2002-01-01 Richard M. Stallman <rms@gnu.org>
1996
1997 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1998
1999 2001-12-31 Richard M. Stallman <rms@gnu.org>
2000
2001 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2002 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2003 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2004 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2005 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2006 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2007 Adapt face definitions to use :weight and :slant.
2008
2009 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2010
2011 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2012
2013 * font-lock.el (initializing from font-lock-face-attributes):
2014 Use :weight and :slant, not :bold and :italic.
2015
2016 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2017
2018 * cus-edit.el (custom-face-edit-fix-value): New function.
2019 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2020
2021 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2022
2023 * progmodes/octave-mod.el (octave-abbrev-table):
2024 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2025 * progmodes/fortran.el (fortran-mode-abbrev-table):
2026 * progmodes/f90.el (f90-mode-abbrev-table):
2027 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2028 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2029 predefined abbrevs as "system" abbrevs.
2030
2031 2001-12-30 Richard M. Stallman <rms@gnu.org>
2032
2033 * info.el (Info-fontify-node): For a **** underline line, put the
2034 invisible and intangible props on the following newline, but not
2035 on the previous newline or the last char of the previous line.
2036
2037 * faces.el (face-set-after-frame-default): Don't change `default' face.
2038
2039 * faces.el (minibuffer-prompt): Adopt some default colors.
2040
2041 * replace.el (query-replace-read-args): Immediate error if read-only.
2042
2043 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2044 Display the output buffer in a more intelligent way.
2045
2046 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2047
2048 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2049 in accordance with files.el's insert-directory.
2050
2051 2001-12-29 Richard M. Stallman <rms@gnu.org>
2052
2053 * files.el (basic-save-buffer): If a before-write hook displays
2054 an echo area message, pause before calling basic-save-buffer-1.
2055
2056 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2057
2058 * textmodes/reftex-global.el (reftex-query-replace-document)
2059 (reftex-change-label): Doc fix.
2060
2061 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2062
2063 * progmodes/etags.el (tags-query-replace): Doc fix.
2064
2065 2001-12-29 Richard M. Stallman <rms@gnu.org>
2066
2067 * progmodes/compile.el (compile-internal): Fix previous change.
2068
2069 2001-12-28 Richard M. Stallman <rms@gnu.org>
2070
2071 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2072 shrink the windows above as necessary to get space.
2073 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2074
2075 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2076 This fixes a bug that treated all files as directories.
2077 (ange-ftp-insert-directory): Explicitly follow symlinks.
2078
2079 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2080 alias symbols--put the translated sequences here directly.
2081
2082 * progmodes/cc-mode.el (c-mode-abbrev-table)
2083 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2084 (java-mode-abbrev-table, pike-mode-abbrev-table):
2085 Mark all the predefined abbrevs as "system" abbrevs.
2086
2087 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2088 (sendmail-send-it): Check mail-specify-envelope-from
2089 and mail-envelope-from in the mail buffer at start.
2090
2091 2001-12-28 Simon Josefsson <jas@extundo.com>
2092
2093 * mail/sendmail.el (mail-envelope-from): Fix :type.
2094 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2095
2096 2001-12-28 Richard M. Stallman <rms@gnu.org>
2097
2098 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2099
2100 * simple.el (line-move-invisible): New subroutine.
2101 (line-move-to-column): New subroutine--smarter about advancing over
2102 invisible parts of a line, or lines, but only as long as hpos grows.
2103 (line-move-finish): New subroutine: repeatedly processes desired
2104 column, intangibility, and fields.
2105 (line-move): Use those subroutines.
2106 When moving lines downward, skip invisible text first rather than last.
2107
2108 2001-12-27 Richard M. Stallman <rms@gnu.org>
2109
2110 * international/mule-diag.el (describe-char-after):
2111 Describe the text properties of the char after point.
2112
2113 * help.el (describe-key): Doc fix.
2114
2115 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2116
2117 * find-dired.el (find-dired-sentinel): Precede exit message by
2118 two spaces, to match the regexp in dired-between-files.
2119
2120 2001-12-28 Miles Bader <miles@gnu.org>
2121
2122 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2123 images (which are lists too).
2124
2125 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * language/european.el: Fix the doc string of "Latin-5" language
2128 environment.
2129
2130 2001-12-26 Richard M. Stallman <rms@gnu.org>
2131
2132 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2133 defined as before 2001-11-09.
2134 (add-minor-mode call): Specify the keymap.
2135
2136 * progmodes/compile.el (compile-internal):
2137 Set TERM variable in process-environment.
2138
2139 2001-12-25 Richard M. Stallman <rms@gnu.org>
2140
2141 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2142 the buffer.
2143
2144 * startup.el (command-line): Convert command line args
2145 to Emacs internal representation using locale-coding-system.
2146
2147 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * international/fontset.el: Don't require ind-util when compiling.
2150
2151 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2152
2153 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2154 set-frame-height and set-frame-width instead of set-screen-height
2155 and set-screen-width.
2156
2157 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2158 of obsolete set-screen-width.
2159
2160 * locate.el (locate): Remove dot at the end of error argument.
2161
2162 * emerge.el (emerge-show-file-name): Use frame-height instead of
2163 obsolete screen-height.
2164
2165 * mail/mh-utils.el (mh-show-msg): Likewise.
2166 (mh-handle-process-error): Use frame-width instead of obsolete
2167 screen-width.
2168
2169 2001-12-25 Richard M. Stallman <rms@gnu.org>
2170
2171 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2172 to enlarge-window. Use save-selected-window. Don't try
2173 to resize windows that end at the bottom "level".
2174 Retry changing the sizes until the windows get the desired sizes.
2175 Discount the minibuffer when computing total height available.
2176
2177 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2178 (debugger-make-xrefs): Only make a button for the first symbol
2179 on any line.
2180
2181 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2182
2183 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2184 Call IT-setup-unicode-display here instead of adding it to
2185 dos-codepage-setup-hook, so that Unicode display tables are set
2186 before dos-codepage-setup-hook runs.
2187
2188 2001-12-24 Richard M. Stallman <rms@gnu.org>
2189
2190 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2191 (nslookup-mode-abbrev-table): Don't define it.
2192 (smbclient-mode-abbrev-table): Don't define it.
2193 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2194 (nslookup-mode, smbclient-mode): Likewise.
2195 (network-connection-service-abbrev-alist): Variable deleted.
2196 (network-connection-mode-setup): Don't set up abbrev table.
2197
2198 * faces.el (minibuffer-prompt): New face.
2199 (minibuffer-prompt-properties): Add `face' property.
2200
2201 * replace.el (occur-mode-display-occurrence): New function.
2202 (occur-mode-map): Bind C-o to it.
2203
2204 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2205
2206 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2207 (viper-special-read-and-insert-char): Make C-m work right in the r
2208 comand.
2209 (viper-buffer-search-enable): Fixed format string.
2210
2211 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2212 instead of viper-info-on-file.
2213 (ex-set-visited-file-name): New function.
2214
2215 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2216
2217 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2218 action argument.
2219
2220 * ediff-init.el: Fixed some doc strings.
2221
2222 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2223 Got rid of make-local-hook.
2224
2225 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2226 make-local-hook.
2227
2228 2001-12-23 Richard M. Stallman <rms@gnu.org>
2229
2230 * term/x-win.el (x-handle-geometry): Put height and width
2231 on default-frame-alist, left and top on initial-frame-alist.
2232 * term/w32-win.el (x-handle-geometry): Likewise.
2233
2234 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2235
2236 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2237 not interactive-p.
2238
2239 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2240
2241 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2242 mocklisp entries.
2243
2244 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2245 Lisp. Obsoleted.
2246
2247 * emulation/mlconvert.el: File removed.
2248
2249 * emulation/mlsupport.el: Moved to obsolete.
2250
2251 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2252
2253 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2254
2255 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2256 mocklisp case.
2257
2258 * help-fns.el (describe-function-1): Remove mocklisp function
2259 case.
2260
2261 2001-12-22 Miles Bader <miles@gnu.org>
2262
2263 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2264 turning refill-mode off.
2265
2266 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2267
2268 * time.el (display-time-load-average-threshold): New variable.
2269 (display-time-update): Use it.
2270
2271 These changes allow cycling through past 1, 5 and 15 minutes
2272 load-average displayed in the mode-line.
2273
2274 * time.el (display-time-default-load-average): New customizable option.
2275 (display-time-load-average): New variable.
2276 (display-time-cycle-load-average): New function.
2277 (display-time-update): Use them.
2278
2279 2001-12-21 Richard M. Stallman <rms@gnu.org>
2280
2281 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2282 (apropos-documentation, apropos-value): Pass a suitable string.
2283
2284 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2285
2286 * dired.el (dired-free-space-program, dired-free-space-args):
2287 Aliases for back-compatibility.
2288
2289 * info.el (Info-select-node): If Info-use-header-line is nil, set
2290 header-line-format to nil.
2291 (Info-fontify-node): Don't put a keymap text property on the
2292 heading if we are not going to display the header line. Remove
2293 any such text properties left over from past visits to this node.
2294
2295 * ls-lisp.el (insert-directory): Insert the amount of free disk
2296 space, like files.el's insert-directory does.
2297
2298 * files.el (directory-free-space-program): Mention
2299 file-system-info in the doc string.
2300 (get-free-disk-space): New function; code moved from
2301 insert-directory.
2302 (insert-directory): Call get-free-disk-space to get the amount of
2303 free space.
2304
2305 2001-12-21 Richard M. Stallman <rms@gnu.org>
2306
2307 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2308 (describe-distribution, describe-project): Use view-file.
2309
2310 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2311
2312 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2313
2314 * emacs-lisp/easy-mmode.el (define-minor-mode):
2315 Make no arg by default in an interactive call,
2316 so that repeating the command toggles again.
2317
2318 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2319
2320 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2321
2322 * antlr-mode.el: More sophisticated indentation of cpp directive.
2323 (antlr-indent-at-bol-alist): New user option.
2324 (antlr-indent-line): Use it.
2325 (antlr-indent-style): New user option.
2326 (antlr-mode): Use it.
2327 (antlr-indent-item-regexp): Customize.
2328
2329 * antlr-mode.el: Syntax highlighting changes.
2330 (antlr-font-lock-literal-regexp): New user option.
2331 (antlr-font-lock-syntax-face): New face used for :, |, ....
2332 (antlr-font-lock-default-face): New face.
2333 (antlr-font-lock-additional-keywords): Use them.
2334
2335 * antlr-mode.el: New command to insert options -- variables.
2336 (antlr-mode-map): New binding [C-c C-o].
2337 (antlr-mode-menu): New submenus.
2338 (antlr-options-use-submenus): New user option.
2339 (antlr-tool-version): New user option.
2340 (antlr-options-auto-colon): New user option.
2341 (antlr-options-style): New user option.
2342 (antlr-options-push-mark): New user option.
2343 (antlr-options-assign-string): New user option.
2344 (antlr-options-headings): New variable.
2345
2346 * antlr-mode.el: New command to insert options -- specific.
2347 (antlr-options-alists): New variable.
2348 (antlr-read-value): New function.
2349 (antlr-read-boolean): New function.
2350 (antlr-language-option-extra): New function.
2351 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2352 (antlr-c++-mode-extra): New function.
2353 (antlr-grammar-tokens): New function.
2354 (antlr-imenu-create-index-function): New optional argument.
2355
2356 * antlr-mode.el: New command to insert options -- functions.
2357 (antlr-insert-option): New command.
2358 (antlr-insert-option-interactive): New function.
2359 (antlr-options-menu-filter): New function.
2360 (antlr-option-kind): New function.
2361 (antlr-scan-lists): New alias.
2362 (antlr-scan-lists-internal): New function.
2363 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2364 (antlr-option-level): New function.
2365 (antlr-syntactic-grammar-depth): New function.
2366 (antlr-option-location): New function.
2367 (antlr-insert-option-do): New function.
2368 (antlr-option-spec): New function.
2369 (antlr-version-string): New function.
2370 (antlr-insert-option-existing): New function.
2371 (antlr-insert-option-space): New function.
2372 (antlr-insert-option-area): New function.
2373
2374 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2375 with narrowing. Menu change. Miscellaneous.
2376 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2377 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2378 (antlr-electric-character): New command.
2379 (antlr-class-header-regexp): New variable.
2380 (antlr-font-lock-additional-keywords): Use it.
2381 (antlr-imenu-create-index-function): Use it.
2382 (antlr-file-dependencies): Use it.
2383 (antlr-indent-line): Also works with restrictions.
2384 (antlr-indent-command): Interactive spec - changes the buffer.
2385 (antlr-language-for-option): Deletia.
2386 (antlr-language-option): New function, defined instead.
2387 (antlr-mode): Use it.
2388 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2389
2390 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2391 instead of a literal /dev/null.
2392
2393 * Makefile.in (distclean): Remove Makefile in the build
2394 directory, not in the source directory.
2395
2396 2001-12-21 Simon Josefsson <jas@extundo.com>.
2397
2398 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2399 with-temp-buffer instead of find-file-noselect, and bind
2400 coding-system-for-read to no-conversion when reading the queued
2401 messages. (Simon's code modified slightly by Eli Zaretskii.)
2402
2403 2001-12-20 Werner Lemberg <wl@gnu.org>
2404
2405 * international/mule-diag.el (describe-coding-system,
2406 print-coding-system-briefly): Make printed output have a similar
2407 format as describe-character-set.
2408
2409 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2410
2411 * play/blackbox.el (bb-member): Remove, use member instead.
2412 (bb-delete): Remove, use delete instead.
2413 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2414 bb-score, bb-detour-count and bb-balls-placed.
2415 Propertize results of rays.
2416
2417 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2418
2419 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2420 strings mention keybinding for `isearch-yank-word-or-char',
2421 rather than `isearch-yank-word', since the former is bound now
2422 and the latter is not.
2423 (isearch-yank-word-or-char): Fix formatting.
2424
2425 2001-12-19 Werner Lemberg <wl@gnu.org>
2426
2427 * language/czech.el, language/european.el, language/slovak.el: More
2428 fixes for language info doc strings.
2429
2430 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2431
2432 * loadup.el: Add "language" to the load-path.
2433
2434 2001-12-19 Richard M. Stallman <rms@gnu.org>
2435
2436 * international/mule-cmds.el (describe-language-environment):
2437 Fix calls to help-xref-button.
2438
2439 2001-12-19 Miles Bader <miles@gnu.org>
2440
2441 * international/fontset.el: Require `ind-util' when compiling.
2442
2443 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2444
2445 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2446 instead of decompose-composite-char.
2447
2448 2001-12-18 Richard M. Stallman <rms@gnu.org>
2449
2450 * simple.el (eval-expression-print-level)
2451 (eval-expression-print-length): Doc fixes.
2452
2453 * international/mule-diag.el (describe-character-set):
2454 Fix the arg to help-xref-button.
2455
2456 * files.el (directory-free-space-program): New variable.
2457 (directory-free-space-args): New variable.
2458 (insert-directory): Use those two variables for getting free space.
2459 Use file-system-info instead, if that is defined.
2460
2461 * dired.el (dired-free-space-program): Variable deleted.
2462 (dired-free-space-args): Variable deleted.
2463 (dired-insert-directory): Don't try to determine free space.
2464
2465 * files.el (font-lock-defaults): Add risky-local-variables prop.
2466 (hack-one-local-variable): Treat various font-lock variables as risky.
2467
2468 2001-12-18 Werner Lemberg <wl@gnu.org>
2469
2470 * language/chinese.el, language/cyrillic.el:
2471 * language/czech.el, language/european.el, language/greek.el:
2472 * language/hebrew.el, language/indian.el, language/japanese.el:
2473 * language/korean.el, language/lao.el, language/slovak.el:
2474 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2475 Improve documentation strings of coding systems and language infos.
2476
2477 2001-12-18 Werner LEMBERG <wl@gnu.org>
2478
2479 Add support for EUC-TW decoding/encoding.
2480
2481 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2482 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2483 New auxiliary functions to build `big5-to-cns'.
2484 (big5-to-cns): New translation alist.
2485
2486 * language/chinese.el: Added new coding system `euc-tw' and its
2487 alias `euc-taiwan'.
2488 Updated language `Chinese-CNS' to include euc-tw encoding also.
2489 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2490 euc-tw.
2491
2492 2001-12-18 Dave Love <fx@gnu.org>
2493
2494 * loadup.el: Add language/utf-8-lang, language/georgian.
2495
2496 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2497 (image-file-name-regexps): Doc fix.
2498
2499 * server.el (server-unload-hook): New function.
2500
2501 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2502 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2503
2504 * simple.el (newline): Doc fix.
2505 (eval-expression-print-level, eval-expression-print-length): Doc
2506 fix. Amend :type.
2507 (next-line, previous-line): Make arg optional.
2508 (newline): Doc fix.
2509
2510 * Makefile.in (DONTCOMPILE): Add various language files.
2511
2512 * international/quail.el (quail-input-string-to-events): Don't use
2513 string-to-list.
2514
2515 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2516 calling `newline'.
2517
2518 2001-12-17 Richard M. Stallman <rms@gnu.org>
2519
2520 * comint.el (comint-dynamic-list-input-ring-select): New function.
2521 Switches back to the old window configuration.
2522 (comint-dynamic-list-input-ring): Bind RET to that function.
2523 (comint-dynamic-list-input-ring-window-conf): New variable.
2524
2525 2001-12-17 Werner Lemberg <wl@gnu.org>
2526
2527 * international/mule-conf.el: Improve documentation strings of
2528 character sets.
2529
2530 2001-12-16 Richard M. Stallman <rms@gnu.org>
2531
2532 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2533 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2534
2535 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2536
2537 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2538 Add a DESCRIPTION for the makefile item.
2539
2540 * find-file.el (ff-other-file-name): New function.
2541
2542 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2543
2544 * international/quail.el (quail-input-string-to-events): Fix last
2545 change.
2546
2547 2001-12-16 Richard M. Stallman <rms@gnu.org>
2548
2549 * isearch.el (isearch-edit-string): When we set isearch-string
2550 to the default, also set isearch-message.
2551
2552 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2553
2554 * startup.el (command-line-1): Display startup screen
2555 even if there are command line args.
2556 Add a note about how to go to editing your files.
2557 (fancy-splash-head): Add a note about how to go to your files.
2558 (fancy-splash-outer-buffer): New variable.
2559 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2560
2561 * subr.el (with-temp-message): At the end, always discard
2562 the temp message, even by clearing the echo area.
2563
2564 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2565
2566 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2567
2568 * log-view.el (log-view-message-re, log-view-current-tag):
2569 Recognize Subversion's log output format.
2570
2571 * international/fontset.el: Build the list L at compile time.
2572
2573 * language/ind-util.el (mapthread): Make a closure.
2574
2575 2001-12-15 Richard M. Stallman <rms@gnu.org>
2576
2577 * isearch.el (isearch-start-hscroll): New variable.
2578 (isearch-mode): Set isearch-start-hscroll.
2579 (isearch-update): Restore original hscrolling if possible.
2580
2581 * isearch.el (isearch-edit-string):
2582 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2583
2584 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2585 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2586 rather than regexp search and (2) copying text properties
2587 already set up on text unchanged from the previous backtrace.
2588
2589 * case-table.el (set-case-syntax-pair):
2590 Detect invalid calls and signal an error.
2591
2592 2001-12-15 Richard M. Stallman <rms@gnu.org>
2593
2594 * language/ind-util.el (range): Function deleted.
2595 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2596 All calls changed.
2597
2598 * language/devan-util.el (devanagari-range): Renamed from `range'.
2599 All calls changed.
2600 (devanagari-regexp-of-hashtbl-keys):
2601 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2602
2603 2001-12-15 Dave Love <fx@gnu.org>
2604
2605 * language/ind-util.el: Don't require cl.
2606 (indian-glyph-char, indian-glyph-max-char)
2607 (indian-char-glyph): Moved from indian.el
2608 (indian--puthash-char, mapthread): Don't quote lambda.
2609 (indian--map): New function.
2610 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2611 (indian--puthash-cv): Use it.
2612
2613 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2614 (indian-char-glyph): Moved to ind-util.el
2615
2616 * language/devan-util.el (devanagari-post-read-conversion):
2617 New function.
2618
2619 * language/georgian.el: New file.
2620
2621 * international/mule-cmds.el (locale-language-names): Add various
2622 entries. Remove utf-8 special case.
2623 (locale-charset-language-names, locale-preferred-coding-systems):
2624 Add utf-8 case.
2625 (set-language-environment): Process required-features earlier.
2626
2627 * international/quail.el (quail-keyboard-layout-alist):
2628 Add pc105-uk.
2629 (quail-keyboard-layout-type): Fix :type.
2630 (quail-choose-completion-string): Simplify.
2631 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2632 (quail-input-string-to-events): Run events through
2633 translation-table-for-input.
2634
2635 * international/mule-conf.el (translation-table-for-input):
2636 New variable.
2637 (latin-iso8859-14): Amend description.
2638 (file-coding-system-alist): Add entry for utf-8.
2639
2640 * language/utf-8-lang.el: New file.
2641
2642 * international/code-pages.el: New file.
2643
2644 * language/hebrew.el ("Windows-1255"): New language.
2645
2646 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2647 ("Latvian"): New languages.
2648
2649 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2650
2651 * xml.el: Use setq rather than (set 'foo bar).
2652 Use push+nreverse rather than append.
2653 (xml-node-name, xml-node-attributes, xml-node-children):
2654 Use defsubst rather than macros.
2655 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2656 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2657 Concat the two strings surrounding a comment into a single string.
2658
2659 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2660
2661 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2662
2663 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2664 Document.
2665
2666 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2667
2668 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2669 Return nil if FILE is not registered.
2670 (vc-check-master-templates, vc-default-make-version-backups-p):
2671 Doc fix.
2672
2673 2001-12-13 David Ponce <david@dponce.com>
2674
2675 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2676 (ruler-mode-left-fringe-cols): New macro.
2677 (ruler-mode-right-fringe-cols): New macro.
2678 (ruler-mode-left-scroll-bar-cols): New macro.
2679 (ruler-mode-right-scroll-bar-cols): New macro.
2680 (ruler-mode-ruler): Use above new macros.
2681
2682 2001-12-13 Richard M. Stallman <rms@gnu.org>
2683
2684 * files.el (set-auto-mode): Fix previous change.
2685
2686 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2687
2688 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2689 (easy-menu-do-define, easy-menu-convert-item-1)
2690 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2691 (easy-menu-return-item): Only return nil if there is no binding.
2692
2693 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2694
2695 * whitespace.el (whitespace-version): 3.2
2696 * whitespace.el (whitespace-force-mode-line-update): Replace with
2697 `whitespace-mode-line-update', which is an alias to the correct
2698 function in various emacsen.
2699 * whitespace.el (whitespace-{un,}highlight-the-space):
2700 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2701 using the `whitespace-highlight-face' if
2702 `whitespace-display-spaces-in-color' is set.
2703
2704 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2705
2706 * international/mule.el (set-auto-coding): Don't search for
2707 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2708
2709 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2710
2711 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2712
2713 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2714
2715 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2716
2717 2001-12-13 Richard M. Stallman <rms@gnu.org>
2718
2719 * simple.el (undo): Always set this-command to `undo',
2720 so that the next undo after an error will not begin redoing.
2721
2722 * simple.el (shell-command): Doc fix.
2723 (shell-command-on-region): If there is output an an error,
2724 add "...Shell command failed" to the output.
2725
2726 2001-12-13 David Ponce <david@dponce.com>
2727
2728 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2729 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2730 implementation `ruler-mode-extra-left-cols'.
2731 (ruler-mode-ruler): Use above new function. Take into account
2732 that the fringe areas can now be resized.
2733
2734 2001-12-12 Richard M. Stallman <rms@gnu.org>
2735
2736 * international/characters.el (Unicode): Comment out
2737 the specifications for kelvin and angstrom signs.
2738
2739 * international/mule.el (make-translation-table-from-vector):
2740 Allow null elements in VEC.
2741
2742 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2743 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2744 Add :version.
2745
2746 2001-12-11 Richard M. Stallman <rms@gnu.org>
2747
2748 * derived.el (derived-mode-p): Function moved to subr.el.
2749
2750 * subr.el (derived-mode-p): Moved here from derived.el.
2751
2752 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2753
2754 * files.el (set-auto-mode-1): New subroutine, broken out of
2755 set-auto-mode.
2756 (set-auto-mode, hack-local-variables-prop-line): Use that.
2757
2758 2001-12-11 Dave Love <fx@gnu.org>
2759
2760 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2761
2762 * language/european.el: Remove autoload cookies. Fix registration
2763 of diacritic composition function.
2764
2765 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2766
2767 * calendar/todo-mode.el: Require time-stamp.
2768
2769 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2770
2771 2001-12-11 Richard M. Stallman <rms@gnu.org>
2772
2773 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2774
2775 * textmodes/ispell.el (ispell-buffer-local-parsing):
2776 Match xml like sgml.
2777
2778 * emacs-lisp/advice.el (ad-compile-function):
2779 Byte compile the function under another (uninterned) name.
2780
2781 * gud.el (gdb): Define and bind gud-jump.
2782
2783 * font-lock.el (font-lock-mode):
2784 Put our function at the end of after-change-functions.
2785
2786 * ediff-diff.el (ediff-cmp-options): Doc fix.
2787
2788 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2789
2790 2001-12-10 Richard M. Stallman <rms@gnu.org>
2791
2792 * isearch.el (isearch-yank-word-or-char): New function.
2793 (isearch-mode-map): Bind C-w to that.
2794
2795 * menu-bar.el (menu-bar-mode): Make arg optional.
2796
2797 * simple.el (line-move): Cope if next-single-property-change
2798 or previous-single-property-change returns nil.
2799
2800 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2801 Don't use interactive-p; instead, pass the proper args
2802 in (interactive...). Clean up most of the trouble-report strings.
2803
2804 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2805
2806 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2807 enqueued messages literally.
2808
2809 2001-12-10 Noah Friedman <friedman@splode.com>
2810
2811 * battery.el (battery-insert-file-contents): Obsolete function
2812 removed.
2813 (battery-read-function): Obsolete function removed.
2814 (battery-linux-proc-apm): Use insert-file-contents.
2815
2816 2001-12-07 Stephen Eglen <stephen@gnu.org>
2817
2818 * iswitchb.el (iswitchb-visit-buffer):
2819 Use `select-frame-set-input-focus'--needed when window manager
2820 uses "click to focus" policy.
2821
2822 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2823
2824 * COPYING: Moved back.
2825
2826 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2827
2828 * term/internal.el (IT-character-translations): Add entries for
2829 more points.
2830
2831 * international/characters.el: Resurrect the Hebrew category
2832 settings for all Hebrew characters removed by the last change.
2833 Add code for setting the Hebrew category of the Unicode Hebrew
2834 characters. Set syntax entries for Hebrew punctuation characters.
2835
2836 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2837 points and directional formatting control characters.
2838
2839 2001-12-07 Dave Love <fx@gnu.org>
2840
2841 * language/lao-util.el: Add Unicode equivalents for rules.
2842 (lao-post-read-conversion): New function.
2843
2844 * language/lao.el: Add Unicode equivalents.
2845 (lao): Add post-read conversion.
2846
2847 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2848 Use iso2022 encoding.
2849 (latin1-char-displayable-p): Doc fix.
2850 (latin1-display-ucs-per-lynx): New option.
2851 (latin1-display-ucs-per-lynx): New command.
2852 (latin1-display-reset): Special-case arabic.
2853 (ucs-tables): Require.
2854 (latin1-display-sets, latin1-display-setup): Add arabic.
2855 (latin1-display) <variable>: Use function latin1-display.
2856 (latin1-display) <function>: Add mule-unicode stuff.
2857 (latin1-display-check-font): Don't lose if `info' is nil.
2858
2859 * international/iso-transl.el: Insert Latin-1 characters, not
2860 unibyte codes.
2861
2862 * language/european.el (diacritic-composition-pattern): New constant.
2863 (diacritic-compose-region, diacritic-compose-string)
2864 (diacritic-compose-buffer, diacritic-post-read-conversion)
2865 (diacritic-composition-function): New functions.
2866
2867 * international/utf-8.el (ucs-mule-to-mule-unicode):
2868 New translation table.
2869 (ccl-encode-mule-utf-8): Use it.
2870 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2871 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2872 (utf-8-subst-table): New variable.
2873 (utf-8-compose-scripts): New option.
2874 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2875
2876 * international/ucs-tables.el, international/utf-8-subst.el:
2877 New files.
2878
2879 * international/characters.el: Don't set word syntax (the default)
2880 explicitly. Add a diacritic category. Add info for Unicode
2881 equivalents of characters in various Mule charsets and for extra
2882 Unicode characters. Don't define specific categories for
2883 Indian/Devanagari, since they aren't used.
2884
2885 2001-12-06 Richard M. Stallman <rms@gnu.org>
2886
2887 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2888 (set-justification-left, set-justification-right): Doc fix.
2889
2890 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2891 (bug-f90-mode): Variable deleted.
2892
2893 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2894
2895 * indent.el (indent-line-function): Default is indent-relative again.
2896
2897 2001-12-07 Miles Bader <miles@gnu.org>
2898
2899 * progmodes/compile.el (compilation-error-regexp-alist):
2900 Added regexps for RXP.
2901
2902 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2905 Add shift-assignment operators to those highlighted, and highlight
2906 the whole operator rather than just the "=".
2907
2908 2001-12-04 Juanma Barranquero <lektu@terra.es>
2909
2910 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2911 before saving abbrevs if `save-abbrevs' has the value `silently'.
2912
2913 2001-12-04 Andreas Schwab <schwab@suse.de>
2914
2915 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2916
2917 2001-12-04 Colin Walters <walters@debian.org>
2918
2919 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2920 for `defmacro*' forms.
2921
2922 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2923 `defmacro*'.
2924
2925 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
2926
2927 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2928
2929 2001-12-02 Richard M. Stallman <rms@gnu.org>
2930
2931 * files.el (insert-directory): If the df output does not look right,
2932 don't try to use it. Other cleanups in overall code structure.
2933
2934 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2935
2936 * textmodes/outline.el (outline-mode-prefix-map):
2937 Add bindings for outline-promote and outline-demote.
2938 (outline-minor-mode-menu-bar-map): New var.
2939 (outline-minor-mode): Use it.
2940 (outline-heading-alist): New var (renamed from outline-level-heading).
2941 (outline-level): Use it.
2942 (outline-insert-heading, outline-promote, outline-demote):
2943 Update to use outline-heading-alist.
2944
2945 * disp-table.el (standard-display-european):
2946 Simplify since the function is not interactive any more.
2947 Don't set the existing buffers to unibyte.
2948
2949 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2950
2951 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2952
2953 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2954
2955 * shell.el (shell): Use shell-file-name.
2956 Pop to buffer before calling comint to set COLUMNS properly.
2957
2958 * emacs-lisp/cl.el (svref): New alias.
2959
2960 * progmodes/antlr-mode.el (antlr-c-common-init):
2961 Don't inhibit adaptive-fill-mode any more.
2962
2963 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2964
2965 * progmodes/etags.el (tags-with-face): Use make-symbol.
2966 (tags-search, tags-query-replace): Use backquotes.
2967
2968 * textmodes/picture.el (picture-mode-map): Don't use defconst
2969 for a variable.
2970
2971 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2972
2973 * textmodes/reftex-index.el (reftex-index-mode):
2974 Remove make-local-hook.
2975
2976 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2977
2978 2001-12-02 Kim F. Storm <storm@cua.dk>
2979
2980 * isearch.el (isearch-resume-enabled): New variable.
2981 (isearch-done): Use that variable.
2982
2983 2001-12-01 Richard M. Stallman <rms@gnu.org>
2984
2985 * wid-edit.el (widget-button-click): Don't move point permanently:
2986 Avoid mouse-set-point--instead select the window,
2987 then do save-excursion, then move point.
2988 Specify the buffer for get-char-property.
2989 Don't use `@' in interactive.
2990
2991 * indent.el (indent-line-function):
2992 Default is indent-to-left-margin again.
2993
2994 * replace.el (query-replace-read-args): Display message
2995 if FROM contains `\n' or `\t'.
2996
2997 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2998
2999 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3000
3001 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3002
3003 * emacs-lisp/regexp-opt.el (regexp-opt):
3004 Bind completion-regexp-list to nil.
3005
3006 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3007
3008 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3009
3010 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3011 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3012 Update maintainer.
3013
3014 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3015
3016 * mail/smtpmail.el: Use with-current-buffer.
3017 (message-make-date, message-make-message-id): Autoload when needed.
3018 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3019 headers when missing.
3020
3021 * international/encoded-kb.el (encoded-kbd-mode):
3022 Use define-minor-mode.
3023
3024 * enriched.el (enriched-mode): Use define-minor-mode.
3025 Use dolist and pop and push.
3026
3027 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3028 with the `visit' argument.
3029 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3030
3031 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3032 `change-major-mode-hook' locally. Reset invisibility spec.
3033
3034 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3035
3036 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3037
3038 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3039 Clarify error message.
3040
3041 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3042
3043 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3044
3045 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3046
3047 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3048 don't just return it.
3049
3050 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3053 (menu-bar-read-emacs-man, search-emacs-glossary)
3054 (emacs-index-search, elisp-index-search): New functions.
3055 (apropso-documentation, apropos, apropos-value, apropos-variable)
3056 (apropos-commands): Modify menu item names and help text.
3057 (elisp-index-search, emacs-index-search, emacs-glossary):
3058 New menu items.
3059 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3060 submenu.
3061 (info-elisp, info-elintro): New menu items.
3062 (apropos): Modify the menu item name.
3063
3064 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3067
3068 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3069
3070 * man.el (man-follow-mouse): New function.
3071 (Man-mode-map): Bind mouse-2 to it.
3072 (Man-match-substring): Remove. Replace with `match-string'.
3073 (man): Use the `default-value' argument to `read-string'.
3074 (Man-fontify-manpage): Add mouse-face to cross references.
3075
3076 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3077
3078 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3079
3080 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3081 the value of require-match in minibuffer-completion-confirm.
3082 Use crm-local-completion-map.
3083
3084 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3085 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3086 (cl-make-type-test): Use char-valid-p for `character'.
3087
3088 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3089 (Info-complete-menu-item): Rewrite. Add the ability to search
3090 several sequential nodes. Add a simple caching mechanism.
3091 (Info-goto-index): New function extracted from Info-index.
3092 (Info-index): Use it. Add completion to the interactive spec.
3093 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3094
3095 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3096
3097 * COPYING: Removed.
3098
3099 2001-11-29 Dave Love <fx@gnu.org>
3100
3101 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3102 (fortran-window-create, fortran-window-create-momentarily):
3103 Rewrite, moving error condition.
3104 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3105 (fortran-mode-syntax-table): Revert last change.
3106
3107 * international/mule.el: Doc fixes.
3108 (map-charset-chars): New function.
3109 (register-char-codings): Use it to cope with generic chars in
3110 safe-chars.
3111
3112 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3113
3114 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3115
3116 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3117
3118 * play/studly.el (studlify-word, studlify-region)
3119 (studlify-buffer): Fix doc-string.
3120 (studlify-buffer): Add autoload cookie.
3121
3122 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3123
3124 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3125 (outline-up-heading-all): Remove.
3126 (hide-sublevels): Move to end-of-heading before calling flag-region.
3127 (outline-copy-overlay, outline-discard-overlays): Remove.
3128 (outline-flag-region): Use `remove-overlays'.
3129 Don't move to end-of-heading.
3130 (outline-next-visible-heading, outline-back-to-heading)
3131 (outline-on-heading-p): Use outline-invisible-p.
3132 (outline-font-lock-level): Use outline-up-heading's new arg.
3133 (outline-minor-mode): Simplify.
3134 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3135 (outline): Put a `reveal-toggle-invisible' property.
3136 (outline-level-heading): New var.
3137 (outline-insert-heading, outline-promote, outline-demote)
3138 (outline-toggle-children): New commands.
3139
3140 * progmodes/hideif.el (hif-end-of-line): New function.
3141 (hide-ifdef-mode): Set line-move-ignore-invisible.
3142 (hide-ifdef-region-internal): New function.
3143 (hide-ifdef-region): Use it.
3144 (hif-defined): Return an integer.
3145 (hif-infix-to-prefix): Remove.
3146 (hif-tokenize): Parse from the buffer rather than from a string.
3147 Correctly tokenize integers. Use forward-comment.
3148 (hif-expr): Use hif-or.
3149 (hif-term): Use hif-and.
3150 (hif-factor): Use hif-not. Handle numbers properly.
3151 Don't require parenthesis around `defined's argument.
3152 (hif-and, hif-or, hif-not): New funs.
3153 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3154 (hif-hide-line): Don't hide the \n before the line.
3155 (hif-possibly-hide): Correctly handle numeric evaluation results.
3156
3157 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3158 (makefile-mode): Set indent-line-function.
3159 (makefile-browser-insert-continuation): Use with-current-buffer.
3160 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3161
3162 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3163
3164 * isearch.el (isearch-yank-internal): New helper function.
3165 (isearch-yank-char): New function.
3166 (isearch-yank-word, isearch-yank-line): Rewrite to use
3167 isearch-yank-internal.
3168
3169 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3170
3171 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3172 aren't supported. Print a message to that effect if invoked.
3173
3174 2001-11-27 Stephen Eglen <stephen@gnu.org>
3175
3176 * locate.el (locate): Put point at first matching file rather
3177 than top of buffer.
3178
3179 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3180
3181 * reveal.el: New file.
3182
3183 * progmodes/hideif.el: Misc cleanup.
3184 (hide-ifdef-mode-submap): Put the def in the defvar.
3185 Use substitute-key-definition.
3186 (hide-ifdef-mode): Use define-minor-mode.
3187 (hif-outline-flag-region): Remove.
3188 (hif-show-all): Define in terms of hif-show-ifdef-region.
3189 (hif-after-revert-function): Rename from hif-before-revert-function.
3190 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3191 (hif-tokenize): Use with-syntax-table.
3192 (hif-make-range): Use `else' also for `else-p'.
3193 (hif-range-else-p): Remove.
3194 (hif-find-range): Simplify.
3195 (hif-hide-line): Don't bother preserving buffer-modified-p.
3196 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3197 Don't use selective-display and inhibit-read-only.
3198
3199 * subr.el (copy-overlay, remove-overlays): New funs.
3200
3201 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3202
3203 2001-11-27 Sam Steingold <sds@gnu.org>
3204
3205 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3206 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3207 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3208 * obsolete/c-mode.el, obsolete/cplus-md.el
3209 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3210 * term/sun-mouse.el, textmodes/artist.el:
3211 Converted backquote to the new style.
3212 * mouse.el, reposition.el: Likewise (in comments).
3213 * expand.el: Likewise (in a string).
3214
3215 2001-11-27 Richard M. Stallman <rms@gnu.org>
3216
3217 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3218
3219 2001-11-26 Richard M. Stallman <rms@gnu.org>
3220
3221 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3222 if :on-glyph or :off-glyph is a list, eval it and store it back.
3223 (checkbox): Quote the values for :on-glyph and :off-glyph.
3224
3225 * cus-start.el (recursive-load-depth-limit): Delete item.
3226
3227 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3228
3229 * help-fns.el (describe-categories, help-describe-category-set): New.
3230 describe-categories moved here from src/category.c.
3231
3232 2001-11-26 Sam Steingold <sds@gnu.org>
3233
3234 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3235 arguments to `insert' are strings.
3236
3237 2001-11-26 Richard M. Stallman <rms@gnu.org>
3238
3239 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3240
3241 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * international/mule-diag.el: Require help-fns instead of
3244 help-funs.
3245
3246 * help-fns.el: Renamed from help-funs.el.
3247
3248 * startup.el (command-line-1): Don't try to call process-list if
3249 it is not fboundp.
3250
3251 2001-11-26 Sam Steingold <sds@gnu.org>
3252
3253 * frame.el (show-trailing-whitespace): Remove :set argument (the
3254 value was essentially identical to the defalt).
3255
3256 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3257
3258 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3259
3260 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3261
3262 * hilit-chg.el (hilit-chg-set): Likewise.
3263
3264 * speedbar.el (speedbar-mode): Likewise.
3265
3266 * calendar/calendar.el (calendar-mode): Likewise.
3267
3268 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3269 insert-string.
3270
3271 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3272
3273 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3274
3275 * term/sun-mouse.el (sun-yank-selection): Likewise.
3276
3277 * textmodes/bib-mode.el (return-key-bib): Likewise.
3278
3279 * calendar/appt.el (appt-disp-window): Likewise.
3280
3281 * calendar/diary-lib.el (list-diary-entries): Likewise.
3282
3283 * array.el (array-reconfigure-rows): Likewise.
3284
3285 * filecache.el (file-cache-minibuffer-complete): Likewise.
3286
3287 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3288
3289 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3290
3291 * allout.el (outline-version, outline-open-topic)
3292 (outline-rebullet-heading, outline-insert-listified)
3293 (outline-latex-verbatim-quote-curr-line)
3294 (outline-latexify-one-item, outlineify-sticky): Likewise.
3295
3296 * vc.el (vc-next-action-on-file): Likewise.
3297 (vc-dired-mode): Remove make-local-hook.
3298
3299 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3300
3301 * vc.el (vc-find-version): New function.
3302 (vc-version-other-window): Redefined in terms of the above.
3303
3304 * log-view.el (log-view-find-version): New function.
3305 (log-view-mode-map): Bind it to `f'.
3306
3307 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3308
3309 * language/devan-util.el (dev-char-glyph): Escape `"' in
3310 string literals.
3311 (dev-glyph-glyph, dev-glyph-glyph-2)
3312 (devanagari-compose-syllable-region): Likewise.
3313
3314 2001-11-26 Richard M. Stallman <rms@gnu.org>
3315
3316 * window.el (save-selected-window): No error if saved window is dead.
3317
3318 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3319
3320 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3321
3322 * international/quail.el (quail-help): Require help-mode in
3323 top-level instead.
3324
3325 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3326 insert-string.
3327
3328 * icomplete.el (icomplete-exhibit): Likewise.
3329
3330 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3333 (diff-hunk-kill): Simplify.
3334 (diff-post-command-hook): Only apply to a single hunk.
3335 (diff-hunk-text): Make `char-offset' non-optional.
3336 (diff-find-text): Return a cons cell.
3337 (diff-find-approx-text): New fun.
3338 (diff-find-source-location): Use it.
3339 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3340 Adapt to new retval of diff-find-text.
3341
3342 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3343 rather than integer- representation of dates.
3344
3345 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3346
3347 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3348 (syntax-after): New fun.
3349
3350 * help-funs.el (describe-syntax): New fun.
3351
3352 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3353 (font-lock-ppss-stats, font-lock-ppss): Remove.
3354 (font-lock-fontify-syntactically-region): Remove tuning code.
3355 (font-lock-compile-keywords): Fix off-by-one bug.
3356 (font-lock-set-defaults): Don't set removed vars.
3357 (c-keywords): Add `inline'.
3358 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3359
3360 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3361 Set syntax-begin-function.
3362 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3363 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3364 (lisp-mode-auto-fill): Use syntax-ppss and obey
3365 comment-auto-fill-only-comments.
3366 (lisp-fill-paragraph): Use syntax-ppss.
3367
3368 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3369
3370 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3371 version of rmail-enable-mime.
3372 (rmail-forward): Use it.
3373
3374 2001-11-25 Richard M. Stallman <rms@gnu.org>
3375
3376 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3377
3378 * international/quail.el (quail-keyboard-layout-button):
3379 Define button type.
3380 (quail-keyboard-customize-button): Likewise.
3381 (quail-help): Use those button types. Require `help-mode'.
3382 Avoid altering the argument `package'.
3383
3384 * help-mode.el (help-function, help-variable, help-face)
3385 (help-coding-system, help-input-method, help-character-set):
3386 Define each button type with its own explicit define-button-type.
3387
3388 * language/devan-util.el: Comment out parts of the file
3389 which apparently are garbled.
3390
3391 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3392
3393 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3394 insert-string.
3395
3396 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3397
3398 * play/snake.el (snake-mode): Remove make-local-hook.
3399
3400 * play/tetris.el (tetris-mode): Likewise.
3401
3402 * play/decipher.el (decipher-mode): Likewise.
3403
3404 * tmm.el (tmm-add-prompt): Likewise.
3405
3406 2001-11-25 Sam Steingold <sds@gnu.org>
3407
3408 * menu-bar.el (menu-bar-apropos-menu): New variable.
3409 Moved all `apropos' bindings to this menu.
3410 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3411
3412 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3413
3414 The following changes are for new indian languages support based
3415 on Unicode charset and CDAC fonts.
3416
3417 * international/mule-conf.el: Change indian-1-column charset to
3418 indian-glyph charset.
3419
3420 * international/characters.el: Adjusted for the change of
3421 indian-1-column -> indian-glyph.
3422
3423 * international/fontset.el: Delete the setting for indian-1-column
3424 and add the setting for indian-glyph in the default fontset.
3425
3426 * language/indian.el: Completely re-written.
3427
3428 * language/devanagari.el: Completely re-written.
3429
3430 * language/devan-util.el: Completely re-written.
3431
3432 * language/ind-util.el: New file.
3433
3434 2001-11-24 Richard M. Stallman <rms@gnu.org>
3435
3436 * startup.el (command-line-1): Don't do startup screen
3437 if a subprocess is running. Call the startup screen buffer
3438 "GNU Emacs". Make a special mode-line-format for it.
3439
3440 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3441 (browse-url-galeon): Use that variable.
3442
3443 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3444 eval-expression. Eval and set the variable simply.
3445
3446 * files.el (temporary-file-directory): Use defcustom.
3447 (small-temporary-file-directory): Likewise.
3448 (normal-backup-enable-predicate): Move down in file
3449 after definition of temporary-file-directory.
3450
3451 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3452
3453 2001-11-24 Colin Walters <walters@debian.org>
3454
3455 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3456 autoload names to match files renamed on initial calc import.
3457
3458 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3459 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3460
3461 2001-11-23 Colin Walters <walters@debian.org>
3462
3463 * Makefile.in (finder_setwins, setwins): Include Calc again.
3464
3465 * calc/calc-rules.el: Add header comment.
3466
3467 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3468
3469 * vc.el (with-vc-properties): Don't bind `filename' locally.
3470 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3471 to avoid name clashes. Fix `lisp-indent-function' property for
3472 both.
3473
3474 2001-11-23 Francesco Potorti` <pot@gnu.org>
3475
3476 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3477
3478 2001-11-22 Colin Walters <walters@debian.org>
3479
3480 * calc/calc-misc.el (report-calc-bug):
3481 Use `reporter-prompt-for-summary-p'.
3482
3483 * calc/INSTALL, calc/Makefile: Remove.
3484
3485 2001-11-22 Miles Bader <miles@gnu.org>
3486
3487 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3488 (reb-match-2, reb-match-3): Add dark-background variants.
3489
3490 2001-11-22 Colin Walters <walters@debian.org>
3491
3492 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3493 (info "Calc").
3494 (report-calc-bug): Use reporter.el.
3495
3496 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3497
3498 2001-11-21 Richard M. Stallman <rms@gnu.org>
3499
3500 * which-func.el (which-function): Call imenu--make-index-alist
3501 if necessary to get a list of functions.
3502 (which-function-imenu-failed): New variable.
3503 (which-func-update): Handle all visible windows.
3504 (which-func-update-1): New subroutine broken out of which-func-update.
3505
3506 * files.el (temporary-file-directory, null-device)
3507 (small-temporary-file-directory): Definitions moved up.
3508
3509 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3510 (cperl-non-problems, cperl-praise): Doc fixes.
3511
3512 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3513 (sh-mode-syntax-table): Function restored.
3514 Variable set up for use by function sh-mode-syntax-table.
3515 (sh-set-shell): Set the syntax table.
3516
3517 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3518
3519 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3520
3521 * international/encoded-kb.el: Don't alter minor-map-alist.
3522
3523 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3524
3525 * files.el (auto-save-file-name-transforms): Put remote files in
3526 temporary-file-directory rather than /tmp.
3527
3528 2001-11-21 Colin Walters <walters@debian.org>
3529
3530 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3531 of (function ...) wrapper.
3532
3533 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * derived.el (define-derived-mode): Create the abbrev-table
3536 from inside the `defvar'.
3537
3538 * jit-lock.el (jit-lock-defer-time): New var.
3539 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3540 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3541 (jit-lock-function): Defer fontification if requested.
3542 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3543 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3544 text property.
3545 (jit-lock-deferred-fontify): New fun.
3546
3547 2001-11-20 Richard M. Stallman <rms@gnu.org>
3548
3549 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3550 Set local-abbrev-table to lisp-mode-abbrev-table.
3551
3552 * emacs-lisp/re-builder.el (reb-mode):
3553 Don't use define-derived-mode. Call kill-all-local-variables.
3554
3555 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3556 Don't use define-derived-mode.
3557
3558 * help-mode.el (help-mode): Undo 2001-10-07 change.
3559
3560 * replace.el (occur-mode): Undo 2001-5-20 change.
3561
3562 2001-11-20 Jason Rumney <jasonr@gnu.org>
3563
3564 * w32-fns.el (w32-system-coding-system): Change to an alias for
3565 locale-coding-system.
3566 (set-w32-system-coding-system): Document the above change.
3567 Set locale-coding-system instead.
3568
3569 2001-11-20 Richard M. Stallman <rms@gnu.org>
3570
3571 * ruler-mode.el: Add pagination.
3572 (ruler-mode-toggle-show-tab-stops): No need to
3573 test `ruler-mode' variable.
3574
3575 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3576
3577 * play/landmark.el: Mark lm-mode as special.
3578
3579 * play/gomoku.el: Mark gomoku-mode as special.
3580
3581 2001-11-20 Juanma Barranquero <lektu@terra.es>
3582
3583 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3584 (top-level): Bind it to C-c C-b.
3585 (re-builder): Don't re-enter RE Builder Mode.
3586
3587 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3588
3589 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3592 `manual-program'.
3593
3594 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3595 to a line without a comment.
3596
3597 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3598
3599 * dired.el (dired-listing-switches): Mention in the doc string
3600 that some switches are not supported by ls-lisp.el
3601
3602 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3603
3604 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3605 (imenu--create-keymap-2): Remove.
3606 (imenu--create-keymap-1): Simplify, remove third argument.
3607 (imenu--generic-function): Use dolist.
3608 (imenu-find-default): New function.
3609 (imenu--completion-buffer): Use it.
3610 (imenu--mouse-menu): Use popup-menu.
3611 (imenu--menubar-select): Return t rather than calling imenu.
3612
3613 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3614 New functions, extracted from fill-region-as-paragraph.
3615 (fill-region-as-paragraph): Use them.
3616 Use an end marker instead of eob.
3617 Ignore whitespace-only fill-prefixes when indenting according to mode.
3618 Simplify the loop that searches for spaces backwards.
3619
3620 * textmodes/picture.el (picture-vertical-step)
3621 (picture-horizontal-step): Don't use defconst for variables.
3622
3623 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3624 (mail-extract-address-components): Downcase domain names.
3625 (mail-extr-delete-char): Remove. Use delete-char instead.
3626
3627 * emulation/pc-select.el: Doc string fixes.
3628 (pc-selection-mode): Don't treat macos as a tty.
3629
3630 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3631
3632 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3633
3634 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3635 (mouse-wheel-progessive-speed): New var.
3636 (mwheel-scroll): Use it and handle float values.
3637
3638 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3639
3640 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3641 (iswitchb): Fix the case where the result was selected with the mouse.
3642 (iswitchb-completion-help): Use the normal *Completions* now that
3643 mouse selection works.
3644 (iswitchb-minibuffer-setup): Simplify.
3645
3646 * newcomment.el (comment-column, comment-style, comment-multi-line)
3647 (comment-auto-fill-only-comments): Remove :group arg.
3648 (comment-padding): Add :type.
3649 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3650 if called interactively.
3651
3652 2001-11-19 Colin Walters <walters@verbum.org>
3653
3654 * calc/calc.el (toplevel): Add comment and version header.
3655 (calc-init-base): Bump version to 2.02f, update date.
3656
3657 2001-11-19 Richard M. Stallman <rms@gnu.org>
3658
3659 * net/browse-url.el: Support Mozilla and Galeon.
3660 By default, find the installed browser whichever it is.
3661 (browse-url-mozilla): New function.
3662 (browse-url-mozilla-sentinel): New function.
3663 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3664 (browse-url-default-browser): New function.
3665 (browse-url-process-environment): Use browse-url-browser-display.
3666 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3667 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3668 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3669 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3670 (browse-url-browser-function): New default, new options.
3671
3672 2001-11-19 Sam Steingold <sds@gnu.org>
3673
3674 * bindings.el (last-buffer, unbury-buffer): New function.
3675 (mode-line-unbury-buffer): Use `unbury-buffer'.
3676
3677 2001-11-18 Stephen Eglen <stephen@gnu.org>
3678
3679 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3680 control behaviour when no further completion is possible.
3681
3682 2001-11-19 Colin Walters <walters@verbum.org>
3683
3684 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3685 (math-showing-full-precision, math-with-extra-prec, math-working)
3686 (calc-with-default-simplification)
3687 (calc-with-trail-buffer): Use backtick.
3688 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3689 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3690 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3691 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3692 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3693 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3694 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3695 (calc-record-compilation-date-macro): Deleted. Callers updated.
3696 (math-format-radix-digit): Move to calc-bin.el.
3697
3698 * calc/calc.el (calc-record-compilation-date): Remove.
3699 (calc-bug-address): Update.
3700 (calc-settings-file): Use `user-init-file'.
3701
3702 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3703 Handle null `calc-settings-file'.
3704
3705 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3706 * calc/calc-keypd.el (calc-keypad-mode): New.
3707 (calc-do-keypad): Use it.
3708 (calc-keypad-map): Move into `calc-keypad-mode'.
3709
3710 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3711 to defalias argument.
3712
3713 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3714 (calcFunc-floor): Ditto.
3715
3716 * calc-units.el (calcFunc-usimplify): Ditto.
3717
3718 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3719 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3720 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3721 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3722 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3723 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3724 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3725 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3726 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3727 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3728 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3729 and move them before their first use. Use `when', `unless'.
3730 Remove trailing periods from error forms. Add description and
3731 headers suggested by Emacs Lisp coding conventions.
3732
3733 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3734
3735 * newcomment.el (comment-indent):
3736 Fix misindentation for comment-only lines.
3737 (comment-indent-new-line): Only obey comment-multi-line if the
3738 comment-ender is not the end-of-line.
3739
3740 2001-11-19 Richard M. Stallman <rms@gnu.org>
3741
3742 * net/net-utils.el (network-connection-service-abbrev-alist):
3743 New variable.
3744
3745 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3746 Advance to start of 3rd sexp by moving fwd and backing over it.
3747 At first three elements, act like defun.
3748
3749 * delsel.el (delete-selection-pre-hook): Handle and resignal
3750 file-supersession errors to interact properly with userlock.el.
3751
3752 2001-11-18 Richard M. Stallman <rms@gnu.org>
3753
3754 * progmodes/fortran.el (fortran-mode-syntax-table):
3755 Specify punctuation syntax for backslash.
3756
3757 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3758 All calls deleted.
3759
3760 * international/mule-util.el (string-to-sequence): Make it obsolete.
3761 (string-to-list, string-to-vector): Implement them directly
3762 using append and vconcat, not with string-to-sequence.
3763
3764 * startup.el (command-line): Set abbrevs-changed to nil after
3765 reading the init file and the abbrevs file.
3766
3767 * isearch.el (isearch): Use magenta2 as bg for (background light)
3768
3769 2001-11-17 Richard M. Stallman <rms@gnu.org>
3770
3771 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3772
3773 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3774
3775 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3776
3777 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3778 If set and if applicable, add a regexp to highlight defun-like
3779 text inside comments and strings.
3780 (font-lock-fontify-keywords-region): Pass that new arg.
3781 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3782 to the end and pass that new arg.
3783 (c-font-lock-keywords-2): Fix regex for labels.
3784 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3785 Make it work when LIMIT is several lines further.
3786 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3787 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3788 Use backquote and make the regexes for `int a, b, c;' work on
3789 multiple lines.
3790
3791 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3792 (font-lock-defaults-alist): Don't change it any more.
3793 (reb-subexp-mode-map): Cleanup.
3794
3795 * custom.el (custom-current-group-alist): New var.
3796 (custom-declare-group): Set it.
3797 (custom-current-group): New fun.
3798 (custom-declare-variable, custom-handle-all-keywords):
3799 Use it as a default if no :group argument is specified.
3800
3801 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3802 (standard-keyboard-coding-systems): New var.
3803 (set-locale-environment): Use it to decide whether or not to call
3804 set-keyboard-coding-system.
3805 (locale-language-names): Use \"French\" for "fr".
3806
3807 2001-11-17 Richard M. Stallman <rms@gnu.org>
3808
3809 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3810 (add-to-list): Delete compatibility code.
3811 (checkdoc-next-message-error): Doc fix.
3812
3813 2001-11-17 Stephen Eglen <stephen@gnu.org>
3814
3815 * locate.el (locate): Show default locate pattern within the
3816 prompt, but don't insert it into the minibuffer contents.
3817 Catch the case when pattern is the empty string.
3818
3819 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3820
3821 * language/european.el ("French"): New language environment.
3822
3823 2001-11-16 Richard M. Stallman <rms@gnu.org>
3824
3825 * calendar/todo-mode.el (todo-save): Fix previous change.
3826
3827 * subr.el (functionp): Do use cdr-safe on object.
3828
3829 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3830
3831 * bindings.el (mode-line-mode-name): Only put the help-echo property
3832 if the local-map property was put as well.
3833 (global-map): Bind switch-frame, delete-frame, iconify-frame
3834 and make-frame-visible events.
3835
3836 * emacs-lisp/elp.el (elp-not-profilable): New var.
3837 (elp-not-profilable-p): New function.
3838 (elp-instrument-function): Use it. Use backquotes and push.
3839
3840 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3841 (byte-stack+-info, byte-compile-last-warned-form)
3842 (byte-compile-last-logged-file): Don't defconst a variable.
3843 (no-byte-compile): Declare.
3844 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3845 (byte-compile-defvar): Leave defconst as is.
3846
3847 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3848 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3849 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3850 (edebug-best-error): Don't defconst a variable.
3851 (edebug-read-syntax-table): Use a char-table.
3852 (edebug-lemacs-specific): Remove.
3853 Toplevel: Eliminate check for Lucid Emacs.
3854
3855 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3856
3857 * rect.el (move-to-column-force): Mark obsolete.
3858 (operate-on-rectangle, delete-extract-rectangle-line)
3859 (insert-rectangle, delete-whitespace-rectangle-line)
3860 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3861 (string-rectangle-history): New var.
3862 (string-rectangle, string-insert-rectangle): Use it.
3863 (delete-rectangle-line): Fix pos/column mixup and simplify.
3864
3865 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3866 (normal-top-level, command-line, command-line-1): Simplify.
3867
3868 * tar-mode.el (tar-mode): Use define-derived-mode.
3869
3870 * view.el (view-mode-enable): Don't use make-local-hook.
3871
3872 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3873
3874 2001-11-16 Richard M. Stallman <rms@gnu.org>
3875
3876 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3877 if it doesn't make sense as anything else.
3878 Don't recognize a "telephone number" at the beginning of the name.
3879 (mail-extr-leading-garbage): Match non-word characters only.
3880
3881 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3882
3883 * startup.el (command-line-processed): Doc fix.
3884
3885 * apropos.el (apropos-next-label-button): Doc fix.
3886
3887 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3888
3889 * comint.el (comint-mode): Simplify.
3890 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3891
3892 * subr.el (eval-after-load): Make it work with features as well.
3893
3894 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3895
3896 * international/mule-cmds.el (describe-input-method): Setup xref.
3897 (set-language-environment): Use functionp.
3898 (locale-language-names, locale-charset-language-names)
3899 (locale-preferred-coding-systems): Defconst and purecopy.
3900
3901 * language/european.el (mac-roman): Add mime-charset property.
3902
3903 2001-11-15 Richard M. Stallman <rms@gnu.org>
3904
3905 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3906 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3907 to get better doc strings.
3908
3909 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3910
3911 * derived.el: Fix autoload cookie.
3912
3913 2001-11-15 Richard M. Stallman <rms@gnu.org>
3914
3915 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3916
3917 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3918
3919 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3920
3921 2001-11-15 Richard M. Stallman <rms@gnu.org>
3922
3923 * dired.el (dired-undo): Display a message to explain
3924 that this does not undo file system changes.
3925
3926 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
3927
3928 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3929 into `unread-command-events' instead of trying keymap
3930 lookups ourselves. This makes mouse-clicks do the right
3931 thing even when keymaps of overlays are involved.
3932 (mouse-drag-drag): Likewise.
3933
3934 2001-11-15 Andreas Schwab <schwab@suse.de>
3935
3936 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3937 characters and append anchor to pattern added to auto-mode-alist.
3938
3939 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3940
3941 * server.el (server-process-filter): Run pore/post-comment-hook
3942 before/after visiting the file.
3943
3944 * info-look.el (makefile-mode): Add info for automake.
3945 (autoconf-mode): Fix the name of the index for automake.
3946
3947 * international/latin-9.el: Give pilcrow punctuation syntax.
3948
3949 2001-11-15 Andre Spiegel <spiegel@gnu.org>
3950
3951 * vc.el: Documentation fixes.
3952
3953 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3954
3955 * smerge-mode.el (smerge-match-conflict): Fix typo.
3956 (smerge-diff): Be careful to read match-data early enough.
3957
3958 2001-11-14 Colin Walters <walters@verbum.org>
3959
3960 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3961 (calcFunc-subst): Use `defalias' instead of `fset' and
3962 `symbol-function'.
3963
3964 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3965 (calcFunc-ceil, calcFunc-round): Ditto.
3966
3967 * calc/calc-bin.el (calcFunc-clip): Ditto.
3968
3969 * calc/calc-ext.el (calcFunc-evalv): Ditto.
3970
3971 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3972
3973 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3974 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3975
3976 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3977
3978 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3979 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3980 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3981 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3982 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3983 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3984 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3985 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3986 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3987 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3988 * calcsel2.el: Style cleanup; don't put closing parens on their
3989 own line, add "foo.el ends here" to each file, and update
3990 copyright date.
3991
3992 * README: Update maintainer.
3993
3994 2001-11-13 Richard M. Stallman <rms@gnu.org>
3995
3996 * progmodes/compile.el (recompile): Use compilation-arguments if
3997 set, so as to be able to M-x recompile the exact command which
3998 created a compilation-mode buffer.
3999
4000 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4001
4002 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4003
4004 * mouse.el (mouse-drag-region): Don't run the up-event
4005 handler if window start changed due to the down-mouse event.
4006
4007 2001-11-13 Richard M. Stallman <rms@gnu.org>
4008
4009 * mouse.el (mouse-show-mark): Either move point to the mark
4010 or use highlighting, never both.
4011 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4012
4013 2001-11-13 Simon Josefsson <jas@extundo.com>
4014
4015 * mail/smtpmail.el (top-level): Change maintainer to Simon
4016 Josefsson, cleanup the smtpmail.el header.
4017
4018 * mail/smtpmail.el (top-level): Don't require cl or base64.
4019 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4020 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4021 Defsubst instead of defmacro.
4022 (smtpmail-intersection): Return value in reverse order.
4023 (smtpmail-open-stream): Use stringp instead of string-to-list.
4024 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4025 separated from smtpmail-via-smtp.
4026
4027 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4028 rfc2104. Require base64 and cl.
4029 (smtpmail-smtp-service): Doc fix. :type fix.
4030 (smtpmail-debug-info): Doc fix.
4031 (smtpmail-debug-verb, smtpmail-auth-credentials)
4032 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4033 New variables.
4034 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4035 mail-utils (it is autoloaded).
4036 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4037 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4038 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4039 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4040 (smtpmail-via-smtp): Support AUTH.
4041 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4042
4043 2001-11-13 Richard M. Stallman <rms@gnu.org>
4044
4045 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4046 (electric-buffer-overlay): New variable.
4047 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4048 (electric-buffer-list): Likewise.
4049
4050 * isearch.el (isearch-whitespace-chars): Doc fix.
4051 (isearch-mode): Handle negative search-slow-window-lines correctly.
4052
4053 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4054
4055 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4056
4057 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4058 From Emmanuel Briot <briot@act-europe.fr>.
4059
4060 2001-11-13 Colin Walters <walters@debian.org>
4061
4062 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4063
4064 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4065 "~/.emacs"; use `read-file-name'.
4066
4067 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4068 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4069 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4070 * calc/calc.el: Use `frame-width' instead of `screen-width',
4071 `frame-height' instead of `screen-height', and,
4072 `executing-kbd-macro' instead of `executing-macro'.
4073
4074 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4075 correct number of arguments.
4076
4077 * calc/calc-aent.el (calc-do-alg-entry):
4078 Use `blink-paren-function' instead of `blink-paren-hook'.
4079
4080 2001-11-12 Richard M. Stallman <rms@gnu.org>
4081
4082 * calendar/todo-mode.el (todo-save): Add save-excursion
4083 and save-restriction.
4084
4085 * server.el (server-edit, server-done): Doc fix.
4086
4087 * simple.el (clone-indirect-buffer): Error if major mode symbol
4088 has a no-clone-indirect property.
4089 (clone-buffer): Check for obvious errors before reading clone name.
4090
4091 * info.el (Info-mode): Add a no-clone-indirect property.
4092
4093 2001-11-12 Sam Steingold <sds@gnu.org>
4094
4095 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4096 set-buffer-modified-p to nil after `vc-exec-after'.
4097 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4098 (log-view-mode): Make read-only.
4099 (log-view-current-file): Do final `expand-file-name' in the
4100 current `default-directory'.
4101 (log-view-current-tag): Take an optional `where' arg.
4102 (log-view-diff): New user command.
4103
4104 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4105
4106 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4107
4108 2001-11-12 Sam Steingold <sds@gnu.org>
4109
4110 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4111 `generic-flet', `generic-labels', `with-accessors',
4112 `with-condition-restarts'.
4113
4114 2001-11-12 Richard M. Stallman <rms@gnu.org>
4115
4116 * dired.el: Many trivial doc fixes.
4117 (dired-get-file-for-visit): New function.
4118 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4119 (dired-view-file, dired-find-file-other-window, dired-display-file):
4120 (dired-find-file): Use dired-get-file-for-visit.
4121
4122 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4123
4124 * sql.el (sql-mode): Doc change.
4125
4126 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4127 escape character.
4128
4129 2001-11-12 Colin Walters <walters@debian.org>
4130
4131 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4132 (calc-do-keypad): Don't attempt to use nonexistent global
4133 mouse-map, use calc-keypad-map.
4134 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4135 (calc-keypad-left-click): Don't use mouse-map; update to new event
4136 interface.
4137 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4138 (calc-keypad-press): Use `unread-command-events' instead of
4139 `unread-command-char'.
4140
4141 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4142 to match files renamed on initial calc import.
4143
4144 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4145
4146 * textmodes/flyspell.el (flyspell-default-dictionary):
4147 Fix previous change.
4148
4149 2001-11-12 Richard M. Stallman <rms@gnu.org>
4150
4151 * textmodes/flyspell.el (flyspell-default-dictionary):
4152 Fix custom type.
4153
4154 2001-11-11 Richard M. Stallman <rms@gnu.org>
4155
4156 * calendar/solar.el (solar-sunrise-and-sunset):
4157 Exchange the two extreme values of day-length.
4158
4159 * progmodes/sh-script.el (sh-must-be-shell-mode):
4160 Allow modes derived from sh-mode.
4161
4162 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4163 Turn off error in some re-search-forward calls.
4164
4165 * replace.el (query-replace-skip-read-only): New variable.
4166 (perform-replace): If that variable is non-nil, ignore matches
4167 that have a read-only property.
4168
4169 * derived.el (define-derived-mode): Doc fix.
4170
4171 * server.el (server-buffer-done): Test of server-existing-buffer
4172 was backwards.
4173 (server-existing-buffer): Doc fix.
4174
4175 * textmodes/flyspell.el (flyspell-default-dictionary):
4176 Allow nil as value, and make nil the default.
4177
4178 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4181 it is not fboundp.
4182 (clipboard-yank): Ditto.
4183
4184 2001-11-11 Colin Walters <walters@verbum.org>
4185
4186 The following changes are based on patches from
4187 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4188 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4189
4190 * calc/calc.el (toplevel): Require calc-macs.
4191 (calc-minibuffer-size): New.
4192 (calcDigit-nondigit): Use it instead of `buffer-size'.
4193 (calcDigit-backspace): Likewise.
4194 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4195 `buffer-string'.
4196 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4197 `point-min'.
4198 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4199 `save-excursion'.
4200
4201 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4202 simple `setq' form.
4203
4204 * calc/calc-ext.el: (toplevel): Require calc.
4205 (calc-fancy-prefix-map): New.
4206 (calc-fancy-prefix): Use it.
4207 (calc-fancy-prefix-other-key): New.
4208
4209 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4210 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4211 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4212 (calcAlg-enter): Likewise.
4213 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4214
4215 2001-11-10 Richard M. Stallman <rms@gnu.org>
4216
4217 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4218 (quietly-read-abbrev-file): Doc fix.
4219
4220 * startup.el (command-line): Read standard abbrev
4221 file (abbrev-file-name), if it exists.
4222
4223 * files.el (save-abbrevs): Default value is t.
4224
4225 * progmodes/compile.el (compile-goto-error): Fix previous change
4226 in the case where subsequent errors have not been parsed yet
4227 because they are in a different source file.
4228
4229 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4230
4231 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4232 Merge two regular expressions into one.
4233 (ps-mode): Make local bindings for `comment-start' and
4234 `comment-start-skip'.
4235 (ps-mode-looking-at-nested): Simplify an if-else construct;
4236 use `set-match-data' to set the result.
4237
4238 2001-11-10 Richard M. Stallman <rms@gnu.org>
4239
4240 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4241 Function deleted.
4242 (flyspell-correct-word): Old definition deleted.
4243 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4244 All references renamed too.
4245
4246 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4247
4248 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4249
4250 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4251
4252 * wid-edit.el (checklist): Removed `:menu-tag'.
4253 (radio-button-choice): Ditto.
4254 (editable-list): Ditto.
4255
4256 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4257
4258 * play/gomoku.el: Move definitions of constants to the beginning
4259 of file, before their use.
4260
4261 2001-11-09 Richard M. Stallman <rms@gnu.org>
4262
4263 * textmodes/flyspell.el: Use the keymap property
4264 instead of local-map, and don't use a minor-mode map.
4265 (flyspell-mode-map): Variable deleted.
4266 Don't mess with minor-mode-map-alist.
4267 (calling add-minor-mode): Specify nil for keymap.
4268 And always use add-minor-mode, now that it exists.
4269 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4270 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4271 or flyspell-local-mouse-map.
4272 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4273 (flyspell-mode): Doc fix.
4274 (flyspell-mode-on): Don't call make-local-hook.
4275
4276 2001-11-09 Sam Steingold <sds@gnu.org>
4277
4278 * emacs-lisp/debug.el (debugger-make-xrefs):
4279 Add buttons to all symbols.
4280
4281 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4282
4283 * vc.el: Add John David Smith to credits.
4284
4285 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4286
4287 * vc-hooks.el (vc-error-occured): Backquotified.
4288 (vc-file-prop-obarray): Use prime length for better efficiency.
4289
4290 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4291
4292 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4293
4294 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4295
4296 2001-11-09 Miles Bader <miles@gnu.org>
4297
4298 * subr.el (functionp): Don't consider macros as functions.
4299
4300 2001-11-08 Miles Bader <miles@gnu.org>
4301
4302 * subr.el (functionp): Make work correctly for macros and unbound
4303 symbols.
4304
4305 * comint.el (comint-send-input): Fix description of
4306 `comint-process-echoes' in the doc-string.
4307
4308 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * international/mule.el (make-translation-table): Doc fix.
4311 Suggested by Alex Schroeder <alex@gnu.org>.
4312
4313 2001-11-07 Richard M. Stallman <rms@gnu.org>
4314
4315 * info.el (Info-fontify-node): Highlight every third menu item.
4316
4317 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4318
4319 * cus-edit.el (custom-face-value-create): Don't ignore the
4320 `customized-face' attribute when finding the current face spec.
4321
4322 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4323
4324 * subr.el (with-local-quit): New macro.
4325 (make-syntax-table): Always inherit.
4326 (functionp): Be more careful when `object' is a symbol.
4327
4328 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4329
4330 2001-11-07 Paul Eggert <eggert@twinsun.com>
4331
4332 * dired.el (dired-move-to-filename-regexp):
4333 Do not distinguish between ASCII letters and non-ASCII characters.
4334 Don't allow comma except in the form "month day, year".
4335 Don't allow space between month name and comma.
4336 Clean up the code that checks for trailing period, comma, and space.
4337 Remove now-obsolete comments, and add more commentary about
4338 Japanese dates.
4339 Always gobble up trailing spaces, instead of doing it only sometimes.
4340
4341 2001-11-07 Miles Bader <miles@gnu.org>
4342
4343 * paren.el (show-paren-match-face): Add dark-background variant.
4344
4345 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4346
4347 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4348 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4349 Don't disable adaptive-fill-mode.
4350 (lisp-fill-paragraph): Use tab-width rather than 8.
4351 Prevent filling the first line of docstrings.
4352
4353 2001-11-06 Richard M. Stallman <rms@gnu.org>
4354
4355 * play/gomoku.el (gomoku): Doc fix.
4356
4357 * jka-compr.el (jka-compr-partial-uncompress):
4358 Support an alternative of not using dd.
4359 (jka-compr-dd-program): Use defcustom to define this.
4360 (jka-compr-load-suffixes): Use defcustom.
4361 (jka-compr-mode-alist-additions): Use defcustom.
4362
4363 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4364
4365 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4366 Also work when LIMIT is further than the end of line.
4367
4368 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * international/quail.el (quail-update-leim-list-file): Print the
4371 offending file name if some of its quail-define-package forms is broken.
4372
4373 2001-11-05 Richard M. Stallman <rms@gnu.org>
4374
4375 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4376 of the evaluated form.
4377
4378 2001-11-05 Paul Eggert <eggert@twinsun.com>
4379
4380 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4381 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4382 stamps always line up by default. Also, it uses a slightly
4383 different window to determine whether files are "recent".
4384
4385 2001-11-05 Andrew Innes <andrewi@gnu.org>
4386
4387 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4388 Don't attempt to remake autoloads before nuking .elc files.
4389
4390 2001-11-04 Richard M. Stallman <rms@gnu.org>
4391
4392 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4393 previous-single-property-change or next-single-char-property-change
4394 returns nil.
4395
4396 * international/mule-cmds.el (set-locale-environment):
4397 Make it interactive; make arg optional.
4398
4399 * international/mule-diag.el (help-funs): Require help-funs.
4400
4401 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4404
4405 2001-11-04 Miles Bader <miles@gnu.org>
4406
4407 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4408 shadow of the splash image grey on a dark background instead of black.
4409
4410 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * term.el (all faces): Don't (copy-face 'default <foo>).
4413
4414 * term/xterm.el (function-key-map):
4415 Add entry for `ESC [ 3 ~' -> <delete>
4416 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4417 Use inheritance so that .emacs and terminfo take precedence.
4418
4419 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 * tooltip.el (tooltip-delay): Decrease to 0.7.
4422 (tooltip-hide-delay): Enlarge to 10.
4423
4424 2001-11-03 Richard M. Stallman <rms@gnu.org>
4425
4426 * startup.el (fancy-splash-tail): Explain how to recover
4427 from a crash, if there was a crash.
4428 (command-line-1): Reorganize display of startup screen,
4429 to simplify the logic. Use a temp buffer for it.
4430
4431 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4432
4433 * frame.el (set-background-color, set-foreground-color):
4434 Call face-set-after-frame-default, to propagate the new colors to
4435 the frame's parameters alist.
4436
4437 * calendar/timeclock.el (timeclock-out): Signal an error if
4438 timeclock-last-event is nil.
4439
4440 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4441
4442 * textmodes/fill.el (fill-context-prefix): Fix braino.
4443
4444 * international/quail.el (quail-help):
4445 Use `help-buffer' and move `help-setup-xref' to beginning.
4446
4447 * international/mule-cmds.el (describe-language-environment):
4448 Use `help-buffer' and move `help-setup-xref' to beginning.
4449
4450 * international/mule-diag.el (list-character-sets)
4451 (sort-listed-character-sets, describe-character-set)
4452 (describe-coding-system, describe-fontset, list-fontsets):
4453 Use `help-buffer' and move `help-setup-xref' to beginning.
4454 (describe-char-after): Use `internal-describe-syntax-value'.
4455
4456 2001-11-02 Richard M. Stallman <rms@gnu.org>
4457
4458 * mouse.el (popup-menu): If the user refuses to select
4459 from a menu, don't try to invoke the menu.
4460
4461 2001-11-02 Miles Bader <miles@gnu.org>
4462
4463 * help-mode.el (help-xref): New button type.
4464 (help-function, help-variable, help-face, help-coding-system)
4465 (help-input-method, help-character-set, help-type, help-symbol)
4466 (help-back, help-info, help-customize-variable, help-customize-face)
4467 (help-function-def, help-variable-def): Use it as a supertype.
4468 Remove `action' property.
4469
4470 * international/mule-diag.el (describe-character-set)
4471 (describe-coding-system): Pass correct args to `help-xref-button'.
4472 (sort-listed-character-sets): New button type.
4473 (list-character-sets): Use it.
4474 (list-charset-chars): New button type.
4475 (list-character-sets-1): Use it.
4476
4477 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4478
4479 * indent.el (tab-always-indent, indent-for-tab-command):
4480 Remove redundant `never' setting.
4481
4482 * fill.el (fill-region-as-paragraph): Don't forget to skip
4483 over current whitespace before looking for a preceding space.
4484
4485 2001-11-01 Richard M. Stallman <rms@gnu.org>
4486
4487 * files.el (file-newest-backup): Don't pass backup file name
4488 thru file-name-sans-versions, because it never has version numbers.
4489
4490 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4491 to avoid ambiguous nested loops.
4492
4493 * files.el (find-file-noselect): Offer to change buffer-read-only
4494 only when the file's read-only status has changed from before
4495 as well as disagreeing with the buffer's current status.
4496 (buffer-file-read-only): New var, local in all buffers.
4497
4498 * buff-menu.el (buffer-menu): Doc fix.
4499 (buffer-menu-other-window): Doc fix.
4500 (list-buffers, list-buffers-noselect): Doc fix.
4501
4502 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4503
4504 * startup.el (command-line): If the terminal Emacs is running on
4505 has erase char set to ^H, use the Backspace key for deleting
4506 backward, and the Delete key for deleting forward.
4507
4508 2001-11-01 Miles Bader <miles@gnu.org>
4509
4510 * button.el (define-button-type): Make sure every user-defined
4511 button type has a supertype.
4512
4513 2001-10-31 Jason Rumney <jasonr@gnu.org>
4514
4515 * international/mule-cmds.el (locale-language-names): Add chs and
4516 cht as aliases for Chinese-GB and Chinese-BIG5.
4517
4518 2001-10-31 Richard M. Stallman <rms@gnu.org>
4519
4520 * bindings.el (mode-line-frame-identification): Add doc string.
4521 (mode-line-position, mode-line-modes): New variables.
4522 (mode-line-format): Use mode-line-position for the part
4523 that displays the position-in-buffer info.
4524 Use mode-line-modes for the part that displays major and minor modes.
4525
4526 2001-10-31 Sam Steingold <sds@gnu.org>
4527
4528 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4529 (debugger-setup-buffer): Call it.
4530 (debugger-mode-map): Bind RET and mouse-2.
4531
4532 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4533
4534 * startup.el: Document command line option --no-window-system
4535 instead of --no-windows.
4536
4537 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4538
4539 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4540
4541 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4542 (font-lock-defaults-alist): Use it.
4543 From David Ponce <david.ponce@wanadoo.fr>
4544
4545 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4546 output of `char-after'.
4547
4548 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4549
4550 * simple.el (reindent-then-newline-and-indent): Insert the newline
4551 before indenting the first line.
4552 (undo-get-state, undo-revert-to-state): New funs.
4553 (shell-command): Don't kill the buffer even if empty.
4554 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4555 (transpose-subr-end2): Remove.
4556 (transpose-subr): Add `special' arg and simplify.
4557 (transpose-subr-1): Rewrite.
4558 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4559 (rfc822-goto-eoh): Simplify.
4560
4561 2001-10-30 Richard M. Stallman <rms@gnu.org>
4562
4563 * enriched.el (enriched-face-ans): Fix previous change.
4564
4565 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4566
4567 * international/iso-acc.el (iso-accents-compose): Remove a
4568 superfluous setq.
4569
4570 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4571
4572 * buff-menu.el (list-buffers-noselect): If the buffer's name
4573 starts with a blank, but it visits a file, do show it (for files
4574 whose names start with a blank).
4575
4576 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * textmodes/fill.el (sentence-end-double-space)
4579 (sentence-end-without-period): Move to paragraphs.el.
4580 (fill-indent-according-to-mode): Change default to t.
4581 (fill-context-prefix): Simplify control-flow and use a more
4582 sophisticated merge that unifies both previous checks.
4583 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4584 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4585 (fill-nobreak-p): New fun.
4586 (fill-region-as-paragraph): Use it.
4587 Handle `fill-indent-according-to-mode' slightly differently.
4588 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4589 (fill-individual-paragraphs-citation): Fix.
4590
4591 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4592 (paragraph-start): Change default to the `text-mode' value.
4593 (sentence-end-double-space, sentence-end-without-period):
4594 Move from fill.el.
4595 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4596 rather than rebinding `paragraph-start' and `paragraph-separate'.
4597
4598 * indent.el (indent-line-function): Change default to indent-relative.
4599 (tab-always-indent): Add an `never' setting.
4600 (indent-according-to-mode): Handle `indent-relative' and
4601 `indent-relative-maybe' specially.
4602 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4603 Handle the `never' case for `tab-always-indent'.
4604 Don't call indent-according-to-mode for indent-relative' and
4605 `indent-relative-maybe'.
4606 (insert-tab): Rename `prefix-arg' to `arg'.
4607 (indent-region): Indent the first line as well.
4608 (indent-relative): Don't mark the buffer modified if the indentation
4609 is unchanged.
4610
4611 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4612 Don't set paragraph-separate. Set paragraph-start more carefully.
4613 Set indent-line-function.
4614 (paragraph-indent-text-mode): Use it and define-derived-mode.
4615 (text-mode-map): Remove the \t binding.
4616 (text-mode): Simplify now that the default is more favorable.
4617
4618 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4619
4620 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4621 If the regexp doesn't match, use a looser one.
4622 (find-variable-noselect): Add `file' argument.
4623
4624 * pcvs.el (cvs-mode-commit-hook): New hook.
4625 (cvs-mode-commit): Run it.
4626
4627 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4628
4629 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4630 (edebug-instrument-function): Use `find-function-noselect'.
4631
4632 2001-10-29 Richard M. Stallman <rms@gnu.org>
4633
4634 * term.el (term-if-emacs19): Macro deleted.
4635 Callers changed to use progn instead.
4636
4637 * frame.el (blink-cursor-mode): Doc fix.
4638
4639 * files.el (find-backup-file-name): Use make-backup-file-name.
4640
4641 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4642 window-live-p.
4643 (edebug-set-conditional-breakpoint): Unconditionally use
4644 the former Emacs >=19 definition.
4645 (edebug-mark): Define unconditionally.
4646 (edebug-eval-expression): Always call read-from-minibuffer
4647 and specify history list.
4648 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4649 edebug-set-conditional-breakpoint.
4650 (edebug-emacs-version-specific): Function deleted;
4651 do the job at top level.
4652 (edebug-emacs-19-specific): Function deleted, this is the default.
4653
4654 2001-10-29 Sam Steingold <sds@gnu.org>
4655
4656 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4657 "/cygdrive/LETTER/" pathnames.
4658
4659 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4660
4661 * faces.el (invert-face): Check for 'unspecified, not for nil,
4662 when testing whether face colors are not specified.
4663 From David.Kastrup@t-online.de (David Kastrup).
4664 (read-face-name): Doc fix.
4665 (make-face-bold, make-face-unbold, make-face-italic)
4666 (make-face-unitalic, make-face-bold-italic, invert-face):
4667 Remove trailing blank from the prompt passed to read-face-name.
4668
4669 2001-10-29 Sam Steingold <sds@gnu.org>
4670
4671 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4672 Report numbers of files skipped and failed too.
4673 (byte-compile-file): Return 'no-byte-compile for skipped files.
4674
4675 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4676
4677 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4678 and `M p'.
4679
4680 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4681
4682 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4683 as is on unread-command-events instead of `(SECOND-CHAR)'.
4684
4685 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4686
4687 * vc.el: Mention vc-*-switches in backend API documentation.
4688 (vc-annotate): Adapt doc string to recent change.
4689
4690 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4691
4692 * enriched.el (enriched-face-ans): Handle face attributes
4693 of the form `(FACE1 FACE2 ...)'.
4694
4695 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4696
4697 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4698
4699 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4700
4701 * progmodes/sql.el (sql-db2): Doc change.
4702 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4703 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4704
4705 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4706
4707 * env.el (substitute-env-vars): Don't quote argument to `rx';
4708 it's a macro.
4709
4710 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4711
4712 * cus-start.el (recursive-load-depth-limit): Added.
4713
4714 2001-10-28 Richard M. Stallman <rms@gnu.org>
4715
4716 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4717 All uses removed--assume Emacs version is >= 20.
4718
4719 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4720 by really checking that it is not version 18.
4721
4722 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4723
4724 2001-10-28 Miles Bader <miles@gnu.org>
4725
4726 * faces.el (face-attribute): Add INHERIT argument, consider face
4727 inheritance if it's non-nil.
4728 (face-attribute-merged-with): New function.
4729 (face-attribute-specified-or): New macro.
4730 (face-foreground, face-background, face-stipple): Add INHERIT
4731 argument. Use `face-attribute-specified-or'.
4732
4733 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4734
4735 * font-lock.el: Require `syntax'.
4736 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4737 Use `c-font-lock-syntactic-face-function' for c languages.
4738 (font-lock-mode): Don't unset vars when turning the mode off.
4739 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4740 (font-lock-extra-managed-props): New var.
4741 (font-lock-default-unfontify-region): Use it.
4742 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4743 Don't eval the value when there's no match.
4744 (font-lock-ppss-stats): New var.
4745 (font-lock-ppss): New fun.
4746 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4747 (font-lock-apply-highlight): Allow `highlight' to set several props.
4748 (font-lock-set-defaults): Use dolist.
4749 (font-lock-unset-defaults): Remove.
4750 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4751 Try to recognize prototypes using `foo P_ ((args))'.
4752 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4753 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4754 (c-font-lock-syntactic-face-function): New function.
4755 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4756 (c++-keywords): Use a more sophisticated regexp to handle
4757 shallowly nested templates.
4758
4759 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4760
4761 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4762 (sgml-tag): Use it. Cleanup with `cond'.
4763 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4764 Mark the overlays and only delete those that are marked.
4765 (sgml-skip-close-p): Remove.
4766 (sgml-value): Replace sgml-skip-close-p with its definition.
4767 (html-tag-alist): Use sgml-xml a bit more.
4768 (html-mode): Set sgml-empty-tags.
4769
4770 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4771 (texinfo-update-node, texinfo-sequential-node-update):
4772 Don't bind the obsolete `auto-fill-hook'.
4773 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4774 Use `set-buffer' rather than `switch-to-buffer'.
4775 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4776 Use `set-buffer' rather than `switch-to-buffer'.
4777
4778 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4779 text-mode-syntax-table.
4780 (mail-mode): Use define-derived-mode.
4781 Fix ordering of alternatives in adaptive-fill-regexp.
4782 (mail-mode-map): Don't rely on keymap's internal representation.
4783
4784 2001-10-27 Sam Steingold <sds@gnu.org>
4785
4786 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4787 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4788 (sgml-mode-common): Call it.
4789 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4790 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4791 (html-horizontal-rule, html-image, html-ordered-list):
4792 (html-unordered-list, html-list-item, html-paragraph):
4793 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4794 `html-xhtml'.
4795
4796 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4797
4798 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4799 (ifnothtml): New alias.
4800
4801 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4802
4803 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4804 (toggle-text-mode-auto-fill): Use derived-mode-p.
4805
4806 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4807
4808 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4809 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4810
4811 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4812
4813 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4814 Add make-obsolete cookies, to follow faces.el.
4815
4816 These changes avoid warnings from the byte compiler in faces.el:
4817
4818 * faces.el (internal-get-face): Use facep instead of the obsolete
4819 internal-find-face.
4820 (internal-frob-font-weight, internal-frob-font-slant):
4821 New defaliases for obsolete functions.
4822 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4823 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4824 (x-make-font-bold-italic): Use internal-frob-font-weight and
4825 internal-frob-font-slant aliases instead of the obsolete
4826 x-frob-... functions.
4827
4828 2001-10-26 Sam Steingold <sds@gnu.org>
4829
4830 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4831 DOCTYPE; set `mode-name' based on it.
4832 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4833 (sgml-tag): Close empty tags in XHTML.
4834
4835 2001-10-26 Jason Rumney <jasonr@gnu.org>
4836
4837 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4838 when UNICODE is not defined.
4839
4840 2001-10-26 Sam Steingold <sds@gnu.org>
4841
4842 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4843 be alone on the line.
4844
4845 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4846
4847 * button.el (button): Special face definition for MS-DOS terminals.
4848
4849 2001-10-26 Sam Steingold <sds@gnu.org>
4850
4851 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4852 Protect the /= test by checking that the args are non-nil.
4853 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4854
4855 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4856
4857 * textmodes/artist.el (artist-version): 1.2.4.
4858 (artist-butlast-fn): New variable.
4859 (artist-butlast): New function.
4860 (artist-ellipse-mirror-quadrant): Use it.
4861 (artist-mouse-draw-poly): Use nil for `point-list'.
4862 (artist-mouse-draw-poly): Check for point-list being nil.
4863
4864 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4865
4866 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4867 lambda expression.
4868 (ps-mode-menu-main): Submenu with options on/off was replaced with
4869 a toggle button.
4870 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4871 (ps-mode): Autoload cookie added on same line as comment
4872 (ps-mode-tabkey, ps-mode-backward-delete-char):
4873 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4874 `indent-to' with `indent-line-to'
4875 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4876 instead of `eval'.
4877 (ps-mode-print-region): Use `with-temp-buffer'.
4878 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4879 (numerous places): Add back-tick and tick around names in
4880 docstrings, fix punctuation in docstrings, remove trailing spaces.
4881
4882 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4883
4884 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4885 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4886 (sgml-font-lock-syntactic-keywords): New var.
4887 (sgml-mode-common): Drop the two args.
4888 Don't make buffer-local variables that aren't used.
4889 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4890 Don't set `before-string' props from sgml-display-text.
4891 (sgml-mode): Use define-derived-mode.
4892 (sgml-tags-invisible): Use sgml-display-text.
4893 (sgml-quote): New command.
4894 (html-tag-alist): Add args for `span'.
4895 (html-mode): Use define-derived-mode.
4896 Set sgml-display-text and sgml-tag-face-alist.
4897
4898 2001-10-25 Sam Steingold <sds@gnu.org>
4899
4900 * add-log.el (add-log-always-start-new-record): New user option.
4901 (add-change-log-entry): Use it.
4902
4903 2001-10-25 Richard M. Stallman <rms@gnu.org>
4904
4905 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4906 bind case-fold-search if FROM is not all lower case.
4907
4908 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4909
4910 * startup.el (normal-top-level): Check for frame-initial-frame
4911 only if it's really used.
4912
4913 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4914
4915 * progmodes/compile.el (compilation-parse-errors-filename-function):
4916 New variable.
4917 (compilation-parse-errors): Use it.
4918
4919 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4922 interactively so that C-u M-C-x still does edebug.
4923 (checkdoc-sentencespace-region-engine): Don't force a double-space
4924 after `.' if it doesn't look like an end-of-sentence.
4925 (debug-ignored-errors): Add `disambiguate ...'.
4926
4927 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4928
4929 * textmodes/texinfo.el (texinfo-environments)
4930 (texinfo-environment-regexp): Hoist.
4931 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4932 Only highlight the menu name in menu items.
4933 Setup `@foo ... @end foo' as text clones.
4934 (texinfo-clone-environment): New function.
4935 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4936 (texinfo-insert-block): Simplify.
4937 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4938 the command is repeated.
4939 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4940 (texinfo-insert-@end): Simplify.
4941
4942 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4943 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4944 (texinfo-subsubsection-level-regexp)
4945 (texinfo-update-menu-same-level-regexps)
4946 (texinfo-update-menu-higher-regexps)
4947 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4948
4949 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4950 (derived-mode-p): Autoload.
4951
4952 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4953 New vars and functions.
4954 (text-clone-maintain, text-clone-create): New functions.
4955
4956 2001-10-25 Miles Bader <miles@gnu.org>
4957
4958 * facemenu.el (facemenu-add-new-face): Fix variable names.
4959
4960 2001-10-24 Richard M. Stallman <rms@gnu.org>
4961
4962 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4963 of t and nil values.
4964 (facemenu-set-face): Handle START and END interactively.
4965 (facemenu-set-foreground): Don't use a face; specify color directly.
4966 (facemenu-set-background): Likewise.
4967 (facemenu-set-face-from-menu): Doc fix.
4968 (facemenu-active-faces): Use face-attribute-vector
4969 to handle bare attributes not in faces.
4970 (facemenu-get-face): Don't handle face names fg:... and bg:...
4971 specially.
4972 (facemenu-add-new-face): New argument MENU.
4973 New way to handle adding colors to the color menus.
4974
4975 * env.el (substitute-env-vars): Quote the arg to rx.
4976
4977 2001-10-24 Sam Steingold <sds@gnu.org>
4978
4979 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4980 Control" and "SGML" groups.
4981
4982 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4983
4984 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4985 Better handling of C++ template args to avoid confusion with `<'
4986 and `>' used as operators in member init expressions.
4987
4988 2001-10-24 Gerd Moellmann <gerd@gnu.org>
4989
4990 * replace.el (perform-replace): Move START and END parameters
4991 to the end of the argument list and make them optional.
4992
4993 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4994 perform-replace.
4995
4996 * international/fontset.el (x-must-resolve-font-name): New function.
4997 (x-complement-fontset-spec): Use it.
4998
4999 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5000
5001 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5002
5003 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5004 Turn caadr into caar of cdr.
5005
5006 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5007
5008 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5009 of mouse-{1,2} since dragging is on the down event.
5010
5011 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5012
5013 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5014 if ARG is nil.
5015
5016 * desktop.el (desktop-last-buffer): New variable.
5017 (desktop-create-buffer): Set it.
5018 (desktop-read): Bind it and switch to that buffer.
5019
5020 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5021
5022 * progmodes/compile.el (compilation-set-window-height):
5023 Select old window only if it's still live.
5024
5025 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5026
5027 * help-mode.el (help-buffer): Remove debugging code.
5028 From Stefan Monnier <monnier@cs.yale.edu>.
5029
5030 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5031
5032 * files.el (file-name-sans-extension, file-name-extension):
5033 Don't count the leading dots in file names as signaling an extension.
5034
5035 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5036
5037 * vc.el (vc-diff-switches): Doc rewritten.
5038
5039 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5040
5041 * tooltip.el (tooltip-set-param): Doc fix.
5042
5043 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5044 127 to sgml-maybe-name-self.
5045 (sgml-name-8bit-mode): Doc fix.
5046 (sgml-char-names-table): New variable.
5047 (sgml-name-char): Support non-ASCII and mule-unicode-*
5048 characters. Doc fix.
5049 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5050
5051 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5052 doc string the effect of `left' and `top' parameters in
5053 tooltip-frame-parameters, the default values, and the units.
5054 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5055 (tooltip-show): Mention in the doc string the `top' and `left'
5056 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5057
5058 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5059
5060 Add autoscaling support for vc-annotate.
5061 From J.D. Smith <jdsmith@alum.mit.edu>.
5062
5063 * vc.el (vc-annotate-display-default): Accept colormap scaling
5064 ratio (now deprecated).
5065 (vc-annotate-display-autoscale): Added.
5066 (vc-annotate-add-menu): New autoscaling menu options "Span to
5067 Oldest" and "Span Oldest->Newest". Easymenu support added for
5068 toggle menus driven by customize variable `vc-annotate-display-mode'.
5069 (vc-annotate-display-select): Added.
5070 (vc-annotate): Changed temp-buffer-show-function to
5071 `vc-annotate-display-select'.
5072 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5073 Added argument OFFSET. Instead of backend function, calls now
5074 generic `vc-annotate-difference'.
5075 (vc-annotate-difference): Added as generic function instead of
5076 backend-specific function. No longer takes argument POINT, but
5077 instead accepts a time OFFSET.
5078 (vc-default-annotate-current-time): Added.
5079
5080 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5081 version in vc.el, with
5082 (vc-cvs-annotate-current-time): Added, as override of default.
5083 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5084 `vc-cvs-annotate-difference'.
5085
5086 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5087
5088 * saveplace.el (save-place): Require `saveplace'.
5089
5090 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5091 Use `sexp' for :value-type instead of `face'.
5092
5093 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5094
5095 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5096 regexps due to 5-digit message IDs.
5097
5098 2001-10-21 Jason Rumney <jasonr@gnu.org>
5099
5100 * term/w32-win.el (redisplay-dont-pause): Don't set.
5101
5102 2001-10-21 Miles Bader <miles@gnu.org>
5103
5104 * help-funs.el (help-manyarg-func-alist): Variable removed.
5105
5106 2001-10-21 Miles Bader <miles@gnu.org>
5107
5108 * help-funs.el (help-manyarg-func-alist): Remove entries for
5109 `insert', `insert-and-inherit', `insert-before-markers',
5110 `insert-before-markers-and-inherit', `message', `message-box',
5111 `message-or-box', `propertize', `format', `encode-time', `append',
5112 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5113 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5114 `ml-prefix-argument-loop'.
5115
5116 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5117
5118 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5119 (vc-default-diff-tree): New functions.
5120 (vc-version-diff): Use them. As a result, coding systems are now
5121 set up properly for all sorts of diffs, and tree diffs can now
5122 also be done locally.
5123 (vc-diff): With a prefix argument, don't require that it's called
5124 from a buffer under version control.
5125 (diff-switches): Remove duplicate definition.
5126
5127 * vc-cvs.el (vc-cvs-diff-tree): New function.
5128
5129 2001-10-21 Miles Bader <miles@gnu.org>
5130
5131 * help-funs.el (help-manyarg-func-alist): Remove entries for
5132 `list', `vector', `make-byte-code', `call-process',
5133 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5134 `logand', `logior', and `logxor'.
5135
5136 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5137 image bits to compensate. Use `make-string' instead of
5138 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5139
5140 2001-10-20 Kim F. Storm <storm@cua.dk>
5141
5142 * simple.el (kill-ring-save): Don't show extent of copied region
5143 if using transient-mark-mode and region is fully visible.
5144
5145 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5146
5147 * (Version 21.1 released.)
5148
5149 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5150
5151 * files.el (auto-mode-alist): Associate .indent.pro with
5152 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5153
5154 2001-10-18 Sam Steingold <sds@gnu.org>
5155
5156 Put the *Compile-Log* buffer in `compilation-mode'.
5157 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5158 (byte-compile-log-1, byte-compile-log-file)
5159 (displaying-byte-compile-warnings): Use it
5160
5161 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5162
5163 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5164
5165 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5166
5167 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5168
5169 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5170
5171 * obsolete/hilit19.el (hilit-lookup-face-create):
5172 Call set-face-font only if display-graphic-p.
5173 (toplevel): Remove references to window-system.
5174
5175 2001-10-18 Miles Bader <miles@gnu.org>
5176
5177 * simple.el (what-line): Avoid problems with field properties.
5178
5179 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5180
5181 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5182 Define special colors for a tty.
5183
5184 2001-10-17 Francesco Potorti` <pot@gnu.org>
5185
5186 * comint.el (comint-password-prompt-regexp): Make it less
5187 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5188
5189 2001-10-17 John Wiegley <johnw@gnu.org>
5190
5191 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5192 a regular file, before checking if it is a directory or symlink.
5193 This avoids a call to eshell-file-attributes, which can be
5194 expensive in some situations.
5195
5196 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5197 customization variable, to differentiate ls-in-dired from regular
5198 uses of ls.
5199
5200 2001-10-17 Miles Bader <miles@gnu.org>
5201
5202 * custom.el (defface): Mention `:inherit' in doc-string.
5203
5204 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5205
5206 * paren.el: Update the Commentary with installation instructions.
5207
5208 2001-10-15 Dave Love <fx@gnu.org>
5209
5210 * international/mule.el (set-auto-coding): Fix regexps for local
5211 variables section not to eat newlines.
5212
5213 2001-10-15 Miles Bader <miles@gnu.org>
5214
5215 * simple.el (display-message-or-buffer): Pass the correct buffer
5216 to `display-buffer'.
5217
5218 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5221 (executable-find): Use exec-suffixes.
5222 (executable-set-magic): Don't use make-local-hook.
5223
5224 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5225
5226 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5227
5228 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5229 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5230 Add .so to the Unix and GNU branch.
5231
5232 * international/latin-1.el:
5233 * international/latin-2.el:
5234 * international/latin-3.el:
5235 * international/latin-4.el:
5236 * international/latin-5.el:
5237 * international/latin-8.el:
5238 * international/latin-9.el: Add no-byte-compile: t, since
5239 Makefile.in instructs make-docfile to look at .el files.
5240
5241 2001-10-14 Miles Bader <miles@gnu.org>
5242
5243 * button.el (define-button-type): Allow supertype property to be
5244 specified with a keyword `:supertype' too.
5245 (button-put, make-text-button): Allow button type property to be
5246 specified using the keyword `:type' too.
5247 (button-type): New function.
5248 (button): Add `button-category-symbol' property.
5249
5250 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5253 indent-new-comment-line from comment-indent-new-line.
5254
5255 * textmodes/refill.el (refill-mode):
5256 Bind DEL to backward-delete-char-untabify.
5257 Set backward-delete-char-untabify-method to `hungry'.
5258
5259 * textmodes/bib-mode.el (bib-mode):
5260 * play/gomoku.el (gomoku-mode):
5261 * textmodes/page-ext.el (pages-directory-mode):
5262 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5263
5264 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5265
5266 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5267
5268 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5269 Handle here-docs differently.
5270 (sh-font-lock-heredoc): Remove.
5271 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5272 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5273 (sh-font-lock-open-heredoc): New functions.
5274 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5275 (sh-font-lock-keywords-1): Use regexp-opt.
5276 (sh-in-comment-or-string): Use syntax-ppss.
5277 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5278 (sh-select, sh-tmp-file): Add explicit terminating \n.
5279
5280 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5281 Use with-current-buffer.
5282 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5283 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5284 filename), catch any error that occurs in `ange-ftp-cd'.
5285 If an error happened, don't bother sending `cmd' at all.
5286 Fix a parenthesis typo.
5287 (ange-ftp-write-region): Don't blindly use binary if the remote host
5288 is unix-like.
5289
5290 * play/pong.el (pong-init): Don't use make-local-hook.
5291
5292 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5293
5294 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5295 (viper-get-ex-address-subr): More precise addr for the $ marker
5296
5297 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5298
5299 * version.el (emacs-version): Bump to 21.1.50.
5300
5301 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5302
5303 * mail/mailalias.el (mail-directory-stream): Do not double
5304 variables in the lambda-list.
5305
5306 * play/gomoku.el (gomoku-init-display): Ditto.
5307
5308 * play/landmark.el (lm-init-display): Ditto.
5309
5310 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5311 (delimit-columns-rectangle-line): Ditto.
5312
5313 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5314
5315 * newcomment.el (comment-region-internal): Don't rebind
5316 invisibility_spec now that the C routines handle it correctly.
5317
5318 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5319
5320 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5321 and `same-frame'.
5322
5323 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5324
5325 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5326
5327 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5328 C-p and C-r. Remove redundant bindings from inheriting maps.
5329
5330 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5331 After 4.23 and: After 4.24:
5332 (cperl-contract-levels): Restore position.
5333 (cperl-beautify-level): Likewise.
5334 (cperl-beautify-regexp): Likewise.
5335 (cperl-commentify): Rudimental support for length=1 runs
5336 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5337 After 4.25:
5338 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5339 (imenu-example--create-perl-index): Was not enforcing
5340 syntaxification-to-the-end.
5341 (cperl-invert-if-unless): Allow `for', `foreach'.
5342 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5343 Mark qw(), m()x as indentable.
5344 (cperl-init-faces): Highlight `sysopen' too.
5345 Highlight $var in `for my $var' too.
5346 (cperl-invert-if-unless): Was leaving whitespace at end.
5347 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5348 (cperl-calculate-indent): Remove old commented out code.
5349 Support (primitive) indentation of qw(), m()x.
5350 After 4.26:
5351 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5352 q [] with intervening newlines.
5353 (cperl-autoindent-on-semi): New customization variable.
5354 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5355 (cperl-tips): Mention how to make CPerl the default mode.
5356 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5357 (cperl-outline-level): New function.
5358 (cperl-highlight-variables-indiscriminately): New customization var.
5359 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5360 From Sean Kamath <kamath@pogo.wv.tek.com>.
5361 (cperl-after-block-p): Support CHECK and INIT.
5362 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5363 From Doug MacEachern <dougm@covalent.net>.
5364 After 4.27:
5365 (cperl-find-pods-heres): Recognize \"" as a string.
5366 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5367 Allow whitespace between << and "FOO".
5368 (cperl-problems): Remove \"" and q [] with intervening newlines.
5369 Mention multiple <<EOF as unsupported.
5370 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5371 (cperl-indent-parens-as-block): New configuration variable.
5372 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5373 Use `cperl-indent-parens-as-block'.
5374 (cperl-find-pods-heres): Test for =cut without empty line instead of
5375 complaining about no =cut.
5376 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5377 (cperl-find-pods-heres): Likewise.
5378 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5379 POD could've been marked as comment already.
5380 (cperl-unwind-to-safe): Unwind before start of POD too.
5381 After 4.28:
5382 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5383 After 4.29:
5384 (x-color-defined-p): Make an extra case to peacify the warning.
5385 Toplevel: `defvar' to peacify the warnings.
5386 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5387 No -nw-compile time warnings now.
5388 (cperl-find-tags): TAGS file had too short substring-to-search.
5389 Be less verbose in non-interactive mode
5390 (imenu-example--create-perl-index): Set index-marker after name
5391 (cperl-outline-regexp): New variable.
5392 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5393 (cperl-mode): Made use `cperl-outline-regexp'.
5394 After 4.30:
5395 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5396 (cperl-outline-level): Make start-of-file same level as `package'.
5397 After 4.31:
5398 (cperl-electric-pod): `head1' and `over' electric only if empty.
5399 (cperl-unreadable-ok): New variable.
5400 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5401 on an unreadable file.
5402 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5403 on an unreadable directory.
5404
5405 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5406 Consider the text between two errors as belonging to the first error.
5407 (compilation-goto-locus): Use pop-to-buffer rather than
5408 switch-to-buffer-other-frame.
5409
5410 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5411 (awk-font-lock-syntactic-keywords): New var.
5412 (awk-mode): Use it.
5413
5414 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5415
5416 * faces.el (describe-face): Call help-setup-xref earlier.
5417
5418 * jka-compr.el (jka-compr-load-suffixes): New var.
5419 (jka-compr-install): Add its content to load-suffixes.
5420 (jka-compr-uninstall): Remove its content from load-suffixes.
5421
5422 2001-10-12 Sam Steingold <sds@gnu.org>
5423
5424 * bindings.el (completion-ignored-extensions): CL-related
5425 extensions are platform-independent.
5426
5427 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5428 asynchronous multiple file copying.
5429
5430 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5431
5432 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5433 Turn error for repeated variables into warning.
5434
5435 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5436 New function checking that lambda-list consists of non-constant
5437 symbols, that &rest and &optional are followed by variable names,
5438 that &rest VAR is the last element, and that variables aren't doubled.
5439 (byte-compile-lambda): Use it.
5440
5441 2001-10-12 Eli Barzilay <eli@barzilay.org>
5442
5443 * calculator.el (calculator-eng-display): Don't call concat
5444 with an integer argument.
5445
5446 2001-10-12 Miles Bader <miles@gnu.org>
5447
5448 * help-mode.el (help-customize-face): New button-type.
5449
5450 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5451 (describe-face): Fix args to `help-xref-button'.
5452 Don't switch to help-buffer around call to `help-setup-xref'.
5453 Use `help-buffer' instead of hard-wired "*Help*".
5454 Require `help-mode'.
5455
5456 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5457
5458 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5459
5460 * help-mode.el (help-buffer): New function.
5461 Returns the buffer-name to use for help output.
5462 Change all the code to use it instead of hard-coding *Help*.
5463 (help-mode-map): Put back the mouse-2 binding.
5464 (help-xref-stack): Change the format and make buffer-local.
5465 (help-xref-stack-item): Make buffer-local.
5466 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5467 (help-xref-interned): Display the face doc as well.
5468 (help-follow-mouse): Re-introduce.
5469 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5470 (help-do-xref): Don't `push' any more.
5471 (help-follow): Also follow face names.
5472
5473 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5474 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5475 Autoload and cleanup.
5476 (describe-function): Call help-setup-xref.
5477 (describe-variable): Call help-setup-xref earlier.
5478
5479 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5480 (view-lossage): Call help-setup-xref correctly and earlier.
5481 (describe-bindings): Call help-setup-xref earlier.
5482 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5483 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5484
5485 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5486
5487 * master.el (master-mode): Use define-minor-mode instead of
5488 easy-mmode-define-minor-mode. Add autload cookie.
5489 (Commentary): Remove the line showing how to autoload master-mode,
5490 since it's always autoloaded.
5491
5492 * master.el: New file.
5493
5494 2001-10-11 Dave Love <fx@gnu.org>
5495
5496 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5497 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5498 <const-C varset-X const-C>: Fix car/cdr typo.
5499
5500 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5501
5502 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5503 New function extracted from byte-compile-log-1.
5504 (byte-compile-log-1): Change output to be more in line with
5505 the output of other GNU tools.
5506 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5507 (byte-compile-report-error): Downcase error message.
5508 Use `error' instead of `!!' for error messages.
5509 (byte-compile-print-syms): Treat non-interactive case specially.
5510 (displaying-byte-compile-warnings): Use backquote.
5511 (byte-compile-from-buffer): Bind byte-compile-last-line.
5512 (batch-byte-compile): Remove `Done' message.
5513
5514 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * emacs-lisp/copyright.el (copyright): Add final \n.
5517
5518 2001-10-11 Miles Bader <miles@gnu.org>
5519
5520 * diff.el (diff): Display default values in prompts as
5521 `(default ...)', not `(...)'.
5522
5523 * info.el (Info-follow-reference): Likewise.
5524
5525 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5528
5529 * newcomment.el (comment-indent): Be a little more robust in case
5530 comment-indent-function does funny things.
5531 (comment-normalize-vars): Autoload.
5532 (comment-region-internal): Fiddle with the visibility spec.
5533 (comment-valid-prefix): New function.
5534 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5535 that would turn comment-text into non-comment-text.
5536
5537 * emacs-lisp/syntax.el: New file.
5538
5539 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5540 compatibility cruft.
5541 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5542 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5543 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5544 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5545 tcl-submit-bug-report.
5546 (tcl-mode-syntax-table): Leave \f alone.
5547 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5548 tcl-end-of-defun, tcl-submit-bug-report.
5549 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5550 (tcl-add-emacs-menu): Remove.
5551 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5552 (tcl-keyword-list): Add `chain'.
5553 (tcl-font-lock-syntactic-keywords): New variable.
5554 (tcl-pps-has-arg-6): Remove.
5555 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5556 (tcl-internal-mark-defun): Remove.
5557 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5558 (tcl-mode): Use define-derived-mode. Simplify.
5559 Set comment-indent-function.
5560 (tcl-indent-command): Use line-beginning-position and comment-indent.
5561 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5562 (tcl-indent-line): Use tcl-calculate-indent.
5563 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5564 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5565 (tcl-filter): Use with-current-buffer, simplify.
5566 (inferior-tcl-mode): Use define-derived-mode.
5567 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5568 (tcl-simple-in-comment, tcl-in-comment): Removed.
5569 (tcl-files-alist): New function.
5570 (tcl-help-snarf-commands): Use it and return the result directly
5571 rather than through a global variable.
5572 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5573 (tcl-help-on-word): Provide the default value to completing-read.
5574 (tcl-hilit): Remove.
5575 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5576 (tcl-comment-indent): New function.
5577 (tcl-submit-bug-report): Remove.
5578 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5579 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5580 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5581
5582 2001-10-10 Miles Bader <miles@gnu.org>
5583
5584 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5585 (Info-fontify-node): Don't fontify the node if it's already been done.
5586
5587 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5588
5589 * international/iso-transl.el (iso-transl-e-caret)
5590 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5591 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5592
5593 * simple.el (end-of-buffer): Fix code scrolling specially
5594 for the buffer end.
5595
5596 * startup.el (command-line-1): Bind tab-width to 8.
5597
5598 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5599
5600 * emulation/tpu-edt.el: Use defalias instead of fset for
5601 user-visible commands. From Rob Riepel
5602 <riepel@Networking.Stanford.EDU>.
5603
5604 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5605
5606 * ruler-mode.el: New file.
5607
5608 2001-10-09 Miles Bader <miles@gnu.org>
5609
5610 * apropos.el (button): New require.
5611
5612 * help-funs.el: New file, contents mostly from `help.el'.
5613 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5614
5615 * help-mode.el: New file, contents mostly from `help.el'.
5616
5617 * help.el: Don't require `view' when compiling.
5618 (help-with-tutorial, describe-function, describe-function-1)
5619 (variable-at-point, describe-variable, locate-library):
5620 Functions moved into `help-funs.el'.
5621 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5622 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5623 (help-setup-xref, help-xref-following, help-make-xrefs)
5624 (help-xref-button, help-insert-xref-button, help-xref-interned)
5625 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5626 (help-xref-on-pp): Functions moved into `help-mode.el'
5627 (help-mode-map, help-xref-stack, help-xref-stack-item)
5628 (help-highlight-p, help-highlight-face, help-back-label)
5629 (help-xref-symbol-regexp, help-xref-mule-regexp)
5630 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5631 (help-symbol, help-back, help-info, help-customize-variable)
5632 (help-function-def, help-variable-def):
5633 Button-types moved into `help-mode.el'.
5634 (load-symbol-file-load-history, symbol-file):
5635 Functions moved into `subr.el'.
5636 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5637 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5638
5639 * subr.el (symbol-file-load-history-loaded)
5640 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5641
5642 * loadup.el ("button"): Load removed.
5643
5644 * button.el (define-button-type): Respect any `supertype' property.
5645 (button-type-subtype-p, button-has-type-p): New functions.
5646
5647 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5648 dollar-signs.
5649
5650 * comint.el (comint-insert-previous-argument): New function.
5651 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5652 (comint-insert-previous-argument-last-start-pos)
5653 (comint-insert-previous-argument-last-index): New variables.
5654
5655 * apropos.el (apropos-next-label-button): Use the presence of a
5656 `apropos-label' property to detect label buttons.
5657
5658 2001-10-08 Miles Bader <miles@gnu.org>
5659
5660 * button.el (next-button, previous-button): Remove N and WRAP
5661 parameters. Don't pay attention to `skip' properties.
5662 (forward-button): Implement wrapping, iterating, and skipping here
5663 instead.
5664 (button-activate): USE-MOUSE-ACTION is optional.
5665 (button-nop): Function removed.
5666 (default-button): Use `ignore' as default button action.
5667
5668 * apropos.el (apropos-next-label-button): Update arguments to
5669 `next-button'.
5670 (apropos-symbol): Add `skip' property.
5671 (apropos-function, apropos-macro, apropos-command)
5672 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5673 (apropos-plist): New button types.
5674 (apropos-label-properties): Variable removed.
5675 (apropos-print): Pass button-type to apropos-print-doc, rather
5676 than help function and label text.
5677 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5678 Get button label from TYPE.
5679
5680 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5681
5682 * help.el (help-mode): Use define-derived-mode.
5683 (describe-mode): Add optional `buffer' arg.
5684 Use it instead of going through help-xref-mode.
5685 Avoid doubling the word `minor' when prettifying.
5686 (describe-function-1): List the corresponding key bindings.
5687 (describe-variable): Say if the var is automatically buffer-local.
5688 If the source is `loaddefs.el', look for the real source.
5689 (help-xref-mode): Remove.
5690
5691 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5692 the file says no-byte-compile.
5693
5694 2001-10-08 Miles Bader <miles@gnu.org>
5695
5696 * button.el (next-button, previous-button): Respect `skip' property.
5697
5698 2001-10-07 Miles Bader <miles@gnu.org>
5699
5700 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5701 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5702 `woman-follow-word' instead of `woman-mouse-2'.
5703 (woman-follow-word): Renamed from `woman-mouse-2'.
5704 Follow current unconditionally, since this function is now only
5705 bound to M-mouse-2. Use accessor functions.
5706 (WoMan-highlight-references): Use `make-text-button'.
5707 (woman-xref): New button type.
5708
5709 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5710 ("button"): New load, just before "help" (which uses it).
5711
5712 * help.el (help-mode-map): Make button-buffer-map our parent.
5713 Don't bind mouse events or tab/backtab.
5714 (help-function, help-variable, help-face, help-coding-system)
5715 (help-input-method, help-character-set, help-back, help-info)
5716 (help-customize-variable, help-function-def, help-variable-def):
5717 New button types.
5718 (help-button-action): New function.
5719 (describe-function-1): Pass help button-types to
5720 `help-xref-button' rather than help function and help-echo string.
5721 Don't put multiple help-function args in a list to pass them to
5722 help-xref-button, just pass them as multiple arguments.
5723 Use `help-insert-xref-button' to make [back]-button, rather than
5724 `help-xref-button'.
5725 (help-xref-button): Take a button-type TYPE as a parameter rather
5726 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5727 and add a &rest parameter ARGS to serve the same purpose.
5728 Use `make-text-button' to add the button.
5729 (help-insert-xref-button): Use `insert-text-button' to add the button.
5730 (help-follow-mouse, help-next-ref, help-previous-ref):
5731 Functions removed.
5732 (help-do-xref): New function.
5733 (help-follow): Use `push-button' and `help-do-xref' to do most of
5734 the work.
5735
5736 * apropos.el (apropos-symbol, apropos-label): New button types.
5737 (apropos-symbol-button-display-help)
5738 (apropos-label-button-display-help, apropos-next-label-button):
5739 New functions.
5740 (apropos-mode-map): Make button-buffer-map our parent.
5741 Don't bind mouse events.
5742 (apropos-print, apropos-print-doc): Create buttons instead of text
5743 properties.
5744 (apropos-mouse-follow): Function removed.
5745 (apropos-follow): Use buttons.
5746
5747 * button.el: New file.
5748
5749 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5750
5751 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5752 Remove.
5753
5754 2001-10-05 Richard M. Stallman <rms@gnu.org>
5755
5756 * add-log.el (add-change-log-entry): Skip copyright notice
5757 and copying permission notice at start of file, if any.
5758 Make use of terms "entry" and "item" accord with Emacs manual.
5759 Simplify the logic for moving point while entering or creating
5760 an entry and then an item.
5761 (add-change-log-entry-other-window): Doc fix.
5762
5763 2001-10-06 Miles Bader <miles@gnu.org>
5764
5765 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5766 removed; they apparently don't work with faces.
5767
5768 2001-10-05 Sam Steingold <sds@gnu.org>
5769
5770 * textmodes/sgml-mode.el (html-xhtml): New user option.
5771 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5772 (html-ordered-list, html-unordered-list, html-list-item)
5773 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5774 (sgml-skip-close-p): New function.
5775 (sgml-value): Use it.
5776
5777 2001-10-05 Sam Steingold <sds@gnu.org>
5778
5779 * calendar/diary-lib.el (diary-entry-compare): When times are
5780 identical, compare the entries lexicographically.
5781
5782 2001-10-06 Miles Bader <miles@gnu.org>
5783
5784 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5785 Use `minibuffer-prompt-end'.
5786
5787 * simple.el (previous-matching-history-element): Fix misplaced
5788 parentheses.
5789
5790 2001-10-05 Miles Bader <miles@gnu.org>
5791
5792 * rfn-eshadow.el: New file.
5793
5794 2001-10-05 Miles Bader <miles@gnu.org>
5795
5796 * cus-face.el (custom-face-attributes): Make sure each attribute
5797 has a valid default value. Remove hacks that mapped `nil' to
5798 `off' and used nil to mean `unspecified'. Remove `unspecified'
5799 choices from all attributes (unspecified is handled by the parent
5800 checklist).
5801 * cus-edit.el (custom-face-edit-convert-widget)
5802 (custom-face-edit-deactivate, custom-face-edit-activate)
5803 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5804 New functions.
5805 (custom-face-edit): Specify a custom :convert-widget.
5806 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5807 Don't pass in default filters that map between `nil' and `off' and
5808 `unspecified' and `nil'.
5809
5810 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5811
5812 * progmodes/compile.el (compilation-buffer-name): New function.
5813 (compile-internal): Use it to determine the name of the
5814 compilation buffer.
5815
5816 2001-10-05 Miles Bader <miles@gnu.org>
5817
5818 * progmodes/compile.el (grep-use-null-device): New variable.
5819 (grep-command): Mention `grep-use-null-device'.
5820 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5821 Make computation of `grep-command' respect `grep-use-null-device'.
5822 (grep): Respect `grep-use-null-device'.
5823 Call `grep-compute-defaults' even if grep-command is set, if
5824 grep-use-null-device is still tentative.
5825
5826 * subr.el (call-process-shell-command): New function.
5827
5828 2001-10-05 Miles Bader <miles@gnu.org>
5829
5830 * simple.el (previous-matching-history-element)
5831 (next-history-element, next-complete-history-element): Use
5832 `minibuffer-' functions instead of calling `field-' functions directly.
5833 (minibuffer-prompt-end, minibuffer-contents):
5834 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5835 Functions removed (now subrs).
5836 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5837
5838 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5839 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5840 instead of calling `field-' functions directly.
5841 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5842
5843 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5844
5845 * files.el (find-file-noselect): If file's read-only status has
5846 changed on disk, ask if buffer's read-only status should be
5847 changed, unless NOWARN is set.
5848
5849 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5850 alias for define-setf-method.
5851
5852 * bindings.el: Remove no-byte-compile from file local variables
5853 to enable bootstrapping.
5854
5855 2001-10-04 Andrew Innes <andrewi@gnu.org>
5856
5857 * faces.el (face-font-registry-alternatives) [windows-nt]:
5858 Make gb2312 an alias for gb2312.1980.
5859
5860 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5861
5862 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5863 (uniquify-reverse-components): Remove.
5864
5865 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5866 Make sure the file is readable.
5867 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5868 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5869 (batch-byte-recompile-directory): Pass arg=0.
5870
5871 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5872 (perl-calculate-indent): Use it.
5873 (perl-backward-to-noncomment): Use forward-comment.
5874
5875 * derived.el (define-derived-mode, derived-mode-make-docstring):
5876 Allow `parent' to be nil.
5877
5878 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5879 Use define-derived-mode.
5880 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5881
5882 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5883
5884 * emacs-lisp/lselect.el: Use facep iso find-face.
5885
5886 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5887 Use regexp-opt.
5888 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5889 (lisp-font-lock-syntactic-face-function): New function.
5890 (lisp-mode-variables): Use it. Make arg optional.
5891 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5892 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5893 Set comment-start-skip.
5894
5895 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5896
5897 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5898 (ignore-errors): Don't bother using a `err' symbol.
5899
5900 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5901 (autoload-insert-section-header, autoload-before-p)
5902 (autoload-remove-section): New functions.
5903 (generate-file-autoloads): Use them.
5904 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5905 Make sure the autoload file is properly formatted when creating it.
5906 (update-autoloads-from-directories): Use them as well.
5907 Only update autoloads for files whose timestamp has changed.
5908 Add a dummy entry to remember the files which had no autoload cookies.
5909
5910 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5911
5912 * subr.el (define-key-after): Allow `key' to be longer than 1.
5913 (make-local-hook): Make obsolete.
5914 (add-hook, remove-hook): Don't use make-local-hook any more.
5915 (make-syntax-table): Inherit all chars from s-s-t.
5916
5917 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5918
5919 This is a fix for a report saying that resuming a search with C-s
5920 C-s doesn't use the case-fold-search setting of the previous
5921 search (C-s ... M-c ... then C-s C-s).
5922
5923 * isearch.el (isearch-last-case-fold-search): New variable.
5924 (isearch-mode): Remember value of isearch-case-fold-search
5925 in isearch-last-case-fold-search.
5926 (isearch-done): Quote value of isearch-case-fold-search.
5927 (isearch-repeat): When resuming a search, restore
5928 isearch-case-fold-search from isearch-last-case-fold-search.
5929
5930 Added to NEWS.
5931
5932 * startup.el (inhibit-startup-buffer-menu): New user-option.
5933 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5934 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5935
5936 This allows upto 99999 messages in the summary without screwing up
5937 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5938
5939 * mail/rmailsum.el (rmail-make-summary-line)
5940 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5941 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5942 Allow 5-digit message ids instead of 4.
5943
5944 This adds expansion of environment variables in the value
5945 specified with M-x setenv. Added to NEWS.
5946
5947 * env.el (substitute-env-vars): New function.
5948 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5949 environment variables in VALUE. Return VALUE.
5950
5951 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5952
5953 * Branch for 21.1.
5954
5955 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5958
5959 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5960
5961 * emulation/tpu-edt.el: Make messages match original TPU/edt
5962 editor. From riepel@Stanford.EDU (Rob Riepel).
5963
5964 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * rect.el: Update maintainer's email address.
5967
5968 2001-10-02 Andreas Schwab <schwab@suse.de>
5969
5970 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5971 and Extended Passive Mode, resp.
5972
5973 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 These changes add support for Calendar-related items in the
5976 menu bar on tty's as well:
5977
5978 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5979 unconditionally.
5980 (calendar-mode): Set up activate-menubar-hook unconditionally.
5981
5982 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5983 calls x-popup-menu only if popup menus are supported.
5984 (calendar-mouse-insert-hebrew-diary-entry)
5985 (calendar-mouse-insert-islamic-diary-entry)
5986 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5987 (calendar-mouse-view-other-diary-entries)
5988 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5989 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5990 Call cal-menu-x-popup-menu instead of x-popup-menu.
5991
5992 2001-10-01 Gerd Moellmann <gerd@gnu.org>
5993
5994 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5995
5996 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5997
5998 * emacs-lisp/rx.el: New file.
5999
6000 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6001
6002 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
6003
6004 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6005
6006 * frame.el (select-frame-by-name, other-frame): Doc fix.
6007
6008 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6009
6010 * play/snake.el (snake-score-file): Use temporary-file-directory
6011 instead of a literal "/tmp". Suggested by Robert
6012 <robert@chezmarshall.freeserve.co.uk>.
6013
6014 * play/tetris.el (tetris-score-file): Ditto.
6015
6016 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * apropos.el (apropos-print): Make the directions inserted at the
6019 beginning of the *Apropos* buffer more clear.
6020
6021 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
6022
6023 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6024 Added comments.
6025
6026 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6027
6028 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6029 "\\s-" when defining comment-end-skip.
6030
6031 2001-09-27 Gerd Moellmann <gerd@gnu.org>
6032
6033 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6034 Call get-buffer-window first second arg `visible'.
6035
6036 * international/mule-diag.el (list-input-methods-1):
6037 Output something that's independent of Emacs' version.
6038
6039 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6040 calling byte-to-position with a nil tar-header-offset.
6041
6042 2001-09-27 Simon Josefsson <jas@extundo.com>
6043
6044 * mail/sendmail.el (send-mail-function): Doc fix.
6045 (mail-do-fcc): Error if header-end is not a marker.
6046 (mail-do-fcc): Add a comment.
6047 (mail-reply-to): Doc fix.
6048 (mail-signature): Make ATPOINT optional.
6049 (mail-yank-original): Use cond instead of nestled if.
6050
6051 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * info.el (Info-on-current-buffer): Default arg to "Top".
6054
6055 2001-09-25 Eli Barzilay <eli@barzilay.org>
6056
6057 * calculator.el (calculator-copy-displayer): New user-option.
6058 (calculator-displayer-prev, calculator-displayer-next):
6059 Renamed from calculator-displayed-{left,right}.
6060 (calculator, calculator-standard-displayer)
6061 (calculator-num-to-string, calculator-update-display)
6062 (calculator-copy, calculator-put-value): Bug and display fixes.
6063
6064 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6065
6066 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6067 (ebnf-version): New version (3.6.1).
6068
6069 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6070 (ebnf-bnf-non-terminal-chars): New internal const.
6071 (ebnf-bnf-lex): Fix code.
6072
6073 * ebnf-iso.el: Fix character range regexp. Doc fix.
6074 (ebnf-iso-non-terminal-chars): New internal const.
6075 (ebnf-iso-lex): Fix code.
6076
6077 * ebnf-yac.el: Fix character range regexp. Doc fix.
6078 (ebnf-yac-skip-chars): New internal const.
6079 (ebnf-yac-skip-code): Fix code.
6080
6081 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6082
6083 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6084
6085 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6086 passing it to VC.
6087
6088 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6089 case where the file is relative.
6090
6091 2001-09-24 Gerd Moellmann <gerd@gnu.org>
6092
6093 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6094 same on each side. Make sure we properly handle simple quotes.
6095 From Daiki Ueno <ueno@unixuser.org>.
6096
6097 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6100 <jas@extundo.com>.
6101
6102 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6103 some items of the Options menu.
6104
6105 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6106
6107 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6108
6109 * vc-hooks.el (vc-delete-automatic-version-backups):
6110 Don't fail if the directory doesn't exist.
6111
6112 * diff-mode.el (diff-default-read-only): New var.
6113 (diff-mode): Use it.
6114
6115 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6118 Use make-keymap instead of copy-keymap, since copying the global
6119 keymap messes up the menu bar.
6120
6121 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6122 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6123
6124 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6127
6128 * dired-aux.el (dired-insert-subdir): Pass switches to
6129 dired-build-subdir-alist.
6130
6131 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6132
6133 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6134 caused %#a and %#b to be mis-formatted.
6135
6136 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6139 ccmode, emacs-mime, and eudc manuals.
6140
6141 2001-09-19 Sam Steingold <sds@gnu.org>
6142
6143 w32 find cannot be used with `grep-find'.
6144 * progmodes/compile.el (find-program): New variable.
6145 (grep-compute-defaults): Use it to set `grep-find-command'.
6146
6147 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6148
6149 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6150
6151 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6152
6153 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6154 programming. Doc fix.
6155 (ebnf-version): New version (3.6).
6156 (ebnf-eps-begin): Data fix.
6157 (ebnf-begin-file): Code fix.
6158
6159 * ebnf-bnf.el: Doc fix.
6160 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6161
6162 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6163
6164 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6165
6166 * ps-print.el: Better face mapping for black/white PostScript printers.
6167 Check if mark is active when printing a region. Doc fix.
6168 (ps-print-version): New version number (6.5.5).
6169 (ps-print-color-p): Customization fix.
6170 (ps-black-white-faces): New option.
6171 (ps-black-white-faces-alist): New internal var.
6172 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6173 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6174 (ps-nb-pages-region): Interactive fix.
6175 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6176 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6177
6178 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6179
6180 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6181 numeric month value, and allow the Kanji character after the it to
6182 be missing (happens with ls-lisp's output on Japanese versions of
6183 MS-Windows).
6184
6185 2001-09-18 Miles Bader <miles@gnu.org>
6186
6187 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6188 it's empty (and thus probably a new patch file about to be edited).
6189
6190 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6191
6192 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6193 Check for '(' in column 0 of doc string.
6194
6195 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6196 of `nth' so that using a vector as bounding-box works.
6197 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6198
6199 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6200
6201 * vc.el (vc-annotate): Use current workfile version explicitly as
6202 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6203
6204 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6205
6206 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6207 convert-standard-filename doesn't guarantee that the .el extension
6208 is preserved.
6209
6210 * dos-fns.el (convert-standard-filename): Replace invalid
6211 characters only after converting dash/underscore to a period.
6212 (original-make-auto-save-file-name): New.
6213 (make-auto-save-file-name): New function, overrides the definition
6214 on files.el and calls the original function via
6215 original-make-auto-save-file-name.
6216
6217 * mail/rmail.el (top-level): Require mule-utils when compiling.
6218 (rmail-decode-babyl-format): Use detect-coding-with-priority
6219 instead of detect-coding-region, to favor detection of emacs-mule
6220 encoded Babyl files written by rmailout.el etc. Suggested by
6221 Kenichi Handa <handa@etl.go.jp>.
6222
6223 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6224
6225 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6226 Use `equal', not `=', since the device number can be a cons cell.
6227
6228 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6229
6230 * simple.el: Comment out change of 2001-09-13.
6231
6232 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6233
6234 * progmodes/compile.el (grep-compute-defaults): Don't set
6235 grep-command/grep-find-command when it is already non-nil.
6236 (grep-command): Make it a user option.
6237 (grep-find-command): Likewise.
6238
6239 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6240
6241 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6242 inhibit quit.
6243
6244 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * files.el (make-auto-save-file-name): If long file names are not
6247 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6248 generating an auto-save file name from it.
6249
6250 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6251
6252 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6253 (ps-nb-pages-region): Signal an error if called interactively
6254 and the mark is not active.
6255
6256 * simple.el (minibuffer-prompt-modification)
6257 (minibuffer-prompt-insertion): New functions.
6258 (minibuffer-prompt-properties): Use `modification-hooks' and
6259 `insert-in-front-hooks'.
6260
6261 2001-09-12 Richard M. Stallman <rms@gnu.org>
6262
6263 * textmodes/outline.el (outline-regexp): Doc fix.
6264 Initialize it in the defcustom, the usual way.
6265
6266 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6267
6268 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6269 from `ediff-meta-info' properties need not be an overlay.
6270 From David Ponce <dponce@voila.fr>.
6271
6272 * isearch.el (isearch-intersects-p): Fix end checks.
6273
6274 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6275
6276 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6277 `t' branch of `cond', since Irix 6.1 and up is a special case of
6278 the standard dbx interface.
6279
6280 2001-09-11 Miles Bader <miles@gnu.org>
6281
6282 * comint.el (comint-send-input): When waiting for echoed input,
6283 don't save the expected end position in `echo-end', so that things
6284 work properly even if the buffer is modified elsewhere at the same
6285 time [this happens if `comint-truncate-buffer' is used].
6286
6287 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6288
6289 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6290 when constructing imenu-generic-expression from outline-regexp.
6291
6292 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6293
6294 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6295 `equal' instead of `=', since they can be cons cells. From Nils
6296 Goesche <cartan@cartan.de>.
6297
6298 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6299
6300 * vc.el (vc-annotate): Rewrote doc string.
6301
6302 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6303
6304 * time-stamp.el: Update Stephen Gildea's email address.
6305
6306 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6307
6308 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6309 enable-multibyte-characters = nil. From Hallvard B Furuseth
6310 <h.b.furuseth@usit.uio.no>.
6311
6312 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6313
6314 * ediff-init.el (ediff-highest-priority): Bug fix.
6315
6316 * viper-cmd.el (viper-special-read-and-insert-char): New function
6317 that reads a character and uses the current input method or
6318 iso-accents when appropriate.
6319
6320 * viper.el and all others: Corrections to the comment blocks at
6321 the top.
6322
6323 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * info.el (Info-goto-node): Doc fix.
6326
6327 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6328
6329 * isearch.el (isearch-intersects-p): New function.
6330 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6331 use isearch-intersects-p, and clean up.
6332
6333 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6334
6335 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6336 and "german8", for the new German orthography dictionaries,
6337 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6338 the entries, to keep the line length balanced for loaddefs.el.
6339
6340 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6341
6342 * comint.el (comint-send-input): Handle comint-process-echoes
6343 differently.
6344
6345 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6346
6347 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6348
6349 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6350
6351 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6352
6353 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6354
6355 * server.el (server-switch-buffer):
6356 * textmodes/refer.el (refer-find-entry-internal):
6357 * term/sup-mouse.el (sup-pos-to-window):
6358 * term/bg-mouse.el (bg-window-from-x-y):
6359 * emacs-lisp/edebug.el (edebug-window-live-p):
6360 Use get-window-with-predicate.
6361
6362 * window.el (get-window-with-predicate): Renamed from some-window.
6363 (some-window): Make it an alias.
6364
6365 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6366
6367 * simple.el (undo): Remove positions from buffer-undo-list up to
6368 the next undo boundary only.
6369
6370 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6373 Kim <ryk@dspwiz.com>
6374
6375 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6376 the message "Creating customization items...done".
6377
6378 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6379
6380 * font-lock.el (toplevel): Require `jit-lock' only if
6381 font-lock-support-mode is set to jit-lock-mode.
6382
6383 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6384
6385 * international/quail.el (quail-use-package, quail-inactivate)
6386 (quail-activate): Mention the hooks these functions run in their
6387 doc strings.
6388
6389 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6390
6391 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6392 of file in header of menu.
6393
6394 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6395
6396 * env.el (setenv): Interactively, if VARIABLE has a current value,
6397 add that to the front of the history, as the doc string says.
6398
6399 * comint.el (comint-send-input): Change help-echo.
6400 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6401
6402 * bookmark.el (bookmark-write-file): Bind print-length and
6403 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6404
6405 * obsolete/uncompress.el: Moved there from lisp/.
6406
6407 * comint.el (comint-insert-clicked-input): Goto point-max before
6408 deleting previous input. From "Dr Francis J. Wright"
6409 <F.J.Wright@qmw.ac.uk>.
6410
6411 * simple.el (backward-word): Doc fix.
6412
6413 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6414
6415 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6416 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6417 * w32-fns.el: Add Keywords header.
6418
6419 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6420
6421 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6422 "Text Properties". Suggested by Simon Marshall
6423 <Simon.Marshall@midas-kapiti.com>.
6424
6425 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6426
6427 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6428 consulting the value of file-name-coding-system.
6429
6430 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6431
6432 * help.el (describe-function-1): Save precomputed `file-name' rather
6433 than recomputing it (incorrectly) with `symbol-file'.
6434
6435 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6436
6437 * international/isearch-x.el (isearch-exit-recursive-edit):
6438 Take three parameters, since it's used as an after-change-function.
6439
6440 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6441 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6442 from doc strings.
6443
6444 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6445
6446 * progmodes/glasses.el (glasses-convert-to-unreadable):
6447 Consider underscores as in `glasses-make-readable'.
6448
6449 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6450
6451 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6452 MS-DOS, since cpp might not be available.
6453
6454 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6455 Mention "yank" in the help-echo text.
6456 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6457
6458 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6459
6460 * newcomment.el (comment-indent): Insert spaces more carefully.
6461
6462 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6463
6464 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6465 exists. From Andy Petrusenco <andy@int.spb.ru>.
6466
6467 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6468 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6469 <andy@int.spb.ru>.
6470
6471 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6472
6473 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6474 Instead of running mouse-yank-at-click, see what the event is
6475 bound to outside Isearch and run that.
6476
6477 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6478
6479 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6480 Fix the menu entry to mention transient-mark-mode.
6481
6482 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6483
6484 * simple.el (eval-expression-print-level): Fix last change.
6485
6486 * bindings.el (mode-line-coding-system-map): New variable.
6487 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6488
6489 * simple.el (eval-expression-print-level): Change the type
6490 of the defcustom to allow nil.
6491
6492 * emacs-lisp/find-gc.el: Moved here from lisp/.
6493
6494 * international/quail.el (quail-completion-1):
6495 Reverse the ((CHAR . DEFN) ...) list before processing it.
6496 From Kenichi Handa <handa@etl.go.jp>.
6497
6498 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6499 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6500
6501 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6502
6503 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6504 aren't supported. This avoids the annoying gray strip drawn by
6505 the Windows version instead of the missing tool bar.
6506
6507 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6508
6509 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6510 and tooltips more consistent. From "Marshall, Simon"
6511 <Simon.Marshall@midas-kapiti.com>.
6512
6513 * startup.el (fancy-splash-screens): Temporarily set
6514 minor-mode-map-alist to nil while displaying splash screens.
6515
6516 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6517
6518 * buff-menu.el: Add Keywords header.
6519 Doc fix (C-x C-b is bound to list-buffers).
6520
6521 * dired-x.el: Add keyword files to get listed in finder.
6522 Remove confusing notes about GNU Emacs 19.
6523
6524 * dired.el, dired-aux.el: Add Keywords header.
6525
6526 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6527
6528 * vc.el (vc-revert-file): Call the backend even if the FILE's
6529 contents can be reverted locally; pass new arg CONTENTS-DONE
6530 down to the backend.
6531
6532 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6533 optional arg CONTENTS-DONE.
6534
6535 2001-08-28 Andrew Innes <andrewi@gnu.org>
6536
6537 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6538
6539 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6540
6541 * makefile.nt (install): Copy more *.el files.
6542
6543 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6544
6545 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6546 instead of `w' which is already in use.
6547
6548 * gs.el (gs-load-image): Use sleep-for.
6549 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6550
6551 2001-08-28 Miles Bader <miles@gnu.org>
6552
6553 * replace.el (query-replace-regexp-eval): Return args from
6554 `interactive' form in correct order.
6555
6556 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6559 major modes, don't create panes for modes for which
6560 mouse-buffer-menu-alist returns an empty alist.
6561
6562 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6563
6564 * progmodes/hideshow.el: Update first-line description.
6565 Sync comments w/ maintainer version 5.31.
6566
6567 (hs-isearch-open): Default value now `code'.
6568 Fix docstring to use "code blocks" vs "comment blocks",
6569 as opposed to "block" vs "comment".
6570 (hs-flag-region): Accept `hs-isearch-open' value
6571 of `block' as synonymous w/ `code'.
6572 (hs-hide-block-at-point): For code blocks, pass `code'
6573 to `hs-flag-region' instead of `block'.
6574
6575 2001-08-28 Miles Bader <miles@gnu.org>
6576
6577 * comint.el (comint-next-prompt): Don't loop infinitely if
6578 {next,previous}-single-char-property-change returns its input
6579 position when the search fails.
6580
6581 2001-08-27 Miles Bader <miles@gnu.org>
6582
6583 * comint.el (comint-get-old-input-default): Don't signal an error
6584 if point is not on an input field; instead, return the current
6585 line (using `comint-bol' to skip any prompt, in case we're not
6586 using fields at all).
6587
6588 * man.el (Man-mode-line-format): Variable removed.
6589 (Man-mode): Change `mode-line-buffer-identification' instead of
6590 `mode-line-format'.
6591
6592 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6593
6594 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6595 From Simon Josefsson <jas@extundo.com>.
6596
6597 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6598
6599 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6600 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6601
6602 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6603 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6604
6605 * emacs-lisp/lselect.el: Ditto.
6606
6607 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6608 Remove periods from the end of error message strings.
6609 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6610
6611 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6612 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6613
6614 * net/telnet.el: Ditto.
6615
6616 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6617
6618 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6619 KEYMAP to the call to define-minor-mode.
6620
6621 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6622
6623 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6624 Replace some of the undefined characters with emulations of bidi
6625 formatting characters and Niqud as per SI 1311-1.
6626 (IT-unicode-translations): Ditto.
6627 (IT-display-table-setup, IT-setup-unicode-display):
6628 Fill characters without translations with dos-unsupported-char-glyph.
6629
6630 2001-08-24 Simon Josefsson <jas@extundo.com>
6631
6632 * hl-line.el (hl-line-mode): Don't be a global mode.
6633 (global-hl-line-mode): New function.
6634
6635 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6636
6637 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6638 being reset by Ghostscript. Don't kill the gs process.
6639 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6640
6641 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6642
6643 * term/mac-win.el: Require scroll-bar.
6644
6645 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6646
6647 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6648
6649 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6650
6651 * hexl.el (hexl-insert-multibyte-char) New function.
6652 (hexl-quoted-insert, hexl-self-insert-command)
6653 (hexl-insert-hex-char, hexl-insert-decimal-char)
6654 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6655 Fix the doc strings accordingly.
6656 (hexl-insert-char): Reject characters whose code is above 255.
6657 Doc fix.
6658 (hexl-mode-map): Copy the global keymap instead of creating a
6659 sparse keymap, and bind all self-inserting characters to
6660 hexl-self-insert-command.
6661
6662 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6663
6664 * wid-edit.el (text): Re-order docstring correctly.
6665
6666 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6667
6668 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6669
6670 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6671
6672 * simple.el (line-number-mode): Mention the variable
6673 line-number-display-limit-width in the doc string.
6674
6675 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6676
6677 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6678 Temporarily select EVENT's window for switching buffers.
6679 (mode-line-bury-buffer): New function.
6680 (mode-line-buffer-identification-keymap): Use it instead of
6681 bury-buffer. Bind down-mouse events to prevent global down-mouse
6682 events from shining through.
6683
6684 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6685
6686 * newcomment.el (comment-beginning): Make sure the comment-start
6687 we found isn't a comment-end (in cases where confusion is possible).
6688
6689 2001-08-22 Miles Bader <miles@gnu.org>
6690
6691 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6692 before writing it, so that hard-links don't see new version.
6693
6694 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6695
6696 * gs.el (gs-set-ghostview-colors-window-prop):
6697 Call x-change-window-property with 3rd arg FRAME.
6698 (gs-load-image): Wait for a previous Ghostscript process
6699 to complete before starting a new one.
6700
6701 * image.el (image-type-regexps): Make sure that the TIFF
6702 pattern is only matched at the beginning of a string.
6703 From Markus Rost <rost@math.ohio-state.edu>.
6704
6705 * international/swedish.el: Pre-Mule file removed. From Jonas
6706 Oberg <jonas@gnu.org>.
6707
6708 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6709
6710 * whitespace.el (whitespace-abort-on-error): Add custom variable
6711 to whitespace to abort a write-file if whitespace is detected in file.
6712
6713 * whitespace.el (whitespace-write-file-hook): Hook to be called
6714 when writing a file. If `whitespace-abort-on-error' is set, the
6715 write will abort on detecting whitespaces.
6716 If `whitespace-auto-cleanup' is set, the file will be cleaned
6717 automatically prior to writing.
6718
6719 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6720 whitespaces in the error output!
6721
6722 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6723 `indent-tabs-mode', since the latter notes user preferences on
6724 TABs anyway.
6725
6726 * whitespace.el (whitespace-version): 3.1. All of the above issues
6727 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6728
6729 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6730
6731 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6732 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6733
6734 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6735
6736 2001-08-20 Alex Schroeder <alex@gnu.org>
6737
6738 * sql.el (sql-db2): Doc change.
6739
6740 2001-08-20 Alex Schroeder <alex@gnu.org>
6741
6742 * sql.el (sql-postgres): Add the database at the end of the
6743 parameters instead of at the beginning.
6744 (sql-postgres-options): Doc change.
6745
6746 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6747
6748 * custom.el (defcustom): Doc fix.
6749
6750 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6751
6752 * ps-mule.el (find-composition): Check if (char-after POS)
6753 returns a valid character.
6754
6755 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6756
6757 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6758 original-point for extra CR characters that are added/removed when
6759 the buffer is written/read whose EOL type is -dos.
6760
6761 2001-08-16 Miles Bader <miles@gnu.org>
6762
6763 * simple.el (line-move): Undo previous change.
6764
6765 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6766 property to input-terminating `boundary' overlays to avoid
6767 line-move wierdness.
6768
6769 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6770
6771 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6772 buffer in a save-restriction. Under one test case with Ediff,
6773 window-scroll-functions are run with a window start that's
6774 temporarily outside of the restriction.
6775
6776 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6777
6778 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6779 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6780 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6781 (texinfo-update-menu-region-beginning)
6782 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6783 command, @ifnottex, to regexps, so it is found.
6784
6785 2001-08-16 Andrew Innes <andrewi@gnu.org>
6786
6787 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6788 (DONTCOMPILE): Omit sc.el.
6789
6790 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6791 (DONTCOMPILE): Omit sc.el.
6792
6793 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6794
6795 * replace.el (occur): Bind inhibit-read-only to t.
6796
6797 2001-08-16 Miles Bader <miles@gnu.org>
6798
6799 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6800 calling `constrain-to-field', to avoid problems with comint prompts.
6801
6802 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6803
6804 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6805 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6806
6807 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6808 of a while-loop.
6809
6810 * Makefile.in (DONTCOMPILE): Remove sc.el.
6811
6812 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6813 Don't include term/.
6814
6815 * mail/sc.el: Moved to obsolete/.
6816
6817 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6818
6819 * ps-print.el: Change error function arguments to follow Emacs
6820 message convention. Doc fix.
6821 (ps-print-version): New version number (6.5.4).
6822 (coding-system-for-write): Change declaration position to avoid
6823 XEmacs compilation gripes.
6824 (coding-system-for-read, buffer-file-coding-system):
6825 Declarations to avoid XEmacs compilation gripes.
6826
6827 * ps-mule.el: Doc fix.
6828 (ps-mule-encode-header-string): If STRING is not a string, replace
6829 STRING by empty string.
6830
6831 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * frame.el (show-trailing-whitespace): Doc fix.
6834
6835 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6836
6837 * desktop.el (desktop-save): Insert the coding: tag before
6838 desktop-header.
6839
6840 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6841
6842 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6843 its path from $els.
6844
6845 * image.el (image-jpeg-p): Fix call of substring.
6846
6847 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6848
6849 * play/animate.el (animate-string): Doc fix. Use a buffer
6850 name with stars in it.
6851 (animate-sequence): New function.
6852 From Richard Stallman <rms@gnu.org>.
6853
6854 * frame.el (select-frame-set-input-focus): New function
6855 extracted from other-frame.
6856 (other-frame): Use it.
6857 (next-multiframe-window, previous-multiframe-window): Use it.
6858
6859 * isearch.el (isearch-other-meta-char): Don't switch to the
6860 buffer of a window clicked on, when the current buffer is
6861 in Isearch mode.
6862
6863 * image.el (image-jpeg-p): Test for APPn markers in the range
6864 #xe0..#xef.
6865
6866 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6867
6868 * desktop.el (desktop-save): Don't use concat to form a file
6869 name, use expand-file-name.
6870
6871 * mouse.el (mouse-delete-window): Do nothing if frame has just
6872 one window.
6873
6874 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6875 for the minor mode name.
6876
6877 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6878 minor mode name.
6879
6880 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6881 instead of make-mode-line-mouse2-map.
6882
6883 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6884 the minor mode name.
6885
6886 * emacs-lisp/easy-mmode.el (define-minor-mode):
6887 Use mode-line-minor-mode-keymap for the minor mode name.
6888
6889 * calendar/calendar.el (calendar-mode-line-format):
6890 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6891
6892 * bindings.el (make-mode-line-mouse-map): Renamed from
6893 make-mode-line-mouse2-map. Take additional arg MOUSE.
6894 (mode-line-modified): Use mouse-3 instead of mouse-2.
6895 (mode-line-buffer-identification-keymap): Bind keys differently.
6896 (propertized-buffer-identification): Adapt help-echo to new bindings.
6897
6898 * bindings.el (mode-line-format): Specify help-echo for line
6899 number, column number and buffer-percent part of the mode-line.
6900
6901 * image.el (image-type-regexps): Allow whitespace at the start
6902 of the image data for XPM, XBM and Postscript, which are
6903 text files.
6904 (image-jpeg-p): Correct calculation of next field offset.
6905
6906 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6907
6908 * battery.el: Fix typo.
6909
6910 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6911
6912 * image.el (image-type-regexps): Allow predicates. Change the way
6913 JPEG images are recognized.
6914 (image-jpeg-p): New function.
6915 (image-type-from-data): Handle predicates in image-type-regexps.
6916
6917 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6918 #:, #x, #o, and similar constructs.
6919
6920 2001-08-07 Gerd Moellmann <gerd@gnu.org>
6921
6922 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6923
6924 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6925 instead of `progn'.
6926
6927 * tar-mode.el (tar-extract): Avoid generating a new buffer
6928 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6929
6930 * textmodes/paragraphs.el (forward-sentence): Avoid building
6931 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6932
6933 * progmodes/executable.el (executable-set-magic):
6934 If executable-find returns a quoted file name, unquote it before
6935 inserting it.
6936
6937 * image.el (image-type-regexps): For JPEG files, use a regexp
6938 derived from the JFIF spec.
6939
6940 * image.el (image-type-regexps): Use `\`' instead of `^' in
6941 most regular expressions.
6942
6943 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6944
6945 * play/animate.el: Re-insert a reference to re-inserted function.
6946
6947 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6948
6949 * help.el (describe-function-1): Use find-function-search-for-symbol
6950 instead of find-function-noselect because the latter follows aliases.
6951
6952 * play/animate.el (animate-birthday-present): Re-insert.
6953
6954 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6955 Handle old-style menu definitions.
6956
6957 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6958
6959 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6960 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6961
6962 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6963 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6964 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6965
6966 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6967
6968 * textmodes/tildify.el: Milan Zamazal has new address.
6969
6970 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6971
6972 * custom.el (custom-set-variables): Don't test `custom-requests'
6973 properties, check the third element of the options passed to
6974 custom-set-variables instead.
6975
6976 * info.el (info-insert-file-contents): Use info-file-exists-p
6977 instead of file-exists-p.
6978
6979 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6980 the mode-line face is restored. Fix several bugs.
6981
6982 * replace.el (perform-replace): Doc fix.
6983
6984 2001-08-02 Francesco Potorti` <pot@gnu.org>
6985
6986 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6987 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6988 (uniquify-fix-item-base, uniquify-fix-item-filename)
6989 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6990 Callers changed.
6991 (uniquify-set-proposed): Changed to work with a vector item.
6992 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6993 the fix list, and a list of strings for the non-file buffer
6994 names. Both changes reduce consing.
6995 (uniquify-rationalize-a-list): Local variable renaming.
6996 (uniquify-rationalize-conflicting-sublist): Use member instead of
6997 assoc.
6998 (uniquify-rename-buffer): Use unless instead of if not.
6999
7000 2001-08-02 Gerd Moellmann <gerd@gnu.org>
7001
7002 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7003
7004 * custom.el (custom-set-variables): Set options with :require
7005 clauses last.
7006
7007 * custom.el (defcustom): Doc fix.
7008
7009 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7010
7011 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7012
7013 * man.el (man): Mention Man-switches in the doc string.
7014 (Man-switches): Mention -a in the doc string.
7015
7016 * textmodes/ispell.el (ispell-alternate-dictionary):
7017 Add /usr/share/lib/dict/words, for Irix.
7018
7019 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7020 corresponding non-kp keys. Suggested by Stephen Gildea
7021 <gildea@stop.mail-abuse.org>.
7022
7023 2001-08-01 Francesco Potorti` <pot@gnu.org>
7024
7025 * uniquify.el: These changes correct a corner case that the old
7026 code managed correctly.
7027 (uniquify-fix-item-proposed): Renamed from
7028 uniquify-fix-item-min-proposed.
7029 (uniquify-set-proposed): New function.
7030 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7031 clarity and speed.
7032 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7033 This is equivalent to what the old code did.
7034 (uniquify-rationalize-a-list): Never recompute the proposed
7035 name. Sort the conflicting sublist before rationalising it: this
7036 is equivalent to what the old code did, but one directory element
7037 at a time, and only when necessary.
7038 (uniquify-rationalize-conflicting-sublist): Recompute here the
7039 proposed name.
7040
7041 2001-08-01 Gerd Moellmann <gerd@gnu.org>
7042
7043 * play/animate.el: Add Keywords and Maintainer. Remove a
7044 reference to a removed function.
7045
7046 * play/animate.el (animate-string): Handle case that the string is
7047 longer than the window is wide.
7048
7049 2001-07-31 Gerd Moellmann <gerd@gnu.org>
7050
7051 * desktop.el (desktop-save): Bind coding-system-for-write to
7052 `emacs-mule' for write-region.
7053
7054 * delsel.el (delete-selection-pre-hook): Don't set this-command
7055 to `ignore' if the region is empty.
7056
7057 * international/mule.el (set-keyboard-coding-system):
7058 Set keyboard-coding-system.
7059
7060 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7061 before accessing it.
7062
7063 2001-07-30 Andreas Schwab <schwab@suse.de>
7064
7065 * menu-bar.el (toggle-highlight-paren-mode):
7066 Use `(show-paren-mode)' as body.
7067
7068 2001-07-30 Andre Spiegel <spiegel@gnu.org>
7069
7070 * vc.el (vc-checkout-hook): New hook.
7071 (vc-checkout): Run it.
7072
7073 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7074
7075 * progmodes/make-mode.el (makefile-macroassign-regex):
7076 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
7077
7078 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7079
7080 * vc.el (vc-switch-backend): Fix autoload cookie.
7081
7082 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7083 the desktop file.
7084
7085 2001-07-30 Simon Josefsson <jas@extundo.com>
7086
7087 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7088 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7089
7090 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7091
7092 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7093 (last-sexp-toggle-display): Renamed from last-sexp-print.
7094 (last-sexp-toggle-display, eval-last-sexp-1):
7095 Use last-sexp-setup-props.
7096
7097 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7098 New user-options.
7099 (mouse-wheel-change-button): New function.
7100 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7101 (mwheel-scroll): Ditto.
7102
7103 2001-07-26 Gerd Moellmann <gerd@gnu.org>
7104
7105 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7106 `...', compare with unabbreviated printed representation instead.
7107 (last-sexp-print): Bind print-length and print-level to nil.
7108
7109 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7110 before assigning text properties. Make properties rear-nonsticky.
7111
7112 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7113 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7114 <mouse-2> and <RET> in that map to a function printing the
7115 unabbreviated value.
7116
7117 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7118 is a buffer, put a text property `printed-value' on the printed
7119 representation, with the Lisp object printed as value.
7120
7121 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7122
7123 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7124 Mention the effect of eval-expression-print-length and
7125 eval-expression-print-level in the doc strings. Suggested by
7126 Kevin Gallagher <kevingal@onramp.net>.
7127
7128 2001-07-25 Gerd Moellmann <gerd@gnu.org>
7129
7130 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7131 for buttons > 3.
7132 (xterm-mouse-translate): Handle the case that we don't get a
7133 down-event.
7134
7135 * emacs-lisp/find-func.el (find-function-regexp):
7136 Add easy-mmode-define-global-mode to the regexp. Allow newlines
7137 in front of the function name.
7138
7139 * isearch.el (isearch-other-meta-char): Fix last change.
7140
7141 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7142 similar events for which fake prefix keys are generated. It's no
7143 longer necessary since read_key_sequence doesn't modify these
7144 events for internal purposes anymore.
7145
7146 * files.el (auto-mode-alist): Use nroff-mode for files ending
7147 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7148
7149 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7150
7151 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7152 tool-bar-lines parameter, behave as if its value were zero.
7153 (mouse-avoidance-set-pointer-shape): Don't do anything if
7154 x-pointer-shape is not boundp.
7155
7156 2001-07-23 Francesco Potorti` <pot@gnu.org>
7157
7158 * uniquify.el: Overall speedup changes when using many buffers.
7159 (uniquify-fix-item-base, uniquify-fix-item-filename)
7160 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7161 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7162 place in the item, but was never used.
7163 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7164 in the item is now used as cache for the proposed name.
7165 (uniquify-rationalize-file-buffer-names): Move computation made on
7166 newbuffile out of the loop, in the newbuffile-nd local var.
7167 Use dolist (cosmetic change). Compute the proposed name for the most
7168 common case and cache it in the fourth place in the item.
7169 (uniquify-rationalize-file-buffer-names): Used to return a a list
7170 of buffer whose name was changed, but that return value was never used.
7171 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7172 the cached proposed name, does much less consing and is quicker.
7173 (uniquify-filename-lessp): Deleted.
7174 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7175 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7176 cached proposed name is possible.
7177 (uniquify-get-proposed-name): Arguments changed, callers changed.
7178 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7179 uniquify-possibly-resolvable flag, which is no more bound locally.
7180 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7181 flag, which does not exist any more.
7182
7183 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7184
7185 * term/internal.el (IT-unicode-translations): Fix the appearance of
7186 "6`".
7187
7188 * progmodes/compile.el (compile-internal): If EMACS is already
7189 defined in the environment, don't override its value.
7190
7191 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7192
7193 * play/fortune.el: Undo change of 2001-07-13.
7194 Fix autoload cookies. Add types to defcustoms.
7195 (fortune) <defgroup>: Add :link.
7196 (fortune-from-region): Use eq, not eql.
7197 From Dave Love <fx@gnu.org>.
7198
7199 * play/animate.el (animate-birthday-present): Function removed.
7200
7201 * play/animate.el: New file.
7202
7203 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * startup.el (normal-top-level-add-subdirs-to-load-path):
7206 On Windows, put into normal-top-level-add-subdirs-inode-list the
7207 canonicalized names of the directories instead of inode numbers.
7208
7209 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7210
7211 * ediff-util.el: Copyright years.
7212 (ediff-choose-syntax-table): New function.
7213 (ediff-setup): Use ediff-choose-syntax-table.
7214 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7215 vc-state is available.
7216 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7217
7218 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7219 with-syntax-table.
7220 (ediff-coding-system-for-read): From ediff-diff.el
7221 (ediff-coding-system-for-write): New variable.
7222 (ediff-highest-priority): Fixed the bug having to do with disappearing
7223 overlays.
7224 (ediff-file-remote-p): Use file-remote-p, if available.
7225 (ediff-listable-file): New function.
7226 (ediff-file-attributes): Use ediff-listable-file.
7227
7228 * ediff-mult.el (ediff-meta-insert-file-info1):
7229 Use ediff-listable-file.
7230
7231 * ediff-ptch.el (ediff-prompt-for-patch-file):
7232 Use ediff-coding-system-for-read.
7233 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7234
7235 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7236 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7237
7238 * ediff.el: Date of last update, copyright years.
7239
7240 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7241
7242 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7243 of Scott Bronson.
7244 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7245 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7246 Deleted functions.
7247 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7248 ex-token-list.
7249 (viper-get-ex-address-subr): Convert registers to char data type.
7250
7251 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7252 (viper-memq-char): Use viper-int-to-char.
7253 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7254 vc-locking-state.
7255 (viper-read-key): Use viper-read-key-sequence.
7256
7257 * viper.el (viper-major-mode-modifier-list):
7258 Added inferior-emacs-lisp-mode.
7259 (this-major-mode-requires-vi-state): New function that uses simple
7260 heuristics to decide if vi state is appropriate.
7261 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7262 (viper-non-hook-settings): Don't advise read-key-sequence.
7263 (viper-read-key-sequence): New function that replaces the
7264 previously used advice to read-key-sequence.
7265
7266 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7267 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7268 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7269 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7270 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7271 Got rid of the negative character hack.
7272 (viper-escape-to-state,viper-replace-state-exit-cmd):
7273 Use viper-read-key-sequence.
7274 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7275 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7276 Don't override existing minibuffer-setup-hook.
7277 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7278 Convert registers to char data type.
7279 (viper-autoindent): Use viper-indent-line.
7280
7281 * viper-keym.el: Use viper-exec-key-in-emacs.
7282
7283 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * server.el (server-visit-files): Fix variable name typo.
7286
7287 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7288
7289 * simple.el (delete-trailing-whitespace): Save match data
7290 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7291
7292 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7293
7294 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7295 return a this-error using the alternative format (a pair of markers).
7296
7297 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7298
7299 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7300
7301 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7302 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7303
7304 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7305
7306 * international/iso-transl.el: Fix typo in the header of the file.
7307
7308 * textmodes/picture.el (picture): Doc fix.
7309
7310 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7311 follow coding conventions in generated files.
7312
7313 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7314
7315 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7316 (tool-bar-add-item): Don't call image-related primitives if the
7317 display doesn't support images.
7318
7319 * frame.el (display-images-p): New function.
7320
7321 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7322
7323 * server.el (server-visit-files): Handle the case the specified
7324 column number is <= 0.
7325
7326 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7327
7328 * startup.el (command-line-1): Add support for +LINE:COLUMN
7329 command line argument.
7330
7331 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7332
7333 * server.el (server-process-filter, server-visit-files):
7334 Add support for +LINE:COLUMN style emacsclient calls.
7335
7336 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7337
7338 * emacs-lisp/easy-mmode.el: Add Keywords header.
7339
7340 * play/pong.el: Author has new address.
7341
7342 * play/landmark.el: Author is no more reachable.
7343
7344 * play/handwrite.el: Author is no more reachable.
7345
7346 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7347
7348 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7349 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7350 Complete bindings for F<1..12> keys.
7351 (global-map): Remove `undo' binding (already in the default).
7352 Replace `t<n>' bindings with `f<n>' bindings.
7353
7354 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7355
7356 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7357 (tcl-mode): Use tcl-add-log-defun.
7358 (tcl-indent-line): Use tcl-calculate-indent.
7359 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7360 (tcl-indent-exp): Renamed from indent-tcl-exp.
7361 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7362 (tcl-indent-for-comment): Call comment-indent-function properly
7363 and handle the case where it returns nil.
7364
7365 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7366
7367 * calendar/cal-islam.el (calendar-goto-islamic-date):
7368 Remove autoload cookie.
7369
7370 * calendar/calendar.el (calendar-goto-islamic-date):
7371 Add call to autoload.
7372
7373 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7374
7375 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7376 Don't change compile-auto-highlight globally.
7377 Don't bother with `font-lock-defaults' property since XEmacs
7378 also understands the `font-lock-defaults' variable.
7379 Use make-local-variable rather than make-variable-buffer-local.
7380 Don't `defconst' comment-indent-function: keep the default.
7381 Call easy-menu-add unconditionally.
7382 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7383 (ada-create-menu): Use :included for Emacs as well.
7384
7385 * vc.el (vc-do-command): Autoload.
7386
7387 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7388
7389 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7390
7391 * ps-print.el: Fix Author: header.
7392
7393 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7394
7395 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7396 mouse-1 etc., bind them to `ignore'.
7397
7398 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7399 send-invisible, which is already defined in Comint.
7400 (eshell-watch-for-password-prompt): Use it.
7401
7402 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7403
7404 * which-func.el (which-func-mode): Doc fix.
7405
7406 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7407 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7408 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7409 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7410 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7411 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7412 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7413 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7414 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7415 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7416 * emulation/edt-mapper.el, emulation/edt-pc.el,
7417 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7418 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7419 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7420 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7421 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7422 * international/isearch-x.el, international/iso-cvt.el,
7423 * international/ogonek.el, international/quail.el,
7424 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7425 * language/devanagari.el, language/ethio-util.el,
7426 * language/ethiopic.el, language/european.el, language/indian.el,
7427 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7428 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7429 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7430 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7431 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7432 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7433 * progmodes/autoconf.el, progmodes/cmacexp.el,
7434 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7435 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7436 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7437 * progmodes/ebnf2ps.el, progmodes/executable.el,
7438 * progmodes/fortran.el, progmodes/idlw-shell.el,
7439 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7440 * progmodes/m4-mode.el, progmodes/mantemp.el,
7441 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7442 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7443 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7444 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7445 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7446 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7447 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7448 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7449 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7450 * textmodes/two-column.el, time-stamp.el, timezone.el,
7451 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7452 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7453 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7454 conventions.
7455
7456 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7457
7458 * simple.el (set-variable): Require 'cus-edit' instead of
7459 `wid-edit', so that the Custom widgets get defined.
7460
7461 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7462
7463 * allout.el: A fix to follow coding conventions.
7464
7465 * find-lisp.el: A fix to follow coding conventions.
7466
7467 * term/w32-win.el: A fix to follow coding conventions.
7468
7469 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7470
7471 * term/xterm.el: A fix to follow coding conventions.
7472
7473 * term/news.el: A fix to follow coding conventions.
7474
7475 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7476 header line fixed.
7477
7478 * sun-curs.el: Fix Maintainer: header line.
7479
7480 * emacs-lisp/easymenu.el: Address of the author added.
7481
7482 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7483
7484 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7485 property.
7486
7487 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7488
7489 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7490 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7491 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7492 Some fixes to follow coding conventions.
7493
7494 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7495
7496 * which-func.el (which-func-mode): Doc fix.
7497
7498 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7499
7500 * net/rcompile.el (remote-compile): Use make-local-variable.
7501
7502 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7503
7504 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7505
7506 * mail/reporter.el (reporter-submit-bug-report):
7507 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7508
7509 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7510
7511 * calendar/cal-china.el, calendar/cal-coptic.el,
7512 * calendar/cal-dst.el, calendar/cal-french.el,
7513 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7514 * calendar/cal-iso.el, calendar/cal-julian.el,
7515 * calendar/cal-mayan.el, calendar/cal-persia.el,
7516 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7517 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7518 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7519 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7520 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7521 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7522 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7523 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7524 * progmodes/ada-xref.el, progmodes/cc-align.el,
7525 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7526 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7527 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7528 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7529 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7530 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7531 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7532 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7533 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7534 * textmodes/reftex.el: Some fixes to follow coding
7535 conventions in Elisp files with known maintainers.
7536
7537 * emulation/viper.el: A fix to follow coding conventions.
7538
7539 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7540 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7541 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7542 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7543 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7544 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7545 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7546 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7547 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7548 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7549 conventions in Elisp files.
7550
7551 * composite.el, diff.el, emacs-lisp/levents.el,
7552 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7553 * emulation/pc-mode.el, emulation/viper-cmd.el,
7554 * emulation/viper-ex.el, emulation/viper-init.el,
7555 * emulation/viper-keym.el, emulation/viper-macs.el,
7556 * emulation/viper-mous.el, emulation/viper-util.el,
7557 * emulation/viper.el, forms-pass.el, international/ccl.el,
7558 * international/characters.el, international/encoded-kb.el,
7559 * international/fontset.el, international/ja-dic-cnv.el,
7560 * international/ja-dic-utl.el, international/kinsoku.el,
7561 * international/kkc.el, international/mule-cmds.el,
7562 * international/mule-diag.el, international/mule-util.el,
7563 * international/mule.el, international/titdic-cnv.el,
7564 * language/china-util.el, language/chinese.el,
7565 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7566 * language/greek.el, language/hebrew.el, language/japan-util.el,
7567 * language/japanese.el, language/korea-util.el, language/korean.el,
7568 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7569 * language/slovak.el, language/thai-util.el, language/thai.el,
7570 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7571 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7572 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7573 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7574 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7575 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7576 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7577 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7578 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7579 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7580 to follow coding conventions in files without maintainer or in files
7581 with clear maintainer (but without Maintainer header stating so).
7582
7583 * emacs-lisp/elp.el: A fix to follow coding conventions.
7584
7585 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7586 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7587 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7588 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7589 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7590 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7591 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7592 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7593 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7594 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7595 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7596 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7597 conventions in files from Gnus.
7598
7599 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7600 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7601 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7602 * echistory.el, electric.el, emacs-lisp/authors.el,
7603 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7604 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7605 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7606 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7607 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7608 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7609 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7610 * international/codepage.el, international/iso-ascii.el,
7611 * international/iso-insert.el, international/iso-transl.el,
7612 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7613 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7614 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7615 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7616 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7617 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7618 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7619 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7620 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7621 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7622 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7623 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7624 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7625 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7626 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7627 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7628 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7629 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7630 * textmodes/tex-mode.el, textmodes/text-mode.el,
7631 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7632 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7633 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7634 files maintained by FSF.
7635
7636 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7637
7638 * arc-mode.el: A fix to follow coding conventions.
7639
7640 * bindings.el: Ditto.
7641
7642 * cdl.el: Ditto.
7643
7644 * comint.el: Ditto.
7645
7646 * cus-start.el: Ditto.
7647
7648 * shell.el: Ditto.
7649
7650 * skeleton.el: Ditto.
7651
7652 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7653
7654 * info.el (Info-build-node-completions):
7655 Make Info-current-file-completions buffer local.
7656
7657 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7658
7659 * which-func.el (which-func-mode, which-func-ff-hook)
7660 (which-function-mode): Remove references to which-func-mode-global.
7661
7662 * calendar/cal-islam.el (calendar-goto-islamic-date):
7663 Add autoload cookie.
7664
7665 * play/fortune.el: Add types to defcustoms.
7666
7667 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7668
7669 * language/czech.el: A fix to follow coding conventions.
7670
7671 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7672
7673 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7674 to the extension list, for antlr-mode. From Christoph Wedler
7675 <Christoph.Wedler@sap.com>.
7676
7677 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7678
7679 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7680 (vc-dired-mode-map): Fix the madness.
7681
7682 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7683 (vc-prefix-map): Moved back from vc.el.
7684
7685 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7686
7687 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7688 Increase the size of the obarray.
7689 (mail-extr-all-top-level-domains): Add more toplevel domains,
7690 add more long names.
7691 From: Per Starback <starback@ling.uu.se>.
7692
7693 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7694
7695 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7696 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7697
7698 * progmodes/ada-mode.el: Ditto.
7699
7700 * progmodes/ada-xref.el: Ditto.
7701
7702 2001-07-11 Miles Bader <miles@gnu.org>
7703
7704 * finder.el (finder-insert-at-column): Also move to the next line
7705 if exactly at COLUMN.
7706
7707 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7708
7709 * help.el (describe-function-1): When printing FUNCTION's
7710 documentation, don't assume FUNCTION is a symbol.
7711
7712 * startup.el (normal-top-level): Don't operate on the initial
7713 frame if we failed to create one.
7714
7715 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7716
7717 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7718 itself, i.e. only indent the contents in it.
7719
7720 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7721
7722 * mail/rmail.el (rmail-show-message): Show beginning of message in
7723 all windows containing it.
7724
7725 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7726
7727 * term/tty-colors.el: Fix the header line and copyright years.
7728
7729 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7730
7731 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7732 original definition has an interactive form, but is Elp
7733 instrumented, use the interactive form of the function called by
7734 elp-wrapper.
7735
7736 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7737 configurations with compare-window-configuration; they aren't
7738 window configurations.
7739
7740 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7741 from the server for the format we expect. Don't use it if it
7742 doesn't look like what the Internet draft for FTP extensions specifies.
7743
7744 * toolbar/*.pbm: Cleaned up.
7745 From Luis Fernandes <elf@ee.ryerson.ca>.
7746
7747 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7748
7749 * cc-cmds.el: Extended the kludge to interoperate with the
7750 delsel and pending-del packages wrt to the new function
7751 `c-electric-delete-forward'.
7752
7753 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7754
7755 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7756 to delay the call to <mode> for global minor modes.
7757 (easy-mmode-define-navigation): Only recenter if interactive.
7758
7759 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7760
7761 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7762 to lisp-indent-line.
7763
7764 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7765 from the server. Call encode-time only when we are sure that we
7766 got a 213 response.
7767
7768 2001-07-06 Simon Josefsson <jas@extundo.com>
7769
7770 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7771 (mail-envelope-from): New user option.
7772 (sendmail-send-it): Use it.
7773
7774 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7775
7776 * ps-print.el: Use locale dependant date to print date in header.
7777 Doc fix.
7778 (ps-print-version): New version number (6.5.3).
7779 (ps-right-header, ps-right-footer): Initialization and doc fix.
7780 (ps-time-stamp-locale-default): New fun.
7781
7782 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7783
7784 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7785 field problem with MIME-mode.
7786
7787 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7788
7789 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7790
7791 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7792 MIME-mode.
7793
7794 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * bindings.el (mode-line-mule-info): Don't show the tip with
7797 buffer-file-coding-system if that is nil.
7798
7799 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7800
7801 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7802 instead of kill-line.
7803
7804 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7805 <Pavel@Janik.cz>.
7806
7807 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7808 <Pavel@Janik.cz>.
7809
7810 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7811
7812 * font-lock.el (c-font-lock-keywords-3): When matching something
7813 like `struct X Y', finish with point after Y.
7814
7815 2001-07-04 Simon Josefsson <jas@extundo.com>
7816
7817 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7818 in caller buffer.
7819
7820 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7821
7822 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7823 instead of string-match to find the basename of the file.
7824 From Pascal Obry <p.obry@wanadoo.fr>.
7825
7826 * net/browse-url.el (browse-url-default-windows-browser):
7827 Support the MS-DOS port when it runs on Windows.
7828 (browse-url-browser-function) [ms-dos]: Default to
7829 browse-url-default-windows-browser.
7830
7831 * help.el (locate-library): Enable code that looks for compressed
7832 libraries if auto-compression-mode is on.
7833
7834 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7837
7838 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7839
7840 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7841
7842 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7843
7844 * allout.el: Fix the header line, so that finder.el recognizes it.
7845 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7846
7847 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7848 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7849
7850 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7851
7852 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7853
7854 * ps-bdf.el (bdf-directory-list): Use the value relative to
7855 installation-directory for MS-Windows as well.
7856
7857 2001-06-29 Richard M. Stallman <rms@gnu.org>
7858
7859 * wid-edit.el (widget-color-sample-face-get):
7860 Return ((foreground-color . COLOR)) instead of constructing a face.
7861
7862 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7863
7864 * faces.el (region): Change the background color for the
7865 light-background color display to lightgoldenrod2, to make it
7866 visible on some laptops.
7867
7868 2001-06-28 Richard M. Stallman <rms@gnu.org>
7869
7870 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7871 (rmail-msg-restore-non-pruned-header): Likewise.
7872 If point was in the old pruned header, put it at the top.
7873 (rmail-msg-prune-header): If point was at the top, keep it there.
7874
7875 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7876 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7877
7878 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7879
7880 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7881
7882 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7883
7884 * saveplace.el: Update maintainer email address.
7885
7886 2001-06-27 Francesco Potorti` <pot@gnu.org>
7887
7888 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7889 Undo previous change.
7890
7891 2001-06-27 Francesco Potorti` <pot@gnu.org>
7892
7893 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7894 preliminary quick reordering. Can speed things up dramatically.
7895
7896 2001-06-26 Richard M. Stallman <rms@gnu.org>
7897
7898 * dired.el (dired-get-filename): A file name starting with ~
7899 is not absolute in this context.
7900
7901 * which-func.el (which-func-maxout): Increase default to 500000.
7902 (which-function-mode): This is now the "real" name of the function.
7903 (which-func-mode): Now an alias.
7904 (which-func-mode-global): Name deleted.
7905
7906 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7907 button-2, when binding hs-mouse-toggle-hiding.
7908
7909 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7910
7911 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7912 (rmail-msg-prune-header): Likewise.
7913 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7914 and `rmail-msg-prune-header'.
7915
7916 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7917
7918 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7919 back than LINEBEG.
7920
7921 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7924 window where they clicked the mouse has a header line, adjust
7925 vertical movement by one.
7926
7927 2001-06-25 Milan Zamazal <pdm@zamazal.org>
7928
7929 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7930 too when separating a parenthesis.
7931
7932 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7933
7934 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7935 (bookmark-bmenu-hide-filenames): Add help-echo to
7936 mouse-highlighted text.
7937 (bookmark-bmenu-show-filenames): Remove help-echo property from
7938 the whitespace.
7939
7940 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7941
7942 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7943 From Karl Eichwalder <ke@suse.de>.
7944
7945 2001-06-23 Richard M. Stallman <rms@gnu.org>
7946
7947 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7948
7949 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7950 contents for completing-read.
7951
7952 2001-06-22 Richard M. Stallman <rms@gnu.org>
7953
7954 * menu-bar.el (menu-bar-make-toggle): Construct the
7955 function's doc string from HELP, not DOC, and make it accurate by
7956 adding "Toggle whether to " at the front and downcasing the initial.
7957 Change the HELP arg in some calls to make it fit this usage.
7958
7959 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7960 Undo previous change.
7961
7962 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7963
7964 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7965
7966 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7967
7968 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7969
7970 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7971
7972 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7973
7974 2001-06-20 Richard M. Stallman <rms@gnu.org>
7975
7976 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7977 broken out from dabbrev--find-expansion. Handle minibuffer
7978 specially here.
7979 (dabbrev--find-expansion): Simplify code in various ways.
7980 Don't treat minibuffers specially.
7981 Call dabbrev--make-friend-buffer-list.
7982 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
7983 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7984
7985 2001-06-19 John Wiegley <johnw@gnu.org>
7986
7987 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7988 Also, added a comment describing how to greatly speedup Eshell
7989 loadup time, by concatenating together all of Eshell's .elc files.
7990
7991 2001-06-19 John Wiegley <johnw@gnu.org>
7992
7993 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7994
7995 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * woman.el (WoMan-highlight-references): Add help-echo to
7998 mouse-highlighted text.
7999
8000 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8001
8002 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8003
8004 2001-06-18 Gerd Moellmann <gerd@gnu.org>
8005
8006 * international/quail.el (quail-start-conversion):
8007 Reset quail-translating to nil.
8008
8009 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8010 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8011
8012 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8013
8014 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8015 mouse-highlighted text.
8016
8017 * dired.el (dired-mark-pop-up): Fix last change.
8018
8019 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8020
8021 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8022 mouse-highlighted text.
8023
8024 * net/quickurl.el (quickurl-url-file): Run through
8025 convert-standard-filename.
8026 (quickurl-list-populate-buffer): Add help-echo to
8027 mouse-highlighted text.
8028 (top-level): Update Dave's URL.
8029
8030 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8031 mouse-highlighted text.
8032
8033 * textmodes/page-ext.el (pages-copy-header-and-position):
8034 Add help-echo to mouse-highlighted text.
8035
8036 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8037 mouse-highlighted text.
8038
8039 * replace.el (occur): Add help-echo to mouse-highlighted text.
8040
8041 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8042 mouse-highlighted text.
8043
8044 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8045 mouse-highlighted text.
8046
8047 * progmodes/compile.el (compile-reinitialize-errors):
8048 Add help-echo to mouse-highlighted messages.
8049 (compilation-forget-errors): Remove help-echo property as well.
8050
8051 * play/landmark.el (lm-plot-square, lm-init-display):
8052 Add help-echo to mouse-highlighted text.
8053
8054 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8055 Add help-echo to mouse-highlighted text.
8056
8057 * dired.el (dired-insert-set-properties): Add help-echo to
8058 mouse-highlighted text.
8059 (dired-mark-pop-up): Remove help-echo property from the file name.
8060
8061 * comint.el (comint-send-input): Add help-echo to
8062 mouse-highlighted text.
8063
8064 * buff-menu.el (list-buffers-noselect): Add help-echo to
8065 mouse-highlighted text.
8066
8067 * arc-mode.el (archive-summarize-files): Add help-echo to
8068 mouse-highlighted text.
8069
8070 * ffap.el (ffap-machine-p): Always return nil if
8071 open-network-stream is not fboundp.
8072
8073 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8074
8075 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8076 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8077 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8078 incorrectly binding chars between 128 and 256 to it.
8079 (sgml-maybe-name-self): Handle latin-1 chars properly.
8080 (sgml-tags-invisible): Bind buffer-file-name to nil.
8081 Use unwind-protect and restore-buffer-modified-p.
8082 (sgml-point-entered): Use buffer-substring-no-properties.
8083 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8084 (html-mode): Don't force `imenu-sort-function'.
8085
8086 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * tar-mode.el: Fix the copyright notice.
8089
8090 * font-lock.el (font-lock-comment-face): For tty's with dark
8091 background, use "red1", since "lightred" is not one of the colors
8092 recognized by tty-colors.el.
8093
8094 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8095 create a buffer for extracted file, in case there's more than one
8096 file by that name in an archive, possibly in different
8097 directories. From Kevin Rodgers <kevinr@ihs.com>.
8098
8099 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8100 <alex@gnu.org>.
8101
8102 2001-06-15 Miles Bader <miles@gnu.org>
8103
8104 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8105 Revert previous change.
8106
8107 2001-06-14 Richard M. Stallman <rms@gnu.org>
8108
8109 * replace.el (keep-lines-read-args): Return just a regexp.
8110 Provide nil for the region args.
8111 (keep-lines, flush-lines, how-many):
8112 Calculate the defaults for the region here, when args are nil.
8113
8114 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8115
8116 * rot13.el (rot13-other-window): Some more doc fix.
8117
8118 2001-06-14 Per Starback <starback@ling.uu.se>
8119
8120 * replace.el (case-replace, query-replace-from-history-variable)
8121 (query-replace-to-history-variable, keep-lines-read-args)
8122 (occur-revert-function, query-replace-help): Dox fix.
8123
8124 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * rot13.el (rot13-other-window): Doc fix.
8127
8128 2001-06-14 Miles Bader <miles@gnu.org>
8129
8130 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8131 of " and \ to "." (punctuation).
8132 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8133
8134 2001-06-13 Richard M. Stallman <rms@gnu.org>
8135
8136 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8137
8138 * simple.el (shell-command-on-region): Never kill the
8139 *Shell Command Output* buffer.
8140
8141 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8142
8143 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8144
8145 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8148 New var, to recognize ${ $' and PODs.
8149 (perl-font-lock-syntactic-face-function): New function.
8150 (perl-mode): Use them.
8151 (perl-continuation-line-p): New function, from perl-calculate-indent.
8152 (perl-calculate-indent): Use it, to properly handle continuation
8153 lines of continuation lines.
8154
8155 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8156
8157 * server.el (server-process, server-buffer-clients): Doc fix.
8158 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8159
8160 2001-06-09 John Wiegley <johnw@gnu.org>
8161
8162 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8163 test if the last command was Lisp or not.
8164 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8165 B x C".
8166
8167 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8168
8169 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8170 general one on compile.el supports drive letters.
8171
8172 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8173
8174 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8175 key description.
8176
8177 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8178
8179 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8180 (reftex-toc-jump): New command.
8181
8182 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8183 to parse international characters as well.
8184
8185 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8186 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8187
8188 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8189
8190 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8191 TAB to the key separators.
8192
8193 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * international/mule.el (auto-coding-alist): Remove redundant
8196 up-cased versions of the extensions (auto-coding-alist-lookup is
8197 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8198 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8199
8200 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8201
8202 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8203
8204 2001-06-01 Richard M. Stallman <rms@gnu.org>
8205
8206 * help.el (describe-variable): Put value on same line
8207 with preceding text, if it is short enough to look good that way.
8208
8209 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8210
8211 * term/internal.el (IT-unicode-translations): New variable.
8212 (IT-setup-unicode-display): New function.
8213
8214 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8215
8216 * ps-print.el: Handle before-string and after-string overlay properties
8217 in ps-print-*-with-faces commands. Doc fix.
8218 (ps-print-version): New version number (6.5.2).
8219 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8220 for XEmacs.
8221 (ps-prefix-quote): Doc fix.
8222 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8223 (ps-basic-plot-str, ps-plot-string): New funs.
8224
8225 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8226
8227 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8228 and :type spec.
8229
8230 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8231
8232 * international/mule-cmds.el (inactivate-input-method):
8233 Set input-method-function to nil.
8234
8235 * xml.el (xml-parse-tag): The document may contain invalid characters.
8236 From ShengHuo ZHU <zsh@cs.rochester.edu>
8237
8238 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8239
8240 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8241 `rmail-summary-line-decoder' if the message does not have
8242 a Subject: field.
8243
8244 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8245
8246 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8247 New variable.
8248 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8249 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8250 is non-nil.
8251
8252 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8253
8254 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8255
8256 2001-05-29 Sam Steingold <sds@gnu.org>
8257
8258 * faces.el (face-valid-attribute-values): Bind `valid' directly
8259 instead of using `setq'.
8260
8261 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8262 Use `tex-shell-buf'.
8263 (tex-shell-proc): Use `tex-shell-running'.
8264 (tex-shell-buf-no-error): New function.
8265 (tex-send-tex-command): Use it.
8266 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8267 (tex-kill-job): Check the process before calling `quit-process'.
8268
8269 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8270
8271 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8272 UTF-8 sequences.
8273
8274 2001-05-28 Miles Bader <miles@gnu.org>
8275
8276 * comint.el (comint-carriage-motion): Renamed from
8277 `comint-cr-magic'. Operate on the buffer instead of the string
8278 (for use as a comint post-output filter, instead of as a
8279 pre-output filter). Handle backspaces too. Add to the
8280 `comint-output-filter-functions' hook instead of
8281 `comint-preoutput-filter-functions'.
8282
8283 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8284
8285 * language/japan-util.el (japanese-hankaku): Prefer the charset
8286 `jisx0201' when the optional argument `ascii-only' is not specified.
8287 (japanese-hankaku-region): Ditto.
8288 From Katsumi Yamaoka <yamaoka@jpl.org>
8289
8290 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8291
8292 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8293 (outline-invisible-p): New function.
8294 (hide-leaves): Save excursion.
8295 (hide-other): Stop looping when reaching bobp.
8296
8297 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8298
8299 * cus-edit.el (custom-file): Fix last change.
8300
8301 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8302
8303 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8304 same definition in byte-compile-function-environment as `autoload'
8305 would put in `symbol-function'.
8306
8307 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8308 patch to correct the error message as well.
8309
8310 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8311
8312 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8313 unless ~/.emacs exists.
8314
8315 * novice.el (enable-command): If user-init-file is nil or does not
8316 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8317
8318 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8319
8320 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8321 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8322 Allow spaces around macro arguments.
8323 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8324 indent-for-tab-command.
8325 (latex-mode-map, plain-tex-mode-map): New keymaps.
8326 Inherit from tex-mode-map.
8327 (tex-common-initialization): Don't setup the keymap any more
8328 since it's now done right by define-derived-mode.
8329 (latex-mode): Set skeleton-end-hook to nil.
8330 (latex-skeleton-end-hook): Remove.
8331 (tex-latex-block, latex-insert-item): Simplify.
8332 (latex-syntax-after): Use following-char rather than char-after.
8333 (tex-discount-args-cmds, tex-count-words): New functions.
8334
8335 * textmodes/tildify.el (tildify-ignored-environments-alist):
8336 Recognize \verb* as well.
8337
8338 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8339 (perl-comment-indent): Simplify to let newcomment.el do its job.
8340 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8341 (perl-mark-function): Cleanup the namespace.
8342 (perl-calculate-indent): Don't be fooled by nested functions.
8343
8344 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8345
8346 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8347 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8348
8349 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8350
8351 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8352 actually be `\\'.
8353 (ctlau-b5-converter): Likewise.
8354
8355 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8356
8357 * international/titdic-cnv.el (quail-misc-package-ext-info):
8358 Change CTLauB.el to CTLau-b5.el.
8359
8360 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8361
8362 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8363 rather than beginning-of-line to avoid problems with fields.
8364 (gud-perldb-massage-args): Use unless and push.
8365 (gud-chdir-before-run): New var.
8366 (gud-common-init): Use it.
8367
8368 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8369
8370 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8371 delete entries for chinese-ctlau and chinese-ctlaub.
8372 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8373 chinese-ctlaub.
8374 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8375 New functions.
8376
8377 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8378
8379 * cus-edit.el (custom-comment-show): Remove debug code.
8380
8381 * language/japan-util.el (japanese-symbol-table): Fix handling of
8382 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8383
8384 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8385
8386 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8387 Renamed by removing the silly `-flag' suffix.
8388 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8389
8390 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8391
8392 * replace.el (keep-lines-read-args): Use `copy-marker'.
8393 (how-many): Save excursion properly.
8394 (occur-mode): Use define-derived-mode.
8395 (perform-replace): Use with-current-buffer.
8396
8397 2001-05-20 Richard M. Stallman <rms@gnu.org>
8398
8399 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8400
8401 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8402
8403 * info.el (Info-read-subfile): Widen before finding the
8404 desired node in the subfile.
8405
8406 * startup.el (command-line-1): When >2 files visited,
8407 leave the last one visible, and make that the selected window.
8408
8409 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8410
8411 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8412
8413 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8414
8415 * international/ccl.el (define-ccl-program): Fix a typo.
8416 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8417
8418 * international/mule.el (decode-char): Fix a typo. From Pavel
8419 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8420
8421 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8422 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8423
8424 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8425 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8426
8427 2001-05-18 Sam Steingold <sds@gnu.org>
8428
8429 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8430 and [RET] to `cvs-mode-find-file'.
8431
8432 2001-05-18 John Wiegley <johnw@gnu.org>
8433
8434 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8435 configuration variable, which determines the initial character
8436 that forces use of an external version of a command. The default
8437 is *, but may be set to \, for example.
8438
8439 * eshell/esh-ext.el (eshell-explicit-command):
8440 Use `eshell-explicit-command-char' instead of ?*.
8441
8442 * eshell/esh-cmd.el (eshell/which):
8443 Use `eshell-explicit-command-char' instead of ?*.
8444
8445 * eshell/em-cmpl.el (eshell-completion-command-name)
8446 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8447 instead of ?*.
8448
8449 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8450
8451 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8452 subst-char-in-string.
8453 (ange-ftp-after-parse-ls-hook): New variable.
8454 (ange-ftp-ls): Run that hook.
8455 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8456
8457 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8458 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8459 text into *Completions*.
8460
8461 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8462 part of which look like email addresses.
8463
8464 2001-05-18 Andrew Innes <andrewi@gnu.org>
8465
8466 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8467 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8468 cmd.exe's handling of FOR loops.
8469 (autoloads): Set find-file-suppress-same-file-warnings to t to
8470 avoid slew of spurious messages.
8471
8472 2001-05-18 Simon Josefsson <simon@josefsson.org>
8473
8474 * mail/smtpmail.el (maybe-append-domain): Renamed to
8475 `smtpmail-maybe-append-domain'.
8476 (smtpmail-via-smtp): Use the new name.
8477
8478 * net/browse-url.el (browse-url-browser-function): Add kde.
8479 (browse-url-kde-program, browse-url-kde-args): New variables.
8480 (browse-url-kde): New function.
8481
8482 2001-05-18 Miles Bader <miles@gnu.org>
8483
8484 * simple.el (delete-horizontal-space, just-one-space):
8485 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8486 because it's more efficient for large files.
8487
8488 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8489
8490 * mail/rmail.el (rmail-require-mime-maybe): New function.
8491 (rmail): Use it.
8492 (rmail-mode): Handle the case of finding Rmail files.
8493
8494 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8495 functions.
8496
8497 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8498
8499 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8500 text-property after moving to the beginning of line and regardless
8501 of the value of font-lock-multiline.
8502
8503 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8504
8505 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8506
8507 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8508 last coding system used before calling set-buffer-modified-p
8509 because that function changes last-coding-system.
8510
8511 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * files.el (switch-to-buffer-other-window)
8514 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8515 the doc string.
8516
8517 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8518
8519 * language/slovak.el, language/czech.el: New maintainer.
8520
8521 2001-05-16 Sam Steingold <sds@gnu.org>
8522
8523 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8524 sub-form of `defgeneric' correctly.
8525
8526 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8527
8528 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8529 of `c'.
8530
8531 * textmodes/outline.el (outline-font-lock-level): Remove the
8532 condition-case, test what outline-level returns instead, to
8533 ease debugging.
8534
8535 * international/mule.el (auto-coding-regexp-alist): New user-option.
8536 (auto-coding-from-file-contents): New function.
8537 (set-auto-coding): Use it to determine a coding system.
8538
8539 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8540
8541 * mouse.el (mouse-delete-other-windows): Doc fix.
8542
8543 * emacs-lisp/lisp-mode.el (lisp-mode):
8544 Make font-lock-keywords-case-fold-search a buffer-local variable with
8545 make-local-variable before setting it.
8546
8547 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8548
8549 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8550 prefixes.
8551
8552 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8553
8554 * hexl.el (hexl-current-address): Print a message when called
8555 interactively.
8556
8557 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8558
8559 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8560
8561 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8562
8563 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8564
8565 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8566
8567 * startup.el (command-line): If parameters have been changed in
8568 the init files which influence font selection, clear the face
8569 cache so that faces get realized with the new parameters.
8570
8571 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8572
8573 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8574
8575 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8576
8577 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8578
8579 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8580 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8581
8582 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8583
8584 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8585 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8586
8587 2001-05-09 John Wiegley <johnw@gnu.org>
8588
8589 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8590 Annotated the documentation string to tell users about
8591 `eshell-no-numeric-conversions'.
8592
8593 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8594 conversions if a Lisp function has the property
8595 `eshell-no-numeric-conversions' set to a non-nil value.
8596
8597 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8598 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8599 property `eshell-no-numeric-conversions' on the following
8600 functions (which all deal with filesystem entities, and never Lisp
8601 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8602 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8603 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8604 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8605 eshell/which, eshell/addpath.
8606
8607 2001-05-09 John Wiegley <johnw@gnu.org>
8608
8609 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8610 encountered as an argument, don't convert it right away, but tag
8611 the first character of the string with the text properties
8612 `number', which signifies to `eshell-lisp-command' that the
8613 argument should be passed through `string-to-number' if it is
8614 actually used in the call to a Lisp function.
8615
8616 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8617 function, convert any string arguments that have been tagged as
8618 "numbers", by calling string-to-number.
8619
8620 * eshell/esh-util.el (eshell-number-regexp): Now that number
8621 conversions only happen for Lisp function calls, the number regexp
8622 should now match all integer and floating point forms.
8623
8624 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8625 `eshell-continue-process', since they are both nonfunctional at
8626 the moment.
8627 (eshell-proc-initialize): Don't bind keys for
8628 `eshell-stop-process' or `eshell-continue-process'.
8629
8630 * eshell/em-unix.el (eshell-shuffle-files):
8631 Apply `directory-file-name' before calling `file-name-directory'.
8632
8633 * eshell/em-hist.el (eshell-add-to-history): Reference to
8634 `eshell-history-ring' needed to be `eshell-history-index'.
8635
8636 * calendar/timeclock.el (timeclock-find-discrep):
8637 Initialize `elapsed' to 0.
8638 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8639 it's still nil.
8640
8641 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8644 (archive-mode): Use capitalize.
8645 (archive-unique-fname): Use make-temp-file.
8646
8647 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8648
8649 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8650
8651 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8652
8653 * tar-mode.el (tar-extract): Pay attention to the value of
8654 coding-system-for-read, if it is non-nil.
8655
8656 * calendar/holidays.el (holidays): Add an autoload cookie.
8657 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8658
8659 2001-05-08 John Wiegley <johnw@gnu.org>
8660
8661 * calendar/timeclock.el (timeclock-workday-remaining):
8662 Changed logic for determining how much time is remaining.
8663 (timeclock-workday-elapsed): Don't accept a "relative" argument
8664 for the current day's elapsed time. What could that have meant?
8665 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8666 (timeclock-when-to-leave): Changed logic, similarly to what was
8667 done for `timeclock-workday-remaining'.
8668 (timeclock-find-discrep): Removed "today-only" argument, which had
8669 no meaning. Fixed some more math problems. The function now
8670 returns a three member list: (TOTAL-TIME-DISCREPANCY
8671 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8672
8673 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8674
8675 * w32-fns.el (convert-standard-filename): Start replacing slashes
8676 from the beginning of the file name, not from where the last
8677 invalid character was. From "Andrew Maguire (SWW)"
8678 <Andrew.Maguire@Smallworld.co.uk>
8679
8680 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8681
8682 The following changes are to provide infrastructure for handling
8683 MIME messages to rmail. They don't affect the original behaviour
8684 if rmail-enable-mime is nil.
8685
8686 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8687 (rmail-search-mime-message-function)
8688 (rmail-search-mime-header-function): New variables.
8689 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8690 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8691 `rmail-view-buffer' is hidden.
8692 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8693 call rmai-show-mime-function.
8694 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8695 mode-line-process of rmail-view-buffer.
8696 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8697 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8698 buffer.
8699 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8700 set-buffer to the Rmail buffer.
8701 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8702 rmail-search-mime-header-function.
8703 (rmail-search-message): New function.
8704 (rmail-search): Call rmail-search-message to check if a message
8705 matches REGEXP, lastly update point after calling
8706 rmail-show-message.
8707 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8708 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8709 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8710 header region, refer to rmail-msgref-vector while setting the
8711 current buffer to rmail-buffer temporarily.
8712 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8713 If rmail-enable-mime is non-nil, call
8714 rmail-insert-mime-forwarded-message-function instead of inserting
8715 forwarded message by itself.
8716
8717 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8718 Rmail buffer.
8719 (rmail-set-label, rmail-next-labeled-message): Likewise.
8720
8721 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8722 set-buffer to the Rmail buffer.
8723 (rmail-output-to-rmail-file): Likewise.
8724 (rmail-output): Likewise.
8725
8726 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8727 of mail-fetch-field by rmail-summary-line-decoder.
8728 (rmail-new-summary): Be sure to go to the Rmail buffer.
8729 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8730 rmail-view-buffer to nil.
8731 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8732 rmail-view-buffer.
8733 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8734 rmail-buffer.
8735 (rmail-summary-scroll-msg-down): Likewise.
8736 (rmail-summary-beginning-of-message): Likewise.
8737 (rmail-summary-wipe): Likewise.
8738 (rmail-summary-toggle-header): Use save-window-excursion, not
8739 save-excursion. Update point in rmail-view-buffer, not in
8740 rmail-buffer.
8741 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8742 rmail-view-buffer, not rmail-buffer.
8743
8744 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8745
8746 * cus-edit.el (custom-file): Signal an error if user-init-file is
8747 nil (running -q).
8748
8749 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8750
8751 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8752 Add :version.
8753
8754 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8755 New option.
8756 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8757 only if smtpmail-warn-about-unknown-extensions is set.
8758
8759 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8760 instead of rmail-sort-by-keywords.
8761
8762 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8763 rmail-sort-by-keywords.
8764
8765 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8766 rmail-summary-sort-by-keywords. Doc fix.
8767 (rmail-summary-mode): Doc fix.
8768
8769 * mail/rmail.el (rmail-edit): New Custom group.
8770
8771 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8772 (rmail-edit-mode-hook): New user-option.
8773
8774 2001-05-05 Richard M. Stallman <rms@gnu.org>
8775
8776 * help.el (help-xref-symbol-regexp): Recognize "source of"
8777 and friends, meaning make a link to the source file.
8778 (help-make-xrefs): Handle "source of" and friends
8779 by constructing a link that visits the source file.
8780
8781 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8782
8783 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8784
8785 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8786 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8787 Renamed from perl-font-lock-keywords to avoid clashes.
8788 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8789 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8790 Updated correspondingly.
8791
8792 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8793 Typo `nonexistant' -> `nonexistent'.
8794
8795 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8796
8797 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8798 Split `c-electric-delete' into two functions where
8799 `c-electric-delete-forward' always deletes forward and
8800 `c-electric-delete' only contains the code necessary for XEmacs to
8801 choose between backward and forward deletion.
8802
8803 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8804 get the electric behavior on that key too.
8805 (c-fill-paragraph): Fixed bogus direct use of
8806 c-comment-prefix-regexp, which caused an error when it's a list.
8807
8808 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * dired-aux.el (dired-diff): Doc fix.
8811
8812 * dired.el (dired-diff): Likewise.
8813
8814 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8815
8816 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8817
8818 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8819
8820 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8821 if both the buffer and the file are read-only.
8822
8823 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8824 rather than font-lock-string-face.
8825 (sh-get-indent-info): Treat heredocs like strings.
8826
8827 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8828
8829 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8830 a newline following `}'.
8831 (texinfo-format-email): New function.
8832 (toplevel): Use texinfo-format-email for @email.
8833 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8834 Add `display'.
8835 (texinfo-sort-region): Goto point-min before sorting.
8836 (texinfo-set): Remove leading white space from value.
8837 From yagi@is.titech.ac.jp.
8838
8839 * replace.el (query-replace-regexp-eval): Doc fix.
8840
8841 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * diff-mode.el (diff-nonexistant-face): New face.
8844 (diff-font-lock-keywords): Use it.
8845
8846 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * font-lock.el (font-lock-mode): Doc fix.
8849
8850 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8851 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8852
8853 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8854
8855 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8856 backslash at the start of the here-document delimiter.
8857 (sh-font-lock-syntactic-keywords): Likewise.
8858
8859 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8860
8861 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8862
8863 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8864 (tty-color-translate, tty-color-by-index, tty-color-values)
8865 (tty-color-desc): Doc fix.
8866
8867 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * dired-aux.el (dired-do-create-files, dired-do-copy)
8870 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8871 Mention dired-dwim-target in the doc string.
8872
8873 2001-04-28 Miles Bader <miles@gnu.org>
8874
8875 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8876 (dabbrev--find-expansion): Use it.
8877 (dabbrev--select-buffers): Don't select ignored buffers.
8878
8879 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8880
8881 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8882
8883 2001-04-26 Richard M. Stallman <rms@gnu.org>
8884
8885 * dabbrev.el: Add doc strings for some functions.
8886 (dabbrev--eliminate-newlines): New variable.
8887 (dabbrev--substitute-expansion): Convert newlines to spaces
8888 if dabbrev--eliminate-newlines is set.
8889 If abbrev and expansion are both all-lower-case,
8890 leave dabbrev--last-case-pattern nil.
8891
8892 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8893
8894 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8895 if necessary, like in rmail-show-message.
8896
8897 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8898
8899 * ps-print.el: Color specified by number is forced to be float number.
8900 (ps-print-version): New version number (6.5.1.1).
8901 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8902 initialization.
8903 (ps-prefix-quote): New internal var.
8904 (ps-print-quote): New fun.
8905 (ps-setup, ps-output-frame-properties, ps-float-format)
8906 (ps-format-color): Code fix.
8907 (ps-plot-region): Eliminate redundant foreground color text setting.
8908
8909 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8910
8911 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8912
8913 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8914
8915 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8916
8917 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * info.el (Info-additional-directory-list): Doc fix.
8920
8921 * find-lisp.el (find-lisp-find-dired-filter)
8922 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8923 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
8924
8925 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8926
8927 * progmodes/make-mode.el (makefile-font-lock-keywords):
8928 Rationalize the rules for includes and conditionals and use the
8929 keyword face for them.
8930
8931 * faces.el (modify-face): Add compatibility for non-interactive use.
8932
8933 2001-04-24 John Wiegley <johnw@gnu.org>
8934
8935 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8936 fix from last night, since it wasn't finding eshell/cd.
8937
8938 2001-04-24 Gerd Moellmann <gerd@gnu.org>
8939
8940 * rect.el (string-rectangle): Revert to 20.x behaviour.
8941 (replace-rectangle): Make it an alias for string-rectangle.
8942 (string-insert-rectangle): New function.
8943
8944 2001-04-23 John Wiegley <johnw@gnu.org>
8945
8946 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8947 occurring with Emacs 21's diff.el/compile.el interaction layer.
8948
8949 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8950
8951 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8952 case where the function was defined in a file, but not part of an
8953 eshell module.
8954
8955 2001-04-23 John Wiegley <johnw@gnu.org>
8956
8957 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8958 code to work around a redisplay problem I've been having.
8959
8960 2001-04-23 John Wiegley <johnw@gnu.org>
8961
8962 * calendar/timeclock.el (timeclock-day-required): If the time
8963 required for a particular day is not set, use `timeclock-workday'.
8964 (timeclock-find-discrep): Added some sample code in a comment.
8965
8966 * eshell/eshell.el (eshell-command): Made a few changes so that
8967 `eshell-command' could be called programmatically.
8968
8969 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8970
8971 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8972
8973 2001-04-23 John Wiegley <johnw@gnu.org>
8974
8975 * calendar/timeclock.el: Updated copyright.
8976 (timeclock-generate-report): Don't report the daily or two-week
8977 total, if no time has been worked in that period.
8978 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8979 final computational form, which was unnecessary; corrected a
8980 parsing problem when timeclock-relative was nil.
8981
8982 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
8983
8984 * calendar/timeclock.el (timeclock-modeline-display): Check if
8985 `list-entry' is null.
8986 (timeclock-use-display-time): The first argument to `set-variable'
8987 must be a symbol.
8988
8989 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * calendar/calendar.el (diary-entry-marker)
8992 (calendar-today-marker, calendar-holiday-marker):
8993 Use display-color-p instead of window-system.
8994 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8995 instead of window-system.
8996 (calendar-hide-window): Use display-multi-frame-p instead of
8997 window-system.
8998
8999 * calendar/cal-x.el (calendar-two-frame-setup)
9000 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9001 Use display-multi-frame-p instead of window-system.
9002
9003 2001-04-23 Gerd Moellmann <gerd@gnu.org>
9004
9005 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9006
9007 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9008 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9009
9010 2001-04-23 Alex Schroeder <alex@gnu.org>
9011
9012 * goto-addr.el: Instead of defining line-beginning-position and
9013 line-end-position a defalias is used for point-at-bol and point-at-eol.
9014
9015 2001-04-23 Alex Schroeder <alex@gnu.org>
9016
9017 * goto-addr.el: Added XEmacs compatibility code.
9018 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
9019
9020 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * textmodes/paragraphs.el (sentence-end): Doc fix.
9023
9024 2001-04-20 Alex Schroeder <alex@gnu.org>
9025
9026 * sql.el (sql-escape-newlines-and-send): New function.
9027 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
9028
9029 2001-04-20 Alex Schroeder <alex@gnu.org>
9030
9031 * sql.el (sql-db2-program): New option.
9032 (sql-db2-options): New option.
9033 (sql-db2): New function.
9034
9035 2001-04-20 Alex Schroeder <alex@gnu.org>
9036
9037 * sql.el (sql-mode-menu): Added highlighting entries.
9038 (sql-highlight-oracle-keywords): New function.
9039 (sql-highlight-postgres-keywords): New function.
9040 (sql-highlight-ansi-keywords): New function.
9041
9042 2001-04-20 Alex Schroeder <alex@gnu.org>
9043
9044 * sql.el (sql-help): Doc change.
9045
9046 2001-04-19 Karl Fogel <kfogel@collab.net>
9047
9048 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9049 that inserted file content only to delete it immediately.
9050 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9051 <lektu@uol.com.br> for the patch.
9052
9053 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9054
9055 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9056
9057 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9058
9059 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9060 for defmethod.
9061
9062 * comint.el (comint-cr-magic): New function.
9063 (toplevel): Add it to comint-preoutput-filter-functions.
9064
9065 2001-04-18 Andrew Innes <andrewi@gnu.org>
9066
9067 * makefile.w32-in (EMACSLOADPATH): Define.
9068 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9069 (recompile): Remove stuff to set EMACSLOADPATH.
9070
9071 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9072
9073 * language/slovak.el ("Slovak"): Add tutorial entry.
9074
9075 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9076 browse-url-new-window-p.
9077
9078 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9079
9080 * info.el (Info-menu-update): When there are no menus and/or no
9081 cross references in the node, make the respective items of the
9082 Info menu-bar menu inactive.
9083
9084 2001-04-17 Gerd Moellmann <gerd@gnu.org>
9085
9086 * indent.el (indent-for-tab-command): Call indent-line-function
9087 with no argument if PREFIX-ARG is non-nil.
9088
9089 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9090
9091 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9094 an async subprocess if start-process is unavailable. Suggested by
9095 Tim Van Holder <tim.van.holder@pandora.be>.
9096
9097 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9098
9099 * info.el (Info-additional-directory-list): Doc fix. Suggested by
9100 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9101
9102 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9103
9104 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9105 manual.
9106
9107 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9108
9109 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9110 (cvs-menu): Add a few entries.
9111
9112 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9113 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9114 lock file appears to be reachable from Emacs.
9115 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9116 (cvs-mode-find-file): Look for cvs-header-face rather than
9117 cvs-dirname-face (which doesn't exist).
9118 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9119
9120 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9121
9122 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9123
9124 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9125 normal-erase-is-backspace on a tty. Instead, bind some keys such
9126 as [delete] directly, like pc-select.el did before
9127 normal-erase-is-backspace was invented.
9128
9129 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9130
9131 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9132
9133 2001-04-11 John Wiegley <johnw@gnu.org>
9134
9135 * eshell/em-ls.el (eshell-ls-insert-directory):
9136 Set font-lock-defaults to nil, to prevent fontification in dired
9137 buffers, if Eshell's ls is being used.
9138
9139 2001-04-11 John Wiegley <johnw@gnu.org>
9140
9141 * calendar/timeclock.el (timeclock-completing-read): New function.
9142 (timeclock-ask-for-project, timeclock-ask-for-reason):
9143 Call `timeclock-completing-read'.
9144
9145 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9146 required where `member' was being used.
9147
9148 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9149
9150 * eshell/em-hist.el (eshell-previous-matching-input):
9151 Don't display "History item" if the minibuffer is active.
9152
9153 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9154
9155 * startup.el (command-line): Output a newline after printing
9156 an error from loading the window system's init file.
9157
9158 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9159
9160 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9161 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9162 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9163 keywords whose arguments routinely include @@.
9164
9165 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9166
9167 * emacs-lisp/advice.el (ad-make-advised-definition):
9168 Construct advice for subrs differently.
9169
9170 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9171 regexp in parentheses when building the regexp for searching backwards.
9172
9173 * simple.el (completion-list-mode-finish): New function.
9174 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9175
9176 * language/european.el ("Polish"): Change sample text.
9177 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9178
9179 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9180 parameter.
9181
9182 * faces.el (menu): Doc fix.
9183
9184 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9185
9186 * ps-print.el: Footer implementation. Doc fix.
9187 (ps-print-version): New version number (6.5.1).
9188 (ps-header-frame-alist): New customization var for header frame
9189 properties.
9190 (ps-line-number-color): New customization var for line number color.
9191 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9192 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9193 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9194 (ps-right-footer): New customization vars for footers.
9195 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9196 footers.
9197 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9198 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9199 Code fix.
9200 (ps-prologue-file): Indentation fix.
9201 (ps-print-quote): Fun eliminated.
9202 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9203 (ps-output-frame-properties): New fun.
9204 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9205 (ps-skip-newline): Replace defun by defsubst.
9206
9207 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9208
9209 * eshell/eshell.el (eshell-command): Needed a "%s" format
9210 specifier, in case the buffer contains percent characters.
9211
9212 2001-04-10 John Wiegley <johnw@gnu.org>
9213
9214 * calendar/timeclock.el (timeclock-generate-report): Added a
9215 missing insert of the project name.
9216
9217 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9218
9219 * obsolete/profile.el: Moved from emacs-lisp/.
9220
9221 * Makefile.in (nonobsolete_setwins): New macro.
9222 (finder-data): Use it instead of `setwins'.
9223 From: Dave Love <fx@gnu.org>.
9224
9225 * server.el (server-visit-files): Set server-existing-buffer correctly.
9226 (server-visit-files): Run server-visit-hook after going to
9227 line 1 so that the hook can set point as it sees fit.
9228
9229 * bindings.el (mode-line-modified): Unify help messages.
9230
9231 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9234 All callers changed.
9235
9236 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9239 long file names aren't supported, truncate the file names in
9240 quail-misc-package-ext-info to 8+3 before matching them against
9241 FILENAME.
9242
9243 * dos-fns.el (dos-truncate-to-8+3): New function.
9244
9245 * progmodes/compile.el (grep-compute-defaults): Use null-device
9246 instead of literal /dev/null. Reported by Jens Schmidt
9247 <schmidt@mathematik.uni-kl.de>.
9248
9249 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9250
9251 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9252
9253 * textmodes/sgml-mode.el: Add unknown maintainer.
9254 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9255 (html-mode-map): Use set-keymap-parent.
9256
9257 2001-04-06 Dave Love <fx@gnu.org>
9258
9259 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9260 Remove redundant string-to-list.
9261
9262 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9263
9264 * composite.el (reference-point-alist): Doc fix.
9265
9266 2001-04-05 Sam Steingold <sds@gnu.org>
9267
9268 * font-lock.el (font-lock-keywords-case-fold-search):
9269 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9270 file made font-lock case-insensitive.
9271
9272 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9273
9274 * faces.el (defface menu): Doc fix.
9275
9276 * wid-edit.el (widget-color-sample-face-get): Don't make
9277 faces for undefined colors.
9278
9279 * version.el (emacs-version): Include LessTif/Motif version info.
9280
9281 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9282
9283 * ps-mule.el: Eliminate cl package dependence.
9284 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9285 if they aren't defined yet.
9286 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9287 Eliminate cl package dependence.
9288
9289 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9290
9291 * progmodes/cc-cmds.el (c-outline-level):
9292 Bind buffer-invisibility-spec. Originally from Dave Love, but
9293 got lost when incorporating version 5.26.
9294
9295 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9296
9297 * emulation/pc-select.el (pc-selection-mode):
9298 Call normal-erase-is-backspace-mode instead of binding
9299 keys individually.
9300
9301 * cus-load.el (normal-erase-is-backspace): Use it instead of
9302 delete-key-deletes-forward.
9303
9304 * startup.el (command-line): Use normal-erase-is-backspace and
9305 normal-erase-is-backspace-mode.
9306
9307 * simple.el (normal-erase-is-backspace): Rename from
9308 delete-key-deletes-forward. Doc fix.
9309 (normal-erase-is-backspace-mode): Rename from
9310 delete-key-deletes-forward-mode. Doc fix.
9311 Run normal-erase-is-backspace-hook.
9312
9313 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9314 ``human-readable'' format produced by GNU `ls'.
9315 (dired-move-to-filename-regexp): Recognize ISO format dates.
9316 From Paul Eggert <eggert@twinsun.com>.
9317
9318 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9319
9320 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9321 New functions.
9322 (lm-verify): Check keywords.
9323 From Eric M. Ludlam <eric@siege-engine.com>.
9324
9325 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9326
9327 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9328 `xemacs' feature instead of for the function `set-extent-property'.
9329
9330 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * mail/mh-utils.el (mh-folder-hist): New var.
9333 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9334
9335 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9336
9337 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9338 region, position point on the first or last 16-byte group.
9339 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9340 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9341 hexl-beginning-of-line.
9342
9343 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9344
9345 * icomplete.el (icomplete-mode): Treat an argument like other
9346 modes do.
9347
9348 * startup.el (fancy-splash-head): Use splash8.xpm for color
9349 depth 8.
9350
9351 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9352 Add an antry for ``converts''.
9353
9354 * language/slovak.el ("Slovak"): Add documentation string.
9355 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9356
9357 * language/czech.el ("Czech"): Add documentation string.
9358 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9359
9360 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9361 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9362
9363 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9364
9365 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9366 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9367 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9368 Use `defsubst' rather than a macro to ease debugging.
9369 (mail-extr-last): Remove (use `last' instead).
9370 (mail-extract-address-components): Properly reset the syntax-table
9371 after parsing an address. Use `last' rather than mail-extr-last.
9372 Make sure the end marker stays at the very end.
9373
9374 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9375
9376 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9377 last change.
9378
9379 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9380
9381 * ps-print.el: Line and paragraph spacing feature. Region to cut
9382 out when printing. Doc fix.
9383 (ps-print-version): New version number (6.5).
9384 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9385 New vars. Line and paragraph spacing feature.
9386 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9387 out when printing.
9388 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9389 (ps-get-font-size, ps-begin-job, ps-continue-line)
9390 (ps-plot-region): Code fix.
9391 (ps-print-prologue-2): Var eliminated.
9392 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9393 New internal vars.
9394 (ps-get-size): New fun.
9395 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9396 (ps-next-line): Replace defun by defsubst.
9397 (ps-mule-plot-string): Autoload doc fix.
9398
9399 * ps-bdf.el: XEmacs compatibility. Doc fix.
9400 (installation-directory, coding-system-for-read): Declare vars if
9401 it's not declared yet.
9402 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9403
9404 * ps-mule.el: XEmacs compatibility. Doc fix.
9405 (leading-code-private-22): Declare var if it's not declared yet.
9406 (charset-bytes, charset-dimension, charset-id, charset-width)
9407 (find-charset-region, split-char, char-width, chars-in-region)
9408 (forward-point, decompose-composite-char, encode-coding-string)
9409 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9410 Define funs if not defined yet.
9411 (encode-composition-rule, find-composition): Define funs if not
9412 loaded yet.
9413 (ps-mule-prologue): PostScript code fix.
9414
9415 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9416
9417 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9418 non-nil, generate font for the header strings.
9419 (ps-mule-prepare-font): Likewise.
9420 (ps-mule-generate-glyphs): Likewise.
9421 (ps-mule-string-encoding): Likewise.
9422 (ps-mule-header-charsets): New variable.
9423 (ps-mule-encode-header-string): New function.
9424 (ps-mule-header-string-charsets): New function.
9425 (ps-mule-begin-job): Check charsets in the header strings. If there
9426 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9427
9428 * ps-print.el (ps-generate-header-line): Encode the header string by
9429 ps-mule-encode-header-string.
9430 (ps-mule-encode-header-string): Declare autoload.
9431
9432 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9433
9434 * frame.el (cursor-in-non-selected-windows):
9435 Replaces show-cursor-in-non-selected-windows.
9436
9437 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9438
9439 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9440 Delete entries for "chinese-py" and "chinese-ziranma".
9441 (quail-misc-package-ext-info): New variable.
9442 (tsang-quick-converter): New function.
9443 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9444 (quick-cns-converter, py-converter, ziranma-converter)
9445 (miscdic-convert, batch-miscdic-convert): New functions.
9446
9447 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9448
9449 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9450 eight-bit-control chars.
9451
9452 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9453 Reduce making temporary vector (suggested by Dave Love).
9454
9455 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9456
9457 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9458 string as well.
9459
9460 2001-03-30 Andreas Schwab <schwab@suse.de>
9461
9462 * files.el (backup-directory-alist): Fix typo.
9463
9464 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9465
9466 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9467 <eggert@twinsun.com>.
9468
9469 2001-03-30 Dave Love <fx@gnu.org>
9470
9471 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9472
9473 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9474
9475 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9476
9477 2001-03-30 Miles Bader <miles@gnu.org>
9478
9479 * subr.el (interactive-form): Fix paren typo.
9480
9481 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9482
9483 * emacs-lisp/profile.el: Say that it's obsolete in the header
9484 line, so that finder.el puts that into its data-base.
9485 Suggested by Alex Schroeder <alex@gnu.org>.
9486
9487 2001-03-29 Paul Eggert <eggert@twinsun.com>
9488
9489 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9490 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9491
9492 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9493
9494 * generic.el (generic-mode-set-comments): Use "" rather than nil
9495 for comment-end.
9496
9497 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9498
9499 * emacs-lisp/advice.el (ad-make-advised-definition):
9500 Call interactive-form to obtain the interactive spec of subrs.
9501
9502 * subr.el (interactive-form): New function.
9503
9504 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9505
9506 * vc-sccs.el (vc-sccs-register): Use relative file names.
9507
9508 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9509
9510 * bookmark.el (bookmark-get-bookmark): Handle case that
9511 BOOKMARK is not a string.
9512
9513 * image.el (image-type-regexps): Change type for PS files
9514 to `postscript'.
9515
9516 * subr.el (read-passwd): Clear command history after each
9517 character entered. From: Stephen Gildea
9518 <gildea@stop.mail-abuse.org>.
9519
9520 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9521
9522 * international/kkc.el (kkc-save-init-file): Locally bind
9523 print-length to nil.
9524
9525 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9526
9527 * textmodes/flyspell.el: Some doc fixes.
9528 (flyspell-maybe-correct-transposition)
9529 (flyspell-maybe-correct-doubling): Use a temporary buffer
9530
9531 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9532
9533 * emacs-lisp/byte-opt.el (byte-optimize-while)
9534 (byte-optimize-form-code-walker): Diagnose too few arguments
9535 for `if' and `while'.
9536
9537 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9538
9539 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9540 Prepend `\' to "\<quail-translation-docstring>".
9541
9542 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9543
9544 * autorevert.el (global-auto-revert-non-file-buffers):
9545 Remove duplicate defcustom.
9546
9547 2001-03-26 Miles Bader <miles@gnu.org>
9548
9549 * international/latin1-disp.el (latin1-char-displayable-p):
9550 Add leading "-" for X font pattern.
9551
9552 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9553
9554 * international/mule-diag.el (describe-coding-system):
9555 For raw-text and emacs-mule, don't add anymore text about what
9556 charsets they can encode.
9557
9558 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9559
9560 * help.el (view-lossage): Mention open-dribble-file in the doc
9561 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9562
9563 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9564
9565 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9566 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9567
9568 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9569
9570 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9571 Call ccl-execute-on-string directly so that CCL program handling
9572 multibyte sequence can work correctly.
9573 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9574 property of the coding system.
9575
9576 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9577
9578 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9579 Fix transcription typo.
9580
9581 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9582
9583 * whitespace.el: Add buffer local variables to toggle testing of
9584 whitespaces in buffers without affecting the default values.
9585 Bump version to 3.0 to account for a few other changes.
9586 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9587 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9588 (whitespace-toggle-spacetab-check): New functions.
9589
9590 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9593
9594 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9595
9596 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9597 bs-cycle-configuration-name. From Juanma Barranquero
9598 <lektu@uol.com.br>.
9599
9600 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9601 and cc-vars.el.
9602
9603 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9604 headers. Always invoke sendmail with option -t.
9605
9606 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9607
9608 * Release of cc-mode 5.28.
9609
9610 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9611
9612 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9613 Removed the hardcoded switch to "java" style in Java mode.
9614 It's instead taken care of by the default value for c-default-style.
9615
9616 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9617
9618 * cc-align.el (c-lineup-math): Fix bug where lineup was
9619 triggered by equal signs in string literals.
9620
9621 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9622
9623 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9624 limit detection when at the ends of the buffer.
9625
9626 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9627 "for" statement clause in case 7F; a better one is done
9628 earlier in case 7D anyway.
9629
9630 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9631
9632 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9633 somewhat more and did a small optimization.
9634
9635 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9636
9637 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9638 Use the limit argument only to limit the syntactic context
9639 search, not to limit the actual movement.
9640
9641 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9642 inside multiline strings, just like in comments. Also various
9643 fixes to the paragraph and comment prefix recognition, block
9644 comment ender handling etc.
9645
9646 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9647
9648 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9649 the relative position of the point.
9650
9651 * cc-cmds.el (c-electric-continued-statement): New function to
9652 use as abbrev hook to reindent for keywords such as "else"
9653 that continues an earlier statement.
9654
9655 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9656 like classes.
9657
9658 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9659 (pike-mode): Populate the default abbrev tables to reindent for
9660 keywords such as "else" that can continue earlier statements.
9661 Abbrev mode is therefore turned on by default now. (Note that
9662 this doesn't apply to idl-mode, since IDL afaik doesn't have
9663 statements at all.)
9664
9665 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9666
9667 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9668 bracelists where the declaration contains template arguments.
9669
9670 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9671
9672 * cc-cmds.el (c-comment-indent):
9673 Use `c-get-syntactic-indentation' to correctly calculate the
9674 syntactic indentation. Fixes bug with lineup functions that
9675 return vectors.
9676
9677 * cc-engine.el (c-get-syntactic-indentation): Split the
9678 indentation sum calculation from `c-indent-line' to a separate
9679 function.
9680
9681 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9682
9683 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9684 Fixed places where it was assumed that preprocessor directives
9685 have to start in column zero.
9686
9687 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9688 template arguments after a class identifier properly.
9689
9690 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9691 lists for `new Foo[]' constructs in Java as expressions and
9692 not top level definition brace lists on the top level, so that
9693 they'll get indented consistently with the same type of
9694 expression in a normal block.
9695
9696 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9697
9698 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9699 whether the adaptive filling package fails to keep the comment
9700 prefix is now kludged further to check for filladapt-mode
9701 which doesn't have that problem. This is really icky, but it's
9702 the only way that works with the current misfeatures/bugs in
9703 both adaptive-fill-mode and filladapt-mode.
9704
9705 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9706 around point is recognized more robust.
9707
9708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9709
9710 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9711 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9712 (c-lit-type): Fixed all internal variables used dynamically so
9713 that they are always bound.
9714
9715 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9716 errors:
9717
9718 (c-indent-region): Fixed reporting of syntactic errors so that
9719 the region is fully reindented even when an error occurs.
9720 The last syntactic error is printed afterwards. Also cleanup up a
9721 whole lot of code that tried to optimize indentation of whole
9722 sexps but in reality accomplishes nothing.
9723
9724 (c-indent-sexp): Use c-indent-region.
9725
9726 (c-parsing-error): Changed this variable to hold the message
9727 for any syntactic error that is discovered.
9728
9729 (c-parse-state): Search backward from point instead of the bod
9730 position when the latter is invalid. This makes CC Mode
9731 recover faster when there are unbalanced close braces.
9732
9733 (c-backward-to-start-of-if): Use c-parsing-error to report
9734 dangling "else" clauses instead of throwing an error, and fall
9735 back to a reasonable position.
9736
9737 (c-indent-line): Added argument to avoid reporting syntactic errors.
9738
9739 (c-show-syntactic-information): Don't report any syntactic errors.
9740
9741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9742
9743 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9744 paragraph recognition when moving by sentence in literals.
9745
9746 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9747 start regexp for javadoc to recognize javadoc markup in general instead
9748 of a specific set of keywords, to be more future-safe.
9749
9750 (c-Pike-pikedoc-paragraph-start)
9751 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9752 pikedoc markup.
9753
9754 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9755
9756 (pike-mode): Initialize paragraph settings pikedoc recognition.
9757
9758 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9759
9760 (c-comment-prefix-regexp): Made it possible to use an
9761 association list on this to specify mode specific regexps.
9762 The default value now use a special regexp in Pike mode to
9763 recognize pikedoc markup.
9764
9765 (c-current-comment-prefix): New variable containing the actual
9766 regexp from c-comment-prefix-regexp for the current buffer.
9767
9768 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9769
9770 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9771 lists: We can't look at the syntax, since a brace list can get
9772 recognized as a plain statement-cont.
9773
9774 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9775 special brace list opener broken over two lines got recognized
9776 as a statement on the second line. Case 9A changed.
9777
9778 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9779
9780 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9781 adjustment after line is reindented.
9782
9783 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9784
9785 * cc-defs.el (c-point): Added optional argument for position
9786 to use instead of the current point.
9787
9788 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9789 the in-expression block symbols when the construct starts at
9790 boi, to avoid the extra level of indentation in that case.
9791 Cases 4, 16A and 17E affected.
9792
9793 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9794
9795 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9796 calls to `c-indent-line', to adhere better to Emacs conventions.
9797
9798 * cc-engine.el (c-indent-line): Use the syntax already bound
9799 to `c-syntactic-context', if there is any.
9800
9801 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9802
9803 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9804 wasn't added up correctly when a lineup function returned nil.
9805
9806 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9807
9808 * cc-engine.el (c-collect-line-comments): Fixed bug where
9809 empty lines were ignored when collecting line comments backwards.
9810
9811 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9812
9813 * cc-align.el (c-lineup-dont-change): Return an absolute
9814 indentation column to work correctly in the case when several
9815 syntactic elements are processed for the same line.
9816
9817 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9818 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9819 (c-set-offset): Added absolute indentation column settings by
9820 using the vector type.
9821
9822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9823
9824 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9825 Implemented two new cleanups `space-before-funcall' and
9826 `compact-empty-funcall'.
9827
9828 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9829
9830 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9831 helping building regexps.
9832
9833 * cc-engine.el (c-on-identifier): New function for detecting
9834 identifiers. It takes keywords into account.
9835
9836 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9837 lists. `c-keywords' is set to a regexp matching all keywords
9838 in the current language.
9839
9840 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9841
9842 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9843 list of characters to skip backwards over at the beginning of
9844 a statement, since it can precede string literals in Pike.
9845
9846 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9847
9848 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9849 recognition when standing on the last line in a C++ comment
9850 with nothing but whitespace after the prefix.
9851
9852 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9853 given no limit argument.
9854
9855 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9856
9857 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9858 recognition for the `[]= operator symbol in Pike.
9859
9860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9861
9862 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9863 around a bug in `eval-when-compile' in the byte compiler.
9864
9865 * cc-engine.el (c-forward-token-1): Fixed bug with return
9866 value when count is zero and there's no token start within the limit.
9867
9868 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9869 "prefix comments", i.e. comments which are followed by code on
9870 the same line.
9871
9872 * cc-mode-19.el: Fixes so that checks that must be done at
9873 compile time also are done then.
9874
9875 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9876
9877 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9878 time and at runtime, and only when it's needed.
9879
9880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 Major cleanup for less error prone and more warning free
9883 compilation, including some fixes for bugs due to different
9884 compilation orders. Thanks to Martin Buchholz for providing
9885 the basis for all this.
9886
9887 * cc-bytecomp.el: New file that provides some byte compilation
9888 features: It ensures that files always are loaded from the
9889 current source directory during compilation, and it provides a
9890 set of macros to turn off specific compiler warnings for
9891 specific symbols. (It's not CC Mode specific in any way.)
9892
9893 Fixed a nearly acyclic dependency tree (both runtime and
9894 compile-time) between all files.
9895
9896 * cc-defs.el: Separated all macros before the inline functions,
9897 to ensure correct compilation.
9898
9899 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9900 cc-defs.el to cc-engine.el and made it a function instead.
9901
9902 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9903 about char-after.
9904
9905 * cc-vars.el: Cope even when there isn't a custom package
9906 containing defcustom available.
9907
9908 * cc-make.el: Removed since it's no longer necessary.
9909
9910 README: Updated installation instructions.
9911
9912 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9913
9914 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9915 improve the modularity: Moved all mode init stuff from
9916 cc-langs.el to cc-mode.el, including the keymap
9917 initialization; cc-langs now only contains the various
9918 variables for configuring the language syntax.
9919
9920 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9921 (c-get-offset): Moved from cc-styles to cc-engine since file
9922 dependency analysis suggests they belong there (which also
9923 makes more sense). Thanks to Martin Buchholz for doing the analysis.
9924
9925 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9926
9927 * cc-cmds.el (c-fn-region-is-active-p): New function that
9928 wraps the corresponding macro, for use in places that aren't
9929 compiled. Thanks to Martin Buchholz for pointing out this.
9930
9931 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9932
9933 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9934 add things to the bug report.
9935
9936 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9937
9938 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9939 returned prefix could contain a newline when the search for a
9940 good prefix line failed.
9941
9942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9943
9944 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9945 (c-toggle-auto-hungry-state): Made the argument optional, as
9946 the documentation says it is.
9947
9948 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9949
9950 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9951 multiline string syntax, #"...", as a cpp macro.
9952
9953 2001-03-21 Paul Eggert <eggert@twinsun.com>
9954
9955 * international/mule-cmds.el (set-locale-environment):
9956 Set system-messages-locale and system-time-locale, but only if the
9957 caller specifies a non-nil locale name.
9958
9959 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9960
9961 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9962 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
9963
9964 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9965
9966 * follow.el (follow-avoid-tail-recenter): Doc fix.
9967
9968 * custom.el (custom-set-variables): Avoid reversing the list
9969 of args needlessly.
9970
9971 * startup.el (fancy-splash-head): Don't change the colors of the
9972 XPM image on a dark background.
9973
9974 * comint.el (comint-exec-1): Set columns of the terminal to
9975 window-width instead of frame-width.
9976
9977 * info.el (Info-scroll-down): Add missing WINDOW arg for
9978 pos-visible-in-window-p.
9979
9980 * ehelp.el (electric-help-mode-hook): Add defcustom.
9981
9982 * mail/sendmail.el (mail-mode): Activate case-folding in
9983 font-lock-defaults.
9984
9985 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9986
9987 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9988 (completion-ignored-extensions): Remove duplicate ".class".
9989
9990 2001-03-19 Andreas Schwab <schwab@suse.de>
9991
9992 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9993 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9994
9995 2001-03-19 Gerd Moellmann <gerd@gnu.org>
9996
9997 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9998 methods since there are not prefix input methods.
9999
10000 2001-03-19 Kenichi Handa <handa@etl.go.jp>
10001
10002 * international/mule-cmds.el (read-input-method-name):
10003 Locally bind enable-recursive-minibuffers to t.
10004
10005 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10006
10007 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10008
10009 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
10010
10011 * ediff-util.el: Copyright years.
10012 (ediff-choose-syntax-table): New function.
10013 (ediff-setup): Use ediff-choose-syntax-table.
10014
10015 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10016 with-syntax-table.
10017
10018 * ediff.el: Date of last update, copyright years.
10019
10020 * ediff-wind (ediff-setup-control-frame): Nill->nil.
10021
10022 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10023 of Scott Bronson.
10024 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10025 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10026 Deleted functions.
10027 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10028 ex-token-list.
10029
10030 * viper-util.el: Spaces, indentation.
10031
10032 * viper.el: Changed version, modification time.
10033
10034 2001-03-16 John Wiegley <johnw@gnu.org>
10035
10036 * calendar/timeclock.el (timeclock-workday-remaining):
10037 Check whether `discrep' is non-null before using it.
10038
10039 2001-03-16 John Wiegley <johnw@gnu.org>
10040
10041 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10042 first-time checkins.
10043 (timeclock-log-data): Fixed problem with reading timelog log file.
10044 Resulting data in the "day list" was incorrect.
10045 (timeclock-find-discrep): Check if `timeclock-file' is readable
10046 before opening it.
10047 (timeclock-time-less-p): New function.
10048 (timeclock-day-base): New function.
10049 (timeclock-geometric-mean): New function.
10050 (timeclock-generate-report): Generate a summary report based on
10051 the contents of the log file. This uses `timeclock-log-data', and
10052 is an example of writing a timelog manipulation function.
10053 (timeclock-visit-timelog): A quick command for opening the timelog
10054 file.
10055 (timeclock-log-data): Bound the variable event.
10056
10057 2001-03-16 Kenichi Handa <handa@etl.go.jp>
10058
10059 * international/mule-cmds.el (select-safe-coding-system):
10060 Fix typo: symbol-name -> symbol-value.
10061
10062 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10063 before substitute-in-file-name to handle double slashes in FILE
10064 correctly.
10065
10066 2001-03-15 Gerd Moellmann <gerd@gnu.org>
10067
10068 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10069 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
10070
10071 2001-03-14 Gerd Moellmann <gerd@gnu.org>
10072
10073 * bindings.el (features): Add `md5' and `overlay' to the list.
10074
10075 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10076 bound before using it. It's not bound when configured without X,
10077 for instance.
10078
10079 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10080
10081 * progmodes/hideshow.el: Update copyright.
10082 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10083 (hs-minor-mode-hook): Include `:version' in defcustom form.
10084
10085 2001-03-13 Gerd Moellmann <gerd@gnu.org>
10086
10087 * help.el (string-key-binding): Don't call event-start on
10088 a non-list.
10089
10090 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10091
10092 * startup.el (fancy-splash-tail, command-line-1): Fix the
10093 copyright year.
10094
10095 2001-03-13 Kenichi Handa <handa@etl.go.jp>
10096
10097 * term.el: These changes are based on a patch sent from Yong Lu
10098 <lyongu@yahoo.com>.
10099 (term-set-escape-char): Bind M-x to execute-extended-command in
10100 term-raw-escape-map.
10101 (term-move-columns): Don't try to move to negagive column.
10102 (term-emulate-terminal): Insert a string before deleting a text to
10103 overwrite.
10104
10105 2001-03-12 Gerd Moellmann <gerd@gnu.org>
10106
10107 * play/life.el (life): Rearrange code so that all calls to
10108 life-display-generation are in a catch-form.
10109
10110 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10111 file that isn't interesting. In an interesting file, push the old
10112 value of point on the mark ring.
10113
10114 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10115 New function.
10116 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10117 Use it.
10118
10119 * emacs-lisp/autoload.el (generate-file-autoloads):
10120 Remove warning about line lengths.
10121
10122 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10123
10124 * progmodes/etags.el (tags-compression-info-list): New variable.
10125 (find-tag-in-order): Use it to deal with compressed source files.
10126 (tag-file-name-match-p): New function.
10127 (etags-recognize-tags-table): Use it for better match of file names.
10128
10129 2001-03-12 Kenichi Handa <handa@etl.go.jp>
10130
10131 * international/mule-cmds.el (register-input-method): Doc fix.
10132
10133 * international/quail.el (quail-translate-key): Fix condition to
10134 check if there's another breaking point in the current key.
10135
10136 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10137
10138 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10139 Babyl header to the newly-created output file, bind
10140 coding-system-for-write to either rmail-file-coding-system or
10141 emacs-mule-unix.
10142
10143 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10144
10145 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10146 Fix the name and regexp used for subsubsections.
10147
10148 2001-03-10 Dave Love <fx@gnu.org>
10149
10150 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10151 and save-buffer if buffer-file-name non-nil. From rms.
10152
10153 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10154
10155 * vc.el (vc-do-command): If the destination buffer is already
10156 current, don't set it up and don't erase it. Updated doc string
10157 to reflect that.
10158 (vc-version-diff): When doing a single file diff, don't switch to the
10159 *vc-diff* buffer before the command. This is to preserve local
10160 variable bindings that might affect the diff command.
10161 (vc-print-log): Don't switch to the *vc* buffer before the
10162 command, so that local variable bindings are preserved.
10163
10164 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10165 not the current buffer.
10166 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10167
10168 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10169 make output go to buffer *vc*, not the current buffer.
10170
10171 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10174 so ^, $, *, ? and + are interpreted correctly.
10175
10176 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10177
10178 * help.el (string-key-binding): Renamed from
10179 mode-line-key-binding. Handle any event on a string.
10180 Check for `keymap' properties as well as `local-map' properties.
10181
10182 * comint.el (comint-insert-clicked-input): Use the last key
10183 from this-command-keys to lookup the global key definition.
10184
10185 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10186
10187 * international/characters.el: Add category `j' for
10188 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10189
10190 * international/mule-conf.el (no-conversion): Fix docstring.
10191 (raw-text): Fix docstring.
10192
10193 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10194
10195 * simple.el (choose-completion-string): When not leaving the
10196 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10197 is set.
10198
10199 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10200 parameter `(minibuffer . t)'.
10201
10202 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10203
10204 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10205 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10206 (sh-mode): Remove `make-local-variable' for unused var
10207 `font-lock-unfontify-region-function'.
10208
10209 2001-03-07 Richard M. Stallman <rms@gnu.org>
10210
10211 * info.el (Info-scroll-down): Fix previous change.
10212
10213 * mail/rmail.el (rmail-toggle-header): Use a window which
10214 is showing the Rmail buffer, rather than the selected window.
10215
10216 2001-03-07 Dave Love <fx@gnu.org>
10217
10218 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10219 now, to avoid problems with binding imenu directly to a mouse event.
10220
10221 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10222
10223 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10224 second arg t.
10225
10226 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10227
10228 * log-edit.el (log-edit-common-indent): New var.
10229 (log-edit-set-common-indentation): Renamed from
10230 log-edit-delete-common-indentation. Use the new var.
10231 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10232
10233 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10234 (cvs-mode-add-change-log-entry-other-window):
10235 Don't presume change-log-default-name is defined.
10236
10237 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10238
10239 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10240 the "tree" operation as well.
10241
10242 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10243
10244 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10245 to match paragraph-start.
10246
10247 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10248 comment-start-skip and set comment-end-skip as well.
10249 (sgml-comment-indent): Fix for new value of comment-start-skip.
10250 (html-autoview-mode): Don't bother using make-local-hook.
10251
10252 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10253
10254 * cus-edit.el (custom-save-delete): Move in front of local
10255 variables, otherwise long Custom entries would make them ineffective.
10256
10257 * uniquify.el: Set maintainer to FSF.
10258
10259 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * dired-aux.el (dired-do-shell-command): Doc fix.
10262
10263 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10264
10265 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10266
10267 * which-func.el (which-func-modes): Add cperl-mode.
10268 (which-func-mode-global): Use define-minor-mode.
10269
10270 * info-look.el: Docstring fixes and dead code eliminated.
10271 (cperl-mode): Add support.
10272 (emacs-lisp-mode): List all entries from elisp manual, whether
10273 or not they are currently (f)bound or not. Update regexp.
10274
10275 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10276
10277 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10278 so that C-h m shows the correct information.
10279 Use make-local-variable rather than make-variable-buffer-local.
10280 (cperl-info-buffer, cperl-setup-tmp-buf):
10281 Use make-local-variable rather than make-variable-buffer-local.
10282 (cperl-msb-fix, cperl-get-help-defer):
10283 Check major-mode for `cperl-mode' as well.
10284
10285 * progmodes/cperl-mode.el: Updated to author version 4.23.
10286 (cperl-electric-pod): SYNOPSIS was misspelled.
10287 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10288 (cperl-after-expr-p): Make true after __END__.
10289
10290 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10291
10292 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10293 bookmark-completion-ignore-case is t.
10294
10295 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10296 switch, like xterm, and concat resource strings, with a newline
10297 between them.
10298
10299 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10300
10301 * international/codepage.el (cp770-decode-table)
10302 (cp773-decode-table, cp774-decode-table): New variables.
10303
10304 * man.el (Man-hyphenated-reference-regexp): New variable.
10305 (Man-build-references-alist): Use it to search for referenced
10306 manpages. If hyphenated is non-nil, record a concatenated word in
10307 Man-refpages-alist only if it matches Man-reference-regexp.
10308 Update word's length when it is concatenated. Reverse the list,
10309 to get the first manpage at the head.
10310 (Man-possibly-hyphenated-word): New function.
10311 (Man-follow-manual-reference): Use it instead of current-word to
10312 find a manpage at point, in a way that accounts for hyphenated
10313 references.
10314
10315 2001-03-06 Alex Schroeder <alex@gnu.org>
10316
10317 * sql.el (sql-interbase): New function.
10318 (sql-interbase-program): New option.
10319 (sql-interbase-options): New option.
10320 And some typos fixed: "customise" to "customize".
10321
10322 2001-03-06 Dave Love <fx@gnu.org>
10323
10324 * textmodes/flyspell.el (flyspell-region):
10325 Set up flyspell-local-mouse-map.
10326
10327 2001-03-05 Richard M. Stallman <rms@gnu.org>
10328
10329 * mail/rmail.el (rmail-retry-failure):
10330 Don't call rmail-beginning-of-message.
10331 Don't discard From: field. Do discard Received: field.
10332 Use unwind-protect to re-prune.
10333 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10334
10335 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10336
10337 * international/quail.el (quail-title): Add autoload cookie.
10338
10339 2001-03-05 Dave Love <fx@gnu.org>
10340
10341 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10342 new defs.
10343
10344 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10345
10346 * language/ethio-util.el (ethio-toggle-space):
10347 Update current-input-method-title if necessary.
10348 (ethio-toggle-punctuation): Likewise.
10349
10350 * international/quail.el (quail-title): Fix for the case that a
10351 title of an input method is specified by a list of the same form
10352 as used in mode-line-format.
10353
10354 * international/mule-cmds.el (activate-input-method):
10355 If current-input-method-title is set by activating INPUT-METHOD,
10356 respect that value.
10357
10358 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10359
10360 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10361
10362 2001-03-05 Alex Schroeder <alex@gnu.org>
10363
10364 * sql.el (sql-sybase): Fix typo (was: query user about server two
10365 times instead of server and database).
10366
10367 * sql.el (sql-sybase): Doc change.
10368 (sql-mysql): Doc change.
10369 (sql-postgres): Doc change.
10370
10371 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10372
10373 * international/mule-conf.el (emacs-mule, raw-text):
10374 Docstring modified.
10375
10376 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10377
10378 * term/internal.el: Update copyright notice.
10379
10380 * term/pc-win.el: Update copyright notice.
10381
10382 2001-03-02 Dave Love <fx@gnu.org>
10383
10384 * files.el (insert-file-contents-literally):
10385 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10386 not jka-compr-compression-info-list.
10387
10388 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10391 spaces in default comment-start-skip settings rather than \s-.
10392
10393 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10394
10395 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10396 default-frame-alist as well.
10397
10398 2001-03-01 Dave Love <fx@gnu.org>
10399
10400 * textmodes/reftex.el (defvar): Wrap some defvars in
10401 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10402
10403 * subr.el (event-basic-type): Doc fix.
10404
10405 * international/quail.el: Doc fixes.
10406
10407 * international/utf-8.el: Doc fixes.
10408
10409 * international/mule-cmds.el: Doc fixes.
10410 (leim-list-header): Fix header text.
10411
10412 * international/mule.el (coding-system-category): Doc fix.
10413
10414 * international/ccl.el (ccl-compile): Doc fix.
10415
10416 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10417
10418 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10419 rather than (before|after)-change-functions.
10420
10421 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10422
10423 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10424 scroll-left and scroll-right being called interactively so that
10425 they set the window's min_hscroll.
10426
10427 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10428
10429 * info.el (info-insert-file-contents-1): Accept an additional
10430 argument `lfn': if it is non-nil, concatenate `filename' and
10431 `suffix'; otherwise use the complicated MS-DOS code.
10432 All callers changed.
10433 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10434 can access long file names, try the long file-name version of
10435 `info-insert-file-contents-1', then the short file-name version.
10436
10437 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10438
10439 * language/ethio-util.el (setup-ethiopic-environment-internal):
10440 Change bindings of functions keys to conform to "Emacs Lisp Coding
10441 Convention".
10442
10443 * language/ethiopic.el ("Ethiopic"): Add documentation.
10444
10445 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10446
10447 * international/utf-8.el (mule-utf-8): Set coding-category
10448 property to coding-category-utf-8.
10449
10450 2001-02-27 Richard M. Stallman <rms@gnu.org>
10451
10452 * lpr.el (lpr-page-header-switches, print-region-1):
10453 Undo 2000-07-06 change.
10454 (lpr-add-switches): Default to t on gnu/linux.
10455
10456 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10457
10458 * bs.el (bs-attributes-list): Doc fix.
10459
10460 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10461
10462 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10463
10464 * help.el (view-order-manuals): Use goto-address.
10465
10466 * startup.el (command-line-1): Add info about ordering manuals
10467 to the not so fancy splash screens.
10468
10469 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10470
10471 * vc.el (vc-default-workfile-unchanged-p)
10472 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10473
10474 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10475
10476 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10477 fontify in the right buffer.
10478
10479 * allout.el (outline-flag-region): Move macro in front of first
10480 use to avoid a run-time error.
10481
10482 2001-02-24 Andrew Innes <andrewi@gnu.org>
10483
10484 * makefile.w32-in: Fix copyright notice.
10485
10486 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10487
10488 * international/utf-8.el (mule-utf-8): Set correct value for
10489 valid-codes property.
10490
10491 * international/fontset.el (x-complement-fontset-spec): In the
10492 case that we use ASCII font for the other charsets, use only
10493 family and registry part of it.
10494
10495 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10496
10497 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10498 (shrink-window-if-larger-than-buffer): Doc fix.
10499
10500 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10501
10502 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10503 predicate passed to completing-read.
10504
10505 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10506
10507 * startup.el (command-line): Fix last change.
10508
10509 2001-02-23 Jason Rumney <jasonr@gnu.org>
10510
10511 * startup.el (tool-bar-originally-present): New variable.
10512 (command-line): Set it if the tool-bar is switched on at startup.
10513
10514 * frame.el (frame-notice-user-settings): Only adjust frame height
10515 for no tool-bar case if tool-bar was originally switched on.
10516 From E. Jay Berkenbilt.
10517
10518 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * server.el (server-switch-buffer): Only switch window if the
10521 current one is dedicated.
10522
10523 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10524 rather than using (match-beginning 0) when searching for break point.
10525
10526 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10527
10528 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10529 @ follows an accent command such as @'. Support optional braces
10530 in commands that insert accents, like makeinfo does.
10531
10532 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10533
10534 * startup.el (fancy-splash-text): Add a line for ordering
10535 manuals. Reverse order of splash screens shown.
10536 (use-fancy-splash-screens-p): Adapt to the text line added.
10537
10538 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10539 manuals from the FSF.
10540
10541 * help.el (view-order-manuals): New function.
10542 (toplevel): Bind C-h C-m to this function.
10543
10544 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10545
10546 * newcomment.el (comment-forward): Skip the comment-start before
10547 searching for the comment-end.
10548
10549 2001-02-21 Dave Love <fx@gnu.org>
10550
10551 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10552
10553 * international/mule-cmds.el, international/mule.el: Doc fixes.
10554
10555 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10556
10557 * startup.el (fancy-splash-screens): Use display-hourglass
10558 instead of display-busy-cursor.
10559
10560 * frame.el (display-hourglass): Renamed from busy-cursor.
10561 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10562 (show-cursor-in-non-selected-windows): Doc fix.
10563
10564 2001-02-20 Dave Love <fx@gnu.org>
10565
10566 * international/utf-8.el: Doc and commentary fixes.
10567
10568 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10569
10570 * ehelp.el (with-electric-help): Doc fix.
10571
10572 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10573
10574 * msb.el (msb-mode): Call the update-buffers function explicitly
10575 with a FORCE argument.
10576
10577 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10578 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10579 returns nil.
10580
10581 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10582
10583 * ps-print.el: Timestamp package replacement. Some enhancements.
10584 Some XEmacs compatibility. Doc fix.
10585 (ps-print-version): New version number (6.4).
10586 (ps-printer-name): Initialization fix.
10587 (ps-zebra-stripe-follow): Funcionality enhancement.
10588 (ps-prologue-file): Code enhancement.
10589 (ps-right-header): Timestamp package replacement.
10590 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10591 (ps-get-page-dimensions)
10592 (ps-generate-header, ps-begin-file, ps-begin-job)
10593 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10594 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10595 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10596 (coding-system-for-write): Var declaration (XEmacs compatibility).
10597
10598 2001-02-20 Miles Bader <miles@gnu.org>
10599
10600 * image-file.el (image-file-name-extensions): Add "tif".
10601
10602 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10603
10604 * wid-edit.el (widget-button-click): Save the selected window
10605 around the code handling clicks on buttons.
10606
10607 2001-02-18 Dave Love <fx@gnu.org>
10608
10609 * imenu.el (imenu--generic-function): Use mapc to iterate over
10610 syntax characters.
10611
10612 2001-02-17 Richard M. Stallman <rms@gnu.org>
10613
10614 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10615
10616 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10617
10618 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10619
10620 * mouse.el (mouse-save-then-kill): If the distance from the new
10621 point to the mark is equal to the distance of point from the new
10622 point, move point instead of the mark.
10623
10624 2001-02-16 Dave Love <fx@gnu.org>
10625
10626 * textmodes/flyspell.el (flyspell-get-word): Return string without
10627 properties.
10628
10629 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10630
10631 * generic.el (generic-find-file-regexp): Doc fix.
10632 (generic-ignore-files-regexp): New defcustom.
10633 (generic-mode-find-file-hook): If the file's name matches the
10634 regexp in `generic-ignore-files-regexp', don't enter
10635 default-generic-mode. Doc fix.
10636
10637 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10638
10639 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10640 Add autoload cookies.
10641
10642 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10643 of cal-tex-24.
10644
10645 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10646
10647 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10648
10649 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10650 the character class after the (optional) drive, to support file
10651 names with embedded blanks.
10652
10653 2001-02-15 Sam Steingold <sds@gnu.org>
10654
10655 * textmodes/tex-mode.el (tex-shell-running):
10656 Check the process buffer too.
10657
10658 2001-02-15 Dave Love <fx@gnu.org>
10659
10660 * battery.el (battery-status-function): Fix doc, :type.
10661
10662 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10663
10664 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10665
10666 * subr.el (read-passwd): Clear Lisp memory holding password.
10667
10668 2001-02-15 Miles Bader <miles@gnu.org>
10669
10670 * info.el (Info-copy-current-node-name): New function.
10671 (Info-mode-menu): Add it to the menu.
10672
10673 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10674
10675 * international/mule-cmds.el (toggle-input-method): Doc fix.
10676
10677 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10678
10679 * replace.el (occur): Stop at end of buffer.
10680
10681 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10682
10683 * international/mule-cmds.el (set-input-method): Another doc fix.
10684
10685 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10686
10687 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10688
10689 2001-02-13 Miles Bader <miles@gnu.org>
10690
10691 * faces.el (set-face-background, set-face-foreground)
10692 (set-face-stipple): Treat a value of nil as being `unspecified'.
10693
10694 2001-02-12 Dave Love <d.love@dl.ac.uk>
10695
10696 * international/latin1-disp.el: Doc fixes.
10697 (latin1-display) <defgroup>: Add :link.
10698 (latin1-display) <function>: Set variable latin1-display.
10699
10700 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10701
10702 * international/mule-cmds.el (set-input-method): Doc fix.
10703
10704 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10705
10706 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10707 (speedbar-line-file): Return nil if not a file.
10708 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10709
10710 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10711
10712 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10713 for remote files.
10714 (ediff-coding-system-for-read): Replaced the no-conversion default
10715 with raw-text.
10716
10717 * ediff-init.el: Removed :version from defcustom vars.
10718
10719 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10720 Better handling of the diff mode.
10721
10722 * ediff.texi: Added ediff-coding-system-for-read.
10723
10724 * viper.texi: Fix typos.
10725
10726 2001-02-11 Dave Love <fx@gnu.org>
10727
10728 * shadowfile.el: Doc fixes.
10729 (shadow) <defgroup>: Add :link.
10730 (shadowfile-unload-hook): New function.
10731 (shadow-initialize): Use defalias, not fset.
10732 (shadow-define-cluster, shadow-define-literal-group)
10733 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10734
10735 * international/mule.el: Doc and message fixes.
10736
10737 * international/ccl.el (define-ccl-program): Doc fix.
10738
10739 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10740
10741 * faces.el (mode-line): Set :line-width property to -1.
10742
10743 2001-02-10 Richard M. Stallman <rms@gnu.org>
10744
10745 * complete.el (partial-completion-mode): Doc fix.
10746
10747 * simple.el (delete-key-deletes-forward-mode):
10748 Change `let' to `let*' to fix gross bug in last change.
10749
10750 * repeat.el (repeat): Don't let execute-kbd-macro alter
10751 real-last-command.
10752
10753 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10754
10755 * simple.el (eval-expression): Doc fix.
10756
10757 2001-02-09 Dave Love <fx@gnu.org>
10758
10759 * imenu.el (imenu-generic-expression): Doc fix.
10760
10761 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10762 From Juanma Barranquero.
10763
10764 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10765
10766 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10767
10768 * faces.el (set-face-attribute): Describe the case of a negative
10769 value specified for :line-width.
10770
10771 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10772
10773 * which-func.el (which-func-mode): Invert which-func-mode-global.
10774 From Juanma Barranquero <lektu@uol.com.br>.
10775
10776 2001-02-08 Dave Love <fx@gnu.org>
10777
10778 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10779 widget-plist-value-type.
10780 (widget-alist-convert-widget): Replace binding of
10781 widget-alist-value-type.
10782
10783 * textmodes/paragraphs.el (sentence-end): Doc fix.
10784
10785 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10786 Remove `backward-line'.
10787
10788 * play/pong.el (pong-blank-color, pong-bat-color)
10789 (pong-ball-color, pong-border-color, pong-left-key)
10790 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10791 (pong-pause-key, pong-resume-key, pong-timer-delay):
10792 * mail/mh-comp.el (mh-compose-letter-function):
10793 * eshell/esh-mode.el (eshell-skip-prompt-function):
10794 * emulation/viper-ex.el (ex-unix-type-shell-options):
10795 * recentf.el (recentf-menu-filter):
10796 * ps-print.el (ps-print-region-function):
10797 * lpr.el (print-region-function):
10798 * forms.el (forms-mode-hooks):
10799 * dirtrack.el (dirtrack-directory-change-hook):
10800 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10801 * textmodes/spell.el (spell-filter):
10802 * textmodes/fill.el (adaptive-fill-function):
10803 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10804 * progmodes/etags.el (find-tag-default-function):
10805 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10806 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10807
10808 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10811 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10812 Meyering <jim@meyering.net>.
10813
10814 * loadup.el: Revert last change.
10815
10816 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10817
10818 * international/mule.el (transform-make-coding-system-args):
10819 Make it work also for coding systems not using CCL.
10820
10821 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10822
10823 * simple.el (previous-matching-history-element)
10824 (next-matching-history-element): Doc fix.
10825
10826 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10827 specific part.
10828
10829 2001-02-06 Dave Love <fx@gnu.org>
10830
10831 * add-log.el (add-log-current-defun-function)
10832 (add-log-buffer-file-name-function, add-log-file-name-function):
10833 Fix :type.
10834 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10835
10836 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10837
10838 * info.el (info-initialize): Remove the test for system-type when
10839 invocation-directory is non-nil.
10840
10841 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10842 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10843
10844 2001-02-06 Andrew Innes <andrewi@gnu.org>
10845
10846 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10847 absolute.
10848
10849 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10850
10851 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10852 buffers. When hi-lock turned on rather than only checking current
10853 buffer for regexps, all buffers are checked. Moved activation of
10854 font-lock to hi-lock-refontify. When font-lock turned off rather
10855 than removing added highlighting just in current buffer, remove it
10856 in all buffers. Changed edit menu text from "Automatic
10857 Highlighting" to "Regexp Highlighting" Documentation for
10858 highlighting phrases, minor documentation changes.
10859 (hi-lock-set-file-patterns): Execute only if there are new or
10860 existing file patterns.
10861 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10862 unfontify and, if a support mode is active, will not refontify the
10863 whole buffer. If necessary, turn on font lock. (Removed
10864 font-lock-unfontify and font-lock support-mode-specific calls,
10865 such as lazy-lock-fontify-window.)
10866 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10867 patterns are found. Not useful now since find-file-hook is removed
10868 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10869 (hi-lock-face-phrase-buffer): New function. Also added related
10870 menu item and keybinding.
10871 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10872 (hi-lock-process-phrase): New function.
10873 (hi-lock-line-face-buffer): Doc fixes.
10874 (hi-lock-face-buffer): Doc fixes.
10875 (hi-lock-unface-buffer): Doc fixes.
10876
10877 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10878
10879 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10880 dabbrev-ignored-regexps.
10881
10882 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10883
10884 * simple.el (kill-line): Doc fix.
10885
10886 2001-02-05 Dave Love <fx@gnu.org>
10887
10888 * loadup.el: Revert last two changes -- bootstrapping works with
10889 regenerated loaddefs.
10890
10891 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * isearch.el (isearch-forward): Doc fix.
10894
10895 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10896 of font-lock-defaults to backward-paragraph.
10897
10898 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10899
10900 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10901 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10902
10903 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10904
10905 * ebnf2ps.el: Eliminate time-stamp functions.
10906 (ebnf-version): New version (3.5).
10907 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10908 format-time-string.
10909
10910 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10911
10912 * simple.el (next-line): Goto end-of-line before inserting a newline.
10913
10914 2001-02-05 Miles Bader <miles@gnu.org>
10915
10916 * image-file.el (insert-image-file): When visiting an image, also
10917 set `truncate-lines' to t so that any fringe arrow looks correct.
10918
10919 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10920
10921 * isearch.el (isearch-forward): Add description about input method
10922 in the docsting.
10923
10924 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10925
10926 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10927
10928 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10929
10930 * info.el (info-initialize): If installation-directory is nil, for
10931 DOS/Windows systems try looking in a sibling of invocation-directory.
10932
10933 2001-02-02 Gerd Moellmann <gerd@gnu.org>
10934
10935 * wid-edit.el (widget-button-click): Fix last change.
10936
10937 * frame.el (frame-notice-user-settings): When resizing the initial
10938 frame because the tool bar is off, also change the frame's top
10939 position if a negative top position was specified.
10940
10941 2001-02-02 Miles Bader <miles@gnu.org>
10942
10943 * image-file.el (insert-image-file): When visiting an image,
10944 suppress the cursor in the image buffer.
10945
10946 2001-02-01 Dave Love <fx@gnu.org>
10947
10948 * progmodes/f90.el (f90-mode): Remove startup message.
10949
10950 * vc-cvs.el: Remove autoloads. Require vc when compiling.
10951
10952 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10953
10954 * startup.el (command-line): Fix code determining whether or not
10955 to use delete-key-deletes-forward-mode.
10956
10957 2001-02-01 Andre Spiegel <spiegel@gnu.org>
10958
10959 * vc.el (vc-diff-switches): New user option.
10960 (vc-version-diff): Use it.
10961 (vc-diff-switches-list): New macro.
10962
10963 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10964 New customization options.
10965 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10966
10967 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10968
10969 2001-02-01 Gerd Moellmann <gerd@gnu.org>
10970
10971 * msb.el (toplevel): Quote hook symbols.
10972
10973 2001-02-01 Kenichi Handa <handa@etl.go.jp>
10974
10975 * international/mule.el (make-coding-system): Add description
10976 about recognized properties in the docstring.
10977
10978 * international/mule-conf.el: Remove unused charsets
10979 mac-roman-lower and mac-roman-upper.
10980
10981 2001-01-31 Gerd Moellmann <gerd@gnu.org>
10982
10983 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10984 is in front of the left-margin, if any.
10985
10986 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10987 like `delete'.
10988
10989 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10990
10991 * term/w32-win.el (mouse-set-font): Doc fix.
10992
10993 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
10994
10995 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10996 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10997 on already.
10998
10999 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
11000
11001 * files.el (save-buffer): Don't give message if (buffer-file-name)
11002 returns nil.
11003
11004 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11005
11006 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11007
11008 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11009 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11010
11011 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11012 display problems.
11013
11014 2001-01-31 Kenichi Handa <handa@etl.go.jp>
11015
11016 * international/mule.el (charset-info): Fix docstring.
11017
11018 * international/mule-diag.el (describe-character-set): Check final
11019 char valid before printing it.
11020
11021 2001-01-30 Gerd Moellmann <gerd@gnu.org>
11022
11023 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11024
11025 * frame.el (frame-notice-user-settings): Do the tool-bar
11026 stuff only for graphical displays. Fix a braino.
11027
11028 * frame.el (frame-initialize): Create initial frame visible.
11029 (frame-notice-user-settings): When tool-bar has been switched off,
11030 correct the frame size and sync tool-bar-mode.
11031
11032 * startup.el (command-line): Remove manipulation of frame
11033 height for tool bars.
11034
11035 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11036
11037 * lpr.el: Compatibility with XEmacs and doc fixes.
11038 (lpr-windows-system, lpr-lp-system): New vars.
11039 (lpr-printer-switch): New defcustom.
11040 (printer-name, lpr-command): Customization fix.
11041 (print-region-1): Code fix.
11042 (print-region-new-buffer, printify-region): Indentation fix.
11043 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11044 New functions.
11045
11046 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11047
11048 * msb.el (toplevel): Fix the eval-after-load.
11049
11050 2001-01-29 Dave Love <fx@gnu.org>
11051
11052 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11053
11054 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11055
11056 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11057 (tcl-using-emacs-19-23): Consider Emacs 21+.
11058 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11059 (tcl-add-emacs-menu): Supply menu name.
11060 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11061
11062 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11063
11064 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11065
11066 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11067
11068 * pcvs.el (cvs-mark-fis-dead): New function.
11069 (cvs-mode-add): Use it.
11070 (cvs-mode-add-change-log-entry-other-window):
11071 Rebind change-log-default-name to itself rather than to nil.
11072
11073 2001-01-29 Sam Steingold <sds@gnu.org>
11074
11075 * vc-cvs.el: Replaced (require 'vc) with a bunch of
11076 `autoload' statements.
11077
11078 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11079
11080 * files.el (confirm-kill-emacs): Doc fix.
11081
11082 * frame.el (frame-initialize): Doc fix.
11083
11084 * time-stamp.el (time-stamp-string): Doc fix.
11085
11086 * woman.el (WoMan-log-1): Make the log buffer writable.
11087 From Markus Rost <rost@math.ohio-state.edu>.
11088
11089 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11090
11091 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11092 the `make-variable-buffer-local'.
11093
11094 2001-01-29 Dave Love <fx@gnu.org>
11095
11096 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11097 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11098 Add autoload cookie.
11099 (ansi-color-apply-sequence): Fix typo.
11100
11101 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11102
11103 * menu-bar.el (menu-bar-files-menu): Add menu items for
11104 Postscript printing in black and white.
11105
11106 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11107 X-Mailman-Version, Precedence, List-Help, List-Post,
11108 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11109 Content-Type, Content-Length.
11110
11111 2001-01-29 Dave Love <fx@gnu.org>
11112
11113 * elide-head.el (elide-head): Make overlay evaporate.
11114
11115 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11116
11117 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * isearch.el (isearch-highlight): Don't punt if the display
11120 doesn't support colors, since isearch faces are defined for
11121 monochrome displays as well.
11122
11123 2001-01-27 Sam Steingold <sds@gnu.org>
11124
11125 * shell.el (shell-write-history-on-exit): Make sure that we are in
11126 the shell buffer (M-x tex-file RET inserted the error message into
11127 the TeX buffer).
11128
11129 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11130
11131 * simple.el (transient-mark-mode): Doc fix.
11132
11133 2001-01-27 Gerd Moellmann <gerd@gnu.org>
11134
11135 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11136
11137 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11138
11139 * shell.el (shell-unquote-argument): If the shell is one of the
11140 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11141 quote character.
11142 (shell-dumb-shell-regexp): Document that the shells which match
11143 this regexp are supposed to not treat a backslash as a quote character.
11144
11145 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11146 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11147
11148 2001-01-27 Richard M. Stallman <rms@gnu.org>
11149
11150 * dabbrev.el (dabbrev--substitute-expansion):
11151 Treat a one-capital-letter abbrev as "not all upper case",
11152 so as to force preservation of the expansion's pattern
11153 if the expansion starts with a capital letter.
11154
11155 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11156
11157 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11158 Doc fix.
11159
11160 * simple.el (transient-mark-mode): Document the fact that many
11161 commands act on the region when mark is active.
11162
11163 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11164
11165 * international/quail.el (quail-setup-completion-buf): Make the
11166 multibyteness of current buffer inherited to Quail completion buffer.
11167 (quail-show-guidance-buf): Make the multibyteness of current
11168 buffer inherited to Quail guidance buffer.
11169 (quail-help): Make the multibyteness of current buffer inherited
11170 to Quail help buffer.
11171
11172 2001-01-26 Dave Love <fx@gnu.org>
11173
11174 * time-stamp.el: Doc fixes.
11175
11176 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11177 (delphi-keyword-face, delphi-other-face): Fix :type.
11178
11179 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11180
11181 * mail/feedmail.el (feedmail): Add :link.
11182 (feedmail-send-it): Doc fix.
11183
11184 * mail/sendmail.el: Doc fixes.
11185 (sendmail-send-it): Fix the non-ASCII regexp and use
11186 rfc2047-encode-string.
11187
11188 * dired.el, dired-aux.el: Revert last change.
11189
11190 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11191
11192 * makefile.w32-in (DONTCOMPILE): Add various term files.
11193
11194 2001-01-26 Dave Love <fx@gnu.org>
11195
11196 * Makefile.in (DONTCOMPILE): Add various term files.
11197
11198 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11199
11200 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11201
11202 * startup.el (display-startup-echo-area-message): Make sure
11203 the echo area is resized to fit the size of the startup message.
11204
11205 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11206 part of which is a constant.
11207
11208 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11209
11210 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11211
11212 2001-01-26 Richard M. Stallman <rms@gnu.org>
11213
11214 * simple.el (next-line): Don't let `newline' expand abbrevs.
11215 Simplify slightly.
11216 (open-line): Don't let `newline' expand abbrevs.
11217
11218 2001-01-25 John Wiegley <johnw@gnu.org>
11219
11220 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11221 to `repeat' in the :type field.
11222
11223 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11224 allow a choice of regexp or nil.
11225 (pcomplete-dir-ignore): Same.
11226
11227 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11228 a command) to always fail.
11229
11230 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11231
11232 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11233 discard the result.
11234 (iswitchb-to-end): Likewise.
11235
11236 2001-01-25 Sam Steingold <sds@gnu.org>
11237
11238 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11239 Require vc.
11240
11241 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11242
11243 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11244
11245 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11246
11247 2001-01-25 Dave Love <fx@gnu.org>
11248
11249 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11250 (describe-coding-system): Tweak the English text.
11251
11252 * loadup.el: Preload international/ccl for utf-8.
11253
11254 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11255
11256 * mail/rmail.el (rmail-redecode-body): Doc fix.
11257
11258 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11259
11260 * international/mule-cmds.el (reset-language-environment):
11261 Reset coding-category-utf-8 to mule-utf-8.
11262
11263 * international/mule-conf.el (coding-category-utf-8):
11264 Initialize to mule-utf-8.
11265
11266 * loadup.el: Preload international/utf-8.
11267
11268 * international/utf-8.el: New file.
11269
11270 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11271
11272 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11273
11274 2001-01-24 Sam Steingold <sds@gnu.org>
11275
11276 * dired.el (dired-replace-in-string): Removed.
11277 (dired-sort-toggle): Use `replace-regexps-in-string'
11278 instead of `dired-replace-in-string'.
11279
11280 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11281 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11282
11283 * gs.el (gs-replace-in-string): Removed.
11284 (gs-options): Use `replace-regexps-in-string'
11285 instead of `gs-replace-in-string'.
11286
11287 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11288
11289 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11290 bug report is mailed to an email list and posted to a news group.
11291
11292 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11293
11294 * comint.el (comint-replace-by-expanded-history-before-point):
11295 Fix change of 2000-08-03 to move point to the start of the line again.
11296
11297 * startup.el (tool-bar-images-pixel-height): New variable.
11298 (command-line): After loading the user's init file, when
11299 tool-bar-mode is on, increase the frame's size by some lines for
11300 the tool-bar.
11301
11302 * frame.el (frame-initialize): Create the initial frame invisible.
11303
11304 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11305
11306 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11307 (chinese-big5): MIME:Big5.
11308
11309 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11310
11311 * international/mule-cmds.el (universal-coding-system-argument):
11312 Handle commands with prefix args.
11313
11314 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11315
11316 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11317 being a list of numbers.
11318 (diary-mail-entries): Rewritten.
11319
11320 2001-01-23 Dave Love <fx@gnu.org>
11321
11322 * international/mule.el (make-coding-system): Fix typo.
11323
11324 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11325 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11326
11327 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * font-lock.el (font-lock-mode): Doc fix.
11330
11331 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11332
11333 * international/mule.el (make-translation-table): Fix docstring.
11334
11335 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11336
11337 * mail/rmail.el (rmail-redecode-body): New function.
11338
11339 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11340
11341 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11342
11343 * isearch.el (isearch-lazy-highlight-case-fold-search)
11344 (isearch-lazy-highlight-regexp): New variables.
11345 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11346 case-fold search or regexp search has been toggled.
11347
11348 * wid-edit.el (widget-button-click): Avoid a save-excursion
11349 around running a global binding.
11350
11351 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11352 to 0.25.
11353
11354 2001-01-20 Miles Bader <miles@gnu.org>
11355
11356 * cus-edit.el (custom-face-save): Do post-processing on the face's
11357 new value like `custom-face-set' does.
11358
11359 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11360
11361 * mail/emacsbug.el (report-emacs-bug): Report the value of
11362 LC_CTYPE, not LC_TYPE.
11363
11364 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11365 isearch-toggle-regexp and isearch-edit-string to doc string.
11366
11367 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11368
11369 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11370 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11371
11372 * jit-lock.el (jit-lock-fontify-now): Don't bind
11373 font-lock-beginning-of-syntax-function to nil.
11374
11375 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11376
11377 * mail/emacsbug.el (report-emacs-bug): Report values of
11378 locale-coding-system, default-enable-multibyte-characters, and the
11379 environment variables LC_ALL, LC_TYPE, and LANG.
11380
11381 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11382
11383 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11384
11385 * font-lock.el (font-lock-multiline): Default to nil.
11386 (font-lock-default-fontify-region): If font-lock-multiline is
11387 nil, don't check the property `font-lock-multiline'.
11388
11389 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11390 is nil, don't check the `font-lock-multiline' text property.
11391
11392 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11393
11394 * viper.el: Call initial-major-mode on startup.
11395
11396 * ediff.el (ediff-patch-file): Use better defaults.
11397
11398 * ediff-vers.el: Fix for 8+3 DOS file systems.
11399
11400 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11401
11402 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11403 diff mode, if available.
11404
11405 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11406
11407 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11408
11409 * ediff-init.el (subst-char-in-string): Define and use it, unless
11410 it's already defined.
11411
11412 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11413
11414 * tooltip.el (tooltip-hide-delay): New user-option.
11415 (tooltip-show): Use tooltip-hide-delay instead of the default.
11416
11417 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11418
11419 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11420 kill-local-variable doesn't work for enable-multibyte-characters.
11421
11422 2001-01-17 Dave Love <fx@gnu.org>
11423
11424 * ediff-init.el (ediff-before-setup-hook)
11425 (ediff-merge-filename-prefix): Add :version.
11426
11427 * international/latin1-disp.el: Require disp-table.
11428 (latin1-display): Fix :set.
11429
11430 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11431
11432 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11433
11434 * isearch.el (isearch-lazy-highlight-initial-delay)
11435 (isearch-lazy-highlight-interval): Default to 0.
11436
11437 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11438
11439 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11440 1 here rather than each time through
11441 isearch-lazy-highlight-new-loop.
11442 (isearch-lazy-highlight-max): Variable deleted.
11443 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11444 isearch-lazy-highlight-max but controls a single invocation of
11445 isearch-lazy-highlight-update.
11446 (isearch-lazy-highlight-wrapped): Variable recreated.
11447 (isearch-lazy-highlight-window-start): New variable.
11448 (isearch-lazy-highlight-cleanup): Restored to behavior of
11449 before 2-Jan.
11450 (isearch-lazy-highlight-remove-overlays): Function deleted;
11451 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11452 behavior removed.
11453 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11454 isearch-lazy-highlight-update in a loop rather than just once.
11455 Test isearch-invalid-regexp here and decide not to start a new
11456 loop, rather than testing it each time through
11457 isearch-lazy-highlight-update.
11458 (isearch-lazy-highlight-search): Function restored.
11459 (isearch-lazy-highlight-update): Get called in a timer loop again,
11460 but this time highlight more than one match each time through.
11461 Only highlight matches in the visible part of the window.
11462 Start at point, move in the direction of the search, and wrap around at
11463 the edge of the window. Use sit-for to force redisplay and ensure
11464 window-start is credible. "Face suppressing" behavior removed;
11465 overlay priorities should make it unnecessary, right?
11466 (isearch-highlight): Face suppressing behavior removed.
11467 (isearch-dehighlight): Face suppressing behavior removed.
11468 (isearch-set-lazy-highlight-faces-at): Removed.
11469
11470 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11471
11472 * language/european.el ("Latin-1"): Make the format of description
11473 about additional language environments same as that of Latin-2.
11474
11475 2001-01-16 Dave Love <fx@gnu.org>
11476
11477 * isearch.el (isearch-lazy-highlight): Add :version.
11478
11479 * simple.el (backward-delete-char-untabify-method)
11480 (next-line-add-newlines): Add :version.
11481
11482 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11483
11484 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11485 Don't bind <delete> otherwise.
11486
11487 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11488 and <delete> via function-key-map.
11489
11490 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11491 Subject line only if point is after the `Subject:'.
11492
11493 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11494
11495 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11496 japanese-jisx0213-2 in `charset' property of this lang. env.
11497
11498 * language/european.el ("Latin-1"): Add description for Dutch and
11499 Spanish lang. env.
11500
11501 * international/mule.el (decode-char): Fix conditions.
11502 (encode-char): Handle eight-bit-control too.
11503 (transform-make-coding-system-args): New function.
11504 (make-coding-system): Accept XEmacs style arguments for CCL base
11505 coding system.
11506
11507 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11508
11509 * progmodes/etags.el (find-tag-noselect): Save the value of
11510 tags-file-name before switching buffers, for the case it has a
11511 buffer-local value.
11512
11513 2001-01-15 Alex Schroeder <alex@gnu.org>
11514
11515 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11516 From Dave Love <fx@gnu.org>.
11517 (ansi-color-for-comint-mode): Fix :version.
11518
11519 2001-01-15 Alex Schroeder <alex@gnu.org>
11520
11521 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11522
11523 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11524
11525 * dired.el (dired-insert-directory): If file-system-info fails,
11526 remove the " free " part, but don't signal an error.
11527
11528 2001-01-12 Sam Steingold <sds@gnu.org>
11529
11530 * bookmark.el (bookmark-maybe-historicize-string):
11531 Use new backquote syntax.
11532
11533 2001-01-12 Richard M. Stallman <rms@gnu.org>
11534
11535 * subr.el (last): Handle a list that doesn't end in nil.
11536
11537 2001-01-12 Sam Steingold <sds@gnu.org>
11538
11539 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11540 to `backward-delete-char-untabify'.
11541
11542 2001-01-12 Dave Love <fx@gnu.org>
11543
11544 * cus-edit.el (customize-menu-create): Fix the :filter following
11545 easymenu change.
11546
11547 * wid-edit.el (function): Add :match-alternatives.
11548 (widget-color-action): Doc fix.
11549
11550 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11551
11552 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11553
11554 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11555
11556 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11557
11558 * international/ccl.el (define-ccl-program): Fix docstring.
11559
11560 2001-01-11 Dave Love <fx@gnu.org>
11561
11562 * international/mule-cmds.el (standard-display-european-internal):
11563 Set display table for 2208 as for 160.
11564
11565 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11566
11567 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11568 entry for custom-menu-create change.
11569 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11570 don't cons it in the search loop.
11571
11572 * imenu.el (imenu--truncate-items): Revert last change.
11573
11574 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11575
11576 * info.el (Info-setup-header-line): If the node header includes
11577 either Next: or Prev: links, don't show the File: and Node: parts
11578 in the header line.
11579
11580 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11581
11582 * comint.el (comint-goto-process-mark): Don't print a message
11583 when running in batch mode.
11584
11585 * isearch.el (isearch-search): In the condition-case handler for
11586 `error', set isearch-invalid-regexp to the whole error message.
11587
11588 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11589 ensure that eval-after-load works for files dumped with Emacs.
11590
11591 * help.el (load-symbol-file-load-history): New function extracted
11592 from function symbol-file.
11593 (symbol-file): Use it.
11594
11595 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11596
11597 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11598
11599 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11600 behave as if there were no prefix argument.
11601 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11602 argument were nil.
11603
11604 2001-01-11 Richard M. Stallman <rms@gnu.org>
11605
11606 * isearch.el (isearch-lazy-highlight-update):
11607 Don't look for more potential matches once maximum is exceeded.
11608 Use overlays-in to check correctly for overlap with current match.
11609 Ignore empty matches.
11610
11611 2001-01-11 Miles Bader <miles@gnu.org>
11612
11613 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11614 (ispell-overlay-window, ispell-help, ispell-show-choices)
11615 (ispell-command-loop): Use it instead of `window-height'.
11616
11617 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11618
11619 * files.el (confirm-kill-emacs): New user-option.
11620 (save-buffers-kill-emacs): Ask for final confirmation before
11621 killing Emacs.
11622
11623 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11624 to nil.
11625
11626 2001-01-10 Dave Love <fx@gnu.org>
11627
11628 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11629
11630 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11631
11632 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11633
11634 * calculator.el (calculator-number-digits): Fix :type.
11635
11636 * vc-cvs.el (vc-cvs-header): Fix :type.
11637 * vc-rcs.el (vc-rcs-header): Fix :type.
11638 * vc-sccs.el (vc-sccs-header): Fix :type.
11639
11640 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11641
11642 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11643
11644 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11645
11646 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11647
11648 * simple.el (set-variable): Force a thorough redisplay for the
11649 case that the variable has an effect on the display, like
11650 `tab-width' has.
11651
11652 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11653
11654 * vc.el: Add documentation for backend interface.
11655
11656 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11657
11658 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11659
11660 * international/mule-conf.el (latin-extra-code-table): Set to t
11661 for \223 and \224.
11662
11663 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11664
11665 * international/mule-cmds.el (locale-language-names): Map "es" to
11666 "Spanish" and "nl" to "Dutch".
11667
11668 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11669
11670 * bindings.el (global-map): Bind <home> to beginning-of-line,
11671 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11672 C-<end> to end-of-buffer.
11673
11674 * language/european.el: Add Dutch and Spanish language info
11675 to be able to use the appropriate tutorials.
11676
11677 2001-01-09 Alex Schroeder <alex@gnu.org>
11678
11679 * ansi-color.el (ansi-color-process-output): Use markers instead
11680 of positions for start and end of region.
11681 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11682 Previously, occasional mistakes happend when fontifying many
11683 chunks of output (eg. ls --color=yes /dev). This happened
11684 whenever an overlay was created up to the end of the region, which
11685 coincided with the process-mark. New text would then be added
11686 within that overlay instead of after it.
11687 (ansi-color-make-extent): Overlays are created with the property
11688 `modification-hooks' set to '(ansi-color-freeze-overlay).
11689 (ansi-color-freeze-overlay): New function. When inserting text at
11690 the end of the overlay, the overlay will resize.
11691
11692 2000-01-09 Alex Schroeder <alex@gnu.org>
11693
11694 * ansi-color.el (ansi-color-process-output): Doc change.
11695 (ansi-color-unfontify-region): Doc change. No longer installed
11696 automatically in font-lock-unfontify-region-function.
11697 (ansi-color-apply): Doc change.
11698 (ansi-color-apply-on-region): Use extents or overlays instead of
11699 text-properties.
11700 (ansi-color-make-extent): New function.
11701 (ansi-color-set-extent-face): New function.
11702
11703 2000-01-09 Alex Schroeder <alex@gnu.org>
11704
11705 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11706 both use ansi-color-process-output, now.
11707 (ansi-color-process-output): Doesn't return string anymore. It is
11708 installed in comint-output-filter-functions for both Emacs and
11709 XEmacs, now.
11710 (ansi-color-unfontify-region): Simplified code removing variables
11711 pos and start-ansi.
11712 (ansi-color-apply): Put text-property ansi-color before putting
11713 text-property face because ansi-color-unfontify-region is called
11714 immediately after the call to put-text-property.
11715 (ansi-color-context-region): Doc change.
11716 (ansi-color-filter-region): Simplified code.
11717 (ansi-color-apply-on-region): Changed start to start-marker, using
11718 a marker explicitly. Put text-property ansi-color before putting
11719 text-property face because ansi-color-unfontify-region is called
11720 immediately after the call to put-text-property.
11721
11722 2000-01-09 Alex Schroeder <alex@gnu.org>
11723
11724 * ansi-color.el (ansi-color-faces-vector): Doc change.
11725 (ansi-color-for-comint-mode): Changed :type property to choice.
11726 (ansi-color-last-context): Removed.
11727 (ansi-color-process-output): Don't use ansi-color-last-context, as
11728 the main functions will store their context now.
11729 (ansi-color-context): Doc change.
11730 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11731 Uses ansi-color-context such that repeated calls will strip
11732 partial escape sequences, too.
11733 (ansi-color-apply): Simplified code. Colorize end of string if
11734 face is not null. Store context in new (FACE STRING) format, such
11735 that repeated calls will strip partial escape sequences, too.
11736 Append faces to face property using ansi-color-apply-sequence such
11737 that cumulative mode actually works.
11738 (ansi-color-context-region): New variable.
11739 (ansi-color-filter-region): Rewrote it based on
11740 ansi-color-apply-on-region. Uses ansi-color-context-region such
11741 that repeated calls will strip partial escape sequences, too.
11742 (ansi-color-apply-on-region): Simplified code. Colorize end of
11743 region if face is not null. Store context in new (FACE POS)
11744 format, such that repeated calls will strip partial escape
11745 sequences, too. Append faces to face property using
11746 ansi-color-apply-sequence such that cumulative mode actually works.
11747 (ansi-color-apply-sequence): New function.
11748 (ansi-color-get-face): When the default face is added to the list
11749 of faces, all previous settings are discarded and the list of
11750 faces is set to '(default).
11751
11752 2000-01-09 Alex Schroeder <alex@gnu.org>
11753
11754 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11755 face, such that ansi-color-apply and ansi-color-apply-on-region
11756 will do the right thing.
11757 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11758 returns nil, set the list of faces back to nil instead of
11759 appending the result of ansi-color-get-face to the front of the list.
11760
11761 2000-01-09 Alex Schroeder <alex@gnu.org>
11762
11763 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11764 (ansi-color-process): Doc change.
11765 (ansi-color-last-context): New buffer-local variable.
11766 (ansi-color-process-output): New function. It is automatically
11767 added to comint-output-filter-functions if this is XEmacs.
11768 (ansi-color-unfontify-region): New optional parameter for XEmacs
11769 compatibility. Check wether font-lock-syntactic-keywords is
11770 boundp before removing the syntax table text property, as XEmacs
11771 doesn't have it.
11772 (ansi-color-filter-region): Doc change.
11773 (ansi-color-apply-on-region): Doc change.
11774 (ansi-color-make-face): New function. Compatibility layer for
11775 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11776 (ansi-color-make-color-map): Use ansi-color-make-face.
11777 (ansi-color-get-face): Avoid face text property '(nil) as results
11778 in an errow for XEmacs.
11779
11780 2000-01-09 Alex Schroeder <alex@gnu.org>
11781
11782 * ansi-color.el (ansi-color-unfontify-region): New function.
11783 Uses text-property ansi-color in order to preserve fontification by
11784 ansi-color. When the package is loaded, a lambda expression is
11785 put onto font-lock-mode-hook. This lambda expression will check
11786 font-lock-unfontify-region-function and replace
11787 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11788 (ansi-color-apply): Add text-property ansi-color in addition to
11789 text-property face.
11790 (ansi-color-apply-on-region): Add text-property ansi-color in
11791 addition to text-property face.
11792 (save-buffer-state): Copy of the macro that is also used by
11793 lazy-lock and font-lock.
11794
11795 (ansi-color-for-comint-mode): New option.
11796 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11797 (ansi-color-for-comint-mode-off): Ditto.
11798 (ansi-color-for-comint-mode-filter): Ditto.
11799 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11800 decide what to do. This function is added to
11801 comint-preoutput-filter-functions when the package is loaded.
11802
11803 (ansi-color-for-shell-mode-set): Removed.
11804 (ansi-color-for-shell-mode): Removed.
11805
11806 2000-01-09 Alex Schroeder <alex@gnu.org>
11807
11808 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11809 the lambda expression from the ansi-color-for-shell-mode :set
11810 property. Additionally, modify shell-mode-hook to enable or
11811 disable font-lock-mode for future shell buffers.
11812 (ansi-color-for-shell-mode): The :set property calls
11813 ansi-color-for-shell-mode-set instead of a lambda expression.
11814
11815 2000-01-09 Alex Schroeder <alex@gnu.org>
11816
11817 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11818 (ansi-color-context): New variable.
11819 (ansi-color-apply): Save context between calls.
11820
11821 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * isearch.el (isearch, isearch-lazy-highlight-face):
11824 New definitions for face colors and attributes.
11825
11826 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11827 of display-mouse-p.
11828
11829 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11830
11831 * international/mule.el (make-coding-system): If the coding system
11832 accepts extra latin codes, register such codes as safe for the
11833 coding system.
11834
11835 2001-01-08 Richard M. Stallman <rms@gnu.org>
11836
11837 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11838 don't mention the file name or the date here, because they are
11839 logged at the start of the file.
11840
11841 2001-01-08 Richard M. Stallman <rms@gnu.org>
11842
11843 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11844 Change screen-width to frame-width.
11845
11846 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11847
11848 * info.el (Info-search): Print the default as part of the prompt.
11849
11850 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11851
11852 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11853 constant implementations in backends.
11854
11855 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11856 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11857
11858 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11859 WRITABLE to EDITABLE.
11860
11861 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11862 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11863 to EDITABLE.
11864
11865 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11866
11867 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11868 (copyright, copyright-update): Compute the current year at run time.
11869
11870 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11871
11872 * isearch.el (isearch-old-signal-hook): Removed.
11873 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11874 instead of setting signal-hook-function.
11875 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11876
11877 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11878
11879 * emulation/edt.el: Update to version 4.0. Provide support for
11880 EDT scroll margins at top and bottom of the window. Provide an
11881 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11882 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11883 user when file-related buffer modifications exist.
11884 Provide support for running EDT Emulation in XEmacs.
11885 Provide customize access to some user updatable variables.
11886 Add Commentary section to file header.
11887 Fixed a few minor bugs and cleaned up some code.
11888
11889 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11890 for detecting a keypress that generates an ASCII key sequence.
11891 (Previously, only a keypress that generates a vector was
11892 recognized.) Embed Window Manager name into name of the generated
11893 EDT Emulation initialization file since the initialization file is
11894 Window Manager specific. Add Commentary section to file header.
11895
11896 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11897
11898 * mail/sendmail.el (mail-mode): Doc fix.
11899
11900 * info.el (Info-goto-emacs-command-node): Doc fix.
11901 (Info-goto-emacs-key-command-node): Doc fix.
11902
11903 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11904
11905 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11906 systems without long file-name support.
11907
11908 2001-01-06 Andrew Innes <andrewi@gnu.org>
11909
11910 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11911
11912 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11913
11914 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11915 (isearch-lazy-highlight-update): Doc fix.
11916
11917 * ffap.el (ffap-bindings): Doc fix.
11918
11919 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11920
11921 2001-01-05 Dave Love <fx@gnu.org>
11922
11923 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11924
11925 2001-01-05 Gerd Moellmann <gerd@gnu.org>
11926
11927 * mouse-drag.el (mouse-drag-safe-scroll):
11928 Bind scroll-preserve-screen-position to nil.
11929
11930 * isearch.el (isearch-old-signal-hook): New variable.
11931 (isearch-mode): Set signal-hook-function to isearch-done.
11932 (isearch-done): Restore old signal-hook-function.
11933
11934 * info.el (Info-fontify-node): Mark one more char as intangible.
11935
11936 2000-01-05 Kenichi Handa <handa@etl.go.jp>
11937
11938 * composite.el (compose-last-chars): New argument COMPONENTS.
11939 If it is non-nil, compose preceding characters by compose-region with
11940 COMPONENTS.
11941
11942 * international/quail.el (quail-input-string-to-events): New function.
11943 (quail-input-method): Convert input string to events here.
11944 (quail-start-translation): Return input string, not event list.
11945 (quail-start-conversion): Likewise.
11946
11947 2001-01-04 Gerd Moellmann <gerd@gnu.org>
11948
11949 * tooltip.el (tooltip-cancel-delayed-tip)
11950 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11951 and tooltip-add-timeout.
11952 (tooltip-show): Set border color from faces's foreground.
11953 (tooltip-show-help-function): If called with the same help string
11954 as last time, do nothing.
11955 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11956
11957 * startup.el (fancy-splash-screens): Don't bind show-help-function
11958 to nil.
11959
11960 * tooltip.el (tooltip-frame-parameters): Remove colors.
11961 (tooltip): New face
11962 (tooltip-set-param): New function.
11963 (tooltip-show): Set up color frame parameters from face `tooltip'.
11964 Display the tooltip text in face `tooltip'.
11965
11966 2001-01-04 Dave Love <fx@gnu.org>
11967
11968 * whitespace.el (whitespace-global-mode): Fix typo.
11969
11970 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11971
11972 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11973
11974 * help.el (help-for-help): Fix a typo in a doc string.
11975 From kwzh@gnu.org (Karl Heuer).
11976
11977 2001-01-03 Dave Love <fx@gnu.org>
11978
11979 * dired-x.el: Doc fixes. Maintainer change.
11980 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11981 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11982 (dired-guess-shell-alist-user): Customize.
11983 (dired-x-help-address): Set to bug-gnu-emacs.
11984 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11985 (dired-default-directory): Renamed from default-directory.
11986
11987 * hl-line.el (hl-line): Doc fix.
11988
11989 2001-01-03 Karl Fogel <kfogel@red-bean.com>
11990
11991 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11992
11993 2001-01-02 Richard M. Stallman <rms@gnu.org>
11994
11995 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11996 to remove all the current alternative-match highlighting.
11997 If nil, remove only what's outside the current window.
11998 (isearch-lazy-highlight-remove-overlays): Take optional
11999 region within which NOT to remove them.
12000 (isearch-lazy-highlight-new-loop): Greatly simplified.
12001 (isearch-lazy-highlight-update): Find all the other occurrences
12002 visible in the window, in just one call.
12003 (isearch-lazy-highlight-start): Now holds start of region to scan.
12004 (isearch-lazy-highlight-end): Now holds end of region to scan.
12005 (isearch-lazy-highlight-wrapped): Variable deleted.
12006 (isearch-lazy-highlight-search): Function deleted.
12007
12008 2000-01-02 Andrew Innes <andrewi@gnu.org>
12009
12010 * w32-fns.el (convert-standard-filename): Do length check on name
12011 before aref.
12012
12013 2001-01-02 Dave Love <fx@gnu.org>
12014
12015 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12016 value.
12017 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12018
12019 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12020
12021 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12022 read syntax.
12023
12024 * calendar/todo-mode.el (todo): Add :link, :version.
12025 (todo-save-top-priorities): Remove autoload cookie.
12026 (todo-add-category, todo-add-item-non-interactively)
12027 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
12028
12029 2001-01-02 Gerd Moellmann <gerd@gnu.org>
12030
12031 * comint.el (comint-input-history-ignore): New variable.
12032 (comint-read-input-ring): Ignore entries matching
12033 comint-input-history-ignore.
12034
12035 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
12036
12037 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12038 (lm-copyright-mark): New function.
12039 (lm-crack-copyright): New function.
12040 (lm-verify): Check that the file has a copyright.
12041 Check that the file is copyright Free Software Foundation.
12042
12043 2000-12-30 Kenichi Handa <handa@etl.go.jp>
12044
12045 * international/mule-diag.el (print-fontset): Indent font name by
12046 24 columns, not 25.
12047
12048 2000-12-29 Gerd Moellmann <gerd@gnu.org>
12049
12050 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12051 in Subject line.
12052
12053 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12054 Use mail-mode-hook instead of mail-setup-hook.
12055 Otherwise continuing an interrupted message with C-u C-x m for
12056 instance, winds up in Mail mode without abbrevs.
12057
12058 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12059
12060 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12061 non-nil. Adding almost all customization variables on ps-setup.
12062 Doc fix.
12063 (ps-print-version): New version number (6.3.3).
12064 (ps-end-with-control-d): Initialization fix.
12065 (ps-lines-printed): New var.
12066 (ps-skip-newline): New fun.
12067 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12068 (ps-next-line, ps-continue-line, ps-plot-region)
12069 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12070
12071 2000-12-29 Kenichi Handa <handa@etl.go.jp>
12072
12073 * international/fontset.el (x-complement-fontset-spec):
12074 Resolve ASCII font name so that the same family name is used for fonts
12075 registered in x-font-name-charset-alist.
12076 (create-fontset-from-fontset-spec): Adjusted for the above change.
12077 The name of fontset alias should be a unresolved ASCII font name.
12078
12079 2000-12-28 Gerd Moellmann <gerd@gnu.org>
12080
12081 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12082 and delete in isearch-mode-map.
12083
12084 2000-12-28 Richard M. Stallman <rms@gnu.org>
12085
12086 * dired-x.el (dired-guess-shell-alist-default):
12087 Use xpdf instead of acroread.
12088
12089 2000-12-28 Kenichi Handa <handa@etl.go.jp>
12090
12091 * textmodes/artist.el (artist-butlast): Deleted.
12092 (artist-ellipse-mirror-quadrant): Use butlast instead of
12093 artist-butlast.
12094
12095 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12096
12097 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12098
12099 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12102
12103 * ls-lisp.el: Better support for the Mac and MS-Windows.
12104 (ls-lisp): New defgroup.
12105 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12106 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12107 (ls-lisp-support-shell-wildcards): New defcustoms.
12108 (ls-lisp-parse-symlink): New function.
12109 (insert-directory): Code to convert switches to a list and set up
12110 the wildcard argument copied from ls-lisp-insert-directory.
12111 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12112 for -C and -R switches.
12113 (ls-lisp-column-format): New function.
12114 (ls-lisp-delete-matching, ls-lisp-handle-switches)
12115 (ls-lisp-format-time): Add doc strings.
12116 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12117 Support ls-lisp-dirs-first.
12118 (ls-lisp-classify, ls-lisp-extension): New functions.
12119 (ls-lisp-format): Optionally support emulation of symlinks.
12120 Support -i, -s, and -G switches.
12121
12122 2000-12-27 Gerd Moellmann <gerd@gnu.org>
12123
12124 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12125
12126 * version.el (emacs-version): Print X scroll bar information.
12127
12128 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12129 instead of x-toolkit-scroll-bars-p.
12130
12131 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12132 of x-toolkit-scroll-bars-p.
12133
12134 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12135
12136 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12137 (ffap-bindings): Doc fix, to reflect the above change.
12138
12139 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12140
12141 * term.el (term-char-mode): Define all non-ascii self-inserting
12142 characters to 'term-send-raw in term-raw-map.
12143
12144 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12145
12146 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12147
12148 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12149 Changed initialization; use add-hook.
12150 (ediff-file-remote-p): Use file-local-copy.
12151
12152 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12153
12154 * ediff.el (ediff-patch-buffer): Bug fix.
12155 (ediff-revision): Allow selection of the file at the prompt.
12156
12157 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12158
12159 * subr.el (combine-run-hooks): Remove.
12160
12161 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12162 and remove the rogue second spec.
12163
12164 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12165
12166 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12167
12168 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12169
12170 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12171 Use minibuffer menu prompt for the `=' prefix.
12172 (smerge-command-prefix): Change default to C-^.
12173 (smerge-mode): Don't assume font-lock doesn't move point.
12174
12175 * skeleton.el (skeleton-internal-1): Make sure the first line of
12176 the region is also re-indented.
12177 (skeleton-end-newline): New var.
12178 (skeleton-end-hook): Use it.
12179
12180 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12181
12182 * comint.el (comint-password-prompt-regexp): Support CVS.
12183
12184 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12185
12186 * simple.el (delete-key-deletes-forward-mode): Simplify.
12187 Also backspace key combinations, depending on
12188 delete-key-deletes-forward.
12189
12190 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12191
12192 * simple.el (delete-key-deletes-forward): Doc fix.
12193
12194 2000-08-22 Emmanuel Briot <briot@gnat.com>
12195
12196 * xml.el (top level comment): Updated to reflect the fact that
12197 white spaces are relevant in the XML file.
12198 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12199 to parse was already edited. This allows for on-the-fly analysis
12200 of XML files.
12201 (xml-parse-tag): Check that the casing is the same in the start
12202 tag and end tag, since XML is case-sensitive. Allows for spaces
12203 in the end tag, after the name of the tag.
12204 (xml-parse-attlist): Allow for the character '-' in the name of
12205 attributes, as in the standard http-equiv attribute Do not save
12206 the properties in the XML tree, since they are not relevant.
12207
12208 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12209
12210 * generic.el (generic-read-type): Undo last change, inline into
12211 `generic-mode' and then remove.
12212 (generic-mode): Inline generic-read-type.
12213 (define-generic-mode): Push the symbol name rather than the symbol
12214 onto generic-mode-list.
12215
12216 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12217
12218 * generic.el (generic-read-type): Build an alist for
12219 completing-read as in 20.7.
12220
12221 * play/landmark.el (lm): Use interactive spec `P'.
12222 (toplevel): Don't set debug-on-error.
12223
12224 * server.el (server-switch-buffer): Choose a window on a visible frame.
12225
12226 2000-12-21 Dave Pearson <davep@davep.org>
12227
12228 * quickurl.el: Commentry change, I've moved my web site.
12229
12230 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12231
12232 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12233 ranges like \177-\237, but accepts the character sequence from \177 to
12234 \237. Doc fix.
12235 (ebnf-version): New version (3.4).
12236 (ebnf-setup): Code fix.
12237 (ebnf-range-regexp): New fun.
12238 (ebnf-8-bit-chars): Const fix.
12239
12240 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12241 entry. Doc fix.
12242 (ebnf-bnf-lex): Code fix.
12243 (ebnf-bnf-comment-chars): Const fix.
12244
12245 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12246 entry. Doc fix.
12247 (ebnf-iso-comment-chars): Const fix.
12248
12249 * ebnf-otz.el: Doc fix.
12250
12251 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12252 entry. Doc fix.
12253 (ebnf-yac-skip-code): Code fix.
12254 (ebnf-yac-comment-chars): Const fix.
12255
12256 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12257
12258 * files.el (insert-directory-safely): New function.
12259 (recover-file): Use it instead of insert-directory.
12260 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12261
12262 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12263
12264 * international/mule-cmds.el (select-safe-coding-system):
12265 Check coding-category-list more rigidly. Improve help message.
12266
12267 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12268
12269 2000-12-21 Miles Bader <miles@gnu.org>
12270
12271 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12272
12273 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12274
12275 * international/mule-diag.el (describe-char-after): Make *Help*
12276 buffer inherit multibyteness of the current buffer.
12277
12278 * international/mule.el (make-char): Docstring adjusted for the
12279 change of make-char-internal.
12280
12281 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12282
12283 * international/iso-cvt.el: Docstrings fix.
12284
12285 2000-12-20 Dave Love <fx@gnu.org>
12286
12287 * subr.el (eval-after-load): Doc fix.
12288
12289 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12290
12291 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12292 for numbers.
12293
12294 2000-12-20 Miles Bader <miles@gnu.org>
12295
12296 * international/quail.el (quail-help): Resize the help window
12297 again after it has all its contents. Remove unneeded progn.
12298
12299 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12300
12301 * pcmpl-linux.el: Fix copy/paste error.
12302
12303 2000-12-19 Andrew Innes <andrewi@gnu.org>
12304
12305 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12306
12307 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12308
12309 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12310
12311 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12312
12313 * progmodes/idlw-shell.el: Fixed copyright notice.
12314
12315 * progmodes/idlwave.el: Fixed copyright notice.
12316
12317 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12318 TAB as key separators.
12319
12320 2000-12-19 Alex Schroeder <alex@gnu.org>
12321
12322 * sql.el (sql-sybase-options): New option.
12323 (sql-sybase): Use it. Add sql-database to the list of parameters
12324 provided for login. The options -w 2048 -n are not used any more.
12325 (sql-postgres-options): Changed default from "--pset" to "-P".
12326 (sql-mysql-options): Doc change.
12327 (sql-stop): Doc change.
12328
12329 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12330
12331 * international/quail.el (quail-input-method): Always hide
12332 the guidance buffer on exiting.
12333
12334 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12335
12336 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12337 isn't fboundp.
12338
12339 * server.el (server-buffer-done): Bury the buffer before
12340 killing it.
12341
12342 * faces.el (face-spec-set): Interpret a nil in specs for
12343 foreground and background colors as `unspecified', for
12344 compatibility with 20.x.
12345
12346 2000-12-18 Dave Love <fx@gnu.org>
12347
12348 * simple.el (mail-user-agent): Doc fix.
12349 (input-mode-8-bit): Removed.
12350
12351 * international/mule.el (set-keyboard-coding-system): Doc fix.
12352 (keyboard-coding-system): New option.
12353
12354 * mail/sendmail.el (send-mail-function): Customize.
12355
12356 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12357
12358 * international/codepage.el (cp866-decode-table): New table.
12359
12360 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12361
12362 * version.el (emacs-version): Remove `%a' from the time format
12363 because the weekday doesn't fit well into each locale.
12364
12365 2000-12-18 Miles Bader <miles@gnu.org>
12366
12367 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12368
12369 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12370 Check that emacs-major-version is `=' to 20, not `>='.
12371 (artist-replace-chars): Use `make-string' instead of a loop.
12372
12373 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12374
12375 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12376 (cvs-execute-single-file): Don't change directory.
12377 Patch from Per Cederqvist.
12378
12379 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12380
12381 * textmodes/ispell.el (check-ispell-version):
12382 If `ispell-program-name' is "aspell", pass it the -v switch instead
12383 of -vv.
12384
12385 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12386
12387 * international/mule-diag.el (mule-diag): Insert information about
12388 configure options, multibyte awareness, language env.
12389
12390 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12391 regexp to search for candidates.
12392
12393 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12394
12395 * info.el (Info-forward-node): If the node has an
12396 Info-header-line, widen the buffer before searching for "next:"
12397 and "up:" pointers, and set the search limit to stay in the
12398 current node.
12399
12400 2000-12-16 Miles Bader <miles@gnu.org>
12401
12402 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12403
12404 2000-12-15 Miles Bader <miles@gnu.org>
12405
12406 * comint.el (comint-send-string, comint-send-region): Also accept
12407 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12408 process-send-string/region.
12409
12410 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12411
12412 * isearch.el (isearch-lazy-highlight-max): New user-option.
12413 (isearch-lazy-highlight-update): Don't highlight more than
12414 isearch-lazy-highlight-max matches.
12415
12416 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12417
12418 2000-12-15 Richard M. Stallman <rms@gnu.org>
12419
12420 * sort.el (sort-columns): Fix error message.
12421
12422 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12423 `upcase' or `downcase' or nil.
12424 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12425 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12426 (dabbrev--substitute-expansion): New arg record-case-pattern.
12427 If it is non-nil, set dabbrev--last-case-pattern.
12428 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12429
12430 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12431
12432 2000-12-15 Miles Bader <miles@gnu.org>
12433
12434 * paths.el (Info-default-directory-list): Don't delete
12435 configure-info-directory from the list of standard info
12436 directories when appending it to the end -- their order is important.
12437
12438 * faces.el (read-face-attribute): If there's no entry for the
12439 user's input in VALID, just use it as-is (this will often result
12440 in an error, but it may be OK for e.g. colors using hexadecimal
12441 notation, and at least will yield a better error message).
12442
12443 * window.el (mode-line-window-height-fudge): Function removed.
12444 (height-affecting-face-attributes, mode-line-window-height-fudge):
12445 Variables removed.
12446 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12447 window is really the right size. Use vertical-motion
12448 rather than forward-line.
12449 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12450 (ispell-command-loop, ispell-show-choices): Use the variable
12451 ispell-choices-win-default-height, rather than the function.
12452 (ispell-choices-win-default-height): Function removed.
12453 (ispell-mode-line-window-height-fudge): Function removed.
12454
12455 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12456
12457 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12458
12459 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12460
12461 * paths.el (Info-default-directory-list):
12462 If configure-info-directory is not one of the standard directories,
12463 put it first in the list; otherwise put it last. Doc string
12464 changed accordingly.
12465
12466 * info.el (Info-directory-list): Change doc string to reflect the
12467 change in Info-default-directory-list.
12468
12469 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12470 windows-nt as windowed environments, even under -nw.
12471
12472 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12473 if not fboundp. Switch delete-forward mode for the <delete> key
12474 on all PC platforms, even under -nw.
12475
12476 * term/internal.el ([M-delete]): Remap to M-d.
12477
12478 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12479
12480 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12481
12482 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12483
12484 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12485
12486 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12487
12488 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12489 if appropriate.
12490
12491 * simple.el (delete-key-deletes-forward): New user-option.
12492 (delete-key-deletes-forward-mode): New function.
12493
12494 * bindings.el: Bind `delete' to backward-delete-char.
12495
12496 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12497 Test if symbol is bound before getting its value.
12498
12499 * tooltip.el (tooltip-show): If an error is signaled in
12500 x-show-tip, display that error, and display the help in the
12501 echo area.
12502
12503 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12504
12505 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12506 Show "... entries" messages for every 10000 entries, not 10.
12507
12508 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12509
12510 * bookmark.el: Provide a generic exit hook, as suggested by
12511 Ovidiu Predescu <ovidiu@cup.hp.com>:
12512 (bookmark-exit-hook): New var.
12513 (bookmark-exit-hook-internal): New func, replaces
12514 old raw lambda form in `kill-emacs-hook', and runs new
12515 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12516 as logically that feature must have been provided if this function
12517 is running.
12518 Removed ;;;###autoload before the `add-hook' call.
12519
12520 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12521
12522 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12523 (easy-menu-current-active-maps): New function.
12524 (easy-menu-get-map): Use it.
12525 Make a proper menu entry when creating a new keymap.
12526
12527 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12528
12529 * international/characters.el: Fix cases and syntaxes for
12530 mule-unicode-0100-24ff.
12531
12532 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12533 that a Japanese character is not appended after day and year.
12534
12535 * info.el (Info-suffix-list): Change format for a command that
12536 requires arguments.
12537 (info-insert-file-contents): Adjusted for the above change.
12538
12539 2000-12-12 Andreas Schwab <schwab@suse.de>
12540
12541 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12542 on the name of the tar buffer. Verify that the existing buffer is
12543 visiting the same subfile.
12544
12545 2000-12-12 Dave Love <fx@gnu.org>
12546
12547 * subdirs.el: Add obsolete.
12548
12549 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12550
12551 * mail/rmailsum.el (rmail-summary-expunge)
12552 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12553 instead of rmail-confirm-expunge.
12554
12555 * replace.el (perform-replace): Don't use an empty match adjacent
12556 to a non-empty match when computing the next match before the
12557 replacement is performed.
12558
12559 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12560
12561 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12562 definition (patch by Stefan Monnier).
12563 (glasses-mode): Use jit-lock instead of `after-change-functions'
12564 (patch by Stefan Monnier).
12565
12566 2000-12-12 Miles Bader <miles@gnu.org>
12567
12568 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12569 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12570
12571 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12572
12573 * term/mac-win.el: Remove load for ls-lisp.
12574
12575 * loadup.el: Load ls-lisp for system-type `macos'.
12576
12577 2000-12-12 Miles Bader <miles@gnu.org>
12578
12579 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12580 Respect field end too.
12581 (just-one-space): Respect fields as `delete-horizontal-space'.
12582 (newline-and-indent, reindent-then-newline-and-indent):
12583 Use `delete-horizontal-space'.
12584
12585 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12586
12587 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12588 (so as to obey the field property in the minibuffer).
12589
12590 * obsolete/c-mode.el: Moved from lisp/progmodes.
12591 * obsolete/auto-show.el: Moved from lisp.
12592 * obsolete/ooutline.el: Moved from lisp/textmodes.
12593
12594 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12595
12596 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12597 changes to list them here.
12598
12599 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12600 Too many changes to list them here.
12601
12602 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12603 Too many changes to list them here.
12604
12605 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12606
12607 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12608
12609 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12610
12611 * cus-edit.el (custom-save-variables, custom-save-faces):
12612 Comment fix.
12613
12614 * hscroll.el: Moved to `obsolete' subdir.
12615
12616 2000-12-11 Miles Bader <miles@gnu.org>
12617
12618 * window.el (window-text-height): Function removed (now in C).
12619
12620 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12621
12622 * log-edit.el (log-edit-parent-buffer): New var.
12623 (log-edit): Set it. Add BUFFER argument.
12624 (log-edit-done): Use char-before.
12625 Don't bother checking validity of vc-comment-ring.
12626 Only bury the buffer if log-edit popped it up.
12627
12628 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12629 (cvs-mode-diff-help): Remove.
12630 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12631 (cvs-mode-marked): Set up the default for CMD manually.
12632
12633 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12634 Remove binding for ? now made unnecessary.
12635
12636 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12637
12638 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12639 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12640
12641 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12642 when master file is not open.
12643
12644 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12645
12646 * progmodes/ada-stmt.el: Update `maintainer'.
12647
12648 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12649
12650 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12651 choices to match documentation string.
12652
12653 2000-12-09 Miles Bader <miles@gnu.org>
12654
12655 * minibuf-eldef.el: New file.
12656
12657 * window.el (fit-window-to-buffer): Don't pass last argument to
12658 pos-visible-in-window-p, now that its meaning is inverted.
12659
12660 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12661
12662 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12663 <ceder@lysator.liu.se>.
12664
12665 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12666
12667 * autoinsert.el (auto-insert-alist): Add missing final \n.
12668
12669 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12670 (cvs-menu-map): Remove.
12671 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12672 (cvs-mode-quit): Turn it back into a plain function.
12673
12674 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12675 (texinfo-filter): Remove (move to texinfo.el).
12676
12677 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12678 file where it's more visible.
12679 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12680 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12681 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12682 (texinfo-inside-macro-p): Only catch `scan-error's.
12683 (texinfo-inside-env-p): Make better use of the match info.
12684 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12685 (texinfo-insert-@end): Slight re-organization.
12686 Also remove useless `looking-at' call.
12687
12688 2000-12-08 Andrew Innes <andrewi@gnu.org>
12689
12690 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12691 accessible in -nw mode.
12692
12693 * term/w32-win.el: Remove stuff about selection timeout, which is
12694 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12695 it is accessible in -nw mode.
12696
12697 2000-12-08 Dave Love <fx@gnu.org>
12698
12699 * emacs-lisp/lisp-mode.el (lisp-mode):
12700 Set font-lock-keywords-case-fold-search.
12701
12702 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12703
12704 * textmodes/ispell.el (ispell): Doc fix.
12705
12706 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12707
12708 * international/quail.el (quail-insert-decode-map): Check the
12709 frame width of a window displaying the current buffer, not that of
12710 the selected frame.
12711 (quail-help): Make sure that the help buffer has window before
12712 inserting text in it.
12713
12714 2000-12-07 Sam Steingold <sds@gnu.org>
12715
12716 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12717 Backquote is used in isearch.el, so autoloading saves nothing.
12718
12719 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * startup.el (normal-top-level-add-subdirs-to-load-path):
12722 Ignore the CVS and RCS subdirectories case-insensitively.
12723
12724 * dired.el (dired-insert-directory): If file-system-info is
12725 fboundp, call it instead of invoking dired-free-space-program.
12726
12727 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12728
12729 * server.el (server-visit-files): Push files on file-name-history.
12730
12731 * progmodes/cc-langs.el: Update copyright.
12732
12733 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12734
12735 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12736
12737 * bindings.el (mode-line-mode-menu): Reverse the order
12738 of define-keys so that the menu appears in alphabetical order.
12739
12740 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12741
12742 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12743 of the function.
12744
12745 2000-12-07 Dave Love <fx@gnu.org>
12746
12747 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12748
12749 * facemenu.el (facemenu-unlisted-faces): Fix value.
12750
12751 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12752
12753 * font-lock.el (font-lock-default-fontify-region):
12754 Include the terminating \n (off-by-one error).
12755 (font-lock-set-defaults): Use dolist.
12756
12757 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12758
12759 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12760
12761 * international/mule-cmds.el (describe-language-environment):
12762 Fix for the case that an input method title is not string but a list.
12763
12764 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12765 of wrong SIZE record.
12766
12767 2000-12-06 Dave Love <fx@gnu.org>
12768
12769 * newcomment.el (comment-region, comment-dwim): Doc fix.
12770
12771 * textmodes/texinfo.el: Require tex-mode when compiling.
12772 (texinfo-update-node): Doc fix.
12773 (texinfo-imenu-generic-expression): Add @anchor.
12774 (texinfo-font-lock-keywords): Add @uref.
12775 (texinfo-inside-macro-p): Don't use ignore-errors.
12776 (texinfo-insert-quote): Match more contexts.
12777
12778 * international/mule.el (decode-char, encode-char): Doc fix.
12779 (auto-coding-alist): Customize.
12780
12781 * files.el (load-file): Fix change of 2000-03-12.
12782
12783 * wid-edit.el (widget-text-keymap): Doc fix.
12784
12785 2000-12-06 Andrew Innes <andrewi@gnu.org>
12786
12787 * makefile.w32-in (lisp): Set to an absolute directory, namely
12788 $(CURDIR).
12789
12790 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12791
12792 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12793 read generated-autoload-file, and set buffer-file-coding-system to
12794 raw-text-unix after reading the file.
12795
12796 * international/mule-conf.el (file-coding-system-alist):
12797 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12798
12799 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12800
12801 * replace.el (occur): Make line-number-width 1 smaller for the
12802 colon following the line number.
12803
12804 * startup.el (fancy-splash-text, command-line-1):
12805 Use `File' for the menu name instead of `Files'.
12806
12807 * tmm.el: Update copyright.
12808
12809 * cus-start.el: Add entry for even-window-heights.
12810
12811 2000-12-06 Miles Bader <miles@gnu.org>
12812
12813 * faces.el (frame-set-background-mode): Avoid stomping on
12814 locally modified faces.
12815
12816 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12817
12818 * international/fontset.el: Correct the font registries for
12819 japanese-jisx0213-1 and japanese-jisx0213-2.
12820
12821 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12822
12823 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12824
12825 * iswitchb.el: Update customization commentary.
12826
12827 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12828
12829 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12830 (tpu-search-highlight): Fixed comparison of overlay end positions.
12831 (tpu-trim-line-ends): Implemented trimming logic locally.
12832
12833 * emulation/tpu-extras.el (tpu-write-file-hook)
12834 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12835
12836 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12837
12838 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12839 to cn-gb.
12840 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12841
12842 2000-12-04 Dave Love <fx@gnu.org>
12843
12844 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12845
12846 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12847
12848 * mail/rmailsum.el (rmail-summary-expunge)
12849 (rmail-summary-expunge-and-save): Ask for confirmation with
12850 rmail-expunge-confirmed.
12851
12852 * mail/rmail.el (rmail-expunge-confirmed): New function.
12853 (rmail-expunge): Use it.
12854
12855 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12856
12857 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12858 (etags-recognize-tags-table, find-tag-in-order):
12859 New functionality: interpret file names as tags.
12860
12861 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12862
12863 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12864 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12865 the first subnode until the bottom of the current node is visible.
12866
12867 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12868
12869 * format.el (format-decode): Don't change buffer's undo list.
12870
12871 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12872
12873 * faces.el (face-font-registry-alternatives): Add entries for CJK
12874 fonts. Doc-string adjusted for the actual usage of this data.
12875
12876 * international/fontset.el: Change the font registries for CJK
12877 fonts in the default fontset. Don't append '*' to registries.
12878
12879 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12880
12881 * emacs-lisp/easy-mmode.el (define-derived-mode)
12882 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12883
12884 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12885 (derived-mode-p): New function.
12886 (derived-mode-make-docstring): Add `docstring' argument.
12887 Use it if available and complete it if necessary.
12888
12889 2000-12-03 Andreas Schwab <schwab@suse.de>
12890
12891 * type-break.el (type-break): Don't make parent of itself.
12892
12893 2000-12-03 Miles Bader <miles@gnu.org>
12894
12895 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12896
12897 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12900 (tex-main-file, tex-file): Simplify.
12901 (tex-generate-zap-file-name): Use subst-char-in-string.
12902 (tex-strip-dots): Remove.
12903
12904 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12905
12906 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12907 to check if the match succeeded.
12908
12909 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12910
12911 * startup.el (use-fancy-splash-screens-p): New function.
12912 (command-line-1): Use it to determine whether or not to use
12913 a fancy splash screen.
12914
12915 2000-12-02 Andreas Schwab <schwab@suse.de>
12916
12917 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12918
12919 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12920
12921 * international/mule.el (make-char): Fix last change.
12922
12923 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12924 New defcustoms.
12925 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12926 autoloading tex-mode; instead, do the same manually.
12927 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
12928 with numeric argument. Docstring fix.
12929 (toplevel): Require cl when compiling.
12930
12931 * international/mule.el (make-char): Doc fix.
12932
12933 2000-12-02 Jason Rumney <jasonr@gnu.org>
12934
12935 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12936 the Emacs Lisp manual)
12937
12938 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12941
12942 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12943 the Emacs Lisp manual).
12944
12945 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12946
12947 * simple.el (next-line-add-newlines): Change default to nil.
12948
12949 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12950
12951 * files.el (revert-buffer, recover-file):
12952 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12953
12954 2000-12-01 Gerd Moellmann <gerd@gnu.org>
12955
12956 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12957
12958 2000-12-01 Miles Bader <miles@gnu.org>
12959
12960 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12961
12962 2000-12-01 Kenichi Handa <handa@etl.go.jp>
12963
12964 * international/mule-diag.el (describe-char-after): Fix typo.
12965 (describe-character-set, non-iso-charset-alist): Fix typo.
12966
12967 2000-12-01 Miles Bader <miles@gnu.org>
12968
12969 * image-file.el (image-file-name-regexp): Automatically add
12970 upper-case variants of each filename extension in
12971 `image-file-name-extensions', since they seem to be common.
12972
12973 * simple.el (minibuffer-contents)
12974 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12975 New functions.
12976 * filecache.el (file-cache-directory-name)
12977 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12978
12979 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
12980
12981 * filecache.el (file-cache-minibuffer-complete): Don't try to
12982 delete the minibuffer prompt.
12983
12984 2000-11-30 Dave Love <fx@gnu.org>
12985
12986 * cus-start.el: Fix read-buffer-function type.
12987
12988 2000-11-30 Gerd Moellmann <gerd@gnu.org>
12989
12990 * md5.el: Removed. There's a built-in function, now.
12991
12992 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
12993
12994 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12995 as dummy 0-th char of rmail-deleted-vector.
12996
12997 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12998
12999 * ps-print.el (ps-end-job): Bind case-fold-search only after
13000 switching to ps-spool-buffer.
13001
13002 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13003
13004 * ps-print.el: Line number font customization. PostScript: Lines and
13005 PageCount are initialized on each page. Doc Fix.
13006 (ps-print-version): New version number (6.3.2).
13007 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13008 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13009 (ps-right-header): Customization fix.
13010 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13011 Fix code.
13012 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13013 New vars.
13014
13015 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13016
13017 * bs.el: Fix typos and spelling errors.
13018 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13019 (bs-configuration): Doc fix.
13020
13021 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13022
13023 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
13024
13025 * emulation/tpu-edt.el (tpu-version): New version.
13026 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13027 (tpu-original-mode-line): Variable deleted.
13028 (tpu-mark-flag): New initial value.
13029 (tpu-set-mode-line): Don't redefine mode-line-format.
13030 Add tpu-mark-flag to minor-mode-alist.
13031 (tpu-update-mode-line): New mark flag logic.
13032 (tpu-get): Use find-file-wildcards.
13033 (tpu-search-highlight): Move overlay less, reset overlay properly.
13034 (tpu-unselect): Deactivate mark.
13035 (tpu-lm-replace): Reset overlay properly.
13036 (tpu-forward-line): Use forward-visible-line.
13037 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13038
13039 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13040
13041 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13042
13043 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13044
13045 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13046
13047 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13048 and skip whitespace and newlines.
13049
13050 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13051
13052 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13053
13054 2000-11-29 Gerd Moellmann <gerd@gnu.org>
13055
13056 * help.el (describe-function-1): Regexp-quote function name
13057 when used as part of a regexp.
13058
13059 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13060 Use face-attribute instead of face-foreground and face-background.
13061 (tool-bar-add-item): Likewise, and handle unspecified colors.
13062
13063 * enriched.el (enriched-face-ans): Use face-attribute instead
13064 of face-foreground and face-background.
13065
13066 * faces.el (face-foreground, face-background, face-stipple):
13067 Return nil if attribute is unspecified, for backward compatibility.
13068
13069 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13070
13071 * play/5x5.el: Remove version info.
13072
13073 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13074
13075 * frame.el (blink-cursor-mode): Doc fix.
13076
13077 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13078
13079 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13080 to create Makefile rules.
13081 (antlr-tool-command): New user option.
13082 (antlr-ask-about-save): New user option.
13083 (antlr-makefile-specification): New user option.
13084 (antlr-file-formats-alist): New variable.
13085 (antlr-special-file-formats): New variable.
13086 (antlr-unknown-file-formats): New user option.
13087 (antlr-help-unknown-file-text): New variable.
13088 (antlr-help-rules-intro): New variable.
13089 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13090 (antlr-mode-menu): Add entries.
13091 (antlr-file-dependencies): New function.
13092 (antlr-directory-dependencies): New function.
13093 (antlr-superclasses-glibs): New function.
13094 (antlr-run-tool): New command.
13095 (antlr-makefile-insert-variable): New function.
13096 (antlr-insert-makefile-rules): New function.
13097 (antlr-show-makefile-rules): New command.
13098
13099 * antlr-mode.el: More Emacs/XEmacs stuff.
13100 (antlr-no-action-keywords): New constant with value nil.
13101 (antlr-font-lock-keywords-alist): Use it. Old value would break
13102 syntax highlighting in Emacs-21.0.
13103 (antlr-default-directory): Emacs/XEmacs dependend function.
13104 (antlr-read-shell-command): Ditto.
13105 (antlr-with-displaying-help-buffer): Ditto.
13106
13107 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13108
13109 * antlr-mode.el: imenu, parsing and highlighting changes.
13110 (antlr-imenu-create-index-function): Don't create extra submenus
13111 for definitions in different grammar classes. It is not necessary
13112 for the menu and would make command `imenu' awkward to use.
13113 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13114 header actions and more than one.
13115 (antlr-font-lock-tokendef-face): Changed color.
13116 (antlr-font-lock-tokenref-face): Changed color.
13117 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13118 (antlr-mode-syntax-table): New variable.
13119 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13120 (antlr-with-syntax-table): Don't copy syntax table.
13121
13122 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13123
13124 * antlr-mode.el: Minor changes: language setting.
13125 (antlr-language-alist): The value for file option "language" can
13126 be both an identifier and a string.
13127 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13128 (antlr-language-limit-n-regexp): Change accordingly.
13129
13130 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13131
13132 * antlr-mode.el: Minor changes: tabs, hiding.
13133 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13134 (antlr-action-visibility): Also allow value nil to also hide the
13135 braces. Renamed from `antlr-tiny-action-length'.
13136 Suggested by Jay@aol.com.
13137 (antlr-hide-actions): Change accordingly. Hide line if completely
13138 hidden action is on a line of its own.
13139
13140 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13141
13142 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13143
13144 * sort.el (sort-columns): Don't concat strings with numbers.
13145
13146 2000-11-29 Dave Love <fx@gnu.org>
13147
13148 * cus-edit.el (face): Fix :format.
13149
13150 * mail/feedmail.el: Require smtpmail when compiling.
13151 (mail-do-fcc): Autoload.
13152 (feedmail) <defgroup>: Fix :link.
13153 (feedmail-nuke-body-in-fcc): Fix :type.
13154 (feedmail-send-it): Add autoload cookie.
13155
13156 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13157
13158 * newcomment.el (comment-indent): Save excursion around call to
13159 comment-indent-function.
13160
13161 2000-11-29 Miles Bader <miles@gnu.org>
13162
13163 * subr.el (member-ignore-case): Return the tail of the list who's
13164 car matches, like `member', not the matching element itself.
13165
13166 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13167
13168 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13169 should not contain `\n'.
13170
13171 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13172
13173 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13174
13175 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13176
13177 * dired-aux.el (dired-do-create-files): Construct default file
13178 name for dired-mark-read-file-name so that when the user enters
13179 just RET, the target file will end up in the target directory.
13180
13181 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13182 local-abbrev-table before changing buffers because it might
13183 have a buffer-local binding.
13184
13185 2000-11-28 Miles Bader <miles@gnu.org>
13186
13187 * simple.el (delete-horizontal-space): Handle fields more generally.
13188
13189 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13190
13191 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13192
13193 2000-11-28 Dave Love <fx@gnu.org>
13194
13195 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13196 comment-start-skip locally.
13197
13198 * progmodes/fortran.el (fortran-mode): Don't set
13199 fortran-comment-line-start-skip. Set comment-start to
13200 fortran-comment-line-start.
13201 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13202 (fortran-comment-line-start-skip): Simplify slightly.
13203
13204 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13205
13206 * play/5x5.el: Remove RCS keyword.
13207
13208 * bs.el: Mistaken commit, undone 2000-11-30.
13209
13210 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13211
13212 * textmodes/tildify.el (tildify-string-alist):
13213 Add `plain-tex-mode' here.
13214
13215 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13216
13217 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13218 reference.
13219
13220 2000-11-28 Miles Bader <miles@gnu.org>
13221
13222 * cus-face.el (custom-face-attributes): Add post-filter function
13223 for :box. Make pre-filter function for :box handle all cases.
13224
13225 * wid-edit.el (widget-choose): Make sure pop-up window is large
13226 enough to display all the choices, as there's no way to scroll it.
13227
13228 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13229
13230 * international/mule-conf.el: Make the coding system no-conversion
13231 safe for all characters.
13232
13233 2000-11-27 Dave Love <fx@gnu.org>
13234
13235 * net/ldap.el (ldap) <defgroup>: Add :version.
13236
13237 * tooltip.el (tooltip-use-echo-area): Doc fix.
13238
13239 * cus-start.el <minibuffer-prompt-properties>: Add version.
13240 <read-buffer-function>: Add.
13241
13242 * apropos.el (apropos-print): Add help-echo to active text.
13243
13244 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13245
13246 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13247
13248 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13249 type, group and version.
13250
13251 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13252
13253 * select.el (x-get-selection): Docstring fix.
13254
13255 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13256
13257 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13258
13259 2000-11-27 Andrew Innes <andrewi@gnu.org>
13260
13261 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13262
13263 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13264
13265 2000-11-27 Miles Bader <miles@gnu.org>
13266
13267 * dired.el (dired-get-filename): Return filename verbatim if
13268 LOCALP is `verbatim'.
13269 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13270 `verbatim' so that we don't inadvertently delete a non-existant
13271 directory name.
13272
13273 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13274
13275 * international/characters.el: Specify cases and syntaxes for
13276 mule-unicode-0100-24ff.
13277
13278 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13279
13280 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13281 that foreground and/or background colors of the face `tool-bar'
13282 are unspecified.
13283
13284 2000-11-27 Miles Bader <miles@gnu.org>
13285
13286 * wid-edit.el (widget-field-buffer, widget-field-start)
13287 (widget-field-end): Handle widget field `pseudo-overlays'.
13288 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13289 if it's there instead of in `widget-field-list'.
13290
13291 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13292 (help-make-xrefs): Delete extraneous newlines at the end of the
13293 docstring.
13294
13295 2000-11-25 Jason Rumney <jasonr@gnu.org>
13296
13297 * startup.el (command-line): Call set-locale-environment after
13298 Window System init file is read, as it can result in a call to
13299 redraw-frame.
13300
13301 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13302
13303 * simple.el (shell-command): Mention the effect of the prefix
13304 argument in the doc string.
13305
13306 2000-11-25 Miles Bader <miles@gnu.org>
13307
13308 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13309
13310 * wid-edit.el (widget-field-value-delete): Don't try to delete
13311 overlay when it's the `pseudo-overlay' that exists at some points.
13312
13313 2000-11-24 Jason Rumney <jasonr@gnu.org>
13314
13315 * international/mule-cmds.el (locale-language-names): Add "jp" as
13316 a non-standard alternative for Japanese.
13317
13318 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13319
13320 * vc-hooks.el: Require 'cl during compilation.
13321
13322 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13323
13324 * faces.el (face-set-after-frame-default): Let face attributes
13325 specified for new frames override frame parameters.
13326
13327 * startup.el (command-line): Fix computation of the source file
13328 for user-init-file when user-init-file is a compiled file.
13329
13330 2000-11-24 Miles Bader <miles@gnu.org>
13331
13332 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13333 (custom-post-filter-face-spec): New functions.
13334 (custom-face-set, custom-face-value-create): Filter the face spec
13335 before and after customization.
13336 (custom-face-set): If VALUE specifies a null face, pass a
13337 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13338 * cus-face.el (custom-face-attributes): Remove SET and GET
13339 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13340 cases they're needed.
13341
13342 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13343 that it's distinguishable from the :off-glyph on dark-background
13344 displays. Set its background color too.
13345
13346 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13347 so that people can easily turn it off.
13348
13349 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13350
13351 * ediff-diff.el: Moved variables around to have it compile under NT.
13352
13353 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13354
13355 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13356
13357 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13358 redundant skip-small-frames test.
13359
13360 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13361 (viper-downgrade-to-insert): Protect against errors in hooks.
13362
13363 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13364 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13365 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13366 New functions.
13367
13368 * viper-util.el (viper-memq-char): Bug fixes.
13369
13370 * viper.el (viper-mode): Fix cursor handling.
13371
13372 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13373
13374 * international/mule-diag.el (list-iso-charset-chars):
13375 For two-byte charset, fix the `while' condition.
13376 (list-non-iso-charset-chars): Fix the `while' condition.
13377
13378 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13379
13380 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13381 if the variable is make-variable-buffer-local.
13382
13383 * progmodes/ada-stmt.el (ada-template-map):
13384 Initialize and bind it to C-c t in ada-mode-map.
13385 (ada-stmt-mode-hook): New function extracted from old code.
13386 Only change the buffer-local side of skeleton-*.
13387 (ada-mode-hook): Use it.
13388
13389 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13390
13391 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13392 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13393 we expect to be returned by minibuffer-depth once we prompt the
13394 user in the minibuffer.
13395 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13396 as recorded in iswitchb-minibuf-depth, return non-nil.
13397
13398 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13399
13400 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13401 (hscroll-window-maybe): Docstring fix.
13402
13403 2000-11-23 Dave Love <fx@gnu.org>
13404
13405 * rect.el (string-rectangle): Don't test delete-selection-mode.
13406
13407 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13408
13409 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13410 is in the tool bar.
13411
13412 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13413 with `no-dir'; we want the directory part to be able to remove it.
13414
13415 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13416
13417 * textmodes/outline.el (outline-flag-region):
13418 Don't bind inhibit-read-only since we don't modify the buffer.
13419 (outline-isearch-open-invisible): Don't jump to overlay-start
13420 since we're trying to unhide text around point.
13421 (outline-discard-overlays): Use dolist.
13422
13423 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13424
13425 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13426
13427 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13428
13429 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13430
13431 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13432 Fix ARG regexp to skip quoted braces.
13433 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13434 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13435 are (correctly) handled separately).
13436 Remove `caption' and `footnote' from `citations': they contain text.
13437 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13438 (latex-skeleton-end-hook): New function.
13439 (latex-mode): Use it.
13440 (tex-start-tex-marker): Remove.
13441 (tex-send-tex-command): Don't set tex-start-tex-marker.
13442 (tex-error-parse-syntax-table): New var.
13443 (tex-compilation-parse-errors): Use it.
13444 Ignore tex-start-tex-marker. Don't bother with marker-position.
13445 (tex-validate-buffer): Don't bother with marker-position.
13446
13447 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13448 (flyspell-generic-progmode-verify): Use it.
13449
13450 2000-11-22 Sam Steingold <sds@gnu.org>
13451
13452 * simple.el (delete-trailing-whitespace): New interactive function.
13453
13454 * progmodes/ada-mode.el (ada-mode): Use it instead of
13455 `ada-remove-trailing-spaces'.
13456 (ada-remove-trailing-spaces): Removed.
13457
13458 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13459
13460 * textmodes/picture.el (picture-clean): Removed.
13461 (picture-mode-exit): Call it instead of `picture-clean'.
13462
13463 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13464
13465 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13466
13467 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13468 jit-lock-fontify-buffer; it should anyway be unneccessary to
13469 do anything special when jit-lock is active.
13470 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13471
13472 2000-11-22 Dave Love <fx@gnu.org>
13473
13474 * calendar/todo-mode.el (todo-top-priorities): Use
13475 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13476
13477 * language/chinese.el, language/cyrillic.el:
13478 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13479 * language/hebrew.el, language/indian.el, language/japanese.el:
13480 * language/korean.el, language/lao.el, language/misc-lang.el:
13481 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13482 Use provide.
13483
13484 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13485 (custom-variable-set): Improve validation error mesage.
13486
13487 * rect.el (string-rectangle): Revert last change.
13488 (string-rectangle-line): New arg DELETE.
13489 (string-rectangle): Check delete-selection-mode.
13490
13491 * emacs-lisp/edebug.el (edebug-version)
13492 (edebug-maintainer-address): Deleted.
13493 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13494 (edebug-read-function): Account for other `'#' read forms.
13495 (edebug-mode-menus): Make some items toggles.
13496 (edebug-outside-unread-command-event, unread-command-event):
13497 Remove these to avoid warnings.
13498
13499 2000-11-22 David Ponce <david@dponce.com>
13500
13501 * recentf.el (recentf-menu-items-for-commands)
13502 (recentf-make-menu-items, recentf-make-menu-item)
13503 (recentf-filter-changer): Added :help and :active menu-item properties.
13504
13505 (recentf-build-dir-rules, recentf-dump-variable)
13506 (recentf-edit-list, recentf-open-files-item)
13507 (recentf-open-files): Replaced unnecessary `mapcar' with new
13508 built-in `mapc'.
13509
13510 2000-11-23 Miles Bader <miles@gnu.org>
13511
13512 * faces.el (menu): Make inverse-video on ttys too.
13513
13514 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13515
13516 * simple.el (comment-line-break-function): Use the new name
13517 indent-new-comment-line -> comment-indent-new-line.
13518 (clone-indirect-buffer): Don't ignore NORECORD.
13519 (next-completion): Properly handle the case where items are adjacent.
13520
13521 * mouse.el (popup-menu): Stupid typo.
13522
13523 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13524
13525 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13526 maintainer, keywords tags.
13527
13528 * rect.el (replace-rectangle): Don't call string-rectangle-line
13529 with too many arguments.
13530
13531 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13532
13533 * ediff-util.el (ediff-file-checked-out-p)
13534 (ediff-file-checked-in-p): Call vc-state instead of
13535 vc-locking-user, which no longer exists.
13536
13537 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13538
13539 2000-11-22 Dave Love <fx@gnu.org>
13540
13541 * md5.el (md5): Provide.
13542 (md5): Fix error call.
13543
13544 2000-11-22 Miles Bader <miles@gnu.org>
13545
13546 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13547 (refill-fill-paragraph-at): Remove debugging code.
13548
13549 * calendar/calendar.el (generate-calendar-window): When we don't
13550 call `fit-window-to-buffer', make sure the top line is fully visible.
13551
13552 * image-file.el (insert-image-file): Don't make `read-only'
13553 property rear-nonsticky.
13554
13555 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13556 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13557 stashing away its original value.
13558 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13559 in the recursive edit.
13560 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13561 (isearch-done): Restore `minibuffer-message-timeout'.
13562
13563 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13564
13565 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13566
13567 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13568
13569 * find-lisp.el (find-lisp-find-files-internal):
13570 Use dolist, when and file-name-as-directory.
13571
13572 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13573 (define-derived-mode, define-minor-mode): Add specs.
13574
13575 * window.el: General comment and spacing fixes.
13576 (save-selected-window): Use backquotes.
13577 (window-safely-shrinkable-p): New function.
13578 (shrink-window-if-larger-than-buffer): Use it.
13579
13580 * subr.el (make-local-hook): Docstring fix.
13581
13582 * shell.el (shell-mode): Use define-derived-mode.
13583
13584 * newcomment.el (comment-indent): Insert comment before calling
13585 comment-indent-function. Don't insert in column 0.
13586 (comment-dwim): Indent before inserting comment.
13587
13588 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13589 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13590 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13591 Use mapc rather than map.
13592
13593 * files.el (find-buffer-visiting): Compare all attributes before
13594 declaring two files identical (rather than just their inode-no).
13595 (auto-mode-alist): Use \' rather than $.
13596
13597 * which-func.el: Update maintainer line.
13598
13599 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13600 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13601 (uniquify-buffer-file-name): Use it.
13602
13603 2000-11-22 Miles Bader <miles@gnu.org>
13604
13605 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13606 * simple.el (minibuffer-avoid-prompt): New function.
13607
13608 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13609
13610 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13611
13612 2000-11-21 Miles Bader <miles@gnu.org>
13613
13614 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13615 inclusion of `track-mouse'.
13616
13617 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13618 (refill-adjust-ignorable-overlay): New function.
13619 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13620 only the paragraph's tail if possible.
13621 Update `refill-ignorable-overlay'.
13622 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13623
13624 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13625 point inside the fill-prefix.
13626
13627 * textmodes/refill.el (refill-post-command-function): Don't reset
13628 refill-doit in the case where a self-insertion command doesn't
13629 case a refill. Use `refill-fill-paragraph-at', getting position
13630 from `refill-doit'.
13631 (refill-after-change-function): Set `refill-doit' to END.
13632 (refill-fill-paragraph-at): New function, mostly from old
13633 refill-fill-paragraph.
13634 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13635 (refill-pre-command-function): New function.
13636 (refill-mode): Add it to `pre-command-hook'.
13637
13638 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13639
13640 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13641
13642 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13643 javadoc tags.
13644
13645 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13646
13647 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13648 vc.el).
13649
13650 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13651 require vc.
13652
13653 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13654 checkouts.
13655
13656 2000-11-20 Dave Love <fx@gnu.org>
13657
13658 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13659
13660 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13661
13662 * calculator.el (calculator-paste): Use `if' instead of `and'
13663 and `or'.
13664 (calculator-help): Don't use electric-describe-mode for XEmacs.
13665
13666 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13667
13668 * info.el (info-menu-5): Doc fix.
13669
13670 * textmodes/artist.el: New file.
13671
13672 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13673
13674 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13675 and differentiate according to checkout model.
13676 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13677 since this function is only concerned with master state.
13678
13679 * vc-hooks.el (vc-workfile-unchanged-p)
13680 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13681
13682 * vc.el (vc-workfile-unchanged-p)
13683 (vc-default-workfile-unchanged-p): See above.
13684
13685 2000-11-19 Miles Bader <miles@gnu.org>
13686
13687 * image-file.el (insert-image-file): Make `intangible' and
13688 `read-only' properties rear-nonsticky too.
13689
13690 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13691
13692 * ps-print.el: Update copyright notice.
13693
13694 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13695 (tooltip-show): Use the offsets.
13696
13697 * bindings.el (mode-line-modified): Fix a typo.
13698 (mode-line-toggle-modified, mode-line-widen)
13699 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13700
13701 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13702
13703 * ps-print.el (toplevel): Test for find-coding-system being
13704 fboundp before calling ps-x-find-coding-system.
13705
13706 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13707
13708 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13709 (vc-version-backup-file): Docstring fix.
13710
13711 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13712
13713 * files.el (basic-save-buffer): Don't add a newline if
13714 find-file-literally is non-nil.
13715 (find-file-literally): Extend doc string.
13716
13717 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13718 sort(1) with the `-f' argument.
13719
13720 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13721
13722 * vc.el: Updated backend documentation.
13723 (vc-default-check-headers): New function.
13724
13725 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13726
13727 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13728 up-to-date.
13729 (vc-do-command): In the asynchronous case, output messages only if
13730 the minibuffer is not active.
13731
13732 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13733 `vc-cvs-use-edit' is on.
13734 (vc-cvs-checkout): When this is used for reverting the workfile,
13735 make a backup of the original contents and revert to that in case
13736 of error.
13737 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13738 remote repositories.
13739
13740 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13741 for both version and ratio in the minibuffer.
13742
13743 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13744 Use vc-do-command to perform the annotation, not call-process.
13745
13746 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13747
13748 * international/quail.el (quail-start-translation): Don't call
13749 `message' before reading key sequence.
13750
13751 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13752
13753 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13754
13755 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13756
13757 * window.el (fit-window-to-buffer): Be sure to acquire at least
13758 one text line even if the buffer is empty.
13759
13760 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13761
13762 * net/ange-ftp.el (ange-ftp-file-writable-p)
13763 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13764 Bind ange-ftp-process-verbose to nil.
13765
13766 2000-11-15 Dave Love <fx@gnu.org>
13767
13768 * wid-edit.el (widget-specify-field, widget-specify-button):
13769 If :help-echo is a function, set help-echo of overlay to
13770 widget-mouse-help.
13771 (widget-mouse-help): New function.
13772 (widget-echo-help): Rewritten for :help-echo functions only taking
13773 a widget arg.
13774
13775 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13776 Use display-graphic-p.
13777 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13778 and that JPEG is available.
13779 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13780
13781 * international/mule-cmds.el (locale-charset-language-names):
13782 Match @euro.
13783
13784 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13785
13786 * faces.el (face-set-after-frame-default):
13787 If `inhibit-default-face-x-resources' is bound, don't intialize the
13788 default face from X resources.
13789
13790 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13791
13792 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13793 Don't set EMACSLOADPATH.
13794
13795 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13796
13797 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13798 texinfo-insert-@url.
13799 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13800 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13801
13802 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13803
13804 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13805 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13806 (checkdoc-minor-keymap): Backward compatibility.
13807 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13808 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13809 (checkdoc-this-string-valid-engine): Be a bit more strict
13810 to avoid matching substrings of `...' quoted vars/funs.
13811 (checkdoc-defun-info): Only look for `interactive' if alone.
13812 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13813
13814 * progmodes/compile.el (grep): `tag-default' can be nil.
13815
13816 * newcomment.el (comment-indent): Paren typo.
13817
13818 2000-11-14 Dave Love <fx@gnu.org>
13819
13820 * calculator.el: New maintainer version.
13821
13822 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13823
13824 * cmuscheme.el: Doc fixes.
13825 (cmuscheme) <defgroup>: Use `scheme' as parent.
13826 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13827
13828 * xscheme.el (scheme-program-name): Don't define here.
13829
13830 * progmodes/scheme.el (scheme-program-name): New variable
13831 (originally in cmuscheme).
13832
13833 2000-11-14 Miles Bader <miles@gnu.org>
13834
13835 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13836 Handle header-lines. Don't loop forever if we can't enlarge the
13837 window anymore. Simplify a bit.
13838
13839 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13840
13841 * window.el (fit-window-to-buffer): Don't check
13842 window-text-height. Assure that the last line is fully visible.
13843
13844 * international/quail.el (quail-show-guidance-buf):
13845 Call fit-window-to-buffer to assure the enough height of the guidance
13846 buffer.
13847 (quail-update-guidance): Avoid making the guidance buffer shorter.
13848
13849 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13850
13851 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13852 rather than `prepend' and add an interesting comment.
13853 (tex-math-face, tex-font-lock-syntactic-face-function):
13854 New face and function to use it.
13855 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13856 than `menu-enable' symbol property.
13857 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13858 (tex-mode): Add some latex-mode commands for auto-selection.
13859 Use tex-font-lock-syntactic-face-function.
13860 (tex-insert-quote): Simplify.
13861 (tex-shell): New mode.
13862 (tex-start-shell): Use it.
13863 (tex-shell-proc, tex-shell-buf): New functions.
13864 (tex-send-command): Use it.
13865 (tex-main-file): Fix the meaning of the new arg REALFILE.
13866 (tex-send-tex-command): New function split from `tex-start-tex'.
13867 Set compilation-last-buffer and compilation-parsing-end.
13868
13869 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13870 when it follows non-comment text on the line.
13871
13872 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13873 Set font-lock-defaults.
13874 (lisp-mode-shared-map): Init inside the defvar.
13875 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13876 Use define-derived-mode.
13877
13878 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13879
13880 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13881
13882 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13883
13884 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13885 Don't recursively optimize body because that can lead to infinite
13886 recursion; see comment there.
13887
13888 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13889
13890 * faces.el (face-spec-set-match-display): Revert the change from
13891 2000-10-24. Add a FIXME for after v21.1.
13892
13893 2000-11-13 Miles Bader <miles@gnu.org>
13894
13895 * textmodes/fill.el (skip-line-prefix): New function.
13896 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13897 (fill-paragraph): Don't leave point inside the fill-prefix.
13898 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13899 point inside the fill-prefix.
13900
13901 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13902
13903 * calendar/calendar.el (generate-calendar-window):
13904 Use `fit-window-to-buffer'.
13905
13906 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13907
13908 * gud.el (gud-minor-mode): New var.
13909 (gud-symbol, gud-val): New functions.
13910 (gud-find-file): Copy gud-minor-mode to the new buffer.
13911 (gud-menu-map): Include entries for commands that are not always
13912 available, using :enable to (de)activate them.
13913 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13914 (gud-mode-map): New map.
13915 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13916 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13917 Don't set up gud's menu (it's done by the minor-mode).
13918 (gud-minibuffer-local-map): New.
13919 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13920 (gud-query-cmdline): New function.
13921 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13922 (gud-mode): Use define-derived-mode.
13923 Don't set up gud's menu (it's done by the minor-mode).
13924 (gud-chop-words): Remove.
13925 (gud-common-init): Use split-string instead.
13926 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13927
13928 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13929 Add keyword arg :name.
13930
13931 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13932 (diff-count-matches, diff-split-hunk): New functions.
13933 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13934
13935 * pcvs-info.el (cvs-fi-conflict-face): New var.
13936
13937 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13938 Make it into a simple syntax-table, shared among all submodes.
13939 (sh-heredoc-face): Re-introduce.
13940 (sh-font-lock-syntactic-face-function): New function.
13941 (sh-mode): Use it. Also use define-derived-mode.
13942 Remove old bogus setting of indent-region-function.
13943 (sh-set-shell): Don't set the syntax-table any more.
13944 (sh-mode-syntax-table) <defun>: Remove.
13945
13946 2000-11-12 Miles Bader <miles@gnu.org>
13947
13948 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13949 message if interactive.
13950
13951 2000-11-12 Dave Love <fx@gnu.org>
13952
13953 * mail/feedmail.el: Fix header,
13954 (feedmail) <defgroup>: Add :link.
13955
13956 * view.el: Use local-map property, not keymap on mode-line string.
13957
13958 * scroll-all.el (scroll-all-mode): Customize variable.
13959 Add autoload cookie to function.
13960
13961 * lazy-lock.el: Remove compatibility code.
13962
13963 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13964 (finder-help-echo): New variable.
13965 (finder-mouse-face-on-line): Add help-echo stuff.
13966 (finder-list-keywords, finder-list-matches): Use mapc.
13967
13968 * faces.el (face-font-registry-alternatives): Add :version.
13969
13970 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13971 tags-table-list.
13972
13973 * net/browse-url.el (browse-url-browser-function): Update :version.
13974
13975 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13976 (mail-mode): Use [:alnum:] in some regexps.
13977
13978 2000-11-10 Dave Love <fx@gnu.org>
13979
13980 * ediff.el (ediff-regions-internal, ediff-documentation):
13981 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13982 fundamental mode.
13983
13984 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13985 buffer into fundamental mode.
13986 (ediff-set-difference): Use copy-sequence if available.
13987
13988 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13989 Check ediff-patch-map non-nil.
13990 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13991 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13992 buffer into fundamental mode.
13993
13994 * ediff-merg.el (state-or-merge): Defvar when compiling.
13995
13996 2000-11-10 Jason Rumney <jasonr@gnu.org>
13997
13998 * w32-fns.el (w32-add-charset-info): New function.
13999 (w32-charset-info-alist): Use it.
14000
14001 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14002
14003 * faces.el (face-font-registry-alternatives): New user-option.
14004
14005 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14006
14007 * textmodes/texinfo.el (texinfo-block-default): New var.
14008 (texinfo-insert-block): Use it. Insert a newline if needed.
14009
14010 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14011 (fill-region-as-paragraph): Use it.
14012
14013 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14014 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14015 Tweak paragraph regexps to allow a leading [ \t]*.
14016 (tex-latex-block): Insert a newline if necessary.
14017 (latex-insert-item): Only insert a newline if necessary.
14018 (tex-guess-main-file): New function.
14019 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14020 Set tex-main-file if TeX-master is provided.
14021 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14022
14023 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14024
14025 * startup.el (command-line): Set the default tooltip-mode
14026 to t for graphical displays which implement x-show-tip.
14027
14028 * tooltip.el (tooltip-mode): Add a comment about startup.el
14029 setting the default value of this user-option.
14030
14031 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14032
14033 * font-lock.el (font-lock-*-face) <defvar>: Move.
14034 (font-lock-defaults-alist): Mark obsolete.
14035 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14036 (font-lock-mode): Use define-minor-mode.
14037 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14038 (font-lock-turn-off-thing-lock): Be more explicit.
14039 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14040 (font-lock-syntactic-face-function): New var.
14041 (font-lock-fontify-syntactically-region): Use it.
14042 (font-lock-doc-face): New.
14043
14044 * pcvs.el (cvs-enabledp): Ignore errors.
14045 (cvs-commit-filelist): Never query.
14046 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14047 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14048 (cvs-do-removal): Use cvs-partition rather than delete-if.
14049 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14050 cvs-bury-buffer.
14051
14052 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14053 Allow `next' to jump to after the end of the last match.
14054
14055 2000-11-09 Gerd Moellmann <gerd@gnu.org>
14056
14057 * simple.el (byte-compiling-files-p): New function.
14058
14059 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14060 if it is there.
14061
14062 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14063 nil again.
14064
14065 * textmodes/ispell.el (ispell-library-path): Don't call
14066 check-ispell-version when byte-compiling because that starts
14067 an ispell process, and ispell might not be installed.
14068 (toplevel): Don't set up a menu when byte-compiling.
14069
14070 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14071 it, so that a boundp test can be used to determine if we're
14072 currently byte-compiling.
14073
14074 2000-11-09 Dave Love <fx@gnu.org>
14075
14076 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14077
14078 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14079
14080 * ps-print.el: Patch for variable initialization when spooling.
14081 Doc fix.
14082 (ps-output-list): Fun eliminated.
14083 (ps-begin-file, ps-begin-job): Code fix.
14084
14085 2000-11-08 Dave Love <fx@gnu.org>
14086
14087 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14088
14089 2000-11-08 Gerd Moellmann <gerd@gnu.org>
14090
14091 * simple.el (shell-command, display-message-or-buffer)
14092 (shell-command-on-region): Mention resize-mini-windows in the doc
14093 string.
14094 (display-message-or-buffer): Take the value of resize-mini-windows
14095 into account.
14096
14097 2000-11-07 Gerd Moellmann <gerd@gnu.org>
14098
14099 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14100
14101 * dired.el (dired-between-files): Add `^. find' as an alternative
14102 to the regular expression, for find-dired.
14103
14104 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14105
14106 * textmodes/texnfo-upd.el: Require texinfo.
14107 (defmacro, defgroup): Remove.
14108 (texinfo-section-to-generic-alist): Remove.
14109 Use texinfo-section-list instead (i.e. level is changed string->int).
14110 (texinfo-filter): New function.
14111 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14112 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14113 Use it. And use regexp-opt.
14114 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14115 (texinfo-update-menu-region-beginning)
14116 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14117 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14118 (texinfo-update-menu-same-level-regexps): Update.
14119 (texinfo-update-node, texinfo-every-node-update)
14120 (texinfo-sequential-node-update): Remove autoload cookie.
14121
14122 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14123 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14124 (texinfo-chapter-level-regexp): Remove.
14125 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14126
14127 2000-11-06 Dave Love <fx@gnu.org>
14128
14129 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14130
14131 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14132 Match defun*.
14133
14134 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14135
14136 * composite.el (composition-function-table): Variable declaration
14137 moved to src/composite.c.
14138 (compose-chars-after): New optional arg object.
14139
14140 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14141
14142 * bindings.el (mode-line-toggle-read-only)
14143 (mode-line-toggle-modified, mode-line-widen)
14144 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14145 (make-mode-line-mouse2-map): Rewritten.
14146 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14147 functions so that C-h k can show something with a doc string.
14148
14149 * startup.el (fancy-splash-delay): Set to 10 seconds.
14150 (fancy-splash-max-time): New user-option.
14151 (fancy-splash-stop-time): New variable.
14152 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14153 (fancy-splash-screens-1): Throw `stop-splashing' when current
14154 time is greater than fancy-splash-stop-time.
14155
14156 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14157
14158 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14159
14160 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14161 Prompt user for a file rather than raising an error.
14162 (cvs-enabledp): Fix call to cvs-mode-marked.
14163 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14164 (cvs-mode-insert): Use it. Change the init prompt' value.
14165 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14166
14167 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14168 Don't pass default arg to ewoc-locate.
14169 (ewoc-collect): Return result in the right order.
14170
14171 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14172
14173 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14174 (cvs-status-get-tags): Fix regexp.
14175 (cvs-status-trees, cvs-status-cvstrees):
14176 Combine after change hooks and don't sit-for.
14177 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14178 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14179 Use make-char rather than hard-coded cryptic data.
14180 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14181
14182 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14183
14184 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14185 (cvs-insert-strings): New function.
14186
14187 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14188
14189 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14190 `mwheel-scroll-amount'.
14191 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14192 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14193 string-matching against the version string.
14194
14195 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14196
14197 * language/thai.el ("Thai"): Set a lisp form that produces
14198 composed string in `sample-text' language info.
14199
14200 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14201 composed string in `sample-text' language info.
14202
14203 * international/mule-cmds.el (describe-language-environment):
14204 Eval `sample-text' data and insert the result.
14205
14206 * international/mule-conf.el (compound-text): Define this coding
14207 system here. Make x-ctext and ctext aliases of it.
14208
14209 * language/european.el (compound-text, ctext): Moved to
14210 international/mule-conf.el.
14211
14212 2000-11-05 Andrew Innes <andrewi@gnu.org>
14213
14214 * w32-fns.el (w32-version): New function.
14215
14216 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14217
14218 * progmodes/awk-mode.el: Update copyright.
14219 (awk-mode-abbrev-table): Remove.
14220 (awk-font-lock-keywords): Use regexp-opt.
14221 (awk-mode): Use define-derived-mode.
14222
14223 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14224 when extracting a suffix.
14225
14226 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14227
14228 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14229 auto-save-mode.
14230
14231 2000-11-04 Jason Rumney <jasonr@gnu.org>
14232
14233 * language/european.el (decode-mac-roman): Test against r1 not r0.
14234
14235 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14236
14237 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14238 (icon-mode): Define indent-line-function.
14239 (icon-comment-indent): Simplify.
14240 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14241
14242 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14243
14244 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14245 Bind change-log-default-mode to defeat the caching done on it.
14246 Don't bother saving excursion any more.
14247
14248 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14249
14250 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14251 (set-frame-font): Use the new name (and the old for compatibility).
14252
14253 * toolbar/tool-bar.el (tool-bar-mode):
14254 * time.el (display-time-mode):
14255 * recentf.el (recentf-mode):
14256 * paren.el (show-paren-mode):
14257 * mwheel.el (mouse-wheel-mode):
14258 * msb.el (msb-mode):
14259 * jka-compr.el (auto-compression-mode):
14260 * image-file.el (auto-image-file-mode):
14261 * hl-line.el (hl-line-mode):
14262 * delsel.el (delete-selection-mode):
14263 * autoinsert.el (auto-insert-mode):
14264 * complete.el (partial-completion-mode): Drop unneeded positional args.
14265
14266 * info.el (Info-mode):
14267 * comint.el (comint-mode): Don't bother with make-local-hook.
14268
14269 * log-edit.el (log-edit-menu): New menu.
14270
14271 2000-11-03 Miles Bader <miles@gnu.org>
14272
14273 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14274 definition, so that trailing spaces are handled properly.
14275 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14276
14277 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14278
14279 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14280 tab character.
14281 (fancy-splash-screens): Set tab-width to 20.
14282
14283 2000-11-03 Dave Love <fx@gnu.org>
14284
14285 * comint.el (comint-completion-addsuffix): Fix custom type.
14286
14287 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14288
14289 * font-lock.el (font-lock-buffers): Remove.
14290 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14291 (font-lock-change-major-mode): Remove.
14292 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14293 (font-lock-default-fontify-region): Extend the multiline
14294 fontification to whole lines.
14295 (font-lock-fontify-anchored-keywords)
14296 (font-lock-fontify-keywords-region): If matching just one
14297 line (with \n) only mark the \n as multiline.
14298
14299 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14300 Correctly handle the case where several :group args are supplied.
14301 Allow :extra-args.
14302 (easy-mmode-define-global-mode): Allow :extra-args.
14303 Correctly handle the case where several :group args are supplied.
14304
14305 2000-11-02 Miles Bader <miles@gnu.org>
14306
14307 * calendar/calendar.el (diary-face, calendar-today-face)
14308 (holiday-face): Remove dependency on `window-system'.
14309
14310 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14311
14312 * Makefile.in (emacs): Set EMACSLOADPATH always.
14313 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14314 (compile-files): Bomb out if compilation of a file fails.
14315
14316 2000-11-02 Dave Love <fx@gnu.org>
14317
14318 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14319
14320 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14321
14322 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14323 punctuation in the warning inserted into the *mail* buffer.
14324
14325 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14326
14327 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14328 (authors-public-domain-p): New function.
14329 (authors-print): Use it.
14330
14331 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14332
14333 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14334
14335 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14336
14337 * ps-print.el: Extension for even/odd printing. Doc fix.
14338 (ps-print-version): New version number (6.3.1).
14339 (ps-even-or-odd-pages): Customization fix.
14340 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14341 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14342 (ps-page-count): Var replaced by `ps-page-column'.
14343 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14344 (ps-print-sheet-p): New fun.
14345
14346 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14347
14348 * tooltip.el (tooltip-gud-tips-setup): New function.
14349 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14350 (tooltip-mode): Call tooltip-gud-tips-setup.
14351 (tooltip-gud-tips): Use `gud-basic-call' instead of
14352 process-send-string, so the prompt gets frobbed appropriately.
14353 Handle nil return value from `tooltip-gud-print-command'.
14354
14355 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14356
14357 * comint.el (comint-add-to-input-history): New function.
14358 (comint-send-input): Use `comint-add-to-input-history'.
14359
14360 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14361
14362 * info.el (info-menu-header): New face.
14363 (Info-fontify-menu-headers): New function.
14364 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14365
14366 * info.el (Info-insert-dir): Don't include blank lines at
14367 beginning of additional dir files (one is added automatically).
14368
14369 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14370
14371 * emacs-lisp/easy-mmode.el (define-minor-mode):
14372 Revert the latest changes.
14373 Allow the three positional arguments to be skipped and replaced
14374 by keyword arguments.
14375 Add a :toggle argument to determine whether a nil arg means toggle
14376 or means turn-on. The default is unchanged.
14377 Add a call to force-mode-line-update.
14378
14379 2000-11-01 Dave Love <fx@gnu.org>
14380
14381 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14382
14383 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14384
14385 * calendar/calendar.el (diary-face, holiday-face):
14386 Add dark-background variants.
14387
14388 2000-10-31 Sam Steingold <sds@gnu.org>
14389
14390 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14391 `tex-main-file' does not have directory in it.
14392
14393 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14394
14395 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14396
14397 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14398
14399 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14400 functional change.
14401
14402 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14403
14404 * files.el (find-file-noselect): When we expand a wildcard, return
14405 a list of buffers, as we should do according to the doc string.
14406
14407 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14408
14409 * loadup.el (top level): Adjust load path if program name is
14410 "../src/bootstrap-emacs", in case it's not dumped and thus the
14411 load path adjustment hasn't already been done.
14412
14413 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14414
14415 * ps-print.el: Fix bug on selected pages for printing.
14416 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14417 is on. Try to avoid warning messages when compiling. Doc Fix.
14418 (ps-print-version): New version number (6.3).
14419 (ps-color-device): Use `color-values' to determine if device
14420 supports color.
14421 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14422 (ps-print-page-p): Changed from defsubst to defun.
14423 (ps-page-number): Changed from defmacro to defun.
14424 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14425 printing.
14426 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14427 (ps-end-file, ps-dummy-page): Funs eliminated.
14428 (ps-print-color-scale): Changed default value.
14429 (ps-page-n-up, ps-print-page-p): New internal vars.
14430 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14431 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14432
14433 * delim-col.el: Little programming improvement.
14434 (delimit-columns-str): New macro.
14435 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14436
14437 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14438
14439 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14440 Moved to european.el.
14441 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14442 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14443 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14444 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14445
14446 2000-10-30 Dave Love <fx@gnu.org>
14447
14448 * progmodes/cc-menus.el (imenu-generic-expression)
14449 (imenu-progress-message): Only defvar when compiling.
14450
14451 * emacs-lisp/elp.el (elp-unload-hook): New function.
14452
14453 * loadhist.el (unload-feature): Call elp-restore-function,
14454 checking for symbols; don't use elp-restore-all.
14455 (loadhist-hook-functions): Doc fix.
14456
14457 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14458
14459 * log-edit.el (log-edit-confirm): Fix the default.
14460
14461 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14462
14463 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14464 delimit-columns-format.
14465 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14466
14467 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14468
14469 * comint.el (comint-replace-by-expanded-history): Don't use
14470 comint-get-old-input (we're not looking at *old* input).
14471 (comint-get-old-input-default): If using fields, signal an error
14472 when the point is not in an input field.
14473
14474 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14475
14476 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14477 and mule-unicode-e000-ffff.
14478
14479 * international/mule.el (decode-char, encode-char): New functions.
14480 (make-coding-system): Accept a symbol of translation table as a
14481 value of property `safe-chars'.
14482
14483 * international/mule-cmds.el (encode-coding-char): Check property
14484 safe-chars instead of safe-charsets.
14485
14486 * international/fontset.el (fontset-default): Modified for
14487 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14488 (x-font-name-charset-alist): Likewise.
14489 (ccl-encode-unicode-font): New CCL program. Record it in
14490 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14491
14492 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14493 New translation tables.
14494 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14495 programs are modified and moved from mac-win.el.
14496 (mac-roman): Definition of this coding system is modified and
14497 moved from mac-win.el.
14498
14499 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14500
14501 * ediff-wind.el (ediff-setup-control-frame): Enclose
14502 face-attribute in condition-case to avoid errors in older emacsen.
14503
14504 2000-10-29 Miles Bader <miles@gnu.org>
14505
14506 * custom.el (custom-add-to-group): Allow multiple entries for a
14507 given value OPTION, as long as their widget types are different.
14508 * cus-edit.el (custom-face-value-create): If face name doesn't end
14509 with "face", add such here (similar to custom group widgets).
14510
14511 * comint.el (comint-highlight-prompt): Add :type.
14512
14513 2000-10-28 John Wiegley <johnw@gnu.org>
14514
14515 * calendar/timeclock.el (timeclock-log): Doc fix.
14516 (timeclock-last-event): Doc fix.
14517 (timeclock-log): Kill the timelog buffer after appending a new event.
14518 (timeclock-find-discrep): Use a temp buffer to read in the
14519 timelog, instead of visiting the file.
14520 (timeclock-log-data): A new function, along with a host of helper
14521 functions, for the purpose of making timelog data accessible to
14522 programmers.
14523
14524 * eshell/esh-mode.el (window-height test): Make certain that
14525 `eshell-stringify-t' is non-nil.
14526 (eshell-password-prompt-regexp): Changed to a much simpler
14527 password regexp.
14528 (eshell-send-input): If `eshell-invoke-directly' returns t,
14529 directly invoke the parsed command using `eval'. This improves
14530 turn-around time on simple commands by a factor of three or
14531 greater, such as cd, ls, pwd, etc. -- which get used very often.
14532 It also conserves thousands of cons cells per call (since
14533 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14534 in the Pacific Cookie Company).
14535
14536 * eshell/esh-test.el (eshell-test): Whitespace fix.
14537
14538 * eshell/em-ls.el (eshell-ls-insert-directory):
14539 Make `eshell-ls-initial-args' nil when inserting directory contents.
14540
14541 * eshell/em-script.el (eshell-script-initialize): Add names to
14542 `eshell-complex-commands, since `source' and `.' are complex.
14543
14544 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14545 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14546 `eshell-copy-handles'.
14547 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14548 bodies.
14549 (eshell-separate-commands): Whitespace fix.
14550 (eshell-complex-commands): Added a new list of names, for
14551 determining whether a given command is as simple as it looks.
14552 (eshell-invoke-directly): New function. Returns t if a command
14553 should be invoked directly (using `eval'), rather than indirectly
14554 using `eshell-do-eval'.
14555 (eshell-do-eval): Whitespace fix.
14556
14557 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14558 which provides an emulation of the DOS shell behavior of assuming
14559 that cp/mv/ln should copy/move/link to the current directory.
14560 (eshell-remove-entries): Added a doc string.
14561 (eshell-shuffle-files): Removed the check for `target' being null.
14562 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14563 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14564 it to do a smarter check of whether a destination was provided.
14565 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14566 (eshell/ln): Enable `:preserve-args', and use
14567 `eshell-mvcpln-template' to implement the body of the function.
14568 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14569 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14570 list after flattening it. This makes it possible to cat files
14571 with numerical names.
14572 (eshell-unix-initialize): Added several names to
14573 `eshell-complex-commands.
14574 (eshell-unix-command-complex-p): Return t if a given command name
14575 may result in external processes being invoked.
14576
14577 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14578 variable nil by default, since it slows down glob processing by a
14579 factor of two or more, and increases memory consumption.
14580
14581 * eshell/em-smart.el: Added a note about how memory consumptive
14582 smart display mode can be (at least this is true in Emacs 21).
14583 (eshell-smart-initialize): Whitespace fix.
14584 (eshell-refresh-windows): Use `if' instead of `when'.
14585 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14586 not necessary.
14587 (eshell-currently-handling-window): Added a missing global variable.
14588
14589 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14590 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14591 Whitespace fix.
14592 (eshell-ls-exclude-hidden): Added this variable in addition to
14593 `eshell-ls-exclude-regexp'. This one prevents files beginning
14594 with . from even being read, which can improve memory consumption
14595 quite a bit.
14596 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14597 read file entries beginning with a dot. In home directories with
14598 lots of hidden files, fully two-thirds of the time spent in ls is
14599 used to read directory entries that are immediately thrown away.
14600 (eshell-ls-initial-args): Added back this configuration variable,
14601 for specifying default initial arguments to every call to ls.
14602 Much faster than using an alias to do the same thing.
14603 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14604 (eshell-ls-dir): Whitespace change.
14605
14606 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14607
14608 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14609 (eshell-stringify-t): Added a customization variable, to indicate
14610 whether `t' should be rendered as a string at all. If not, one
14611 can still determine if the result of an expression is true using
14612 "file-exists-p FILE && echo true".
14613 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14614 stringify t!
14615
14616 * eshell/esh-module.el: Whitespace fix.
14617
14618 * eshell/em-alias.el (eshell-alias-initialize):
14619 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14620 (eshell-command-aliased-p): New function that returns t if a
14621 command name names an aliased.
14622
14623 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14624
14625 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14626 redrawing the screen when changing cursor color.
14627 (viper-insert-state-pre-command-sentinel)
14628 (viper-replace-state-pre-command-sentinel)
14629 (viper-replace-state-post-command-sentinel):
14630 Use viper-preserve-cursor-color.
14631 Many functions changed to use viper= instead of = when comparing
14632 characters.
14633 * viper-util.el (viper-memq-char,viper=): New functions for
14634 working with characters.
14635 (viper-change-cursor-color): Fixed buglet.
14636 Many functions changed to use viper= instead of = when comparing
14637 characters.
14638 * viper.el (viper-insert-state-mode-list): Added eshell.
14639
14640 * ediff-init.el (ediff-before-setup-hook): New hook.
14641 Several typos fixed in various docstrings.
14642 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14643 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14644 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14645 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14646 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14647 (ediff-get-selected-buffers): New function.
14648 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14649 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14650 Use save-window-excursion.
14651 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14652 termination check in while loop.
14653 * ediff.el (ediff-get-default-file-name): Better defaults when in
14654 dired buffer.
14655 (ediff-files,ediff-merge-files,ediff-files3)
14656 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14657
14658 2000-10-28 Dave Love <fx@gnu.org>
14659
14660 * info.el (Info-fontify-node): Add help-echo for menu items.
14661
14662 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14663
14664 * startup.el (normal-top-level): If the value of $TERM indicates
14665 we are running from xterm or one of its work-alikes, default to a
14666 light background mode.
14667
14668 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14669 * faces.el (tty-handle-reverse-video): New function.
14670 (tty-create-frame-with-faces): Call it.
14671
14672 * frame.el (frame-notice-user-settings): Don't apply
14673 default-frame-alist and initial-frame-alist to MS-DOS frames.
14674 Call tty-handle-reverse-video, frame-set-background-mode, and
14675 face-set-after-frame-default for non-MS-DOS frames.
14676
14677 * startup.el (tty-long-option-alist): New variable.
14678 (tty-handle-args): New function.
14679 (command-line): Call tty-handle-args.
14680
14681 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14682 startup.el now does that for all character-terminal frames.
14683
14684 2000-10-28 Miles Bader <miles@gnu.org>
14685
14686 * emacs-lisp/easy-mmode.el (define-minor-mode):
14687 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14688 is global. If :global is followed by a non-nil but non-t value,
14689 make the mode buffer-local, but also generate a `global-MODE'
14690 version using `easy-mmode-define-global-mode'.
14691 Add :conditional-turn-on keyword argument.
14692
14693 2000-10-28 Dave Love <fx@gnu.org>
14694
14695 * international/latin1-disp.el (latin1-char-displayable-p):
14696 Don't use window-system.
14697
14698 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14701 Don't call find-buffer-file-type-coding-system. Instead, just
14702 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14703 if the file is on an untranslated filesystem.
14704 (add-untranslated-filesystem): Use "D" instead of "f" inside
14705 interactive.
14706
14707 2000-10-27 Dave Love <fx@gnu.org>
14708
14709 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14710 (refill-mode): Use it.
14711
14712 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14713
14714 * international/quail.el (quail-activate): Don't make-local-hook.
14715
14716 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14717
14718 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14719 manual backups and file.~<rev>.~ for automatic ones.
14720 (vc-make-version-backup): Don't do it on MS-DOS without long file
14721 names.
14722
14723 * vc.el (vc-version-other-window): If an automatic backup of the
14724 desired version exists, rename it instead of copying it.
14725
14726 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14727 after command. If there's an unexpected error, signal it instead
14728 of being silent.
14729 (vc-cvs-merge-news): Be prepared for no news at all.
14730
14731 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14732
14733 * shell.el (shell): Add BUFFER argument.
14734 * comint.el (make-comint-in-buffer): New function.
14735 (make-comint): Use it.
14736
14737 * faces.el (face-spec-choose): Change syntax so that the list of
14738 attribute-value pairs is now the cdr of each clause, not the cadr.
14739 Detect old-style entries, and handle them. Use pop.
14740
14741 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14742
14743 * cus-edit.el (custom-mode-map): Use a sparse map.
14744 (custom-mode): Don't bother with make-local-hook.
14745
14746 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14747
14748 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14749
14750 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14751
14752 * ps-print.el: Avoid compilation gripes.
14753 (ps-print-version): New version number (6.2.1).
14754
14755 2000-10-26 Dave Love <fx@gnu.org>
14756
14757 * menu-bar.el: Modify some menu item help strings.
14758 (menu-bar-help-menu): Add link to MORE.STUFF.
14759
14760 * cus-edit.el (custom-mode): Add `special' mode-class property.
14761
14762 * wid-browse.el (widget-browse-mode): Likewise.
14763
14764 * wid-edit.el (widget-specify-field): Revert to using local-map
14765 property, not keymap.
14766
14767 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14768
14769 * wid-edit.el (widget-field-end): When checking for a `boundary'
14770 field, do so in the correct buffer.
14771
14772 * simple.el (undo): Correctly distinguish between numeric and
14773 non-numeric prefix args in non-transient-mark-mode, as per the doc
14774 string. When in transient-mark-mode, treat all prefix-args as
14775 numeric.
14776
14777 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14778 Position point on match. Handle N == 0 correctly.
14779
14780 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14781 (comint-mode-map): Reverse order of `comint-write-output' and
14782 `comint-append-output-to-file'.
14783 (comint-append-output-to-file): Reinstate this function, for the
14784 benefit of the menu.
14785
14786 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14787
14788 * vc.el (vc-version-other-window): Bind `file'.
14789
14790 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14791
14792 * Makefile.in (update-authors): New target for maintenance purposes.
14793
14794 * emacs-lisp/authors.el (batch-update-authors): New function.
14795 (authors-fixed-entries): New defconst.
14796 (authors-add-fixed-entries): New function.
14797 (authors): Call it.: Don't process lispref/.
14798
14799 2000-10-25 Jason Rumney <jasonr@gnu.org>
14800
14801 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14802 Merge x w32 and mac definitions.
14803
14804 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14805
14806 * menu-bar.el (menu-bar-options-menu): Add a help string for
14807 `uniquify'.
14808
14809 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14810
14811 * time-stamp.el (time-stamp-string-preprocess):
14812 Fix a wrong type argument error.
14813
14814 2000-10-25 Miles Bader <miles@gnu.org>
14815
14816 * recentf.el (recentf-mode): Variable removed.
14817 (recentf-mode): Use `define-minor-mode'.
14818
14819 * mwheel.el (mouse-wheel-mode): New global minor mode.
14820 (mwheel-install): Use `mouse-wheel-mode'.
14821
14822 2000-10-25 Dave Love <fx@gnu.org>
14823
14824 * progmodes/cperl-mode.el (cperl-mode):
14825 Set normal-auto-fill-function correctly.
14826
14827 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14828 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14829 bindings.
14830
14831 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14832
14833 * wid-edit.el (widget-field-at): New function.
14834 (widget-at, widget-field-activate): Use it.
14835 (widget-tabable-at): Use `widget-at'.
14836 (widget-specify-field): If the terminating character of the widget
14837 field (which is read-only) is a newline, put it into a special
14838 `boundary' field so that C-n/C-p act more naturally.
14839 (widget-field-end): Also don't subtract one if a special
14840 `boundary' field has been added after the widget field.
14841
14842 * comint.el (comint-output-filter, comint-send-input):
14843 Don't bother adding stickiness fields to overlays to fool the field
14844 code, since it should notice the overlay insertion-types now.
14845
14846 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14847 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14848 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14849
14850 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14851
14852 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14853 (authors): Set file coding system to iso-2022-7bit.
14854 Add file-local variables to output buffer.
14855
14856 * files.el (after-find-file): Don't print any warnings if
14857 WARN is nil.
14858
14859 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14860
14861 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14862
14863 * delim-col.el: Now there is a column formatting mechanism.
14864 Modified to customization mechanisms convention. Doc fix.
14865 (columns): New group for delim-col.
14866 (delimit-columns-before, delimit-columns-after)
14867 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14868 (delimit-columns-end): New vars.
14869 (delimit-columns-customize, delimit-columns-format): New funs.
14870 (delimit-columns-region, delimit-columns-rectangle)
14871 (delimit-columns-rectangle-line): Modified to support column
14872 formatting.
14873
14874 2000-10-24 Dave Love <fx@gnu.org>
14875
14876 * log-edit.el (log-edit): Add :version and a :group for vc.
14877
14878 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14879
14880 * files.el (after-find-file): Don't print a message ``New file''
14881 if WARN is nil.
14882
14883 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14884 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14885 get duplicate tool-bar entries because we'll see the global ones
14886 on more than one path through keymaps.
14887
14888 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14889
14890 * progmodes/cmacexp.el: Change Francesco's email address.
14891
14892 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14893
14894 * window.el (fit-window-to-buffer): Adjust point of the window
14895 buffer, not that of the current buffer.
14896
14897 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14898
14899 * progmodes/cmacexp.el: Update the euthor's email address.
14900
14901 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14902
14903 * faces.el (face-spec-set-match-display): Add `graphic' display
14904 type (the inverse of `tty'). Use `display-graphic-p' instead of
14905 the window-system variable.
14906
14907 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14908
14909 * international/isearch-x.el (isearch-with-input-method):
14910 Call input-method-function with the first event in
14911 unread-command-events.
14912
14913 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14914
14915 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14916
14917 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14918
14919 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14920 New charsets.
14921
14922 * term/mac-win.el: Remove definitions of mac-roman-lower and
14923 mac-roman-upper, require dired, and define instead of set
14924 mac-ready-for-drag-n-drop to avoid compilation error.
14925
14926 2000-10-23 Andrew Innes <andrewi@gnu.org>
14927
14928 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14929 Remove superfluous calls to subst-char-in-string; instead apply
14930 expand-file-name after convert-standard-filename to ensure
14931 expected directory separators are used.
14932
14933 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14934
14935 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14936
14937 2000-10-23 Dave Love <fx@gnu.org>
14938
14939 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14940 (tool-bar-add-item): Set foreground and background for XBM icons.
14941
14942 * international/latin1-disp.el (latin1-char-displayable-p):
14943 New function (from Handa).
14944 (latin1-display-check-font): Use it.
14945
14946 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14947 using :key-sequence, making it much more usable.
14948 Use nconc, not append.
14949 (imenu--create-keymap-1): Avoid append.
14950
14951 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14952
14953 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14954
14955 [the following changes fix a bug where `define-minor-mode' didn't
14956 correctly generate :require clauses for defcustoms in compiled files]
14957 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14958 (byte-compile-log-file, byte-compile-log-1): Don't set
14959 `byte-compile-current-file' to nil. Instead set
14960 `byte-compile-last-logged-file' to it. Test whether
14961 byte-compile-current-file equals byte-compile-last-logged-file
14962 instead of whether its nil.
14963 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14964
14965 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14966
14967 * textmodes/refill.el: Fix var names in doc.
14968 (refill-mode): Don't bother with make-local-hook anymore.
14969
14970 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14971
14972 * faces.el (face-user-default-spec, face-default-spec): New functions.
14973 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14974 (frame-set-background-mode, face-set-after-frame-default):
14975 Use `face-user-default-spec'. Simplify code slightly.
14976
14977 * woman.el (woman-italic-face, woman-bold-face)
14978 (woman-unknown-face): Add dark-background variants.
14979 (woman-default-faces): Renamed from `woman-colour-faces'.
14980 Set using the stored defaults, rather than using hard-wired colors.
14981 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14982 Just make the foreground `unspecified' rather than "black".
14983 (woman-menu): Rename menu entries accordingly.
14984
14985 * faces.el (header-line): Make more reasonable on mono/grayscale
14986 displays.
14987
14988 2000-10-23 Andrew Choi <akochoi@i-cable.com>
14989
14990 * cus-edit.el (custom-button-face): Use 3D look for mac.
14991 (custom-button-pressed-face): Likewise.
14992
14993 * faces.el (set-face-attributes-from-resources): Handle mac frames
14994 in the same way as x and w32 frames.
14995 (face-valid-attribute-values): Likewise.
14996 (read-face-attribute): Likewise.
14997 (defined-colors): Likewise.
14998 (color-defined-p): Likewise.
14999 (color-values): Likewise.
15000 (display-grayscale-p): Likewise.
15001 (face-set-after-frame-default): Likewise.
15002 (mode-line): Same default face as for x and w32.
15003 (tool-bar): Likewise.
15004
15005 * frame.el: Remove call to frame-notice-user-settings at end of
15006 the file.
15007
15008 * info.el (Info-fontify-node): Make underlines invisible for mac
15009 as for x, pc, and w32 frame types.
15010
15011 * term/mac-win.el: New file.
15012
15013 2000-10-22 Dave Love <fx@gnu.org>
15014
15015 * textmodes/refill.el: New file.
15016
15017 2000-10-22 Andre Spiegel <spiegel@gnu.org>
15018
15019 * vc-hooks.el (vc-version-backup-file-name): New optional args
15020 MANUAL and REGEXP.
15021 (vc-delete-automatic-version-backups, vc-make-version-backup):
15022 New functions.
15023 (vc-before-save): Use the latter.
15024 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15025 confusion.
15026
15027 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
15028 expected by vc[-hooks].el.
15029
15030 * vc.el (vc-checkout): Added `-p' suffix in call to
15031 vc-make-version-backups-p; use vc-make-version-backup to actually
15032 make the backup.
15033 (vc-version-other-window, vc-version-backup-file): Handle both
15034 automatic and manual backups.
15035 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15036 of all of them.
15037
15038 2000-10-22 Miles Bader <miles@gnu.org>
15039
15040 * comint.el (comint-highlight-input, comint-highlight-prompt):
15041 Renamed, `-face' at end removed.
15042 (comint-send-input, comint-output-filter): Use renamed faces.
15043
15044 * window.el (fit-window-to-buffer): Change defaulting of
15045 MAX-HEIGHT slightly.
15046
15047 * faces.el (color-values, color-defined-p): Use `member', not
15048 `memq', because it works correctly for strings.
15049 (frame-set-background-mode): Actually, "unspecified-fg" and
15050 "unspecified-bg" *are* strings. Use `member', not `memq', and
15051 `equal', not `eq', when a string value is possible.
15052
15053 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15054
15055 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15056
15057 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15058
15059 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15060 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15061 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15062 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15063 (sh-font-lock-syntactic-keywords): Use them.
15064 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15065 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15066 (sh-mode): Don't override font-lock-unfontify-region-function.
15067 Use a copy of sh-font-lock-syntactic-keywords.
15068 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15069 Don't call sh-scan-buffer since font-lock does it on the fly.
15070 (sh-get-indent-info): Use `face' rather than `syntax-table'
15071 text-property to detect here-documents.
15072 Replace sh-special-syntax with sh-st-punc.
15073 (sh-prev-line): Use `face' rather than `syntax-table'
15074 text-property to skip over here-documents.
15075 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15076 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15077 (sh-electric-less, sh-set-here-doc-region)
15078 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15079 (sh-scan-buffer, sh-rescan-buffer): Remove.
15080
15081 2000-10-21 Andrew Innes <andrewi@gnu.org>
15082
15083 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15084 remote (ange-ftp) file names.
15085
15086 2000-10-21 Miles Bader <miles@gnu.org>
15087
15088 * window.el (fit-window-to-buffer): New function.
15089 (shrink-window-if-larger-than-buffer): Use it.
15090 (window-text-height): Don't expect minibuffers to have mode-lines.
15091
15092 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15093 * international/quail.el (quail-update-guidance):
15094 Use `fit-window-to-buffer' instead of `set-window-text-height'.
15095
15096 * international/quail.el (quail-show-guidance-buf): Make sure
15097 guidance window really has enough room.
15098 (quail-update-guidance): If quail-guidance-win is already shown,
15099 make sure its height is OK.
15100
15101 * window.el (window-text-height, set-window-text-height):
15102 New functions.
15103 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15104 instead of `window-height' & `mode-line-window-height-fudge'.
15105 (mode-line-window-height-fudge): Add FACE parameter.
15106 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15107 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15108
15109 2000-10-20 Miles Bader <miles@gnu.org>
15110
15111 * window.el (height-affecting-face-attributes): Use `defconst'.
15112
15113 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15114 New function, conditionally aliased to `mode-line-window-height-fudge'.
15115 (ispell-help): Use it.
15116 (ispell-choices-win-default-height): Don't include mode-line fudge.
15117 (ispell-choices-win-default-height): New function.
15118 (ispell-show-choices, ispell-command-loop): Use function
15119 `ispell-choices-win-default-height' instead of variable.
15120
15121 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15122
15123 * window.el (mode-line-window-height-fudge): New variable.
15124 (height-affecting-face-attributes): New variable.
15125 (mode-line-window-height-fudge): New function.
15126 (shrink-window-if-larger-than-buffer): Use it.
15127 * help.el (resize-temp-buffer-window): Likewise.
15128
15129 * info.el (Info-fontify-node): Add support for @subsubsection
15130 titles, which use `Info-title-4-face'.
15131 (Info-title-4-face): New face.
15132 (Info-title-3-face): Inherit from Info-title-4-face instead of
15133 variable-pitch.
15134
15135 2000-10-19 Jason Rumney <jasonr@gnu.org>
15136
15137 * dired.el (dired-insert-directory): Do not let errors signalled by
15138 attempt to run dired-free-space-program prevent dired from working.
15139
15140 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15141
15142 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15143
15144 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15145
15146 * dirtrack.el (dirtrack): Fix call to run-hooks.
15147
15148 * cmuscheme.el (cmuscheme-program-name): Renamed from
15149 scheme-program-name because xscheme.el contains a defcustom with
15150 the same name. As a consequence, customizing group `cmuscheme'
15151 loaded `xscheme' which redefined run-scheme.
15152 (run-scheme): Use cmuscheme-program-name.
15153
15154 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15155
15156 * play/doctor.el (doctor-death): Update the Samaritans'
15157 anonymous address, and add a website for Befrienders International.
15158
15159 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15160
15161 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15162 Avoid compilation gripes. Doc fix.
15163 (ps-print-version): New version number (6.2).
15164 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15165 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15166 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15167 (ps-x-extent-priority, ps-x-extent-start-position)
15168 (ps-x-face-font-instance, ps-x-find-coding-system)
15169 (ps-x-font-instance-properties, ps-x-make-color-instance)
15170 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15171 avoid compilation gripes without defining functions.
15172 (ps-e-find-composition): Alias for function find-composition, to have a
15173 suitable function depending on Emacs version.
15174 (ps-color-device, ps-color-values, ps-face-foreground-name)
15175 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15176 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15177 (ps-print-ensure-fontified): Function definitions surrounded by
15178 `eval-and-compile' to avoid compilation gripes.
15179 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15180 by symbol-value to avoid compilation gripes.
15181 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15182 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15183
15184 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15185
15186 * startup.el (normal-top-level): Call `frame-set-background-mode'
15187 after `frame-notice-user-settings' because the latter doesn't call
15188 the former on a tty.
15189
15190 * faces.el (frame-set-background-mode): `unspecified' &c are
15191 symbols, not strings.
15192
15193 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15194
15195 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15196 why some "light*" colors are deliberately absent from the alist.
15197
15198 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15199 Change colors for tty's, as suggested by Miles Bader.
15200
15201 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15202
15203 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15204 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15205 for ISO10646-1 fonts.
15206 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15207
15208 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15209
15210 * faces.el (frame-set-background-mode): If a tty frame defines a
15211 background color, use that to compute the background mode, instead
15212 of always defaulting to "dark".
15213
15214 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15215
15216 * comint.el (comint-write-output): New function.
15217 (comint-mode-map): Add it to the menu.
15218 Bind `C-c C-s' to comint-write-output.
15219
15220 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15221
15222 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15223 Use fancy-splash-delay.
15224
15225 2000-10-18 Alex Schroeder <alex@gnu.org>
15226
15227 * progmodes/sql.el (sql-sybase-options): New option.
15228 (sql-sybase): Use it. Add sql-database to the list of parameters
15229 provided for login. The options -w 2048 -n are not used any more.
15230
15231 * comint.el (comint-read-input-ring): Bugfix such that the first
15232 and the last entry of the input ring file are not lost.
15233
15234 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15235
15236 * ps-print.el: Internal variable changes to defcustom,
15237 make-local-hook changes to defvar. Doc fix.
15238 (ps-print-version): New version number (6.1).
15239 (ps-setup, ps-do-despool): Code fix.
15240 (ps-printer-name): Customization fix.
15241 (ps-printer-name-option): Now is a defcustom instead of an
15242 internal variable.
15243 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15244 (ps-print-begin-column-hook): Now are defvar instead of
15245 make-local-hook.
15246
15247 2000-10-18 Miles Bader <miles@gnu.org>
15248
15249 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15250 (comint-kill-output): Changed into an alias for `comint-delete-output',
15251 and made obsolete.
15252 (comint-mode-map): Rename references to comint-kill-output.
15253
15254 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15255
15256 * diff-mode.el (diff-header-face, diff-file-header-face)
15257 (diff-changed-face): Add bold and italic attributes to tty faces.
15258 (diff-function-face): New face.
15259 (diff-font-lock-keywords): Use it.
15260
15261 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15262
15263 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15264 Remove commented-out call to force-mode-line-update.
15265 (comint-kill-output): Use `forward-line 0' instead of
15266 beginning-of-line to make sure we get past the prompt.
15267
15268 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15269
15270 * diff-mode.el (diff-header-face, diff-file-header-face):
15271 Add specific setting for dark background.
15272 (diff-context-face): Renamed from diff-comment-face.
15273 Set explicitly rather than inheriting from font-lock-comment-face.
15274
15275 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15276
15277 * startup.el (command-line): Move the code which sets the default
15278 TTY colors to before before-init-hook.
15279
15280 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15281
15282 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15283
15284 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15285
15286 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15287 extensions, for MS-DOS.
15288
15289 * diff-mode.el (diff-header-face, diff-file-header-face)
15290 (diff-changed-face): Define tty-specific colors.
15291
15292 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15293
15294 * startup.el (fancy-splash-text): Realign the text.
15295
15296 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15297
15298 * font-lock.el (font-lock-comment-face): Define a separate default
15299 for dark-background tty's.
15300
15301 2000-10-17 Miles Bader <miles@gnu.org>
15302
15303 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15304 being obscured by whizzy mode-lines on graphics displays.
15305
15306 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15307
15308 * info.el (Info-title-1-face, Info-title-2-face)
15309 (Info-title-3-face): Define colors for tty's.
15310 (info-header-node): Remove unneeded tty-specific definition.
15311
15312 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15313
15314 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15315 reverse from the frame parameters, and don't invert foreground and
15316 background colors.
15317
15318 2000-10-16 Miles Bader <miles@gnu.org>
15319
15320 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15321 string "*Info*". Call propertized-buffer-identification to spruce
15322 up the result.
15323
15324 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15325
15326 * help.el: Provide `help' for the sake of define-minor-mode
15327 which generates defcustoms with requires.
15328
15329 * jit-lock.el (jit-lock-after-change): If we're in text that
15330 matches a multi-line font-lock pattern, make sure the whole text
15331 will be redisplayed.
15332
15333 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15334 author's name is unknown.
15335
15336 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15337 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15338 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15339 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15340 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15341 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15342 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15343 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15344 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15345 Add author information.
15346
15347 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15348
15349 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15350 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15351 full-color version (using the Gimp) to eliminate dithering artifacts.
15352
15353 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15354
15355 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15356
15357 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15358
15359 2000-10-15 Dave Love <fx@gnu.org>
15360
15361 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15362
15363 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15364
15365 * whitespace.el: Doc fixes.
15366 (top-level): Don't add hooks here.
15367 (whitespace-running-emacs): Deleted.
15368 (timer): Don't require.
15369 (whitespace): Add back :version conditional on xemacs test.
15370 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15371 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15372 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15373 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15374 Avoid specific xemacs test.
15375 (whitespace-global-mode): New option.
15376 (whitespace-global-mode): New command.
15377 (whitespace-unload-hook): New function.
15378
15379 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15380 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15381 (Info-fontify-node): `Goto' goes to `Go to'.
15382 (Info-fontify-node): Add help-echo to xref links.
15383
15384 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15385
15386 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15387
15388 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15389
15390 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15391 Use plist-get and allow :inherit.
15392
15393 * emacs-lisp/cl-macs.el (cl-do-arglist):
15394 Use plist-get and plist-member instead of memq.
15395
15396 * emacs-lisp/ewoc.el (ewoc-location): New function.
15397 (ewoc-enter-after, ewoc-enter-before): Document return value.
15398 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15399 Don't need make-local-hook any more.
15400 (cvs-addto-collection): Return the new tin.
15401 (cvs-mode-insert): Jump to the new line.
15402
15403 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15404
15405 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15406
15407 * font-lock.el (font-lock-syntactically-fontified): New var.
15408 (font-lock-fontify-syntactic-keywords-region): Use it.
15409 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15410
15411 * diff-mode.el (diff-find-file-name): Fix regexp.
15412
15413 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15414 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15415
15416 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15417 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15418 (sh-mode): Don't make all vars local here.
15419 (sh-kw): Reformat.
15420 (sh-set-shell): Use dolist. Don't set indent-region-function.
15421 (sh-mode-syntax-table): Use pop.
15422 (sh-remember-variable): Use push.
15423 (sh-help-string-for-variable): Use memq.
15424 (sh-safe-backward-sexp): Remove.
15425 (sh-safe-forward-sexp): Add ARG.
15426 (sh-get-indent-info, sh-prev-stmt): Use it.
15427 (sh-prev-line): Simplify by using forward-comment.
15428 (sh-this-is-a-continuation): Simplify.
15429 (sh-learn-buffer-indent): Use dolist.
15430 (sh-do-nothing): Remove.
15431 (sh-set-char-syntax, sh-set-here-doc-region):
15432 Use inhibit-modification-hooks.
15433 (sh-name-style): Use mapcar and push.
15434 (sh-load-style): Use dolist.
15435 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15436 (sh-case, sh-while-getopts): Use propertize directly rather
15437 than sh-electric-rparen.
15438
15439 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15440
15441 * textmodes/tex-mode.el: Require CL when compiling.
15442 (tex-mode-syntax-table): Init immediately.
15443 (tex-mode-map): Bind M-RET to latex-insert-item.
15444 (latex-mode): Set indent-line-function to latex-indent.
15445 (tex-common-initialization): Don't setup the syntax-table any more.
15446 (latex-insert-item): New skeleton.
15447 (tex-next-unmatched-end): Fix copy/paste braino.
15448 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15449 (latex-indent, latex-find-indent): New functions.
15450 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15451 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15452 (tex-compilation-parse-errors): Use with-syntax-table.
15453
15454 2000-10-15 Miles Bader <miles@gnu.org>
15455
15456 * font-lock.el (font-lock-comment-face): Change dark-background,
15457 color, non-tty, default to `chocolate1'.
15458
15459 2000-10-13 John Wiegley <johnw@gnu.org>
15460
15461 * eshell/esh-util.el (require): Added a missing `require' form,
15462 needed when compiling (for an ange-ftp macro definition).
15463
15464 2000-10-13 Dave Love <fx@gnu.org>
15465
15466 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15467
15468 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15469
15470 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15471
15472 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15473 transparent -colors 8).
15474
15475 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15476
15477 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15478 that breaks with old list format timestamps.
15479 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15480 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15481
15482 2000-10-13 John Wiegley <johnw@gnu.org>
15483
15484 * align.el, pcomplete.el, calendar/timeclock.el,
15485 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15486
15487 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15488 faulty math, where holiday hours were being computing as seconds.
15489
15490 2000-10-13 John Wiegley <johnw@gnu.org>
15491
15492 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15493 specifying what "other" kinds of buffers should be saved.
15494 This used to be hard-coded.
15495 (desktop-buffer-misc-functions): A global for specifying how
15496 auxiliary data should be determined for special buffer types.
15497 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15498 instead of hard-coding the special buffer types.
15499 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15500 auxiliary data, instead of hard-coding for Info buffers and dired.
15501 (desktop-buffer-info-misc-data): Aux function for determining Info
15502 buffer auxiliary info.
15503 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15504 (desktop-buffer-info): Changed this function to use the info
15505 gathered above.
15506 (desktop-create-buffer): Be a little more careful about what
15507 `minor-mode' means before calling it. This is important for some
15508 buffer types.
15509
15510 2000-10-13 John Wiegley <johnw@gnu.org>
15511
15512 * eshell/esh-util.el: Added a global form which declares an
15513 autoload for `parse-time-string', if that function is not already
15514 defined, and if parse-time.el is available on the user's system.
15515
15516 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15517 to be aware of ange-ftp user info.
15518 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15519 (eshell-ls-annotate): Use `eshell-file-attributes'.
15520 (eshell-ls-file): Made the user-id printing code a bit smarter.
15521
15522 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15523 allow identification of alias user ids in remote directories.
15524 It's manual, but there's no other way to know when the current user
15525 on the local machine, is also the owning user on the remote machine.
15526 (fboundp): Bind `ange-cache'.
15527 (eshell-directory-files-and-attributes): Re-organized the logic a
15528 bit to use `eshell-file-attributes' instead of `file-attributes'.
15529 The former is more sensitive to directories that are read via FTP,
15530 and knows how to use ange-ftp to determine full attribute
15531 information, instead of just the name and last modtime.
15532 (eshell-current-ange-uids): Return the current user id when in a
15533 remote directory.
15534 (eshell-parse-ange-ls): Parse a full directory listing that has
15535 been returned by ange-ftp.
15536 (eshell-file-attributes): This beefed up version of
15537 `file-attributes' is only special if the user is currently in a
15538 remote directory, in which case it does a lot of work to find out
15539 what the real attributes of a file are, as they appear on the
15540 remote machine. This makes usage of remote directories (i.e.,
15541 ange-ftp pathnames) much more useful. You can now use Eshell as a
15542 full-fledged FTP client, with much more manipulation ability than
15543 most other clients.
15544
15545 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15546 variable, which means that Eshell's du should always be preferred
15547 in remote directories.
15548 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15549 just `file-attributes'.
15550 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15551 when reading remote directories. This is an Eshell-specific
15552 variable (not part of ange-ftp).
15553 (eshell/ln): Bind `ange-cache'.
15554 (eshell/du): Added some extra logic for determining when to use
15555 Eshell's du (which is slow), and when to use the external version
15556 (which may or may not exist).
15557
15558 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15559 Call `eshell-interactive-process', rather than using
15560 `get-buffer-process', since backgrounded processes don't count in
15561 the context of this function's logic.
15562
15563 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15564 `forward-char', so that null strings are parsed correctly.
15565
15566 2000-09-13 John Wiegley <johnw@gnu.org>
15567
15568 * eshell/em-pred.el (eshell-pred-file-type)
15569 (eshell-pred-file-links, eshell-pred-file-size):
15570 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15571
15572 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15573 that remote file globbing is more efficient.
15574
15575 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15576 gathering the files and attributes within a directory.
15577
15578 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15579 the command line is a special file (not a regular file, directory
15580 or symlink), always attempt to call the external version of cat.
15581
15582 2000-09-13 John Wiegley <johnw@gnu.org>
15583
15584 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15585 Eshell-friendly version of find-tag.
15586
15587 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15588
15589 * image-file.el (image-file-name-extensions)
15590 (image-file-name-regexps): Add autoload cookies.
15591
15592 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15593
15594 * international/mule-cmds.el (select-safe-coding-system): If FROM
15595 is string, show it in *Warning* buffer.
15596
15597 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15598
15599 * startup.el (normal-top-level): Use display-popup-menus-p instead
15600 of window-system.
15601 (command-line): Use display-graphic-p instead of window-system.
15602 (command-line-1): Use display-popup-menus-p and display-mouse-p
15603 instead of window-system.
15604
15605 2000-10-12 Sam Steingold <sds@gnu.org>
15606
15607 * tooltip.el (tooltip-use-echo-area): New user variable.
15608 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15609
15610 2000-10-12 Dave Love <fx@gnu.org>
15611
15612 * recentf.el: Maintainer's checkdoc fixes.
15613
15614 * startup.el (normal-top-level-add-subdirs-to-load-path):
15615 Use character class, not ASCII when matching file names.
15616 (fancy-splash-head): Add trailing slash to URL.
15617 (command-line): Don't require XPM support for toolbar.
15618
15619 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15620 (cperl-invalid-face): Revert last change.
15621 (cperl-init-faces): Quote cperl-invalid-face.
15622
15623 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15624
15625 * startup.el (fancy-splash-text): Remove superfluous quote.
15626
15627 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15628
15629 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15630 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15631 (command-line-1): Don't use fancy-splash-pending-command.
15632 (fancy-splash-screens-1): Goto point-min after inserting text.
15633
15634 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15635
15636 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15637 instead of shared-lisp-mode-map.
15638
15639 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15640
15641 * faces.el (header-line): Change tty-variant to use underlining.
15642
15643 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15644 (isearch-highlight): Restore lazy-isearch face properties at old
15645 position, and suppress them at new position.
15646 (isearch-dehighlight): Restore lazy-isearch face properties.
15647 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15648 over the real isearch overlay, but in that case, don't give it a
15649 face property. Use `push'.
15650
15651 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15652
15653 * man.el (Man-getpage-in-background): Fix previous change.
15654 Decode the process output only when we are in multibyte mode.
15655
15656 2000-10-11 Dave Love <fx@gnu.org>
15657
15658 * info.el (Info-mode-menu): Fix some help.
15659 (info-tool-bar-map): Add entry for Info-last.
15660
15661 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15662 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15663 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15664 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15665 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15666 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15667 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15668 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15669 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15670 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15671 Reduce colour requirements to 25 overall. (Probably wants
15672 revisiting from the originals to reduce further.)
15673
15674 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15677 buffer-file-coding-system, instead of raw-text.
15678 (dehexlify-buffer): Bind coding-system-for-read to
15679 buffer-file-coding-system, instead of raw-text.
15680
15681 2000-10-11 Sam Steingold <sds@gnu.org>
15682
15683 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15684 `underline' - fixes the bug introduced on 2000-09-21.
15685
15686 2000-10-11 Dave Love <fx@gnu.org>
15687
15688 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15689 Avoid compiler warnings.
15690 (scheme-mode): Doc fix.
15691 (scheme-font-lock-keywords-1): Match `define-syntax'.
15692
15693 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15694
15695 * faces.el (frame-set-background-mode): Pay attention to saved
15696 face specs as well as default ones. Only do anything if the
15697 bg-mode or display-type has actually changed. Use `dolist'.
15698 (region): Make dark-background `region' face less in-your-face.
15699
15700 2000-10-10 Sam Steingold <sds@gnu.org>
15701
15702 * chistory.el, ielm.el, ledit.el:
15703 * progmodes/inf-lisp.el, progmodes/scheme.el:
15704 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15705
15706 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15707
15708 * textmodes/texinfo.el: Update copyright and fix typo.
15709
15710 * desktop.el (desktop-modes-not-to-save): New var.
15711 (desktop-save-buffer-p): Use it.
15712 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15713 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15714
15715 2000-10-10 Dave Love <fx@gnu.org>
15716
15717 * toolbar/tool-bar.el (tool-bar-add-item)
15718 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15719
15720 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15721 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15722 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15723 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15724 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15725 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15726 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15727 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15728 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15729 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15730 the .xpms; probably need retouching.
15731
15732 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15733
15734 * subr.el (add-to-list): Add optional argument APPEND.
15735 * battery.el (display-battery): Use `add-to-list'.
15736
15737 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15738
15739 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15740 properties.
15741 (zone, zone-when-idle, zone-leave-me-alone)
15742 (zone-pgm-whack-chars): Use new symbol properties.
15743
15744 * battery.el (display-battery): Doc spelling fix.
15745
15746 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15747 property.
15748
15749 2000-10-09 Dave Love <fx@gnu.org>
15750
15751 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15752 has been initialized before calling tool-bar-setup.
15753 (tool-bar-add-item-from-menu): Add autoload cookie.
15754
15755 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15756
15757 * menu-bar.el (send-mail-item-name): New function.
15758 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15759 of mail-user-agent in the menu. Don't display the "Send Mail"
15760 item if mail-user-agent is nil or its value is ignore.
15761 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15762 if read-mail-command is nil or its value is ignore.
15763
15764 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15765
15766 2000-10-09 Miles Bader <miles@gnu.org>
15767
15768 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15769 Correct image size.
15770 * toolbar/left_arrow.xpm: Correct image size.
15771
15772 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15773 will be done by the definition of `auto-compression-mode' if
15774 necessary. Move code to uninstall existing file-name handler
15775 before definition of `auto-compression-mode'.
15776
15777 * image-file.el (auto-image-file-mode): Move to the end of the
15778 file, because `define-minor-mode' actually calls the mode-function
15779 if the associated variable is non-nil, which requires that all
15780 needed functions be already defined.
15781
15782 * mouse.el (popup-menu): Balance parens.
15783
15784 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15785
15786 * mouse.el (popup-menu): Move the command call outside the loop
15787 so that popup-menu returns whatever the command returns.
15788
15789 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15790 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15791 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15792 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15793
15794 * vc.el (vc-version-diff): diff-switches can be a list.
15795 Use relative filenames for prettier output.
15796
15797 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15798 (vc-post-command-functions): Remove old-VC compatibility code.
15799
15800 * newcomment.el (comment-indent-default): Autoload.
15801
15802 * font-lock.el (font-lock-defaults): Make buffer-local.
15803 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15804 (font-lock-choose-keywords):
15805 Ignore LEVEL unless KEYWORDS is a list of syms.
15806 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15807 Don't wrap regexp-opt things in \(...\) unnecessarily.
15808
15809 * jit-lock.el: Don't require font-lock any more.
15810 (jit-lock-functions): Make buffer-local.
15811 (jit-lock-saved-fontify-buffer-function): Remove.
15812 (jit-lock-mode): Remove autoload cookie.
15813 Remove font-lock specific code.
15814 (jit-lock-unregister): Don't bother handling complex hooks any more.
15815 (jit-lock-refontify): New function.
15816 (jit-lock-fontify-buffer): Use it.
15817 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15818 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15819 Add optional args START and END.
15820 Never call font-lock-fontify-region directly.
15821 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15822
15823 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15824
15825 2000-10-08 Dave Love <fx@gnu.org>
15826
15827 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15828
15829 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15830
15831 * play/studly.el (studlify-region, studlify-word): Add autoload
15832 cookie.
15833
15834 * play/morse.el (morse-region, unmorse-region): Add autoload
15835 cookie.
15836
15837 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15838 concat.
15839
15840 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15841 insist on symbols starting with word syntax.
15842 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15843 (eval-defun-1): Doc fix.
15844 (indent-sexp): Use nconc to build up indent-stack.
15845
15846 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15847 Gnus with little use.
15848 (mail-setup-hook): Add mail-abbrevs-setup to options.
15849
15850 * recentf.el: Doc fixes.
15851
15852 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15853 Clean up remainder.
15854
15855 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15856 without timezone and (8) with timezone to enforce some whitespace.
15857 Simplify code somewhat.
15858
15859 * options.el (list-options): Doc that you should use customize.
15860
15861 * iswitchb.el (iswitchb-mode): Add :require.
15862
15863 * info.el (Info-goto-node, Info-menu): Doc fix.
15864 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15865 (info-tool-bar-map): New variable.
15866 (Info-mode): Use it.
15867 (Info-edit-map): Define all in defvar.
15868 (speedbar-attached-frame): Avoid compiler warning.
15869
15870 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15871 (global-map): Bind [tool-bar] to a filtered map.
15872 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15873 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15874 Allow PBM icons.
15875 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15876
15877 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15878 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15879 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15880 icons, except up_arrow, which is left-arrow rotated.
15881
15882 * imenu.el (imenu-add-to-menubar): Fix last change.
15883
15884 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15885
15886 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15887 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15888
15889 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15890
15891 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15892 typos in doc strings.
15893
15894 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15895 the doc strings how to customize Font Lock faces.
15896
15897 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15898 computing growth when dragging the header line.
15899
15900 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15901
15902 * simple.el (kill-line): Doc fix.
15903
15904 2000-10-08 Miles Bader <miles@gnu.org>
15905
15906 * faces.el (secondary-selection): Make foreground visible on tty.
15907
15908 * jka-compr.el (auto-compression-mode): Move to the end of the
15909 file, because `define-minor-mode' actually calls the mode-function
15910 if the associated variable is non-nil, which requires that all
15911 needed functions be already defined.
15912 (with-auto-compression-mode): Add autoload cookie.
15913
15914 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15915
15916 * files.el (find-backup-file-name) [ms-dos]: If support for long
15917 file names is not available, behave as if version-control were set
15918 to never.
15919
15920 2000-10-07 Dave Love <fx@gnu.org>
15921
15922 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15923 (browse-url-gnome-moz): New function.
15924 (browse-url-browser-function): Use it.
15925 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15926
15927 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15928
15929 * indent.el (tab-always-indent): New var.
15930 (indent-for-tab-command): Use it.
15931
15932 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15933 raise an error. This way it can still default to a sane value.
15934
15935 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15936
15937 * startup.el (fancy-splash-screens): Use local rather than global map.
15938 Don't use `update-menu-bindings' any more.
15939 Get rid of assumptions about keymap representation.
15940
15941 2000-10-06 Dave Love <fx@gnu.org>
15942
15943 * textmodes/fill.el (sentence-end-double-space)
15944 (sentence-end-without-period): Doc fix.
15945 (adaptive-fill-regexp): Purecopy.
15946 (unjustify-current-line): Use line-end-position.
15947 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15948
15949 * net/eudc-vars.el (eudc): Add :version, :link.
15950
15951 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15952
15953 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15954 Fix for define-minor-mode.
15955 (function-at-point): Alias to function-called-at-point.
15956
15957 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15958
15959 * simple.el (backward-word): Doc fix.
15960
15961 * image-file.el (image-file-name-regexp): image-file-regexps ->
15962 image-file-name-regexps.
15963 (image-file-name-extensions): Add pbm.
15964
15965 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15966
15967 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15968 and add filename to the names so that diff-mode can jump to source.
15969
15970 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15971 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15972 (tex-font-lock-keywords-1): Remove.
15973 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15974 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15975 (font-lock-default-fontify-region):
15976 Expand beg..end correctly when just following a multiline region.
15977 (font-lock-fontify-anchored-keywords):
15978 Include the anchor text as part of the multiline.
15979
15980 2000-10-06 Gerd Moellmann <gerd@gnu.org>
15981
15982 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15983 latter needs the autoloaded define-minor-mode macro during the
15984 bootstrap.
15985
15986 * startup.el (command-line): For now, activate tool-bar-mode only
15987 if XPM images are supported.
15988
15989 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15990 window by dragging a header-line at the top of the frame; that's
15991 confusing because the header-line doesn't move.
15992 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15993 of treating the event as a list. Some cleanup.
15994
15995 2000-10-06 Miles Bader <miles@gnu.org>
15996
15997 * simple.el (display-message-or-buffer): New function.
15998 (shell-command-on-region): Use `display-message-or-buffer'.
15999
16000 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16001 docstring parts.
16002
16003 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16004 (smbclient-prompt-regexp): Add usage note to doc string.
16005 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16006 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16007 Use add-hook for adding the comint filter function, and only do so
16008 if it's not already in the global hook list.
16009 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16010 to `make-local-variable'.
16011 (nslookup-font-lock-keywords): Remove prompt entry.
16012 (nslookup): Don't set the process-filter.
16013 (finger): Exit the loop correctly when the regexps list runs out.
16014 (ftp, smbclient, smbclient-list-shares):
16015 Set the real major mode immediately, not after execing.
16016 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16017
16018 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16019
16020 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16021
16022 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16023
16024 * which-func.el (which-func-format): Remove spurious space.
16025 (which-func-mode): Don't make it permanent-local.
16026 (which-func-ff-hook): Allow which-func-maxout to be nil.
16027 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16028 (which-func-mode): Simplify.
16029 Use post-command-idle-hook rather than post-command-hook.
16030 Go through all buffers and update their state.
16031 (which-function): Also try add-log-current-defun-function.
16032
16033 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16034 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16035 Update call to with-vc-properties accordingly.
16036 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16037 (vc-revert-buffer): More careful about window selection and deletion.
16038 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16039
16040 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16041 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16042 (cvs-dired-action): Change the default to quickdir.
16043
16044 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16045 if comment-indent-function returns nil.
16046 (comment-indent-default): New function.
16047 (comment-indent-function): Use it and document the new semantics.
16048
16049 * image-file.el: Docstring fixes.
16050
16051 * help.el (help-xref-on-pp): Use match-string.
16052 (describe-variable): New arg BUFFER.
16053 Store the current buffer in the help-xref-stack.
16054 (temp-buffer-resize-mode): Use define-minor-mode.
16055
16056 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16057 consistently with its docstring.
16058 Set jit-lock-first-unfontify-pos in an idempotent way.
16059 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16060
16061 2000-10-05 Alex Schroeder <alex@gnu.org>
16062
16063 * sql.el (sql-mysql-options): New variable.
16064 (sql-mysql): Use it.
16065
16066 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16067
16068 * image.el (image): New group.
16069
16070 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16071 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16072
16073 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16074
16075 * net/net-utils.el (nslookup-font-lock-keywords)
16076 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16077 Ignore the value of wqindow-system; always define keywords
16078
16079 2000-10-05 Kenichi Handa <handa@etl.go.jp>
16080
16081 * startup.el (fancy-splash-screens): Remove the code for
16082 debugging; `(trace-to-stderr "EXITTT\n")'.
16083
16084 2000-10-05 Miles Bader <miles@gnu.org>
16085
16086 * diff-mode.el (diff-goto-source): Update call to
16087 `diff-hunk-status-msg' to reflect new REV variable.
16088
16089 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16090
16091 * progmodes/icon.el (icon-mode):
16092 Don't gratuitously override the default for comment-column.
16093
16094 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16095
16096 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16097 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16098 (jit-lock-functions): New var.
16099 (jit-lock-function-1): Use it if non-nil.
16100 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16101 Set the `fontified' property before doing the fontification to avoid
16102 repeatedly going through the same error.
16103 Don't turn errors into messages.
16104 (jit-lock-register, jit-lock-unregister): New functions.
16105
16106 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16107 Use with-current-buffer.
16108
16109 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16110 Turn comment into docstring.
16111
16112 * apropos.el (apropos-mode): Use define-derived-mode.
16113
16114 2000-10-04 Gerd Moellmann <gerd@gnu.org>
16115
16116 * startup.el (fancy-splash-pending-command): New variable.
16117 (fancy-splash-pre-command): New function.
16118 (fancy-splash-screens): Rewritten.
16119 (command-line-1): If fancy-splash-pending-command is set, call it
16120 interactively.
16121
16122 2000-10-04 Dave Love <fx@gnu.org>
16123
16124 * toolbar/tool-bar.el (tool-bar-setup): New function.
16125 (tool-bar-mode): Use it.
16126
16127 * subr.el (substitute-key-definition): Doc fix.
16128 (play-sound-file): New command.
16129
16130 2000-10-04 Andre Spiegel <spiegel@gnu.org>
16131
16132 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16133 vc-version-backup-file-name): New functions.
16134
16135 * files.el (basic-save-buffer): Call vc-before-save before saving.
16136
16137 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16138 vc-cvs-stay-local-p.
16139
16140 * vc.el (vc-revert-buffer): Handle empty diff properly.
16141 (vc-version-backup-file): New function.
16142 (vc-checkout): Create a version backup if necessary.
16143 (vc-checkin): If a version backup file exists, delete it.
16144 (vc-version-diff): Diff locally using version backups, if available.
16145 (vc-revert-file): If there's a version backup, revert locally.
16146 (vc-transfer-file): Use version backup for base version, if
16147 available. If not, ask for confirmation whether to get it from the
16148 server. Update mode line before check-in.
16149
16150 2000-10-04 Dave Love <fx@gnu.org>
16151
16152 * toolbar/tool-bar.el (tool-bar-setup): New function.
16153 (tool-bar-mode): Use it.
16154
16155 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16156
16157 * net/net-utils.el (nslookup-font-lock-keywords)
16158 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16159 Only set if window-system is non-nil
16160 (net-utils-run-program): Returns buffer.
16161 (network-connection-reconnect): Added this function.
16162
16163 * generic.el:
16164 Incorporates extensive cleanup and docfixes by
16165 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16166 Uses cl compile-time macros.
16167 (generic-mode-name, generic-comment-list)
16168 (generic-keywords-list, generic-font-lock-expressions)
16169 (generic-mode-function-list, generic-mode-syntax-table):
16170 Removed variables.
16171 (generic-mode-alist): Renamed to generic-mode-list.
16172 (generic-find-file-regexp): Default changed to "^#".
16173 (generic-read-type): Uses completing read on generic-mode-list.
16174 (generic-mode-sanity-check): removed this function.
16175 (generic-add-to-auto-mode): Removed this function
16176 (generic-mode-internal): Bind mode-specific definitions
16177 into function instead of putting them in alist.
16178 (generic-mode-set-comments): Reworked extensively.
16179 (generic-mode-find-file-hook): Simplified regexp searching
16180 (generic-make-keywords-list): Omit extra pair of parens
16181
16182 * find-lisp.el (find-lisp-find-files-internal):
16183 Make sure directory name ends with "/".
16184
16185 * generic-x.el (apache-conf-generic-mode):
16186 Regexp now allows leading whitespace.
16187 (rc-generic-mode): Added eval-when-compile
16188 around generic-make-keywords-list.
16189 Deleted duplicate regexp
16190 (rul-generic-mode): Added eval-when-compile
16191 around generic-make-keywords-list.
16192 (etc-fstab-generic-mode): New generic mode.
16193 (rul-generic-mode): Removed one eval-when-compile
16194 which caused a max-specpdl-size exceeded error.
16195
16196 2000-10-04 Miles Bader <miles@gnu.org>
16197
16198 * simple.el (minibuffer-temporary-goal-position): New variable.
16199 (next-history-element): Try to keep the position of point in the
16200 input string constant.
16201
16202 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16203 (dired-do-create-files): If there's only one file, pass it in as
16204 the DEFAULT arg to dired-mark-read-file-name.
16205
16206 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16207
16208 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16209 (diff-goto-source): Be smarter when choosing REVERSE or not.
16210
16211 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16212 (texinfo-mode-menu): Add an explicit shortcut for update all.
16213
16214 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16215
16216 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16217 factorize backend-specific code cleanly (this was essentially
16218 conceived by Stefan Monnier).
16219 (vc-unregister): Function removed.
16220 (vc-revert-file): New function.
16221 (vc-revert-buffer): Delegate some of the work to it.
16222
16223 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16224 default branch unconditionally.
16225 (vc-rcs-set-default-branch): New function.
16226 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16227 (vc-rcs-checkin): If an appropriate default branch has been set,
16228 force creation of that branch.
16229 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16230 code (as suggested by Stefan Monnier).
16231
16232 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16233
16234 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16235 highlighting overlay with a different face over the overlay
16236 isearch uses to highlight the current match because that can lead
16237 to bad face combinations.
16238
16239 * loadup.el (toplevel): Load faces before isearch.
16240
16241 * isearch.el (isearch-faces): New custom group.
16242 (isearch): New defface; was already tested for in the code.
16243 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16244 (isearch-highlight): Always use face `isearch'.
16245
16246 2000-10-02 Dave Love <fx@gnu.org>
16247
16248 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16249 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16250 comparison of opcode with operand.
16251
16252 2000-10-03 Miles Bader <miles@gnu.org>
16253
16254 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16255 buffer, since the echo area will now grow to accommodate them.
16256
16257 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16258
16259 * vc-hooks.el (vc-registered): If FILE used to be registered under
16260 a certain backend, try that one first.
16261
16262 * vc.el (vc-responsible-backend): Undo the previous change in the
16263 argument list. Handle multiple backends correctly.
16264 (vc-find-new-backend): Function removed.
16265 (vc-register): Use vc-responsible-backend, as before.
16266 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16267
16268 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16269
16270 * startup.el (fancy-splash-head): Change message below the
16271 logo.
16272
16273 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16274
16275 * diff-mode.el (diff-goto-source): Emit a status message.
16276 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16277 (diff-test-hunk): Fix doc string.
16278 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16279 (diff-advance-after-apply-hunk): New variable.
16280 (diff-apply-hunk): Don't return a value.
16281
16282 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16283
16284 * vc.el (vc-editable-p): Minor optimization.
16285 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16286 (vc-find-new-backend): New function split from vc-responsible-backend.
16287 (vc-register): Use it.
16288 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16289 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16290 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16291 (vc-clear-headers): Don't use find-file.
16292 (vc-revert-buffer): Use `and' again (must have been a braino).
16293 (vc-switch-backend): Only prompt if requested.
16294 Short circuit if nothing is to be done.
16295 Don't use vc-resynch-buffer which could lose unsaved editing.
16296 (vc-default-receive-file): Update call to vc-unregister.
16297 (with-vc-file, vc-next-action-on-file):
16298 Use vc-backend rather than vc-registered.
16299 (vc-next-action-on-file): Use intern-soft.
16300 Deal with read-only *vc-diff* buffer.
16301 (vc-transfer-file): Docstring fix.
16302
16303 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16304 (vc-rcs-receive-file): Avoid with-vc-properties.
16305 Update call to vc-unregister.
16306 Use constant `RCS' rather than (dynamically bound) var `backend'.
16307
16308 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16309
16310 * vc.el (vc-next-action-on-file): Update mode line only if file
16311 is visited.
16312 (vc-start-entry): New argument initial-contents. Don't visit the file
16313 if it isn't already visited. Brought documentation up-to-date.
16314 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16315 (vc-checkin): New optional arg initial-contents, which is passed to
16316 vc-start-entry.
16317 (vc-finish-logentry): Make sure to bury log buffer only if there
16318 really is one. Call `vc-resynch-buffer' on log-file, not
16319 buffer-file-name.
16320 (vc-default-comment-history, vc-default-wash-log): New functions.
16321 (vc-index-of): Removed.
16322 (vc-transfer-file): Make do without the above.
16323 (vc-default-receive-file): Call comment-history unconditionally. Pass
16324 the resulting string to vc-checkin, instead of inserting it into the
16325 comment ring.
16326
16327 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16328 unconditionally. Use the comments as initial contents of the log
16329 entry buffer. Document the trick to force branch creation with no
16330 changes.
16331
16332 2000-10-01 Miles Bader <miles@gnu.org>
16333
16334 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16335 `recenter' with an arg to prevent redrawing the display.
16336
16337 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16338
16339 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16340
16341 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16342
16343 * progmodes/c-mode.el (c-mode):
16344 Don't gratuitously override the default for comment-column.
16345
16346 * textmodes/tex-mode.el (latex-metasection-list): New var.
16347 (latex-imenu-create-index): Use it.
16348 Move the regexp construction outside loops (and use push).
16349 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16350 (tex-font-lock-keywords): Moved from font-lock.el.
16351 (tex-comment-indent): Remove.
16352 (tex-common-initialization): Don't set comment-indent-function.
16353 (latex-block-default): New var.
16354 (tex-latex-block): Use it to provide a default choice.
16355 Add any unknown choice to latex-block-names.
16356 Insert [...] after {...}.
16357 (tex-last-unended-begin): Simplify regexp.
16358 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16359 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16360 (latex-mode): Set forward-sexp-function.
16361
16362 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16363 Add regexp for @ignore ... @end ignore.
16364 (texinfo-heading-face): New face.
16365 (texinfo-font-lock-keywords): Use it.
16366 (texinfo-mode-menu): New menu.
16367 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16368 New functions.
16369 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16370 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16371 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16372 Remove declaration.
16373 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16374
16375 * delsel.el (delete-selection-mode): Use define-minor-mode.
16376
16377 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16378
16379 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16380
16381 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16382
16383 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16384
16385 * replace.el (keep-lines-read-args): New function.
16386 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16387 read arguments interactively. Add parameters RSTART and REND.
16388 Operate on the active region in Transient Mark mode.
16389
16390 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16391
16392 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16393 (authors-obsolete-files-regexps): New variable.
16394 (authors-add): Don't record changes in obsolete files.
16395
16396 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16397
16398 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16399
16400 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16401 (comment-indent): Make sure there's a space between code and comment.
16402 Shift comments left to avoid going past fill-column.
16403
16404 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16405
16406 * startup.el (startup-echo-area-message): New function.
16407 (display-startup-echo-area-message): Use it.
16408 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16409 (fancy-splash-default-action): New function.
16410 (fancy-splash-screens-1): New function.
16411 (fancy-splash-head): Put a help-echo and a keymap under the image.
16412
16413 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16414
16415 * diff-mode.el (diff-add-log-file-name): Remove.
16416 (diff-mode): Use add-log-buffer-file-name-function.
16417
16418 * add-log.el (find-change-log): New arg BUFFER-FILE.
16419 (add-log-file-name): Obey add-log-file-name-function.
16420 (add-log-buffer-file-name-function): New var.
16421 (add-change-log-entry): Use it.
16422
16423 2000-09-29 Miles Bader <miles@gnu.org>
16424
16425 * image-file.el (image-file-name-extensions): New variable.
16426 (image-file-name-regexps): Renamed from `image-file-regexps'.
16427 New default value is nil. Call `auto-image-file-mode'.
16428 (image-file-name-regexp): New function.
16429 (auto-image-file-mode): New minor mode.
16430 (insert-image-file): Don't make conditional on the image-file
16431 handler being enabled.
16432 (image-file-handler): Make the call here conditional instead.
16433 (set-image-file-handler-enabled, enable-image-file-handler)
16434 (disable-image-file-handler): Functions removed.
16435
16436 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16437 string.
16438
16439 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16440
16441 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16442 it's a function from CL.
16443 (latex-imenu-create-index): Replace eval-when-compile with progn
16444 because latex-section-alist is not bound while compiling.
16445
16446 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16447
16448 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16449 (outline-mode): Use define-derived-mode.
16450
16451 * progmodes/perl-mode.el (perl-mode):
16452 * progmodes/awk-mode.el (awk-mode):
16453 * progmodes/asm-mode.el (asm-mode):
16454 Don't gratuitously override the default for comment-column.
16455
16456 * emacs-lisp/lisp.el (lisp-complete-symbol):
16457 Distinguish the let-binding case from the funcall case.
16458 (forward-sexp-function): New variable.
16459 (forward-sexp): Use it.
16460
16461 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16462 (easy-mmode-defmap): Remove the now useless autoload.
16463
16464 * time.el (display-time-mode): Use define-minor-mode.
16465
16466 * subr.el (add-minor-mode): Don't eval NAME.
16467 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16468 Use if rather than cond.
16469
16470 * simple.el (read-expression-map): Define more properly.
16471 (comment-indent-hook): Remove.
16472 (string-to-syntax): Bug fix.
16473
16474 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16475 (cvs-ediff-diff): Fix typo.
16476 (cvs-revert-if-needed): Don't bother preserving read-only.
16477
16478 * paren.el (show-paren-mode): Use define-minor-mode.
16479
16480 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16481 (toggle-auto-compression): Remove.
16482 (jka-compr-build-file-regexp): Remove useless grouping.
16483
16484 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16485 Avoid user-reserved bindings.
16486 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16487 (diff-header-face): Revert to grey85.
16488
16489 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16490
16491 * complete.el (partial-completion-mode) <defcustom>: Remove.
16492 (partial-completion-mode): Use define-minor-mode.
16493 (PC-do-completion): Understand `completion-auto-help = delay'
16494 to mean to popup the completion buffer only the second time.
16495 (PC-include-file-all-completions, PC-include-file-all-completions)
16496 (PC-include-file-all-completions): Don't quote lambda.
16497
16498 * comint.el (comint-mode-hook): Docstring fix.
16499 (comint-mode): Use define-derived-mode.
16500 (comint-mode-map): Remove obsolete comment.
16501 (make-comint): Minor stylistic change.
16502 (comint-insert-clicked-input): Be more careful to find the overlay.
16503 Use this-command-keys rather than hardcoding mouse-2.
16504
16505 * font-lock.el: Replace confusing (,@ with ,
16506 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16507 Don't use regexp-opt-depth. Spice up the regexp for args.
16508 Don't distinguish between cmds that can take an opt arg or not.
16509 Use `append' and `prepend' rather than `keep'.
16510
16511 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16512 (latex-outline-regexp): New var.
16513 (latex-outline-level): New fun.
16514 (latex-section-alist): New var.
16515 (latex-imenu-create-index): Use it. Use `push' as well.
16516 (tex-shell-map): Initialize it properly.
16517 (tex-mode): Minor stylistic change.
16518 (plain-tex-mode): Use define-derived-mode.
16519 (latex-mode): Use define-derived-mode.
16520 Construct the paragraph regexps in a more readable way.
16521 Set the buffer-local outline-{level,regexp} vars.
16522 (slitex-mode): Derive from latex-mode.
16523 (tex-common-initialization): Don't kill-all-vars anymore.
16524 Add setting for comment-add and font-lock-defaults.
16525 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16526 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16527 (tex-start-tex): New arg DIR (and send a chdir command for it).
16528 Also display the shell buffer and save it in tex-last-buffer-texed.
16529 (tex-region): Use expand-file-name rather than concat.
16530 Remove code made useless by changes in tex-start-tex.
16531 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16532
16533 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16534
16535 2000-09-28 Dave Love <fx@gnu.org>
16536
16537 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16538
16539 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16540
16541 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16542 `append'.
16543
16544 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16545
16546 * info.el (Info-extract-pointer): Undo last change.
16547 Instead, fix the position of the `bound' arg to re-search-backward.
16548
16549 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16550
16551 * info.el (Info-extract-pointer):
16552 Widen more carefully, to avoid finding pointers in other nodes.
16553 (Info-index): Use push.
16554
16555 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16556
16557 * frame.el (set-frame-font): Remove call to obsolete function
16558 frame-update-faces.
16559 (set-foreground-color, set-background-color): Likewise for
16560 frame-update-face-colors.
16561
16562 2000-09-27 Miles Bader <miles@gnu.org>
16563
16564 * image-file.el: New file.
16565
16566 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16567
16568 * frame.el (frame-notice-user-settings): Don't call
16569 frame-update-faces, which is a no-op now.
16570
16571 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16572 tool-bar-lines.
16573
16574 2000-09-27 Dave Love <fx@gnu.org>
16575
16576 * mouse.el: Fix last change.
16577
16578 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16579
16580 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16581
16582 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16583
16584 * international/quail.el (quail-help): The output message is
16585 improved.
16586
16587 2000-09-26 Dave Love <fx@gnu.org>
16588
16589 * mouse.el (popup-menu): If POSITION is nil, set it using
16590 mouse-position.
16591
16592 2000-09-25 Sam Steingold <sds@gnu.org>
16593
16594 * net/browse-url.el (browse-url-file-url): Check for null maps.
16595
16596 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16597
16598 * frame.el (frame-notice-user-settings): Don't add a
16599 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16600
16601 * frame.el (frame-notice-user-settings):
16602 Make tool-bar-mode and default-frame-alist consistent.
16603
16604 * toolbar/tool-bar.el (tool-bar-help): New function.
16605
16606 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16607
16608 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16609 current-load-list in top-level forms. Else this leaks a cons cell
16610 every time a defun is called.
16611
16612 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16613
16614 2000-09-25 Dave Love <fx@gnu.org>
16615
16616 * startup.el (fancy-splash-head): Check XPM is available.
16617
16618 * autoinsert.el (auto-insert): Doc fix.
16619 (auto-insert-alist): Following GNU notices, don't say `copyright
16620 _by_'. Use line-beginning-position.
16621 (auto-insert): Check buffer-file-name is non-nil before use.
16622
16623 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16624
16625 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16626 starting with `@def' or `@multitable', in addition to ones
16627 specified by the user in auto-fill-inhibit-regexp.
16628
16629 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16630
16631 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16632 rmail-dont-reply-to-names matches the empty string.
16633
16634 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16635
16636 * startup.el (command-line-1, fancy-splash-text): Change the
16637 text to sound more friendly.
16638
16639 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16640
16641 * progmodes/hideshow.el: Update author email address.
16642 Generally, sync w/ maintainer version 5.22.
16643 (hs-hide-all-non-comment-function): New var.
16644 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16645 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16646 (hs-show-region): Delete this command.
16647 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16648
16649 2000-09-22 Dave Love <fx@gnu.org>
16650
16651 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16652 (hl-line-highlight): Specify buffer when moving overlay.
16653
16654 * progmodes/fortran.el (fortran-mode): Locally set
16655 normal-auto-fill-function.
16656 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16657 (fortran-mode-map): Adjust auto-fill menu entry.
16658
16659 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16660
16661 * vc-rcs.el (toplevel): Require `vc' when compiling.
16662
16663 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16664
16665 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16666
16667 * vc.el (vc-switch-backend): Signal an error if the file is not
16668 registered under the new backend.
16669
16670 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16671 without explicit revision number.
16672
16673 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16674
16675 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16676 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16677 (diff-xor): New function.
16678 (diff-find-source-location): Use it. Fix a stupid name clash.
16679 (diff-hunk-status-msg): New function.
16680 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16681 (diff-test-hunk): Use diff-find-source-location.
16682 (diff-goto-source): Favor the `reverse'.
16683 (diff-hunk-text): Properly handle one-sided context diffs.
16684 (diff-apply-hunk): When done, advance to the next hunk.
16685
16686 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16687
16688 * startup.el (command-line): If frame was created with a non-zero
16689 tool-bar-lines parameter, switch tool-bar-mode on.
16690
16691 * add-log.el (change-log-date-face, change-log-name-face)
16692 (change-log-email-face, change-log-file-face)
16693 (change-log-list-face, change-log-conditionals-face)
16694 (change-log-function-face, change-log-acknowledgement-face):
16695 New faces, inheriting from font-lock faces.
16696 (change-log-font-lock-keywords): Use them.
16697
16698 2000-09-21 Dave Love <fx@gnu.org>
16699
16700 * progmodes/cperl-mode.el (top-level): Clean up
16701 `eval-when-compile's and assorted defvars.
16702 (cperl-invalid-face): Don't double-quote value. Change custom
16703 type.
16704 (cperl-mode): Set normal-auto-fill-function and don't zap
16705 auto-fill-function.
16706 (cperl-imenu--function-name-regexp-perl): Renamed from
16707 imenu-example--function-name-regexp-perl.
16708 (cperl-imenu--create-perl-index): Renamed from
16709 imenu-example--create-perl-index.
16710 (cperl-xsub-scan): Don't require cl.
16711
16712 * msb.el (msb-mode-map): Use substitute-key-definition.
16713 (msb-mode): Use msb-mode-map.
16714
16715 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16716
16717 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16718 New functions.
16719 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16720 (vc-switch-backend): New function.
16721 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16722 (vc-register): Fix prompt.
16723 (vc-unregister, vc-default-unregister): New functions.
16724 (vc-version-diff): Handle empty buffer in sentinel.
16725
16726 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16727 (vc-rcs-state-heuristic): Use it to guess the state of files with
16728 non-strict locking.
16729 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16730 been set with -b, but not created yet.
16731 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16732 contents in order to find the state.
16733 (vc-rcs-checkin): Allow creation of branches with no changes.
16734 (vc-rcs-unregister, vc-rcs-receive-file)
16735 (vc-rcs-set-non-strict-locking): New functions.
16736
16737 * vc-hooks.el (vc-name): Force correct computation of the value
16738 in case it is missing.
16739
16740 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16741
16742 * startup.el (fancy-splash-tail): Use a different foreground
16743 color on a dark frame background.
16744
16745 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16746
16747 * info.el: Use the correct capitalization when making Info-mode
16748 and Info-edit-mode `special' modes.
16749
16750 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16751
16752 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16753 (diff-mode): Add support for add-log.el.
16754 (diff-hunk-text): Use char offsets rather than line offsets.
16755 (diff-find-source-location): Replace LINE with line-offset (nil
16756 if not found) and always set POS to a meaningful position.
16757 Adapt to the new char-offsets.
16758 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16759 Adapt to the new diff-find-source-location.
16760 (diff-goto-source): Adapt to the new diff-find-source-location.
16761
16762 * add-log.el (add-log-file-name): New function (split out of
16763 add-change-log-entry).
16764 (add-change-log-entry): Use it.
16765 Call add-log-file-name-function with the changelog file name if
16766 the current buffer is not associated with any file.
16767 Avoid find-file if the selected window is dedicated.
16768
16769 * diff-mode.el (diff-find-source-location):
16770 Move code from diff-apply-hunk. Return buffer rather than file.
16771 (diff-apply-hunk): Use the new result from diff-find-source-location.
16772 (diff-goto-source): Use the new diff-find-source-location.
16773
16774 2000-09-20 Dave Love <fx@gnu.org>
16775
16776 * iswitchb.el: Some doc fixes.
16777 (iswitchb-mode-map): Define completely initially. Inherit
16778 minibuffer-local-map.
16779 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16780 fundamental-mode.
16781 (iswitchb-global-map): New variable.
16782 (iswitchb-summaries-to-end): Amalgamate regexps.
16783 (iswitchb-mode): New.
16784 (iswitchb-mode-hook): New variable.
16785 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16786 `extensions'.
16787
16788 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16789
16790 * ehelp.el (electric-help): New defgroup.
16791 (electric-help-shrink-window): New user-option.
16792 (with-electric-help): Use it.
16793
16794 * window.el (shrink-window-if-larger-than-buffer): If face
16795 `mode-line' has a :box, and we're on a graphical frame, add 1
16796 to the needed window height.
16797
16798 * frame.el (frame-notice-user-settings): Add a last parameter nil
16799 to a call to `append', because the last list passed to `append' is
16800 not copied, and so subsequent calls to assq-delete-all will modify
16801 default-frame-alist.
16802
16803 * startup.el (fancy-splash-image): Change :type.
16804 (fancy-splash-head): Use an XBM image if appropriate.
16805 (command-line-1): Show splash screens in more cases.
16806
16807 * startup.el (fancy-splash-text): Don't quote faces.
16808
16809 * dired.el (dired-font-lock-keywords): Undo last change.
16810 (dired-readin): Bind indent-tabs-mode to nil.
16811
16812 * startup.el (fancy-splash-head): If frame's background mode
16813 is `dark', change the black background of the image to gray.
16814 (fancy-splash-screens): Display startup echo area message.
16815 (display-startup-echo-area-message): New function.
16816
16817 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16818
16819 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16820
16821 * info.el (info-header-node): Tweak for color ttys.
16822
16823 * faces.el (face-valid-attribute-values): Make sure directories we
16824 search for stipples both exist and are readable before trying to
16825 search them.
16826
16827 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16828 in the dry-run case.
16829
16830 * jka-compr.el (with-auto-compression-mode): New macro.
16831
16832 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16833 (custom-group-tag-face, custom-variable-tag-face): Use relative
16834 :height and inherit from `variable-pitch' face instead of
16835 hardwiring :family.
16836 * hi-lock.el (hi-black-hb): Likewise.
16837
16838 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16839 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16840 toolbar-add-item, if image doesn't have a mask add a `:mask
16841 heuristic'.
16842
16843 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16844
16845 * diff-mode.el: Docstring fixes.
16846 (diff-header-face, diff-comment-face): New faces.
16847 (diff-font-lock-keywords): Highlight a bit differently.
16848 (diff-find-source-location): Don't return SPAN any more.
16849 (diff-hunk-text): Don't bother erasing the temp buffer.
16850 (diff-find-text): Drop argument LINE.
16851 (diff-apply-hunk): Update calls to diff-find-text.
16852 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16853
16854 * calendar/calendar.el: Docstring fixes.
16855 (calendar-make-alist): Don't quote lambda.
16856 (calendar-star-date): Use make-local-variable.
16857
16858 2000-09-19 Dave Love <fx@gnu.org>
16859
16860 * toolbar/tool-bar.el: Renamed from toolbar.el.
16861 Change `toolbar' to `tool-bar' generally in symbols.
16862 Make some items invisible in `special' major modes.
16863 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16864 Add arg PROPS.
16865
16866 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16867 Add :version here.
16868 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16869
16870 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16871
16872 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16873
16874 * files.el (find-file-suppress-same-file-warnings): New user-option.
16875 (find-file-noselect): Use it.
16876
16877 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16878 (fancy-splash-screen): Defgroup.
16879
16880 * add-log.el (change-log-font-lock-keywords): Match names
16881 more exactly for the case that font-lock-constant-face is
16882 underlined.
16883
16884 2000-09-19 Richard M. Stallman <rms@gnu.org>
16885
16886 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16887
16888 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16889
16890 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16891
16892 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16893
16894 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16895 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16896 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16897 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16898 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16899 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16900 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16901 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16902 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16903 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16904 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16905 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16906
16907 * startup.el (fancy-splash-text): New variable.
16908 (fancy-splash-delay, fancy-splash-image): New user-options.
16909 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16910 (fancy-splash-screens): New functions.
16911 (command-line-1): If display has a `display' frame parameter, has
16912 colors, and we have XPM support, show more fancy splash screens.
16913
16914 2000-09-19 Dave Love <fx@gnu.org>
16915
16916 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16917 with null `help'. Use modern backquote syntax.
16918
16919 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16920
16921 * font-lock.el (font-lock-mode): Change message telling the user
16922 that ``the buffer is too big''.
16923
16924 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16925 for instance for the case that tab-width is 2.
16926
16927 2000-09-18 Gerd Moellmann <gerd@gnu.org>
16928
16929 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16930 toolbar-add-item, if image doesn't have a mask add a `:mask
16931 heuristic'.
16932
16933 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16934
16935 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16936 and return a cons if it's non-nil.
16937 (diff-apply-hunk): Try to jump to the line in the source text
16938 corresponding to the position of point in the in the hunk.
16939
16940 * info.el (Info-title-3-face, Info-title-2-face)
16941 (Info-title-1-face): Use face inheritance and relative sizes
16942 instead of hard-wiring things.
16943
16944 * faces.el (secondary-selection): Make dark-background variant sane.
16945
16946 2000-09-16 Andrew Innes <andrewi@gnu.org>
16947
16948 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16949 read-only, since they aren't under VC now.
16950
16951 2000-09-17 Dave Love <fx@gnu.org>
16952
16953 * tmm.el: Replace mapcar with mapc in several places.
16954
16955 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16956 ad-unadvise.
16957
16958 * international/latin1-disp.el: New file.
16959
16960 * calendar/cal-move.el (scroll-calendar-left)
16961 (scroll-calendar-right): Make arg optional (for active mode line).
16962
16963 * calendar/calendar.el (calendar-mode-line-format): Make fields
16964 mouse-sensitive.
16965 (calendar-read-date, calendar-read-date, calendar-window-list):
16966 Unquote lambda.
16967 (calendar-month-name): Use aref, not sref.
16968
16969 * view.el (minor-mode-alist): Propertize the string.
16970
16971 * international/characters.el (standard-case-table): Add entries
16972 for Greek.
16973
16974 2000-09-18 Miles Bader <miles@gnu.org>
16975
16976 * info.el (info-node, info-xref): Add dark-background variants.
16977
16978 * faces.el (header-line): Change defaults to be less confusing
16979 when mixed with mode-lines.
16980
16981 * info.el (Info-fontify-node): Make a few cleanups.
16982 Add extra `help-echo' and `local-map' props to node xrefs.
16983 Use header-specific faces for node-names & xrefs.
16984 (Info-use-header-line): New variable.
16985 (info-header-xref, info-header-node): New faces.
16986 (Info-setup-header-line): New function.
16987 (Info-select-node): Call Info-setup-header-line when enabled.
16988 (Info-extract-pointer): Work even if the header line is hidden.
16989 (Info-header-line): New variable.
16990
16991 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16992
16993 * vms-patch.el (print-region-function): Don't quote lambda.
16994
16995 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16996
16997 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16998 (lm-get-header-re): Allow spaces between the header and the colon.
16999 (lm-header): Allow $ in non-RCS headers.
17000 (lm-header-multiline): Put the strings back into order.
17001 Stop at an empty line. Don't require two space chars if the
17002 line is clearly not another header line.
17003
17004 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17005 (popup-menu-popup): Remove.
17006
17007 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17008
17009 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17010 specification if or if not tool-bar item contains an `:enabled'
17011 property.
17012
17013 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17014 current buffer has no file name.
17015
17016 2000-09-15 Dave Love <fx@gnu.org>
17017
17018 * strokes.el: Sync with maintainer's current version with changes
17019 for Emacs, but avoid runtime cl and levents.
17020 (toplevel): Change autoloads and compilation requires.
17021 (strokes-version, strokes-bug-address, strokes-lift): Values
17022 changed.
17023 (strokes-xpm-header, strokes-insinuated): New variable.
17024 (strokes): Add :link.
17025 (strokes-mode): Customized.
17026 (strokes-while-inhibiting-garbage-collector): New macro.
17027 (strokes-remassoc): Avoid remove-if.
17028 (strokes-fix-button2-command): Don't use ad-do-it.
17029 (strokes-insinuate): New function.
17030 (strokes-button-press-event-p, strokes-button-release-event-p):
17031 New functions, used instead of non-`strokes-' versions..
17032 (strokes-mouse-event-p): Rewritten.
17033 (strokes-event-closest-point): Avoid event-point.
17034 (strokes-get-grid-position): Avoid cdadr, caadr
17035 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17036 functions.
17037 (strokes-help): Use with-output-to-temp-buffer.
17038 (strokes-window-configuration-changed-p): New function.
17039 (strokes-update-window-configuration): Use buffer-live-p,
17040 strokes-window-configuration-changed-p.
17041 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17042 (strokes-char-face): New face.
17043 (strokes-char-table, strokes-base64-chars): New variable.
17044 (strokes-xpm-for-stroke, strokes-list-strokes)
17045 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17046 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17047 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17048 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17049 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17050 functions.
17051
17052 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17053
17054 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17055
17056 * image.el (create-image): Doc fix.
17057
17058 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17059 instead of `:heuristic-mask t'.
17060
17061 2000-09-14 Andrew Innes <andrewi@gnu.org>
17062
17063 * makefile.w32-in: Revert to Unix line endings.
17064
17065 2000-09-14 Andrew Innes <andrewi@gnu.org>
17066
17067 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17068 when installing.
17069
17070 * makefile.nt (DONTCOMPILE): Fix typo.
17071
17072 * shell.el (shell-write-history-on-exit): New function.
17073 (shell-dumb-shell-regexp): New custom variable.
17074 (shell-mode): Make shell-write-history-on-exit the process
17075 sentinel if shell name matches shell-dumb-shell-regexp.
17076
17077 * w32-fns.el: Comment out before-init-hook function which resets
17078 source-directory based; this breaks bootstrap.
17079
17080 2000-09-14 Dave Love <fx@gnu.org>
17081
17082 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17083 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17084 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17085 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17086 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17087 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17088 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17089 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17090 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17091
17092 * toolbar/toolbar.el: New.
17093
17094 * subdirs.el: Add toolbar.
17095
17096 2000-09-14 Gerd Moellmann <gerd@gnu.org>
17097
17098 * indent.el (indent-for-tab-command): Doc fix.
17099
17100 2000-09-14 Alex Schroeder <alex@gnu.org>
17101
17102 * ansi-color.el (ansi-colors): Doc change.
17103 (ansi-color-get-face): Simplified regexp.
17104 (ansi-color-faces-vector): Added more faces, doc change.
17105 (ansi-color-names-vector): Doc change.
17106 (ansi-color-regexp): Simplified regexp.
17107 (ansi-color-parameter-regexp): New regexp.
17108 (ansi-color-filter-apply): Doc change.
17109 (ansi-color-filter-region): Doc change.
17110 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17111 deal with zero length parameters.
17112 (ansi-color-apply-on-region): Doc change.
17113 (ansi-color-map): Doc change.
17114 (ansi-color-map-update): Removed debugging message.
17115 (ansi-color-get-face-1): Added condition-case to trap
17116 args-out-of-range errors.
17117 (ansi-color-get-face): Doc change.
17118 (ansi-color-make-face): Removed.
17119 (ansi-color-for-shell-mode): New option.
17120
17121 2000-09-13 Kenichi Handa <handa@etl.go.jp>
17122
17123 * international/quail.el (quail-start-translation): Translate KEY
17124 if necessary even if it doesn't have any mapping in the current
17125 input method.
17126 (quail-start-conversion): Likewise.
17127 (quail-help): The output message is improved.
17128
17129 2000-09-13 Miles Bader <miles@gnu.org>
17130
17131 * comint.el (comint-output-filter): Revert to using
17132 `insert-before-markers'. Add bletcherous hack to undo damage
17133 caused by `insert-before-markers'. Put `front-sticky' property on
17134 overlays created here so that the field code understands how the
17135 overlay works. Use a let when making comint-last-prompt-overlay,
17136 so that the code is easier to read.
17137
17138 2000-09-13 Dave Love <fx@gnu.org>
17139
17140 * wid-edit.el (widget-default-format-handler): DTRT when
17141 doc-property is a function.
17142
17143 2000-09-12 Francesco Potorti` <pot@gnu.org>
17144
17145 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17146 filed name if it's not there.
17147
17148 2000-09-12 Dave Love <fx@gnu.org>
17149
17150 * simple.el (read-mail-command): Doc fix.
17151 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17152
17153 * vc.el (vc-dired-listing-switches): Fix :version.
17154
17155 * vc-hooks.el: Doc fixes.
17156
17157 * subr.el (add-minor-mode): Use toggle-fun arg.
17158
17159 * speedbar.el: Add :version to several defcustoms.
17160
17161 * imenu.el (imenu--truncate-items, imenu--cleanup)
17162 (imenu--generic-function): Avoid mapcar.
17163 (imenu--replace-spaces): Function removed.
17164 (imenu--completion-buffer): Use subst-char-in-string.
17165 (imenu-add-to-menubar): Use keymap inheritance.
17166
17167 2000-09-12 Miles Bader <miles@gnu.org>
17168
17169 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17170 (diff-mode-map): Bind `diff-test-hunk'.
17171 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17172
17173 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17174
17175 * bytecomp.el (byte-compile-defvar): Undo last change
17176 because it breaks '(make-variable-buffer-local (defvar ...)'
17177 which is used at least in dired.
17178
17179 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17180
17181 * international/quail.el (quail-define-package): Docstring
17182 modified.
17183
17184 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17185
17186 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17187 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17188 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17189 docstring of "chinese-py".
17190
17191 * international/quail.el (quail-translation-docstring): New
17192 variable.
17193 (quail-show-keyboard-layout): Docstring modified.
17194 (quail-select-current): Likewise.
17195 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17196 infinite recursive call.
17197 (quail-help): Check quail-translation-docstring. Format of the
17198 output changed.
17199 (quail-help-insert-keymap-description): Adjusted for the above
17200 change.
17201
17202 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17203
17204 * bytecomp.el (byte-compile-defvar): Only cons onto
17205 current-load-list in top-level forms. Else this leaks a cons cell
17206 every time a defun is called.
17207
17208 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17209
17210 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17211 Now understands non-unified diffs. Some functionality moved into
17212 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17213 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17214 modify anything. Only reposition point in the patched file if the
17215 patch succeeds. Only pop up another window if POPUP is true.
17216 Emit a message describing what happened if successful, and at what
17217 line-offset. Automatically detect reversed hunks and do something
17218 appropriate.
17219 (diff-hunk-text, diff-find-text): New functions.
17220 (diff-filter-lines): Function removed.
17221 (diff-test-hunk): New function.
17222 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17223
17224 2000-09-10 Dave Love <fx@gnu.org>
17225
17226 * textmodes/tildify.el: Minor doc/commentary fixes.
17227 (tildify) <defgroup>: Add :version.
17228
17229 * faces.el (face-x-resources): Make custom type more specific.
17230 (frame-background-mode): Use mapc.
17231 (region) <defcustom>: Add :version.
17232
17233 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17234
17235 * vc-sccs.el (vc-sccs-register):
17236 * vc-rcs.el (vc-rcs-register):
17237 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17238 * vc.el (vc-register): Clear file's properties.
17239
17240 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17241
17242 * faces.el (face-spec-set): Only face-spec-reset-face when
17243 ATTRS is non-nil.
17244
17245 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17246
17247 * help.el (help-insert-xref-button): Fix a typo in doc string.
17248
17249 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17250
17251 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17252 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17253 methods.
17254
17255 * menu-bar.el (read-mail-item-name): New function.
17256 (menu-bar-tools-menu): Use it to compute and display the package
17257 used to read email.
17258 (menu-bar-tools-menu): Fix typo in GUD's help string.
17259
17260 2000-09-07 Dave Love <fx@gnu.org>
17261
17262 * diff-mode.el (diff-mouse-goto-source): New function.
17263
17264 * vc-sccs.el: Doc fixes.
17265 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17266
17267 * vc-rcs.el: Doc fixes.
17268 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17269 (vc-rcs-checkout-switches, vc-rcs-header)
17270 (vc-rcs-master-templates): Add or change :version.
17271
17272 * vc-cvs.el: Doc fixes.
17273 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17274 (vc-cvs-stay-local): Add :version.
17275
17276 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17277
17278 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17279
17280 * international/quail.el (quail-help): Fix previous change.
17281
17282 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17283
17284 * faces.el (color-values): Doc fix.
17285
17286 * faces.el (frame-set-background-mode): Use frame-parameter
17287 instead of frame-parameters.
17288
17289 * frame.el (filtered-frame-list): Reduce consing.
17290 (frames-on-display-list): Call frame-parameter instead of
17291 frame-parameters.
17292
17293 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17294
17295 * language/devan-util.el (devanagari-to-indian-region): In the
17296 loop, change the following char, not preceding char.
17297
17298 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17299
17300 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17301 instead of frame-parameters.
17302
17303 * faces.el (set-face-attribute): Simplify by calling
17304 internal-set-lisp-face-attribute with FRAME being 0.
17305
17306 * vc.el: Remove `Id' version control keyword.
17307
17308 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17309
17310 * help.el (help-make-xrefs): Adjusted for the change of
17311 help-xref-mule-regexp.
17312 (help-insert-xref-button): New function.
17313
17314 * international/mule-cmds.el (help-xref-mule-regexp-template):
17315 Include the pattern for character set.
17316 (leim): New group.
17317
17318 * international/quail.el: Don't require face.
17319 (quail): New group.
17320 (quail-other-command): Dummy command to make quail-help work better.
17321 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17322 (quail-keyboard-layout-substitution): New variable.
17323 (quail-update-keyboard-layout): New function.
17324 (quail-keyboard-layout-type): New customizable variable.
17325 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17326 (quail-keyboard-translate): Pay attention to
17327 quail-keyboard-layout-substitution.
17328 (quail-insert-kbd-layout): New function.
17329 (quail-show-keyboard-layout): New function.
17330 (quail-get-translation): If the definition is a vector of length
17331 1, and the element is a string of length 1, return the character
17332 in that string.
17333 (quail-update-current-translations): Fix the case of
17334 relative-index out of range.
17335 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17336 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17337 Show key sequences for all available characters.
17338 (quail-help-insert-keymap-description): Don't show such verbose
17339 key bindings as quail-self-insert-command.
17340
17341 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17342 Format changed, and each element now have extra documentations.
17343 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17344 Adjusted for the change of quail-cxterm-package-ext-info.
17345
17346 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17347
17348 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17349 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17350 during bootstrap.
17351
17352 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17353
17354 * vc.el: (toplevel): Don't require `dired' at run-time.
17355 (vc-dired-resynch-file): Remove autoload cookie.
17356
17357 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17358
17359 * vc.el: Made several backend functions optional.
17360 (vc-default-responsible-p): New function.
17361 (vc-merge): Use RET for first version to trigger merge-news, not
17362 prefix arg.
17363 (vc-annotate): Handle backends that do not support annotation.
17364 (vc-default-merge-news): Removed. The existence of a merge-news
17365 implementation is now checked on caller sites.
17366
17367 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17368 case.
17369
17370 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17371 special case that has been removed from the default in vc-hooks.el.
17372
17373 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17374
17375 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17376
17377 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17378
17379 * vc-hooks.el: Require vc during compilation.
17380 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17381 macro `with-vc-properties' in vc.el.
17382 (vc-file-getprop): Doc fix.
17383 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17384
17385 * vc.el: Require dired-aux during compilation.
17386 (vc-name-assoc-file): Moved to vc-sccs.el.
17387 (with-vc-properties): New macro.
17388 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17389 vc-finish-steal): Use it.
17390 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17391 to the backend-specific function is now supposed to do the checkout,
17392 too.
17393 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17394
17395 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17396 set file properties; that gets done in the generic code now.
17397
17398 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17399 Changed parameter list, added code from vc.el that does the
17400 checkout, possibly with a double-take.
17401
17402 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17403 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17404 the above under the new name.
17405 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17406 parameter list, added checkout command.
17407 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17408 properties; that gets done in the generic code now.
17409
17410 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17411
17412 * vc.el: Docstring fixes (courtesy of checkdoc).
17413
17414 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17415
17416 * vc.el (vc-checkout-writable-buffer-hook)
17417 (vc-checkout-writable-buffer): Remove.
17418 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17419 (vc-log-mode): Make it into a clean derived major mode.
17420 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17421 vc-log-mode if log-edit is not available.
17422 (vc-dired-mode-map): Don't set-keymap-parent yet.
17423 (vc-dired-mode): Do set-keymap-parent here.
17424 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17425
17426 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17427
17428 * faces.el (set-face-attribute, face-spec-reset-face)
17429 (face-spec-set): Avoid consing by removing calls to `apply'.
17430
17431 * frame.el (frame-parameter): Move to C code.
17432
17433 2000-09-05 Dave Love <fx@gnu.org>
17434
17435 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17436 insert-before-markers-and-inherit. Now checked systematically!
17437
17438 2000-09-05 Alex Schroeder <alex@gnu.org>
17439
17440 * sql.el (sql-postgres): Use sql-postgres-options.
17441 (sql-postgres-options): New variable.
17442
17443 2000-09-05 Alex Schroeder <alex@gnu.org>
17444
17445 * sql.el (sql-mode-menu): Work around missing variable mark-active
17446 in XEmacs.
17447 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17448 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17449 compatibility.
17450
17451 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17452
17453 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17454
17455 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17456
17457 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17458
17459 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17460
17461 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17462 don't support anything else under SCCS yet.
17463
17464 * vc-hooks.el: Minor doc fixes.
17465
17466 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17467
17468 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17469 not necessary. If verbose in state `needs-patch', do the same as
17470 under `up-to-date'. When NOT verbose and `needs-patch', check out
17471 latest version instead of `merge-news'.
17472 (vc-next-action-dired): Don't mess with default-directory here; it
17473 breaks other parts of dired. It is the job of the
17474 backend-specific functions to adjust it temporarily if they need it.
17475 (vc-next-action): Remove a special CVS case.
17476 (vc-clear-headers): New optional arg FILE.
17477 (vc-checkin, vc-checkout): Set properties vc-state and
17478 vc-checkout-time properly.
17479 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17480 (vc-print-log): Use new backend function `show-log-entry'.
17481 (vc-cancel-version): Do the checks in a different order. Added a
17482 FIXME concerning RCS-only code.
17483
17484 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17485 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17486
17487 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17488
17489 * vc-hooks.el (vc-default-mode-line-string): Show state
17490 `needs-patch' as a `-' too.
17491
17492 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17493
17494 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17495 (vc-default-could-register): New function.
17496 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17497 (vc-resynch-buffer): Call vc-dired-resynch-file.
17498 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17499 vc-resynch-buffer instead of vc-resynch-window.
17500 (vc-next-action-dired): Don't redisplay here, that gets done as a
17501 result of the individual file operations.
17502 (vc-retrieve-snapshot): Corrected prompt order.
17503
17504 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17505
17506 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17507 as well.
17508 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17509 hostname regexps. Updated all callers.
17510 (vc-cvs-responsible-p): Handle directories as well.
17511 (vc-cvs-could-register): New function.
17512 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17513 properties up-to-date.
17514
17515 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17516 user whether to create one.
17517
17518 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17519
17520 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17521 check out a non-existing file.
17522
17523 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17524 workfile does not exist.
17525
17526 * vc.el (vc-version-diff): Use `require' to check for existence of
17527 diff-mode.
17528
17529 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17530
17531 * vc-cvs.el (vc-cvs-registered): Use new function
17532 vc-cvs-parse-entry to do the actual work.
17533
17534 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17535
17536 * vc-hooks.el (vc-find-backend-function): If function doesn't
17537 exist, return nil instead of error.
17538 (vc-call-backend): Doc fix.
17539
17540 * vc.el (vc-do-command): Doc fix.
17541 (vc-finish-logentry): When checking in from vc-dired, choose the
17542 right backend for logentry check.
17543 (vc-dired-mode-map): Inherit from dired-mode-map.
17544 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17545 simplified.
17546 (vc-dired-state-info): Removed, updated caller.
17547 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17548 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17549 (vc-dired-listing-switches): New variable.
17550 (vc-directory): Use it, instead of dired-listing-switches.
17551
17552 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17553 (vc-cvs-dir-state): New function.
17554 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17555 (vc-cvs-parse-entry): New function, also to be used in
17556 vc-cvs-registered.
17557
17558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17559
17560 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17561 *or* single-window-frames.
17562
17563 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17564
17565 * vc.el (vc-update-changelog): Split into generic part and default
17566 implementation. Doc string adapted.
17567 (vc-default-update-changelog): New function. Call the `rcs2log'
17568 script in exec-directory, to fix a long-standing nuisance.
17569
17570 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17571 simply signals an error.
17572
17573 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17574
17575 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17576 control-flow more clear and to avoid running `cvs' twice.
17577
17578 * vc.el (vc-next-action-on-file): Doc fix.
17579 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17580 (vc-print-log): Eval `file' before constructing the continuation.
17581
17582 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17583
17584 * vc.el (vc-next-action-on-file): Corrected several messages.
17585 (vc-merge): Add prefix arg `merge-news'; handle it.
17586
17587 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17588 is not reached. It is.
17589 (vc-cvs-merge): Set state to 'edited after merge.
17590 (vc-cvs-merge-news): Set workfile version to nil if not known.
17591 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17592
17593 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17594 via stdout. (Merge from main line.)
17595
17596 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17597
17598 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17599 detection.
17600
17601 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17602
17603 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17604 against kill-all-local-variables.
17605 (vc-log-edit): Don't save vc-parent-buffer any more.
17606 (vc-last-comment-match): Initialize to an empty string.
17607 (vc-post-command-functions): New hook.
17608 (vc-do-command): Run it.
17609 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17610 (vc-finish-logentry): Only add the comment to the ring if it's
17611 different from the last comment entered.
17612 (vc-new-comment-index): New function.
17613 (vc-previous-comment): Use it. Make the minibuffer message
17614 slightly less terse.
17615 (vc-comment-search-reverse): Make it work forward as well. Don't
17616 set vc-comment-ring-index if no match is found. Use
17617 vc-new-comment-index.
17618 (vc-comment-search-forward): Use vc-comment-search-reverse.
17619 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17620 define-derived-mode will do it for us. Bind `v' to a keymap that
17621 inherits from vc-prefix-map so that we can bind `vt' without
17622 binding C-x v t.
17623 (vc-retrieve-snapshot): Parenthesis typo.
17624
17625 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17626 to 1. Make sure to switch to *vc* before looking for an error
17627 message. Use vc-parse-buffer.
17628
17629 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17630
17631 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17632 and NAME.
17633 (vc-retrieve-snapshot): Split into two parts.
17634 (vc-default-retrieve-snapshot): New function.
17635
17636 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17637 (vc-cvs-retrieve-snapshot): New function (untested).
17638 (vc-cvs-stay-local): Default to t.
17639 (vc-cvs-remote-p): New function and property.
17640 (vc-cvs-state): Stay local only if the above is t.
17641 (vc-handle-cvs): Removed.
17642 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17643 done via vc-handled-backends now.
17644 (vc-cvs-header): Escape Id.
17645
17646 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17647
17648 * vc.el (vc-do-command): Remove unused commands.
17649 (vc-version-diff): Make sure default-directory ends with a slash.
17650 Move the window commands into a vc-exec-after.
17651 (vc-print-log): Move more of the code into the `vc-exec-after'.
17652
17653 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17654
17655 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17656 (vc-print-log): Search current revision from beginning of buffer.
17657 (vc-revert-buffer): Clear echo area after the diff is finished.
17658 (vc-prefix-map): Removed definition of "t" for terse display in vc
17659 dired.
17660 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17661 definition of "vt" for terse display.
17662 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17663
17664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17665
17666 * vc.el (vc-exec-after): Avoid caddr.
17667
17668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17669
17670 * vc.el (vc-exec-after): New function.
17671 (vc-do-command): Use it to add a termination message for async
17672 procs.
17673 (vc-checkout): Try to handle a missing-backend situation.
17674 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17675 of a directory with a backend using async diffs.
17676 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17677 present.
17678
17679 * vc-sccs.el (vc-sccs-state-heuristic): Use
17680 file-ownership-preserved-p.
17681
17682 * vc-rcs.el (vc-rcs-state-heuristic): Use
17683 file-ownership-preserved-p.
17684 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17685
17686 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17687
17688 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17689 vc-do-command.
17690
17691 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17692 when there are no changes.
17693
17694 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17695
17696 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17697
17698 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17699
17700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17703
17704 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17705 the `fset' outside of the defvar so that it works even if
17706 vc-prefix-map was already defined.
17707 (vc-setup-buffer): New function, split out of vc-do-command.
17708 (vc-do-command): Allow BUFFER to be t to mean `just use the
17709 current buffer without any fuss'.
17710 (vc-version-diff): Change the `diff' backend operation to just put
17711 the diff in the current buffer without erasing it. Always use
17712 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17713 shrink-window-if-larger-than-buffer.
17714 (vc-print-log): Change the `print-log' backend operation to just
17715 put the log in the current buffer without erasing it. Protect
17716 shrink-window-if-larger-than-buffer.
17717 (vc-update-change-log): Fix setd typo.
17718
17719 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17720 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17721
17722 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17723 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17724 CMP.
17725
17726 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17727 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17728 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17729
17730 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17731
17732 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17733 not possible, use vc-BACKEND-workfile-unchanged-p.
17734 (vc-default-workfile-unchanged-p): New function. Delegates to a
17735 full vc-BACKEND-diff.
17736
17737 * vc-hooks.el (vc-simple-command): Removed.
17738
17739 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17740 instead of vc-simple-command.
17741 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17742 avoid doing a diff when opening a file.
17743 (vc-rcs-state): Added check for unlocked-changes.
17744 (vc-rcs-header): Escape Id.
17745 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17746 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17747 version.
17748
17749 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17750 (vc-sccs-diff): Remove optional arg CMP.
17751 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17752 SCCS-specific function.
17753
17754 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17755 vc-simple-command.
17756
17757 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17758
17759 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17760 (with-vc-file, vc-merge): Use vc-editable-p.
17761 (vc-do-command): Remove unused var vc-file and fix the
17762 doubly-defined `status' var. Add a user message when starting an
17763 async command.
17764 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17765 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17766 Use with-current-buffer.
17767 (vc-buffer-sync): Use unless.
17768 (vc-next-action-on-file): If the file is 'edited by read-only,
17769 make it read-write instead of trying to commit.
17770 (vc-version-diff, vc-update-change-log): Use `setq
17771 default-directory' rather than `cd'.
17772 (vc-log-edit): Don't forget to set default-directory in the
17773 buffer.
17774
17775 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17776 (vc-sccs-state-heuristic): Use file-writable-p instead of
17777 comparing userids.
17778 (vc-sccs-checkout): Use `unless'.
17779
17780 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17781 of comparing userids.
17782 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17783 Simplify the logic by eliminating unreachable code.
17784 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17785 just do a recursive call if we need to retry.
17786 (vc-rcs-checkout): Handle the case where rcs is missing by making
17787 the buffer read-write if requested and re-signalling the error.
17788
17789 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17790
17791 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17792
17793 * vc-hooks.el (vc-handled-backends): Docstring change.
17794 (vc-ignore-vc-files): Mark obsolete.
17795 (vc-registered): Check vc-ignore-vc-files.
17796 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17797 vc-ignore-vc-files.
17798
17799 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17800
17801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17802
17803 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17804 files since ange-ftp already has vc-registered return nil.
17805
17806 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17807 (vc-sccs-workfile-version): Use with-temp-buffer and new
17808 vc-parse-buffer and don't bother setting the property.
17809 (vc-sccs-add-triple): Use with-current-buffer and
17810 find-file-noselect.
17811 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17812
17813 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17814 derives from the old vc-parse-buffer but uses the revision number
17815 rather than the date (much easier to compare robustly).
17816 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17817 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17818 locking-user more directly. Check strict locking and set
17819 checkout-model appropriately.
17820 (vc-rcs-parse-locks): Remove.
17821 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17822 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17823 (vc-rcs-system-release): Use with-current-buffer and
17824 vc-parse-buffer.
17825 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17826
17827 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17828 (vc-simple-command): Docstring fix.
17829 (vc-registered): Align the way the file-handler is called with the
17830 way the function itself works.
17831 (vc-file-owner): Remove.
17832
17833 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17834 extraction of fields and call to file-attributes because of a
17835 temporary bug in rcp.el.
17836 (vc-cvs-fetch-status): Use with-current-buffer.
17837
17838 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17839
17840 * vc.el (vc-do-command): Use file-relative-name.
17841 (vc-responsible-backend): Use vc-backend if possible.
17842 (vc-create-snapshot): Improve the `interactive' spec. Add support
17843 for branches and dispatch to backend-specific `create-snapshot'.
17844 (vc-default-create-snapshot): New function, containing the bulk of
17845 the old vc-create-snapshot.
17846 (vc-retrieve-snapshot): Improve the interactive spec.
17847
17848 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17849 (vc-backend-hook-functions): Remove.
17850 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17851 (vc-backend): Reintroduce the test for `file = nil' now that I
17852 know why it was there (and added a comment to better remember).
17853
17854 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17855 code from vc-sccs-hooks.el.
17856 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17857 'vc anymore.
17858 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17859 and file-directory-p instead of file-exists-p.
17860 (vc-sccs-check-headers): Simplify the regexp.
17861
17862 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17863 from vc-rcs-hooks.el. Don't require 'vc anymore.
17864 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17865 file-directory-p instead of file-exists-p.
17866
17867 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17868 from vc-cvs-hooks.el.
17869 (proto vc-cvs-registered): Require 'vc-cvs instead of
17870 'vc-cvs-hooks. Don't require 'vc anymore.
17871 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17872 file-directory-p instead of file-exists-p.
17873 (vc-cvs-create-snapshot): New function, replacing
17874 vc-cvs-assign-name.
17875 (vc-cvs-assign-name): Remove.
17876
17877 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17878
17879 * vc-cvs.el (vc-cvs-header): New var.
17880
17881 * vc-rcs.el (vc-rcs-exists): Remove.
17882 (vc-rcs-header): New var.
17883
17884 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17885 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17886 (vc-sccs-header): New var.
17887
17888 * vc.el (vc-do-command): Get rid of the `last' argument.
17889 (vc-header-alist): Remove, replaced by vc-X-header.
17890 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17891 (vc-dired-hook): Use expand-file-name instead of concat.
17892 (vc-directory): Use file-name-as-directory.
17893 (vc-snapshot-precondition, vc-create-snapshot)
17894 (vc-retrieve-snapshot): Allow the command to operate on any
17895 directory.
17896
17897 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17898 just removing the 'WORKFILE argument or by removing the 'MASTER
17899 argument and replacing `file' with (vc-name file).
17900
17901 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17902
17903 * vc.el: Update Copyright and add a crude list of backend funs.
17904 (vc-writable-p): New function.
17905 (with-vc-file): Use vc-writable-p.
17906 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17907 (vc-register): Avoid vc-name.
17908 (vc-locking-user): Remove.
17909 (vc-steal-lock): Make the `owner' arg non-optional.
17910 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17911 vc-checkout-model.
17912 (vc-default-dired-state-info): Use vc-state instead of
17913 vc-locking-user and return special strings for special states.
17914 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17915 and get rid of one of the special CVS cases.
17916 (vc-cancel-version): prettify error message with \\[...].
17917 (vc-rename-master): New function.
17918 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17919 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17920 the CVS special case generic.
17921 (vc-default-record-rename): Remove.
17922 (vc-file-tree-walk-internal): Only call FUNC for files that are
17923 under control of some VC backend and replace `concat' with
17924 expand-file-name.
17925 (vc-file-tree-walk): Update docstring.
17926 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17927 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17928
17929 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17930 vc-sccs-record-rename. Use `find-file-noselect' rather than
17931 `find-file' and call `vc-rename-master' to do the actual move.
17932 (vc-sccs-diff): Remove unused `backend' variable.
17933
17934 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17935 to delay loading of vc-sccs until it is really used.
17936 (vc-sccs-master-templates): Preload.
17937 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17938 (vc-sccs-project-dir): Remove (merged into
17939 vc-sccs-search-project-dir).
17940 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17941 rather than `concat', make sure it is preloaded and don't bother
17942 to check that the file actually exists.
17943 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17944 `locks' argument (use buffer's content instead) and eliminate n^2
17945 behavior.
17946
17947 * vc-rcs.el: Update Copyright.
17948 (vc-rcs-rename-file): New function.
17949 (vc-rcs-diff): Remove unused `backend' variable.
17950
17951 * vc-hooks.el: Update Copyright.
17952 (vc-backend): Don't accept a nil argument any more.
17953 (vc-up-to-date-p): Turn into a defsubst.
17954 (vc-possible-master): New function.
17955 (vc-check-master-templates): Use `vc-possible-master' and allow
17956 funs in vc-X-master-templates to return a non-existent file.
17957
17958 * vc-cvs.el: Update Copyright.
17959 (vc-cvs-diff): Remove unused `backend' variable.
17960 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17961
17962 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17963
17964 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17965
17966 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17967 since it can be called from vc-rcs.el.
17968 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17969
17970 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17971
17972 * vc.el (vc-version-diff): Expand file name read from the
17973 minibuffer. Handle the case when a previous version number can't
17974 be guessed. Give suitable messages when there were no differences
17975 found.
17976 (vc-clear-headers): Call backend-specific implementation, if one
17977 exists.
17978 (vc-cancel-version): Made error checks generic. When done, clear
17979 headers generically, too.
17980
17981 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17982 from vc-clear-headers in vc.el.
17983
17984 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17985 correctly.
17986 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17987 optional. Handle the case when it's not there.
17988
17989 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17990
17991 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17992
17993 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17994
17995 * vc-hooks.el (vc-loadup): Remove.
17996 (vc-find-backend-function): Use `require'. Also, handle the case
17997 where vc-BACKEND-hooks.el doesn't exist.
17998 (vc-call-backend): Cleanup.
17999
18000 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18001
18002 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18003 vc-rcs-grab-templates)
18004 (vc-rcs-registered): Remove. The default function works as well.
18005 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18006 vc-sccs-grab-templates)
18007 (vc-sccs-registered): Remove. The default function works as well.
18008
18009 * vc.el (vc-version-diff): Left out a vc- in call to
18010 vc-call-backend.
18011 (vc-default-dired-state-info, vc-default-record-rename)
18012 (vc-default-merge-news): Update for the new backend argument.
18013
18014 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18015 using the default function.
18016 (vc-call-backend): If calling the default function, pass it the
18017 backend as first argument. Update the docstring accordingly.
18018 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18019 for the new backend argument.
18020 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18021 (vc-find-backend-function): Use the new name.
18022 (vc-default-registered): New function.
18023
18024 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18025
18026 * vc.el (vc-merge): Use vc-find-backend-function.
18027
18028 * vc-hooks.el (vc-backend-functions): Remove.
18029 (vc-loadup): Don't setup 'vc-functions.
18030 (vc-find-backend-function): New function.
18031 (vc-call-backend): Use above fun and populate 'vc-functions
18032 lazily.
18033 (vc-backend-defines): Remove.
18034
18035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18036
18037 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18038 Call vc-call-backend without the leading vc-.
18039 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18040 (vc-check-headers): Call vc-call-backend without the leading vc-.
18041 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18042 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18043 Call vc-call-backend without the leading vc-.
18044
18045 * vc-cvs.el (tail): Provide vc-cvs.
18046 * vc-sccs.el (tail): Provide vc-sccs.
18047 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18048
18049 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18050 (vc-make-backend-function, vc-call): Pass names without leading
18051 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18052 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18053 (vc-call-backend): Always try to load vc-X-hooks.
18054 (vc-registered): Remove vc- in call to vc-call-backend.
18055
18056 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18057
18058 * vc.el (vc-process-filter): New function.
18059 (vc-do-command): Setup `vc-process-filter' for the async process.
18060 (vc-maybe-resolve-conflicts): New function to reduce
18061 code-duplication. Additionally, it puts the buffer in
18062 `smerge-mode' if applicable.
18063 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18064 calling `merge-news'.
18065 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18066 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18067 interfacing to log-edit.el.
18068 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18069 log-edit is available.
18070 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18071
18072 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18073
18074 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18075 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18076 defvar and the initialization.
18077 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18078
18079 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18080 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18081
18082 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18083
18084 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18085
18086 * vc.el (vc-file-clear-masterprops): Removed.
18087 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18088 (vc-version-diff): Use buffer-size without argument.
18089 (vc-register): Heed vc-initial-comment.
18090
18091 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18092 default branch.
18093
18094 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18095 file name and workfile version.
18096 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18097
18098 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18099 vc-file-clear-masterprops.
18100
18101 * vc-sccs.el (vc-sccs-checkout): Removed call to
18102 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18103 rather than user login name.
18104
18105
18106 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18107
18108 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18109 `want-differences-if-changed' and simplify.
18110 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18111 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18112 output (which is invalid for async vc-diff) to decide whether to
18113 do the revert silently or not.
18114
18115 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18116
18117 * vc-hooks.el (vc-loadup): Load files quietly.
18118 (vc-call-backend): Oops, brain fart.
18119
18120 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18121
18122 * vc-cvs.el (vc-cvs-state): Typo.
18123 (vc-cvs-merge-news): Return the status code rather than the error msg.
18124
18125 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18126
18127 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18128 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18129 vc-state or vc-up-to-date-p.
18130 (vc-merge): Use vc-backend-defines to check whether merging is
18131 possible. Set state to 'edited after successful merge.
18132
18133 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18134 return that name. Redocumented.
18135
18136 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18137
18138 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18139 new `vc-state' semantics.
18140 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18141 'vc-locking-user to the current user.
18142 (vc-merge): Inline vc-backend-merge. Comment out code that I
18143 don't understand and hence can't adapt to the new `vc-state' and
18144 `vc-locking-user' semantics.
18145 (vc-backend-merge): Remove.
18146
18147 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18148 rather than 'vc-locking-user.
18149
18150 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18151
18152 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18153 (vc-state): Don't use 'reserved any more. Just use the same
18154 convention as the one used for vc-<backend>-state where the
18155 locking user (as a string) is returned.
18156 (vc-locking-user): Update, based on the above convention. The
18157 'vc-locking-user property has disappeared.
18158 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18159
18160 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18161 with a heuristic one.
18162 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18163 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18164 error. That allows us to get to 'needs-merge even in the
18165 stay-local case. There's still no way to detect 'needs-patch in
18166 such a setup (or to force an update for that matter).
18167 (vc-cvs-logentry-check): Remove, the default works as well.
18168
18169 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18170
18171 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18172
18173 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18174 major-mode in which the buffer might have been put earlier. Use
18175 `remove' and `when'. Allow `okstatus' to be `async' and use
18176 `start-process' in this case.
18177 (vc-version-diff): Handle the case where the diff looks empty
18178 because of the use of an async process.
18179
18180 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18181
18182 * vc.el (vc-next-action-on-file): Removed optional parameter
18183 `simple'. Recompute state unconditionally.
18184 (vc-default-toggle-read-only): Removed.
18185
18186 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18187 (vc-toggle-read-only): Undid prev change.
18188
18189 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18190 vc-cvs-simple-toggle. Redocumented.
18191 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18192 (vc-cvs-toggle-read-only): Removed.
18193
18194 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18195
18196 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18197 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18198 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18199 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18200 still is. So maybe it should be removed.
18201 (vc-head-version, vc-find-binary): Remove.
18202 (vc-recompute-state): Move from vc-hooks.el.
18203 (vc-next-action-on-file): Add a `simple' argument to allow
18204 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18205 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18206 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18207 (vc-dired-mode-map): Properly defvar it.
18208 (vc-print-log): Call log-view-mode if available.
18209 (small-temporary-file-directory): defvar instead of use boundp.
18210 (vc-merge-news): Moved to vc-cvs.el.
18211 (vc-default-merge-news): New function.
18212
18213 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18214 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18215 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18216 unknown `vc-latest-version' function. It should probably refer to
18217 vc-workfile-version or somesuch, but it's very unclear to me and I
18218 don't have SCCS to test things.
18219
18220 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18221 (vc-sccs-state-heuristic): Fix typo.
18222 (vc-sccs-workfile-unchanged-p): Add missing argument.
18223
18224 * vc-rcs.el: Require vc and vc-rcs-hooks.
18225 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18226 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18227 (vc-release-greater-or-equal-p): Move from vc.
18228 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18229 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18230 (vc-rcs-checkout): Add a missing `new-version' argument in the
18231 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18232
18233 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18234 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18235 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18236 than the apparently unbound `workfile-version'.
18237
18238 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18239 (vc-file-prop-obarray): Use `make-vector'.
18240 (vc-backend-functions): Add new hookable functions
18241 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18242 (vc-loadup): If neither backend nor default functions exist, use
18243 the backend function rather than nil.
18244 (vc-call-backend): If the function if not bound yet, try to load
18245 the non-hook file to see if it provides it.
18246 (vc-call): New macro plus use it wherever possible.
18247 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18248 nor `vc-find-binary' since it's only called from
18249 vc-mistrust-permission which is only used once the backend is known.
18250 (vc-checkout-model): Fix parenthesis.
18251 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18252
18253 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18254 (vc-cvs-release, vc-cvs-system-release): Remove.
18255 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18256 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18257 status symbols.
18258 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18259 (vc-cvs-toggle-read-only): First cut at a function to allow a
18260 cvs-status-free vc-toggle-read-only.
18261 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18262 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18263 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18264 (vc-cvs-checkout): Modify access rights directly if the user
18265 requested not to use `cvs edit'. And refresh the mode line.
18266
18267 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18268 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18269
18270 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18271
18272 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18273 workfile' that got lost when the code was extracted from vc.el.
18274 And merged the tail with the rest of the code (not possible in the
18275 old vc.el where the tail was shared among all backends). And
18276 explicitly set the state to 'edited if `writable' is set.
18277
18278 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18279 (vc-cvs-state): Be careful to return the value from
18280 vc-cvs-parse-state.
18281 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18282 property but return it instead. Also be careful to handle a nil
18283 or "" `rev' when workfile is non-nil (it was handled properly when
18284 workfile was nil).
18285
18286 * vc.el: Removed those pesky unnecessary `(function' quotes.
18287 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18288 directly in the defvar.
18289 (vc-do-command): Bind inhibit-read-only so as to properly handle
18290 the case where the destination buffer has been made read-only.
18291 (vc-diff): Delegate to vc-version-diff in all cases.
18292 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18293 (vc-annotate-mode-variables): Removed (code moved partly to
18294 defvars and partly to vc-annotate-add-menu).
18295 (vc-annotate-mode): Turned into a derived-mode.
18296 (vc-annotate-add-menu): Moved in code in
18297 vc-annotate-mode-variables.
18298 (vc-update-change-log): Use make-temp-file if available.
18299
18300 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18301
18302 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18303 `vc-checkout-model' updated to `vc-cvs-update-model'.
18304
18305 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18306
18307 * vc.el (vc-next-action-on-file): Added handling of state
18308 `unlocked-changes'.
18309 (vc-checkout-carefully): Is now practically obsolete, unless the
18310 above is too slow to be enabled unconditionally.
18311 (vc-update-change-log): Fixed typo.
18312
18313 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18314
18315 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18316 Now handles state `unlocked-changes'.
18317 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18318
18319 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18320
18321 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18322 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18323 `unlocked-changes'.
18324 (vc-rcs-workfile-unchanged-p): Renamed from
18325 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18326 function yet, but supposed to become one soon.
18327
18328 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18329 `vc-steal-lock'.
18330 (vc-call-backend): Changed error message.
18331 (vc-state): Added description of state `unlocked-changes'.
18332
18333 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18334
18335 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18336 always return t in CVS-controlled directories.
18337
18338 * vc.el (vc-responsible-backend): New function.
18339 (vc-register): Largely rewritten.
18340 (vc-admin): Removed (implementation moved into vc-register).
18341 (vc-checkin): Redocumented.
18342 (vc-finish-logentry): If no backend defined yet (because we are in
18343 the process of registering), use the responsible backend.
18344
18345 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18346 Updated function lists.
18347 (vc-call-backend): Fixed typo.
18348
18349 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18350 New functions.
18351 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18352 Removed query option. Redocumented.
18353
18354 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18355
18356 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18357
18358 * vc.el: Updated callers of `vc-checkout-required' to use
18359 `vc-checkout-model'.
18360
18361 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18362
18363 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18364 stuff updated to reference this function instead of the old
18365 `vc-backend-release-p'.
18366
18367 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18368
18369 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18370 vc-checkout-model. Return appropriate values. Updated callers.
18371
18372 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18373
18374 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18375 (vc-backend-revert): Function moved into `vc-revert';
18376 `vc-next-action' must be updated to accomodate this change.
18377 (vc-backend-steal): Function moved into `vc-finish-steal'.
18378 (vc-backend-logentry-check): Function moved into
18379 `vc-finish-logentry'.
18380 (vc-backend-printlog): Function moved into `vc-print-log'.
18381 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18382 (vc-backend-assign-name): Function moved into
18383 `vc-create-snapshot'.
18384
18385 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18386
18387 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18388 Rename to vc-checkout-model. Return appropriate values.
18389 Update callers.
18390
18391 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18392 to vc-checkout-model.
18393 (vc-checkout-required): Rename to vc-checkout-model.
18394 Re-implement and re-comment.
18395 (vc-after-save): Use vc-checkout-model.
18396
18397 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18398
18399 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18400 Update to use the vc-BACKEND-diff functions instead.
18401 `vc-diff' is now working.
18402
18403 * vc-rcs.el (vc-rcs-logentry-check): New function.
18404
18405 * vc-cvs.el (vc-cvs-logentry-check): New function.
18406
18407 * vc-sccs.el (vc-sccs-diff): Function changed name from
18408 `vc-backend-diff'. This makes `vc-diff' work.
18409
18410 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18411 of functions possibly implemented in a vc-BACKEND library.
18412 (vc-checkout-required): Fix bug that caused an error to be
18413 signaled during `vc-after-save'.
18414
18415 * vc.el: Fix typo.
18416 This checkin is made with our new VC code base for the very first time.
18417 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18418
18419 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18420 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18421
18422 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18423 updated to `vc-uses-locking'.
18424 (vc-checkout-required): Call to backend function.
18425 `vc-checkout-required' updated to `vc-uses-locking' instead.
18426
18427 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18428 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18429
18430 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18431 to match the split into various backends.
18432 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18433 (vc-retrieve-snapshot): Bug fix.
18434
18435 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18436
18437 * vc-sccs.el (vc-sccs-release): Doc fix.
18438
18439 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18440
18441 * vc.el (vc-next-action-on-file): Bug found and fixed.
18442 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18443 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18444
18445 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18446 (vc-rcs-checkout): Name space cleaned up. No more revision number
18447 crunching function names that are not prefixed with vc-rcs.
18448 (vc-rcs-checkout-model): Function added. References to
18449 `vc-checkout-model' replaced.
18450
18451 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18452
18453 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18454 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18455 still need to be split, and implemented for RCS).
18456
18457 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18458
18459 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18460
18461 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18462 required by the vc.el file.
18463
18464 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18465 required by the vc.el file.
18466 (vc-rcs-exists): Function added.
18467
18468 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18469 required by the vc.el file.
18470
18471 * vc.el (vc-admin): Updated to handle selection of appropriate
18472 backend. Current implementation is crufty and need re-thinking.
18473
18474 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18475
18476 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18477
18478 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18479 beginning of annotate buffers correctly.
18480
18481 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18482 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18483 functionality updated quite a lot to support multiple backends.
18484 Variables `vc-annotate-mode', `vc-annotate-buffers',
18485 `vc-annotate-backend' added.
18486
18487 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18488 `vc-annotate-difference' added to supported backend functions.
18489
18490 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18491
18492 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18493 Use with-temp-file instead of /bin/sh. Merged from mainline
18494
18495 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18496
18497 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18498
18499 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18500
18501 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18502
18503 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18504
18505 * vc-hooks.el: vc-state-heuristic added to
18506 vc-backend-hook-functions.
18507
18508 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18509
18510 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18511
18512 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18513 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18514 state to `reserved'.
18515
18516 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18517 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18518
18519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18520
18521 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18522 untouched.
18523
18524 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18525
18526 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18527 if defined. (Merged from main line, slightly adapted.)
18528
18529 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18530 millenium problem (merged from mainline).
18531
18532 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18533
18534 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18535 part and moved the non-BACKEND stuff to vc.el.
18536
18537 * vc.el: Split the annotate feature into a BACKEND specific part
18538 and moved it from the vc-cvs.el file to this one.
18539
18540 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18541
18542 * vc-hooks.el: Implement new state model.
18543 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18544 (vc-locking-user): Simplify. Now only needed if the file is
18545 locked by somebody else.
18546 (vc-lock-from-permissions): Remove. Functionality is in
18547 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18548 (vc-mode-line-string): New name for former vc-status. Adapted.
18549 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18550
18551 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18552 Various simplifications and adaptations all over the place.
18553
18554 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18555 Simplify and adapt the rest.
18556
18557 * vc.el (vc-resynch-window): Add TODO comment: check for
18558 interaction with view mode according to recent RCS change.
18559 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18560
18561 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18562
18563 * vc.el: Convert the remaining function comments to docstrings.
18564
18565 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18566
18567 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18568 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18569 (vc-minor-part, vc-previous-version): Functions that operate and
18570 compare revision numbers got proper documentation. Comments added
18571 about their possible removal.
18572
18573 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18574
18575 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18576 the vc-backend.el files.
18577
18578 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18579
18580 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18581 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18582 (vc-rcs-previous-version): Functions added.
18583
18584 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18585
18586 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18587
18588 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18589
18590 * vc-hooks.el (vc-master-templates): Is really obsolete.
18591 Comment out the definition for now. What is the right procedure
18592 to get rid of it?
18593 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18594 rewritten.
18595 (vc-default-registered): Remove.
18596 (vc-check-master-templates): New function; does mostly what the
18597 above did before.
18598 (vc-locking-user): Don't rely on the backend to set the property.
18599
18600 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18601 Rewrite documentation.
18602 (vc-rcs-templates-grabbed): New variable.
18603 (vc-rcs-grab-templates): New function.
18604 (vc-rcs-registered): Rewrite to use above mechanism.
18605
18606 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18607 Rewrite documentation.
18608 (vc-sccs-templates-grabbed): New variable.
18609 (vc-sccs-grab-templates): New function.
18610 (vc-sccs-registered): Rewrite to use above mechanism.
18611 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18612 Don't throw the result, simply return it.
18613
18614 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18615 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18616 (vc-cvs-registered): Does the check itself now. Simplify.
18617
18618 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18619 from main line.
18620
18621 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18622
18623 * vc-cvs.el (vc-cvs-diff): New function.
18624
18625 * vc-sccs.el (vc-sccs-diff): New function.
18626
18627 * vc-rcs.el (vc-rcs-diff): New function.
18628 (vc-rcs-checkout): Bug (typo) found and fixed.
18629 (vc-rcs-register-switches): New variable.
18630
18631 * vc.el (vc-backend-diff): Function removed and placed in the
18632 backend files.
18633
18634 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18635
18636 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18637
18638 * vc.el (vc-backend-checkout): Function removed and replaced in
18639 the vc-backend.el files.
18640
18641 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18642
18643 * vc.el (vc-backend-admin): Removed and replaced in the
18644 vc-backend.el files.
18645
18646 * vc.el (Martin): Removed all the annotate functionality since it
18647 is CVS backend specific.
18648
18649 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18650
18651 * spec.txt: Added specification of vc-state.
18652
18653 * vc-sccs-hooks.el (vc-sccs-master-properties):
18654 Remove handling of vc-latest-version and
18655 vc-your-latest-version. What used to be vc-latest-version, is now
18656 returned as vc-workfile-version.
18657 (vc-sccs-workfile-version): Adapt.
18658
18659 2000-09-04 Dave Love <fx@gnu.org>
18660
18661 * vc.el: [Merged from mainline.]
18662 (vc-dired-mode): Make the dired-move-to-filename-regexp
18663 regexp match the date, to avoid treating date as file size.
18664 Add YYYY S option to WESTERN/
18665
18666 2000-09-04 Dave Love <fx@gnu.org>
18667
18668 * vc.el: Require `compile' when compiling.
18669 (vc-logentry-check-hook): New option.
18670 (vc-steal-lock): Use compose-mail.
18671 (vc-dired-mode-map): Defvar when compiling.
18672 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18673 vc-sccs.el and renamed. Callers changed.
18674 (vc-backend-checkout, vc-backend-logentry-check)
18675 (vc-backend-merge-news): Doc fix.
18676 (vc-default-logentry-check): New function.
18677 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18678 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18679 (vc-backend-merge): Doc fix. Use backend functions.
18680 (vc-check-headers): Use backend functions.
18681
18682 * vc-cvs.el: Require vc when compiling.
18683 (vc-cvs-register-switches): Doc fix.
18684 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18685 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18686 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18687 New functions (code from vc.el).
18688 (vc-annotate-display-default): Fix interactive spec.
18689 (vc-annotate-time-span): Doc fix.
18690
18691 * vc-rcs.el: Require vc when compiling.
18692 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18693 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18694 (vc-rcs-checkin): New functions (code from vc.el).
18695 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18696 Doc fix.
18697 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18698
18699 * vc-sccs.el: Require vc when compiling.
18700 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18701 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18702 (vc-sccs-revert)
18703 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18704 from vc.el).
18705 (vc-sccs-add-triple, vc-sccs-record-rename)
18706 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18707 (vc-sccs-admin): Doc fix.
18708
18709 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18710
18711 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18712 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18713 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18714 from vc.el.
18715
18716 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18717
18718 * vc-cvs.el: Moved the annotate functionality from vc.el.
18719 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18720
18721 2000-09-04 Dave Love <fx@gnu.org>
18722
18723 * vc.el (vc-backend-release): Call vc-system-release.
18724
18725 * vc-sccs.el (vc-sccs-system-release):
18726 Renamed from vc-sccs-backend-release.
18727
18728 * vc-rcs.el (vc-rcs-system-release):
18729 Renamed from vc-rcs-backend-release.
18730
18731 * vc-cvs.el (vc-cvs-system-release):
18732 Renamed from vc-cvs-backend-release.
18733
18734 2000-09-04 Dave Love <fx@gnu.org>
18735
18736 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18737 backend files.
18738 (vc-backend-release): Dispatch to backend functions.
18739 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18740 probably needs attention.]
18741
18742 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18743 (vc-sccs-backend-release): New function.
18744
18745 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18746 (vc-cvs-backend-release): New function.
18747
18748 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18749 Doc fix.
18750 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18751 (vc-default-dired-state-info): New function.
18752 (vc-dired-state-info): Dispatch to backends.
18753 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18754
18755 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18756 from vc.el and renamed.
18757
18758 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18759
18760 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18761 (vc-version-other-window, vc-backend-assign-name): Removed
18762 references to vc-latest-version; sometimes changed into
18763 vc-workfile-version.
18764
18765 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18766 vc-rcs-master-workfile-version.
18767 (vc-rcs-workfile-version): Use the above. Don't call
18768 vc-latest-version (that was unreachable code, anyway).
18769 (vc-rcs-fetch-master-properties): Doc fix.
18770
18771 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18772 (vc-backend-hook-functions): Removed them from this list, too.
18773 (vc-fetch-properties): Removed.
18774 (vc-workfile-version): Doc fix.
18775
18776 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18777 (vc-rcs-workfile-version, vc-rcs-locking-user)
18778 (vc-rcs-uses-locking): Use it.
18779
18780 * vc-hooks.el (vc-consult-rcs-headers):
18781 Moved into vc-rcs-hooks.el, under the name
18782 vc-rcs-consult-headers.
18783
18784 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18785 headers.
18786 (vc-cvs-find-master): Use this name only; correct different
18787 versions of the name.
18788
18789 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18790 New functions.
18791 (vc-sccs-locking-user): Use the latter.
18792
18793 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18794 New functions.
18795
18796 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18797 Moved into both
18798 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18799 functions are implementation details of those two backends.
18800
18801 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18802
18803 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18804 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18805
18806 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18807 (vc-sccs-parse-locks): SCCS-specific code moved here from
18808 vc-hooks.
18809
18810 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18811 code moved here from vc-hooks.
18812
18813 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18814 into back-end specific parts and removed. Callers not updated
18815 yet; because I guess these callers will disappear into back-end
18816 specific files anyway.
18817
18818 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18819
18820 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18821 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18822 `vc-uses-locking'.
18823
18824 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18825 Store yes/no in the property, and return t/nil. Updated all
18826 callers.
18827
18828 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18829 vc-sccs-uses-locking. Don't set property.
18830 (vc-sccs-locking-user): Don't set property.
18831
18832 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18833 vc-cvs-uses-locking. Don't set property here; leave that to
18834 vc-hooks.
18835 (vc-cvs-locking-user): Reflect above change. Streamlined.
18836
18837 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18838 vc-rcs-uses-locking.
18839 (vc-rcs-locking-user): Reflect above change.
18840
18841 2000-09-04 Dave Love <fx@gnu.org>
18842
18843 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18844
18845 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18846
18847 * vc-hooks.el (vc-checkout-model): Punt to backends.
18848
18849 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18850
18851 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18852
18853 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18854 New functions.
18855
18856 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18857 New functions.
18858
18859 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18860 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18861
18862 * vc-hooks.el (vc-default-locking-user): New function.
18863 (vc-locking-user, vc-workfile-version): Punt to backends.
18864
18865 2000-09-04 Dave Love <fx@gnu.org>
18866
18867 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18868 (vc-master-workfile-version): Moved from vc-hooks.
18869
18870 * vc-rcs-hooks.el: Fix duplicate code in last change.
18871
18872 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18873 (vc-rcs-master-templates): Improve :type.
18874 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18875 vc-master-workfile-version): Moved from vc-hooks.
18876
18877 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18878 (vc-sccs-master-templates): Improve :type.
18879 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18880
18881 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18882
18883 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18884 (vc-cvs-master-templates): Improve :type. Use
18885 vc-cvs-find-cvs-master.
18886 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18887 from vc-hooks.
18888 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18889
18890 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18891 Moved to vc-cvs-hooks.
18892
18893 * vc-hooks.el: Add doc strings in various places. Simplify the
18894 minor mode setup.
18895 (vc-handled-backends): New user variable.
18896 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18897 simplification.
18898
18899 2000-09-04 Dave Love <fx@gnu.org>
18900
18901 * vc.el: Some doc fixes for autoloaded and interactive functions.
18902 Fix compilation warnings from ediff stuff.
18903 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18904
18905 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18906
18907 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18908
18909 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18910
18911 2000-09-04 Dave Love <fx@gnu.org>
18912
18913 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18914 New variable.
18915 (vc-make-backend-function, vc-loadup, vc-call-backend)
18916 (vc-backend-defines): New functions.
18917
18918 * vc-hooks.el: Various doc fixes.
18919 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18920 (vc-match-substring): Function removed. Callers changed to use
18921 match-string.
18922 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18923 Simplify.
18924
18925 2000-09-04 Dave Love <fx@gnu.org>
18926
18927 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18928 type.
18929 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18930 (vc-sccs-registered): Doc fix.
18931
18932 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18933 (vc-cvs-registered): Doc fix.
18934
18935 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18936 (vc-rcs-registered): Doc fix.
18937
18938 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18939
18940 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18941
18942 * vc-hooks.el: vc-registered has been renamed
18943 vc-default-registered. Some functions have been moved to the
18944 backend specific files. they all support the
18945 vc-BACKEND-registered functions.
18946
18947 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18948
18949 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18950
18951 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18952
18953 2000-09-04 Dave Love <fx@gnu.org>
18954
18955 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18956 menu-bar-update-hook.
18957
18958 * help.el (help-manyarg-func-alist): Add
18959 find-operation-coding-system.
18960
18961 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18962
18963 * custom.el (custom-set-variables): Print message about errors in
18964 setting.
18965
18966 2000-09-03 Andrew Innes <andrewi@gnu.org>
18967
18968 * makefile.w32-in: Change to DOS line endings.
18969
18970 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18971
18972 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18973 minor-mode keymaps, if they don't have one.
18974
18975 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18976
18977 * eshell/esh-module.el (eval-when-compile): Don't lose if
18978 esh-module.el's file name is truncated to DOS 8+3 limits.
18979
18980 2000-09-01 John Wiegley <johnw@gnu.org>
18981
18982 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18983 predicate, which caused entries in the completion list to be
18984 doubled.
18985
18986 2000-08-30 John Wiegley <johnw@gnu.org>
18987
18988 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18989 sending to subprocesses. Also, hook pre-command-hook if
18990 `eshell-send-direct-to-subprocesses' is non-nil.
18991 (eshell-send-direct-to-subprocesses): New config variable. If t,
18992 subprocess input is send immediately.
18993 (eshell-toggle-direct-send): New function.
18994 (eshell-self-insert-command): New function.
18995 (eshell-intercept-commands): New function.
18996 (eshell-send-input): If direct subprocess sending is enabled,
18997 don't echo any input to the Eshell buffer. Let the subprocess
18998 handle that. This requires "stty echo" in bash, for example.
18999
19000 2000-08-28 John Wiegley <johnw@gnu.org>
19001
19002 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19003 completion function for Eshell's implementation of `unset'.
19004
19005 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19006
19007 * info.el (Info-directory-list): Doc fix.
19008
19009 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19010
19011 * filecache.el (file-cache-add-directory-using-find): Don't quote
19012 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19013
19014 2000-08-31 Kenichi Handa <handa@etl.go.jp>
19015
19016 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19017 coding systems.
19018
19019 2000-08-30 Andrew Innes <andrewi@gnu.org>
19020
19021 * timer.el (run-with-idle-timer): Undo last change, so that timer
19022 is not activated immediately if Emacs is already idle. Some
19023 existing code relies on this behaviour.
19024
19025 2000-08-30 Miles Bader <miles@gnu.org>
19026
19027 * frame.el (set-frame-font): Do completion of font-name for
19028 interactive use.
19029
19030 2000-08-30 Kenichi Handa <handa@etl.go.jp>
19031
19032 * international/quail.el (quail-start-translation): Bind locally
19033 last-command-event, last-command, and this-command.
19034 (quail-start-conversion): Likewise.
19035 (quail-self-insert-command): Fix docstring.
19036
19037 2000-08-29 Gerd Moellmann <gerd@gnu.org>
19038
19039 * progmodes/executable.el
19040 (executable-make-buffer-file-executable-if-script-p): Check that
19041 buffer contains at least 2 characters.
19042
19043 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19044
19045 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19046
19047 2000-08-29 Dave Love <fx@gnu.org>
19048
19049 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19050 (diff-mode-shared-map): Bind mouse-2.
19051 (diff-imenu-generic-expression): New variable.
19052 (diff-mode): Use it.
19053
19054 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19055 (mouse-popup-menubar): Add minor mode menus.
19056 (popup-menu): Check for lookup-key returning number.
19057
19058 2000-08-29 Miles Bader <miles@gnu.org>
19059
19060 * comint.el (comint-send-input): Create overlays using the proper
19061 front/read-advance arguments.
19062
19063 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19064
19065 * ps-print.el: Even/odd pages printing. Doc fix.
19066 (ps-print-version): New version number (6.0).
19067 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19068 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19069 (ps-print-duplex-feature): Variable eliminated.
19070 (ps-even-or-odd-pages): New variable.
19071
19072 * progmodes/ebnf2ps.el: Doc fix.
19073 (ebnf-version): New version (3.3).
19074 (ebnf-user-arrow): Change variable customization to sexp.
19075 (ebnf-user-arrow): Function eliminated.
19076 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19077
19078 2000-08-29 Kenichi Handa <handa@etl.go.jp>
19079
19080 * help.el (help-xref-mule-regexp): New variable.
19081 (help-make-xrefs): Handle help-xref-mule-regexp.
19082
19083 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19084 variable.
19085 (describe-input-method): Temporarily activate the specfied input
19086 method to display the information.
19087 (describe-language-environment): Hyperlinks to mule related items.
19088
19089 * international/mule-diag.el (charset-multibyte-form-string): New
19090 function.
19091 (list-character-sets-1): Use charset-multibyte-form-string.
19092 (describe-character-set): New function.
19093 (describe-coding-system): Hyperlinks to safe character sets.
19094
19095 * international/quail.el (quail-help): New arg PACKAGE.
19096 Hyperlinks to mule related items.
19097 (quail-help-insert-keymap-description): Use
19098 substitute-command-keys instead of describe-bindings.
19099 (quail-translation-help): Hyperlinks to mule related items.
19100
19101 2000-08-28 John Wiegley <johnw@gnu.org>
19102
19103 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19104 have a defsubst call itself. Made `eshell-flatten-list' back into
19105 a function again.
19106
19107 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19108 catch, in case re-centering point at bottom messes up the display.
19109 This happens frequently in Emacs 21, due I believe to variable
19110 line heights.
19111
19112 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19113 to call `find-tag-interactive'.
19114
19115 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19116 the list of remember directories.
19117
19118 2000-08-28 John Wiegley <johnw@gnu.org>
19119
19120 * align.el: Test align-region-separate to see if it's a symbol.
19121
19122 2000-08-28 John Wiegley <johnw@gnu.org>
19123
19124 * eshell/esh-util.el (eshell-flatten-list): Made this function
19125 into a defsubst form. It gets used very frequently, although
19126 calls don't occur all that often.
19127
19128 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19129 examining it.
19130
19131 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19132 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19133 `eshell-protect'.
19134 (eshell-copy-handles): Created a new macro for duplicating the
19135 current set of open handles. This is needed by the looping
19136 functions.
19137 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19138 is not incorrectly stomped on.
19139
19140 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19141 declaration for pcomplete-use-paring.
19142 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19143 value of eshell-cmpl-use-paring.
19144 * pcomplete.el (pcomplete-use-paring): New config variable, to
19145 indicate whether paring should be used.
19146 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19147 completion alternatives that have already been used.
19148
19149 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19150 bound to C-c C-y, which will repeat the previous N arguments
19151 (based on prefix argument).
19152 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19153
19154 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19155 if there is no *Help* buffer. This is for XEmacs, which renames
19156 its help buffers uniquely. TODO: Find out what the current buffer
19157 name to delete is.
19158
19159 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19160 first entry that correlates to a passwd/group number. Later
19161 entries (used for group/user name aliasing to multiple IDs) are
19162 ignored.
19163
19164 * eshell/em-xtra.el (eshell/expr):
19165 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19166 (eshell-grep, eshell/diff, eshell/locate):
19167 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19168 argument list, before passing it to the system command.
19169
19170 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19171 `find-tag' for use at final position in Eshell buffers (which
19172 otherwise triggers an error on Emacs 21).
19173 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19174 buffer, if it is currently bound to `find-tag'.
19175
19176 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19177 in the list of matched Makefile names.
19178 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19179 directory, prefer its contents to Makefile.
19180
19181 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19182 directory parts (like "cd old new", or "cd =regexp"), are now case
19183 sensitive on non-Windows/DOS platforms.
19184
19185 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19186 types RET after an open delimiter (like "), display a message
19187 indicating that Eshell is waiting for the closing delimiter.
19188
19189 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19190 environment variables.
19191
19192 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19193 gracefully if the user enters incorrect arguments.
19194
19195 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19196 Eshell buffers.
19197
19198 * eshell/esh-var.el (eshell-interpolate-variable):
19199 * eshell/esh-mode.el (eshell-move-argument):
19200 * eshell/em-unix.el (eshell-du-sum-directory):
19201 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19202 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19203 (not (= ...)).
19204
19205 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19206 to ensure the `preserve' flag gets propagated when doing recursive
19207 directory copies.
19208
19209 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19210
19211 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19212 Don't convert \n into \0177 in memory.
19213 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19214 and back again, when reading and writing.
19215
19216 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19217
19218 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19219 testing of `fboundp' on `processp'.
19220
19221 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19222 (eshell/jobs): Don't call process-list if it is not bound.
19223 (eshell-gather-process-output): Support systems where async
19224 subprocesses aren't supported.
19225 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19226 variables.
19227
19228 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19229 eshell-do-eval returns t.
19230 (eshell-do-pipelines-synchronously): New defmacro.
19231 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19232 when async subprocesses aren't supported.
19233 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19234 if async subprocesses aren't supported.
19235 (eshell-resume-command): Don't assume STATUS is a string.
19236
19237 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19238
19239 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19240 (eshell-close-target, eshell-get-target): Use eshell-processp.
19241 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19242 fix.
19243 (eshell-get-target, eshell-create-handles): Doc fix.
19244
19245 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19246
19247 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19248 criterion to include commands that output something, as long as it
19249 leaves both the command and the end-of-buffer visible when the
19250 command has exited.
19251 (eshell-review-quick-commands): Adjust the help doc string
19252 accordingly.
19253
19254 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19255
19256 * locate.el (locate): Cleaned up locate command's interactive prompting
19257 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19258
19259 * filecache.el (file-cache-case-fold-search): New variable
19260 (file-cache-assoc-function): New variable
19261 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19262 Use file-cache-case-fold-search variable
19263 (file-cache-add-file): Use file-cache-assoc-function
19264 (file-cache-delete-file): likewise
19265 (file-cache-directory-name): likewise
19266 (file-cache-debug-read-from-minibuffer): likewise
19267
19268 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19269
19270 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19271 (abbrev-table-name): New function.
19272 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19273 If non-nil list local abbrev, only.
19274
19275 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19276
19277 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19278 from Gnus support code, and use special article copy buffer
19279 `(gnus-original-article-buffer)' instead. This allows to get rid
19280 of article-hide-headers usage (which breaks in the latest Gnus
19281 version). Thanks to Detlev Zundel.
19282
19283 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19284
19285 * international/quail.el (quail-use-package): Hide "... loaded"
19286 message.
19287 (quail-start-translation, quail-start-conversion): Likewise.
19288
19289 * international/kkc.el (kkc-region): Hide "... loaded" message.
19290
19291 2000-08-27 Dave Love <fx@gnu.org>
19292
19293 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19294
19295 2000-08-27 Miles Bader <miles@gnu.org>
19296
19297 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19298
19299 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19300
19301 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19302 'ja-dic-cnv), not (require 'skkdic-cnv).
19303
19304 2000-08-26 Miles Bader <miles@gnu.org>
19305
19306 * faces.el (face-x-resources): Add entry for :inherit.
19307 * cus-face.el (custom-face-attributes): Add support for :inherit
19308 attribute. Add support for relative face heights.
19309 (custom-face-attributes-get): Treat `nil' as being a default value
19310 for :inherit (as well as `unspecified').
19311
19312 * faces.el (set-face-attribute): Update doc string.
19313 (face-attribute-name-alist): Add :inherit.
19314 (face-valid-attribute-values): Handle :inherit.
19315 (face-read-string): Rephrase prompt to be less confusing.
19316 Assume that DEFAULT is a string, since we must return a string.
19317 (face-read-integer): Use `format' to turn DEFAULT into an
19318 acceptable default for face-read-string. Match NEW-VALUE against
19319 the string "unspecified", not the symbol `unspecified', since
19320 that's what face-read-string returns.
19321 (read-face-attribute): Lookup a name for old-value in valid, and
19322 use it as a default if we find one. Treat all values from
19323 face-read-string as strings. If the default is used, don't do any
19324 more processing on the value, just use the old value directly.
19325 (read-face-and-attribute, modify-face): Tweak prompt.
19326 (read-face-name): Don't assume prompt ends with a space.
19327
19328 * faces.el (describe-face): Add support for :inherit attribute.
19329
19330 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19331
19332 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19333 concat doesn't accept interger.
19334
19335 * international/kkc.el: Remove SKK from Keywords. Require
19336 ja-dic-utl instead of skkdic-utl.
19337
19338 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19339 Provide ja-dic-cnv instead of skkdic-cnv.
19340 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19341 (iso-2022-7bit-short): Add safe-charsets property.
19342 (skkdic-convert-postfix): Search Japanese chou-on character in
19343 addition to Hiragana character.
19344 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19345 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19346 (batch-skkdic-convert): Likewise.
19347
19348 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19349 Provide ja-dic-utl instead of skkdic-utl.
19350 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19351
19352 2000-08-24 Dave Love <fx@gnu.org>
19353
19354 * disp-table.el (standard-display-default): Make the test of `l'
19355 useful.
19356
19357 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19358 mod sample text.
19359
19360 * international/iso-ascii.el: Make pilcrow convenient string
19361 consistent with section.
19362 (iso-ascii-display): Set up multibyte characters as well as
19363 unibyte.
19364
19365 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19366
19367 * international/mule-cmds.el (reset-language-environment): Set
19368 default-process-coding-system to '(undecided . iso-latin-1), which
19369 makes process I/O almost consistent with file I/O. Call this
19370 function when mule-cmds.el[c] is loaded.
19371
19372 2000-08-22 Andrew Innes <andrewi@gnu.org>
19373
19374 * makefile.w32-in: New file.
19375
19376 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19377
19378 * comint.el (comint-output-filter): Compare end of
19379 comint-last-output-overlay with the start of the newly inserted
19380 text, not the end, when deciding whether to extend it.
19381 Set saved-point's insertion type to advance after insertion.
19382
19383 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19384 since this is now done independently of font-lock mode.
19385
19386 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19387
19388 * server.el (server-kill-new-buffers): New user option.
19389 (server-existing-buffer): New buffer-local variable.
19390 (server-visit-files): When using an existing buffer, set
19391 server-existing-buffer to t.
19392 (server-buffer-done): If server-kill-new-buffers is t, kill the
19393 buffer, unless it was already present before visiting it with
19394 Emacs server.
19395
19396 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19397
19398 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19399 even if the display doesn't support colors: some displays will
19400 support bold/underline faces.
19401
19402 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19403
19404 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19405
19406 * startup.el (command-line): If user's init file had an error,
19407 add explanatory text to *Messages*.
19408
19409 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19410
19411 * man.el (Man-getpage-in-background): Decode the process output by
19412 the system locale coding system.
19413
19414 2000-08-20 Dave Love <fx@gnu.org>
19415
19416 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19417 Don't test x-popup-menu.
19418 (function) <complete-function>: Complete only fbound symbols.
19419 <validate, value>: New.
19420 (variable) <complete-function>: Complete only bound symbols.
19421 (coding-system): Add :base-only, :complete-function, :validate,
19422 :value, :prompt-match.
19423 (widget-coding-system-prompt-value): Use read-coding-system and
19424 act on :base-only.
19425 (editable-field): Add :help-echo.
19426 (widget-push-button-gui, widget-push-button-cache)
19427 (widget-gui-action, widget-editable-list-gui): COmment out, along
19428 with uses.
19429 (widget-at): Make arg optional.
19430 (widget-echo-help): Adjust for current help-echo calling sequence.
19431 (widget-specify-field, widget-specify-button)
19432 (widget-specify-insert, widget-get-sibling, widget-image-find)
19433 (widget-convert, widget-insert, widget-leave-text)
19434 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19435 (widget-setup, widget-field-find, widget-before-change)
19436 (widget-after-change, widget-default-complete)
19437 (widget-default-create, widget-default-delete)
19438 (widget-push-button-value-create, editable-field)
19439 (widget-field-prompt-value, widget-field-validate)
19440 (widget-choice-value-create, widget-choice-action)
19441 (widget-choice-validate, widget-checklist-add-item)
19442 (widget-radio-add-item, widget-radio-chosen)
19443 (widget-radio-value-inline, widget-editable-list-value-create)
19444 (widget-editable-list-entry-create)
19445 (widget-documentation-link-add)
19446 (widget-documentation-string-value-create)
19447 (widget-regexp-validate, widget-file-complete)
19448 (widget-sexp-validate, widget-plist-convert-widget)
19449 (widget-plist-convert-widget, widget-alist-convert-widget)
19450 (widget-alist-convert-widget, widget-color-complete): Simplify,
19451 particularly to avoid bindings which aren't optimized out.
19452
19453 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19454 Doc fix.
19455 (down-list, backward-up-list, up-list, kill-sexp)
19456 (backward-kill-sexp, mark-sexp): Make arg optional.
19457 (lisp-complete-symbol): Add optional arg PREDICATE.
19458
19459 * cus-start.el: Add display-buffer-reuse-frames,
19460 file-coding-system-alist.
19461
19462 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19463
19464 * startup.el (command-line): Clear realized faces after
19465 modifying TTY color mappings.
19466
19467 2000-08-20 Miles Bader <miles@gnu.org>
19468
19469 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19470 merely a subset of FACE's attributes.
19471
19472 2000-08-19 Miles Bader <miles@gnu.org>
19473
19474 * comint.el (comint-output-filter): Save the point with a marker,
19475 not just a buffer position.
19476
19477 * international/mule.el (set-buffer-process-coding-system): Make
19478 interactive prompt less confusing.
19479
19480 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19481
19482 * hilit-chg.el: General cleanup of doc strings, comments and
19483 code formatting.
19484
19485 2000-08-19 Miles Bader <miles@gnu.org>
19486
19487 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19488 Compiler macro removed; beginning-of-line is no longer always
19489 equivalent to forward-line, in the presence of fields.
19490
19491 * comint.el (comint-output-filter): Remove ad-hoc saving of
19492 restriction, and just use save-restriction, now that it works
19493 correctly. Don't adjust comint-last-input-start to account for
19494 our insertion; it shouldn't have moved because we don't use
19495 insert-before-markers anymore. Comment out call to
19496 `force-mode-line-update'; why is it here?
19497
19498 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19499 while checking for prompt to delete. Use `forward-line 0'
19500 instead of beginning-of-line.
19501 (gud-filter): Temporarily widen gud comint buffer while
19502 examining output.
19503
19504 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19505
19506 * progmodes/sh-script.el: Big bag of typos.
19507
19508 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19509 check since ispell-process is not bound when ispell is not yet loaded.
19510
19511 2000-08-18 Dave Love <fx@gnu.org>
19512
19513 * image.el (find-image): Copy `spec' before using plist-put.
19514
19515 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19516
19517 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19518 `portugues'.
19519
19520 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19521 backward-kill-sexp, analogous to kill-sexp.
19522
19523 * progmodes/icon.el (icon-indent-line)
19524 (icon-is-continuation-line): Handle comments specially.
19525
19526 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19527
19528 * ispell.el: Set to standard author/maintainer/keyword fields.
19529 Fine tuning to menu map appearance and operation, and added help.
19530 Remove `start' and `end' error messages when compiling.
19531 (ispell-choices-win-default-height): Fixed comment string.
19532 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19533 castellano8 dictionaries.
19534 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19535 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19536 dictionary, added italiano dictionary.
19537 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19538 word character
19539 (ispell-tex-skip-alists): Added psfig support.
19540 (ispell-skip-html): Renamed from ispell-skip-sgml.
19541 (ispell-begin-skip-region-regexp, ispell-skip-region)
19542 (ispell-minor-check): Improved html skipping support to skip across
19543 code, and recognize `&' commands without propper `;' syntax;
19544 (ispell-process-line): Fix alignment error when manually
19545 correcting spelling.
19546 (ispell): Fix comment string.
19547 (ispell-add-per-file-word-list): Always put word list on new line.
19548
19549 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19550
19551 * format.el (format-encode-run-method): Fix error message to say
19552 `encode' instead of `decode'. Use save-window-excursion around
19553 shell-command-on-region as in format-decode-run-method because
19554 shell-command-on-region can display a buffer with error output.
19555 (format-decode): Don't record undo information for the decoding.
19556 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19557 that number part of the temporary buffer name so that more than
19558 one decoding using a temporary buffer can happen safely.
19559
19560 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19561 of `A-z' in the regexp.
19562
19563 * hilit-chg.el: Fix typos in commentary.
19564
19565 * help.el (view-emacs-news): Rewritten for new naming scheme
19566 for old NEWS files.
19567
19568 * startup.el (command-line): Pop to *Messages* in case an error
19569 is signaled while loading user-init-file.
19570
19571 2000-08-17 Andreas Schwab <schwab@suse.de>
19572
19573 * files.el (insert-directory): Don't lose original file name,
19574 undoing an undocumented change.
19575
19576 2000-08-17 Alex Schroeder <alex@gnu.org>
19577
19578 * sql.el (sql-magic-go): Use comint-bol.
19579 (sql-copy-column): Use comint-line-beginning-position.
19580 (comint-line-beginning-position): Define a replacement for
19581 comint-line-beginning-position if it is not fboundp.
19582
19583 2000-08-17 Alex Schroeder <alex@gnu.org>
19584
19585 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19586 it didn't have any effect anyway.
19587
19588 2000-08-17 Alex Schroeder <alex@gnu.org>
19589
19590 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19591 --pset and pager=off instead of sending \\o|cat at the beginning
19592 of the session.
19593
19594 2000-08-17 Miles Bader <miles@gnu.org>
19595
19596 * progmodes/octave-inf.el: Add compatibility definition of
19597 comint-line-beginning-position.
19598
19599 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19600
19601 * startup.el (normal-top-level): Look in each dir in load-path for
19602 a leim-list.el file too. This assures of loading leim-list.el
19603 that is created at Emacs installation time even if a user have his
19604 own leim-list.el.
19605
19606 2000-08-17 Miles Bader <miles@gnu.org>
19607
19608 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19609 foreground color to black if the background is dark.
19610
19611 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19612
19613 * loadhist.el (unload-feature): Typo.
19614
19615 * finder.el (finder-compile-keywords):
19616 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19617 to the generated file.
19618
19619 * mail/mh-e.el (mh-make-local-vars):
19620 Replace make-variable-buffer-local with make-local-variable.
19621
19622 * play/landmark.el:
19623 * options.el (Edit-options-{set,toggle,t,nil}):
19624 * mail/mailabbrev.el (mail-abbrevs-mode):
19625 * textmodes/tex-mode.el (tex-expand-files):
19626 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19627
19628 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19629
19630 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19631 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19632 Allow going past the last element.
19633 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19634 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19635 (cvs-mouse-toggle-mark): Don't move point.
19636 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19637
19638 * progmodes/compile.el (grep): Provide a default set of files.
19639 (next-error): Docstring fix.
19640 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19641
19642 * emacs-lisp/easy-mmode.el (define-minor-mode):
19643 Use `symbol-value' to keep the byte-compiler quiet.
19644
19645 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19646 (diff-find-source-location): New fun, extracted from diff-goto-source.
19647 (diff-goto-source): Use it.
19648 (diff-next-complex-hunk, diff-filter-lines): New function.
19649 (diff-apply-hunk): New command.
19650
19651 * smerge-mode.el (smerge-mode-menu): Doc fix.
19652
19653 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19654
19655 2000-08-16 Dave Love <fx@gnu.org>
19656
19657 * windmove.el (windmove) <defgroup>: Add :version.
19658
19659 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19660 (goto-address-fontify-p, goto-address-highlight-p)
19661 (goto-address-url-face, goto-address-url-mouse-face)
19662 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19663 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19664 (goto-address-fontify, goto-address-at-mouse): Simplify,
19665 (goto-address-at-point): browse-url-url-at-point,
19666 goto-address-find-address-at-point can return nil.
19667 (goto-address-find-address-at-point): Return nil on failure.
19668
19669 * align.el (align) <defgroup>: Add :version.
19670
19671 * calculator.el (calculator): Add :version.
19672 (calculator): Use two lines for calculator window if `modeline'
19673 face is boxed.
19674
19675 * play/5x5.el: Doc fixes.
19676 (5x5) <defgroup>: Add :version.
19677
19678 * play/fortune.el (fortune) <defgroup>: Add :version.
19679 (fortune-append): Fix error message.
19680 (fortune-from-region): Doc fix.
19681
19682 * play/pong.el (pong): Doc fix.
19683
19684 * play/morse.el: Keywords, commentary, autoloads.
19685
19686 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19687
19688 * desktop.el (desktop-save): Don't look at symbol-value of a
19689 member of minor-mode-alist, unless it is boundp.
19690
19691 2000-08-16 Sam Steingold <sds@gnu.org>
19692
19693 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19694 `while'; use `with-current-buffer' instead of `save-excursion'.
19695 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19696
19697 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19698
19699 * international/ccl.el (declare-ccl-program): Docstring modified.
19700 (ccl-execute-with-args): Likewise.
19701
19702 2000-08-16 Miles Bader <miles@gnu.org>
19703
19704 * progmodes/sql.el: Add compatibility definition of
19705 comint-line-beginning-position.
19706
19707 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19708
19709 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19710 'buffer-menu' property.
19711 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19712 fails.
19713 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19714 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19715 wasn't killed.
19716
19717 * buff-menu.el (list-buffers-noselect): Don't display the
19718 *Buffer List* buffer.
19719
19720 * font-lock.el: Require jit-lock to prevent a very late
19721 `Loading jit-lock' message.
19722
19723 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19724 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19725 mail address.
19726
19727 2000-08-15 Miles Bader <miles@gnu.org>
19728
19729 * textmodes/ispell.el (ispell-graphic-p): New constant.
19730 (ispell-choices-win-default-height, ispell-help): Use
19731 `ispell-graphic-p' instead of `xemacsp'.
19732
19733 2000-08-15 Dave Love <fx@gnu.org>
19734
19735 * simple.el: Autoload widget-convert when compiling.
19736 (mail-user-agent): Doc fix.
19737
19738 * help.el (function-called-at-point, variable-at-point): Use
19739 with-syntax-table.
19740 (help-manyarg-func-alist): Add insert-and-inherit.
19741
19742 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19743
19744 * delsel.el (delsel-unload-hook): New function.
19745
19746 * find-file.el: Doc fixes. Move provide to end.
19747 (ff) <defgroup>: Add :link.
19748 (ff-goto-click): Deleted.
19749 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19750 Use mouse-set-point.
19751
19752 * textmodes/tildify.el: Doc fixes.
19753 (tildify) <defgroup>: Add:version.
19754
19755 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19756 (glasses-custom-set): Use set-default, not set.
19757 (minor-mode-alist): Propertize the lighter.
19758 (glasses-mode): Provide optional arg.
19759
19760 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19761 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19762 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19763 option. Provide :type.
19764 (cwarn-configuration): Provide :type.
19765 (cwarn-mode): Doc fix.
19766
19767 * add-log.el (change-log-merge): Doc fix.
19768 (change-log-redate): New command.
19769
19770 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19771 Doze and Dog.
19772 (browse-url): Use dolist, not mapcar.
19773 (browse-url-at-point): Check for null url.
19774 (browse-url-event-buffer, browse-url-event-point): Functions
19775 deleted.
19776 (browse-url-at-mouse, browse-url-netscape): Simplify.
19777
19778 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19779 modes.
19780 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19781 Fix previous change to mapcan.
19782 (msb--init-file-alist, msb--add-separators)
19783 (msb--make-keymap-menu): Simplify.
19784 (msb--choose-file-menu): Use copy-sequence.
19785 (msb-mode-map): Add title to keymap.
19786 (msb-unload-hook): New function.
19787
19788 * bs.el: Fix indentation.
19789 (bs) <defgroup>: Add :links.
19790 (bs-show): Doc fix.
19791 (bs-apply-sort-faces): Don't use window-system.
19792 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19793
19794 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19795
19796 * calendar/timeclock.el (timeclock-file): Run .timelog through
19797 convert-standard-filename.
19798
19799 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19800
19801 * emacs-lisp/authors.el: New file.
19802
19803 * paren.el (show-paren-priority): New user option.
19804 (show-paren-function): Set overlay priorities to
19805 show-paren-priority.
19806
19807 2000-08-14 Miles Bader <miles@gnu.org>
19808
19809 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19810 beginning-of-line with inhibit-field-text-motion bound.
19811
19812 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19813
19814 * calendar/timeclock.el: New file.
19815
19816 2000-08-14 David Ponce <david@dponce.com>
19817
19818 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19819 `widget-button-click'. so that one can use left mouse button to
19820 click on dialog buttons.
19821
19822 2000-08-14 Emmanuel Briot <briot@gnat.com>
19823
19824 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19825 identifiers, since XML is case sensitive
19826
19827 2000-08-12 Miles Bader <miles@gnu.org>
19828
19829 * comint.el (comint-output-filter): Don't bother frobbing
19830 window-start, it doesn't seem to be necessary.
19831
19832 * comint.el (comint-send-string, comint-send-region): Make into
19833 real functions. Snapshot the prompt before sending.
19834
19835 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19836
19837 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19838 technique similar to Info-index, instead of relying on specific
19839 names of relevant Index nodes.
19840 (Info-goto-emacs-command-node): Bind Info-history to nil when
19841 going to the first node found by Info-find-emacs-command-nodes.
19842
19843 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19844
19845 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19846
19847 2000-08-10 Miles Bader <miles@gnu.org>
19848
19849 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19850
19851 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19852
19853 * info.el (Info-file-list-for-emacs): More elements for the
19854 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19855 and woman manuals.
19856
19857 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19858
19859 * comint.el (comint-send-input): Make the newline boundary overlay
19860 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19861 (comint-output-filter): Use `insert' instead of
19862 `insert-before-markers'. Extend comint-last-output-overlay when
19863 necessary since we can't rely on insert-before-markers to do it.
19864 * gud.el (gud-filter): Use `with-current-buffer' instead of
19865 save-excursion when inserting the output, so that point gets
19866 updated correctly; the old method relied on a rather dodgy
19867 side-effect of comint-output-filter to avoid the effect of
19868 save-excursion.
19869
19870 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19871
19872 * files.el (recover-file): Call insert-directory instead of
19873 invoking `ls' directly.
19874
19875 2000-08-10 Miles Bader <miles@gnu.org>
19876
19877 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19878 (comint-last-prompt-overlay): New variables.
19879 (comint-output-filter): Implement prompt highlighting.
19880 (comint-snapshot-last-prompt): New function.
19881 (comint-send-input): Snapshot the last prompt.
19882 Use comint-highlight-input-face.
19883 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19884 Use defface instead of defcustom.
19885 (send-invisible, comint-send-eof): Snapshot the last prompt.
19886 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19887 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19888
19889 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19890
19891 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19892 (regexp-opt-group): Use a list of chars for `letters'.
19893 (regexp-opt-charset): `chars' is now a list of chars.
19894 Use a char-table rather than a vector so it works for multibyte chars.
19895
19896 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19897 Set cvs-minor-current-files to the selected fileinfo.
19898 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19899 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19900
19901 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19902
19903 * files.el (insert-directory): Don't call access-file on
19904 directories on DOS and Windows.
19905
19906 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19907
19908 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19909 longer if necessary.
19910 (ccl-embed-code): Call ccl-embed-data to store CODE in
19911 ccl-program-vector.
19912
19913 2000-08-09 Miles Bader <miles@gnu.org>
19914
19915 * comint.el (comint-output-filter): Properly handle the case where
19916 the text surrounded by comint-last-output-overlay was deleted.
19917
19918 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19919
19920 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19921 non-nil.
19922 (Info-file-list-for-emacs): Remove "info" from the list because
19923 that leads to trying to use the documentation from file `info'
19924 in various situations where it isn't appropriate, for instance
19925 C-h C-k C-h i.
19926
19927 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19928 DIR and/or STRING are nil.
19929
19930 * progmodes/compile.el (compilation-setup): Make variable
19931 compilation-error-screen-columns buffer-local, as some comment
19932 in the code suggests it should be.
19933
19934 * files.el (auto-mode-interpreter-regexp): New variable.
19935 (set-auto-mode): Use it.
19936
19937 * indent.el (indent-for-tab-command): Doc fix.
19938
19939 * mouse-sel.el (mouse-sel-mode): Doc fix.
19940
19941 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19942 labels.
19943
19944 * help.el (print-help-return-message): When
19945 display-buffer-reuse-frames is set, let the help window been quit,
19946 instead of deleting it, which might delete a reused frame.
19947
19948 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19949
19950 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19951 rename a directory to a name that differs only by its letter case.
19952
19953 2000-08-08 Kenichi Handa <handa@etl.go.jp>
19954
19955 * international/quail.el (quail-define-rules): Handle Quail decode
19956 map correctly. Add code for supporting annotations.
19957 (quail-install-decode-map): New function.
19958 (quail-defrule-internal): New optional arguments decode-map and
19959 props.
19960 (quail-advice): New function.
19961
19962 2000-08-07 Sam Steingold <sds@gnu.org>
19963
19964 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19965 `defconst', `define-condition', `with-slots'.
19966 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19967
19968 2000-08-03 Miles Bader <miles@gnu.org>
19969
19970 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19971 New variable.
19972 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19973 comint-use-prompt-regexp-instead-of-fields.
19974 (comint-send-input): Add `input' field property to stuff we send to
19975 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19976 (comint-output-filter): Add `output' field property to process
19977 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19978 (comint-replace-by-expanded-history)
19979 (comint-get-old-input-default, comint-show-output)
19980 (comint-backward-matching-input, comint-forward-matching-input)
19981 (comint-next-prompt, comint-previous-prompt): Use field
19982 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19983 (comint-line-beginning-position): New function.
19984 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19985 (comint-replace-by-expanded-history-before-point): Use
19986 comint-line-beginning-position and line-end-position.
19987 (comint-last-output-overlay): New variable.
19988 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19989
19990 * shell.el (shell-prompt-pattern): Doc change.
19991 (shell-backward-command): Use line-beginning-position.
19992
19993 * gud.el (gud-gdb-complete-command): Use
19994 comint-line-beginning-position.
19995
19996 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19997 comint-bol doesn't actually go to the beginning of the line.
19998
19999 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20000 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20001 (try-expand-line-all-buffers): Likewise.
20002
20003 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20004 explicitly matching comint-prompt-regexp.
20005 (sql-copy-column): Use comint-line-beginning-position instead of
20006 explicitly matching comint-prompt-regexp.
20007
20008 * progmodes/octave-inf.el (inferior-octave-complete): Use
20009 comint-line-beginning-position.
20010
20011 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20012
20013 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20014 looking for a prompt, use `forward-line 0' instead of
20015 `beginning-of-line', to avoid getting caught by an input field.
20016
20017 2000-08-07 Gerd Moellmann <gerd@gnu.org>
20018
20019 * files.el (shell-quote-wildcard-pattern): Make sure to return
20020 PATTERN, in the Unix case.
20021
20022 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20023
20024 * play/zone.el (zone): Discard any pending input before running
20025 the randomly-chosen pgm.
20026
20027 2000-08-07 Kenichi Handa <handa@etl.go.jp>
20028
20029 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20030 checking the existence of any multibyte characters.
20031
20032 2000-08-06 Gerd Moellmann <gerd@gnu.org>
20033
20034 * help.el (describe-mode): Test minor-mode symbol for being
20035 bound before testing its value for being nil.
20036
20037 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20038 `first', `second', and `third'.
20039
20040 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20041 (second): Make it an alias for `cadr'.
20042
20043 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20044
20045 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20046 types of display support faces now.
20047
20048 2000-08-05 Gerd Moellmann <gerd@gnu.org>
20049
20050 * pcvs.el (require): Require `cl' during compilation, only.
20051
20052 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20053 (toplevel): Remove `remq' and `remove' from autoloads.
20054 (cl-fake-autoloads): New variable. If set, arrange for an error
20055 when CL functions etc. are autoloaded.
20056
20057 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20058
20059 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20060
20061 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20062 popped up, but the user clicks outside the menu, return an empty
20063 regexp (that causes unhighlight-regexp to have no effect).
20064
20065 * menu-bar.el (menu-bar-games-menu): Add Zone.
20066
20067 * hi-lock.el (toplevel): Require font-lock.
20068
20069 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20070
20071 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20072 (ebnf-8-bit-chars): New var for bug fix.
20073 (ebnf-string): Bug fix.
20074
20075 2000-08-03 Sam Steingold <sds@gnu.org>
20076
20077 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20078 instead of `buffer-string'.
20079 (require 'cl): Always, not just when compiling.
20080 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20081 necessary.
20082
20083 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20084
20085 * international/mule-cmds.el (select-safe-coding-system): Make
20086 the message text about selecting a safe coding system more clear.
20087
20088 2000-08-02 Gerd Moellmann <gerd@gnu.org>
20089
20090 * hi-lock.el: New file.
20091
20092 * play/zone.el: New file.
20093
20094 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20095 value of tab-width in the original buffer. Choose a line number
20096 format that's a multiple of the original buffer's tab width, so
20097 that lines appear right.
20098
20099 * textmodes/ispell.el (ispell): New function, replacing an alias.
20100 Spell-check active region if in transient-mark-mode and mark
20101 is active; otherwise spell-check buffer.
20102
20103 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20104
20105 * ps-mule.el: Fix a customization problem on
20106 ps-mule-font-info-database-default.
20107
20108 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20109
20110 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20111 display-mouse-p instead of window-system.
20112 (ebrowse-member-mode-map): Ditto.
20113
20114 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20115
20116 * progmodes/ebnf2ps.el: Update ps-print functions call.
20117 Indentation fix. Doc fix.
20118 (ebnf-version): New version number (3.2).
20119 (ebnf-format-color, ebnf-begin-job): Code fix.
20120
20121 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20122
20123 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20124 font lock support on window-system.
20125 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20126
20127 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20128 display-color-p, if fboundp, instead of window-system.
20129
20130 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20131
20132 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20133 instead of window-system.
20134
20135 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20136 window-system.
20137 (widget-choice-mouse-down-action): Use display-popup-menus-p
20138 instead of window-system.
20139
20140 * strokes.el (strokes-file): Run the file name through
20141 convert-standard-filename.
20142 (strokes-mode): Call display-mouse-p instead of looking at
20143 window-system. Change the error message accordingly.
20144
20145 * progmodes/cpp.el (toplevel): Support faces on tty's.
20146
20147 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20148 (lm-plot-square, lm-init-display): Don't use window-system.
20149
20150 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20151 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20152
20153 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20154 instead of looking at window-system.
20155
20156 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20157
20158 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20159 of testing if iswitchb-prepost-hooks is bound, because the
20160 latter will always be true when invoking a recursive minibuffer
20161 from an active Iswitchb buffer.
20162
20163 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20164
20165 * files.el (shell-quote-wildcard-pattern): New function.
20166 (insert-directory): Call it. Only prepend "\" to command on Unix
20167 and GNU/Linux systems.
20168
20169 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20170
20171 * eshell/esh-groups.el: Change custom :link file names
20172 from `eshell.info' to `eshell'.
20173
20174 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20175
20176 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20177 correctly in recursive ange-ftp listings.
20178
20179 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20180
20181 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20182 ps-header-font-size-internal and
20183 ps-header-title-font-size-internal variables are not set,
20184 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20185 face text property is (foreground-color . COLOR) or
20186 `(background-color . COLOR)', ps-print crashes. Doc fix.
20187 (ps-print-version): New version number (5.2.4).
20188 (ps-plot-region): Code fix.
20189 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20190 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20191 Bug fix 2.
20192
20193 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20194
20195 * glasses.el (glasses-make-readable): Fix uncapitalization of
20196 identifiers like `myXMLDocument'.
20197
20198 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20199
20200 * mail/mail-hist.el (mail-hist-previous-input)
20201 (mail-hist-next-input): Do the obvious code factorization.
20202 (mail-hist-retrieve-and-insert): New func, contains common
20203 code of above two.
20204 If inserting a message body, leave point at top.
20205
20206 2000-07-28 Sam Steingold <sds@gnu.org>
20207
20208 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20209 Use `<=', not `<' to compare times!
20210 (ange-ftp-ls): Remove.
20211
20212 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20213
20214 * play/cookie1.el: Add explanation of how to make cookie.el
20215 compatible with strfile(1) to comment.
20216
20217 * subr.el (remove, remq): New functions.
20218
20219 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20220 escape `*' in regexps.
20221 (midnight-find): Reverse order of arguments in the funcall of
20222 TEST.
20223
20224 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20225 and `.class'.
20226
20227 * play/meese.el: Add Commentary section.
20228
20229 2000-07-27 Alex Schroeder <alex@gnu.org>
20230
20231 * sql.el (sql-ms): Added autoload cookie.
20232 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20233 (sql-oracle): Ditto.
20234 (sql-help): Doc change.
20235
20236 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20237 types and exceptions.
20238
20239 2000-07-27 Alex Schroeder <alex@gnu.org>
20240
20241 * sql.el (sql-placeholder-history): New variable.
20242 (sql-query-placeholders-and-send): New function that will query
20243 the user and replace placeholders with user input.
20244 (sql-oracle): If running on NT, set comint-input-sender to
20245 sql-query-placeholders-and-send.
20246
20247 (sql-stop): If in the SQLi buffer, insert stop notification, else
20248 present it as a message.
20249
20250 2000-07-27 Alex Schroeder <alex@gnu.org>
20251
20252 * sql.el (sql-input-ring-separator): Doc change.
20253 (sql-input-ring-file-name): Doc change.
20254 (sql-interactive-mode): Use `sql-input-ring-separator' and
20255 `sql-input-ring-file-name' to set the comint-mode equivalents
20256 without making them local variables.
20257 (sql-stop): Don't bind `sql-input-ring-separator' and
20258 `sql-input-ring-file-name' dynamically to their comint-mode
20259 equivalents.
20260
20261 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20262
20263 * international/mule.el (register-char-codings): New function.
20264 (make-coding-system): Handle `safe-chars' specification in the arg
20265 PROPERTY.
20266
20267 * international/mule-cmds.el
20268 (find-coding-systems-region-subset-p): This function deleted.
20269 (sort-coding-systems-predicate): New variable.
20270 (sort-coding-systems): New function.
20271 (find-coding-systems-region): Use
20272 find-coding-systems-region-internal.
20273 (find-coding-systems-string): Use find-coding-systems-region.
20274 (find-coding-systems-for-charsets): Check
20275 char-coding-system-table.
20276 (select-safe-coding-system-accept-default-p): New variable.
20277 (select-safe-coding-system): Mostly rewritten. New argument
20278 ACCEPT-DEFAULT-P.
20279 (select-message-coding-system): Call select-safe-coding-system
20280 with ACCEPT-DEFAULT-P arg.
20281 (reset-language-environment): Reset default-sendmail-coding-system
20282 to the default value iso-latin-1.
20283 (set-language-environment): Don't set the obsolete variable
20284 charset-origin-alist.
20285
20286 * international/codepage.el (cp-coding-system-for-codepage-1):
20287 Give `safe-chars' property to make-coding-system.
20288
20289 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20290 calling select-message-coding-system twice.
20291
20292 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20293 instead of `safe-charsets'.
20294 (cyrillic-alternativnyj): Likewise.
20295 (ccl-encode-alternativnyj): Don't check the charset
20296 cyrillic-iso8859-5.
20297
20298 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20299
20300 * composite.el (compose-chars-after): Preserve match data.
20301
20302 2000-07-26 Sam Steingold <sds@gnu.org>
20303
20304 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20305 (ange-ftp-real-file-newer-than-file-p): New function.
20306 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20307 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20308
20309 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20310 * midnight.el (midnight-float-time): Ditto.
20311
20312 2000-07-26 Andreas Schwab <schwab@suse.de>
20313
20314 * files.el (normal-backup-enable-predicate): Correct
20315 interpretation of the return value of compare-strings.
20316
20317 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20318
20319 * isearch.el (isearch-resume): New function.
20320 (isearch-done): Add something to command-history to resume
20321 the search.
20322 (isearch-yank-line, isearch-yank-word): Use
20323 buffer-substring-no-properties instead of buffer-substring.
20324
20325 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20326 of flyspell-mouse-map.
20327
20328 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20329 duplicate definition.
20330 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20331
20332 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20333 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20334
20335 2000-07-25 Sam Steingold <sds@gnu.org>
20336
20337 * net/ange-ftp.el: Get modtime over the net.
20338 (ange-ftp-file-modtime): New function.
20339 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20340 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20341 Use it.
20342 (ange-ftp-dot-to-slash): New function.
20343 (ange-ftp-fix-name-for-vms): Use it.
20344
20345 * midnight.el (midnight-buffer-display-time): Use
20346 `with-current-buffer'.
20347
20348 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20349
20350 * find-dired.el: Update copyright notice.
20351 (find-dired): Offer to kill a running `find'.
20352
20353 * enriched.el (enriched-face-ans): For a `foreground-color'
20354 property, return '(("x-color" COLOR))' so that COLOR will be
20355 output as a parameter of the x-color annotation. Likewise for the
20356 `background-color' property. In the case of normal face
20357 properties, don't return annotations for unspecified foreground
20358 and background face attributes.
20359
20360 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20361
20362 * language/japan-util.el (japanese-katakana-region): Fix handling
20363 HANKAKU argument.
20364
20365 2000-07-25 Miles Bader <miles@gnu.org>
20366
20367 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20368 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20369 constrain-to-field.
20370
20371 2000-07-24 Andrew Innes <andrewi@gnu.org>
20372
20373 * timer.el (timer-activate-when-idle): Add optional parameter
20374 DONT-WAIT. Update docstring.
20375 (run-with-idle-timer): Specify extra parameter to
20376 timer-activate-when-idle, so that timer will be activated
20377 immediately if Emacs is already idle.
20378
20379 * w32-fns.el (w32-using-nt): Fix docstring.
20380
20381 2000-07-24 Dave Love <fx@gnu.org>
20382
20383 * mouse.el (popup-menu): Set last-command-event.
20384 (mouse-major-mode-menu-prefix): Declare.
20385
20386 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20387
20388 * textmodes/flyspell.el: Update to author's version 1.5d.
20389
20390 * progmodes/hideshow.el: Update copyright notice.
20391
20392 * vcursor.el: Set maintainer to FSF, since author cannot
20393 be reached.
20394
20395 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20396
20397 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20398 the prompt.
20399
20400 * mouse.el (popup-menu): Run the keymap through indirect-function,
20401 in case it was defined with define-prefix-key. If the menu is a
20402 list of keymaps, look up the binding of user's choice in each one
20403 of the keymaps.
20404 (mouse-popup-menubar): If the global and local menu-bar keymaps
20405 don't have a prompt string, create one and insert it into the
20406 keymap. Don't barf if current-local-map returns nil.
20407
20408 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20409
20410 * dired.el (dired-sort-R-check): Added to allow recursive listing
20411 to be undone.
20412 (dired-sort-other): Use it.
20413
20414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20415
20416 * Release of cc-mode 5.27
20417
20418 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20419
20420 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20421 c-beginning-of-statement-1 that caused a bad case of recursion
20422 which could consume a lot of CPU in large classes in languages
20423 that have in-expression classes (i.e. Java and Pike).
20424
20425 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20426 statements before top level constructs (i.e. case 6 is moved
20427 before case 5 and is now case 4) to catch in-expression
20428 classes in top level expressions correctly.
20429
20430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20431
20432 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20433 objc-method-intro. Case 4 removed and case 5I added.
20434
20435 * cc-langs.el (c-append-paragraph-start): New variable used by
20436 c-common-init to get paragraph-start correct.
20437 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20438 initialize paragraph-start to make it correct both with and
20439 without the javadoc special case.
20440
20441 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20442 initialize paragraph-start for javadoc markup.
20443
20444 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20445 change by defaulting this to t. It's motivated by the
20446 confusing behavior that otherwise arise from the style system
20447 when editing both java and non-java files at the same time
20448 (see the comments about style setting in c-common-init).
20449
20450 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20451
20452 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20453 similar to the one in c-fill-paragraph to check the fill
20454 prefix from the adaptive fill function for sanity.
20455
20456 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20457
20458 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20459 defun block.
20460
20461 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20462
20463 * cc-align.el (c-lineup-multi-inher): Handle lines with
20464 leading comma nicely. Extended to handle member initializers
20465 too.
20466
20467 * cc-engine.el: (c-beginning-of-inheritance-list,
20468 c-guess-basic-syntax): Fixed recognition of inheritance lists
20469 when the lines begins with a comma.
20470
20471 * cc-vars.el (c-offsets-alist): Changed default for
20472 member-init-cont to c-lineup-multi-inher since it now handles
20473 member initializers and indents better for leading commas.
20474
20475 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20476
20477 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20478 handling that caused class open lines to be recognized as
20479 statement-conts in some cases.
20480
20481 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20482 guessed by the adaptive fill function unless point is on the
20483 first line of a block comment.
20484
20485 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20486 when the buffer ends with a macro continuation char.
20487
20488 * cc-engine.el (c-guess-basic-syntax): Added support for
20489 function definitions as statements in Pike. The first
20490 statement in a lambda block is now labeled defun-block-intro
20491 instead of statement-block-intro.
20492
20493 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20494 so that the class surrounding point is selected, not the one
20495 innermost in the state.
20496
20497 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20498 recognition of switch labels having hanging multiline
20499 statements.
20500
20501 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20502 some code in c-guess-basic-syntax to a separate function.
20503 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20504 recognition of member inits with multiple line arglists.
20505 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20506 member-init-cont when the commas are in funny places.
20507
20508 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20509
20510 * cc-defs.el (c-auto-newline): Removed this macro since it's
20511 not used anymore.
20512
20513 * cc-engine.el (c-looking-at-bos): New helper function.
20514 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20515 inexpr and toplevel classes apart in Pike.
20516
20517 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20518 of case 9A.
20519
20520 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20521 constant, since "class" can introduce an in-expression class
20522 in Pike nowadays.
20523
20524 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20525
20526 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20527 indentation on cpp-macro lines.
20528
20529 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20530 a syntax modifier like comment-intro, to make it possible to
20531 get syntactic indentation for preprocessor directives. It's
20532 incompatible wrt to lineup functions on cpp-macro, but it has
20533 no observable effect in the 99.9% common case where cpp-macro
20534 is set to -1000.
20535
20536 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20537
20538 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20539 member-init-cont when the preceding arglist is several lines.
20540
20541 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20542
20543 * cc-styles.el (c-style-alist): The basic offset for the BSD
20544 style corrected to 8.
20545
20546 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20547
20548 * cc-styles.el (c-style-alist): Adjusted the indentation of
20549 brace list openers in the gnu style.
20550
20551 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20552
20553 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20554
20555 * cc-cmds.el (c-electric-brace, c-electric-slash,
20556 c-electric-star, c-electric-semi&comma, c-electric-colon,
20557 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20558 when c-syntactic-indentation is nil.
20559
20560 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20561 we were left at comments preceding the first statement when
20562 reaching the beginning of the buffer.
20563
20564 * cc-vars.el (c-syntactic-indentation): New variable to turn
20565 off all syntactic indentation.
20566
20567 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20568
20569 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20570 between the text and the block comment ender when it hangs,
20571 depending on how many there are before the fill.
20572
20573 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20574
20575 * cc-engine.el (c-beginning-of-closest-statement): New helper
20576 function to go back to the closest preceding statement start,
20577 which could be inside a conditional statement.
20578 * cc-engine.el (c-guess-basic-syntax): Use
20579 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20580
20581 * cc-engine.el (c-guess-basic-syntax): Better handling of
20582 arglist-intro, arglist-cont-nonempty and arglist-close when
20583 the arglist is nested inside parens. Cases 7A, 7C and 7F
20584 changed.
20585
20586 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20587 up-to-date with javadoc 1.2.
20588
20589 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20590
20591 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20592 multiline Pike type decls.
20593
20594 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20595
20596 * cc-cmds.el (c-indent-new-comment-line): Always break
20597 multiline comments in multiline mode, regardless of
20598 comment-multi-line.
20599
20600 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20601
20602 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20603 fully::qualified::names in C++ member init lists. Preamble in
20604 case 5D changed.
20605
20606 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20607
20608 * cc-langs.el (c-common-init): Handling of obsolete variables
20609 moved to c-initialize-cc-mode. More compatible style override
20610 when using global style variables.
20611 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20612 variables moved here.
20613
20614 * cc-styles.el (c-make-styles-buffer-local): Flag style
20615 variable localness in c-style-variables-are-local-p to make
20616 the compatibility measure in c-common-init work well.
20617
20618 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20619 longer contain set-from-style.
20620 * cc-styles.el (c-initialize-builtin-style): Don't check for
20621 set-from-style on c-special-indent-hook.
20622 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20623 copy-alist is sufficient now.
20624
20625 * cc-styles.el (c-set-style, c-set-style-1,
20626 c-get-style-variables): Fixes to variable initialization so
20627 that duplicate entries in styles have the same effect
20628 regardless of DONT-OVERRIDE.
20629
20630 * cc-styles.el (c-set-style-2): Fixed bug where the
20631 initialization of inheriting styles failed when the
20632 dont-override flag is set.
20633
20634 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20635 on this.
20636
20637 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20638
20639 * cc-defs.el (c-forward-comment): Removed the workaround
20640 introduced in 5.38 since it had worse side-effects. If a line
20641 contains the string "//\"", it regarded the // as a comment
20642 start since the \ temporarily doesn't have escape syntax.
20643
20644 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20645
20646 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20647 ada-xref.el before ada-prj.el, so that the Project menu is created
20648 when ada-prj tries to add to it.
20649 (ada-activate-keys-for-case): Suppress the characters that are not
20650 part of the Ada syntax. Better compatibility with else-mode
20651 (ada-adjust-case-interactive): When auto-casing is not active,
20652 correctly insert newlines (used to insert only ^M). Prevent the
20653 syntax table from being changed in case of an error
20654 (or '_' becomes part of a word and some commands are confused).
20655 Do nothing if ada-auto-case is nil.
20656 (ada-after-keyword-p): Ignore keywords that are also attributes
20657 (ada-batch-reformat): Update usage comment
20658 (ada-call-from-contextual-menu): New function
20659 (ada-case-read-exceptions): Reinitialize the casing exception list
20660 first to nil first, so that the casing exception file can be
20661 shared.
20662 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20663 files.
20664 (ada-compile-goto-error): Fix regexp used to detect a file:line
20665 anywhere in the error message
20666 (ada-contextual-menu-last-point): New variable
20667 (ada-create-keymap): If the variable delete-key-deletes-forward is
20668 t on XEmacs, it means that DEL should delete one character
20669 forward.
20670 (ada-create-menu): Use :included instead of :visible for XEmacs.
20671 New submenu "Options".
20672 (ada-end-stmt-re): Correctly indent "select ... then abort"
20673 statements.
20674 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20675 even if they don't match ada-fill-comment-prefix Fix handling of
20676 paragraphs on the first or last line of a file.
20677 (ada-format-paramlist): Fix handling of default parameter values.
20678 (ada-get-body-name): New function.
20679 (ada-get-current-indent): Optimized by searchling directly for an
20680 existing generic part or a statement outside of it. Handle
20681 ada-indent-align-comments when indenting comments Replaced some
20682 regexps by testing directly the next character. This results in a
20683 huge speedup on some files. New indentation scheme for renames
20684 statements. Stop looking for the 'while' or 'for' associated with
20685 a 'loop' at the first semicolon encountered. A "return" can also
20686 match an anonymous access subprogram declaration.
20687 (ada-get-indent-noindent): Ignore strings and comments when
20688 looking for the keywords "record" and "private".
20689 (ada-goto-matching-decl-start): When matching "if", make sure we
20690 are not in fact seeing "end if". Ignore "when" statements except
20691 when initial keyword was "begin". Fix handling of nested
20692 procedures. Add a recursive call to this function to skip over
20693 other 'end' statmts. Fix indentation for "when .. => begin"
20694 (ada-in-open-paren-p): Fix indentation for complex boolean
20695 expressions, where 'and then', 'or else' and parenthesis
20696 statements are mixed up.
20697 (ada-in-paramlist-p): Skip comments while searching for the
20698 beginning Fix handling of operator declarations.
20699 (ada-indent-align-comments): New variable
20700 (ada-indent-current): Change the syntax table only in the
20701 protected section, so that we are sure it is restored correctly.
20702 (ada-indent-on-previous-lines): Use ada-use-indent and
20703 ada-with-indent Correctly indent "select ... then"
20704 (ada-indent-region): Slight speedup.
20705 (ada-indent-renames): New variable.
20706 (ada-last-which-function-subprog, ada-last-which-function-line):
20707 New variables
20708 (ada-looking-at-semi-private): Correctly indent the 'private'
20709 keyword when it is the first word in a package declaration.
20710 (ada-loose-case-word): Stop searching if at the end of the buffer.
20711 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20712 even if point is not initially at the end of the word.
20713 (ada-matching-decl-start-re): Add "when".
20714 (ada-mode): Add support for abbrev-mode, outline-mode and
20715 which-func-mode Override the old find-file.el entry in
20716 ff-special-constructs since it is using the obsolete
20717 ada-spec-suffix variable
20718 (ada-no-auto-case): New function
20719 (ada-scan-paramlist): When parsing the argument type, accept
20720 spaces (as in "X 'Class", generated by Rational Rose).
20721 (ada-other-file-name): No longer loads the other file.
20722 (ada-popup-menu): Save and restore the current buffer and cursor
20723 position before and after displaying the menu.
20724 (ada-search-ignore-complex-boolean): New function.
20725 (ada-uncomment-region): Emacs21 already knows how to delete
20726 comments not starting in the first column.
20727 (ada-use-indent): New variable
20728 (ada-which-function): New function.
20729 (ada-with-indent): New variable
20730 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20731 can be batch-compiled from the command line.
20732
20733 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20734 Add to the menu when the file is loaded, not in ada-mode-hook.
20735 Add -toolbar to the default ddd command Switches moved from
20736 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20737 ada-prj-default-comp-opt
20738 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20739 Reference Manual to the menu
20740 (ada-check-current): rewritten as a call to ada-compile-current
20741 (ada-compile): Removed.
20742 (ada-compile-application, ada-compile-current, ada-check-current):
20743 Set the compilation-search-path so that compile.el automatically
20744 finds the sources in src_dir. Automatic scrollong of the
20745 compilation buffer. C-uC-cC-c asks for confirmation before
20746 compiling
20747 (ada-compile-current): New parameter, prj-field
20748 (ada-complete-identifier): Load the .ali file before doing
20749 processing
20750 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20751 conform to gnatmake's behavior.
20752 (ada-find-file-in-dir): New function
20753 (ada-find-references): Set the environment variables for gnatfind
20754 (ada-find-src-file-in-dir): New function.
20755 (ada-first-non-nil): Removed
20756 (ada-gdb-application): Add support for jdb, the java debugger.
20757 (ada-get-ada-file-name): Load the original-file first if not done
20758 yet.
20759 (ada-get-all-references): Handles the new ali syntax (parent types
20760 are found between <>).
20761 (ada-initialize-runtime-library): New function
20762 (ada-mode-hook): Always load a project file when a file is opened,
20763 so that the casing exceptions are correctly read.
20764 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20765 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20766 to open the project file, since the latter does not work with
20767 speedbar Get default values before loading the prj file, or the
20768 default executable file name is wrong. Use the absolute value of
20769 src_dir to initialize ada-search-directories and
20770 compilation-search-path,... Add the standard runtime library to
20771 the search path for find-file.
20772 (ada-prj-default-debugger): Was missing an opening '{'
20773 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20774 variables.
20775 (ada-prj-default-gnatmake-opt): New variable
20776 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20777 buffers, the project file is the default one Save the windows
20778 configuration before displaying the menu.
20779 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20780 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20781 ...) regexp-quote identifiers names to support operators +,
20782 -,... in regexps.
20783 (ada-remote): New function.
20784 (ada-run-application): Erase the output buffer before starting the
20785 run Support remote execution of the application. Use
20786 call-process, or the arguments are incorrectly parsed
20787 (ada-set-default-project-file): Reread the content of the active
20788 project file, not the one from the current buffer When a project
20789 file is set as the default project, all directories are
20790 automatically associated with it.
20791 (ada-set-environment): New function
20792 (ada-treat-cmd-string): New special variable ${current}
20793 (ada-treat-cmd-string): Revised. The substitution is now done for
20794 any ${...} substring
20795 (ada-xref-current): If no body was found, compiles the spec
20796 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20797 compiler to get rid of command line length limitations.
20798 (ada-xref-get-project-field): New function
20799 (ada-xref-project-files): New variable
20800 (ada-xref-runtime-library-specs-path)
20801 (ada-xref-runtime-library-ali-path): New variables
20802 (ada-xref-set-default-prj-values): Default run command now does a
20803 cd to the build directory. New field: main_unit Provide a default
20804 file name even if the current buffer has no prj file.
20805
20806 * ada-prj.el:
20807 Rewritten to show a tabbed-dialog.
20808 (ada-prj-add-ada-menu): Remove the map and name parameters.
20809 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20810 New function
20811 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20812 (ada-prj-load-from-file): New function
20813 (ada-prj-save): Always save fields that depend on the current buffer
20814 (ada-prj-show-value): New function
20815
20816 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20817 Ada mode. This will allow us to display the Ada menu in any buffer
20818 we want (for project items).
20819 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20820 number of spaces in the header.
20821
20822 2000-07-24 Dave Love <fx@gnu.org>
20823
20824 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20825
20826 2000-07-23 Noah Friedman <friedman@splode.com>
20827
20828 * type-break.el (type-break): perform autosave.
20829 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20830 (type-break-do-query): Cancel query schedule while performing
20831 actual query, to avoid possibility of a second query being made
20832 while first one is already in progress.
20833 (type-break-time-stamp-format): New variable.
20834 (type-break-time-stamp): New function.
20835 (type-break-time-warning): Use it.
20836 (type-break-keystroke-warning): Use it.
20837 (type-break-noninteractive-query): Use it.
20838
20839 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20840 cookie.
20841 Use add-minor-mode to set minor-mode-alist, if available.
20842 (eldoc-echo-area-use-multiline-p): New user option.
20843 (eldoc-echo-area-multiline-supported-p): New variable.
20844 (eldoc-docstring-format-sym-doc): Use them.
20845 (eldoc-mode): If not using idle timers, append to local post and
20846 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20847 (eldoc-display-message-no-interference-p): Don't interfere with
20848 edebug.
20849 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20850 (eldoc-function-arglist): New function.
20851 (eldoc-function-argstring): Use it.
20852
20853 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20854 auto save directory exists before calling directory-files.
20855
20856 2000-07-23 Dave Love <fx@gnu.org>
20857
20858 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20859 ^o, ^u.
20860
20861 2000-07-21 Dave Love <fx@gnu.org>
20862
20863 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20864 now passed to the function. It now works properly.
20865
20866 * smerge-mode.el (smerge-mode-menu): Fill it out.
20867
20868 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20869
20870 * info-look.el (info-lookup): If *info* is shown in another frame
20871 on the same display, select that frame, instead of switching to
20872 the Info buffer in another window of the selected frame.
20873
20874 * simple.el (universal-argument-map): Bind numeric keypad keys
20875 kp-0 to kp-9 and kp-subtract.
20876 (digit-argument): Handle these keys.
20877
20878 2000-07-20 Dave Love <fx@gnu.org>
20879
20880 * net/goto-addr.el (goto-address-fontify): Don't bother with
20881 buffer-modified and read-only stuff -- irrelevant with overlays.
20882 Put an extra property on the overlays and use it to clean up in
20883 case goto-address is re-run.
20884
20885 2000-07-19 Richard M. Stallman <rms@gnu.org>
20886
20887 * timer.el (run-with-idle-timer): Doc fix.
20888
20889 * mail/mail-utils.el (mail-strip-quoted-names):
20890 Handle case where <...> appears inside "...".
20891 Use replace-match to edit the string more simply.
20892 (rmail-dont-reply-to): Cope with an unmatched ".
20893
20894 2000-07-19 Dave Love <fx@gnu.org>
20895
20896 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20897 implementation.
20898
20899 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20900 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20901 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20902
20903 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20904
20905 * textmodes/refer.el: Correct maintainer's email address.
20906
20907 * progmodes/hideif.el: Correct author's email address.
20908 Fix typo in comment.
20909
20910 * xml.el: New file.
20911
20912 * mail/mailheader.el: Correct author's mail address.
20913
20914 * gnus/parse-time.el: Correct author's mail address.
20915
20916 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20917
20918 * comint.el (comint-highlight-input, comint-highlight-face):
20919 New user options.
20920 (comint-input-ring-file-name): Change custom type.
20921 (comint-mode-map): Bind mouse-2.
20922 (comint-insert-clicked-input): New function.
20923 (comint-send-input): Handle input highlighting.
20924
20925 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20926
20927 * mouse.el (popup-menu): New function.
20928 (mouse-major-mode-menu): Use it.
20929
20930 2000-07-18 Dave Love <fx@gnu.org>
20931
20932 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20933 improvements.
20934
20935 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20936
20937 * faces.el (face-font-selection-order)
20938 (face-font-family-alternatives): Add custom type.
20939
20940 2000-07-18 Dave Love <fx@gnu.org>
20941
20942 * cus-edit.el (custom-variable-reset-saved)
20943 (custom-variable-reset-standard): Remove unused bindings.
20944
20945 * rect.el (open-rectangle-line): Remove unused let.
20946
20947 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20948
20949 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20950
20951 * cdl.el: Fix `Maintainer' keyword.
20952
20953 * play/pong.el: Add author's email address.
20954
20955 2000-07-17 Sam Steingold <sds@gnu.org>
20956
20957 * files.el (insert-directory): Call `split-string' instead of
20958 re-implementing it.
20959
20960 2000-07-18 Gerd Moellmann <gerd@gnu.org>
20961
20962 * mail/vms-pmail.el: Change maintainer to FSF.
20963
20964 * net/goto-addr.el: Change maintainer to FSF.
20965
20966 * info.el (Info-title-face-alist): Removed.
20967
20968 2000-07-18 David Ponce <david@dponce.com>
20969
20970 * recentf.el (recentf-open-files): New command that works like
20971 `recentf-open-more-files', but shows the whole list of files (not just
20972 those omitted from the menu). Useful if you don't use a menu-bar!
20973 (recentf-open-more-files) Modified to use `recentf-open-files'.
20974
20975 (recentf-open-files, recentf-open-more-files)
20976 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20977
20978 (recentf-dialog-mode): New mode for dialogs. You can now just type
20979 "q" to cancel the dialogs.
20980
20981 2000-07-18 David Ponce <david@dponce.com>
20982
20983 * recentf.el: This is a major update of recentf.el. It adds new
20984 features to better organize the recentf menu and "More..." buffer.
20985
20986 Using new provided menu filtering functions you can now organize the
20987 recent files list:
20988
20989 - by major modes
20990 - by directories
20991 - by user defined rules
20992
20993 Finally, with the new `recentf-filter-changer' customizable filter you
20994 can define a ring of filters and dynamically (via the menu) cycle on
20995 each menu organization in the ring (a la msb).
20996
20997 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20998
20999 * eshell/eshell.el (eshell): Replace links to eshell.info with
21000 links to eshell, to avoid problems on systems where the manual is
21001 installed as `eshell'.
21002 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21003 * eshell/em-smart.el (eshell-smart): Ditto.
21004 * eshell/em-banner.el (eshell-banner): Ditto.
21005 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21006
21007 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21008 same-file check in the MS-DOS version (it does support inodes).
21009
21010 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21011
21012 * eshell/eshell.el (eshell-directory-name):
21013 Run default directory name through convert-standard-filename.
21014
21015 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21016
21017 * international/mule-cmds.el (select-safe-coding-system):
21018 Fix typo in the comment.
21019
21020 * language/european.el (compound-text):
21021 Force katakana-jisx0201 to be designated to G1.
21022
21023 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21024 Don't translate some national variant characters of latin-jisx0201.
21025 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21026
21027 * international/kkc.el (kkc-after-update-conversion-functions):
21028 New variable.
21029 (kkc-update-conversion): Run functions in it at the tail.
21030
21031 2000-07-16 John Wiegley <johnw@gnu.org>
21032
21033 * lisp/align.el (align-newline-and-indent):
21034 Adding new function. for auto-aligning blocks of code on RET.
21035 (align-region): Fixed badly formatted minibuffer message.
21036
21037 2000-07-17 Kenichi Handa <handa@etl.go.jp>
21038
21039 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21040 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21041 the conversion list at first if appropriate.
21042 (kkc-next): Don't update kkc-next-count here.
21043 (kkc-prev): Don't update kkc-prev-count here.
21044 (kkc-show-conversion-list-update): Fix setting up of conversion
21045 list message.
21046
21047 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21048
21049 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21050
21051 2000-07-16 Dave Love <fx@gnu.org>
21052
21053 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21054 function to be more specific.
21055
21056 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21057 non-string help-echo.
21058 (widget-types-convert-widget): Defsubst it.
21059 (widget-echo-help): Try to cope with a help-echo function of two
21060 possible sorts.
21061
21062 2000-07-15 Jason Rumney <jasonr@gnu.org>
21063
21064 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21065 Declare as obsolete.
21066
21067 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21068
21069 2000-07-14 Gerd Moellmann <gerd@gnu.org>
21070
21071 * hilit-chg.el: Fix typo.
21072
21073 2000-07-14 Dave Love <fx@gnu.org>
21074
21075 * info.el (Info-mode-menu): Fix use of :help, :enable.
21076
21077 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21078
21079 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21080
21081 2000-07-13 Dave Love <fx@gnu.org>
21082
21083 * emacs-lisp/easymenu.el: Doc fixes.
21084 (easy-menu-remove): Defalias to ignore.
21085
21086 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21087 Call throw correctly.
21088
21089 2000-07-13 Gerd Moellmann <gerd@gnu.org>
21090
21091 * faces.el (frame-background-mode): Doc fix.
21092
21093 * simple.el (eval-expression-print-length): Change custom type to
21094 allow entering nil as value.
21095
21096 2000-07-13 Dave Love <fx@gnu.org>
21097
21098 * progmodes/fortran.el (fortran-imenu-generic-expression):
21099 Change definition layout.
21100 (fortran-mode-menu): Reinstate customize entries.
21101
21102 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21103 Use :filter, per old XEmacs code.
21104
21105 2000-07-12 Gerd Moellmann <gerd@gnu.org>
21106
21107 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21108 event when deciding what to send to the terminal.
21109
21110 2000-07-12 Dave Love <fx@gnu.org>
21111
21112 * cus-start.el: Add optional version as 4th element of specs and
21113 use it for several things new in v21. Remove load-path. Fix type
21114 of line-number-display-limit.
21115
21116 2000-07-11 Dave Love <fx@gnu.org>
21117
21118 * progmodes/fortran.el: Don't require easymenu.
21119 Use repeat counts in various regexps.
21120 (fortran-mode-syntax-table): Defvar directly.
21121 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21122 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21123 Use defvar, not defconst.
21124 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21125 (fortran-mode): Set fortran-comment-line-start-skip,
21126 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21127 (fortran-comment-indent): Use defsubst.
21128 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21129 Use fortran-comment-indent, not fortran-comment-indent-function.
21130 (fortran-comment-region, fortran-electric-line-number): Simplify.
21131 (fortran-auto-fill): New function.
21132 (fortran-do-auto-fill): Deleted.
21133 (fortran-find-comment-start-skip):
21134 Check for non-null comment-start-skip.
21135 (fortran-auto-fill-mode, fortran-fill-statement):
21136 Use fortran-auto-fill.
21137 (fortran-fill): Use fortran-auto-fill. Check for null
21138 comment-start-skip. Simplify final clause and use end-of-line finally.
21139
21140 * widget.el (widget-plist-member): New alias.
21141
21142 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21143
21144 * eshell/esh-module.el (toplevel): Reference
21145 byte-compile-current-file only if it is bound.
21146
21147 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21148
21149 * dired.el: Don't require `dired-aux'.
21150
21151 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21152
21153 * dired-aux.el (dired-show-file-type): New function.
21154 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21155 (dired-show-file-type): Add autoload.
21156
21157 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21158
21159 * international/mule-diag.el (describe-font): Adjusted for the
21160 change of fontset-info.
21161 (print-fontset): Likewise.
21162
21163 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21164
21165 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21166
21167 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21168
21169 * bindings.el: Bind `[delete]' to delete-char.
21170
21171 * dired.el (dired-find-alternate-file): New function.
21172 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21173 (toplevel): Require dired-aux when compiling.
21174 (dired-buffers): Move defvar within file to avoid compiler warning.
21175
21176 * info.el (Info-last-search): Variable removed.
21177 (Info-search-history): New variable.
21178 (Info-search): New Info-search-history.
21179
21180 * battery.el, info-look.el: Change author's mail address.
21181
21182 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21183
21184 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21185 if rmail-ignored-headers is nil.
21186 (rmail-retry-failure): Bind rmail-ignored-headers and
21187 rmail-displayed-headers to nil.
21188
21189 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21190
21191 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21192 (print-region-1): Don't hard code `-h' here.
21193
21194 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21195
21196 2000-07-01 Francesco Potorti` <pot@gnu.org>
21197
21198 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21199 exim can use "your message" instead of "the message".
21200
21201 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21202
21203 * facemenu.el: Docstrings fixes.
21204 (facemenu-get-face): Don't use internal-find-face.
21205 (facemenu-iterate): Rename arg to match the docstring.
21206
21207 * newcomment.el (uncomment-region): Be more careful when skipping
21208 backwards over `=' not to bump into BOBP.
21209
21210 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21211
21212 * ediff-diff.el (ediff-wordify): Use syntax table.
21213 * ediff-init.el (ediff-has-face-support-p): Use
21214 ediff-color-display-p.
21215 (ediff-color-display-p): Use display-color-p, changed to defun
21216 from defsubst.
21217 Got rid of special cases for NeXT and OS/2.
21218 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21219 face.
21220
21221 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21222
21223 * emacs-lisp/lucid.el: Require CL.
21224 (copy-tree, remprop): Remove, it's provided by CL.
21225 (map-keymap): Define in terms of cl-map-keymap.
21226 (extent-property, set-extent-end-glyph): New functions.
21227
21228 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21229
21230 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21231
21232 * Makefile.in (DONTCOMPILE): Add comment that the name may
21233 not be changed without changing the make-dist script.
21234
21235 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21236 (cl-mapc): Use mapc instead of cl-old-mapc.
21237
21238 2000-07-05 Andrew Innes <andrewi@gnu.org>
21239
21240 * makefile.nt: Add support for `bootstrap' and related targets.
21241
21242 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21243
21244 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21245 (easy-menu-do-define): Use `menu-item' format.
21246 Handle case where easy-menu-create-menu returns a symbol.
21247 Manually call the potential top-level filter in the function binding.
21248 (easy-menu-filter-return): New arg NAME.
21249 Convert to a keymap if MENU is an XEmacs menu.
21250 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21251 (easy-menu-converted-items-table, easy-menu-convert-item):
21252 New var and fun to memoize easy-menu-convert-item-1.
21253 (easy-menu-do-add-item): Use it.
21254 (easy-menu-create-menu): Use easy-menu-convert-item.
21255 Wrap easy-menu-filter-return around any :filter specification.
21256 Don't convert the menu if a filter was specified.
21257 Tell easy-menu-make-symbol not to check for MENU being an expression.
21258 (easy-menu-make-symbol): New arg NOEXP.
21259
21260 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21261
21262 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21263 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21264 (eval-defun): If called with prefix arg, instrument code for
21265 Edebug.
21266
21267 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21268 similar to that of eval-defun.
21269
21270 2000-07-04 Dave Love <fx@gnu.org>
21271
21272 * hl-line.el (hl-line-overlay): Make it permanent-local.
21273
21274 * calendar/todo-mode.el: Replaced with a working version, based on
21275 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21276
21277 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21278
21279 * paths.el (prune-directory-list): New function.
21280 (Info-default-directory-list): Rewritten to more methodically
21281 enumerate a big list of possible info directories (based on the
21282 list used by the standalone info reader).
21283
21284 * info.el (info-initialize): Use prune-directory-list to remove
21285 non-existent directories from Info-directory-list.
21286
21287 * paths.el (Info-default-directory-list): Try a list of possible
21288 info-directories instead of a single one. Add the possible
21289 info directory "/usr/share/info".
21290
21291 * woman.el (woman-man.conf-path): Explicitly include the debian
21292 man-db config file "/etc/manpath.config".
21293 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21294 are present in `manpath.config'.
21295 (woman-manpath): Include "/usr/share/man".
21296
21297 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21298
21299 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21300
21301 * startup.el (command-line): Initialize blink-cursor based
21302 on window-system.
21303
21304 * frame.el (blink-cursor): Default to nil if not running under
21305 a window-system.
21306
21307 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21308 (face-x-resources): Remove duplicate entry for :font.
21309
21310 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21311 instead of cycling through windows with next-window.
21312
21313 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21314 of cycling through windows with next-window.
21315
21316 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21317 of cycling through windows with next-window.
21318
21319 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21320 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21321 instead of cycling through windows with next-window.
21322
21323 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21324 instead of cycling through windows with next-window.
21325
21326 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21327 of cycling through windows with next-window.
21328
21329 * terminal.el (te-process-output): Use walk-windows instead of
21330 cycling through windows with next-window.
21331
21332 * server.el (server-switch-buffer): Use some-window instead of
21333 cycling through windows with next-window.
21334
21335 * window.el (some-window): New function.
21336 (walk-windows): Remove reference to walk-windows-start.
21337
21338 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21339
21340 2000-07-03 Richard Stallman <rms@gnu.org>
21341
21342 * window.el (walk-windows): Guarantee termination by keeping a list
21343 of all the windows already handled.
21344
21345 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21346
21347 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21348 window-system.
21349
21350 * man.el (Man-notify-when-ready): Don't use window-system. If
21351 Man-notify-method is newframe, and the display is not
21352 multi-frame, select the frame created for the man page.
21353 (Man-init-defvars): Doc fix.
21354
21355 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21356
21357 * faces.el (region): Change background color for light background.
21358
21359 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21360 attribute from mode-line face of Ediff control frame.
21361
21362 * replace.el (query-replace-map): Bind `e' like `E'.
21363
21364 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21365
21366 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21367 Change name to "Select All".
21368
21369 * dos-fns.el (convert-standard-filename): Fix last change.
21370
21371 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21372
21373 * help.el (describe-variable): Don't insert a second `'s' in front
21374 of the string `value is shown below'. Since the syntax-table is
21375 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21376 an existing `'s', so that this won't be deleted.
21377
21378 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21379 * pcmpl-unix.el: New files.
21380
21381 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21382
21383 * wid-edit.el (widget-member): Use the new plist-member.
21384
21385 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21386
21387 * replace.el (perform-replace): Undo change of 2000-04-04.
21388 Instead, move backward 1 character at the end of the loop when
21389 necessary.
21390
21391 * faces.el (fringe): Change face for different backgrounds.
21392
21393 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21394 patch from John.
21395
21396 * eshell/*.el: Change spelling of the Free Software Foundation.
21397
21398 * eshell/esh-toggle.el: Removed.
21399
21400 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21401
21402 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21403 interactively.
21404
21405 2000-06-26 Alex Schroeder <alex@gnu.org>
21406
21407 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21408 `define-key'; instead of checking `(emacs-version)' check for
21409 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21410 for `;' and `o' which might be electric.
21411
21412 (sql-electric-stuff): New user option.
21413 (sql-magic-go): New function which uses `sql-electric-stuff'.
21414 (sql-magic-semicolon): New function which uses
21415 `sql-electric-stuff'.
21416
21417 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21418 is not fboundp.
21419
21420 (sql-oracle-options): New variable.
21421 (sql-oracle): Use it.
21422
21423 (sql-imenu-generic-expression): Doc change.
21424 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21425 is used.
21426
21427 (sql-informix): Added command line parameter "-" to force
21428 sql-informix-program to use stdout.
21429
21430 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21431
21432 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21433 (cp864-decode-table): Doc fix.
21434 (cp720-decode-table): New variable, supports the Arabic OEM
21435 codepage used by Windows.
21436 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21437
21438 2000-06-23 Dave Love <fx@gnu.org>
21439
21440 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21441 (font-lock-fontify-anchored-keywords): Use
21442 line-beginning-position.
21443 (global-font-lock-mode): Use mapc.
21444
21445 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21446
21447 * eshell/esh-module.el: Require CL when compiling.
21448
21449 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21450
21451 * comint.el (comint-substitute-in-file-name): Call replace-match
21452 with second and third arg t.
21453
21454 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21455 Specify foreground color.
21456
21457 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21458 color.
21459
21460 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21461
21462 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21463 cddr instead of cdddr.
21464
21465 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21466 instead of copy-list.
21467
21468 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21469 of copy-list.
21470
21471 * subdirs.el: Add eshell subdirectory.
21472
21473 * eshell: New subdirectory containing the Eshell package.
21474
21475 * pcomplete.el: New file.
21476
21477 2000-06-23 Paul Eggert <eggert@twinsun.com>
21478
21479 * mail/mailpost.el (post-mail-send-it): Make sure file has
21480 proper permissions from birth.
21481
21482 * files.el (basic-save-buffer-2): When temporarily setting
21483 file modes, set them to current modes plus 0200, not to 0777.
21484
21485 * emerge.el (emerge-make-temp-file): Make sure file has proper
21486 permissions from birth.
21487
21488 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21489
21490 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21491 backup file name through convert-standard-filename.
21492
21493 * dos-fns.el (convert-standard-filename): Convert leading
21494 directories as well. When long file names are supported, convert
21495 characters that are invalid in Windows file names.
21496
21497 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21498
21499 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21500 ps-print crashes. New feature: page selection for printing. Create
21501 raw-text-unix coding system for XEmacs. Doc fix.
21502 (ps-print-version): New version number (5.2.3).
21503 (ps-plot-region): Bug fix.
21504 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21505 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21506 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21507 funs.
21508 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21509 (ps-last-page): New vars.
21510
21511 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21512
21513 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21514 empty option string.
21515
21516 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21517
21518 * man.el (man): Doc fix.
21519
21520 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21521
21522 * international/mule-cmds.el (set-language-info-alist): Docstring
21523 fixed.
21524
21525 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21526
21527 * version.el (emacs-version): Use ISO date format.
21528
21529 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21530 instead of `M-backspace'.
21531
21532 * simple.el (turn-off-auto-fill): New function.
21533
21534 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21535
21536 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21537 Renamed from with-buffer-prepared-for-font-lock and use
21538 inhibit-modification-hooks rather than setting *-change-functions.
21539 Update all functions to use the new name.
21540 (jit-lock-first-unfontify-pos): New semantics (and doc).
21541 (jit-lock-mode): Make non-interactive.
21542 Don't automatically turn on font-lock.
21543 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21544 Always use jit-lock-after-change.
21545 Remove and restore font-lock-after-change-function.
21546 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21547 (jit-lock-after-unfontify-buffer): Remove.
21548 (jit-lock-stealth-fontify):
21549 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21550 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21551
21552 2000-06-20 Sam Steingold <sds@gnu.org>
21553
21554 * emacs-lisp/cl-indent.el (toplevel): Indent
21555 `print-unreadable-object' properly. Untabify.
21556
21557 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21558
21559 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21560 Support for bibentry.
21561 (reftex-compile-variables): Fixed problem with end of section-re.
21562
21563 * texmodes/reftex-dcr.el (reftex-view-crossref,
21564 reftex-view-crossref-from-bibtex):
21565 Deal with changed `reftex-find-citation-regexp-format'.
21566 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21567 Replaced `remprop' with `put'.
21568 (reftex-view-crossref, reftex-view-crossref-when-idle):
21569 Support for bibentry.
21570
21571 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21572 New entry for bibentry package.
21573
21574 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21575 Regexp also matches "\nobibliography".
21576
21577 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21578 Call `reftex-ensure-write-access' before doing anything.
21579 (reftex-ensure-write-access): New function.
21580
21581 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21582
21583 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21584
21585 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21586
21587 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21588
21589 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21590
21591
21592 2000-06-20 Dave Love <fx@gnu.org>
21593
21594 * faces.el (frame-background-mode): Use set-default, not set, in
21595 setter.
21596 (frame-update-faces, frame-update-face-colors): Define with
21597 defalias.
21598
21599 * enriched.el (enriched-decode-foreground)
21600 (enriched-decode-background): Don't use internal-find-face.
21601
21602 * apropos.el: Doc fixes.
21603
21604 * cus-edit.el (customize-changed-options): Check arg.
21605 (customize-version-lessp): Don't require decimal point.
21606
21607 * custom.el (defcustom, defgroup): Doc fix.
21608
21609 * newcomment.el (comment) <defgroup>: Add :version.
21610 (comment-multi-line): Doc fix.
21611
21612 * emulation/mlsupport.el (define-hooked-local-abbrev,
21613 define-hooked-global-abbrev): Fix, using define-abbrev.
21614
21615 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21616
21617 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21618 the whole buffer.
21619
21620 2000-06-19 Dave Love <fx@gnu.org>
21621
21622 * menu-bar.el (menu-bar-options-save): New function.
21623 (menu-bar-options-menu): Use it.
21624 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21625 Simplify.
21626
21627 2000-06-19 Andreas Schwab <schwab@suse.de>
21628
21629 * progmodes/etags.el (tags-query-replace): Put new parameters
21630 START and END at the end, for backward compatibility.
21631
21632 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21633
21634 * international/codepage.el:
21635 (cp-coding-system-for-codepage-1): Delete special codes for
21636 generating xxx-dos coding system because now a CCL based coding
21637 system can handle EOL conversion by default.
21638
21639 * international/mule.el (make-coding-system): Generate subsidiary
21640 coding systems for EOL handling variants even for a CCL based
21641 coding system.
21642
21643 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21644
21645 * international/isearch-x.el (isearch-minibuffer-input-method)
21646 (isearch-minibuffer-input-method-function): These variables
21647 deleted.
21648 (isearch-with-input-method): Don't use the above variables.
21649 (isearch-process-search-multibyte-characters): Likewise. Call
21650 read-string with the arg INHERIT-INPUT-METHOD t.
21651
21652 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21653
21654 * font-lock.el (font-lock-after-fontify-buffer)
21655 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21656
21657 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21658 Use consistent make-local-variable style for font-lock-fontified.
21659 (jit-lock-fontify-buffer):
21660 Don't bother checking for font-lock-mode and jit-lock-mode.
21661
21662 * time.el: Remove trailing ^M that prevent CVS-merging.
21663
21664 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21665
21666 * Makefile.in (distclean): New target.
21667
21668 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21669
21670 * Makefile.in (srcdir): Define for update-subdirs.
21671
21672 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21673
21674 * find-lisp.el: New file.
21675
21676 2000-06-16 Andrew Innes <andrewi@gnu.org>
21677
21678 * time.el (display-time-mail-function): New variable, to allow
21679 external packages to indicate when new mail is available.
21680 (display-time-update): Use it.
21681
21682 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21683
21684 * international/mule.el (mule-version): Change version name to
21685 SAKAKI. AOI has already been used by Meadow.
21686
21687 * international/quail.el (quail-show-guidance-buf): To find the
21688 bottom window (but minibuffer), pay attention to the height of
21689 minibuffer.
21690
21691 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21692
21693 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21694 menu-bar menus. Add help strings. Don't remove the Edit menu
21695 from the menu bar, as the menu bar has enough space now.
21696
21697 * Makefile.in (SHELL): Make sure /bin/sh is used.
21698
21699 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21700 characters, which use series of two ^H characters instead of one.
21701
21702 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21703
21704 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21705 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21706 functions.
21707 (Info-find-node-2): Try a case-sensitive search first, then
21708 do a case-insensitive search.
21709
21710 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21711 tutorials.
21712
21713 * complete.el (PC-env-vars-alist): New variable.
21714 (PC-complete-as-file-name): New function.
21715 (partial-completion-mode): Initialize PC-env-vars-alist from
21716 process-environment.
21717 (PC-do-completion): Handle completion of env vars.
21718
21719 * info.el (Info-set-mode-line): Show file name in mode line,
21720 use `*Info*' instead of `Info:'.
21721
21722 * startup.el (command-line-1): Change copyright messages to year
21723 2000.
21724
21725 2000-06-15 Dave Love <fx@gnu.org>
21726
21727 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21728 not local-map.
21729
21730 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21731
21732 * international/mule.el (set-buffer-file-coding-system): Almost
21733 rewritten to handle `undecided' as no-op.
21734
21735 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21736
21737 * Makefile.in: New file.
21738
21739 * Makefile: Removed.
21740
21741 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21742 (goto-address-highlight-keymap): Bind C-c RET.
21743
21744 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21745
21746 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21747 inherits buffer-file-coding-system of the current buffer.
21748
21749 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21750 0. Give correct argument to set-auto-coding-function.
21751 (tar-expunge): For goto-char, use (point-min), not 0.
21752 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21753 (tar-subfile-save-buffer): Likewize.
21754
21755 * international/mule.el
21756 (after-insert-file-set-buffer-file-coding-system): Call
21757 set-buffer-file-coding-system with the arg FORCE t.
21758
21759 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21760
21761 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21762 nil. Contemporary sendmails issue an X-Authentication-Warning if
21763 the sender is set with `-f'.
21764
21765 2000-06-13 Dave Love <fx@gnu.org>
21766
21767 * help.el (describe-function-1): Kluge around cases of functions
21768 fset to subrs whose doc doesn't match their symbol-name.
21769
21770 * image.el (insert-image): Default STRING to a space.
21771
21772 * info.el Doc fixes.
21773 (Info-build-node-completions): Match Ref tags.
21774
21775 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21776
21777 * frame.el (display-multi-frame-p, display-multi-font-p): New
21778 defaliases for display-graphic-p.
21779
21780 * hl-line.el: Fixed a typo in commentary.
21781
21782 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21783
21784 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21785 fixed.
21786
21787 2000-06-12 Dave Love <fx@gnu.org>
21788
21789 * image.el (insert-image): Save a little consing.
21790
21791 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21792
21793 * language/tibet-util.el: Convert all tibetan-1-column characters
21794 to the corresponding tibetan characters.
21795 (tibetan-add-components): Delete code for the special treatment of
21796 'a chung.
21797
21798 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21799 change.
21800 (tibetan-vowel-transcription-alist): More rules added.
21801 (tibetan-composite-vowel-alist): New variable.
21802 (tibetan-precomposition-rule-alist): More rules added.
21803
21804 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21805
21806 * startup.el (command-line): Only call menu-bar-mode if interactive.
21807
21808 * thingatpt.el (toplevel symbol-properties):
21809 * textmodes/makeinfo.el (makeinfo-compile):
21810 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21811 * progmodes/hideif.el (hif-compress-define-list)
21812 (hide-ifdef-use-define-alist):
21813 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21814 (ange-ftp-vms-add-file-entry):
21815 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21816 * man.el (Man-build-man-command):
21817 * mail/rnewspost.el (news-reply-header-hook):
21818 * info.el (Info-insert-dir):
21819 * emulation/mlconvert.el (backward-word, forward-word, setq):
21820 * emacs-lisp/gulp.el (gulp-send-requests):
21821 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21822 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21823 (byte-optimize-apply, end of file):
21824 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21825 (ad-make-freeze-definition):
21826 * startup.el (command-line, command-line-1): Don't quote lambdas.
21827
21828 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21829 (cvs-cleanup-removed): New function.
21830 (cvs-cleanup-functions): New var.
21831 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21832 some flexibility in specifying additional entries to auto-cleanup.
21833 (cvs-quickdir): New function.
21834 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21835 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21836 (cvs-mode-find-file): Check that we are on a filename or dirname
21837 when invoked through a mouse-click.
21838 (cvs-full-path): Remove.
21839 (cvs-dired-action): Re-introduced.
21840 (cvs-dired-noselect): Use it.
21841 (vc-post-command-functions): use this new hook if available.
21842
21843 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21844 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21845 (cvs-filename-map, cvs-dirname-map): Remove.
21846 (cvs-default-action): Remove.
21847 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21848 if the arg is really a keymap.
21849 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21850 Don't hardcode the mapping from state (aka type) to face, but check
21851 the var cvs-fi-<type>-face instead.
21852 (cvs-fileinfo-from-entries): New function.
21853
21854 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21855 Docstring fix.
21856 (cvs-find-file-and-jump): Change default to be safer.
21857 (cvs-mode-diff-map): Define it as a function as well.
21858 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21859 Bind mouse-2 in this global map rather than with text-properties.
21860
21861 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21862 file to resolve the ambiguity between C(conflict) and C(need-merge).
21863
21864 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21865
21866 * international/mule.el (set-buffer-file-coding-system): If
21867 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21868 unconditionally.
21869
21870 2000-06-12 Dave Love <fx@gnu.org>
21871
21872 * wid-edit.el (widget-specify-button): Really suppress the face if
21873 required.
21874
21875 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21876
21877 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21878
21879 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21880
21881 * imenu.el (imenu-generic-expression): Docstring fix.
21882
21883 * composite.el (composition-function-table): Move the `put'
21884 below the autoload cookie so we can load the file before loaddefs.
21885
21886 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21887
21888 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21889 Handle easy-mmode-define-global-mode.
21890 For complex macros like define-minor-mode that can generate
21891 several autoload entries, try to autoload entries in the
21892 macroexpanded code.
21893
21894 * emacs-lisp/easy-mmode.el (define-minor-mode):
21895 If KEYMAP is a symbol, just use it.
21896 Use byte-compile-current-file and load-file-name to infer the
21897 proper :require to pass to defcustom.
21898 Wrap the hook var into `progn' so as not to autoload it.
21899 Add a :autoload-end cookie.
21900 Be more careful about the evaluation of KEYMAP.
21901 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21902 (define-derived-mode): Move define-abbrev-table outside of defvar.
21903
21904 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21905
21906 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21907 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21908 (backup-compiled-files): Ignore errors during `tar'.
21909 (bootstrap): Make autoloads before elc files.
21910
21911 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21912
21913 * international/mule.el (set-buffer-file-coding-system): If one of
21914 undecided-XXX is specified, change only EOL conversion.
21915
21916 * international/mule-conf.el (unix): New alias for the coding
21917 system undecided-unix.
21918
21919 2000-06-09 Dave Love <fx@gnu.org>
21920
21921 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21922
21923 * progmodes/executable.el: Byte compile dynamic.
21924 (executable-insert): Change custom type.
21925 (executable-find): Add autoload cookie.
21926 (executable-make-buffer-file-executable-if-script-p): New
21927 function. After Noah Friedman.
21928
21929 * files.el (after-save-hook): Customize, with
21930 executable-make-buffer-file-executable-if-script-p as an option.
21931
21932 2000-06-09 Kenichi Handa <handa@etl.go.jp>
21933
21934 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21935 "tib24p-mule.bdf" for Tibetan.
21936
21937 * composite.el (decompose-composite-char): Declare it as obsolete.
21938
21939 * man.el (Man-fontify-manpage): Pay attention to underline and
21940 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21941
21942 2000-06-08 Gerd Moellmann <gerd@gnu.org>
21943
21944 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21945 Set maintainer to FSF since author isn't reachable.
21946
21947 2000-06-08 Dave Love <fx@gnu.org>
21948
21949 * international/mule-cmds.el (select-safe-coding-system): If
21950 DEFAULT-CODING-SYSTEM is not specified, also check the most
21951 preferred coding-system if buffer-file-coding-system is
21952 `undecided'. From Handa.
21953
21954 2000-06-08 Kenichi Handa <handa@etl.go.jp>
21955
21956 * international/mule.el
21957 (after-insert-file-set-buffer-file-coding-system): If the buffer
21958 size is greater than INSERTED, judget that we are not visiting.
21959
21960 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21961
21962 * whitespace.el (defgroup whitespace): Comment out `:version'.
21963 XEmacs 20.4 has problems defining the group with this present.
21964 We'll have this commented out till get resolve the problem.
21965
21966 2000-06-07 John Wiegley <johnw@gnu.org>
21967
21968 * align.el (align-dq-string-modes, align-sq-string-modes)
21969 (align-open-comment-modes): Add pyhton-mode.
21970 (align-rules-list): Use get-text-property instead of
21971 text-properties-at.
21972 (align-rules-list): Add python-assignment.
21973 (align-rules-list): Change perl-comma-delimiter to
21974 basic-comma-delimiter. Use if for Perl modes and python-mode.
21975 (align-rules-list): Add python-chain-logic and
21976 basic-line-continuation.
21977
21978 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21979
21980 * apropos.el (apropos-mode-hook): New user variable.
21981 (apropos-mode): Run apropos-mode-hook.
21982
21983 2000-06-07 David Ponce <david@dponce.com>
21984
21985 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21986 commands. Require `wid-edit' at run-time.
21987
21988 2000-06-07 David Ponce <david@dponce.com>
21989
21990 * recentf.el: Added some "Commentary".
21991 (recentf-open-more-files, recentf-edit-list): Minor changes to
21992 move the point at the top of the file list. This behaviour is
21993 consistent with the menu one when the list contains a lot of
21994 files.
21995 (recentf-cleanup): Now displays the number of items removed from
21996 the list.
21997 (recentf-relative-filter) New menu filter to show filenames
21998 relative to `default-directory'.
21999
22000 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22001
22002 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22003 with/without giving an error if PostScript printer doesn't have this
22004 kind of page size. Zebra Stripe continues or restarts on next page.
22005 Manual/automatic paper feeding. Switch or not the header.
22006 (ps-print-version): New version number (5.2.2).
22007 (ps-windows-system): Include emx as a Windows system.
22008 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22009 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22010 (ps-background-text): Code fix.
22011 (ps-error-handler-message, ps-user-defined-prologue)
22012 (ps-print-prologue-header, ps-printer-name)
22013 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22014 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22015 (ps-use-face-background): Customization fix.
22016 (ps-n-up-database): Data fix.
22017 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22018 (ps-switch-header): New vars.
22019 (ps-xemacs-color-name, ps-face-foreground-name)
22020 (ps-face-background-name, ps-boolean-constant): New funs.
22021
22022 2000-06-07 Dave Love <fx@gnu.org>
22023
22024 * allout.el: New version from Manheimer.
22025
22026 2000-06-07 Kenichi Handa <handa@etl.go.jp>
22027
22028 * textmodes/fill.el (fill-find-break-point): Check the validity of
22029 charset.
22030
22031 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22032
22033 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22034 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22035 Call display-color-p and display-mouse-p instead of looking at
22036 window-system.
22037
22038 2000-06-06 Dave Love <fx@gnu.org>
22039
22040 * image.el (find-image): Doc fix. Return nil if image not found.
22041 (put-image, insert-image): Make STRING arg optional.
22042
22043 2000-06-06 Kenichi Handa <handa@etl.go.jp>
22044
22045 * language/vietnamese.el: Remove eval-when-compile.
22046 (viet-viscii-nonascii-translation-table): Define it as a
22047 translation table made from viet-viscii-decode-table.
22048 (viet-viscii-encode-table): Define it as a translation table made
22049 from the reverse map of above.
22050 (viet-vscii-nonascii-translation-table): Define it as a
22051 translation table made from viet-vscii-decode-table.
22052 (viet-vscii-encode-table): Define it as a translation table made
22053 from the reverse map of above.
22054 (ccl-decode-viscii): Use translate-character.
22055 (ccl-encode-viscii, ccl-encode-viscii-font)
22056 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22057 Likewize.
22058
22059 * language/cyrillic.el: Remove eval-when-compile.
22060 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22061 translation table made from cyrillic-koi8-r-decode-table.
22062 (cyrillic-koi8-r-encode-table): Define it as a translation table
22063 made from the reverse map of above.
22064 (ccl-decode-koi8): Use translate-character.
22065 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22066 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22067 a translation table made from cyrillic-alternativnyj-decode-table.
22068 (cyrillic-alternativnyj-encode-table): Define it as a translation
22069 table made from the reverse map of above.
22070 (ccl-decode-alternativnyj): Use translate-character.
22071 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22072 Likewize
22073
22074 * international/mule-diag.el (non-iso-charset-alist): Specify
22075 translation table symbol instead of translation table itself.
22076 (list-block-of-chars): CHARSET may be a translation table symbol.
22077
22078 * international/mule.el (make-coding-system): If CODING-SYSTEM
22079 already exists, override it.
22080
22081 * international/fontset.el: Use family `proportional' for Tibetan
22082 fonts.
22083
22084 * international/ccl.el (ccl-compile-translate-character): Don't
22085 check if Rrr has property translation-table.
22086 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22087
22088 2000-06-05 Gerd Moellmann <gerd@gnu.org>
22089
22090 * info.el: Bind case-fold-search to t when searching in case
22091 a user sets it to nil in a hook.
22092
22093 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22094
22095 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22096 * hl-line.el (hl-line-mode): Use the new :global key argument.
22097
22098 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22099 (tar-clip-time-string): Prepend a space.
22100 (tar-grind-file-mode): Construct a string rather than modifying one.
22101 (tar-header-block-summarize): Fix docstring.
22102 Use `format' rather than an error-prone set of copy-loops.
22103
22104 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22105 (diff-goto-source, diff-unified->context, diff-context->unified)
22106 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22107 understand the format output by the `-p' argument to diff.
22108
22109 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22110 (sh-re-done): Use defconst.
22111 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22112 (sh-help-string-for-variable, sh-guess-basic-offset):
22113 Don't quote lambdas.
22114 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22115 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22116
22117 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22118 (mh-letter-mode): Derive from text-mode.
22119 This implicitly means that it now calls kill-all-local-variables.
22120 Also remove the Emacs-18 compatibility code.
22121
22122 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22123 Make use of symbol-property doc-string-elt.
22124 Use memq rather than a sequence of eq.
22125 (doc-string-elt): Fix the wrong or missing previously unused values.
22126 (autoload-print-form): New function extracted from
22127 generate-file-autoloads to allow recursion when handling progn
22128 so that defvar's and defun's docstrings are properly printed.
22129 (generate-file-autoloads): Use it.
22130
22131 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22132 Use find-file-hooks in the minor-mode function.
22133 Be careful not to loop indefinitely in the post-command-hook function.
22134
22135 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22136
22137 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22138 tty's.
22139 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22140 differences whenever appropriate.
22141 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22142 * viper.el (find-file, find-file-other-window): Get viper to do
22143 wildcards.
22144
22145 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22146
22147 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22148 (jit-lock-fontify-buffer): New function for JIT refontification.
22149 (jit-lock-mode): Fix docstring.
22150 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22151 Remove jit-lock-after-change from the _local_ hook.
22152 (jit-lock-function-1): Fix docstring.
22153
22154 * info.el (Info-on-current-buffer): Initialize info.
22155
22156 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22157
22158 * progmodes/tcl.el (tcl-indent-for-comment):
22159 Ignore comment-indent-hook.
22160
22161 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22162 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22163 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22164 and improve to use the lighter to guess the capitalization.
22165 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22166 Add keyword arguments to specify global-ness or the custom group.
22167 Add local-map and help-echo properties to the lighter.
22168 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22169 (easy-mmode-define-global-mode): New macro.
22170
22171 2000-06-02 Dave Love <fx@gnu.org>
22172
22173 * wid-edit.el: byte-compile-dynamic since we typically don't use
22174 all the widgets. Don't require cl or widget. Remove
22175 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22176 (widget-read-event): Removed. Callers changed to use read-event.
22177 (widget-button-release-event-p): Renamed from
22178 button-release-event-p.
22179 (widget-field-add-space, widget-field-use-before-change):
22180 Uncustomize.
22181 (widget-specify-field): Use keymap property, not local-map.
22182 (widget-specify-button): Obey :suppress-face.
22183 (widget-specify-insert): Use modern backquote syntax.
22184 (widget-image-directory): Renamed from widget-glyph-directory.
22185 (widget-image-enable): Renamed from widget-glyph-enable.
22186 (widget-image-find): Replaces widget-glyph-find.
22187 (widget-button-pressed-face): Move defvar.
22188 (widget-image-insert): Replaces widget-glyph-insert.
22189 (widget-convert): Use keywordp.
22190 (widget-leave-text, widget-children-value-delete): Use mapc.
22191 (widget-keymap): Remove XEmacs stuff.
22192 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22193 (widget-button-click): Don't set point at the click, but re-centre
22194 if we scroll out of window. Rewritten for images v. glyphs &c.
22195 (widget-tabable-at): Use POS arg, not point.
22196 (widget-beginning-of-line, widget-end-of-line)
22197 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22198 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22199 (widget-default-create): Use widget-image-insert; some rewriting.
22200 (widget-visibility-value-create)
22201 (widget-push-button-value-create, widget-toggle-value-create): Use
22202 widget-image-insert.
22203 (checkbox): Create on and off images dynamically.
22204 (documentation-link): Change :help-echo.
22205 (widget-documentation-link-echo-help): Remove.
22206
22207 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22208
22209 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22210
22211 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22212 (easy-mmode-define-toggle, define-minor-mode): Use it.
22213 (easy-mmode-define-keymap): Docstring fix.
22214 (define-derived-mode): Default PARENT to fundamental-mode.
22215 Add the derived-mode-parent symbol-property.
22216 (easy-mmode-derived-mode-p): New function.
22217
22218 2000-06-02 Dave Love <fx@gnu.org>
22219
22220 * files.el (convert-standard-filename): Doc fix.
22221 (normal-backup-enable-predicate): New function.
22222 (backup-enable-predicate): Use it to replace the lambda form.
22223
22224 * calendar/todo-mode.el: [This needs more work on the outline
22225 stuff.] Doc fixes.
22226 (todo) <defgroup>: Add :version.
22227 (todo-add-category): Don't use pushnew.
22228 (todo-cmd-raise): Fix typo.
22229 (todo-top-priorities): Change temp buffer name.
22230 (todo-category-alist): Avoid redundant lambda.
22231 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22232 Use outline-next-heading.
22233
22234 * autoarg.el: Rewritten to use define-minor-mode.
22235 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22236 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22237
22238 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22239
22240 * isearch.el (isearch-other-meta-char): Fix previous change.
22241
22242 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22243
22244 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22245 (log-edit-done): Only add the comment to the ring if it's different
22246 from the last comment entered.
22247
22248 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22249
22250 2000-06-01 Dave Love <fx@gnu.org>
22251
22252 * hl-line.el: Rewritten using define-minor-mode.
22253
22254 * help.el (describe-function-1): Distinguish special form from
22255 builtin function. Sanity-check presence of arglist for builtins.
22256
22257 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22258
22259 * international/characters.el: Fix syntax/category setting of
22260 Tibetan characters.
22261
22262 * language/tibet-util.el (tibetan-add-components): Fixes for new
22263 encoding of Tibetan characters.
22264 (tibetan-decompose-precomposition-alist): New variable.
22265 (tibetan-decompose-region): Convert precomposed characters to
22266 non-precomposed characters.
22267 (tibetan-decompose-string): Likewise.
22268 (tibetan-composition-function): Fix args to
22269 thibetan-compose-string.
22270
22271 * language/tibetan.el (tibetan-composable-pattern): More
22272 characters included.
22273 (tibetan-consonant-transcription-alist): Rule for "R" added.
22274 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22275 "+R" added.
22276 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22277
22278 * language/lao-util.el (lao-composition-function): Fix args to
22279 compose-string.
22280
22281 * language/thai-util.el (thai-composition-function): Fix args to
22282 compose-string.
22283
22284 * isearch.el (isearch-update): Set disable-point-adjustment to t
22285 to prevent the point moving to the end of a composition when a
22286 part of a composition is searched.
22287 (isearch-other-meta-char): If the key invoking this command can be
22288 mapped by function-key-map to a printing char, call
22289 isearch-process-search-char directly.
22290
22291 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22292
22293 * emacs-lisp/bytecomp.el:
22294 * frame.el:
22295 * international/mule-cmds.el:
22296 * international/mule-util.el:
22297 * international/mule.el:
22298 * mouse.el:
22299 * subr.el:
22300 * faces.el: Update calls to make-obsolete with a WHEN argument.
22301
22302 * byte-run.el (make-obsolete, make-obsolete-variable):
22303 Add an optional WHEN argument and change the format of the
22304 symbol-property information.
22305 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22306 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22307 new obsolete-symbol-property format and print WHEN if it is provided.
22308
22309 2000-05-31 Dave Love <fx@gnu.org>
22310
22311 * loadhist.el (loadhist-hook-functions): Remove
22312 before-change-function, after-change-function.
22313 (unload-feature): Deal with symbols which are both bound and
22314 fbound.
22315
22316 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22317 before-change-function, after-change-function.
22318
22319 * simple.el (newline): Don't bind before-change-function,
22320 after-change-function.
22321
22322 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22323
22324 * whitespace.el (whitespace-rescan-timer-time): Update interval
22325 set to 600 seconds (10 minutes) instead of 60 seconds since
22326 a large number of whitespace buffers causes emacs to `freeze'
22327 for a considerable amount of time.
22328
22329 * whitespace.el: Updated email address
22330
22331 2000-05-31 Dave Love <fx@gnu.org>
22332
22333 * add-log.el (change-log-font-lock-keywords) <function>: Add
22334 pattern for function of change.
22335 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22336 acknowledgements patterns.
22337
22338 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22339
22340 * isearch.el (isearch-printing-char): If keyboard coding system is
22341 being used, call isearch-process-search-multibyte-characters.
22342
22343 * international/isearch-x.el: Mostly rewritten.
22344
22345 * international/quail.el (quail-start-conversion): Don't include
22346 unhandled events in the returned events, but set them in
22347 unread-command-events. Exit if all inputs are deleted.
22348
22349 2000-05-30 Jason Rumney <jasonr@gnu.org>
22350
22351 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22352
22353 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22354 Reenable code to create initial fontsets.
22355 Use set-fontset-font in place of put-charset-property.
22356
22357 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22358
22359 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22360 label, ensure that the first colon isn't followed by another.
22361
22362 * paths.el (Info-default-directory-list): Doc fix.
22363
22364 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22365 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22366 send a query containing USER only, not USER@HOST.
22367
22368 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22369 and rmail-msgend to compute the restriction at the end, instead of
22370 computing it.
22371
22372 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22373
22374 * dabbrev.el (dabbrev-expand): Don't display messages in the
22375 echo area if the minibuffer window is active.
22376
22377 * jit-lock.el (jit-lock-mode): Add after change function to
22378 local hook.
22379
22380 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22381
22382 * antlr-mode.el: New commands: hide/unhide actions,
22383 upcase/downcase literals.
22384 (antlr-tiny-action-length): New user option.
22385 (antlr-hide-actions): New command. Suggested by
22386 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22387 (antlr-mode-map): New binding [C-c C-v].
22388 (antlr-mode-menu): New entries.
22389 (antlr-downcase-literals): New command.
22390 (antlr-upcase-literals): Ditto.
22391
22392 * antlr-mode.el: Minor changes: indendation, mode-name.
22393 (antlr-indent-line): Indent cpp directive at column 0.
22394 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22395
22396 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22397 (antlr-font-lock-additional-keywords): Workaround for intentional
22398 bug in XEmacs version of font-lock.
22399 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22400 be used by a smarter version of `buffers-menu-grouping-function'.
22401
22402 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22403
22404 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22405 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22406
22407 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22408
22409 * international/encoded-kb.el
22410 (encoded-kbd-iso2022-designation-map): Pay attention to that
22411 charset-iso-final-char return -1 for eight-bit-control and
22412 eight-bit-graphic.
22413
22414 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22415
22416 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22417 (speedbar-easymenu-definition-base): Use display-graphic-p where
22418 available, instead of window-system.
22419
22420 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22421
22422 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22423 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22424 coding systems.
22425
22426 2000-05-26 Dave Love <fx@gnu.org>
22427
22428 * disp-table.el (standard-display-underline): Don't use
22429 internal-find-face.
22430
22431 * mail/reporter.el: Maintainer change. Doc fixes.
22432 (reporter-version): Deleted.
22433
22434 * emacs-lisp/elp.el: Maintainer change.
22435 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22436
22437 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22438
22439 * add-log.el (add-change-log-entry): Merge the current entry with the
22440 previous one if the previous one is empty.
22441
22442 2000-05-26 Dave Love <fx@gnu.org>
22443
22444 * loadhist.el (unload-feature): Fix interactive spec [from
22445 lijnzaad@ebi.ac.uk].
22446
22447 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22448 subr-arity to check primitives.
22449 (byte-compile-flush-pending, byte-compile-file-form-progn)
22450 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22451 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22452 mapcar.
22453
22454 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22455
22456 * international/fontset.el: Set family names of non-latin charsets
22457 in default fontset to "*".
22458
22459 * international/mule-diag.el (print-fontset): Combine family part
22460 and registry part of the fontname by "-*-" instead of "-".
22461
22462 * international/mule-cmds.el (encode-coding-char): Make strings
22463 multibyte before calling encode-coding-string.
22464
22465 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22466
22467 * derived.el: Fix keywords.
22468 (define-derived-mode): Only define if needed.
22469
22470 * simple.el (fill-comment, comment-column, comment-start)
22471 (comment-start-skip, comment-end, comment-indent-function)
22472 (block-comment-start, block-comment-end, indent-for-comment)
22473 (set-comment-column, kill-comment, comment-padding, comment-region)
22474 (comment-multi-line, indent-new-comment-line): Remove.
22475
22476 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22477 function names for comment operations.
22478
22479 * newcomment.el: Add abundant autoload cookies.
22480 (comment-style): Don't depend on runtime data at compile-time.
22481 (comment-indent-hook): Remove.
22482 (comment-indent): Check if comment-indent-hook is bound.
22483 (comment-region): Docstring fix.
22484
22485 2000-05-25 Dave Love <fx@gnu.org>
22486
22487 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22488 byte-code-function-p.
22489
22490 * mail/rmailsum.el: Add provide.
22491
22492 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22493
22494 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22495 defcustom.
22496
22497 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22498
22499 * ediff-diff.el (ediff-exec-process): delete --binary option from
22500 non-buffer ediff jobs.
22501
22502 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22503
22504 * hilit-chg.el (highlight-changes-mode): Ask about color or
22505 grayscale support, not about window-system.
22506
22507 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22508 window-system.
22509 (ffap-highlight): Always default to t.
22510
22511 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22512 display-popup-menus-p instead of looking at window-system.
22513
22514 * disp-table.el (standard-display-g1, standard-display-graphic):
22515 Only refuse to use string glyphs on X and MS-Windows.
22516
22517 * avoid.el: Remove window-system from commentary, suggest to use
22518 display-*-p instead.
22519
22520 * apropos.el (apropos-print): Use display-mouse-p instead of
22521 window-system.
22522
22523 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22524
22525 * international/codepage.el (cp-decoding-vector-for-codepage):
22526 Fill up unsupported characters with their own codes. From Kenichi
22527 Handa.
22528
22529 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22530
22531 * international/mule-diag.el (describe-char-after): Use
22532 display-graphic-p instead of window-system, so that this function
22533 works on MS-DOS.
22534
22535 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22536
22537 * international/codepage.el (cp-make-coding-systems-for-codepage):
22538 Remove the eight-bit-graphic and eight-bit-control charsets from
22539 the list of charsets which we convert into `?'.
22540
22541 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22542
22543 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22544 private charsets.
22545 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22546 japanese-jisx0213-2): New charsets.
22547
22548 * international/fontset.el: Setup default fontset for new charsets.
22549
22550 2000-05-24 Dave Love <fx@gnu.org>
22551
22552 * info.el (Info-find-node-2): Restructure [following "Vadim
22553 S. Solomin" <sovs@uic.nnov.ru>].
22554
22555 * icomplete.el: Fix header for Finder.
22556
22557 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22558
22559 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22560 STAY.
22561
22562 * rmail.el (rmail-automatic-folder-directives): New user variable.
22563 (rmail-show-message): Add call to `rmail-auto-file' during
22564 display.
22565 (rmail-auto-file): New function.
22566
22567 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22568
22569 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22570 account.
22571 (ediff-test-utility,ediff-diff-mandatory-option)
22572 (ediff-reset-diff-options): Utilities for proper initialization of
22573 ediff-diff-options and ediff-diff3-options on Windows.
22574
22575 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22576 variable.
22577
22578 * ediff-mult.el (ediff-filegroup-action): Use
22579 ediff-merge-filename-prefix.
22580
22581 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22582
22583 * viper-ex.el (ex-write): Set selective display to nil.
22584
22585 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22586
22587 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22588 aliases for hebrew-iso-8bit.
22589
22590 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22591
22592 * woman.el: New version from Francis J. Wright
22593 <F.J.Wright@Maths.QMW.ac.uk>.
22594 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22595 names in environment variables regardless of the path separator.
22596 (woman-topic-all-completions-1): Don't call file-name-directory-p
22597 on all files, since woman-file-regexp already filters out any
22598 directories.
22599
22600 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22601
22602 * international/quail.el (quail-start-translation): Don't change
22603 modified-p of the current buffer.
22604 (quail-start-conversion): Likewise.
22605
22606 * international/kkc.el (kkc-region): Don't change modified-p of
22607 the current buffer.
22608
22609 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22610 conform to RFC1468.
22611 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22612
22613 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22614
22615 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22616 (speedbar-insert-button): Invisible text property fix.
22617 (speedbar-directory-plus): Renamed from speedbar-directory-+
22618 (speedbar-directory-minus): Renamed from speedbar-directory--
22619 (speedbar-page-plus): Renamed from speedbar-file-+
22620 (speedbar-page-minus): Renamed from speedbar-file--
22621 (speedbar-page): Renamed from speedbar-file-
22622 (speedbar-tag): Renamed from speedbar-tag-
22623 (speedbar-tag-plus): Renamed from speedbar-tag-+
22624 (speedbar-tag-minus): Renamed from speedbar-tag--
22625 (speedbar-expand-image-button-alist): Use above renames.
22626
22627 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22628 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22629 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22630 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22631 * sb-pg.xpm: Renamed from sb-file.xpm
22632 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22633 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22634
22635 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22636
22637 * international/quail.el (quail-show-guidance-buf): Set
22638 current-input-method of the guidance buffer to the name of the
22639 curren input method.
22640
22641 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22642
22643 * progmodes/compile.el (compile-internal): Style typo.
22644
22645 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22646 quote vars and functions in the docstring.
22647
22648 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22649
22650 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22651 Don't quote lambdas.
22652
22653 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22654
22655 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22656
22657 * startup.el (command-line): Determine source file of compiled
22658 user init file differently. Warn if compiled user init file
22659 is older than its source file.
22660
22661 * ffap.el (ffap-url-regexp): Add `https'.
22662
22663 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22664
22665 * files.el (make-backup-file-name-1): Replace slashes with `!'
22666 rather than `|' (which is not allowed on Windows). Replace the
22667 drive letters with a string "drive_X".
22668
22669 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22670
22671 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22672
22673 * files.el (interpreter-mode-alist): Add `bash2'.
22674
22675 2000-05-22 Dave Love <fx@gnu.org>
22676
22677 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22678 mapc.
22679 (feature-file): Avoid calling symbol-name. Doc fix.
22680 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22681 (loadhist-hook-functions): Add mouse-position-function.
22682 (unload-feature): Change uses of mapcar.
22683
22684 * files.el (parse-colon-path): Doc fix.
22685 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22686 (set-auto-mode): Use mapc.
22687
22688 * complete.el (PC-look-for-include-file): Use :alnum: character
22689 class.
22690 (partial-completion-mode): Add autoload cookie.
22691
22692 2000-05-22 Sam Steingold <sds@gnu.org>
22693
22694 * info.el (Info-fontify-node): Fixed the call to
22695 `add-text-properties' (bug introduced on 2000-05-18).
22696
22697 2000-05-22 Dave Love <fx@gnu.org>
22698
22699 * bindings.el: Remove debug-ignored-errors set in other files.
22700
22701 * progmodes/etags.el: Add to debug-ignored-errors.
22702 (visit-tags-table-buffer): Clear out buffers holding old tables
22703 when making a new list.
22704 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22705 mapc.
22706
22707 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22708 quote keywords.
22709 (cmpl-string-case-type): Use character classes.
22710
22711 * comint.el:
22712 * textmodes/ispell.el:
22713 * imenu.el:
22714 * mail/mh-e.el:
22715 * progmodes/compile.el: Add to debug-ignored-errors.
22716
22717 * dabbrev.el: Add to debug-ignored-errors.
22718 (dabbrev-completion): Use mapc.
22719
22720 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22721
22722 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22723 (woman-mapcan, woman-parse-man.conf)
22724 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22725 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22726 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22727 path syntax better.
22728 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22729 (woman-manpath): Call woman-parse-man.conf.
22730 (woman-emulation): New defcustom, defaults to nroff.
22731 (woman-font-support): New defconst.
22732 (woman-use-symbol-font): New defcustom.
22733 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22734 "Emulation".
22735 Many functions: Doc fix.
22736
22737 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22738
22739 * international/quail.el (quail-simple-translation-keymap): Map
22740 128..255 to quail-self-insert-command.
22741 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22742
22743 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22744
22745 * help.el (help-manyarg-func-alist): Typo.
22746
22747 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22748 intervals which makes it heaps simpler.
22749
22750 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22751 the nested comment markers.
22752
22753 * subr.el (remove-hook): Don't turn the hook's value into a list.
22754
22755 2000-05-21 Dave Love <fx@gnu.org>
22756
22757 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22758 are invalid characters.
22759
22760 * international/mule-util.el (detect-coding-with-priority): Use
22761 mapc. Remove redundant lambda.
22762
22763 * international/mule-diag.el (list-non-iso-charset-chars)
22764 (describe-fontset): Remove redundant lambda.
22765
22766 * emulation/crisp.el (brief-mode): New alias.
22767
22768 * emacs-lisp/ring.el (ring-elements): New function.
22769
22770 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22771 (easy-menu-do-add-item): Use keywordp.
22772
22773 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22774
22775 * replace.el: Doc and error message fixes.
22776 (replace-highlight): Use facep, not internal-find-face.
22777
22778 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22779
22780 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22781
22782 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22783 (log-edit-insert-changelog): Drop `:' as well.
22784
22785 * log-view.el: Fix file description.
22786 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22787 available.
22788 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22789 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22790
22791 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22792 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22793 Print a status message if the toggle is called interactively.
22794 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22795 for global minor modes and use `defcustom' for them.
22796 Use add-minor-mode.
22797 (easy-mmode-define-derived-mode): Remove.
22798 (define-derived-mode): Fancier default docstring.
22799 (easy-mmode-define-navigation): Signal an error rather than (ding).
22800
22801 * newcomment.el (comment-styles): New `box-multi'.
22802 (comment-normalize-vars): Better default for comment-continue to
22803 avoid whitespace-only continuations.
22804 (comment-search-forward): Always move even in the no-syntax case.
22805 (comment-padright): Only obey N if it's only obeyed for padleft.
22806 (comment-make-extra-lines): Better handling of empty continuations.
22807 Use `=' for the filler if comment-start has only one character.
22808 (uncomment-region): Try handling the special `=' filler.
22809 (comment-region): Allow LINES even if MULTI is nil.
22810 (comment-box): Choose box style based on comment-style.
22811
22812 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22813
22814 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22815 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22816
22817 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22818
22819 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22820 and insert, not subst-char-in-region.
22821
22822 * international/mule-diag.el (list-character-sets-1): Handle
22823 charsets eight-bit-control and eight-bit-graphic.
22824 (list-iso-charset-chars): Likewise.
22825 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22826 charactes as is. Use indent-to to align characters.
22827
22828 * international/mule-cmds.el (find-multibyte-characters): Never
22829 exclude charsets eight-bit-control and eight-bit-graphic.
22830
22831 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22832
22833 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22834 Don't quote lambdas.
22835
22836 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22837
22838 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22839
22840 * gud.el (gud-jdb-directories): Doc fix.
22841
22842 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22843
22844 * newcomment.el: New file.
22845
22846 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22847
22848 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22849
22850 2000-05-18 Andreas Schwab <schwab@suse.de>
22851
22852 * dired.el (dired-between-files): Also skip lines beginning with
22853 `used'.
22854
22855 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22856
22857 * msb.el (msb-menu-cond): Add choice `user'.
22858
22859 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22860
22861 * ps-print.el: Compatibility, customization and doc fix.
22862 (ps-printer-name-option): Replace defconst by defvar.
22863 (ps-postscript-code-directory): XEmacs compatibility.
22864 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22865 fix.
22866 (ps-user-defined-prologue, ps-print-prologue-header)
22867 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22868 compatibility and code fix.
22869 (ps-print-background-image, ps-print-background-text):
22870 Customization fix.
22871 (ps-line-number-start, ps-n-up-on): New vars.
22872
22873 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22874
22875 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22876 the indent-comment function to just return the appropriate indent.
22877
22878 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22879
22880 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22881 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22882 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22883
22884 2000-05-18 Dave Love <fx@gnu.org>
22885
22886 * info.el (Info-fontify-node): Add intangible property as well as
22887 invisible.
22888
22889 * calendar/appt.el (appt-make-list): Match all lines of entry.
22890 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22891
22892 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22893
22894 * international/mule-diag.el (describe-char-after): Call
22895 internal-char-font, not char-font. If internal-char-font returns
22896 nil, display "-- none --".
22897
22898 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22899
22900 * image.el (image-type-available-p): Don't reference image-types
22901 if it isn't bound.
22902
22903 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22904
22905 * autoarg.el (autoarg-mode): Typo in the :set argument.
22906
22907 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22908
22909 * startup.el (command-line-1): Don't signal an error if the
22910 directory for auto-save-list files does not yet exist.
22911
22912 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22913
22914 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22915
22916 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22917
22918 * subr.el (remove-hook): `setq' hook-value, not `set'.
22919
22920 2000-05-16 Sam Steingold <sds@gnu.org>
22921
22922 * info.el (debug-ignored-errors): More errors to ignore.
22923
22924 2000-05-16 Dave Love <fx@gnu.org>
22925
22926 * cus-edit.el: Don't require cl or easymenu.
22927 (custom-variable-prompt): Test standard-value property, not
22928 user-variable-p.
22929
22930 2000-05-16 Sam Steingold <sds@gnu.org>
22931
22932 * subr.el (add-hook): `setq' hook-value, not `set'.
22933
22934 2000-05-16 Gerd Moellmann <gerd@gnu.org>
22935
22936 * startup.el (command-line-1): Mention the FAQ in the startup
22937 message.
22938
22939 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22940
22941 * progmodes/compile.el (compilation-parse-errors): Collect
22942 `nomessage' regexps last.
22943
22944 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22945
22946 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22947 to the function name.
22948
22949 2000-05-15 Dave Love <fx@gnu.org>
22950
22951 * speedbar.el (speedbar-recenter): Typo.
22952 (speedbar-expand-line): Make arg optional.
22953 (speedbar-mode): Avoid a compiler warning.
22954
22955 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22956
22957 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22958 user-specified option string is empty.
22959
22960 * mouse.el (mouse-yank-at-click): Doc fix.
22961
22962 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22963
22964 * term/internal.el (IT-character-translations): More updates of
22965 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22966 documents.
22967
22968 2000-05-15 Gerd Moellmann <gerd@gnu.org>
22969
22970 * env.el (getenv): New function, interactively callable.
22971 (setenv, getenv): Remove autoload cookies.
22972
22973 * loadup.el: Load `env'.
22974
22975 * progmodes/f90.el: Change author's mail address.
22976
22977 2000-05-14 Dave Love <fx@gnu.org>
22978
22979 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22980 goto-addr as an option.
22981
22982 * help.el (help-xref-stack): Doc fix.
22983 (help-xref-following): New variable.
22984 (help-make-xrefs): Use it.
22985 (help-xref-go-back): Use position information from stack element.
22986 (help-follow): Make position in stack element a pair. Use
22987 help-xref-following.
22988
22989 * autoarg.el: New file.
22990
22991 * faces.el: Declare more functions obsolete.
22992
22993 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22994 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22995 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22996 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22997 Remove all the setup-...-environment functions.
22998
22999 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23000
23001 * speedbar.el: Updated the commentary section. xemacs20p now uses
23002 >= when detecting. Require `defimage' safely.
23003 (speedbar-easymenu-definition-base): Add toggle for images.
23004 (speedbar-easymenu-definition-special): Add flush cache & expand.
23005 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23006 (speedbar-reconfigure-keymaps-hook): New variable.
23007 (speedbar-frame-parameters): Updated documentation.
23008 (speedbar-use-imenu-flag): Updated custom tag
23009 (speedbar-dynamic-tags-function-list): New variable.
23010 (speedbar-tag-hierarchy-method): Updated doc & custom.
23011 (speedbar-indentation-width, speedbar-indentation-width) New
23012 variables.
23013 (speedbar-hide-button-brackets-flag): Customizable.
23014 (speedbar-vc-indicator): Doc update.
23015 (speedbar-ignored-path-expressions): Updated default value.
23016 (speedbar-supported-extension-expressions): Updated default value.
23017 (speedbar-syntax-table): Remove {} paren status.
23018 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23019 as "+". Added overlay aliases.
23020 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23021 `force-mode-line-update'.
23022 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23023 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23024 `mouse-set-point'
23025 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23026 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23027 of arbitrary text, and new helper functions.
23028 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23029 filename finder.
23030 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23031 (speedbar-directory-buttons): Update path search/expansion.
23032 (speedbar-make-tag-line): Pay attention to
23033 `speedbar-indentation-width'. Use more care w/ invisible
23034 properties.
23035 (speedbar-change-expand-button-char): Call
23036 `speedbar-insert-image-button-maybe'.
23037 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23038 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23039 (speedbar-trim-words-tag-hierarchy)
23040 (speedbar-simple-group-tag-hierarchy): New functions
23041 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23042 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23043 functions.
23044 (speedbar-mouse-set-point): New function
23045 (speedbar-power-click): Updated documentation.
23046 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23047 of tag prefix text.
23048 (speedbar-expand-line, speedbar-contract-line): Make more robust
23049 to strange text.
23050 (speedbar-expand-line): Takes universal argument to flush the
23051 cache.
23052 (speedbar-flush-expand-line): New function.
23053 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23054 Use new generator insertion method.
23055 (speedbar-fetch-dynamic-tags): New function.
23056 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23057 `speedbar-fetch-dynamic-imenu'.
23058 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23059 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23060 "Revert Buffer" menu items.
23061 (speedbar-buffer-buttons-engine): Be smarter when creating a
23062 filename tag (for expansion purposes.).
23063 (speedbar-highlight-one-tag-line,
23064 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23065 (speedbar-recenter): New functions.
23066 (defimage-speedbar): Image loading abstraction.
23067 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23068 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23069 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23070 (speedbar-tag-type, speedbar-tag-mail): New images.
23071 (speedbar-expand-image-button-alist): New variable.
23072 (speedbar-insert-image-button-maybe): Insert an image over some
23073 buttons.
23074
23075 2000-05-13 Kenichi Handa <handa@etl.go.jp>
23076
23077 * international/mule-cmds.el (encode-coding-char): An ASCII
23078 character is always encodable.
23079
23080 * international/mule-conf.el: Add more information in descriptions
23081 of character sets.
23082
23083 * international/mule-diag.el (describe-char-after): New function.
23084 (describe-font-internal): Adjusted for the change of font-info.
23085 (describe-font): Likewise.
23086 (print-fontset): Rewritten for the new fontset implementation.
23087 (describe-fontset): Include fontset alias names in completion.
23088 (list-fontsets): Adjusted for the change of print-fontset.
23089
23090 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23091 describe-char-after instead of displaying the detail in the echo
23092 area.
23093 (syntax-code-table): Format changed.
23094 (string-to-syntax): Adjusted for the above change.
23095
23096 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23097
23098 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23099
23100 2000-05-12 Dave Love <fx@gnu.org>
23101
23102 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23103 dependence. Use line-{beginning,end}-position, not
23104 point-at{b,e}ol. Some doc fixes.
23105 (todo-position): New function. Fix callers of position to use it.
23106 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23107
23108 2000-05-12 Gerd Moellmann <gerd@gnu.org>
23109
23110 * time.el (display-time-mail-icon): Use `:ascent center'.
23111
23112 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23113 handling FTP security extensions.
23114
23115 2000-05-11 Dave Love <fx@gnu.org>
23116
23117 * calendar/todo-mode.el: New file.
23118
23119 2000-05-11 Gerd Moellmann <gerd@gnu.org>
23120
23121 * comint.el (comint-read-input-ring): Move reference to
23122 comint-input-ring-size outside of the save-excursion. It was
23123 causing the default value to be the only one ever seen.
23124
23125 * font-lock.el: Update copyright. Remove Simon Marshall's email
23126 address on request from him.
23127
23128 * subr.el (substitute-key-definition): Add comment describing
23129 the meaning of PREFIX.
23130
23131 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23132
23133 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23134
23135 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23136 (add-minor-mode): Don't make the variable buffer-local and add a
23137 reference to define-minor-mode in the docstring.
23138
23139 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23140 HEADER/FOOTER and fix bug with trailing empty directory.
23141 (cvs-append-to-ignore): Use vc-editable-p if available.
23142 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23143 (vc-do-command): Tweak advice to handle the new VC.
23144
23145 * log-view.el (log-view-goto-rev): New function for the new VC.
23146 (log-view-minor-wrap): Use mark-active.
23147
23148 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23149 (log-edit-changelog-full-paragraphs): New var.
23150 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23151 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23152 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23153 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23154 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23155 Replace the `cvs' prefix with `log-edit'.
23156
23157 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23158
23159 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23160 (diff-font-lock-defaults): Explicitly turn off multiline.
23161 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23162 (diff-ediff-patch): Fix call to ediff-patch-file.
23163 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23164 Handle comments.
23165
23166 * frame.el (automatic-hscrolling): Typo.
23167
23168 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23169
23170 2000-05-09 Sam Steingold <sds@goems.com>
23171
23172 * apropos.el (apropos-print): use `describe-face' instead of
23173 `customize-face-other-window'.
23174
23175 2000-05-09 Dave Love <fx@gnu.org>
23176
23177 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23178
23179 * help.el (describe-variable): Have customize button pop the
23180 help-xref stack when invoked.
23181 (help-xref-symbol-regexp): Add `face'.
23182 (help-make-xrefs): Check for quoted face names and adapt regexp
23183 submatch numbers to cope.
23184 (help-xref-interned): Maybe insert face doc too. Separate
23185 sections with a line of hyphens.
23186
23187 * faces.el: Some doc fixes. Declare some functions obsolete.
23188 (describe-face): Add customize button. Return the help
23189 text. Fix prompt.
23190
23191 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23192
23193 * term/internal.el (IT-character-translations): Fix last change.
23194
23195 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23196
23197 * woman.el: New file
23198 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23199
23200 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23201
23202 * term/internal.el (IT-character-translations): Update ASCII
23203 simulations for greek-iso8859-7, add latin-iso8859-14 and
23204 latin-iso8859-15.
23205
23206 * international/mule-cmds.el (set-language-info-alist): Call
23207 define-prefix-command with 3 arguments, to make the map suitable
23208 for a menu.
23209
23210 2000-05-07 Dave Love <fx@gnu.org>
23211
23212 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23213
23214 2000-05-05 Dave Love <fx@gnu.org>
23215
23216 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23217 list in doc string. Don't quote keyword symbols.
23218 * emacs-lisp/cl.el: Likewise
23219 * emacs-lisp/cl-seq.el: Likewise
23220
23221 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23222
23223 * abbrev.el (abbrev-mode): Make ARG optional.
23224
23225 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23226
23227 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23228
23229 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23230
23231 * subr.el (substitute-key-definition): Clarify documentation.
23232
23233 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23234
23235 * glasses.el (glasses-convert-to-unreadable): Use
23236 `glasses-separator' instead of the hard-wired "_".
23237 (glasses-mode): Call `glasses-make-unreadable' only in a single
23238 place.
23239
23240 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23241
23242 * term/internal.el (cjk-codepages-alist): Add associations for
23243 Chinese and Korean codepages. Remove FIXME comment.
23244
23245 2000-05-03 Dave Love <fx@gnu.org>
23246
23247 * time.el (display-time-mail-face, display-time-use-mail-icon):
23248 New option.
23249 (display-time-mail-icon): New variable.
23250 (display-time-string-forms): Use the above. Fix the local-map.
23251
23252 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23253
23254 * replace.el (query-replace-map): Add binding for `E'.
23255 (query-replace-help): Extend help text.
23256 (perform-replace): Allow editing the replacement string.
23257
23258 * make-mode.el (makefile-mode-abbrev-table): New variable.
23259 (makefile-mode): Set local abbrev table to
23260 makefile-mode-abbrev-table.
23261 (makefile-font-lock-keywords): Fontify includes and conditionals.
23262
23263 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23264 set TOGGLE's value.
23265
23266 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23267 mail-interactive-insert-alias.
23268 (mail-abbrev-complete-alias): New command.
23269 (mail-mode-map): Bind it to `M-TAB'.
23270
23271 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23272
23273 * language/lao-util.el (lao-compose-region): New function.
23274
23275 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23276
23277 * files.el (recover-session): Make directories as necessary
23278 if they don't exist yet.
23279
23280 * calendar/cal-french.el
23281 (french-calendar-multibyte-special-days-array)
23282 (french-calendar-special-days-array): Change French text.
23283 (calendar-french-date-string): Change output.
23284 (calendar-goto-french-date): Likewise.
23285
23286 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23287
23288 * wid-edit.el (widget-default-active): Obey `:always-active'.
23289 (widget-documentation-string-value-create): Set `:always-active'.
23290
23291 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23292
23293 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23294 default prefix to `~/_emacs.d/auto-save.list/_s'.
23295 (normal-top-level): Create the directory for auto-save files, if
23296 it doesn't already exist (in the ms-dos case only).
23297
23298 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23299
23300 * international/mule-cmds.el (set-language-environment): Don't
23301 concat an integer (dos-codepage), use format instead.
23302
23303 2000-05-02 Dave Love <fx@gnu.org>
23304
23305 * help.el (help-xref-on-pp): Check for constant symbols.
23306
23307 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23308
23309 * startup.el (normal-top-level): Put a condition-case around
23310 the code loading subdirs.el.
23311
23312 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23313
23314 * ps-print.el: Upside-down and face background color printing,
23315 line number step, doc fix.
23316 (ps-print-version): New version number (5.2).
23317 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23318 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23319 (ps-spool-config): Var fix.
23320 (ps-printer-name-option): Const fix.
23321 (ps-print-upside-down, ps-use-face-background)
23322 (ps-line-number-step): New vars.
23323 (ps-window-system, ps-lp-system): New consts.
23324 (ps-face-background): New fun.
23325
23326 2000-04-28 Richard Stallman <rms@gnu.org>
23327
23328 * files.el (make-auto-save-file-name):
23329 Apply auto-save-file-name-transforms to visited file name
23330 before generating auto save file name.
23331 (auto-save-file-name-transforms): New variable.
23332
23333 * files.el (backup-enable-predicate):
23334 Correctly test for a file under a temporary directory.
23335
23336 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23337
23338 * subr.el (add-minor-mode): Rewritten.
23339
23340 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23341
23342 * mail/sendmail.el (sendmail-send-it): Set
23343 buffer-file-coding-system to the selected coding system for MIME
23344 header.
23345
23346 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23347
23348 * dired.el (dired-move-to-filename-regexp): Allow format where
23349 YYYY is followed by two spaces.
23350
23351 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23352 in the second character class of the regexp.
23353
23354 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23355 mh-etc, too.
23356
23357 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23358 nil.
23359
23360 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23361
23362 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23363 argument.
23364
23365 2000-04-27 Sen Nagata <sen@eccosys.com>
23366
23367 * emacs-lisp/crm.el (crm-completion-table): New variable.
23368 (crm-collection-fn, crm-test-completion)
23369 (completing-read-multiple): Use it.
23370
23371 2000-04-27 Dave Love <fx@gnu.org>
23372
23373 * help.el (locate-library): Use mapc.
23374 (help-manyarg-func-alist): Add call-process-region.
23375
23376 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23377
23378 * subr.el (add-minor-mode): Make argument MAP optional.
23379
23380 * desktop.el (desktop-save): Save list of minor modes.
23381 (desktop-create-buffer): Restore minor modes.
23382 (desktop-minor-mode-table): New user-option.
23383
23384 * subr.el (add-minor-mode): New function.
23385
23386 * image.el (find-image): New function.
23387 (defimage): Rewritten to find image at load time.
23388
23389 * startup.el (normal-top-level-add-to-load-path): Handle
23390 case that the default directory is not in load-path.
23391
23392 * help.el: Old patch from Stefan Monnier.
23393 (help-xref-on-pp): New function.
23394 (describe-variable): Use it to display xrefs in a symbol's value.
23395
23396 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23397
23398 * cus-edit.el (custom-face): Fix parenthesis.
23399
23400 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23401
23402 * mail/rmail.el (rmail-expunge): When there are no deleted
23403 messages, do nothing.
23404
23405 2000-04-26 Dave Love <fx@gnu.org>
23406
23407 * international/mule-cmds.el (locale-translation-file-name):
23408 Defvar to nil.
23409 (set-locale-environment): Set it here (at runtime).
23410
23411 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23412
23413 * replace.el (perform-replace): Add parameters START and END. Use
23414 them instead of the check for a region in Transient Mark mode.
23415 (query-replace-read-args): Return two more list elements for the
23416 start and end of the region in Transient Mark mode.
23417 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23418 (map-query-replace-regexp, replace-string, replace-regexp): Add
23419 optional last arguments START and END and pass them to
23420 perform-replace.
23421
23422 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23423 form with additional arguments for perform-replace.
23424
23425 * progmodes/etags.el (tags-query-replace): Add parameters START
23426 and END. Construct a form with additional arguments for
23427 perform-replace.
23428
23429 * simple.el (shell-command): Set default directory for "*Shell
23430 Command Output" buffer.
23431
23432 * language/european.el (iso-latin-4): Fix typo.
23433
23434 * emacs-lisp/crm.el: New file.
23435
23436 2000-04-24 Dave Love <fx@gnu.org>
23437
23438 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23439 (Custom-reset-saved, Custom-reset-standard)
23440 (custom-group-value-create, custom-group-set, custom-group-save)
23441 (custom-group-reset-current, custom-group-reset-saved)
23442 (custom-group-reset-standard): Use mapc.
23443 (custom-buffer-create-internal): Disable undo when creating items.
23444 Use mapc.
23445 (custom-face): Avoid redundant lambda.
23446
23447 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23448
23449 * startup.el (auto-save-list-file-prefix): Set default to
23450 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23451
23452 2000-04-24 Sam Steingold <sds@gnu.org>
23453
23454 * time-stamp.el (time-stamp-string-preprocess): Always convert
23455 `field-result' to a string.
23456
23457 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23458
23459 * frame.el (scrolling): New group.
23460 (automatic-hscrolling): New user-option.
23461
23462 * startup.el (command-line-x-option-alist): Add `-lsp' and
23463 `--line-spacing'.
23464
23465 2000-04-19 Dave Love <fx@gnu.org>
23466
23467 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23468 (cl-mapc): Rename from mapc. Fix the funcall.
23469
23470 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23471
23472 * simple.el (clone-indirect-buffer-other-window): New command.
23473 (clone-indirect-buffer): Add optional arg NORECROD.
23474 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23475
23476 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23477
23478 * window.el (count-screen-lines): New function.
23479 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23480 instead of window-buffer-height.
23481
23482 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23483 non-existing variable comint-input-sentinel.
23484 (inferior-lisp-args-to-list): Removed.
23485 (inferior-lisp): Use split-string instead of
23486 inferior-lisp-args-to-list.
23487
23488 * hexl.el (hexl-insert-hex-string): New command.
23489
23490 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23491 instead of concat.
23492
23493 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23494
23495 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23496 at the start of an existing but empty folder.
23497
23498 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23499
23500 * ps-mule.el: Customization fix, doc fix.
23501 (ps-multibyte-buffer): Customization fix.
23502
23503 2000-04-17 Richard M. Stallman <rms@gnu.org>
23504
23505 * subr.el (read-passwd): Use read-char-exclusive.
23506
23507 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23508
23509 * textmodes/texinfo.el (texinfo-insert-@email)
23510 (texinfo-insert-@emph, texinfo-insert-@quotation)
23511 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23512 (texinfo-mode-map): Add key bindings for them.
23513
23514 * files.el (basic-save-buffer-2): Use a template with `$'
23515 instead of `#' for VMS.
23516
23517 * simple.el (clone-indirect-buffer): New function.
23518
23519 2000-04-16 Stephen Eglen <stephen@gnu.org>
23520
23521 * iswitchb.el (iswitchb-case): New function. If the user input
23522 contains any upper-case characters, the search is made
23523 case-sensitive.
23524
23525 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23526
23527 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23528 comment-end.
23529 (texinfo-font-lock-syntactic-keywords): New var.
23530 (texinfo-font-lock-keywords): Remove comment regexp.
23531 (texinfo-insert-block): New function.
23532 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23533 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23534 and font-lock-defaults. Use regexp-opt for outline-regexp.
23535 (texinfo-environments): New var.
23536 (texinfo-environment-regexp): Use regexp-opt and
23537 texinfo-environments.
23538
23539 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23540 ispell-process is bound since this might be eval'd before ispell
23541 is loaded.
23542 (ispell-message): Use a tiny bit less magic and a bit more hard
23543 data to figure out what kind of sc-cite-regexp to use.
23544
23545 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23546
23547 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23548 (insert-cyclic-diary-entry): Unquote the lambda.
23549
23550 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23551
23552 * files.el (backup-enable-predicate): Unquote the lambda.
23553
23554 * cus-edit.el (custom-face, face): Unquote the lambda.
23555
23556 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23557
23558 * ps-print.el: Check for line-beginning-position definition.
23559
23560 * ps-print.el: Fix counting lines in a region.
23561 (ps-print-version): New version number (5.1.5).
23562 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23563 (ps-printing-region): Fun code fix.
23564
23565 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23566
23567 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23568 to file-directory-p.
23569
23570 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23571
23572 * gud.el (gud-jdb-build-source-files-list): Check that directory
23573 exists before calling directory-files.
23574
23575 2000-04-13 Dave Love <fx@gnu.org>
23576
23577 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23578 syntax.
23579
23580 * emacs-lisp/cl-specs.el: Remove when, unless.
23581
23582 * emacs-lisp/cl-extra.el: Don't quote keywords.
23583 (cl-old-mapc): New variable.
23584 (mapc): Use it.
23585 (cl-map-intervals): Use with-current-buffer. Don't check for
23586 next-property-change.
23587 (cl-map-overlays): Use with-current-buffer.
23588 (cl-expt): Remove.
23589 (copy-tree, remprop): Define unconditionally.
23590
23591 * emacs-lisp/cl-compat.el (keywordp): Remove.
23592
23593 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23594 to use keywordp.
23595 (edebug-spec): Enable keywordp.
23596
23597 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23598 string-lessp.
23599
23600 * cus-start.el: Use keywordp.
23601
23602 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23603
23604 * diary-lib.el (include-other-diary-files): Fix the fix of
23605 2000-02-18 by doing a save-excursion.
23606
23607 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23608
23609 * ps-print.el: Customization fix, doc fix.
23610 (ps-print-version): New version number (5.1.4).
23611 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23612 (ps-print-preprint): Adjust code.
23613 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23614 (ps-print-prologue-header, ps-print-control-characters)
23615 (ps-spool-config): Customization fix.
23616
23617 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23618
23619 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23620 converted to the new menu-item format, names silightly changed,
23621 help strings added.
23622
23623 Support for spelling without async subprocesses:
23624
23625 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23626 (ispell-session-buffer): New variables.
23627 (ispell-start-process, ispell-process-status,
23628 ispell-accept-output, ispell-send-string): New functions, for
23629 Ispell invocation when async subprocesses aren't supported.
23630 (ispell-word, ispell-pdict-save, ispell-command-loop,
23631 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23632 to process-send-string with calls to ispell-send-string, and
23633 accept-process-output with ispell-accept-output.
23634 (ispell-init-process): Call ispell-process-status instead of
23635 process-status with.
23636 (ispell-init-process): Call ispell-start-process. Call
23637 ispell-accept-output and ispell-send-string. Don't call
23638 process-kill-without-query and kill-process if they are unbound.
23639 (ispell-async-processp): New function.
23640
23641 2000-04-12 Dave Love <fx@gnu.org>
23642
23643 * info.el: Add debug-ignored-errors.
23644 (Info-mode-menu): Add some items.
23645 (Info-directory): Add autoload cookie.
23646
23647 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23648 Modify `truncate-lines'. Make `describe-language-environment'
23649 always visible and add help. Modify `describe-key' help. Invoke
23650 Info-directory from `info'. New entry `emacs-manual'.
23651
23652 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23653
23654 * progmodes/ebrowse.el (ebrowse-tree-mode):
23655 Use propertized-buffer-identification.
23656 (ebrowse-update-member-buffer-mode-line): Likewise.
23657 (ebrowse--mode-strings): Removed.
23658 (ebrowse--mode-line-props): Removed.
23659
23660 * files.el (auto-mode-alist): Add `EBROWSE'.
23661
23662 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23663 space before testing for end of buffer.
23664 (ebrowse-load): Removed.
23665 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23666 (ebrowse-create-tree-buffer): Rewritten.
23667 (ebrowse-tree-mode): Read tree from buffer.
23668
23669 * progmodes/ebrowse-ffh.el: Removed.
23670
23671 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23672
23673 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23674
23675 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23676
23677 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23678 at the wrong place.
23679
23680 2000-04-09 Dave Love <fx@gnu.org>
23681
23682 * files.el (backup-enable-predicate):
23683 Use temporary-file-directory, small-temporary-file-directory.
23684 (make-backup-file-name-function, backup-directory-alist): New vars.
23685 (make-backup-file-name-1): New function.
23686 (make-backup-file-name): Use it.
23687 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23688 (file-newest-backup): Use make-backup-file-name.
23689
23690 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23691
23692 * progmodes/ebrowse-ffh.el: New file.
23693
23694 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23695 Moved to ebrowse-ffh.el.
23696 (ebrowse-load): Add autoload.
23697
23698 * finder.el (finder-commentary): Add autoload cookie.
23699
23700 * mail/rfc2368.el: Correct author's email address.
23701
23702 * progmodes/ebrowse.el: New file.
23703
23704 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23705 item help string.
23706 (easy-menu-do-add-item): Ditto.
23707 (easy-menu-define): Extend doc string.
23708
23709 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23710 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23711 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23712 with-buffer-unmodified.
23713
23714 2000-04-08 Dave Love <fx@gnu.org>
23715
23716 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23717 unless, when.
23718
23719 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23720
23721 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23722 (viper-flash-search-pattern): No operation when using Emacs
23723 doesn't support face.
23724 Use `viper-put-on-search-overlay'.
23725
23726 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23727
23728 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23729 like C-r.
23730
23731 * progmodes/make-mode.el: Some doc fixes.
23732 (makefile-mode-abbrev-table): New variable.
23733 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23734 (makefile-font-lock-keywords): Fontify includes and conditionals.
23735 (toplevel): Require `dabbrev' and `add-log' when compiling.
23736
23737 * replace.el (perform-replace): Don't move forward one char
23738 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23739 to do that because it leaves point 1 position after the last
23740 replacement, after everything has been replaced.
23741
23742 * jit-lock.el (with-buffer-unmodified): New macro.
23743 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23744 modified state.
23745 (jit-lock-function-1): Extracted from jit-lock-function; not
23746 preserving buffer's modified state.
23747 (jit-lock-function, jit-lock-stealth-fontify):
23748 Call jit-lock-function-1.
23749
23750 * mail/rfc2368.el: Remove supernumerary copyright line.
23751
23752 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23753
23754 * glasses.el: Provide facilities for inserting space before left
23755 parentheses and uncapitalization of identifiers.
23756 (glasses-mode): Try to remove old overlays in all cases.
23757
23758 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23759
23760 * progmodes/compile.el (compile-internal): Display the compilation
23761 buffer in a different frame, if it's already displayed there.
23762
23763 * mail/rfc2368.el: New file.
23764
23765 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23766 header and insert its value as mail body.
23767
23768 * subr.el (member-ignore-case): New function.
23769
23770 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23771 (dabbrev--find-expansion): Ignore buffers matching a regexp
23772 from dabbrev-ignored-regexps.
23773
23774 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23775 to extensions handled by gzip.
23776
23777 2000-04-03 Richard M. Stallman <rms@gnu.org>
23778
23779 * files.el (insert-directory): List the total free space
23780 along with the used space.
23781
23782 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23783 line is followed by one that matches CITATION-REGEXP, end the
23784 paragraph.
23785
23786 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23787
23788 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23789 (rmail-make-basic-summary-line): Use that option.
23790
23791 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23792
23793 * international/mule-cmds.el (encoded-string-description):
23794 Rewritten. Try pretty description for ISO 2022 escape sequences
23795 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23796 for hexadecimal format.
23797
23798 2000-04-01 Dave Love <fx@gnu.org>
23799
23800 * cpp.el: Change customization group to `c' from `C'.
23801
23802 * vcursor.el (vcursor-move): Use display-color-p.
23803
23804 * international/mule-util.el: Provide mule-utils.
23805 (string-to-sequence): Simplify and speed up.
23806
23807 * international/mule.el (make-coding-system): Purecopy doc-string.
23808
23809 * international/mule-cmds.el: Various menu changes.
23810 (describe-specified-language-support): Handle `Default'.
23811 (set-language-info): Purecopy `info'.
23812
23813 2000-03-31 Andrew Innes <andrewi@gnu.org>
23814
23815 * vc.el (vc-backend-diff): Return the correct status if we had to
23816 retry the rcsdiff command without the --brief option.
23817
23818 2000-03-31 Dave Love <fx@gnu.org>
23819
23820 * help.el (help-manyarg-func-alist): Correct several omissions.
23821
23822 * add-log.el: Don't require cl, fortran.
23823 (add-log-current-defun-function): Doc fix.
23824 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23825 (change-log-version-rcs): Function deleted.
23826 (change-log-version-number-search): Doc fix.
23827 Use vc-workfile-version. Avoid CL dolist.
23828 (add-change-log-entry): Just call add-log-current-defun to get
23829 defun. Simplify somewhat.
23830 (change-log-get-method-definition-1): Likewise.
23831 (add-log-current-defun): Return nil if calling
23832 add-log-current-defun-function does so. Move Fortran stuff to
23833 fortran.el. Return string without properties.
23834
23835 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23836 and :alpha: char classes.
23837
23838 * mail/supercite.el: Defvar curline when compiling.
23839 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23840 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23841 rather than a-zA-Z0-9 to allow non-ASCII characters.
23842
23843 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23844
23845 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23846
23847 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23848 Re-enable new code.
23849
23850 * lpr.el (print-region-1): Use -d to specify printer name for
23851 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23852
23853 2000-03-31 Dave Love <fx@gnu.org>
23854
23855 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23856 Look for function definition in symbol's function value slot first
23857 instead of first consulting byte-compile-function-environment.
23858
23859 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23860
23861 * language/european.el ("Polish"): New language environment.
23862 (setup-polish-environment): New function.
23863
23864 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23865
23866 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23867 Disable new code.
23868
23869 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23870 trying to `load' the symbol of an autoload instead of the file
23871 recorded in the autoload. Fix error messages.
23872
23873 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23874
23875 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23876 (ps-print-version): New version number (5.1.3).
23877 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23878 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23879 (ps-generate-postscript-with-faces): Code fix.
23880 (ps-color-values): XEmacs compatibility.
23881 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23882 (ps-default-fg, ps-default-bg): Adjust customization.
23883 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23884 (ps-color-scale): Renaming old ps-color-value fun.
23885 (ps-print-headers): Replace ps-print-header group to avoid conflict
23886 with ps-print-header variable.
23887 (ps-print-miscellany): New group.
23888 (ps-format-color, ps-rgb-color): New funs.
23889 (ps-default-foreground): New var.
23890 (ps-printer-name-option): New const.
23891
23892 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23893
23894 * net/net-utils.el:
23895 (network-connection-host, network-connection-service): New variables
23896 (network-connection-mode): New mode, derived from comint-mode
23897 (network-connection-mode-setup): New function, saves host and
23898 service information in local variables.
23899
23900 * lisp/locate.el:
23901 (locate-word-at-point): Added this function
23902 (locate): Default to using locate-word-at-point as input
23903 Run dired-mode-hook
23904
23905 2000-03-29 Dave Love <fx@gnu.org>
23906
23907 * calendar/appt.el: Doc fixes.
23908 (appt-check): Convert min-to-app to a string before passing to
23909 appt-disp-window-function or concat.
23910 (appt-delete-window): Remove test for frame-root-window.
23911 (appt-select-lowest-window, appt-convert-time): Simplify.
23912
23913 * emacs-lisp/bytecomp.el: Doc fixes.
23914 (byte-compile-file-form-autoload):
23915 Update byte-compile-function-environment.
23916
23917 2000-03-29 Andreas Schwab <schwab@suse.de>
23918
23919 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23920
23921 * dired.el (dired-insert-directory): If dired-free-space-program
23922 failed just delete its output.
23923
23924 2000-03-29 Dave Love <fx@gnu.org>
23925
23926 * international/iso-cvt.el: Move provide to end. Doc fixes.
23927 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23928 (iso-iso2sgml, iso-sgml2iso): New functions.
23929 (iso-cvt-define-menu): Fix some entries and use backquote for
23930 clarity.
23931
23932 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23933
23934 2000-03-28 Gerd Moellmann <gerd@gnu.org>
23935
23936 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23937 ISO-DATE. If non-nil, return date in ISO 8601 format.
23938
23939 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23940
23941 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23942 if it ever becomes used.
23943 (log-edit-mode-hook): Default to vc-log-mode-hook.
23944 (log-edit-mode): Fix the docstring.
23945
23946 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23947 the code.
23948
23949 2000-03-26 Dave Love <fx@gnu.org>
23950
23951 * net/browse-url.el (browse-url): Re-fix case of
23952 browse-url-browser-function being an alist.
23953 (browse-url): Add :link to defgroup.
23954
23955 * files.el: Doc fixes.
23956 (file-truename): Include `[' in wildcard characters.
23957 (automount-dir-prefix): Customize.
23958 (find-file-wildcards): Add :version.
23959 (find-file-noselect): Simplify a mapcar call.
23960
23961 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23962 compatible with inf-lisp version.
23963 (eval-defun-1): Fix custom-declare-variable case.
23964
23965 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23966
23967 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23968
23969 2000-03-24 Gerd Moellmann <gerd@gnu.org>
23970
23971 * Makefile (COMPILE_FIRST): New macro.
23972 (compile-files): Compile files from COMPILE_FIRST first.
23973
23974 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23975
23976 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23977 matching open parenthesis in column 0 to defun-prompt-regexp
23978 only if open-paren-in-column-0-is-defun-start is set.
23979
23980 * sun-curs.el: Require CL at compile-time only.
23981
23982 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23983 instead of copy-list which is a function from CL.
23984 (msb--choose-menu, msb--mode-menu-cond)
23985 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23986 (msb--init-file-alist): Use mapcar instead of mapcan.
23987 (msb--aggregate-alist): Use mapcar instead of mapcan.
23988 Fix `(' in column 0 in doc string.
23989 (msb--add-separators): Use mapcar instead of mapcan.
23990
23991 * cus-dep.el: Require CL at compile-time only.
23992
23993 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23994
23995 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23996 (byte-compile-warnings): New warning `noruntime'.
23997 (byte-compile-constants, byte-compile-variables): Fix docstring.
23998 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23999 execute `eval-whenc-compile's body.
24000 (byte-compile-unresolved-functions): Fix docstring.
24001 (byte-compile-eval): New function.
24002 (byte-compile-callargs-warn): Check if the function will be available
24003 at runtime (via property `byte-compile-noruntime').
24004 (byte-compile-print-syms): New function.
24005 (byte-compile-warn-about-unresolved-functions): Also warn about
24006 `noruntime' functions (and use `byte-compile-print-syms').
24007 (byte-compile-file): Capitalize the message.
24008
24009 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24010
24011 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24012 (rmail-expunge): Ask for confirmation depending on the setting
24013 of rmail-confirm-expunge.
24014
24015 2000-03-23 Gerd Moellmann <gerd@gnu.org>
24016
24017 * Makefile (bootstrap-clean): If $(emacs) exists, build
24018 loaddefs.el first. A loaddefs.el that's not up-to-date might
24019 cause a bootstrap failure because things don't autoload as expected.
24020
24021 2000-03-23 Dave Love <fx@gnu.org>
24022
24023 * net/browse-url.el: Restore previous use of
24024 browse-url-maybe-new-window.
24025
24026 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24027
24028 * ps-print.el: Skip banner page fix.
24029 (ps-print-version): New version number (5.1.2).
24030 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24031
24032 2000-03-23 Dave Pearson <davep@davep.org>
24033
24034 * net/quickurl.el Changed the type of parameter passed to the
24035 function defined by `quickurl-format-function'. Before only the
24036 text of the URL was passed. Now the whole URL structure is passed
24037 and the function is responsible for extracting the parts it requires.
24038 Changed the default of `quickurl-format-function' accordingly.
24039 (quickurl-insert): Changed the `funcall' of
24040 `quickurl-format-function' to match the above change.
24041 (quickurl-list-insert): Changed the `url' case so that it makes
24042 use of `quickurl-format-function', previous to this the format was
24043 hard wired.
24044
24045 2000-03-22 Gerd Moellmann <gerd@gnu.org>
24046
24047 * startup.el: Change some spellings for the X Window System.
24048
24049 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24050
24051 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24052 Clean up the code and the regexp and make sure the cursor is
24053 temporarily moved to the suspicious line while querying the user.
24054
24055 2000-03-22 Jason Rumney <jasonr@gnu.org>
24056
24057 * w32-fns.el (w32-charset-info-alist): Initialize.
24058
24059 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24060
24061 * ps-print.el: N-up last page fix.
24062 (ps-print-version): New version number (5.1.1).
24063 (ps-end-file, ps-end-job, ps-generate): Code fix.
24064
24065 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24066
24067 * files.el (find-file-run-dired): Update docstring.
24068 (find-directory-functions): New hook.
24069 (find-file-noselect): Run find-directory-functions rather than
24070 calling dired directly.
24071
24072 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24073
24074 * pcvs.el: Add a minimal leading commentary.
24075 (cvs-make-cvs-buffer): Change the header part by removing the startup
24076 message and adding a `Module' entry. Also replace the FOOTER and
24077 HEADER special fileinfos with the new support in ewoc for updating
24078 its own footer and header.
24079 (cvs-update-header): Update to use the header/footer of the ewoc.
24080 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24081 (cvs-is-within-p): New function.
24082 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24083 to only examine some subset of the buffers.
24084
24085 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24086 `format' instead of our own ad-hoc functions.
24087 Remove HEADER and FOOTER cases, now handled in the EWOC.
24088 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24089
24090 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24091 output to avoid scaring the user.
24092 (cvs-parse-table): Catch message for non-up-to-date commits.
24093
24094 * pcvs-defs.el (cvs-startup-message): Remove.
24095 (cvs-global-menu): New autoloaded menu.
24096
24097 * pcvs-util.el (cvs-string-fill): Remove.
24098
24099 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24100 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24101 PP part of it and also make it work for footers and headers.
24102 (ewoc-create): Drop POS and BUFFER arguments.
24103 Use the DLL's dummy node to store the end-of-footer position.
24104 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24105 (ewoc-refresh): Remove unused `header' variable.
24106 (ewoc-(get|set)-hf): New functions.
24107
24108 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24109 log-view-*-(message|file) and use easy-mmode-define-navigation.
24110 (log-view-message-re): Match SCCS format as well.
24111 And match the revision line rather than the dashed separator line.
24112 (log-view-mode): Use the new define-derived-mode.
24113 (log-view-current-tag): Fill in with an actual implementation.
24114
24115 * cvs-status.el (cvs-status-(prev|next)): Rename from
24116 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24117 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24118 to let the output "breathe" a little more (more readable).
24119 (cvs-status-mode): Use the new define-derived-mode.
24120
24121 * smerge-mode.el (smerge-auto-leave): New function and variable.
24122 (smerge-basic-map): Rename from smerge-basic-keymap.
24123 Change the bindings for smerge-diff-*.
24124 (smerge-*-map): Use easy-mmode-defmap.
24125 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24126 (smerge-keep-*): Use smerge-auto-leave.
24127
24128 2000-03-21 Jason Rumney <jasonr@gnu.org>
24129
24130 * cus-edit.el (custom-button-face): Use 3D look for w32.
24131 (custom-button-pressed-face): Likewise.
24132
24133 2000-03-21 Gerd Moellmann <gerd@gnu.org>
24134
24135 * progmodes/etags.el (tags-case-fold-search): New user-option.
24136 (tags-loop-eval): New function. Bind case-fold-search around eval
24137 depending on the value of tags-case-fold-search.
24138 (tags-loop-continue): Use tags-loop-eval.
24139 (find-tag-in-order): Bind case-fold-search depending on the value
24140 of tags-case-fold-search.
24141
24142 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24143
24144 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24145 (diff-end-of-hunk): Return the end position for use in
24146 `easy-mmode-define-navigation'.
24147 (diff-recenter): Remove.
24148 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24149 of `easy-mmode-define-navigation'.
24150 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24151 previous renaming) and fix to use new names.
24152 (diff-merge-strings): Use \n as separator: simpler, faster.
24153 (diff-mode): Use `define-derived-mode'.
24154
24155 * derived.el (define-derived-mode): Don't autoload anymore.
24156 Prefer the macro-only version provided by easy-mmode.el.
24157
24158 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24159 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24160 (easy-mmode-define-navigation): New macro.
24161
24162 * subr.el (combine-run-hooks): New function.
24163
24164 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24165
24166 * term/x-win.el: Fontsets related initialization is simplified.
24167
24168 * international/mule-diag.el (describe-font): Don't refer to
24169 global-fontset-alist, instead call font-list.
24170 (describe-fontset, list-fontsets, mule-diag): Likewise.
24171 (print-fontset): Adjusted for the change of fontset implementation.
24172
24173 * international/fontset.el (x-charset-registries): Variable removed,
24174 instead the corresponding data is stored in the default fontset.
24175 (register-alternate-fontnames): Function removed.
24176 (resolved-ascii-font): Variable removed.
24177 (x-compose-font-name): Ignore the second argument REDOCE.
24178 (x-complement-fontset-spec): Complement only an ASCII font and
24179 element for those charsets than can use that ASCII font.
24180 (generate-fontset-menu): Don't refer to global-fontset-alist,
24181 instead call fontset-list.
24182 (uninstantiated-fontset-alist): Variable removed.
24183 (x-style-funcs-alist): Likewise.
24184 (fontset-default-styles): Likewise.
24185 (x-modify-font-name): Function removed.
24186 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24187 (create-fontset-from-ascii-font): Docsting adjusted for the above
24188 change.
24189 (instantiate-fontset, resolve-fontset-name): Functions removed.
24190 (fontset-list): Now implemented by C code.
24191
24192 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24193 (describe-face): Include `font' attribute in the description.
24194
24195 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24196
24197 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24198
24199 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24200
24201 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24202 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24203 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24204
24205 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24206 about behavior of set-buffer-modified-p wrt redisplay.
24207
24208 2000-03-19 Richard M. Stallman <rms@gnu.org>
24209
24210 * view.el (view-mode-disable): Kill local binding of view-read-only.
24211
24212 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24213
24214 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24215 is a string, convert it to a syntax cell using string-to-syntax.
24216
24217 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24218 (string-to-syntax): New function.
24219
24220 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24221 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24222 try to use passive ftp mode.
24223
24224 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24225
24226 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24227
24228 * simple.el (append-to-buffer): Update point of windows after
24229 insertion.
24230
24231 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24232 forward then moving backward. Reindent.
24233
24234 * frame.el (other-frame): Call x-focus-frame only if
24235 focus-follows-mouse is off.
24236
24237 2000-03-17 Dave Love <fx@gnu.org>
24238
24239 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24240
24241 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24242
24243 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24244 regexp for labels cannot span several lines.
24245
24246 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24247 `(setq :<key> ':<key>)' to the macro expansion.
24248
24249 2000-03-16 Dave Love <fx@gnu.org>
24250
24251 * progmodes/f90.el (f90): Put custom group under `languages', not
24252 `fortran'.
24253 (f90-mode-hook): Customize.
24254 (f90-mode): Set add-log-current-defun-function.
24255 (f90-current-defun): New function.
24256
24257 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24258
24259 * cus-edit.el (custom-variable-tag-face): Handle case that
24260 default face's height is not a number.
24261 (custom-face-tag-face, custom-group-tag-face-1)
24262 (custom-group-tag-face): Ditto.
24263 (custom-group-tag-face-1): Add :group.
24264
24265 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24266
24267 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24268
24269 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24270 requiring easymenu.
24271
24272 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24273
24274 * ps-print.el: PostScript user-defined prologue, PostScript error
24275 handler, doc fix.
24276 (ps-print-version): New version number (5.1).
24277 (ps-user-defined-prologue, ps-error-handler-message)
24278 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24279 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24280 (ps-insert-string): New function.
24281
24282 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24283
24284 * international/ccl.el (ccl-compile-expression): Don't generate
24285 invalid self-assignment code.
24286
24287 2000-03-14 Dave Love <fx@gnu.org>
24288
24289 * subr.el (replace-regexp-in-string): Renamed from
24290 replace-regexps-in-string. Doc fix.
24291
24292 2000-03-12 Dave Love <fx@gnu.org>
24293
24294 * cus-edit.el: Doc fixes.
24295 (customize-set-variable, customize-save-variable): Rename args for doc.
24296 (custom-variable-tag-face, custom-face-tag-face)
24297 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24298 style which user identify as hyperlink.
24299 (hook): Don't add undefined functions to the hook.
24300 (debug-ignored-errors): Transfer message from bindings.el.
24301
24302 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24303
24304 * recentf.el (recentf-keep-non-readable-files-p):
24305 Remove double/nested definition.
24306
24307 2000-03-12 Dave Love <fx@gnu.org>
24308
24309 * facemenu.el (facemenu-get-face): Use display-color-p.
24310 * enriched.el (enriched-decode-foreground): Likewise.
24311 (enriched-decode-background): Likewise.
24312 * isearch.el (isearch-highlight): Likewise.
24313 * info-look.el (info-lookup): Likewise.
24314 * simple.el (completion-setup-function): Likewise.
24315
24316 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24317 :options.
24318
24319 * bindings.el (mode-line-format): Fix line-number and
24320 column-number items. Add help-echo for the background.
24321 (mode-line-mule-info): Modify help-echo.
24322
24323 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24324
24325 * files.el (load-file): Allow completion to .elc.
24326
24327 * man.el: Doc fixes.
24328 (Man-init-defvars): Use display-color-p to set fontification.
24329
24330 * play/hanoi.el (hanoi-internal): Don't use oddp.
24331
24332 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24333
24334 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24335
24336 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24337
24338 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24339
24340 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24341 Fix comment.
24342
24343 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24344
24345 * font-lock.el (font-lock-keywords): Fix the doc now that
24346 regexp-opt-depth is unnecessary.
24347 (save-buffer-state): Set an edebug spec.
24348 (font-lock-fontify-anchored-keywords): Properly handle the case when
24349 the matcher goes past the limit.
24350
24351 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24352 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24353
24354 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24355 dll.el and cookie.el (from Elib) with heavy renaming and other
24356 massaging.
24357
24358 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24359 Autoload the functions used.
24360 (easy-mmode-define-syntax): Fix CL typo.
24361 (easy-mmode-define-derived-mode): Improve the docstring generation.
24362
24363 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24364
24365 * textmodes/texinfo.el (texinfo-version): Variable and function
24366 removed.
24367
24368 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24369
24370 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24371 allow more flexibility.
24372 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24373 (easy-mmode-defmap, easy-mmode-defsyntax)
24374 (easy-mmode-define-derived-mode): New macros.
24375
24376 2000-03-09 Didier Verna <didier@xemacs.org>
24377
24378 * rect.el (replace-rectangle): New function.
24379
24380 2000-03-09 Dave Love <fx@gnu.org>
24381
24382 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24383 (fortran-comment-line-start-skip): Don't match cpp stuff.
24384 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24385 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24386 (fortran-mode): Don't set fortran-comment-line-start-skip,
24387 fortran-comment-line-start here. Set comment-start,
24388 add-log-current-defun.
24389 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24390 (fortran-current-defun): New function.
24391
24392 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24393
24394 * emacs-lisp/re-builder.el: New file.
24395
24396 * mouse.el (mouse-drag-region): Don't run up-event handler
24397 if hscroll has changed.
24398
24399 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24400 builtin operators, use `font-lock-builtin-face' for Emacs and
24401 `font-lock-preprocessor-face' otherwise.
24402
24403 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24404 `(defun (setf foo)' differently.
24405
24406 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24407
24408 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24409 (regexp-opt): Update comment and adapt the code the new meaning of
24410 the `paren' argument of regex-opt-group for shy-groups.
24411 (regexp-opt-depth): Handle shy groups as well as backslashed
24412 backslashes.
24413 (regexp-opt-group): Turn the leading comment into a docstring.
24414 Allow `paren' to be a string (the string to use to open a group).
24415 Remove open-presuf and close-presuf. Instead of checking for `all
24416 one-char' and then later on check for `several one-char', handle
24417 both cases close together. Also apply a more generic algorithm
24418 for suffixes (the mirror image of the algorithm used for
24419 prefixes). Use shy-groups. Use nreverse rather than reverse.
24420 (regexp-opt-try-suffix): Removed.
24421
24422 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24423 from comint-mode-map, so we can just inherit from it. Also, move
24424 the initialization into the `defvar' since there's no docstring
24425 anyway and it's fairly short.
24426 (inferior-scheme-mode): Define it as derived-mode: the code is
24427 shorter and this way we inherit from comint-mode-map rather than
24428 copying it.
24429
24430 * subr.el (replace-regexps-in-string): Properly handle the case
24431 where we match an empty string.
24432
24433 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24434 when the command has a directory component (such as "./testml").
24435 Also fix a typo in the comment.
24436
24437 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24438
24439 * Makefile (compile-files): Compile files one by one because
24440 that's the only way to ensure a clean compilation environment for
24441 each individual file.
24442
24443 * frame.el (other-frame): Call x-focus-frame.
24444
24445 2000-03-07 Dave Love <fx@gnu.org>
24446
24447 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24448 :require to defcustom.
24449
24450 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24451
24452 * files.el (auto-mode-alist): Add configure.in.
24453
24454 * progmodes/autoconf.el: New file.
24455
24456 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24457
24458 * mail/mh-e.el: Change maintainer to `none'.
24459
24460 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24461 to remove-hook and add-hook.
24462
24463 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24464
24465 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24466 it as the default.
24467 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24468 (sendmail-send-it): Conditionally add MIME headers specifying the
24469 used character set.
24470
24471 2000-03-07 Dave Love <fx@gnu.org>
24472
24473 * winner.el: Fix keywords, autoload cookies.
24474 Split eval-when-compile form to avoid compilation failure.
24475
24476 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24477
24478 * international/mule.el: Modify comment about coding system
24479 property `coding-category'.
24480 (make-coding-system): New argument EOL-TYPE. Pay attention to
24481 coding-category property of PROPERTIES.
24482
24483 * international/mule-conf.el (coding-category-utf-8)
24484 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24485 categories. Include them in the argument for set-coding-priority.
24486
24487 * international/mule-cmds.el (reset-language-environment):
24488 Include coding-category-utf-8, coding-category-utf-16-be, and
24489 coding-category-utf-16-le in the argument for set-coding-priority.
24490 (reset-language-environment): Initialize coding-category-utf-8,
24491 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24492
24493 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24494
24495 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24496 code abstracted out of `bookmark-jump-noselect'. Now tries info
24497 extensions as well as compression extensions.
24498 (bookmark-jump-noselect): Use above new func.
24499
24500 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24501
24502 * strokes.el: Change maintainer's mail address.
24503
24504 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24505
24506 * international/mule-diag.el (list-character-sets): Make help-echo
24507 string by substitute-command-keys.
24508 (list-character-sets): Likewise.
24509 (sort-listed-character-sets): Call help-setup-xref.
24510
24511 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24512
24513 * time.el (display-time-mail-file): Add `none' to the list of choices.
24514
24515 2000-03-01 Dave Love <fx@gnu.org>
24516
24517 * help.el (help-xref-go-back): Don't try to set position.
24518
24519 * international/mule-diag.el (list-character-sets):
24520 Call help-setup-xref. Add help-echo to xrefs.
24521 (list-character-sets-1): Add help-echo to xrefs.
24522
24523 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24524
24525 * frame.el (blink-cursor-mode): Switch cursor on when turning
24526 the mode off.
24527
24528 * add-log.el (add-log-current-defun): Add support for
24529 Autoconf mode.
24530
24531 * mail/rmail.el (rmail-quit-hook): New variable.
24532
24533 2000-03-01 Dave Love <fx@gnu.org>
24534
24535 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24536
24537 * help.el (help-xref-button): Add help-echo arg.
24538 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24539
24540 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24541
24542 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24543
24544 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24545
24546 * image.el (defimage): Look for image files in load-path.
24547
24548 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24549
24550 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24551
24552 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24553
24554 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24555
24556 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24557 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24558 action to select/unselect a file.
24559 (recentf-edit-list): Code cleanup and improvement.
24560 (recentf-open-more-files-action): `recentf-open-more-files' button
24561 widget action to open a file.
24562 (recentf-open-more-files): No more use standard completion but widgets.
24563 (recentf-more-collection): Deleted.
24564 (recentf-more-history): Deleted.
24565 (recentf-setup-more-completion): Deleted.
24566
24567 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24568
24569 * recentf.el (recentf-mode): No more needs that Emacs is running
24570 under a window-system.
24571
24572 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24573
24574 * recentf.el (recentf-edit-list): New command to edit the recent
24575 list which allow the user to remove files.
24576 (recentf-edit-selected-items): New global variable, used by
24577 `recentf-edit-list' to hold the list of files to be removed from
24578 the recent list.
24579 (recentf-make-menu-items): Updated to display a "Edit list..."
24580 menu item. Minor code cleanup.
24581
24582 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24583
24584 * recentf.el (recentf-open-more-files): New command to open files
24585 that are not displayed in the menu.
24586 (recentf-more-collection): New global variable holding the set of
24587 permissible completions used by `recentf-open-more-files'.
24588 (recentf-more-history): New global variable holding the history list
24589 used by `recentf-open-more-files' completion.
24590 (recentf-setup-more-completion): New function to setup completion for
24591 `recentf-open-more-files'.
24592 (recentf-make-menu-items): Updated to display a "More..." menu item.
24593
24594 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24595
24596 * recentf.el (recentf-menu-action): Doc fixed.
24597
24598 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24599
24600 * recentf.el (recentf-menu-filter): Doc updated.
24601 (recentf-update-menu-hook): Allow menu filters to force menu update.
24602 (recentf-make-menu-items): New menu filter handling.
24603 (recentf-make-menu-item): New helper function.
24604 (recentf-menu-elements): New menu handling function.
24605 (recentf-sort-ascending): Updated to new menu filter handling.
24606 (recentf-sort-descending): Updated to new menu filter handling.
24607 (recentf-sort-basenames-ascending): New menu filter function.
24608 (recentf-sort-basenames-descending): New menu filter function.
24609 (recentf-show-basenames): New menu filter function.
24610 (recentf-show-basenames-ascending): New menu filter function.
24611 (recentf-show-basenames-descending): New menu filter function.
24612
24613 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24614
24615 * diary-lib.el (list-diary-entries): Don't try to go forward at
24616 the end of the buffer.
24617
24618 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24619
24620 * international/mule-diag.el (list-character-sets):
24621 Completely rewritten.
24622 (sort-listed-character-sets): New function.
24623 (list-character-sets-1): Completely rewritten.
24624 (list-character-sets-2): New function.
24625 (non-iso-charset-alist): New variable.
24626 (decode-codepage-char): New function.
24627 (charset-history): New variable.
24628 (read-charset) (list-block-of-chars)
24629 (list-iso-charset-chars)
24630 (list-non-iso-charset-chars)
24631 (list-charset-chars): New functions.
24632 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24633 (dump-charsets): Likewise.
24634
24635 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24636
24637 * dired-x.el (dired-filename-at-point): Add `@' to valid
24638 file name characters.
24639 (dired-filename-at-point): Handle ange-ftp file names.
24640
24641 * frame.el (frame-notice-user-settings): Use assq-delete-all
24642 instead of assoc-delete-all.
24643 (frame-notice-user-settings): Ditto.
24644
24645 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24646 Don't copy alist.
24647
24648 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24649
24650 * calculator.el (calculator-use-menu): New option.
24651 (calculator-initial-bindings): Changed some bindings to work as macros.
24652 (calculator-forced-input): Removed.
24653 (calculator-restart-other-mode): New variable.
24654 (calculator-mode-map): Set up menu.
24655
24656 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24657
24658 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24659
24660 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24661
24662 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24663 translate all ESC key sequences.
24664 (viper-goto-mark-subr): Restore markers for files for which
24665 they were saved.
24666 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24667 * viper-util.el (viper-set-replace-overlay-glyphs)
24668 (viper-set-replace-overlay): Always check if the replacement
24669 overlay is live.
24670 * viper.el (viper-vi-state-mode-list): Add major modes.
24671 * ediff-wind.el: Minor comment changes.
24672 * ediff.el: Copyright notice date fix.
24673
24674 2000-02-27 Jason Rumney <jasonr@gnu.org>
24675
24676 * faces.el (face-font-family-alternatives): Add arial to helv.
24677 (mode-line, header-line, tool-bar): Same default as x for w32.
24678 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24679 face-font-family-alternatives from working.
24680 * term/w32-win.el (mouse-set-font): Do not build fontset from
24681 chosen font.
24682
24683 2000-02-25 Sam Steingold <sds@goems.com>
24684
24685 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24686 properly.
24687
24688 2000-02-25 Richard M. Stallman <rms@gnu.org>
24689
24690 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24691
24692 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24693
24694 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24695
24696 * frame.el (busy-cursor-delay-seconds): New option.
24697
24698 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24699
24700 * frame.el (show-cursor-in-non-selected-windows): New option.
24701
24702 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24703
24704 * diary-lib.el (include-other-diary-files): Undo the selective
24705 display in any included file and don't kill it.
24706
24707 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24708
24709 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24710 Menu items converted to (menu-item format, help strings added.
24711 [downcase, upcase]: Don't enable on MS-DOS.
24712 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24713 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24714
24715 2000-02-23 Dave Love <fx@gnu.org>
24716
24717 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24718 (backward-kill-word): Revert addition of * to interactive spec --
24719 it's a feature.
24720
24721 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24722 (backward-kill-sentence, kill-sentence): Likewise.
24723
24724 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24725 scratch buffer name.
24726 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24727
24728 * term/w32-win.el (internal-face-interactive): Update prompt for
24729 new read-face-name.
24730
24731 * mail/footnote.el (footnote): Add :version to defgroup.
24732 (footnote-section-tag-regexp): Customize.
24733 (footnote-start-tag, footnote-end-tag): New option.
24734 (footnote-latin-regexp): New variable.
24735 (Footnote-latin): New function.
24736 (footnote-style-alist): Add element for latin style.
24737 (footnote-style): Moved.
24738 (Footnote-goto-footnote): Use eq to test arg.
24739
24740 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24741
24742 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24743 (byte-compile-trueconstp): Include keywords.
24744 (byte-optimize-quote, byte-optimize-lapcode):
24745 Use byte-compile-const-symbol-p.
24746 (byte-optimize-char-before): New optimization.
24747
24748 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24749 (byte-compile-const-symbol-p): New function.
24750 (byte-compile-constp, byte-compile-out-toplevel)
24751 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24752 Use it.
24753
24754 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24755
24756 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24757
24758 * international/encoded-kb.el: Be sure to update minor-mode-alist
24759 and minor-mode-map-alist.
24760 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24761 codes SS2 and SS3 correctly.
24762 (encoded-kbd-self-insert-ccl): New function.
24763 (encoded-kbd-setup-keymap): New function.
24764 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24765 by calling encoded-kbd-setup-keymap.
24766
24767 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24768 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24769
24770 2000-02-22 Dave Love <fx@gnu.org>
24771
24772 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24773 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24774 (lisp-mode-syntax-table): Set up for #|...|# comments.
24775 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24776 classes. Match `defface'.
24777 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24778 (eval-defun-1): Fix for defcustom.
24779 (lisp-indent-region): Doc fix.
24780
24781 * subr.el (when, unless, split-string): Doc fix.
24782 (read-passwd): Move call of clear-this-command-keys to the right place.
24783 (replace-regexps-in-string): New function.
24784
24785 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24786
24787 * help.el (describe-variable): Set syntax table to
24788 emacs-lisp-mode-syntax-table when moving forward over the
24789 symbol's name.
24790
24791 2000-02-22 Dave Love <fx@gnu.org>
24792
24793 * xt-mouse.el: Doc fixes.
24794 (xterm-mouse-position-function): New function, replacing advice of
24795 mouse-position.
24796 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24797
24798 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24799
24800 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24801
24802 * format.el (format-annotate-single-property-change):
24803 Handle properties with dotted-list values.
24804 (format-proper-list-p): New function.
24805
24806 * enriched.el (enriched-face-ans): Handle '(foreground-color
24807 . COLOR) and (background-color . COLOR).
24808
24809 2000-02-20 Dave Love <fx@gnu.org>
24810
24811 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24812 and assignments to it.
24813 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24814 current local map.
24815 (make-flyspell-overlay): Use it.
24816 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24817
24818 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24819 (lm-get-header-re): Defun, not defsubst.
24820 (lm-get-package-name): Defun, not defsubst. Simplify.
24821 (lm-version): Doc fix. Simplify.
24822 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24823 (lm-crack-address, lm-last-modified-date, lm-commentary)
24824 (lm-verify, lm-synopsis): Simplify.
24825 (lm-report-bug): Require emacsbug. Use compose-mail.
24826
24827 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24828
24829 * dired.el (dired-mode): Call propertized-buffer-identification
24830 to set mode-line-buffer-identification to something having
24831 the right text properties.
24832
24833 * bindings.el (propertized-buffer-identification): New function.
24834
24835 2000-02-20 Dave Love <fx@gnu.org>
24836
24837 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24838 check for t-mouse too.
24839
24840 * cus-start.el: Make echo-keystrokes `number'.
24841
24842 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24843
24844 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24845 Don't call ring-empty-p unless tags-location-ring is bound.
24846 From Noah Friedman <friedman@splode.com>.
24847
24848 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24849
24850 * progmodes/hideshow.el (hs-flag-region): No longer use
24851 `intangible' overlay property.
24852
24853 (hs-toggle-hiding): New command.
24854 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24855
24856 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24857 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24858 and deactivation.
24859
24860 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24861
24862 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24863
24864 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24865
24866 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24867
24868 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24869 of `*' to handle `(* ... *)' comments.
24870
24871 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24872
24873 * faces.el (list-faces-display): Use display-mouse-p instead of
24874 window-system.
24875
24876 * menu-bar.el (global-map): Menu-bar items converted to the new
24877 format (menu-item..., rearranged for better CUA compliance, and
24878 their names changed for better clarity. Help strings added.
24879
24880 * international/mule-cmds.el (mule-menu-keymap)
24881 (describe-language-environment-map, set-coding-system-map)
24882 (setup-language-environment-map): Convert to new (menu-item...
24883 form, add help strings. Change names of menu items for better clarity.
24884 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24885
24886 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24887
24888 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24889 within the code.
24890
24891 2000-02-16 Dave Love <fx@gnu.org>
24892
24893 * faces.el: Don't require custom. Add more specific :groups to
24894 various deffaces.
24895 (set-face-attribute): Purecopy args.
24896 (read-face-name): Default to name at point and use it in prompt.
24897 Remove colon from arg in all callers.
24898 (list-faces-display): Hyperlink to face descriptions and customize
24899 buffers.
24900
24901 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24902
24903 * wid-edit.el (widget-match-inline): An atom never matches a list.
24904
24905 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24906
24907 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24908 at ':' characters by call to split-string.
24909
24910 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24911
24912 * textmodes/bibtex.el: Added RCS version identification.
24913
24914 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24915
24916 * textmodes/bibtex.el: Some temporary comments removed.
24917 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24918 (bibtex-field-const): Allow capital letters.
24919 (bibtex-start-of-string): Deleted because unused.
24920
24921 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24922 use the term 'reference' to describe a bibtex entry as a whole.
24923 Further, reference keys are no longer called 'labels'.
24924 (bibtex-keys): Renamed to bibtex-reference-keys.
24925 (bibtex-reformat-previous-labels): Renamed to
24926 bibtex-reformat-previous-reference-keys.
24927 (bibtex-reference-type): Renamed to bibtex-entry-type.
24928 (bibtex-reference-head): Renamed to bibtex-entry-head.
24929 (bibtex-reference-maybe-empty-head): Renamed to
24930 bibtex-entry-maybe-empty-head.
24931 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24932 (bibtex-search-reference): Renamed to bibtex-search-entry.
24933 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24934 bibtex-enclosing-entry-maybe-empty-head.
24935 (bibtex-entry-field-alist, bibtex-entry-head)
24936 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24937 (bibtex-map-entries, bibtex-search-entry)
24938 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24939 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24940 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24941 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24942 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24943 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24944 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24945
24946 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24947
24948 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24949 comment.
24950 (bibtex-format-field-delimiters): New function, functionality
24951 extracted from bibtex-format-entry.
24952 (bibtex-autokey-get-yearfield-digits): New function, functionality
24953 extracted from bibtex-autokey-get-yearfield.
24954
24955 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24956 entries in order to avoid stack overflow in the regexp matcher if
24957 field contents become large.
24958 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24959 (bibtex-field-string-part-not-braced)
24960 (bibtex-field-string-part-no-inner-braces)
24961 (bibtex-field-string-part-1-inner-brace)
24962 (bibtex-field-string-part-2-inner-braces)
24963 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24964 (bibtex-field-string-quoted, bibtex-field-string)
24965 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24966 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24967 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24968 Deleted as parsing is now performed by the following functions.
24969 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24970 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24971 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24972 (bibtex-parse-association, bibtex-field-name-for-parsing)
24973 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24974 (bibtex-search-forward-field, bibtex-search-backward-field)
24975 (bibtex-start-of-field, bibtex-end-of-field)
24976 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24977 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24978 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24979 (bibtex-parse-string, bibtex-search-forward-string)
24980 (bibtex-search-backward-string, bibtex-start-of-string)
24981 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24982 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24983 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24984 entries. Instead of reporting the results of the parsing by
24985 match-beginning or match-end, these functions return data structures
24986 that hold the corresponding positions.
24987 (bibtex-enclosing-field): Changed to also report field boundaries by
24988 return values rather than by match-beginning or match-end.
24989 The following functions have been adapted to use the new
24990 parsing functions.
24991 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24992 (bibtex-enclosing-field, bibtex-format-entry)
24993 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24994 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24995 (bibtex-print-help-message, bibtex-end-of-entry)
24996 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24997 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24998 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24999 Use the new method for parsing.
25000 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25001 (bibtex-map-entries, bibtex-flash-head)
25002 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25003 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25004 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25005 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25006 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25007 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25008 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25009 order to make the new binding of case-fold-search immediately visible.
25010
25011 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25012
25013 * textmodes/bibtex.el: Copyright notice is up to date.
25014 Added constant 'bibtex-maintainer-salutation.
25015
25016 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
25017 than make-temp-name, use match-string-no-properties and eliminate
25018 a quadratic behavior when building bibtex-strings.
25019
25020 * bibtex.el (bibtex-reference-key): Accept string entries whose
25021 reference key contains upper case letters.
25022
25023 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25024
25025 * bibtex.el (bibtex-reference-head): Allow entries to start with
25026 a new line.
25027
25028 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25029
25030 * bibtex.el: Hiding of entry bodies is not longer provided by
25031 bibtex.el directly. Instead the hideshow package can be used.
25032 Added a special bibtex entry to hs-special-modes-alist.
25033 (bibtex-hs-forward-sexp): Added for hideshow.el.
25034
25035 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25036
25037 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25038 proceedings entry type (for cross referencing). Thanks to Wagner
25039 Toledo Correa for the suggestion.
25040
25041 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25042
25043 2000-02-14 Kenichi Handa <handa@etl.go.jp>
25044
25045 * international/characters.el: Setup case table for Vietnamese.
25046
25047 2000-02-12 Gerd Moellmann <gerd@gnu.org>
25048
25049 * uniquify.el (toplevel): Require CL at compile time.
25050 (uniquify-push): Removed.
25051
25052 * shadowfile.el (shadow-when): Removed.
25053
25054 * tempo.el (tempo-dolist, tempo-mapc): Removed.
25055 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25056
25057 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25058 regexp for paragraph-start.
25059
25060 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25061 commas as well.
25062
25063 2000-02-10 Dave Love <fx@gnu.org>
25064
25065 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25066 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25067 Deleted.
25068 (widget-specify-field, widget-specify-button): Don't use
25069 widget-mouse-help as help-echo property.
25070 (default): Use #'ignore for :validate and :mouse-down-action.
25071 (checkbox): Add help-echo.
25072 (widget-sexp-validate): Rewritten to clarify error messages.
25073 (character): Use char-valid-p in :match function.
25074 (widget-color-complete): Use facemenu-color-alist.
25075 (widget-color-action): Use facemenu-read-color.
25076
25077 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25078 set up `caar' &c that we now have.
25079
25080 2000-02-09 Ray Blaak <blaak@gnu.org>
25081
25082 * delphi.el: Make resourcestring a declaration region, like const
25083 and var.
25084
25085 2000-02-09 Dave Love <fx@gnu.org>
25086
25087 * bindings.el (mode-line-input-method-map): New variable.
25088 (mode-line-mule-info): Use it; fix last change.
25089 (mode-line-mode-menu): Move definition.
25090 (mode-line-mouse-sensitive-p): Deleted.
25091 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25092 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
25093
25094 * startup.el (command-line-1): Don't call
25095 make-mode-line-mouse-sensitive.
25096
25097 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25098
25099 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25100 before rmail-toggle-header, because the former toggles headers.
25101
25102 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25103
25104 * diff-mode.el (diff-kill-junk): New interactive function.
25105 (diff-reverse-direction): Use delete-and-extract-region.
25106 (diff-post-command-hook): Restrict the area so that the hook also works
25107 outside of any diff hunk. This is necessary for the minor-mode.
25108 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25109 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25110
25111 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25112 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25113 so that it can be used more easily in <foo>-mode-hook. Also make sure
25114 to avoid duplicate entries.
25115 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25116 (font-lock-remove-keywords): Just as was done for `add', allow it to
25117 work even if font-lock-mode is nil. Also make sure we don't modify
25118 any pre-existing list by forcing a copy-sequence. Finally rename
25119 `major-mode' to `mode'.
25120 (font-lock-fontify-syntactic-anchored-keywords)
25121 (font-lock-fontify-anchored-keywords)
25122 (font-lock-fontify-keywords-region): Use line-end-position.
25123 Don't make `font-lock-multiline' local (it's now done in
25124 font-lock-set-defaults).
25125 (font-lock-set-defaults): Make `font-lock-multiline' local.
25126 Move the `font-lock-fontified' creation to inside the `unless'.
25127
25128 2000-02-06 Andrew Innes <andrewi@gnu.org>
25129
25130 * term/w32-win.el (x-handle-args): Comment out call to message,
25131 which occurs before window system is initialized.
25132
25133 * makefile.nt: Add support for recompiling lisp code.
25134
25135 2000-02-04 Dave Love <fx@gnu.org>
25136
25137 * bindings.el (mode-line-mule-info): Fix/extend last change.
25138
25139 * completion.el: Replace completion-dolist with dolist.
25140
25141 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25142
25143 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25144
25145 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25146 environment names before they go into the section regexp.
25147
25148 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25149 char class in regexp.
25150
25151 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25152 Bind `case-fold-search' to nil.
25153
25154 * progmodes/idlwave.el (idlwave-template):
25155 Respect `idlwave-abbrev-change-case'.
25156 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25157 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25158 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25159 (idlwave-rw-case): New function.
25160 (idlwave-statement-match): Fixed problem with assignment regexp.
25161 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25162 (idlwave-surround): New argument LENGTH to support padding of
25163 operators longer than 1 char.
25164
25165 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25166 idlwave-shell-expression-overlay. Implemented printing of
25167 expressions on higher levels of the calling stack.
25168 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25169 (idlwave-retrieve-expression-from-level): New function.
25170 (idlwave-shell-last-calling-stack): Variable removed.
25171 (idlwave-shell-reset): Argument action reversed (`visible' to
25172 `hidden'). Also remove stop-line overlay.
25173 (idlwave-shell-calling-stack-routine): New variable.
25174 (idlwave-shell-parse-stack-and-display): Messages now display
25175 negative level numbers.
25176 (idlwave-shell-mode): Set `modeline-format'.
25177 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25178 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25179 (idlwave-shell-print-expression-function): New option.
25180
25181 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25182 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25183 `tool-bar' instead of `toolbar'.
25184
25185 2000-02-02 Dave Love <fx@gnu.org>
25186
25187 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25188 emacs-lisp-mode-hook. Don't check for defalias being defined.
25189
25190 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25191 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25192 Use the new builtins directly.
25193
25194 * whitespace.el (whitespace): Add :version to defgroup.
25195
25196 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25197 Doc fix.
25198
25199 * thingatpt.el (sexp-at-point, symbol-at-point)
25200 (number-at-point, list-at-point): Add autoload cookie.
25201
25202 * recentf.el (recentf): Add :version to defgroup.
25203
25204 * quickurl.el (quickurl): Add :version to defgroup.
25205
25206 * elide-head.el (elide-head): Use point-marker more.
25207
25208 * bs.el (bs): Add :version to defgroup.
25209
25210 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25211
25212 * progmodes/delphi.el (delphi): Add :version to defgroup.
25213
25214 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25215
25216 * ange-ftp.el (ange-ftp-write-region): Handle case that
25217 succeeding process operation sets a different coding system.
25218
25219 * calculator.el: New file.
25220
25221 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25222
25223 * frame.el (frames-on-display-list, framep-on-display): New functions.
25224 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25225 (display-selections-p, display-screens, display-pixel-width)
25226 (display-pixel-height, display-mm-width, display-mm-height)
25227 (display-backing-store, display-save-under, display-planes)
25228 (display-color-cells, display-visual-class): New functions.
25229
25230 * term/tty-colors.el (tty-color-gray-shades): New function.
25231
25232 * faces.el (display-color-p): Use framep-on-display.
25233 (display-grayscale-p): New function.
25234
25235 2000-01-31 Dave Love <fx@gnu.org>
25236
25237 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25238 (create-fontset-from-x-resource): Don't concat integers.
25239
25240 2000-01-31 Inge Frick <inge@nada.kth.se>
25241
25242 * view.el: Some changes in documentation. Removed some trailing
25243 whitespace. Changed some parameter names to agree with documentation.
25244 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25245 window is not deleted. Modifies change 1998-04-26.
25246
25247 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25248
25249 * windmove.el: New file.
25250
25251 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25252 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25253 progmodes/ebnf-yac.el: Update copyright and license info.
25254
25255 * jit-lock.el (jit-lock-function): Widen before calculating
25256 end position.
25257 (jit-lock-stealth-chunk-start): Rewritten.
25258
25259 * info.el (Info-title-face-alist): Removed.
25260 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25261 (Info-fontify-node): Use these faces.
25262
25263 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25264
25265 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25266 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25267 `&allow-other-keywords'.
25268
25269 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25270 the list of directories scanned heuristically.
25271
25272 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25273
25274 2000-01-30 Jason Rumney <jasonr@gnu.org>
25275
25276 * w32-fns.el: Define w32-tty-standard-colors.
25277
25278 * startup.el (command-line): Use w32-tty-standard-colors when in
25279 w32 console mode.
25280
25281 2000-01-30 Dave Love <fx@gnu.org>
25282
25283 * jka-compr.el (jka-compr-load): Fix up load-history.
25284
25285 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25286
25287 * emacs-lisp/cl-macs.el: Revert previous change.
25288
25289 2000-01-29 Dave Love <fx@gnu.org>
25290
25291 * facemenu.el: Purecopy various strings.
25292
25293 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25294 years. Deal with three-digit years.
25295
25296 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25297 Use defconst, purecopy.
25298 (help-back-label): Purecopy it.
25299
25300 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25301
25302 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25303 variable. If non-nil, order the buffer list according to the
25304 currently selected frame.
25305 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25306 non-nil, pass the selected frame to function buffer-list.
25307
25308 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25309
25310 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25311
25312 2000-01-28 Dave Love <fx@gnu.org>
25313
25314 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25315
25316 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25317 Don't use lisp-indent-hook property.
25318 (cl-abs): Remove.
25319
25320 * subr.el: Move out indent and edebug specs for when and unless.
25321
25322 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25323 when, unless.
25324
25325 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25326 unless, when.
25327
25328 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25329
25330 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25331 `collecting' as synonym for `collect'.
25332
25333 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25334 for the case it contains spaces.
25335
25336 * simple.el (what-cursor-position): Change formatting of messages.
25337
25338 * frame.el (delete-other-frames): New function.
25339 (toplevel): Bind it to C-x 5 1.
25340
25341 * sort.el (sort-numeric-base): New option.
25342 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25343 interpret it as octal or hexadecimal. Use sort-numeric-base
25344 as default base.
25345
25346 * progmodes/glasses.el: New file.
25347
25348 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25349
25350 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25351 userids differently.
25352
25353 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25354 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25355 progmodes/ebnf-yac.el: New files.
25356
25357 2000-01-26 Dave Love <fx@gnu.org>
25358
25359 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25360 on a function with an empty body. [From Eric Ludlam.]
25361
25362 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25363
25364 * vc.el (vc-version-diff): Make sure file name is expanded.
25365
25366 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25367
25368 * scroll-bar.el (scroll-bar-timer): Variable removed.
25369 (scroll-bar-toolkit-scroll): Don't use a timer.
25370
25371 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25372
25373 * language/thai-util.el (thai-composition-function):
25374 Delete superfluous `a'.
25375
25376 2000-01-24 Dave Love <fx@gnu.org>
25377
25378 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25379 end-of-defun-function.
25380
25381 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25382
25383 2000-01-22 Jason Rumney <jasonr@gnu.org>
25384
25385 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25386 conflicts with new face support.
25387
25388 2000-01-22 Richard M. Stallman <rms@gnu.org>
25389
25390 * replace.el (query-replace): Rename last arg to DELIMITED.
25391 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25392 (query-replace-regexp): Likewise.
25393
25394 2000-01-20 Richard M. Stallman <rms@gnu.org>
25395
25396 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25397
25398 * emacs-lisp/lisp.el (beginning-of-defun-function):
25399 Variable renamed from beginning-of-defun.
25400 Do not call make-variable-buffer-local.
25401 (beginning-of-defun-raw): Use new variable name; doc fix.
25402 (beginning-of-defun): Doc fix.
25403 (end-of-defun-function): Variable renamed from end-of-defun.
25404 Do not call make-variable-buffer-local.
25405 (end-of-defun): Use new variable name; doc fix.
25406
25407 * subr.el (dolist, dotimes): Copied from cl-macs.el
25408 and made to work.
25409
25410 * mail/undigest.el (rmail-digest-end-regexps):
25411 Variable replaces rmail-digest-end-regexp.
25412 Allows multiple regexps for detecting the end line.
25413 (undigestify-rmail-message): Corresponding changes.
25414
25415 2000-01-19 Dave Love <fx@gnu.org>
25416
25417 * files.el (user-init-file): Don't declare here -- is primitive.
25418
25419 * startup.el (command-line): Check for compiled user-init-file and
25420 set to uncompiled version if necessary.
25421
25422 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25423
25424 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25425 (undigestify-rmail-message): Use it.
25426
25427 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25428
25429 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25430
25431 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25432 of mini-buffer.
25433
25434 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25435
25436 * emacs-lisp/copyright.el (copyright-update): Removed the
25437 requirement for a trailing space from `copyright-regexp', to
25438 support copyrights with owner specified on a separate line..
25439
25440 * align.el: New file.
25441
25442 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25443
25444 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25445
25446 2000-01-13 Dave Love <fx@gnu.org>
25447
25448 * ph.el: Removed. (Obsoleted by EUDC.)
25449
25450 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25451
25452 * net/eudc.el (toplevel): Remove autoloaded code installing
25453 menu with easymenu, because that causes build problems.
25454
25455 * frame.el (frame-notice-user-settings): New variable.
25456 (frame-notice-user-settings): Don't modify frame parameters
25457 if called a second time.
25458
25459 2000-01-13 Richard M. Stallman <rms@gnu.org>
25460
25461 * frame.el (frame-notice-user-settings):
25462 Notice default-frame-parameters even for non-window frames.
25463
25464 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25465
25466 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25467 for Emacs.
25468 (eudc-bob-can-display-inline-images): Extend for Emacs.
25469 (eudc-bob-toggle-inline-display): Ditto.
25470 (eudc-bob-display-jpeg): Ditto.
25471
25472 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25473
25474 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25475 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25476 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25477
25478 * add-log.el (add-change-log-entry): Fix error trying an
25479 `(insert nil)'.
25480
25481 * subdirs.el: Add `net' directory.
25482
25483 * net: New directory.
25484
25485 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25486 eval-last-sexp. Don't bind debug-on-error here.
25487 (eval-last-sexp): New function. Bind debug-on-error if
25488 eval-expression-debug-on-error is non-nil.
25489 (eval-defun-2, eval-defun): Likewise.
25490
25491 * simple.el (eval-expression): Don't bind debug-on-error if
25492 eval-expression-debug-on-error is nil. Detect changed
25493 debug-on-error, and propagate new value to global binding, if
25494 eval-expression-debug-on-error is non-nil,
25495 (eval-expression-debug-on-error): Change doc string.
25496
25497 2000-01-11 Richard M. Stallman <rms@gnu.org>
25498
25499 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25500
25501 * emacs-lisp/lisp-mode.el (with-syntax-table):
25502 Set up lisp-indent-function property.
25503
25504 * subr.el (with-syntax-table): Moved from simple.el.
25505
25506 * simple.el (with-syntax-table): Moved to subr.el.
25507
25508 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25509
25510 * tmm.el (tmm-shortcut): Delete region after prompt instead
25511 of erasing buffer.
25512
25513 * textmodes/fill.el (fill-common-string-prefix): New function.
25514 (fill-context-prefix): Use the longest common prefix of first
25515 and second line fill prefix, if there is one.
25516
25517 2000-01-11 Richard M. Stallman <rms@gnu.org>
25518
25519 * array.el (array-mode): Don't use make-variable-buffer-local.
25520 Use make-local-variable for `truncate-lines'.
25521
25522 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25523
25524 * add-log.el (add-log-current-defun): Handle user-defined
25525 add-log-current-function returning nil,
25526
25527 * add-log.el (add-change-log-entry): Insert version number
25528 if having found a current function
25529
25530 * add-log.el (add-log-current-defun):
25531 Call `add-log-current-defun-function'. Try matches at level 0 and
25532 level 1. Strip whitespace from defun found.
25533
25534 2000-01-10 John Wiegley <johnw@gnu.org>
25535
25536 * allout.el (isearch-done/outline-provisions): Added `edit'
25537 argument to correspond with the current definition of `isearch-done'.
25538
25539 2000-01-10 Dave Love <fx@gnu.org>
25540
25541 * elide-head.el (elide-head): Use point-marker, not point.
25542
25543 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25544
25545 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25546 before and after the year 2000.
25547
25548 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25549 Add ispell- prefix.
25550
25551 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25552
25553 * ispell.el: Only define dictionaries in menus when they exist.
25554 (version18p): New variable.
25555 (version20p): New variable.
25556 (xemacsp): New variable.
25557 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25558 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25559 (ispell-dictionary-alist6): Russian command lines no longer accept
25560 run-together words.
25561 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25562 (ispell-dictionary-alist): Add koi8-r to customize definition.
25563 (check-ispell-version): Added documentation string. Return library
25564 path when called non-interactively.
25565 (ispell-menu-map-needed): Uses new variables.
25566 (ispell-library-path): New variable.
25567 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25568 (ispell-word): Improved documentation string. Test for valid
25569 character mappings. Correctly check typed in word changes that can
25570 result in single words split into multiple words.
25571 Return replacement word.
25572 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25573 replace in recursive query replace mode. Help message for
25574 recursive edit mode.
25575 (ispell-show-choices): Protect against bad framepop bindings.
25576 (ispell-help): Fix to work with XEmacs.
25577 (ispell-highlight-spelling-error): Use new variables.
25578 (ispell-overlay-window): Fix to work with XEmacs.
25579 (ispell-parse-output): Passed and returns location information
25580 tracking spelling corrections. Doesn't recheck same word on
25581 current line.
25582 (ispell-init-process): Protect against bogus XEmacs variable binding.
25583 Fix call to single argument in sleep-for. Use new variables.
25584 (ispell-region): Passed and returns location information tracking
25585 spelling corrections. Doesn't check same word on current line.
25586 Improved documentation string. Doesn't resend a line already
25587 checked to the ispell process - fixes bug in LaTeX parsing.
25588 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25589 (ispell-skip-region): No longer skips <TT> in SGML.
25590 (ispell-process-line): Tracks location information with spelling
25591 corrections. Added documentation string. Accounts for words
25592 already accepted on this line. Don't allow query-replace on line
25593 starting with math characters. Doesn't resend a line already sent
25594 to ispell process. Fixes alignment error bug.
25595
25596 2000-01-10 Richard M. Stallman <rms@gnu.org>
25597
25598 * dired-x.el (dired-guess-shell-alist-default):
25599 Suggest xloadimage, which is free, not xv, which isn't.
25600
25601 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25602 Don't ever include the host name or user name in the value.
25603
25604 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25605
25606 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25607 of a real newline.
25608
25609 2000-01-09 Stephen Eglen <stephen@gnu.org>
25610
25611 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25612 for .png files.
25613
25614 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25615
25616 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25617
25618 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25619
25620 * progmodes/cperl-mode.el: Replace ^F with ^L.
25621
25622 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25623 `require'ing rmail and mailalias to prevent infinite recursion.
25624
25625 2000-01-08 Dave Love <fx@gnu.org>
25626
25627 * emacs-lisp/backquote.el: Remove inappropriate customization
25628 (allowing custom.el to use backquote).
25629
25630 2000-01-07 Dave Love <fx@gnu.org>
25631
25632 * add-log.el (add-log-debugging): Deleted.
25633 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25634 file. Remove debugging code.
25635 (change-log-get-method-definition, change-log-name): Add doc.
25636 (change-log-sortable-date-at): New function.
25637 (change-log-merge): New command.
25638
25639 * time.el (display-time-string-forms): Make the Mail string active.
25640 (display-time-update): Provide help-echo for load average.
25641
25642 * bindings.el (make-mode-line-mouse2-map): New function.
25643 (mode-line-modified): Use it and simplify.
25644 (mode-line-mule-info): Provide help-echo info.
25645 (minor-mode-alist): Activate the strings.
25646 (make-mode-line-mouse-sensitive): Simplify for
25647 mode-line-buffer-identification.
25648
25649 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25650
25651 * play/pong.el: New file.
25652
25653 2000-01-06 Dave Love <fx@gnu.org>
25654
25655 * array.el: Assorted cleanups for compiler warnings, doc strings,
25656 `array-' prefix for symbols.
25657
25658 2000-01-05 Dave Love <fx@gnu.org>
25659
25660 * textmodes/outline.el (outline-mode-menu-bar-map):
25661 Add outline-headers-as-kill.
25662 (outline-mode): Define imenu-generic-expression.
25663 (outline-headers-as-kill): New command.
25664
25665 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25666 from paragraph-start.
25667 (paragraph-indent-minor-mode): New command.
25668
25669 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25670 M-C-e, M-C-h, C-j, C-xnd, TAB.
25671 (fortran-mode): Set beginning-of-defun, end-of-defun.
25672 (fortran-column-ruler): Simplify.
25673 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25674 (fortran-with-subprogram-narrowing): Likewise.
25675 (fortran-indent-subprogram): Call mark-defun.
25676 (fortran-check-for-matching-do): Change narrowing.
25677
25678 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25679 (cl-lucid-hash-tag): Delete.
25680 (cl-hash-table-p): Correct test for native table.
25681 (cl-hash-table-count): Use hash-table-count.
25682
25683 * browse-url.el (browse-url): Fix case of
25684 browse-url-browser-function being an alist.
25685
25686 2000-01-05 Carsten Dominik <cd@gnu.org>
25687
25688 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25689 (reftex-index-phrase-file-extension): New options.
25690
25691 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25692 Use new option `reftex-index-phrase-file-extension'.
25693
25694 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25695 `reftex-parse-file-extension'.
25696
25697 2000-01-05 Dave Love <fx@gnu.org>
25698
25699 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25700 (beginning-of-defun-raw): Use it.
25701 (end-of-defun): New variable.
25702 (end-of-defun): Use it.
25703 (check-parens): New command.
25704
25705 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25706
25707 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25708 (hs-show-block): Don't use `mapcar' when not accumulating.
25709
25710 Fix buglet in local variables initialization.
25711
25712 2000-01-05 Andreas Schwab <schwab@suse.de>
25713
25714 * hscroll.el (hscroll): Doc fix.
25715
25716 2000-01-05 Carsten Dominik <cd@gnu.org>
25717
25718 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25719 Require idlw-toolbar.
25720
25721 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25722 file idlw-rinfo.el.
25723 (idlwave-customize): Load must read file idlw-shell.el.
25724 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25725
25726 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25727
25728 * progmodes/idlw-shell.el: Also provide idlwave-shell
25729 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25730 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25731
25732 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25733 both reftex-dcr and reftex-vcr.
25734
25735 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25736
25737 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25738
25739 * ps-print.el: PostScript code now is in separate files, doc fix.
25740 (ps-print-version): New version number (5.0.3).
25741 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25742 local.
25743 (ps-spool-config): Initialization fix.
25744 (ps-print-prologue-1, ps-print-prologue-2)
25745 (ps-print-duplex-feature): PostScript code moved to separated file.
25746 (ps-background-image): Little code reformating.
25747 (ps-begin-file, ps-begin-job): Fix code.
25748 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25749 (ps-prologue-file): New fun.
25750
25751 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25752
25753 * ps-vars.el: Eliminated.
25754
25755 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25756 `;;;###autoload'.
25757
25758 * ps-print.el: ps-vars eliminated, doc fix.
25759 (ps-print-version): New version number (5.0.2).
25760 (ps-spool-config): Initialization fix.
25761 (ps-print-customize): New fun.
25762
25763 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25764
25765 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25766
25767 2000-01-04 Dave Love <fx@gnu.org>
25768
25769 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25770 menu items.
25771
25772 2000-01-03 Dave Love <fx@gnu.org>
25773
25774 * elide-head.el (elide-head) [defgroup]: Add :version.
25775
25776 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25777 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25778 Use `cl-hash-table-p', not `hash-table-p'.
25779 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25780
25781 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25782
25783 * faces.el (face-read-integer, read-face-attribute)
25784 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25785
25786 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25787
25788 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25789 at comment end, and re-insert them after filling.
25790
25791 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25792
25793 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25794 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25795 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25796
25797 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25798
25799 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25800 the new name of face-color-supported-p.
25801
25802 * term/w32-win.el (xw-defined-colors): Likewise.
25803
25804 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25805
25806 * simple.el (completion-setup-function): Count completion-size
25807 from minibuffer-prompt-end, not from point-min.
25808
25809 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25810
25811 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25812 Pass the frame to tty-color-* functions.
25813 (display-color-p, frame-set-background-mode): Pass the frame to
25814 tty-display-color-p.
25815
25816 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25817 tty-color-alist.
25818 (tty-color-alist, tty-modify-color-alist): New functions.
25819 (tty-color-define, tty-color-clear, tty-color-approximate)
25820 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25821 optional parameter FRAME.
25822
25823 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25824
25825 * image.el (create-image, defimage): Don't assume image data is
25826 a string.
25827
25828 * image.el (defimage): Handle specifications containing :data
25829 instead of :file.
25830 (image-type-from-data): New function.
25831 (image-type-from-file-header): Use it.
25832 (create-image): Add parameter DATA-P.
25833
25834 See ChangeLog.8 for earlier changes.
25835
25836 ;; Local Variables:
25837 ;; coding: iso-2022-7bit
25838 ;; End:
25839
25840 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25841 Copying and distribution of this file, with or without modification,
25842 are permitted provided the copyright notice and this notice are preserved.