]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-03-06 Gerd Moellmann <gerd@gnu.org>
2
3 * vc.el (vc-branch-part): Add autoload cookie. This function can
4 be called from vc-rcs-find-most-recent-rev when visiting a file
5 checked into RCS in a CVS sandbox.
6
7 2002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
8
9 * language/czech.el ("Czech"): Fix the documentation.
10
11 * language/slovak.el ("Slovak"): Likewise.
12
13 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
14
15 * xml.el (xml-parse-attlist): Accept empty strings.
16 From Max Froumentin <mf@w3.org>.
17
18 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
21 all terminals now support highlighting of some kind.
22
23 * language/european.el (mac-roman): Fix the safe-chars property.
24
25 2002-03-05 Andre Spiegel <spiegel@gnu.org>
26
27 * vc.el (vc-transfer-file): Use `make-temp-file'.
28 (vc-default-update-changelog): Remove conditional use of
29 `make-temp-name'.
30
31 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
32
33 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
34
35 * ediff-init.el: comments.
36
37 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
38 is loaded.
39
40 * ediff-mult.el (ediff-intersect-directories,
41 ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
42 cleanup.
43 (ediff-draw-dir-diffs): now supports the "C" command in directory
44 difference buffer.
45 (ediff-dir-diff-copy-file): new function that implements copying
46 of files from one Ediff dir to another
47 (ediff-bury-dir-diffs-buffer): kills the buffer instead.
48 (ediff-append-custom-diff): better error msgs.
49
50 * ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
51 (ediff-inferior-compare-regions): Use
52 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
53
54 * ediff.el (ediff-directories-internal): Cleanup.
55 (ediff-clone-buffer-for-region-comparison): Better interface.
56
57 2002-03-04 Richard M. Stallman <rms@gnu.org>
58
59 * emacs-lisp/easy-mmode.el (define-minor-mode):
60 Use "P" in interactive spec of minor mode commands.
61
62 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
63
64 * net/snmp-mode.el: Require tempo when compiling to prevent
65 warnings. Update copyright notice.
66
67 * help.el (describe-key-briefly, describe-key): Interpret
68 `undefined' like not defined at all.
69
70 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
71
72 * textmodes/sgml-mode.el: Change maintainer to FSF.
73 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
74 (sgml-tags-invisible, sgml-beginning-of-tag):
75 Allow _ : and non-ASCII in tag names, as required for XML.
76 (sgml-name-char): Don't assume anything about charsets handled by
77 encode-char.
78
79 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
80 where one of the buffers is narrowed.
81
82 * hexl.el (hexlify-command, dehexlify-command): Remove.
83 (hexlify-buffer, dehexlify-buffer): Use call-process-region
84 rather than shell-command-on-region.
85
86 * newcomment.el (comment-forward): Use forward-comment to skip
87 over whitespace (or comments) even when comment-use-syntax is nil.
88
89 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
90
91 * textmodes/xml-lite.el: New file.
92
93 2002-03-03 Richard M. Stallman <rms@gnu.org>
94
95 * textmodes/artist.el (artist-system): Use make-temp-file.
96
97 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
98
99 * mail/sendmail.el (mail-recover-1): Increase non-random-len
100 by 1 since we changed make-auto-save-file-name to add one
101 fewer character to the buffer name.
102 (mail-recover): Really show point at the right place
103 in the *Directory* buffer.
104
105 * files.el (make-auto-save-file-name): Use make-temp-file.
106
107 * terminal.el (te-create-terminfo): Use make-temp-file
108 to create the source file in a safe way.
109
110 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * cus-start.el: Rename automatic-hscroll-step and
113 automatic-hscroll-margin into hscroll-step and hscroll-margin.
114
115 * frame.el (auto-hscroll-mode): Renamed from
116 automatic-hscrolling.
117 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
118
119 * mouse.el (mouse-region-delete-keys): Add deletechar.
120
121 2002-03-03 Sam Steingold <sds@gnu.org>
122
123 * play/snake.el (snake-score-file): Fixed parens (broken by the
124 last patch).
125 * play/tetris.el (tetris-score-file): Ditto.
126
127 2002-03-03 Richard M. Stallman <rms@gnu.org>
128
129 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
130
131 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
132
133 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
134 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
135
136 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
137
138 * calendar/diary-lib.el (list-diary-entries): Use
139 `buffer-substring' instead of `buffer-substring-no-properties' to
140 support enriched mode.
141
142 2002-03-02 Richard M. Stallman <rms@gnu.org>
143
144 * find-dired.el (find-grep-dired): Call shell-quote-argument.
145 Specify the -e option.
146 Rename arg to `regexp'.
147
148 2002-03-02 Milan Zamazal <pdm@zamazal.org>
149
150 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
151
152 2002-03-02 Miles Bader <miles@gnu.org>
153
154 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
155 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
156 If there's no applicable modifiers entry in the alist in
157 `mouse-wheel-scroll-amount', fall back to the default, not to
158 nil (which causes full screen scrolls).
159
160 2002-03-01 Andreas Schwab <schwab@suse.de>
161
162 * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
163 extra paren in regexp.
164
165 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * mouse.el (mouse-show-mark): Use display-mouse-p, not
168 display-graphic-p, to decide whether to move point or use the
169 highlighting.
170
171 2002-02-28 Colin Walters <walters@verbum.org>
172
173 * eshell/esh-var.el (eshell-parse-variable-ref): Use
174 `make-temp-file'.
175
176 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
177 `temporary-file-directory'; we now do that in
178 `calc-graph-file-cache'.
179 (calc-temp-file-name): Use `make-temp-file'.
180
181 2002-02-28 Richard M. Stallman <rms@gnu.org>
182
183 * font-lock.el (java-font-lock-extra-types):
184 Match java.net.URL, etc.
185
186 2002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
187
188 * hexl.el (hexl-options): Doc fix.
189 Update Commentary section.
190
191 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
192 Doc fixes.
193
194 2002-02-28 Andre Spiegel <spiegel@gnu.org>
195
196 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
197 the user to do that first.
198 (vc-update): New function.
199
200 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
201 which calls vc-update. Use the term "Base Version" instead of
202 "Last Version" for the entries "Revert" and "Compare".
203
204 2002-02-28 Kim F. Storm <storm@cua.dk>
205
206 * simple.el (shell-command-on-region): Report non-zero exit
207 status in mode line instead of buffer.
208
209 2002-02-27 Richard M. Stallman <rms@gnu.org>
210
211 * comint.el (comint-preoutput-filter-functions): Doc fix.
212 (comint-output-filter-functions, comint-input-filter-functions)
213 (comint-redirect-filter-functions): Likewise.
214
215 (comint-redirect-preoutput-filter): Do the local-hook
216 handling of t when running comint-redirect-filter-functions.
217 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
218
219 2002-02-26 Richard M. Stallman <rms@gnu.org>
220
221 * paths.el (remote-shell-program): Add doc string.
222
223 2002-02-26 Colin Walters <walters@debian.org>
224
225 * ibuf-ext.el (sorter mode-name): New.
226 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
227
228 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
229 interactively, so they do something.
230 (calc-scroll-right): Ditto.
231
232 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
233
234 * international/mule.el (ctext-pre-write-conversion): Handle the
235 case when FROM is a string, and when we are called from
236 build_annotations_2.
237
238 2002-02-26 Richard M. Stallman <rms@gnu.org>
239
240 * rect.el (clear-rectangle-line): Reindent to the same column
241 that move-to-column reached when it tried to go to endcol.
242
243 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
244
245 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
246
247 * winner.el (winner-boring-buffers, winner-set): A window which
248 displays a buffer whose name is in the list
249 `winner-boring-buffers', will no longer be restored by
250 `winner-undo'.
251 (winner-sorted-window-list): Used to improve comparison between
252 window configurations.
253 (winner-win-data): Simplified and moved.
254 (winner-conf): Simplified (now uses `winner-win-data').
255 (winner-change-fun, winner-save-old-configurations)
256 (winner-save-(un)conditionally, winner-redo): Changes made while in
257 the minibuffer will be ignored. (Such changes are undone upon
258 exit for the minibuffer, anyway.)
259 (winner-set-conf): Preserve selected window whenever possible.
260 (winner-make-point-alist): Simplified.
261 (winner-mode, winner-save-unconditionally): Save current window
262 configuration on entering minibuffer.
263 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
264 since it does not change the overall behavior of Emacs.
265
266 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
267
268 * international/mule-conf.el (compound-text): Renamed back from
269 compound-text-no-extensions.
270 (ctext-no-compositions): Remove the mime-charset property.
271 (compound-text-with-extensions): Renamed from compound-text.
272 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
273
274 2002-02-26 Juanma Barranquero <lektu@terra.es>
275
276 * faces.el (list-faces-display): Fix typo.
277
278 2002-02-25 Richard M. Stallman <rms@gnu.org>
279
280 * frame.el (focus-follows-mouse): Doc fix.
281
282 2002-02-26 Miles Bader <miles@gnu.org>
283
284 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
285 to `define-key', since it no longer accepts the latter.
286
287 2002-02-25 Jason Rumney <jasonr@gnu.org>
288
289 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
290 mouse-wheel-scroll-amount.
291
292 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
293 mwheel.el.
294
295 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
296
297 2002-02-25 Andre Spiegel <spiegel@gnu.org>
298
299 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
300 consistent with the others that take a backend name as a symbol.
301
302 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
303
304 2002-02-25 Kim F. Storm <no-spam@cua.dk>
305
306 * comint.el (comint-replace-by-expanded-filename): Do nothing if
307 comint-match-partial-filename returns nil.
308
309 * shell.el (shell-pcomplete-setup-done): New variable.
310 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
311 (shell-pcomplete-reverse): Ditto.
312
313 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
314
315 * ps-print.el (ps-print-printer): Added `lpr' customize group
316 member.
317
318 2002-02-25 Juanma Barranquero <lektu@terra.es>
319
320 * subr.el (save-match-data): Doc fix.
321
322 * ielm.el (ielm-prompt): Allow customization; make it read-only.
323
324 2002-02-25 Kim F. Storm <storm@cua.dk>
325
326 * shell.el (shell-mode-map): Add "Complete" header so completion
327 menu is shown on the menu bar in shell mode.
328
329 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
330
331 * ielm.el (ielm-match-data): New var.
332 (inferior-emacs-lisp-mode): Make it buffer-local.
333 (ielm-eval-input): Use it to preserve match-data between inputs.
334
335 2002-02-24 Juanma Barranquero <lektu@terra.es>
336
337 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
338
339 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
340
341 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
342 `custom-buffer' customize group.
343
344 2002-02-23 Kim F. Storm <storm@cua.dk>
345
346 * help.el (where-is): Use remap-command.
347
348 * help-fns.el (describe-function-1): Use remap-command.
349
350 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
351 change (no longer accept a symbol for the KEY argument).
352
353 2002-02-23 Colin Walters <walters@debian.org>
354
355 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
356 * calc/calcalg2.el (math-solve-get-sign): Ditto.
357
358 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
359 in generated function.
360
361 * ibuf-ext.el (ibuffer-old-time): Change to hours.
362 (ibuffer-mark-old-buffers): Handle it.
363
364 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
365 (toplevel): Bind them.
366 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
367 not necessary now that we use pcomplete.
368
369 * comint.el: Document how use new pcomplete completion facility.
370
371 2002-02-23 Richard M. Stallman <rms@gnu.org>
372
373 * mail/rmailsum.el (rmail-summary-output): Properly advance
374 to next message, by calling rmail-summary-goto-msg.
375
376 * net/browse-url.el (browse-url-galeon): Specify --existing
377 for an existing window. Use --noraise rather than --no-raise.
378 Don't use -x.
379
380 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * progmodes/etags.el (find-tag-noselect, find-tag)
383 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
384 Fix a typo in doc strings.
385
386 2002-02-20 Deepak Goel <deego@glue.umd.edu>
387
388 * play/snake.el (snake-velocity-queue, snake-update-velocity)
389 (snake-final-x-velocity, snake-final-y-velocity):
390 New variable and functions. Store user's keypresses
391 into a queue and pop from the queue each subsequent turn.
392 (snake-update-game, snake-move-left)
393 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
394 (snake-start-game): Use that queue.
395 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
396 (snake-use-color-flag): Likewise.
397 (snake-mode): Rename uses of those variables.
398
399 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
400
401 Support for ICCCM Extended Segments in X selections:
402
403 * international/mule-conf.el (ctext-no-compositions): New coding
404 system.
405 (compount-text-no-extensions): Renamed from compound-text.
406 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
407 compound-text-no-extensions.
408 (compound-text): Redefined using post-read and pre-write conversions.
409
410 * international/mule.el (non-standard-icccm-encodings-alist)
411 (non-standard-designations-alist): New variables.
412 (ctext-post-read-conversion, ctext-pre-write-conversion):
413 New functions.
414
415 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
416
417 * vc.el (vc-default-init-version): Update documentation to
418 indicate that the backend can override the default init version.
419 (vc-register): Use the backend init-version function, if it
420 exists, to determine the initial version of a file.
421 (vc-diff-switches-list): Don't symbol-quote backend, since it's
422 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
423
424 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
425 not version-controlled. This is necessary, e.g., if the file has
426 just been reverted, and thus was previously under version control
427 but isn't any longer.
428 (vc-find-file-hook): Likewise.
429
430 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
431
432 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
433 (vc-cvs-sticky-tag-display): New variable.
434 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
435 (vc-cvs-checkin): If the input revision is a valid symbolic tag
436 name, we create it as a branch, commit and switch to it.
437 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
438 (vc-cvs-valid-symbolic-tag-name-p): New function.
439 (vc-cvs-parse-sticky-tag): New function.
440 (vc-cvs-parse-entry): Added parsing of sticky tags.
441
442 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
443
444 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
445 nil, and then explicitly set the standard-value to t.
446
447 2002-02-20 Sam Steingold <sds@gnu.org>
448
449 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
450 since it is used in the menu bar.
451
452 2002-02-20 Richard M. Stallman <rms@gnu.org>
453
454 * simple.el (shell-command-on-region): Display the exit status
455 when a command fails.
456
457 * subr.el (add-hook): Doc fix.
458
459 * frame.el (other-frame): Doc fix.
460
461 * simple.el (yank): Clear `field' property.
462
463 2002-02-20 Tom Tromey <tromey@cachet>
464
465 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
466 natural paragraph boundaries. Don't fail at beginning of buffer.
467
468 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
469
470 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
471 call the argument "arg" to match plain next-line and
472 previous-line. From Kevin Ryde <user42@zip.com.au>.
473
474 2002-02-19 Sam Steingold <sds@gnu.org>
475
476 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
477 scroll amounts for different modifiers now.
478 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
479 format properly.
480 (mouse-wheel-mode): Ditto.
481
482 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
483
484 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
485 around function body.
486
487 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
488 sense of the comparison, to match the doc strings of functions
489 that use this macro.
490
491 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
492
493 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
494
495 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
496 * menu-bar.el (menu-bar-mode): Ditto.
497
498 2002-02-18 Andreas Schwab <schwab@suse.de>
499
500 * replace.el (query-replace-regexp-eval): Doc fix.
501
502 2002-02-18 Colin Walters <walters@verbum.org>
503
504 * calc/calcalg2.el (math-solve-get-int): Convert return value from
505 `math-get-from-counter' to a string before calling `concat' on it.
506
507 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
508 (calc-public-autoloads): Obsolete; remove.
509 (calc-private-autoloads): Ditto.
510 (calc-add-autoloads): Ditto.
511
512 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
513 for body.
514
515 2002-02-17 Jason Rumney <jasonr@gnu.org>
516
517 * w32-win.el (x-option-alist, x-long-option-alist)
518 (x-switch-definitions): Remove, use command-line-x-option-alist
519 instead to be consistent with X.
520 (x-handle-initial-switch): New function.
521
522 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
523
524 * faces.el (mode-line-inactive, header-line): Add the :inherit
525 attribute for the tty case.
526
527 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
528
529 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
530 invoked from Rmail with full headers displayed.
531
532 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
533
534 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
535 when repeated.
536 * textmodes/paragraphs.el (mark-paragraph): Ditto.
537
538 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
539
540 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
541 (menu-bar-tools-menu): Removed speedbar.
542
543 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
544 and `flyspell-mode' entries.
545
546 * textmodes/flyspell.el (flyspell): Add to ispell group.
547
548 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
549
550 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
551 repeated.
552 (mark-defun): Mark more if repeated.
553
554 2002-02-17 Colin Walters <walters@verbum.org>
555
556 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
557
558 * ibuffer.el (ibuffer-truncate-lines): New option.
559 (ibuffer-mode): Use it.
560
561 2002-02-17 Kim F. Storm <storm@cua.dk>
562
563 * cus-start.el: Add mouse-highlight.
564
565 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
566
567 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
568
569 * cus-start.el: Add automatic-hscroll-margin and
570 automatic-hscroll-step.
571
572 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
573
574 * cus-start.el (x-autoselect-window): Allow customization.
575
576 * eshell/em-alias.el (eshell-alias-initialize): Do not use
577 make-local-hook.
578
579 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
580
581 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
582
583 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
584
585 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
586
587 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
588
589 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
590
591 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
592
593 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
594
595 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
596
597 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
598
599 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
600
601 * eshell/esh-io.el (eshell-io-initialize): Likewise.
602
603 * eshell/esh-mode.el (eshell-mode): Likewise.
604
605 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
606
607 * eshell/esh-var.el (eshell-var-initialize): Likewise.
608
609 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
610
611 * progmodes/idlwave.el (idlwave-mode): Likewise.
612
613 * textmodes/reftex-sel.el (reftex-select-label-mode)
614 (reftex-select-bib-mode): Likewise.
615
616 2002-02-16 John Wiegley <johnw@gnu.org>
617
618 * eshell/em-hist.el (eshell-hist-initialize): When in the
619 minibuffer, use the global value of `eshell-history-ring', and
620 never save it to disk, or ask to save it to disk. This allows
621 users of session.el to control whether its global state should be
622 persisted or not.
623 (eshell-add-command-to-history): Don't write Eshell's history out
624 to disk, let the governing mode control that upon exit.
625
626 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
627
628 * eshell/eshell.el (eshell-command): Before reading from the
629 minibuffer, add eshell-add-command-to-history to
630 minibuffer-exit-hook, and remove it after read-from-minibuffer
631 returns.
632
633 * eshell/em-hist.el (eshell-add-input-to-history): New function,
634 with most of the code from eshell-add-to-history.
635 (eshell-add-command-to-history): New function, to record in
636 eshell-history the commands run via eshell-command.
637 (eshell-add-to-history): Call eshell-add-command-to-history to do
638 most of the work.
639
640 2002-02-16 John Wiegley <johnw@gnu.org>
641
642 * eshell/esh-ext.el (eshell-external-command): Added a fix for
643 XEmacs' new dired.el, which adds a global entry in the
644 `file-name-handler-alist'.
645
646 2002-02-16 John Wiegley <johnw@gnu.org>
647
648 * align.el (align-region): Added a missing name argument.
649
650 2002-02-16 John Wiegley <johnw@gnu.org>
651
652 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
653 after the #! of a shell interpretor specification.
654
655 2002-02-15 Richard M. Stallman <rms@gnu.org>
656
657 * help.el (describe-key-briefly): Make output in INSERT case
658 look just like what is displayed in the normal case.
659
660 2002-02-15 Andreas Schwab <schwab@suse.de>
661
662 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
663 non-letter after specials.
664
665 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
666
667 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
668
669 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
670
671 * simple.el (mark-word): Mark more if repeated.
672 * textmodes/paragraphs.el (mark-paragraph): Ditto.
673 (mark-end-of-sentence): Ditto.
674
675 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
676
677 * wid-edit.el (widgetp): Made it more robust.
678
679 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
680
681 * facemenu.el (describe-text-done): New function.
682 (describe-text-mode-map): New variable.
683 (describe-text-mode-hook): New option.
684 (describe-text-mode): New function.
685 (describe-text-widget): New function.
686 (describe-text-sexp): New function.
687 (describe-text-properties): New function.
688 (describe-text-category): New command.
689 (describe-text-at): New command.
690 (facemenu-menu): Replace `list-text-properties-at' with
691 `describe-text-at' in the menu.
692
693 * wid-edit.el (widgetp): New function.
694 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
695 Autoloaded.
696
697 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
698
699 * wid-browse.el: Removed version and x-url keywords.
700
701 2002-02-13 Kim F. Storm <storm@cua.dk>
702
703 * cus-start.el (mode-line-in-non-selected-windows):
704 Allow customization.
705
706 2002-02-13 Richard M. Stallman <rms@gnu.org>
707
708 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
709 Tell bibtex-parse-keys to output no progress messages.
710
711 * international/mule-diag.el (list-input-methods):
712 Use help-input-method, not describe-input-method, for button type.
713
714 * register.el (describe-register-1): Access register contents here.
715
716 * textmodes/text-mode.el (text-mode-hook-identify):
717 Restore previous definition. Add to text-mode-hook again.
718
719 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
720 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
721 to avoid needing sendmail.el at run time.
722
723 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
724 Initialization moved up too.
725 (mode-line-modes): Use :propertize.
726 (mode-line-mode-menu-keymap): Var deleted.
727 (mode-line-copied-mode-name): Var deleted.
728 (mode-line-mode-name): Function deleted.
729 (mode-line-mode-menu): Each item now shows its mode line lighter.
730 (minor-mode-alist): Don't call propertize here.
731
732 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
733
734 * progmodes/pascal.el (pascal-imenu-generic-expression):
735 Add menu-title and fix parentheses.
736
737 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
738
739 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
740 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
741
742 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
743
744 * menu-bar.el (menu-bar-options-save): Only save
745 `current-language-environment' and `default-input-method' when
746 marked as customized.
747
748 * international/mule-cmds.el
749 (setup-specified-language-environment):
750 Mark `current-language-environment' as customized.
751 (set-input-method): Mark `default-input-method' as customized when
752 called interactively.
753 (toggle-input-method): Ditto.
754
755 2002-02-11 Colin Walters <walters@verbum.org>
756
757 * ibuffer.el (ibuffer-switch-format): Supply required argument for
758 `ibuffer-current-formats'.
759
760 2002-02-11 Miles Bader <miles@gnu.org>
761
762 * faces.el (mode-line-inactive): Add dark-background variant.
763
764 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
765
766 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
767 * menu-bar.el (menu-bar-mode): Ditto.
768 * cus-edit.el (customize-mark-to-save): Always save variables
769 without a standard value.
770
771 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
772 (menu-bar-options-save): Ditto.
773 (menu-bar-showhide-menu): Ditto.
774 (menu-bar-options-menu): Ditto.
775 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
776 (menu-bar-scroll-bar-none): Remove.
777 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
778 expressions instead.
779
780 * cus-edit.el (customize-set-value): Return value.
781 (customize-set-variable): Ditto.
782 (customize-save-variable): Ditto.
783 (customize-set-variable): Load dependencies before setting value.
784 (custom-load-symbol): Autoload it.
785 (customize-mark-as-set): New function.
786
787 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * cus-start.el: Don't warn about "x-*" symbols when building a
790 non-GUI version.
791
792 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
793
794 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
795 Doc fix.
796 (strokes-help): Do not use doubled with-output-to-temp-buffer.
797 Fix the help string.
798 (strokes-prompt-user-save-strokes): Fix typo.
799 (strokes-list-strokes): Use proper exit-action argument for
800 view-buffer. Update copyright notice.
801
802 * international/mule-diag.el: Various doc and message fixes.
803 (non-iso-charset-alist): Add mac-roman. Don't add entries for
804 codepages already present.
805 (list-block-of-chars): Display space for null entries in
806 translation table. Display tab specially.
807 (list-non-iso-charset-chars): Check for null charsets. Use pop
808 for clarity. Don't break 8-bit sets into sections between ranges.
809 (list-charset-chars): Avoid indent-tabs-mode.
810 (describe-char-after): Maybe use the text property for syntax
811 table information. Maybe report char-code-property-table info.
812 Maybe report character's unicode. Tweak printing of list info.
813 (list-input-methods): Add xref buttons.
814 (dump-charsets, dump-codings): Deleted (obsolete).
815 From Dave Love <fx@gnu.org>.
816
817 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
818
819 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
820
821 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
822
823 * viper-util.el (viper-read-key-sequence): Fix so it'll read
824 fast key sequences in emacs native mode
825 (viper-events-to-keys): Delete.
826
827 * viper.el (describe-key, describe-key-briefly): Get rid of
828 viper-events-to-keys.
829
830 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
831
832 * ediff-wind.el (ediff-setup-control-frame):
833 Use ediff-has-gutter-support.
834
835 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
836 check if buff is alive.
837
838 * ediff.el: Typo in comment.
839
840 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
841
842 * menu-bar.el (menu-bar-options-save): Take care of
843 line-number-mode and column-number-mode variables.
844 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
845 "Show Column Number" in "Show/Hide" menu.
846
847 2002-02-09 Richard M. Stallman <rms@gnu.org>
848
849 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
850
851 2002-02-09 Kim F. Storm <storm@cua.dk>
852
853 * faces.el (mode-line-inactive): New face for mode-line for
854 non-selected windows.
855 (mode-line): Doc fix: Only used for selected window.
856
857 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
860 name to "Insert Diary Entry".
861
862 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
863
864 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
865 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
866
867 2002-02-08 Richard M. Stallman <rms@gnu.org>
868
869 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
870
871 2002-02-08 Andreas Schwab <schwab@suse.de>
872
873 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
874 of point-min.
875
876 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * net/ange-ftp.el (ange-ftp-process-handle-line)
879 (ange-ftp-set-xfer-size): If the file's size is a float, divide
880 by 1024 instead of using ash.
881
882 * international/mule-cmds.el (select-safe-coding-system):
883 State the buffer's name in the message popped in the *Warning* buffer,
884 and make sure the offending buffer is displayed.
885
886 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
887
888 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
889
890 2002-02-07 Richard M. Stallman <rms@gnu.org>
891
892 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
893
894 * register.el (list-registers): New command.
895 (describe-register-1): New subroutine, taken out of view-register.
896
897 * emacs-lisp/copyright.el (copyright-regexp):
898 Delete the unibyte copyright symbol; it's redundant.
899 Fix a spazz in the multibyte encoding here.
900
901 2002-02-07 Dave Love <fx@gnu.org>
902
903 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
904 (cyrillic-encode-alternativnyj-char): Get translation tables from
905 symbol properties, not as variables.
906 (standard-display-cyrillic-translit): Include unicodes.
907
908 2002-02-06 Kim F. Storm <storm@cua.dk>
909
910 * help.el (where-is): Report remapped commands.
911
912 * help-fns.el (describe-function-1): Ditto.
913
914 * subr.el (global-set-key, local-set-key): Accept a symbol for the
915 KEY argument (like define-key).
916
917 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
918
919 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
920
921 2002-02-06 Richard M. Stallman <rms@gnu.org>
922
923 * mail/mailabbrev.el: Require sendmail only at compile time.
924 (mail-mode-header-syntax-table): Var deleted.
925 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
926 (sendmail-pre-abbrev-expand-hook): Only temporarily change
927 local-abbrev-table and the syntax table.
928 Compute mail-abbrev-syntax-table if that has not been done.
929
930 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
931
932 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
933 (debugger-frame-number): Figure out the offset directly.
934 (debugger-setup-buffer): Don't use debugger-frame-offset.
935 (debugger-frame, debugger-frame-clear): Likewise.
936 (debugger-jump): Don't alter debugger-frame-offset.
937
938 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
939 Replace foo-p as var name with foo-flag, not foo-p-flag.
940
941 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
942 (highlight-changes-passive-string): Default to -Chg.
943 (highlight-changes-global-modes): Doc fix.
944
945 * dired.el (dired-get-filename): Add /: when appropriate
946 to avoid taking a local name as remote.
947
948 * files.el (file-name-non-special): Add special handling for
949 file-name-sans-versions, file-name-completion, and
950 file-name-all-completions.
951
952 * isearch.el (isearch-update): Don't update display in kbd macro.
953 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
954
955 * subr.el (force-mode-line-update): Doc fix.
956
957 * subr.el (atomic-change-group, prepare-change-group)
958 (activate-change-group, accept-change-group, cancel-change-group):
959 New functions.
960
961 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
962 (transpose-subr-1): Use atomic-change-group.
963
964 * subr.el (add-minor-mode): Include the mode's lighter string
965 in the minor mode menu item name.
966
967 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
968 rmail-count-screen-lines starting from (point-min).
969
970 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
971 beyond the image height, to use the fancy splash screen.
972
973 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
974 (text-mode): Set text-mode-variant here.
975
976 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
977
978 * play/pong.el (pong-height): Don't use height that exceeds the
979 frame height.
980 (pong-border-options): Make the border colors slightly more bright.
981
982 * play/gamegrid.el (gamegrid-display-type): Treat any
983 color-capable display as color-x, if display-color-p is fboundp.
984 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
985 (gamegrid-make-color-tty-face): Use the value of color, not the
986 symbol itself. Don't call gamegrid-color.
987
988 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * gud.el (gud-refresh): Call recenter only after we are sure we
991 are in the right window.
992
993 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
994
995 * cus-edit.el (customize-mark-to-save): New function.
996 * menu-bar.el (menu-bar-options-save): Rewrote.
997
998 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
999
1000 * cus-start.el (x-use-underline-position-properties):
1001 Allow customization.
1002
1003 2002-02-04 Simon Josefsson <jas@extundo.com>
1004
1005 * dired.el (dired-load-hook, dired-mode-hook)
1006 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1007
1008 2002-02-03 Colin Walters <walters@verbum.org>
1009
1010 * ibuf-ext.el (ibuffer-filter-format-alist)
1011 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1012 New variables.
1013 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1014 is now the Emacs CVS tree.
1015 (ibuffer-formats): Doc fix.
1016 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1017 (ibuffer-current-format): Use them.
1018 (ibuffer-recompile-formats, ibuffer-check-formats)
1019 (ibuffer-switch-format, ibuffer-update-title):
1020 Add support for ibuffer-filter-format-alist.
1021 (define-ibuffer-column process): Remove unncessary consing.
1022
1023 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1024 for a summary column.
1025
1026 2002-02-03 Andreas Schwab <schwab@suse.de>
1027
1028 * window.el (save-selected-window): Move macro before first use.
1029 (balance-windows): Fix misplaced parenthesis.
1030
1031 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1032
1033 * calculator.el (calculator-displayers): Doc fixes.
1034
1035 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1036
1037 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1038 (menu-bar-options-save): Save also the value of `display-time-mode'.
1039 (showhide-date-time): New function.
1040 (menu-bar-showhide-menu): New menu-item "Date and time".
1041
1042 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1045 get-file-buffer to check for rmail buffer existence.
1046
1047 * term.el (term-emulate-terminal): Extract proper command string
1048 which is supplied to term-command-hook.
1049
1050 2002-02-03 Richard M. Stallman <rms@gnu.org>
1051
1052 * international/quail.el (quail-help): Don't call help-setup-xref.
1053
1054 * international/mule-cmds.el (describe-input-method):
1055 Call help-setup-xref here.
1056 (describe-current-input-method): Doc fix.
1057
1058 * novice.el (disabled-command-hook): Clarify output text.
1059 Indent the paragraph from the command's doc string.
1060
1061 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1062 Exit loop on beginning of field rather than bobp.
1063
1064 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1065
1066 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1067 the message text into the *mail* buffer, and restore the pruned
1068 state after that.
1069
1070 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1071 looking for X-Coding-System header, and restore the pruned state
1072 before returning.
1073
1074 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1075
1076 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1077
1078 These changes integrate new version of flyspell.el from its
1079 maintainer, Manuel Serrano:
1080
1081 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1082 (flyspell-mode-on, flyspell-notify-misspell)
1083 (flyspell-small-region, flyspell-external-point-words)
1084 (flyspell-large-region): Use it
1085 (flyspell-before-incorrect-word-string)
1086 (flyspell-after-incorrect-word-string): New user options.
1087 (make-flyspell-overlay): Use them.
1088 (flyspell-version): New function.
1089 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1090 definitions to use :weight.
1091 (flyspell-insert-function): New user option.
1092 (flyspell-auto-correct-word, flyspell-correct-word)
1093 (flyspell-xemacs-correct): Use it.
1094 (flyspell-define-abbrev): New function.
1095 (flyspell-auto-correct-word, flyspell-correct-word)
1096 (flyspell-xemacs-correct): Use it.
1097 (make-flyspell-overlay): Use `evaporate' property.
1098 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1099 (flyspell-emacs-popup): Use `session' instead of `accept'.
1100 (flyspell-auto-correct-previous-pos): New variable.
1101 (flyspell-auto-correct-previous-hook)
1102 (flyspell-auto-correct-previous-word): New functions.
1103
1104 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1105
1106 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1107 don't alter the user's ~/.emacs.
1108 (disable-command): If user-init-file is nil or does not exist,
1109 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1110 But don't alter the init file if Emacs was invoked as "emacs -q"
1111
1112 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1113
1114 * mail/sendmail.el (mail-mode): Undo half of last change.
1115
1116 * indent.el (indent-for-tab-command): Remove spurious code.
1117
1118 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1119
1120 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1121
1122 * calendar/time-date.el: Moved from lisp/gnus.
1123
1124 * calendar/parse-time.el: Ditto.
1125
1126 2002-01-31 Richard M. Stallman <rms@gnu.org>
1127
1128 * international/iso-acc.el (iso-languages): Fix ", " in French.
1129
1130 * cus-start.el (history-length): Specify customization for it.
1131
1132 * emacs-lisp/debug.el (debugger-setup-buffer):
1133 When an eval-buffer frame was reading from a buffer,
1134 insert indication of the buffer position.
1135 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1136 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1137
1138 * simple.el (shell-command-on-region): Err if no mark
1139 before reading the command string.
1140
1141 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1142 Definitions moved down after hl-line-mode var's definition.
1143
1144 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1145 (hilit-chg-set-face-on-change): Rename arg.
1146 (hilit-chg-make-ov): Detect error earlier.
1147
1148 * ediff-hook.el: Delete autoload cookies.
1149
1150 * comint.el (comint-scroll-show-maximum-output): Default is t.
1151
1152 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1153 (batch-byte-compile-if-not-done): New function.
1154
1155 * Makefile.in (compile): New target.
1156 (compile-always): Renamed from compile-files.
1157 (compile-after-backup): Renamed from compile.
1158 (bootstrap): Depend on compile-always, not compile-files.
1159
1160 * emulation/pc-select.el (pc-select-save-and-set-mode):
1161 Properly use MODE-VAR.
1162
1163 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1164
1165 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1166 Version" to "About Emacs".
1167 (menu-bar-options-save): Add `default-frame-alist'
1168 to saved variables.
1169 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1170 of the variable `scroll-bar-mode'.
1171
1172 * startup.el (normal-splash-screen, display-splash-screen):
1173 New functions (separated from command-line-1).
1174 (command-line-1): Use them.
1175
1176 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1177
1178 * calendar/calendar.el (generate-calendar-month): Doc fix.
1179
1180 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1181
1182 * time.el (display-time-mail-directory): New option.
1183 (display-time-mail-function): Update doc-string.
1184 (display-time-mail-icon): Use XPM image when available.
1185 (display-time-string-forms): Use more descriptive text as
1186 help-echo property.
1187 (display-time-mail-check-directory): New function.
1188 (display-time-update): Use it.
1189
1190 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1191 Quote `window-system'.
1192
1193 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1194 Add Keywords header. Update Commentary section.
1195 Update copyright notice.
1196
1197 * menu-bar.el (menu-bar-scroll-bar-right)
1198 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1199 (showhide-menu-bar): New functions.
1200 (menu-bar-showhide-menu): New submenu "Show/Hide".
1201 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1202 "Show/Hide".
1203 Update copyright notice.
1204
1205 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1208
1209 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1210
1211 * pc-select.el (pc-selection-mode-hook)
1212 (pc-select-saved-settings-alist, pc-select-map)
1213 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1214 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1215 (pc-select-meta-moves-sexps-key-bindings)
1216 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1217 New variables.
1218 (pc-select-define-keys, pc-select-restore-keys): New functions.
1219 (pc-select-add-to-alist, pc-select-save-and-set-var)
1220 (pc-select-save-and-set-mode, pc-select-restore-var)
1221 (pc-select-restore-mode): New macros.
1222 (pc-selection-mode): Completely rewrote the body of the function;
1223 the main goal was to make pc-selection-mode "turn-off"-able, like
1224 other minor modes. Use define-minore-mode instead of just a
1225 defun. Store the key bindings into four alists:
1226 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1227 pc-select-meta-moves-sexps-key-bindings, and
1228 pc-select-tty-key-bindings; then have the pc-select-define-keys
1229 function walk those alists instead of calling define-key
1230 repeatedly. When the mode is turned on, set the
1231 keybindings in global-map and remember the old keybindings; when
1232 the mode is turned off, restore the previously-saved keybindings.
1233 (pc-selection-mode defcustom): Reflect the fact that the mode is
1234 now "turn-off"-able.
1235
1236 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1237
1238 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1239 returns t, don't treat that as an error.
1240
1241 2002-01-25 Jason Rumney <jasonr@gnu.org>
1242
1243 * faces.el (face-font-registry-alternatives) [windows-nt]:
1244 Add ms-oemlatin as an alternative for iso8859-1.
1245
1246 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1247
1248 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1249 args and the absence of an entry. Don't add -f each time.
1250
1251 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1254
1255 Support for more than 8 colors on character terminals:
1256
1257 * term/rxvt.el: New file.
1258
1259 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1260
1261 * term/xterm.el (xterm-standard-colors): New variable.
1262 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1263 (xterm-rxvt-set-background-mode): New functions.
1264 (toplevel): Call xterm-register-default-colors,
1265 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1266 Add support for more keys from xterm's terminfo entry.
1267
1268 * facemenu.el (list-colors-display): If the argument is nil, don't
1269 show more colors that the number returned by display-color-cells.
1270
1271 * term/pc-win.el (msdos-color-values): Reverse the order of the
1272 colors, since tty-color-define now preserves the registration order.
1273
1274 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1275
1276 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1277 (tty-register-default-colors): New function; code moved from
1278 startup.el's command-line.
1279 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1280 the order the colors where registered.
1281
1282 * frame.el (display-color-cells): Use tty-display-color-cells.
1283
1284 * startup.el (command-line): Call tty-register-default-colors.
1285
1286 2002-01-25 Richard M. Stallman <rms@gnu.org>
1287
1288 * subr.el (remove): Doc fix.
1289
1290 2002-01-24 Richard M. Stallman <rms@gnu.org>
1291
1292 * progmodes/compile.el (compilation-handle-exit):
1293 Add a compilation-handle-exit property to the "finished" message.
1294 (compilation-parse-errors): Stop parsing when that property is seen.
1295
1296 * subr.el (substring-no-properties): New function.
1297 (copy-without-properties): Function deleted.
1298
1299 * term/x-win.el (x-handle-geometry): Put sizes on both
1300 initial-frame-alist and default-frame-alist.
1301
1302 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1303 for saving .emacs.
1304
1305 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1306
1307 * calendar/calendar.el (generate-calendar-month): Doc fix.
1308
1309 2002-01-23 Richard M. Stallman <rms@gnu.org>
1310
1311 * play/tetris.el (tetris): New defgroup.
1312 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1313 (tetris-default-tick-period): Convert to defcustom.
1314 Added * in docstring to indicate user variable.
1315 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1316 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1317 (tetris-buffer-height, tetris-width, tetris-height)
1318 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1319
1320 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1323 and is already matched by adaptive-fill-regexp.
1324
1325 2002-01-22 Richard M. Stallman <rms@gnu.org>
1326
1327 * bindings.el (mode-line-copied-mode-name): New variable.
1328 (mode-line-mode-name): Don't modify mode-name itself!
1329 Instead, make a copy and reuse it.
1330
1331 * subr.el (copy-without-properties): New function.
1332
1333 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1334
1335 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1336 slash if DIR is just slash.
1337
1338 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1339
1340 2002-01-21 Richard M. Stallman <rms@gnu.org>
1341
1342 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1343
1344 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1345 Move defvar up.
1346
1347 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1348
1349 * ibuffer.el: Don't require ibuf-ext at load time.
1350 (ibuffer): Require ibuf-ext here.
1351
1352 2002-01-21 Francesco Potorti` <pot@gnu.org>
1353
1354 * generic-x.el (apache-conf-generic-mode): Highlight the first
1355 word in a line even if preceded by blanks.
1356
1357 2002-01-21 Richard M. Stallman <rms@gnu.org>
1358
1359 * window.el (window-body-height): Handle minibuffer window specially.
1360 Otherwise, don't return less than 1.
1361
1362 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1363
1364 * ange-ftp.el: Added support for BS2000, and for raw ftp
1365 login commands (needed in some circumstances).
1366 (ange-ftp-raw-login): New custom var.
1367 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1368 ange-ftp-raw-login is set and account password is needed.
1369 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1370 (ange-ftp-bs2000-filename-pubset-regexp)
1371 (ange-ftp-bs2000-filename-username-regexp)
1372 (ange-ftp-bs2000-filename-prefix-regexp)
1373 (ange-ftp-bs2000-name-template): New consts.
1374 (ange-ftp-bs2000-short-filename-regexp)
1375 (ange-ftp-bs2000-fix-name-regexp-reverse)
1376 (ange-ftp-bs2000-fix-name-regexp): New consts.
1377 (ange-ftp-bs2000-special-prefix): New custom var.
1378 (ange-ftp-fix-name-for-bs2000)
1379 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1380 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1381 (ange-ftp-bs2000-posix-hook-installed): New vars.
1382 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1383 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1384 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1385 (ange-ftp-bs2000-filename-regexp): New const.
1386 (ange-ftp-bs2000-additional-pubsets): New custom var.
1387 (ange-ftp-bs2000-cd-to-posix): New fun.
1388
1389 2002-01-20 Colin Walters <walters@verbum.org>
1390
1391 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1392 with `byte-compile-dynamic'.
1393 (ibuffer-default-directory, toplevel): Doc files.
1394
1395 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1396
1397 * tempo.el (tempo-define-template): Doc fix.
1398
1399 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1400
1401 2002-01-20 Jason Rumney <jasonr@gnu.org>
1402
1403 * w32-vars.el: New file.
1404
1405 * loadup.el [windows-nt]: Load it.
1406
1407 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1408 and make them defcustoms.
1409
1410 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1411
1412 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1413
1414 * language/tibet-util.el (tibetan-decompose-region)
1415 (tibetan-decompose-string): Fix typo in docstring.
1416
1417 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1418
1419 2002-01-18 Richard M. Stallman <rms@gnu.org>
1420
1421 * comint.el (comint-redirect-send-command-to-process):
1422 Restore previous current buffer.
1423
1424 * window.el (window-body-height): New function.
1425
1426 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1427
1428 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1429 "Finish Function" menu map entries for jdb mode.
1430 (gud-jdb-use-classpath): New customization variable.
1431 (gud-jdb-command-name): Add customization.
1432 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1433 (gud-jdb-classpath-string): New variable.
1434 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1435 (gud-jdb-build-source-files-list): Likewise.
1436 (gud-jdb-massage-args): Record any command argument classpath
1437 string in `gud-jdb-classpath-string'.
1438 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1439 java call stack in jdb output.
1440 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1441 (gud-jdb-parse-classpath-string): New functions.
1442 (gud-jdb-marker-filter): Search/detect classpath information in
1443 jdb's output. marker regexp updated to match oldjdb and jdb output
1444 formats. Expand search for source files to include new/old methods
1445 using new functions above. Do not allow `gud-marker-acc' to grow
1446 without bound.
1447 (jdb): Set classpath information (if available) as jdb is started.
1448 Change `gud-break' and `gud-remove'
1449 to use new %c ("class") escape in format strings. Add
1450 `gud-finish', `gud-up', `gud-down' command string functions, and
1451 add them to the local menu map. Update `comint-prompt-regexp' for
1452 jdb and oldjdb. If attaching to an already running java VM and
1453 configured to use classpath, send command to query for classpath,
1454 else use previous method for finding and parsing java
1455 sources. Set `gud-jdb-find-source' function accordingly.
1456 (gud-mode): Doc fix.
1457 (gud-format-command): Add support for new %c ("class") escape.
1458 (gud-find-class): New function in support of %c escape.
1459
1460 2002-01-17 Richard M. Stallman <rms@gnu.org>
1461
1462 * ibuf-ext.el: Enable byte-compile-dynamic.
1463
1464 2002-01-17 Jason Rumney <jasonr@gnu.org>
1465
1466 * term/w32-win.el: Restore conditional require of fontset.
1467
1468 2002-01-16 Richard M. Stallman <rms@gnu.org>
1469
1470 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1471 more or less.
1472 (mouse-drag-region): New function. For a click in the echo area,
1473 show *Messages*.
1474
1475 * ibuf-ext.el: Delete the autoloads for functions defined with
1476 ibuffer-specific commands.
1477
1478 * help.el (describe-distribution): Really call view-file.
1479
1480 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1481 (ange-ftp-get-process): Pass that arg.
1482
1483 * comint.el (comint-simple-send): Fix previous change.
1484
1485 * net/telnet.el (telnet-simple-send): Fix previous change.
1486
1487 * progmodes/sql.el (sql-escape-newlines-and-send)
1488 (sql-query-placeholders-and-send): Fix previous change.
1489
1490 2002-01-16 Colin Walters <walters@verbum.org>
1491
1492 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1493 URL, Compatibility headers. Update copyright notice.
1494 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1495
1496 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1497
1498 * startup.el (command-line): Set EOL mnemonics for the Mac.
1499
1500 2002-01-16 Andreas Schwab <schwab@suse.de>
1501
1502 * mail/feedmail.el (feedmail): Fix :link spec.
1503
1504 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1505
1506 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1507 2 ldapsearch.
1508
1509 * net/eudc.el: New maintainer. Change author's address.
1510 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1511 Variables removed.
1512 (eudc-insert-selected): Function removed.
1513 (eudc-select): Reimplemented.
1514 (eudc-expand-inline): Delete the strings only after its expansion
1515 is chosen not before.
1516
1517 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1518 Minor coding style fixes.
1519
1520 * net/eudcb-ldap.el: New maintainer. Change author's address.
1521 (eudc-attribute-display-method-alist): Display mail with
1522 eudc-display-mail.
1523
1524 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1525 * net/eudc-vars.el: New maintainer. Change author's address.
1526
1527 * net/eudc-bob.el: New maintainer. Change author's address.
1528 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1529 (eudc-display-mail): New function.
1530 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1531
1532 2002-01-15 Richard M. Stallman <rms@gnu.org>
1533
1534 * emacs-lisp/autoload.el (make-autoload):
1535 Don't handle define-ibuffer-column, define-ibuffer-filter,
1536 define-ibuffer-sorter, and define-ibuffer-op.
1537
1538 2002-01-14 Richard M. Stallman <rms@gnu.org>
1539
1540 * calendar/calendar.el (diary-date-forms): Doc fix.
1541
1542 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * startup.el (command-line): Register the default tty colors even
1545 if the terminal doesn't seem to support colors.
1546 <tty-long-option-alist>: New option --color.
1547 (tty-handle-args): Parse the --color arg.
1548
1549 * term/tty-colors.el (tty-color-mode-alist): New variable.
1550
1551 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1552
1553 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1554 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1555 Use it.
1556 (ange-ftp-hook-function): Preserve match-data.
1557 (ange-ftp-insert-directory): Typo.
1558 (ange-ftp-shell-command): Check if regexp matched.
1559
1560 2002-01-13 Richard M. Stallman <rms@gnu.org>
1561
1562 * international/mule-cmds.el: help-map bindings moved to help.el.
1563
1564 * help.el (view-echo-area-messages): New function.
1565 (help-map): Add `e' binding. Delete obsolete `d' binding.
1566 Change old Info bindings C-f, C-k and C-i to F, K, S.
1567 Move view-emacs-FAQ from F to C-f.
1568 Move view-emacs-problems from P to C-e.
1569 Bindings moved here from mule-cmds.el.
1570 C-l binding for describe-language-environment deleted
1571 (help-for-help): Update for all these changes.
1572
1573 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1574
1575 2002-01-13 Dave Love <fx@gnu.org>
1576
1577 * emacs-lisp/copyright.el: Doc fixes.
1578 (copyright-regexp): Add Latin-9 copyright sign.
1579 Match comment delimiters in year lists.
1580 (copyright-current-year): Initialize to load-time year.
1581
1582 2002-01-13 Andreas Schwab <schwab@suse.de>
1583
1584 * dired-aux.el (dired-do-shell-command): Doc fix.
1585
1586 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1587
1588 * startup.el (command-line-x-option-alist): New options "-fs",
1589 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1590
1591 * term/x-win.el (x-handle-initial-switch): New function.
1592
1593 2002-01-13 Colin Walters <walters@debian.org>
1594
1595 * emacs-lisp/autoload.el (make-autoload): Handle
1596 define-ibuffer-column, define-ibuffer-filter,
1597 define-ibuffer-sorter, and define-ibuffer-op.
1598
1599 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1600
1601 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1602
1603 2002-01-12 Richard M. Stallman <rms@gnu.org>
1604
1605 * net/browse-url.el (browse-url-grail):
1606 Use browse-url-maybe-new-window.
1607
1608 * net/telnet.el (telnet-simple-send): Handle
1609 comint-input-sender-no-newline like comint-simple-send.
1610
1611 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1612 comint-input-sender-no-newline like comint-simple-send.
1613 (sql-escape-newlines-and-send): Likewise.
1614
1615 * comint.el (comint-input-sender): Doc fix.
1616 (comint-input-sender-no-newline): New variable.
1617 (comint-simple-send): If comint-input-sender-no-newline,
1618 don't output newline, but maybe send eof.
1619 (comint-send-input): New arg NO-NEWLINE.
1620 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1621
1622 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1623
1624 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1625 delaying when executing keyboard macros.
1626
1627 2002-01-12 Richard M. Stallman <rms@gnu.org>
1628
1629 * simple.el (line-move): If we can't move enough lines,
1630 go to beginning or end of line.
1631
1632 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1633 and proper window.
1634
1635 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1636 Switch buffers only after calling `help-buffer'.
1637
1638 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1639 only when they are surrounded by whitespace.
1640 Use dired-mark-separator when adding one file name to a command.
1641 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1642 Ask for confirmation if * or ? is not surrounded by whitespace.
1643 (dired-bunch-files): Re-reverse the partial file list when it is used.
1644
1645 2002-01-12 Richard M. Stallman <rms@gnu.org>
1646
1647 * comint.el (comint-dynamic-list-completions): Repeating the command
1648 after displaying a completion list scrolls the list.
1649
1650 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1651
1652 * files.el (find-file-noselect): Don't consider a buffer as
1653 visiting a file literally if it is in hexl-mode.
1654
1655 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1656
1657 2002-01-11 Richard M. Stallman <rms@gnu.org>
1658
1659 * startup.el (initial-scratch-message): Fix custom type, add group.
1660
1661 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1662 around the decode-coding-region call.
1663
1664 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1665 after displaying a completion list scrolls the list.
1666
1667 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1668
1669 * version.el (emacs-version): Bump to 21.2.50.
1670
1671 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1672
1673 * play/zone.el (zone-timeout): New var.
1674 (zone-hiding-modeline): New macro.
1675 (zone-call): New func.
1676
1677 (zone): Init `modeline-hidden-level' symbol property.
1678 Use `zone-call' instead of `funcall'.
1679
1680 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1681
1682 (zone-pgm-stress): Use `zone-hiding-modeline'.
1683
1684 (zone-pgm-stress-destress): New zone program.
1685
1686 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1689
1690 2002-01-09 Richard M. Stallman <rms@gnu.org>
1691
1692 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1693
1694 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1695
1696 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1697 flyspell-mouse-map.
1698
1699 2002-01-08 Richard M. Stallman <rms@gnu.org>
1700
1701 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1702
1703 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1704
1705 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1706
1707 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1708
1709 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1710 Do not use make-local-hook.
1711
1712 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1713
1714 * international/quail.el (quail-start-translation)
1715 (quail-start-conversion): Bind last-command-event, last-command,
1716 and this-command in the first let. This fixes the change from
1717 2000-08-30.
1718
1719 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1720
1721 * ediff-hook.el: Add an autoload cookie.
1722
1723 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1724
1725 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1726 address of the author.
1727
1728 2002-01-08 Richard M. Stallman <rms@gnu.org>
1729
1730 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1731 (occur-mode-map): Bind `o' to that.
1732
1733 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1734
1735 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1736 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1737 cases. Used to reduce the number of warnings.
1738
1739 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1740 (viper-standard-value): Move here from viper.el.
1741 (viper-set-unread-command-events): Move to viper-util.el
1742 (viper-check-minibuffer-overlay): Make sure
1743 viper-minibuffer-overlay is moved to cover the entire input field.
1744
1745 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1746 (viper-read-key-sequence, viper-set-unread-command-events)
1747 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1748
1749 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1750
1751 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1752
1753 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1754
1755 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1756 (viper-event-vector-p): Move to viper-util.el
1757
1758 * viper.el (viper-standard-value): Move to viper-cmd.el.
1759 Use viper-cond-compile-for-xemacs-or-emacs.
1760
1761 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1762
1763 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1764
1765 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1766 New macro designed to be used in many places where ediff-emacs-p or
1767 ediff-xemacs-p was previously used. Reduces the number of warnings.
1768 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1769 of ediff-xemacs-p.
1770 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1771 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1772 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1773 Move to ediff-util.el.
1774 (ediff-event-key): Moved here.
1775
1776 * ediff-merge.el: Got rid of unreferenced variables.
1777
1778 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1779
1780 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1781 (ediff-cleanup-mess): Improve the way windows are set up after
1782 quitting ediff.
1783 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1784 (ediff-dispose-of-variant-according-to-user): New function
1785 designed to be smarter and also understands indirect buffers.
1786 (ediff-highlight-diff-in-one-buffer)
1787 (ediff-unhighlight-diff-in-one-buffer)
1788 (ediff-unhighlight-diffs-totally-in-one-buffer)
1789 (ediff-highlight-diff, ediff-highlight-diff)
1790 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1791 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1792 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1793 Moved here.
1794 (ediff-format-bindings-of): New function by Hannu Koivisto
1795 <azure@iki.fi>.
1796 (ediff-setup): Make sure the merge buffer is always widened and
1797 modifiable.
1798 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1799 result of a merge into a file visited by another buffer.
1800 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1801 is visited by another buffer and ask to save/delete that buffer.
1802 (ediff-verify-file-merge-buffer): New function to do the above.
1803
1804 * ediff-vers.el: Load ediff-init.el at compile time.
1805
1806 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1807
1808 * ediff.el (ediff-windows, ediff-regions-wordwise)
1809 (ediff-regions-linewise): Use indirect buffers to improve
1810 robustness and make it possible to compare regions of the same
1811 buffer (even overlapping regions).
1812 (ediff-clone-buffer-for-region-comparison)
1813 (ediff-clone-buffer-for-window-comparison): New functions.
1814 (ediff-files-internal): Refuse to compare identical files.
1815 (ediff-regions-internal): Get rid of the warning about comparing
1816 regions of the same buffer.
1817
1818 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1819 Plus the following fixes courtesy of Dave Love: Doc fixes.
1820 (ediff-word-1): Use word class and move - to the
1821 front per regexp documentation.
1822 (ediff-wordify): Bind forward-word-function outside loop.
1823 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1824 consing buffer contents.
1825 (ediff-goto-word): Move syntax table setting outside loop.
1826
1827 2002-01-07 Richard M. Stallman <rms@gnu.org>
1828
1829 * dired.el (dired-copy-filename-as-kill): Call kill-append
1830 if following a kill command.
1831
1832 * help-fns.el (describe-variable, describe-function):
1833 Do save-excursion.
1834
1835 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1836
1837 * net/ldap.el (ldap-search-internal): Skip error message from
1838 ldapsearch. Allow listing attribute names only. Do not open
1839 non-existent files.
1840
1841 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1842 call non-existent function.
1843
1844 * net/eudc.el (top-level): Revert previous change.
1845
1846 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1847 variables to prevent warning from byte-compiler.
1848
1849 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1850 string-match on emacs-version again.
1851
1852 * enriched.el (enriched-make-annotation): Fix the change from
1853 2002-01-05.
1854 (enriched-handle-display-prop): Return proper values.
1855
1856 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1857 proper attribute name labeledUri instead of deprecated labeledUrl.
1858
1859 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1860
1861 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1862 editing an empty hotlist.
1863
1864 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1865 Use buffer-string instead of buffer-substring for the whole
1866 buffer.
1867
1868 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1869 not free.
1870
1871 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1872 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1873 (eudc-bob-save-object): Make the buffer unibyte.
1874 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1875 object to external program.
1876
1877 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1878
1879 * vc.el (vc-branch-part): Return nil if there's no `.'
1880 (vc-default-previous-version): Renamed from vc-previous-version.
1881 New args BACKEND and FILE. Return nil for revision numbers
1882 without a `.'
1883 (vc-version-diff): Call vc-BACKEND-previous-version.
1884 (vc-steal-lock): Steal lock before composing mail, so that no mail
1885 is sent when the stealing goes wrong. And we'll actually see the
1886 error in that case now.
1887 (vc-finish-steal): Removed.
1888
1889 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1890 the lock, so that we see expanded headers.
1891 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1892 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1893 available from vc.el. Updated all callers.
1894
1895 2002-01-05 Richard M. Stallman <rms@gnu.org>
1896
1897 * enriched.el (enriched-make-annotation): Doc fix.
1898
1899 * format.el (format-replace-strings, format-subtract-regions)
1900 (format-annotate-region, format-annotate-location)
1901 (format-annotate-atomic-property-change)
1902 (format-annotate-single-property-change): Doc fixes.
1903
1904 2002-01-05 Jason Rumney <jasonr@gnu.org>
1905
1906 * term/w32-win.el: Require fontset unconditionally.
1907 (w32-handle-scroll-bar-event): Remove.
1908
1909 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1910
1911 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1912 copyrights to be updated.
1913
1914 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1915
1916 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1917 2001-10-24.
1918
1919 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1920
1921 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1922
1923 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1924 entry.
1925 (ldap-ignore-attribute-codings): Change the default value to allow
1926 encoding/decoding of attributes.
1927 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1928
1929 2002-01-03 Richard M. Stallman <rms@gnu.org>
1930
1931 * files.el (basic-save-buffer): Undo previous change.
1932
1933 * calendar/diary-lib.el (diary-block): Doc fix.
1934
1935 * custom.el (defcustom): Fix syntax of previous change.
1936
1937 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1938
1939 * custom.el (defcustom): Documented :tag, :link and :load.
1940
1941 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1942
1943 * mail/sendmail.el (mail-recover-1): New function.
1944 (mail-recover): Switch to the *mail* buffer right away. Use
1945 buffer-auto-save-file-name instead of calling
1946 make-auto-save-file-name. Call dired-noselect instead of invoking
1947 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1948 before reading the auto-save file. If the buffer's auto-save file
1949 does not exist, call mail-recover-1 to allow recovery from past
1950 auto-saved drafts.
1951
1952 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1953
1954 * time.el (display-time-load-average-threshold): Fix defcustom
1955 (add type and group).
1956
1957 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1958 specification from the hostname.
1959
1960 2002-01-02 Richard M. Stallman <rms@gnu.org>
1961
1962 * facemenu.el (facemenu-active-faces):
1963 Use face-attributes-as-vector, not face-attributes-vector.
1964
1965 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1966
1967 * xscheme.el: Eleven years of updates on a private copy.
1968
1969 Extensive changes to support multiple xscheme buffers:
1970 (run-scheme): Break up into new functions to facilitate starting
1971 processes in other buffers.
1972 (xscheme-start, xscheme-read-command-line): New functions.
1973 (start-scheme, select-scheme)
1974 (default-xscheme-runlight)
1975 (global-set-scheme-interaction-buffer)
1976 (local-set-scheme-interaction-buffer)
1977 (local-clear-scheme-interaction-buffer)
1978 (exit-scheme-interaction-mode)
1979 (verify-xscheme-buffer): New functions.
1980 (xscheme-process-name, xscheme-buffer-name)
1981 (xscheme-runlight): New internal vars.
1982 (default-xscheme-runlight): New const.
1983 (xscheme-start-process): Add args for the process/buffer names.
1984 (reset-scheme): Pass process/buffer names.
1985 (scheme-interaction-mode): Initialize new local vars.
1986 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1987 (xscheme-select-process-buffer, xscheme-process-buffer)
1988 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1989 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1990 var xscheme-process-name.
1991 (xscheme-start-process): Initialize xscheme-process-name and
1992 xscheme-buffer-name in the process buffer. Pass buffer name to
1993 xscheme-modeline-initialize.
1994 (xscheme-modeline-initialize): Add argument to specify buffer name
1995 for mode-line vars.
1996 (xscheme-process-sentinel): Make sure sentinel is run in the
1997 process buffer so it sees its local vars.
1998 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1999 elaborate logic to handle multiple-buffer mode lines.
2000
2001 (xscheme-enter-input-wait): Re-enable control-G handler upon
2002 entering input wait.
2003
2004 (scheme-interaction-mode): Add arg to preserve local vars.
2005 (xscheme-enter-interaction-mode)
2006 (xscheme-enter-debugger-mode): Preserve local vars.
2007 (xscheme-start-process): Clobber local vars.
2008
2009 (scheme-interaction-mode-commands): Allow end user to add commands
2010 to scheme-interaction-mode keymap.
2011 (scheme-interaction-mode-commands-alist): New variable.
2012
2013 (xscheme-send-string): Don't use insert-before-markers.
2014
2015 Implement a per-buffer kill ring:
2016 (xscheme-insert-expression)
2017 (xscheme-rotate-yank-pointer, xscheme-yank)
2018 (xscheme-yank-pop, xscheme-yank-push): New functions.
2019 (xscheme-expressions-ring)
2020 (xscheme-expressions-ring-yank-pointer)
2021 (xscheme-expressions-ring-max): New variables.
2022 (xscheme-send-string-1): Call xscheme-insert-expression to save
2023 expression in ring.
2024 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2025 (xscheme-previous-send): Deleted variable.
2026
2027 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2028 xscheme-send-control-g-interrupt): Use process-send-string rather
2029 than send-string.
2030
2031 (xscheme-send-region): Insert a newline after an expression that
2032 is submitted in the interaction buffer, for consistency with
2033 recent changes to Edwin.
2034
2035 (xscheme-delete-output): New function mimics comint-delete-output.
2036 (xscheme-last-input-end): New internal variable.
2037 (xscheme-process-filter-output): Update xscheme-last-input-end.
2038
2039 (xscheme-send-control-g-interrupt): Make sure that
2040 xscheme-control-g-disabled-p is looked up in the right buffer.
2041
2042 (xscheme-enable-control-g): Clear C-g message if visible.
2043 (xscheme-control-g-message-string): New internal var.
2044 (xscheme-send-control-g-interrupt): Use new var.
2045
2046 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2047 after sending interrupt in order to work around race condition.
2048
2049 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2050 (xscheme-send-char): Use xscheme-send-char rather than send-string
2051 to send single char.
2052
2053 (xscheme-process-filter, xscheme-process-filter-alist): Add
2054 support for evaluating expressions outside of the call-excursion.
2055 (xscheme-process-filter:string-action-noexcursion): New func.
2056
2057 (xscheme-write-value): Change output string to match that used by
2058 Edwin.
2059
2060 (xscheme-coerce-prompt): Don't write a space after a command
2061 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2062 for us.
2063
2064 (reset-scheme): Delete process after killing it.
2065
2066 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * bindings.el (function-key-map): Don't bind shifted keypad
2069 numeric keys.
2070
2071 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2072
2073 * enriched.el (enriched-handle-display-prop): Remove unused
2074 variables.
2075 (enriched-mode): Doc fix.
2076
2077 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2078
2079 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2080 Hebrew points.
2081
2082 2002-01-01 Richard M. Stallman <rms@gnu.org>
2083
2084 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2085
2086 2001-12-31 Richard M. Stallman <rms@gnu.org>
2087
2088 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2089 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2090 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2091 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2092 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2093 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2094 Adapt face definitions to use :weight and :slant.
2095
2096 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2097
2098 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2099
2100 * font-lock.el (initializing from font-lock-face-attributes):
2101 Use :weight and :slant, not :bold and :italic.
2102
2103 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2104
2105 * cus-edit.el (custom-face-edit-fix-value): New function.
2106 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2107
2108 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2109
2110 * progmodes/octave-mod.el (octave-abbrev-table):
2111 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2112 * progmodes/fortran.el (fortran-mode-abbrev-table):
2113 * progmodes/f90.el (f90-mode-abbrev-table):
2114 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2115 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2116 predefined abbrevs as "system" abbrevs.
2117
2118 2001-12-30 Richard M. Stallman <rms@gnu.org>
2119
2120 * info.el (Info-fontify-node): For a **** underline line, put the
2121 invisible and intangible props on the following newline, but not
2122 on the previous newline or the last char of the previous line.
2123
2124 * faces.el (face-set-after-frame-default): Don't change `default' face.
2125
2126 * faces.el (minibuffer-prompt): Adopt some default colors.
2127
2128 * replace.el (query-replace-read-args): Immediate error if read-only.
2129
2130 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2131 Display the output buffer in a more intelligent way.
2132
2133 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2134
2135 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2136 in accordance with files.el's insert-directory.
2137
2138 2001-12-29 Richard M. Stallman <rms@gnu.org>
2139
2140 * files.el (basic-save-buffer): If a before-write hook displays
2141 an echo area message, pause before calling basic-save-buffer-1.
2142
2143 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2144
2145 * textmodes/reftex-global.el (reftex-query-replace-document)
2146 (reftex-change-label): Doc fix.
2147
2148 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2149
2150 * progmodes/etags.el (tags-query-replace): Doc fix.
2151
2152 2001-12-29 Richard M. Stallman <rms@gnu.org>
2153
2154 * progmodes/compile.el (compile-internal): Fix previous change.
2155
2156 2001-12-28 Richard M. Stallman <rms@gnu.org>
2157
2158 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2159 shrink the windows above as necessary to get space.
2160 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2161
2162 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2163 This fixes a bug that treated all files as directories.
2164 (ange-ftp-insert-directory): Explicitly follow symlinks.
2165
2166 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2167 alias symbols--put the translated sequences here directly.
2168
2169 * progmodes/cc-mode.el (c-mode-abbrev-table)
2170 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2171 (java-mode-abbrev-table, pike-mode-abbrev-table):
2172 Mark all the predefined abbrevs as "system" abbrevs.
2173
2174 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2175 (sendmail-send-it): Check mail-specify-envelope-from
2176 and mail-envelope-from in the mail buffer at start.
2177
2178 2001-12-28 Simon Josefsson <jas@extundo.com>
2179
2180 * mail/sendmail.el (mail-envelope-from): Fix :type.
2181 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2182
2183 2001-12-28 Richard M. Stallman <rms@gnu.org>
2184
2185 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2186
2187 * simple.el (line-move-invisible): New subroutine.
2188 (line-move-to-column): New subroutine--smarter about advancing over
2189 invisible parts of a line, or lines, but only as long as hpos grows.
2190 (line-move-finish): New subroutine: repeatedly processes desired
2191 column, intangibility, and fields.
2192 (line-move): Use those subroutines.
2193 When moving lines downward, skip invisible text first rather than last.
2194
2195 2001-12-27 Richard M. Stallman <rms@gnu.org>
2196
2197 * international/mule-diag.el (describe-char-after):
2198 Describe the text properties of the char after point.
2199
2200 * help.el (describe-key): Doc fix.
2201
2202 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2203
2204 * find-dired.el (find-dired-sentinel): Precede exit message by
2205 two spaces, to match the regexp in dired-between-files.
2206
2207 2001-12-28 Miles Bader <miles@gnu.org>
2208
2209 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2210 images (which are lists too).
2211
2212 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * language/european.el: Fix the doc string of "Latin-5" language
2215 environment.
2216
2217 2001-12-26 Richard M. Stallman <rms@gnu.org>
2218
2219 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2220 defined as before 2001-11-09.
2221 (add-minor-mode call): Specify the keymap.
2222
2223 * progmodes/compile.el (compile-internal):
2224 Set TERM variable in process-environment.
2225
2226 2001-12-25 Richard M. Stallman <rms@gnu.org>
2227
2228 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2229 the buffer.
2230
2231 * startup.el (command-line): Convert command line args
2232 to Emacs internal representation using locale-coding-system.
2233
2234 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2235
2236 * international/fontset.el: Don't require ind-util when compiling.
2237
2238 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2239
2240 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2241 set-frame-height and set-frame-width instead of set-screen-height
2242 and set-screen-width.
2243
2244 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2245 of obsolete set-screen-width.
2246
2247 * locate.el (locate): Remove dot at the end of error argument.
2248
2249 * emerge.el (emerge-show-file-name): Use frame-height instead of
2250 obsolete screen-height.
2251
2252 * mail/mh-utils.el (mh-show-msg): Likewise.
2253 (mh-handle-process-error): Use frame-width instead of obsolete
2254 screen-width.
2255
2256 2001-12-25 Richard M. Stallman <rms@gnu.org>
2257
2258 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2259 to enlarge-window. Use save-selected-window. Don't try
2260 to resize windows that end at the bottom "level".
2261 Retry changing the sizes until the windows get the desired sizes.
2262 Discount the minibuffer when computing total height available.
2263
2264 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2265 (debugger-make-xrefs): Only make a button for the first symbol
2266 on any line.
2267
2268 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2269
2270 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2271 Call IT-setup-unicode-display here instead of adding it to
2272 dos-codepage-setup-hook, so that Unicode display tables are set
2273 before dos-codepage-setup-hook runs.
2274
2275 2001-12-24 Richard M. Stallman <rms@gnu.org>
2276
2277 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2278 (nslookup-mode-abbrev-table): Don't define it.
2279 (smbclient-mode-abbrev-table): Don't define it.
2280 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2281 (nslookup-mode, smbclient-mode): Likewise.
2282 (network-connection-service-abbrev-alist): Variable deleted.
2283 (network-connection-mode-setup): Don't set up abbrev table.
2284
2285 * faces.el (minibuffer-prompt): New face.
2286 (minibuffer-prompt-properties): Add `face' property.
2287
2288 * replace.el (occur-mode-display-occurrence): New function.
2289 (occur-mode-map): Bind C-o to it.
2290
2291 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2292
2293 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2294 (viper-special-read-and-insert-char): Make C-m work right in the r
2295 comand.
2296 (viper-buffer-search-enable): Fixed format string.
2297
2298 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2299 instead of viper-info-on-file.
2300 (ex-set-visited-file-name): New function.
2301
2302 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2303
2304 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2305 action argument.
2306
2307 * ediff-init.el: Fixed some doc strings.
2308
2309 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2310 Got rid of make-local-hook.
2311
2312 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2313 make-local-hook.
2314
2315 2001-12-23 Richard M. Stallman <rms@gnu.org>
2316
2317 * term/x-win.el (x-handle-geometry): Put height and width
2318 on default-frame-alist, left and top on initial-frame-alist.
2319 * term/w32-win.el (x-handle-geometry): Likewise.
2320
2321 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2322
2323 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2324 not interactive-p.
2325
2326 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2327
2328 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2329 mocklisp entries.
2330
2331 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2332 Lisp. Obsoleted.
2333
2334 * emulation/mlconvert.el: File removed.
2335
2336 * emulation/mlsupport.el: Moved to obsolete.
2337
2338 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2339
2340 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2341
2342 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2343 mocklisp case.
2344
2345 * help-fns.el (describe-function-1): Remove mocklisp function
2346 case.
2347
2348 2001-12-22 Miles Bader <miles@gnu.org>
2349
2350 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2351 turning refill-mode off.
2352
2353 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2354
2355 * time.el (display-time-load-average-threshold): New variable.
2356 (display-time-update): Use it.
2357
2358 These changes allow cycling through past 1, 5 and 15 minutes
2359 load-average displayed in the mode-line.
2360
2361 * time.el (display-time-default-load-average): New customizable option.
2362 (display-time-load-average): New variable.
2363 (display-time-cycle-load-average): New function.
2364 (display-time-update): Use them.
2365
2366 2001-12-21 Richard M. Stallman <rms@gnu.org>
2367
2368 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2369 (apropos-documentation, apropos-value): Pass a suitable string.
2370
2371 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2372
2373 * dired.el (dired-free-space-program, dired-free-space-args):
2374 Aliases for back-compatibility.
2375
2376 * info.el (Info-select-node): If Info-use-header-line is nil, set
2377 header-line-format to nil.
2378 (Info-fontify-node): Don't put a keymap text property on the
2379 heading if we are not going to display the header line. Remove
2380 any such text properties left over from past visits to this node.
2381
2382 * ls-lisp.el (insert-directory): Insert the amount of free disk
2383 space, like files.el's insert-directory does.
2384
2385 * files.el (directory-free-space-program): Mention
2386 file-system-info in the doc string.
2387 (get-free-disk-space): New function; code moved from
2388 insert-directory.
2389 (insert-directory): Call get-free-disk-space to get the amount of
2390 free space.
2391
2392 2001-12-21 Richard M. Stallman <rms@gnu.org>
2393
2394 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2395 (describe-distribution, describe-project): Use view-file.
2396
2397 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2398
2399 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2400
2401 * emacs-lisp/easy-mmode.el (define-minor-mode):
2402 Make no arg by default in an interactive call,
2403 so that repeating the command toggles again.
2404
2405 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2406
2407 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2408
2409 * antlr-mode.el: More sophisticated indentation of cpp directive.
2410 (antlr-indent-at-bol-alist): New user option.
2411 (antlr-indent-line): Use it.
2412 (antlr-indent-style): New user option.
2413 (antlr-mode): Use it.
2414 (antlr-indent-item-regexp): Customize.
2415
2416 * antlr-mode.el: Syntax highlighting changes.
2417 (antlr-font-lock-literal-regexp): New user option.
2418 (antlr-font-lock-syntax-face): New face used for :, |, ....
2419 (antlr-font-lock-default-face): New face.
2420 (antlr-font-lock-additional-keywords): Use them.
2421
2422 * antlr-mode.el: New command to insert options -- variables.
2423 (antlr-mode-map): New binding [C-c C-o].
2424 (antlr-mode-menu): New submenus.
2425 (antlr-options-use-submenus): New user option.
2426 (antlr-tool-version): New user option.
2427 (antlr-options-auto-colon): New user option.
2428 (antlr-options-style): New user option.
2429 (antlr-options-push-mark): New user option.
2430 (antlr-options-assign-string): New user option.
2431 (antlr-options-headings): New variable.
2432
2433 * antlr-mode.el: New command to insert options -- specific.
2434 (antlr-options-alists): New variable.
2435 (antlr-read-value): New function.
2436 (antlr-read-boolean): New function.
2437 (antlr-language-option-extra): New function.
2438 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2439 (antlr-c++-mode-extra): New function.
2440 (antlr-grammar-tokens): New function.
2441 (antlr-imenu-create-index-function): New optional argument.
2442
2443 * antlr-mode.el: New command to insert options -- functions.
2444 (antlr-insert-option): New command.
2445 (antlr-insert-option-interactive): New function.
2446 (antlr-options-menu-filter): New function.
2447 (antlr-option-kind): New function.
2448 (antlr-scan-lists): New alias.
2449 (antlr-scan-lists-internal): New function.
2450 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2451 (antlr-option-level): New function.
2452 (antlr-syntactic-grammar-depth): New function.
2453 (antlr-option-location): New function.
2454 (antlr-insert-option-do): New function.
2455 (antlr-option-spec): New function.
2456 (antlr-version-string): New function.
2457 (antlr-insert-option-existing): New function.
2458 (antlr-insert-option-space): New function.
2459 (antlr-insert-option-area): New function.
2460
2461 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2462 with narrowing. Menu change. Miscellaneous.
2463 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2464 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2465 (antlr-electric-character): New command.
2466 (antlr-class-header-regexp): New variable.
2467 (antlr-font-lock-additional-keywords): Use it.
2468 (antlr-imenu-create-index-function): Use it.
2469 (antlr-file-dependencies): Use it.
2470 (antlr-indent-line): Also works with restrictions.
2471 (antlr-indent-command): Interactive spec - changes the buffer.
2472 (antlr-language-for-option): Deletia.
2473 (antlr-language-option): New function, defined instead.
2474 (antlr-mode): Use it.
2475 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2476
2477 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2478 instead of a literal /dev/null.
2479
2480 * Makefile.in (distclean): Remove Makefile in the build
2481 directory, not in the source directory.
2482
2483 2001-12-21 Simon Josefsson <jas@extundo.com>.
2484
2485 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2486 with-temp-buffer instead of find-file-noselect, and bind
2487 coding-system-for-read to no-conversion when reading the queued
2488 messages. (Simon's code modified slightly by Eli Zaretskii.)
2489
2490 2001-12-20 Werner Lemberg <wl@gnu.org>
2491
2492 * international/mule-diag.el (describe-coding-system,
2493 print-coding-system-briefly): Make printed output have a similar
2494 format as describe-character-set.
2495
2496 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2497
2498 * play/blackbox.el (bb-member): Remove, use member instead.
2499 (bb-delete): Remove, use delete instead.
2500 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2501 bb-score, bb-detour-count and bb-balls-placed.
2502 Propertize results of rays.
2503
2504 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2505
2506 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2507 strings mention keybinding for `isearch-yank-word-or-char',
2508 rather than `isearch-yank-word', since the former is bound now
2509 and the latter is not.
2510 (isearch-yank-word-or-char): Fix formatting.
2511
2512 2001-12-19 Werner Lemberg <wl@gnu.org>
2513
2514 * language/czech.el, language/european.el, language/slovak.el: More
2515 fixes for language info doc strings.
2516
2517 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * loadup.el: Add "language" to the load-path.
2520
2521 2001-12-19 Richard M. Stallman <rms@gnu.org>
2522
2523 * international/mule-cmds.el (describe-language-environment):
2524 Fix calls to help-xref-button.
2525
2526 2001-12-19 Miles Bader <miles@gnu.org>
2527
2528 * international/fontset.el: Require `ind-util' when compiling.
2529
2530 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2531
2532 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2533 instead of decompose-composite-char.
2534
2535 2001-12-18 Richard M. Stallman <rms@gnu.org>
2536
2537 * simple.el (eval-expression-print-level)
2538 (eval-expression-print-length): Doc fixes.
2539
2540 * international/mule-diag.el (describe-character-set):
2541 Fix the arg to help-xref-button.
2542
2543 * files.el (directory-free-space-program): New variable.
2544 (directory-free-space-args): New variable.
2545 (insert-directory): Use those two variables for getting free space.
2546 Use file-system-info instead, if that is defined.
2547
2548 * dired.el (dired-free-space-program): Variable deleted.
2549 (dired-free-space-args): Variable deleted.
2550 (dired-insert-directory): Don't try to determine free space.
2551
2552 * files.el (font-lock-defaults): Add risky-local-variables prop.
2553 (hack-one-local-variable): Treat various font-lock variables as risky.
2554
2555 2001-12-18 Werner Lemberg <wl@gnu.org>
2556
2557 * language/chinese.el, language/cyrillic.el:
2558 * language/czech.el, language/european.el, language/greek.el:
2559 * language/hebrew.el, language/indian.el, language/japanese.el:
2560 * language/korean.el, language/lao.el, language/slovak.el:
2561 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2562 Improve documentation strings of coding systems and language infos.
2563
2564 2001-12-18 Werner LEMBERG <wl@gnu.org>
2565
2566 Add support for EUC-TW decoding/encoding.
2567
2568 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2569 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2570 New auxiliary functions to build `big5-to-cns'.
2571 (big5-to-cns): New translation alist.
2572
2573 * language/chinese.el: Added new coding system `euc-tw' and its
2574 alias `euc-taiwan'.
2575 Updated language `Chinese-CNS' to include euc-tw encoding also.
2576 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2577 euc-tw.
2578
2579 2001-12-18 Dave Love <fx@gnu.org>
2580
2581 * loadup.el: Add language/utf-8-lang, language/georgian.
2582
2583 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2584 (image-file-name-regexps): Doc fix.
2585
2586 * server.el (server-unload-hook): New function.
2587
2588 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2589 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2590
2591 * simple.el (newline): Doc fix.
2592 (eval-expression-print-level, eval-expression-print-length): Doc
2593 fix. Amend :type.
2594 (next-line, previous-line): Make arg optional.
2595 (newline): Doc fix.
2596
2597 * Makefile.in (DONTCOMPILE): Add various language files.
2598
2599 * international/quail.el (quail-input-string-to-events): Don't use
2600 string-to-list.
2601
2602 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2603 calling `newline'.
2604
2605 2001-12-17 Richard M. Stallman <rms@gnu.org>
2606
2607 * comint.el (comint-dynamic-list-input-ring-select): New function.
2608 Switches back to the old window configuration.
2609 (comint-dynamic-list-input-ring): Bind RET to that function.
2610 (comint-dynamic-list-input-ring-window-conf): New variable.
2611
2612 2001-12-17 Werner Lemberg <wl@gnu.org>
2613
2614 * international/mule-conf.el: Improve documentation strings of
2615 character sets.
2616
2617 2001-12-16 Richard M. Stallman <rms@gnu.org>
2618
2619 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2620 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2621
2622 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2623
2624 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2625 Add a DESCRIPTION for the makefile item.
2626
2627 * find-file.el (ff-other-file-name): New function.
2628
2629 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2630
2631 * international/quail.el (quail-input-string-to-events): Fix last
2632 change.
2633
2634 2001-12-16 Richard M. Stallman <rms@gnu.org>
2635
2636 * isearch.el (isearch-edit-string): When we set isearch-string
2637 to the default, also set isearch-message.
2638
2639 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2640
2641 * startup.el (command-line-1): Display startup screen
2642 even if there are command line args.
2643 Add a note about how to go to editing your files.
2644 (fancy-splash-head): Add a note about how to go to your files.
2645 (fancy-splash-outer-buffer): New variable.
2646 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2647
2648 * subr.el (with-temp-message): At the end, always discard
2649 the temp message, even by clearing the echo area.
2650
2651 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2652
2653 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2654
2655 * log-view.el (log-view-message-re, log-view-current-tag):
2656 Recognize Subversion's log output format.
2657
2658 * international/fontset.el: Build the list L at compile time.
2659
2660 * language/ind-util.el (mapthread): Make a closure.
2661
2662 2001-12-15 Richard M. Stallman <rms@gnu.org>
2663
2664 * isearch.el (isearch-start-hscroll): New variable.
2665 (isearch-mode): Set isearch-start-hscroll.
2666 (isearch-update): Restore original hscrolling if possible.
2667
2668 * isearch.el (isearch-edit-string):
2669 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2670
2671 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2672 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2673 rather than regexp search and (2) copying text properties
2674 already set up on text unchanged from the previous backtrace.
2675
2676 * case-table.el (set-case-syntax-pair):
2677 Detect invalid calls and signal an error.
2678
2679 2001-12-15 Richard M. Stallman <rms@gnu.org>
2680
2681 * language/ind-util.el (range): Function deleted.
2682 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2683 All calls changed.
2684
2685 * language/devan-util.el (devanagari-range): Renamed from `range'.
2686 All calls changed.
2687 (devanagari-regexp-of-hashtbl-keys):
2688 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2689
2690 2001-12-15 Dave Love <fx@gnu.org>
2691
2692 * language/ind-util.el: Don't require cl.
2693 (indian-glyph-char, indian-glyph-max-char)
2694 (indian-char-glyph): Moved from indian.el
2695 (indian--puthash-char, mapthread): Don't quote lambda.
2696 (indian--map): New function.
2697 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2698 (indian--puthash-cv): Use it.
2699
2700 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2701 (indian-char-glyph): Moved to ind-util.el
2702
2703 * language/devan-util.el (devanagari-post-read-conversion):
2704 New function.
2705
2706 * language/georgian.el: New file.
2707
2708 * international/mule-cmds.el (locale-language-names): Add various
2709 entries. Remove utf-8 special case.
2710 (locale-charset-language-names, locale-preferred-coding-systems):
2711 Add utf-8 case.
2712 (set-language-environment): Process required-features earlier.
2713
2714 * international/quail.el (quail-keyboard-layout-alist):
2715 Add pc105-uk.
2716 (quail-keyboard-layout-type): Fix :type.
2717 (quail-choose-completion-string): Simplify.
2718 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2719 (quail-input-string-to-events): Run events through
2720 translation-table-for-input.
2721
2722 * international/mule-conf.el (translation-table-for-input):
2723 New variable.
2724 (latin-iso8859-14): Amend description.
2725 (file-coding-system-alist): Add entry for utf-8.
2726
2727 * language/utf-8-lang.el: New file.
2728
2729 * international/code-pages.el: New file.
2730
2731 * language/hebrew.el ("Windows-1255"): New language.
2732
2733 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2734 ("Latvian"): New languages.
2735
2736 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2737
2738 * xml.el: Use setq rather than (set 'foo bar).
2739 Use push+nreverse rather than append.
2740 (xml-node-name, xml-node-attributes, xml-node-children):
2741 Use defsubst rather than macros.
2742 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2743 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2744 Concat the two strings surrounding a comment into a single string.
2745
2746 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2747
2748 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2749
2750 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2751 Document.
2752
2753 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2754
2755 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2756 Return nil if FILE is not registered.
2757 (vc-check-master-templates, vc-default-make-version-backups-p):
2758 Doc fix.
2759
2760 2001-12-13 David Ponce <david@dponce.com>
2761
2762 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2763 (ruler-mode-left-fringe-cols): New macro.
2764 (ruler-mode-right-fringe-cols): New macro.
2765 (ruler-mode-left-scroll-bar-cols): New macro.
2766 (ruler-mode-right-scroll-bar-cols): New macro.
2767 (ruler-mode-ruler): Use above new macros.
2768
2769 2001-12-13 Richard M. Stallman <rms@gnu.org>
2770
2771 * files.el (set-auto-mode): Fix previous change.
2772
2773 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2774
2775 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2776 (easy-menu-do-define, easy-menu-convert-item-1)
2777 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2778 (easy-menu-return-item): Only return nil if there is no binding.
2779
2780 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2781
2782 * whitespace.el (whitespace-version): 3.2
2783 * whitespace.el (whitespace-force-mode-line-update): Replace with
2784 `whitespace-mode-line-update', which is an alias to the correct
2785 function in various emacsen.
2786 * whitespace.el (whitespace-{un,}highlight-the-space):
2787 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2788 using the `whitespace-highlight-face' if
2789 `whitespace-display-spaces-in-color' is set.
2790
2791 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2792
2793 * international/mule.el (set-auto-coding): Don't search for
2794 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2795
2796 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2797
2798 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2799
2800 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2801
2802 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2803
2804 2001-12-13 Richard M. Stallman <rms@gnu.org>
2805
2806 * simple.el (undo): Always set this-command to `undo',
2807 so that the next undo after an error will not begin redoing.
2808
2809 * simple.el (shell-command): Doc fix.
2810 (shell-command-on-region): If there is output an an error,
2811 add "...Shell command failed" to the output.
2812
2813 2001-12-13 David Ponce <david@dponce.com>
2814
2815 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2816 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2817 implementation `ruler-mode-extra-left-cols'.
2818 (ruler-mode-ruler): Use above new function. Take into account
2819 that the fringe areas can now be resized.
2820
2821 2001-12-12 Richard M. Stallman <rms@gnu.org>
2822
2823 * international/characters.el (Unicode): Comment out
2824 the specifications for kelvin and angstrom signs.
2825
2826 * international/mule.el (make-translation-table-from-vector):
2827 Allow null elements in VEC.
2828
2829 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2830 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2831 Add :version.
2832
2833 2001-12-11 Richard M. Stallman <rms@gnu.org>
2834
2835 * derived.el (derived-mode-p): Function moved to subr.el.
2836
2837 * subr.el (derived-mode-p): Moved here from derived.el.
2838
2839 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2840
2841 * files.el (set-auto-mode-1): New subroutine, broken out of
2842 set-auto-mode.
2843 (set-auto-mode, hack-local-variables-prop-line): Use that.
2844
2845 2001-12-11 Dave Love <fx@gnu.org>
2846
2847 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2848
2849 * language/european.el: Remove autoload cookies. Fix registration
2850 of diacritic composition function.
2851
2852 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2853
2854 * calendar/todo-mode.el: Require time-stamp.
2855
2856 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2857
2858 2001-12-11 Richard M. Stallman <rms@gnu.org>
2859
2860 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2861
2862 * textmodes/ispell.el (ispell-buffer-local-parsing):
2863 Match xml like sgml.
2864
2865 * emacs-lisp/advice.el (ad-compile-function):
2866 Byte compile the function under another (uninterned) name.
2867
2868 * gud.el (gdb): Define and bind gud-jump.
2869
2870 * font-lock.el (font-lock-mode):
2871 Put our function at the end of after-change-functions.
2872
2873 * ediff-diff.el (ediff-cmp-options): Doc fix.
2874
2875 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2876
2877 2001-12-10 Richard M. Stallman <rms@gnu.org>
2878
2879 * isearch.el (isearch-yank-word-or-char): New function.
2880 (isearch-mode-map): Bind C-w to that.
2881
2882 * menu-bar.el (menu-bar-mode): Make arg optional.
2883
2884 * simple.el (line-move): Cope if next-single-property-change
2885 or previous-single-property-change returns nil.
2886
2887 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2888 Don't use interactive-p; instead, pass the proper args
2889 in (interactive...). Clean up most of the trouble-report strings.
2890
2891 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2892
2893 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2894 enqueued messages literally.
2895
2896 2001-12-10 Noah Friedman <friedman@splode.com>
2897
2898 * battery.el (battery-insert-file-contents): Obsolete function
2899 removed.
2900 (battery-read-function): Obsolete function removed.
2901 (battery-linux-proc-apm): Use insert-file-contents.
2902
2903 2001-12-07 Stephen Eglen <stephen@gnu.org>
2904
2905 * iswitchb.el (iswitchb-visit-buffer):
2906 Use `select-frame-set-input-focus'--needed when window manager
2907 uses "click to focus" policy.
2908
2909 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2910
2911 * COPYING: Moved back.
2912
2913 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * term/internal.el (IT-character-translations): Add entries for
2916 more points.
2917
2918 * international/characters.el: Resurrect the Hebrew category
2919 settings for all Hebrew characters removed by the last change.
2920 Add code for setting the Hebrew category of the Unicode Hebrew
2921 characters. Set syntax entries for Hebrew punctuation characters.
2922
2923 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2924 points and directional formatting control characters.
2925
2926 2001-12-07 Dave Love <fx@gnu.org>
2927
2928 * language/lao-util.el: Add Unicode equivalents for rules.
2929 (lao-post-read-conversion): New function.
2930
2931 * language/lao.el: Add Unicode equivalents.
2932 (lao): Add post-read conversion.
2933
2934 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2935 Use iso2022 encoding.
2936 (latin1-char-displayable-p): Doc fix.
2937 (latin1-display-ucs-per-lynx): New option.
2938 (latin1-display-ucs-per-lynx): New command.
2939 (latin1-display-reset): Special-case arabic.
2940 (ucs-tables): Require.
2941 (latin1-display-sets, latin1-display-setup): Add arabic.
2942 (latin1-display) <variable>: Use function latin1-display.
2943 (latin1-display) <function>: Add mule-unicode stuff.
2944 (latin1-display-check-font): Don't lose if `info' is nil.
2945
2946 * international/iso-transl.el: Insert Latin-1 characters, not
2947 unibyte codes.
2948
2949 * language/european.el (diacritic-composition-pattern): New constant.
2950 (diacritic-compose-region, diacritic-compose-string)
2951 (diacritic-compose-buffer, diacritic-post-read-conversion)
2952 (diacritic-composition-function): New functions.
2953
2954 * international/utf-8.el (ucs-mule-to-mule-unicode):
2955 New translation table.
2956 (ccl-encode-mule-utf-8): Use it.
2957 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2958 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2959 (utf-8-subst-table): New variable.
2960 (utf-8-compose-scripts): New option.
2961 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2962
2963 * international/ucs-tables.el, international/utf-8-subst.el:
2964 New files.
2965
2966 * international/characters.el: Don't set word syntax (the default)
2967 explicitly. Add a diacritic category. Add info for Unicode
2968 equivalents of characters in various Mule charsets and for extra
2969 Unicode characters. Don't define specific categories for
2970 Indian/Devanagari, since they aren't used.
2971
2972 2001-12-06 Richard M. Stallman <rms@gnu.org>
2973
2974 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2975 (set-justification-left, set-justification-right): Doc fix.
2976
2977 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2978 (bug-f90-mode): Variable deleted.
2979
2980 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * indent.el (indent-line-function): Default is indent-relative again.
2983
2984 2001-12-07 Miles Bader <miles@gnu.org>
2985
2986 * progmodes/compile.el (compilation-error-regexp-alist):
2987 Added regexps for RXP.
2988
2989 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2990
2991 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2992 Add shift-assignment operators to those highlighted, and highlight
2993 the whole operator rather than just the "=".
2994
2995 2001-12-04 Juanma Barranquero <lektu@terra.es>
2996
2997 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2998 before saving abbrevs if `save-abbrevs' has the value `silently'.
2999
3000 2001-12-04 Andreas Schwab <schwab@suse.de>
3001
3002 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3003
3004 2001-12-04 Colin Walters <walters@debian.org>
3005
3006 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3007 for `defmacro*' forms.
3008
3009 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3010 `defmacro*'.
3011
3012 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3013
3014 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3015
3016 2001-12-02 Richard M. Stallman <rms@gnu.org>
3017
3018 * files.el (insert-directory): If the df output does not look right,
3019 don't try to use it. Other cleanups in overall code structure.
3020
3021 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3022
3023 * textmodes/outline.el (outline-mode-prefix-map):
3024 Add bindings for outline-promote and outline-demote.
3025 (outline-minor-mode-menu-bar-map): New var.
3026 (outline-minor-mode): Use it.
3027 (outline-heading-alist): New var (renamed from outline-level-heading).
3028 (outline-level): Use it.
3029 (outline-insert-heading, outline-promote, outline-demote):
3030 Update to use outline-heading-alist.
3031
3032 * disp-table.el (standard-display-european):
3033 Simplify since the function is not interactive any more.
3034 Don't set the existing buffers to unibyte.
3035
3036 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3037
3038 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3039
3040 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3041
3042 * shell.el (shell): Use shell-file-name.
3043 Pop to buffer before calling comint to set COLUMNS properly.
3044
3045 * emacs-lisp/cl.el (svref): New alias.
3046
3047 * progmodes/antlr-mode.el (antlr-c-common-init):
3048 Don't inhibit adaptive-fill-mode any more.
3049
3050 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3051
3052 * progmodes/etags.el (tags-with-face): Use make-symbol.
3053 (tags-search, tags-query-replace): Use backquotes.
3054
3055 * textmodes/picture.el (picture-mode-map): Don't use defconst
3056 for a variable.
3057
3058 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3059
3060 * textmodes/reftex-index.el (reftex-index-mode):
3061 Remove make-local-hook.
3062
3063 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3064
3065 2001-12-02 Kim F. Storm <storm@cua.dk>
3066
3067 * isearch.el (isearch-resume-enabled): New variable.
3068 (isearch-done): Use that variable.
3069
3070 2001-12-01 Richard M. Stallman <rms@gnu.org>
3071
3072 * wid-edit.el (widget-button-click): Don't move point permanently:
3073 Avoid mouse-set-point--instead select the window,
3074 then do save-excursion, then move point.
3075 Specify the buffer for get-char-property.
3076 Don't use `@' in interactive.
3077
3078 * indent.el (indent-line-function):
3079 Default is indent-to-left-margin again.
3080
3081 * replace.el (query-replace-read-args): Display message
3082 if FROM contains `\n' or `\t'.
3083
3084 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3085
3086 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3087
3088 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3089
3090 * emacs-lisp/regexp-opt.el (regexp-opt):
3091 Bind completion-regexp-list to nil.
3092
3093 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3094
3095 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3096
3097 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3098 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3099 Update maintainer.
3100
3101 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * mail/smtpmail.el: Use with-current-buffer.
3104 (message-make-date, message-make-message-id): Autoload when needed.
3105 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3106 headers when missing.
3107
3108 * international/encoded-kb.el (encoded-kbd-mode):
3109 Use define-minor-mode.
3110
3111 * enriched.el (enriched-mode): Use define-minor-mode.
3112 Use dolist and pop and push.
3113
3114 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3115 with the `visit' argument.
3116 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3117
3118 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3119 `change-major-mode-hook' locally. Reset invisibility spec.
3120
3121 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3122
3123 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3124
3125 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3126 Clarify error message.
3127
3128 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3129
3130 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3131
3132 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3133
3134 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3135 don't just return it.
3136
3137 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3138
3139 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3140 (menu-bar-read-emacs-man, search-emacs-glossary)
3141 (emacs-index-search, elisp-index-search): New functions.
3142 (apropso-documentation, apropos, apropos-value, apropos-variable)
3143 (apropos-commands): Modify menu item names and help text.
3144 (elisp-index-search, emacs-index-search, emacs-glossary):
3145 New menu items.
3146 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3147 submenu.
3148 (info-elisp, info-elintro): New menu items.
3149 (apropos): Modify the menu item name.
3150
3151 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3152
3153 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3154
3155 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3156
3157 * man.el (man-follow-mouse): New function.
3158 (Man-mode-map): Bind mouse-2 to it.
3159 (Man-match-substring): Remove. Replace with `match-string'.
3160 (man): Use the `default-value' argument to `read-string'.
3161 (Man-fontify-manpage): Add mouse-face to cross references.
3162
3163 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3164
3165 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3168 the value of require-match in minibuffer-completion-confirm.
3169 Use crm-local-completion-map.
3170
3171 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3172 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3173 (cl-make-type-test): Use char-valid-p for `character'.
3174
3175 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3176 (Info-complete-menu-item): Rewrite. Add the ability to search
3177 several sequential nodes. Add a simple caching mechanism.
3178 (Info-goto-index): New function extracted from Info-index.
3179 (Info-index): Use it. Add completion to the interactive spec.
3180 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3181
3182 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3183
3184 * COPYING: Removed.
3185
3186 2001-11-29 Dave Love <fx@gnu.org>
3187
3188 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3189 (fortran-window-create, fortran-window-create-momentarily):
3190 Rewrite, moving error condition.
3191 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3192 (fortran-mode-syntax-table): Revert last change.
3193
3194 * international/mule.el: Doc fixes.
3195 (map-charset-chars): New function.
3196 (register-char-codings): Use it to cope with generic chars in
3197 safe-chars.
3198
3199 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3200
3201 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3202
3203 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3204
3205 * play/studly.el (studlify-word, studlify-region)
3206 (studlify-buffer): Fix doc-string.
3207 (studlify-buffer): Add autoload cookie.
3208
3209 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3210
3211 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3212 (outline-up-heading-all): Remove.
3213 (hide-sublevels): Move to end-of-heading before calling flag-region.
3214 (outline-copy-overlay, outline-discard-overlays): Remove.
3215 (outline-flag-region): Use `remove-overlays'.
3216 Don't move to end-of-heading.
3217 (outline-next-visible-heading, outline-back-to-heading)
3218 (outline-on-heading-p): Use outline-invisible-p.
3219 (outline-font-lock-level): Use outline-up-heading's new arg.
3220 (outline-minor-mode): Simplify.
3221 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3222 (outline): Put a `reveal-toggle-invisible' property.
3223 (outline-level-heading): New var.
3224 (outline-insert-heading, outline-promote, outline-demote)
3225 (outline-toggle-children): New commands.
3226
3227 * progmodes/hideif.el (hif-end-of-line): New function.
3228 (hide-ifdef-mode): Set line-move-ignore-invisible.
3229 (hide-ifdef-region-internal): New function.
3230 (hide-ifdef-region): Use it.
3231 (hif-defined): Return an integer.
3232 (hif-infix-to-prefix): Remove.
3233 (hif-tokenize): Parse from the buffer rather than from a string.
3234 Correctly tokenize integers. Use forward-comment.
3235 (hif-expr): Use hif-or.
3236 (hif-term): Use hif-and.
3237 (hif-factor): Use hif-not. Handle numbers properly.
3238 Don't require parenthesis around `defined's argument.
3239 (hif-and, hif-or, hif-not): New funs.
3240 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3241 (hif-hide-line): Don't hide the \n before the line.
3242 (hif-possibly-hide): Correctly handle numeric evaluation results.
3243
3244 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3245 (makefile-mode): Set indent-line-function.
3246 (makefile-browser-insert-continuation): Use with-current-buffer.
3247 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3248
3249 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3250
3251 * isearch.el (isearch-yank-internal): New helper function.
3252 (isearch-yank-char): New function.
3253 (isearch-yank-word, isearch-yank-line): Rewrite to use
3254 isearch-yank-internal.
3255
3256 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3257
3258 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3259 aren't supported. Print a message to that effect if invoked.
3260
3261 2001-11-27 Stephen Eglen <stephen@gnu.org>
3262
3263 * locate.el (locate): Put point at first matching file rather
3264 than top of buffer.
3265
3266 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3267
3268 * reveal.el: New file.
3269
3270 * progmodes/hideif.el: Misc cleanup.
3271 (hide-ifdef-mode-submap): Put the def in the defvar.
3272 Use substitute-key-definition.
3273 (hide-ifdef-mode): Use define-minor-mode.
3274 (hif-outline-flag-region): Remove.
3275 (hif-show-all): Define in terms of hif-show-ifdef-region.
3276 (hif-after-revert-function): Rename from hif-before-revert-function.
3277 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3278 (hif-tokenize): Use with-syntax-table.
3279 (hif-make-range): Use `else' also for `else-p'.
3280 (hif-range-else-p): Remove.
3281 (hif-find-range): Simplify.
3282 (hif-hide-line): Don't bother preserving buffer-modified-p.
3283 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3284 Don't use selective-display and inhibit-read-only.
3285
3286 * subr.el (copy-overlay, remove-overlays): New funs.
3287
3288 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3289
3290 2001-11-27 Sam Steingold <sds@gnu.org>
3291
3292 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3293 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3294 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3295 * obsolete/c-mode.el, obsolete/cplus-md.el
3296 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3297 * term/sun-mouse.el, textmodes/artist.el:
3298 Converted backquote to the new style.
3299 * mouse.el, reposition.el: Likewise (in comments).
3300 * expand.el: Likewise (in a string).
3301
3302 2001-11-27 Richard M. Stallman <rms@gnu.org>
3303
3304 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3305
3306 2001-11-26 Richard M. Stallman <rms@gnu.org>
3307
3308 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3309 if :on-glyph or :off-glyph is a list, eval it and store it back.
3310 (checkbox): Quote the values for :on-glyph and :off-glyph.
3311
3312 * cus-start.el (recursive-load-depth-limit): Delete item.
3313
3314 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3315
3316 * help-fns.el (describe-categories, help-describe-category-set): New.
3317 describe-categories moved here from src/category.c.
3318
3319 2001-11-26 Sam Steingold <sds@gnu.org>
3320
3321 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3322 arguments to `insert' are strings.
3323
3324 2001-11-26 Richard M. Stallman <rms@gnu.org>
3325
3326 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3327
3328 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * international/mule-diag.el: Require help-fns instead of
3331 help-funs.
3332
3333 * help-fns.el: Renamed from help-funs.el.
3334
3335 * startup.el (command-line-1): Don't try to call process-list if
3336 it is not fboundp.
3337
3338 2001-11-26 Sam Steingold <sds@gnu.org>
3339
3340 * frame.el (show-trailing-whitespace): Remove :set argument (the
3341 value was essentially identical to the defalt).
3342
3343 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3344
3345 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3346
3347 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3348
3349 * hilit-chg.el (hilit-chg-set): Likewise.
3350
3351 * speedbar.el (speedbar-mode): Likewise.
3352
3353 * calendar/calendar.el (calendar-mode): Likewise.
3354
3355 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3356 insert-string.
3357
3358 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3359
3360 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3361
3362 * term/sun-mouse.el (sun-yank-selection): Likewise.
3363
3364 * textmodes/bib-mode.el (return-key-bib): Likewise.
3365
3366 * calendar/appt.el (appt-disp-window): Likewise.
3367
3368 * calendar/diary-lib.el (list-diary-entries): Likewise.
3369
3370 * array.el (array-reconfigure-rows): Likewise.
3371
3372 * filecache.el (file-cache-minibuffer-complete): Likewise.
3373
3374 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3375
3376 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3377
3378 * allout.el (outline-version, outline-open-topic)
3379 (outline-rebullet-heading, outline-insert-listified)
3380 (outline-latex-verbatim-quote-curr-line)
3381 (outline-latexify-one-item, outlineify-sticky): Likewise.
3382
3383 * vc.el (vc-next-action-on-file): Likewise.
3384 (vc-dired-mode): Remove make-local-hook.
3385
3386 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3387
3388 * vc.el (vc-find-version): New function.
3389 (vc-version-other-window): Redefined in terms of the above.
3390
3391 * log-view.el (log-view-find-version): New function.
3392 (log-view-mode-map): Bind it to `f'.
3393
3394 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3395
3396 * language/devan-util.el (dev-char-glyph): Escape `"' in
3397 string literals.
3398 (dev-glyph-glyph, dev-glyph-glyph-2)
3399 (devanagari-compose-syllable-region): Likewise.
3400
3401 2001-11-26 Richard M. Stallman <rms@gnu.org>
3402
3403 * window.el (save-selected-window): No error if saved window is dead.
3404
3405 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3406
3407 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3408
3409 * international/quail.el (quail-help): Require help-mode in
3410 top-level instead.
3411
3412 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3413 insert-string.
3414
3415 * icomplete.el (icomplete-exhibit): Likewise.
3416
3417 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3418
3419 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3420 (diff-hunk-kill): Simplify.
3421 (diff-post-command-hook): Only apply to a single hunk.
3422 (diff-hunk-text): Make `char-offset' non-optional.
3423 (diff-find-text): Return a cons cell.
3424 (diff-find-approx-text): New fun.
3425 (diff-find-source-location): Use it.
3426 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3427 Adapt to new retval of diff-find-text.
3428
3429 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3430 rather than integer- representation of dates.
3431
3432 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3433
3434 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3435 (syntax-after): New fun.
3436
3437 * help-funs.el (describe-syntax): New fun.
3438
3439 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3440 (font-lock-ppss-stats, font-lock-ppss): Remove.
3441 (font-lock-fontify-syntactically-region): Remove tuning code.
3442 (font-lock-compile-keywords): Fix off-by-one bug.
3443 (font-lock-set-defaults): Don't set removed vars.
3444 (c-keywords): Add `inline'.
3445 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3446
3447 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3448 Set syntax-begin-function.
3449 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3450 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3451 (lisp-mode-auto-fill): Use syntax-ppss and obey
3452 comment-auto-fill-only-comments.
3453 (lisp-fill-paragraph): Use syntax-ppss.
3454
3455 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3456
3457 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3458 version of rmail-enable-mime.
3459 (rmail-forward): Use it.
3460
3461 2001-11-25 Richard M. Stallman <rms@gnu.org>
3462
3463 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3464
3465 * international/quail.el (quail-keyboard-layout-button):
3466 Define button type.
3467 (quail-keyboard-customize-button): Likewise.
3468 (quail-help): Use those button types. Require `help-mode'.
3469 Avoid altering the argument `package'.
3470
3471 * help-mode.el (help-function, help-variable, help-face)
3472 (help-coding-system, help-input-method, help-character-set):
3473 Define each button type with its own explicit define-button-type.
3474
3475 * language/devan-util.el: Comment out parts of the file
3476 which apparently are garbled.
3477
3478 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3479
3480 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3481 insert-string.
3482
3483 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3484
3485 * play/snake.el (snake-mode): Remove make-local-hook.
3486
3487 * play/tetris.el (tetris-mode): Likewise.
3488
3489 * play/decipher.el (decipher-mode): Likewise.
3490
3491 * tmm.el (tmm-add-prompt): Likewise.
3492
3493 2001-11-25 Sam Steingold <sds@gnu.org>
3494
3495 * menu-bar.el (menu-bar-apropos-menu): New variable.
3496 Moved all `apropos' bindings to this menu.
3497 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3498
3499 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3500
3501 The following changes are for new indian languages support based
3502 on Unicode charset and CDAC fonts.
3503
3504 * international/mule-conf.el: Change indian-1-column charset to
3505 indian-glyph charset.
3506
3507 * international/characters.el: Adjusted for the change of
3508 indian-1-column -> indian-glyph.
3509
3510 * international/fontset.el: Delete the setting for indian-1-column
3511 and add the setting for indian-glyph in the default fontset.
3512
3513 * language/indian.el: Completely re-written.
3514
3515 * language/devanagari.el: Completely re-written.
3516
3517 * language/devan-util.el: Completely re-written.
3518
3519 * language/ind-util.el: New file.
3520
3521 2001-11-24 Richard M. Stallman <rms@gnu.org>
3522
3523 * startup.el (command-line-1): Don't do startup screen
3524 if a subprocess is running. Call the startup screen buffer
3525 "GNU Emacs". Make a special mode-line-format for it.
3526
3527 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3528 (browse-url-galeon): Use that variable.
3529
3530 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3531 eval-expression. Eval and set the variable simply.
3532
3533 * files.el (temporary-file-directory): Use defcustom.
3534 (small-temporary-file-directory): Likewise.
3535 (normal-backup-enable-predicate): Move down in file
3536 after definition of temporary-file-directory.
3537
3538 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3539
3540 2001-11-24 Colin Walters <walters@debian.org>
3541
3542 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3543 autoload names to match files renamed on initial calc import.
3544
3545 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3546 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3547
3548 2001-11-23 Colin Walters <walters@debian.org>
3549
3550 * Makefile.in (finder_setwins, setwins): Include Calc again.
3551
3552 * calc/calc-rules.el: Add header comment.
3553
3554 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3555
3556 * vc.el (with-vc-properties): Don't bind `filename' locally.
3557 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3558 to avoid name clashes. Fix `lisp-indent-function' property for
3559 both.
3560
3561 2001-11-23 Francesco Potorti` <pot@gnu.org>
3562
3563 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3564
3565 2001-11-22 Colin Walters <walters@debian.org>
3566
3567 * calc/calc-misc.el (report-calc-bug):
3568 Use `reporter-prompt-for-summary-p'.
3569
3570 * calc/INSTALL, calc/Makefile: Remove.
3571
3572 2001-11-22 Miles Bader <miles@gnu.org>
3573
3574 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3575 (reb-match-2, reb-match-3): Add dark-background variants.
3576
3577 2001-11-22 Colin Walters <walters@debian.org>
3578
3579 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3580 (info "Calc").
3581 (report-calc-bug): Use reporter.el.
3582
3583 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3584
3585 2001-11-21 Richard M. Stallman <rms@gnu.org>
3586
3587 * which-func.el (which-function): Call imenu--make-index-alist
3588 if necessary to get a list of functions.
3589 (which-function-imenu-failed): New variable.
3590 (which-func-update): Handle all visible windows.
3591 (which-func-update-1): New subroutine broken out of which-func-update.
3592
3593 * files.el (temporary-file-directory, null-device)
3594 (small-temporary-file-directory): Definitions moved up.
3595
3596 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3597 (cperl-non-problems, cperl-praise): Doc fixes.
3598
3599 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3600 (sh-mode-syntax-table): Function restored.
3601 Variable set up for use by function sh-mode-syntax-table.
3602 (sh-set-shell): Set the syntax table.
3603
3604 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3605
3606 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3607
3608 * international/encoded-kb.el: Don't alter minor-map-alist.
3609
3610 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3611
3612 * files.el (auto-save-file-name-transforms): Put remote files in
3613 temporary-file-directory rather than /tmp.
3614
3615 2001-11-21 Colin Walters <walters@debian.org>
3616
3617 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3618 of (function ...) wrapper.
3619
3620 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * derived.el (define-derived-mode): Create the abbrev-table
3623 from inside the `defvar'.
3624
3625 * jit-lock.el (jit-lock-defer-time): New var.
3626 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3627 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3628 (jit-lock-function): Defer fontification if requested.
3629 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3630 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3631 text property.
3632 (jit-lock-deferred-fontify): New fun.
3633
3634 2001-11-20 Richard M. Stallman <rms@gnu.org>
3635
3636 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3637 Set local-abbrev-table to lisp-mode-abbrev-table.
3638
3639 * emacs-lisp/re-builder.el (reb-mode):
3640 Don't use define-derived-mode. Call kill-all-local-variables.
3641
3642 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3643 Don't use define-derived-mode.
3644
3645 * help-mode.el (help-mode): Undo 2001-10-07 change.
3646
3647 * replace.el (occur-mode): Undo 2001-5-20 change.
3648
3649 2001-11-20 Jason Rumney <jasonr@gnu.org>
3650
3651 * w32-fns.el (w32-system-coding-system): Change to an alias for
3652 locale-coding-system.
3653 (set-w32-system-coding-system): Document the above change.
3654 Set locale-coding-system instead.
3655
3656 2001-11-20 Richard M. Stallman <rms@gnu.org>
3657
3658 * ruler-mode.el: Add pagination.
3659 (ruler-mode-toggle-show-tab-stops): No need to
3660 test `ruler-mode' variable.
3661
3662 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3663
3664 * play/landmark.el: Mark lm-mode as special.
3665
3666 * play/gomoku.el: Mark gomoku-mode as special.
3667
3668 2001-11-20 Juanma Barranquero <lektu@terra.es>
3669
3670 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3671 (top-level): Bind it to C-c C-b.
3672 (re-builder): Don't re-enter RE Builder Mode.
3673
3674 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3675
3676 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3677
3678 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3679 `manual-program'.
3680
3681 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3682 to a line without a comment.
3683
3684 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3685
3686 * dired.el (dired-listing-switches): Mention in the doc string
3687 that some switches are not supported by ls-lisp.el
3688
3689 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3692 (imenu--create-keymap-2): Remove.
3693 (imenu--create-keymap-1): Simplify, remove third argument.
3694 (imenu--generic-function): Use dolist.
3695 (imenu-find-default): New function.
3696 (imenu--completion-buffer): Use it.
3697 (imenu--mouse-menu): Use popup-menu.
3698 (imenu--menubar-select): Return t rather than calling imenu.
3699
3700 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3701 New functions, extracted from fill-region-as-paragraph.
3702 (fill-region-as-paragraph): Use them.
3703 Use an end marker instead of eob.
3704 Ignore whitespace-only fill-prefixes when indenting according to mode.
3705 Simplify the loop that searches for spaces backwards.
3706
3707 * textmodes/picture.el (picture-vertical-step)
3708 (picture-horizontal-step): Don't use defconst for variables.
3709
3710 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3711 (mail-extract-address-components): Downcase domain names.
3712 (mail-extr-delete-char): Remove. Use delete-char instead.
3713
3714 * emulation/pc-select.el: Doc string fixes.
3715 (pc-selection-mode): Don't treat macos as a tty.
3716
3717 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3718
3719 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3720
3721 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3722 (mouse-wheel-progessive-speed): New var.
3723 (mwheel-scroll): Use it and handle float values.
3724
3725 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3726
3727 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3728 (iswitchb): Fix the case where the result was selected with the mouse.
3729 (iswitchb-completion-help): Use the normal *Completions* now that
3730 mouse selection works.
3731 (iswitchb-minibuffer-setup): Simplify.
3732
3733 * newcomment.el (comment-column, comment-style, comment-multi-line)
3734 (comment-auto-fill-only-comments): Remove :group arg.
3735 (comment-padding): Add :type.
3736 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3737 if called interactively.
3738
3739 2001-11-19 Colin Walters <walters@verbum.org>
3740
3741 * calc/calc.el (toplevel): Add comment and version header.
3742 (calc-init-base): Bump version to 2.02f, update date.
3743
3744 2001-11-19 Richard M. Stallman <rms@gnu.org>
3745
3746 * net/browse-url.el: Support Mozilla and Galeon.
3747 By default, find the installed browser whichever it is.
3748 (browse-url-mozilla): New function.
3749 (browse-url-mozilla-sentinel): New function.
3750 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3751 (browse-url-default-browser): New function.
3752 (browse-url-process-environment): Use browse-url-browser-display.
3753 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3754 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3755 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3756 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3757 (browse-url-browser-function): New default, new options.
3758
3759 2001-11-19 Sam Steingold <sds@gnu.org>
3760
3761 * bindings.el (last-buffer, unbury-buffer): New function.
3762 (mode-line-unbury-buffer): Use `unbury-buffer'.
3763
3764 2001-11-18 Stephen Eglen <stephen@gnu.org>
3765
3766 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3767 control behaviour when no further completion is possible.
3768
3769 2001-11-19 Colin Walters <walters@verbum.org>
3770
3771 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3772 (math-showing-full-precision, math-with-extra-prec, math-working)
3773 (calc-with-default-simplification)
3774 (calc-with-trail-buffer): Use backtick.
3775 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3776 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3777 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3778 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3779 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3780 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3781 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3782 (calc-record-compilation-date-macro): Deleted. Callers updated.
3783 (math-format-radix-digit): Move to calc-bin.el.
3784
3785 * calc/calc.el (calc-record-compilation-date): Remove.
3786 (calc-bug-address): Update.
3787 (calc-settings-file): Use `user-init-file'.
3788
3789 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3790 Handle null `calc-settings-file'.
3791
3792 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3793 * calc/calc-keypd.el (calc-keypad-mode): New.
3794 (calc-do-keypad): Use it.
3795 (calc-keypad-map): Move into `calc-keypad-mode'.
3796
3797 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3798 to defalias argument.
3799
3800 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3801 (calcFunc-floor): Ditto.
3802
3803 * calc-units.el (calcFunc-usimplify): Ditto.
3804
3805 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3806 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3807 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3808 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3809 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3810 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3811 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3812 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3813 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3814 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3815 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3816 and move them before their first use. Use `when', `unless'.
3817 Remove trailing periods from error forms. Add description and
3818 headers suggested by Emacs Lisp coding conventions.
3819
3820 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3821
3822 * newcomment.el (comment-indent):
3823 Fix misindentation for comment-only lines.
3824 (comment-indent-new-line): Only obey comment-multi-line if the
3825 comment-ender is not the end-of-line.
3826
3827 2001-11-19 Richard M. Stallman <rms@gnu.org>
3828
3829 * net/net-utils.el (network-connection-service-abbrev-alist):
3830 New variable.
3831
3832 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3833 Advance to start of 3rd sexp by moving fwd and backing over it.
3834 At first three elements, act like defun.
3835
3836 * delsel.el (delete-selection-pre-hook): Handle and resignal
3837 file-supersession errors to interact properly with userlock.el.
3838
3839 2001-11-18 Richard M. Stallman <rms@gnu.org>
3840
3841 * progmodes/fortran.el (fortran-mode-syntax-table):
3842 Specify punctuation syntax for backslash.
3843
3844 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3845 All calls deleted.
3846
3847 * international/mule-util.el (string-to-sequence): Make it obsolete.
3848 (string-to-list, string-to-vector): Implement them directly
3849 using append and vconcat, not with string-to-sequence.
3850
3851 * startup.el (command-line): Set abbrevs-changed to nil after
3852 reading the init file and the abbrevs file.
3853
3854 * isearch.el (isearch): Use magenta2 as bg for (background light)
3855
3856 2001-11-17 Richard M. Stallman <rms@gnu.org>
3857
3858 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3859
3860 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3861
3862 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3863
3864 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3865 If set and if applicable, add a regexp to highlight defun-like
3866 text inside comments and strings.
3867 (font-lock-fontify-keywords-region): Pass that new arg.
3868 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3869 to the end and pass that new arg.
3870 (c-font-lock-keywords-2): Fix regex for labels.
3871 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3872 Make it work when LIMIT is several lines further.
3873 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3874 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3875 Use backquote and make the regexes for `int a, b, c;' work on
3876 multiple lines.
3877
3878 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3879 (font-lock-defaults-alist): Don't change it any more.
3880 (reb-subexp-mode-map): Cleanup.
3881
3882 * custom.el (custom-current-group-alist): New var.
3883 (custom-declare-group): Set it.
3884 (custom-current-group): New fun.
3885 (custom-declare-variable, custom-handle-all-keywords):
3886 Use it as a default if no :group argument is specified.
3887
3888 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3889 (standard-keyboard-coding-systems): New var.
3890 (set-locale-environment): Use it to decide whether or not to call
3891 set-keyboard-coding-system.
3892 (locale-language-names): Use \"French\" for "fr".
3893
3894 2001-11-17 Richard M. Stallman <rms@gnu.org>
3895
3896 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3897 (add-to-list): Delete compatibility code.
3898 (checkdoc-next-message-error): Doc fix.
3899
3900 2001-11-17 Stephen Eglen <stephen@gnu.org>
3901
3902 * locate.el (locate): Show default locate pattern within the
3903 prompt, but don't insert it into the minibuffer contents.
3904 Catch the case when pattern is the empty string.
3905
3906 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3907
3908 * language/european.el ("French"): New language environment.
3909
3910 2001-11-16 Richard M. Stallman <rms@gnu.org>
3911
3912 * calendar/todo-mode.el (todo-save): Fix previous change.
3913
3914 * subr.el (functionp): Do use cdr-safe on object.
3915
3916 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3917
3918 * bindings.el (mode-line-mode-name): Only put the help-echo property
3919 if the local-map property was put as well.
3920 (global-map): Bind switch-frame, delete-frame, iconify-frame
3921 and make-frame-visible events.
3922
3923 * emacs-lisp/elp.el (elp-not-profilable): New var.
3924 (elp-not-profilable-p): New function.
3925 (elp-instrument-function): Use it. Use backquotes and push.
3926
3927 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3928 (byte-stack+-info, byte-compile-last-warned-form)
3929 (byte-compile-last-logged-file): Don't defconst a variable.
3930 (no-byte-compile): Declare.
3931 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3932 (byte-compile-defvar): Leave defconst as is.
3933
3934 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3935 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3936 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3937 (edebug-best-error): Don't defconst a variable.
3938 (edebug-read-syntax-table): Use a char-table.
3939 (edebug-lemacs-specific): Remove.
3940 Toplevel: Eliminate check for Lucid Emacs.
3941
3942 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3943
3944 * rect.el (move-to-column-force): Mark obsolete.
3945 (operate-on-rectangle, delete-extract-rectangle-line)
3946 (insert-rectangle, delete-whitespace-rectangle-line)
3947 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3948 (string-rectangle-history): New var.
3949 (string-rectangle, string-insert-rectangle): Use it.
3950 (delete-rectangle-line): Fix pos/column mixup and simplify.
3951
3952 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3953 (normal-top-level, command-line, command-line-1): Simplify.
3954
3955 * tar-mode.el (tar-mode): Use define-derived-mode.
3956
3957 * view.el (view-mode-enable): Don't use make-local-hook.
3958
3959 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3960
3961 2001-11-16 Richard M. Stallman <rms@gnu.org>
3962
3963 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3964 if it doesn't make sense as anything else.
3965 Don't recognize a "telephone number" at the beginning of the name.
3966 (mail-extr-leading-garbage): Match non-word characters only.
3967
3968 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3969
3970 * startup.el (command-line-processed): Doc fix.
3971
3972 * apropos.el (apropos-next-label-button): Doc fix.
3973
3974 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3975
3976 * comint.el (comint-mode): Simplify.
3977 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3978
3979 * subr.el (eval-after-load): Make it work with features as well.
3980
3981 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3982
3983 * international/mule-cmds.el (describe-input-method): Setup xref.
3984 (set-language-environment): Use functionp.
3985 (locale-language-names, locale-charset-language-names)
3986 (locale-preferred-coding-systems): Defconst and purecopy.
3987
3988 * language/european.el (mac-roman): Add mime-charset property.
3989
3990 2001-11-15 Richard M. Stallman <rms@gnu.org>
3991
3992 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3993 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3994 to get better doc strings.
3995
3996 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3997
3998 * derived.el: Fix autoload cookie.
3999
4000 2001-11-15 Richard M. Stallman <rms@gnu.org>
4001
4002 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4003
4004 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4005
4006 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4007
4008 2001-11-15 Richard M. Stallman <rms@gnu.org>
4009
4010 * dired.el (dired-undo): Display a message to explain
4011 that this does not undo file system changes.
4012
4013 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4014
4015 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4016 into `unread-command-events' instead of trying keymap
4017 lookups ourselves. This makes mouse-clicks do the right
4018 thing even when keymaps of overlays are involved.
4019 (mouse-drag-drag): Likewise.
4020
4021 2001-11-15 Andreas Schwab <schwab@suse.de>
4022
4023 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4024 characters and append anchor to pattern added to auto-mode-alist.
4025
4026 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4027
4028 * server.el (server-process-filter): Run pore/post-comment-hook
4029 before/after visiting the file.
4030
4031 * info-look.el (makefile-mode): Add info for automake.
4032 (autoconf-mode): Fix the name of the index for automake.
4033
4034 * international/latin-9.el: Give pilcrow punctuation syntax.
4035
4036 2001-11-15 Andre Spiegel <spiegel@gnu.org>
4037
4038 * vc.el: Documentation fixes.
4039
4040 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4041
4042 * smerge-mode.el (smerge-match-conflict): Fix typo.
4043 (smerge-diff): Be careful to read match-data early enough.
4044
4045 2001-11-14 Colin Walters <walters@verbum.org>
4046
4047 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4048 (calcFunc-subst): Use `defalias' instead of `fset' and
4049 `symbol-function'.
4050
4051 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4052 (calcFunc-ceil, calcFunc-round): Ditto.
4053
4054 * calc/calc-bin.el (calcFunc-clip): Ditto.
4055
4056 * calc/calc-ext.el (calcFunc-evalv): Ditto.
4057
4058 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4059
4060 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4061 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4062
4063 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4064
4065 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4066 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4067 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4068 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4069 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4070 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4071 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4072 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4073 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4074 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4075 * calcsel2.el: Style cleanup; don't put closing parens on their
4076 own line, add "foo.el ends here" to each file, and update
4077 copyright date.
4078
4079 * README: Update maintainer.
4080
4081 2001-11-13 Richard M. Stallman <rms@gnu.org>
4082
4083 * progmodes/compile.el (recompile): Use compilation-arguments if
4084 set, so as to be able to M-x recompile the exact command which
4085 created a compilation-mode buffer.
4086
4087 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4088
4089 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4090
4091 * mouse.el (mouse-drag-region): Don't run the up-event
4092 handler if window start changed due to the down-mouse event.
4093
4094 2001-11-13 Richard M. Stallman <rms@gnu.org>
4095
4096 * mouse.el (mouse-show-mark): Either move point to the mark
4097 or use highlighting, never both.
4098 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4099
4100 2001-11-13 Simon Josefsson <jas@extundo.com>
4101
4102 * mail/smtpmail.el (top-level): Change maintainer to Simon
4103 Josefsson, cleanup the smtpmail.el header.
4104
4105 * mail/smtpmail.el (top-level): Don't require cl or base64.
4106 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4107 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4108 Defsubst instead of defmacro.
4109 (smtpmail-intersection): Return value in reverse order.
4110 (smtpmail-open-stream): Use stringp instead of string-to-list.
4111 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4112 separated from smtpmail-via-smtp.
4113
4114 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4115 rfc2104. Require base64 and cl.
4116 (smtpmail-smtp-service): Doc fix. :type fix.
4117 (smtpmail-debug-info): Doc fix.
4118 (smtpmail-debug-verb, smtpmail-auth-credentials)
4119 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4120 New variables.
4121 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4122 mail-utils (it is autoloaded).
4123 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4124 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4125 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4126 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4127 (smtpmail-via-smtp): Support AUTH.
4128 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4129
4130 2001-11-13 Richard M. Stallman <rms@gnu.org>
4131
4132 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4133 (electric-buffer-overlay): New variable.
4134 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4135 (electric-buffer-list): Likewise.
4136
4137 * isearch.el (isearch-whitespace-chars): Doc fix.
4138 (isearch-mode): Handle negative search-slow-window-lines correctly.
4139
4140 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4141
4142 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4143
4144 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4145 From Emmanuel Briot <briot@act-europe.fr>.
4146
4147 2001-11-13 Colin Walters <walters@debian.org>
4148
4149 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4150
4151 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4152 "~/.emacs"; use `read-file-name'.
4153
4154 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4155 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4156 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4157 * calc/calc.el: Use `frame-width' instead of `screen-width',
4158 `frame-height' instead of `screen-height', and,
4159 `executing-kbd-macro' instead of `executing-macro'.
4160
4161 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4162 correct number of arguments.
4163
4164 * calc/calc-aent.el (calc-do-alg-entry):
4165 Use `blink-paren-function' instead of `blink-paren-hook'.
4166
4167 2001-11-12 Richard M. Stallman <rms@gnu.org>
4168
4169 * calendar/todo-mode.el (todo-save): Add save-excursion
4170 and save-restriction.
4171
4172 * server.el (server-edit, server-done): Doc fix.
4173
4174 * simple.el (clone-indirect-buffer): Error if major mode symbol
4175 has a no-clone-indirect property.
4176 (clone-buffer): Check for obvious errors before reading clone name.
4177
4178 * info.el (Info-mode): Add a no-clone-indirect property.
4179
4180 2001-11-12 Sam Steingold <sds@gnu.org>
4181
4182 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4183 set-buffer-modified-p to nil after `vc-exec-after'.
4184 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4185 (log-view-mode): Make read-only.
4186 (log-view-current-file): Do final `expand-file-name' in the
4187 current `default-directory'.
4188 (log-view-current-tag): Take an optional `where' arg.
4189 (log-view-diff): New user command.
4190
4191 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4192
4193 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4194
4195 2001-11-12 Sam Steingold <sds@gnu.org>
4196
4197 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4198 `generic-flet', `generic-labels', `with-accessors',
4199 `with-condition-restarts'.
4200
4201 2001-11-12 Richard M. Stallman <rms@gnu.org>
4202
4203 * dired.el: Many trivial doc fixes.
4204 (dired-get-file-for-visit): New function.
4205 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4206 (dired-view-file, dired-find-file-other-window, dired-display-file):
4207 (dired-find-file): Use dired-get-file-for-visit.
4208
4209 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4210
4211 * sql.el (sql-mode): Doc change.
4212
4213 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4214 escape character.
4215
4216 2001-11-12 Colin Walters <walters@debian.org>
4217
4218 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4219 (calc-do-keypad): Don't attempt to use nonexistent global
4220 mouse-map, use calc-keypad-map.
4221 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4222 (calc-keypad-left-click): Don't use mouse-map; update to new event
4223 interface.
4224 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4225 (calc-keypad-press): Use `unread-command-events' instead of
4226 `unread-command-char'.
4227
4228 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4229 to match files renamed on initial calc import.
4230
4231 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4232
4233 * textmodes/flyspell.el (flyspell-default-dictionary):
4234 Fix previous change.
4235
4236 2001-11-12 Richard M. Stallman <rms@gnu.org>
4237
4238 * textmodes/flyspell.el (flyspell-default-dictionary):
4239 Fix custom type.
4240
4241 2001-11-11 Richard M. Stallman <rms@gnu.org>
4242
4243 * calendar/solar.el (solar-sunrise-and-sunset):
4244 Exchange the two extreme values of day-length.
4245
4246 * progmodes/sh-script.el (sh-must-be-shell-mode):
4247 Allow modes derived from sh-mode.
4248
4249 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4250 Turn off error in some re-search-forward calls.
4251
4252 * replace.el (query-replace-skip-read-only): New variable.
4253 (perform-replace): If that variable is non-nil, ignore matches
4254 that have a read-only property.
4255
4256 * derived.el (define-derived-mode): Doc fix.
4257
4258 * server.el (server-buffer-done): Test of server-existing-buffer
4259 was backwards.
4260 (server-existing-buffer): Doc fix.
4261
4262 * textmodes/flyspell.el (flyspell-default-dictionary):
4263 Allow nil as value, and make nil the default.
4264
4265 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4266
4267 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4268 it is not fboundp.
4269 (clipboard-yank): Ditto.
4270
4271 2001-11-11 Colin Walters <walters@verbum.org>
4272
4273 The following changes are based on patches from
4274 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4275 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4276
4277 * calc/calc.el (toplevel): Require calc-macs.
4278 (calc-minibuffer-size): New.
4279 (calcDigit-nondigit): Use it instead of `buffer-size'.
4280 (calcDigit-backspace): Likewise.
4281 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4282 `buffer-string'.
4283 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4284 `point-min'.
4285 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4286 `save-excursion'.
4287
4288 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4289 simple `setq' form.
4290
4291 * calc/calc-ext.el: (toplevel): Require calc.
4292 (calc-fancy-prefix-map): New.
4293 (calc-fancy-prefix): Use it.
4294 (calc-fancy-prefix-other-key): New.
4295
4296 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4297 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4298 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4299 (calcAlg-enter): Likewise.
4300 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4301
4302 2001-11-10 Richard M. Stallman <rms@gnu.org>
4303
4304 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4305 (quietly-read-abbrev-file): Doc fix.
4306
4307 * startup.el (command-line): Read standard abbrev
4308 file (abbrev-file-name), if it exists.
4309
4310 * files.el (save-abbrevs): Default value is t.
4311
4312 * progmodes/compile.el (compile-goto-error): Fix previous change
4313 in the case where subsequent errors have not been parsed yet
4314 because they are in a different source file.
4315
4316 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4317
4318 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4319 Merge two regular expressions into one.
4320 (ps-mode): Make local bindings for `comment-start' and
4321 `comment-start-skip'.
4322 (ps-mode-looking-at-nested): Simplify an if-else construct;
4323 use `set-match-data' to set the result.
4324
4325 2001-11-10 Richard M. Stallman <rms@gnu.org>
4326
4327 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4328 Function deleted.
4329 (flyspell-correct-word): Old definition deleted.
4330 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4331 All references renamed too.
4332
4333 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4334
4335 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4336
4337 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4338
4339 * wid-edit.el (checklist): Removed `:menu-tag'.
4340 (radio-button-choice): Ditto.
4341 (editable-list): Ditto.
4342
4343 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4344
4345 * play/gomoku.el: Move definitions of constants to the beginning
4346 of file, before their use.
4347
4348 2001-11-09 Richard M. Stallman <rms@gnu.org>
4349
4350 * textmodes/flyspell.el: Use the keymap property
4351 instead of local-map, and don't use a minor-mode map.
4352 (flyspell-mode-map): Variable deleted.
4353 Don't mess with minor-mode-map-alist.
4354 (calling add-minor-mode): Specify nil for keymap.
4355 And always use add-minor-mode, now that it exists.
4356 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4357 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4358 or flyspell-local-mouse-map.
4359 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4360 (flyspell-mode): Doc fix.
4361 (flyspell-mode-on): Don't call make-local-hook.
4362
4363 2001-11-09 Sam Steingold <sds@gnu.org>
4364
4365 * emacs-lisp/debug.el (debugger-make-xrefs):
4366 Add buttons to all symbols.
4367
4368 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4369
4370 * vc.el: Add John David Smith to credits.
4371
4372 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4373
4374 * vc-hooks.el (vc-error-occured): Backquotified.
4375 (vc-file-prop-obarray): Use prime length for better efficiency.
4376
4377 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4378
4379 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4380
4381 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4382
4383 2001-11-09 Miles Bader <miles@gnu.org>
4384
4385 * subr.el (functionp): Don't consider macros as functions.
4386
4387 2001-11-08 Miles Bader <miles@gnu.org>
4388
4389 * subr.el (functionp): Make work correctly for macros and unbound
4390 symbols.
4391
4392 * comint.el (comint-send-input): Fix description of
4393 `comint-process-echoes' in the doc-string.
4394
4395 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4396
4397 * international/mule.el (make-translation-table): Doc fix.
4398 Suggested by Alex Schroeder <alex@gnu.org>.
4399
4400 2001-11-07 Richard M. Stallman <rms@gnu.org>
4401
4402 * info.el (Info-fontify-node): Highlight every third menu item.
4403
4404 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4405
4406 * cus-edit.el (custom-face-value-create): Don't ignore the
4407 `customized-face' attribute when finding the current face spec.
4408
4409 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4410
4411 * subr.el (with-local-quit): New macro.
4412 (make-syntax-table): Always inherit.
4413 (functionp): Be more careful when `object' is a symbol.
4414
4415 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4416
4417 2001-11-07 Paul Eggert <eggert@twinsun.com>
4418
4419 * dired.el (dired-move-to-filename-regexp):
4420 Do not distinguish between ASCII letters and non-ASCII characters.
4421 Don't allow comma except in the form "month day, year".
4422 Don't allow space between month name and comma.
4423 Clean up the code that checks for trailing period, comma, and space.
4424 Remove now-obsolete comments, and add more commentary about
4425 Japanese dates.
4426 Always gobble up trailing spaces, instead of doing it only sometimes.
4427
4428 2001-11-07 Miles Bader <miles@gnu.org>
4429
4430 * paren.el (show-paren-match-face): Add dark-background variant.
4431
4432 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4433
4434 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4435 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4436 Don't disable adaptive-fill-mode.
4437 (lisp-fill-paragraph): Use tab-width rather than 8.
4438 Prevent filling the first line of docstrings.
4439
4440 2001-11-06 Richard M. Stallman <rms@gnu.org>
4441
4442 * play/gomoku.el (gomoku): Doc fix.
4443
4444 * jka-compr.el (jka-compr-partial-uncompress):
4445 Support an alternative of not using dd.
4446 (jka-compr-dd-program): Use defcustom to define this.
4447 (jka-compr-load-suffixes): Use defcustom.
4448 (jka-compr-mode-alist-additions): Use defcustom.
4449
4450 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4453 Also work when LIMIT is further than the end of line.
4454
4455 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4456
4457 * international/quail.el (quail-update-leim-list-file): Print the
4458 offending file name if some of its quail-define-package forms is broken.
4459
4460 2001-11-05 Richard M. Stallman <rms@gnu.org>
4461
4462 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4463 of the evaluated form.
4464
4465 2001-11-05 Paul Eggert <eggert@twinsun.com>
4466
4467 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4468 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4469 stamps always line up by default. Also, it uses a slightly
4470 different window to determine whether files are "recent".
4471
4472 2001-11-05 Andrew Innes <andrewi@gnu.org>
4473
4474 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4475 Don't attempt to remake autoloads before nuking .elc files.
4476
4477 2001-11-04 Richard M. Stallman <rms@gnu.org>
4478
4479 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4480 previous-single-property-change or next-single-char-property-change
4481 returns nil.
4482
4483 * international/mule-cmds.el (set-locale-environment):
4484 Make it interactive; make arg optional.
4485
4486 * international/mule-diag.el (help-funs): Require help-funs.
4487
4488 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4489
4490 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4491
4492 2001-11-04 Miles Bader <miles@gnu.org>
4493
4494 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4495 shadow of the splash image grey on a dark background instead of black.
4496
4497 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * term.el (all faces): Don't (copy-face 'default <foo>).
4500
4501 * term/xterm.el (function-key-map):
4502 Add entry for `ESC [ 3 ~' -> <delete>
4503 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4504 Use inheritance so that .emacs and terminfo take precedence.
4505
4506 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4507
4508 * tooltip.el (tooltip-delay): Decrease to 0.7.
4509 (tooltip-hide-delay): Enlarge to 10.
4510
4511 2001-11-03 Richard M. Stallman <rms@gnu.org>
4512
4513 * startup.el (fancy-splash-tail): Explain how to recover
4514 from a crash, if there was a crash.
4515 (command-line-1): Reorganize display of startup screen,
4516 to simplify the logic. Use a temp buffer for it.
4517
4518 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * frame.el (set-background-color, set-foreground-color):
4521 Call face-set-after-frame-default, to propagate the new colors to
4522 the frame's parameters alist.
4523
4524 * calendar/timeclock.el (timeclock-out): Signal an error if
4525 timeclock-last-event is nil.
4526
4527 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4528
4529 * textmodes/fill.el (fill-context-prefix): Fix braino.
4530
4531 * international/quail.el (quail-help):
4532 Use `help-buffer' and move `help-setup-xref' to beginning.
4533
4534 * international/mule-cmds.el (describe-language-environment):
4535 Use `help-buffer' and move `help-setup-xref' to beginning.
4536
4537 * international/mule-diag.el (list-character-sets)
4538 (sort-listed-character-sets, describe-character-set)
4539 (describe-coding-system, describe-fontset, list-fontsets):
4540 Use `help-buffer' and move `help-setup-xref' to beginning.
4541 (describe-char-after): Use `internal-describe-syntax-value'.
4542
4543 2001-11-02 Richard M. Stallman <rms@gnu.org>
4544
4545 * mouse.el (popup-menu): If the user refuses to select
4546 from a menu, don't try to invoke the menu.
4547
4548 2001-11-02 Miles Bader <miles@gnu.org>
4549
4550 * help-mode.el (help-xref): New button type.
4551 (help-function, help-variable, help-face, help-coding-system)
4552 (help-input-method, help-character-set, help-type, help-symbol)
4553 (help-back, help-info, help-customize-variable, help-customize-face)
4554 (help-function-def, help-variable-def): Use it as a supertype.
4555 Remove `action' property.
4556
4557 * international/mule-diag.el (describe-character-set)
4558 (describe-coding-system): Pass correct args to `help-xref-button'.
4559 (sort-listed-character-sets): New button type.
4560 (list-character-sets): Use it.
4561 (list-charset-chars): New button type.
4562 (list-character-sets-1): Use it.
4563
4564 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4565
4566 * indent.el (tab-always-indent, indent-for-tab-command):
4567 Remove redundant `never' setting.
4568
4569 * fill.el (fill-region-as-paragraph): Don't forget to skip
4570 over current whitespace before looking for a preceding space.
4571
4572 2001-11-01 Richard M. Stallman <rms@gnu.org>
4573
4574 * files.el (file-newest-backup): Don't pass backup file name
4575 thru file-name-sans-versions, because it never has version numbers.
4576
4577 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4578 to avoid ambiguous nested loops.
4579
4580 * files.el (find-file-noselect): Offer to change buffer-read-only
4581 only when the file's read-only status has changed from before
4582 as well as disagreeing with the buffer's current status.
4583 (buffer-file-read-only): New var, local in all buffers.
4584
4585 * buff-menu.el (buffer-menu): Doc fix.
4586 (buffer-menu-other-window): Doc fix.
4587 (list-buffers, list-buffers-noselect): Doc fix.
4588
4589 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4590
4591 * startup.el (command-line): If the terminal Emacs is running on
4592 has erase char set to ^H, use the Backspace key for deleting
4593 backward, and the Delete key for deleting forward.
4594
4595 2001-11-01 Miles Bader <miles@gnu.org>
4596
4597 * button.el (define-button-type): Make sure every user-defined
4598 button type has a supertype.
4599
4600 2001-10-31 Jason Rumney <jasonr@gnu.org>
4601
4602 * international/mule-cmds.el (locale-language-names): Add chs and
4603 cht as aliases for Chinese-GB and Chinese-BIG5.
4604
4605 2001-10-31 Richard M. Stallman <rms@gnu.org>
4606
4607 * bindings.el (mode-line-frame-identification): Add doc string.
4608 (mode-line-position, mode-line-modes): New variables.
4609 (mode-line-format): Use mode-line-position for the part
4610 that displays the position-in-buffer info.
4611 Use mode-line-modes for the part that displays major and minor modes.
4612
4613 2001-10-31 Sam Steingold <sds@gnu.org>
4614
4615 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4616 (debugger-setup-buffer): Call it.
4617 (debugger-mode-map): Bind RET and mouse-2.
4618
4619 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4620
4621 * startup.el: Document command line option --no-window-system
4622 instead of --no-windows.
4623
4624 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4627
4628 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4629 (font-lock-defaults-alist): Use it.
4630 From David Ponce <david.ponce@wanadoo.fr>
4631
4632 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4633 output of `char-after'.
4634
4635 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4636
4637 * simple.el (reindent-then-newline-and-indent): Insert the newline
4638 before indenting the first line.
4639 (undo-get-state, undo-revert-to-state): New funs.
4640 (shell-command): Don't kill the buffer even if empty.
4641 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4642 (transpose-subr-end2): Remove.
4643 (transpose-subr): Add `special' arg and simplify.
4644 (transpose-subr-1): Rewrite.
4645 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4646 (rfc822-goto-eoh): Simplify.
4647
4648 2001-10-30 Richard M. Stallman <rms@gnu.org>
4649
4650 * enriched.el (enriched-face-ans): Fix previous change.
4651
4652 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4653
4654 * international/iso-acc.el (iso-accents-compose): Remove a
4655 superfluous setq.
4656
4657 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4658
4659 * buff-menu.el (list-buffers-noselect): If the buffer's name
4660 starts with a blank, but it visits a file, do show it (for files
4661 whose names start with a blank).
4662
4663 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4664
4665 * textmodes/fill.el (sentence-end-double-space)
4666 (sentence-end-without-period): Move to paragraphs.el.
4667 (fill-indent-according-to-mode): Change default to t.
4668 (fill-context-prefix): Simplify control-flow and use a more
4669 sophisticated merge that unifies both previous checks.
4670 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4671 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4672 (fill-nobreak-p): New fun.
4673 (fill-region-as-paragraph): Use it.
4674 Handle `fill-indent-according-to-mode' slightly differently.
4675 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4676 (fill-individual-paragraphs-citation): Fix.
4677
4678 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4679 (paragraph-start): Change default to the `text-mode' value.
4680 (sentence-end-double-space, sentence-end-without-period):
4681 Move from fill.el.
4682 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4683 rather than rebinding `paragraph-start' and `paragraph-separate'.
4684
4685 * indent.el (indent-line-function): Change default to indent-relative.
4686 (tab-always-indent): Add an `never' setting.
4687 (indent-according-to-mode): Handle `indent-relative' and
4688 `indent-relative-maybe' specially.
4689 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4690 Handle the `never' case for `tab-always-indent'.
4691 Don't call indent-according-to-mode for indent-relative' and
4692 `indent-relative-maybe'.
4693 (insert-tab): Rename `prefix-arg' to `arg'.
4694 (indent-region): Indent the first line as well.
4695 (indent-relative): Don't mark the buffer modified if the indentation
4696 is unchanged.
4697
4698 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4699 Don't set paragraph-separate. Set paragraph-start more carefully.
4700 Set indent-line-function.
4701 (paragraph-indent-text-mode): Use it and define-derived-mode.
4702 (text-mode-map): Remove the \t binding.
4703 (text-mode): Simplify now that the default is more favorable.
4704
4705 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4706
4707 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4708 If the regexp doesn't match, use a looser one.
4709 (find-variable-noselect): Add `file' argument.
4710
4711 * pcvs.el (cvs-mode-commit-hook): New hook.
4712 (cvs-mode-commit): Run it.
4713
4714 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4715
4716 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4717 (edebug-instrument-function): Use `find-function-noselect'.
4718
4719 2001-10-29 Richard M. Stallman <rms@gnu.org>
4720
4721 * term.el (term-if-emacs19): Macro deleted.
4722 Callers changed to use progn instead.
4723
4724 * frame.el (blink-cursor-mode): Doc fix.
4725
4726 * files.el (find-backup-file-name): Use make-backup-file-name.
4727
4728 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4729 window-live-p.
4730 (edebug-set-conditional-breakpoint): Unconditionally use
4731 the former Emacs >=19 definition.
4732 (edebug-mark): Define unconditionally.
4733 (edebug-eval-expression): Always call read-from-minibuffer
4734 and specify history list.
4735 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4736 edebug-set-conditional-breakpoint.
4737 (edebug-emacs-version-specific): Function deleted;
4738 do the job at top level.
4739 (edebug-emacs-19-specific): Function deleted, this is the default.
4740
4741 2001-10-29 Sam Steingold <sds@gnu.org>
4742
4743 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4744 "/cygdrive/LETTER/" pathnames.
4745
4746 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * faces.el (invert-face): Check for 'unspecified, not for nil,
4749 when testing whether face colors are not specified.
4750 From David.Kastrup@t-online.de (David Kastrup).
4751 (read-face-name): Doc fix.
4752 (make-face-bold, make-face-unbold, make-face-italic)
4753 (make-face-unitalic, make-face-bold-italic, invert-face):
4754 Remove trailing blank from the prompt passed to read-face-name.
4755
4756 2001-10-29 Sam Steingold <sds@gnu.org>
4757
4758 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4759 Report numbers of files skipped and failed too.
4760 (byte-compile-file): Return 'no-byte-compile for skipped files.
4761
4762 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4763
4764 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4765 and `M p'.
4766
4767 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4768
4769 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4770 as is on unread-command-events instead of `(SECOND-CHAR)'.
4771
4772 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4773
4774 * vc.el: Mention vc-*-switches in backend API documentation.
4775 (vc-annotate): Adapt doc string to recent change.
4776
4777 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4778
4779 * enriched.el (enriched-face-ans): Handle face attributes
4780 of the form `(FACE1 FACE2 ...)'.
4781
4782 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4783
4784 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4785
4786 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4787
4788 * progmodes/sql.el (sql-db2): Doc change.
4789 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4790 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4791
4792 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4793
4794 * env.el (substitute-env-vars): Don't quote argument to `rx';
4795 it's a macro.
4796
4797 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4798
4799 * cus-start.el (recursive-load-depth-limit): Added.
4800
4801 2001-10-28 Richard M. Stallman <rms@gnu.org>
4802
4803 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4804 All uses removed--assume Emacs version is >= 20.
4805
4806 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4807 by really checking that it is not version 18.
4808
4809 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4810
4811 2001-10-28 Miles Bader <miles@gnu.org>
4812
4813 * faces.el (face-attribute): Add INHERIT argument, consider face
4814 inheritance if it's non-nil.
4815 (face-attribute-merged-with): New function.
4816 (face-attribute-specified-or): New macro.
4817 (face-foreground, face-background, face-stipple): Add INHERIT
4818 argument. Use `face-attribute-specified-or'.
4819
4820 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4821
4822 * font-lock.el: Require `syntax'.
4823 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4824 Use `c-font-lock-syntactic-face-function' for c languages.
4825 (font-lock-mode): Don't unset vars when turning the mode off.
4826 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4827 (font-lock-extra-managed-props): New var.
4828 (font-lock-default-unfontify-region): Use it.
4829 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4830 Don't eval the value when there's no match.
4831 (font-lock-ppss-stats): New var.
4832 (font-lock-ppss): New fun.
4833 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4834 (font-lock-apply-highlight): Allow `highlight' to set several props.
4835 (font-lock-set-defaults): Use dolist.
4836 (font-lock-unset-defaults): Remove.
4837 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4838 Try to recognize prototypes using `foo P_ ((args))'.
4839 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4840 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4841 (c-font-lock-syntactic-face-function): New function.
4842 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4843 (c++-keywords): Use a more sophisticated regexp to handle
4844 shallowly nested templates.
4845
4846 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4849 (sgml-tag): Use it. Cleanup with `cond'.
4850 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4851 Mark the overlays and only delete those that are marked.
4852 (sgml-skip-close-p): Remove.
4853 (sgml-value): Replace sgml-skip-close-p with its definition.
4854 (html-tag-alist): Use sgml-xml a bit more.
4855 (html-mode): Set sgml-empty-tags.
4856
4857 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4858 (texinfo-update-node, texinfo-sequential-node-update):
4859 Don't bind the obsolete `auto-fill-hook'.
4860 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4861 Use `set-buffer' rather than `switch-to-buffer'.
4862 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4863 Use `set-buffer' rather than `switch-to-buffer'.
4864
4865 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4866 text-mode-syntax-table.
4867 (mail-mode): Use define-derived-mode.
4868 Fix ordering of alternatives in adaptive-fill-regexp.
4869 (mail-mode-map): Don't rely on keymap's internal representation.
4870
4871 2001-10-27 Sam Steingold <sds@gnu.org>
4872
4873 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4874 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4875 (sgml-mode-common): Call it.
4876 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4877 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4878 (html-horizontal-rule, html-image, html-ordered-list):
4879 (html-unordered-list, html-list-item, html-paragraph):
4880 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4881 `html-xhtml'.
4882
4883 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4884
4885 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4886 (ifnothtml): New alias.
4887
4888 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4889
4890 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4891 (toggle-text-mode-auto-fill): Use derived-mode-p.
4892
4893 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4894
4895 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4896 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4897
4898 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4901 Add make-obsolete cookies, to follow faces.el.
4902
4903 These changes avoid warnings from the byte compiler in faces.el:
4904
4905 * faces.el (internal-get-face): Use facep instead of the obsolete
4906 internal-find-face.
4907 (internal-frob-font-weight, internal-frob-font-slant):
4908 New defaliases for obsolete functions.
4909 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4910 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4911 (x-make-font-bold-italic): Use internal-frob-font-weight and
4912 internal-frob-font-slant aliases instead of the obsolete
4913 x-frob-... functions.
4914
4915 2001-10-26 Sam Steingold <sds@gnu.org>
4916
4917 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4918 DOCTYPE; set `mode-name' based on it.
4919 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4920 (sgml-tag): Close empty tags in XHTML.
4921
4922 2001-10-26 Jason Rumney <jasonr@gnu.org>
4923
4924 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4925 when UNICODE is not defined.
4926
4927 2001-10-26 Sam Steingold <sds@gnu.org>
4928
4929 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4930 be alone on the line.
4931
4932 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4933
4934 * button.el (button): Special face definition for MS-DOS terminals.
4935
4936 2001-10-26 Sam Steingold <sds@gnu.org>
4937
4938 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4939 Protect the /= test by checking that the args are non-nil.
4940 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4941
4942 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4943
4944 * textmodes/artist.el (artist-version): 1.2.4.
4945 (artist-butlast-fn): New variable.
4946 (artist-butlast): New function.
4947 (artist-ellipse-mirror-quadrant): Use it.
4948 (artist-mouse-draw-poly): Use nil for `point-list'.
4949 (artist-mouse-draw-poly): Check for point-list being nil.
4950
4951 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4952
4953 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4954 lambda expression.
4955 (ps-mode-menu-main): Submenu with options on/off was replaced with
4956 a toggle button.
4957 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4958 (ps-mode): Autoload cookie added on same line as comment
4959 (ps-mode-tabkey, ps-mode-backward-delete-char):
4960 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4961 `indent-to' with `indent-line-to'
4962 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4963 instead of `eval'.
4964 (ps-mode-print-region): Use `with-temp-buffer'.
4965 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4966 (numerous places): Add back-tick and tick around names in
4967 docstrings, fix punctuation in docstrings, remove trailing spaces.
4968
4969 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4970
4971 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4972 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4973 (sgml-font-lock-syntactic-keywords): New var.
4974 (sgml-mode-common): Drop the two args.
4975 Don't make buffer-local variables that aren't used.
4976 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4977 Don't set `before-string' props from sgml-display-text.
4978 (sgml-mode): Use define-derived-mode.
4979 (sgml-tags-invisible): Use sgml-display-text.
4980 (sgml-quote): New command.
4981 (html-tag-alist): Add args for `span'.
4982 (html-mode): Use define-derived-mode.
4983 Set sgml-display-text and sgml-tag-face-alist.
4984
4985 2001-10-25 Sam Steingold <sds@gnu.org>
4986
4987 * add-log.el (add-log-always-start-new-record): New user option.
4988 (add-change-log-entry): Use it.
4989
4990 2001-10-25 Richard M. Stallman <rms@gnu.org>
4991
4992 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4993 bind case-fold-search if FROM is not all lower case.
4994
4995 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4996
4997 * startup.el (normal-top-level): Check for frame-initial-frame
4998 only if it's really used.
4999
5000 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5001
5002 * progmodes/compile.el (compilation-parse-errors-filename-function):
5003 New variable.
5004 (compilation-parse-errors): Use it.
5005
5006 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5009 interactively so that C-u M-C-x still does edebug.
5010 (checkdoc-sentencespace-region-engine): Don't force a double-space
5011 after `.' if it doesn't look like an end-of-sentence.
5012 (debug-ignored-errors): Add `disambiguate ...'.
5013
5014 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5015
5016 * textmodes/texinfo.el (texinfo-environments)
5017 (texinfo-environment-regexp): Hoist.
5018 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5019 Only highlight the menu name in menu items.
5020 Setup `@foo ... @end foo' as text clones.
5021 (texinfo-clone-environment): New function.
5022 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5023 (texinfo-insert-block): Simplify.
5024 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5025 the command is repeated.
5026 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5027 (texinfo-insert-@end): Simplify.
5028
5029 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5030 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5031 (texinfo-subsubsection-level-regexp)
5032 (texinfo-update-menu-same-level-regexps)
5033 (texinfo-update-menu-higher-regexps)
5034 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5035
5036 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5037 (derived-mode-p): Autoload.
5038
5039 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5040 New vars and functions.
5041 (text-clone-maintain, text-clone-create): New functions.
5042
5043 2001-10-25 Miles Bader <miles@gnu.org>
5044
5045 * facemenu.el (facemenu-add-new-face): Fix variable names.
5046
5047 2001-10-24 Richard M. Stallman <rms@gnu.org>
5048
5049 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5050 of t and nil values.
5051 (facemenu-set-face): Handle START and END interactively.
5052 (facemenu-set-foreground): Don't use a face; specify color directly.
5053 (facemenu-set-background): Likewise.
5054 (facemenu-set-face-from-menu): Doc fix.
5055 (facemenu-active-faces): Use face-attribute-vector
5056 to handle bare attributes not in faces.
5057 (facemenu-get-face): Don't handle face names fg:... and bg:...
5058 specially.
5059 (facemenu-add-new-face): New argument MENU.
5060 New way to handle adding colors to the color menus.
5061
5062 * env.el (substitute-env-vars): Quote the arg to rx.
5063
5064 2001-10-24 Sam Steingold <sds@gnu.org>
5065
5066 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5067 Control" and "SGML" groups.
5068
5069 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5070
5071 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5072 Better handling of C++ template args to avoid confusion with `<'
5073 and `>' used as operators in member init expressions.
5074
5075 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5076
5077 * replace.el (perform-replace): Move START and END parameters
5078 to the end of the argument list and make them optional.
5079
5080 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5081 perform-replace.
5082
5083 * international/fontset.el (x-must-resolve-font-name): New function.
5084 (x-complement-fontset-spec): Use it.
5085
5086 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5087
5088 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5089
5090 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5091 Turn caadr into caar of cdr.
5092
5093 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5094
5095 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5096 of mouse-{1,2} since dragging is on the down event.
5097
5098 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5099
5100 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5101 if ARG is nil.
5102
5103 * desktop.el (desktop-last-buffer): New variable.
5104 (desktop-create-buffer): Set it.
5105 (desktop-read): Bind it and switch to that buffer.
5106
5107 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5108
5109 * progmodes/compile.el (compilation-set-window-height):
5110 Select old window only if it's still live.
5111
5112 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5113
5114 * help-mode.el (help-buffer): Remove debugging code.
5115 From Stefan Monnier <monnier@cs.yale.edu>.
5116
5117 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5118
5119 * files.el (file-name-sans-extension, file-name-extension):
5120 Don't count the leading dots in file names as signaling an extension.
5121
5122 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5123
5124 * vc.el (vc-diff-switches): Doc rewritten.
5125
5126 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5127
5128 * tooltip.el (tooltip-set-param): Doc fix.
5129
5130 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5131 127 to sgml-maybe-name-self.
5132 (sgml-name-8bit-mode): Doc fix.
5133 (sgml-char-names-table): New variable.
5134 (sgml-name-char): Support non-ASCII and mule-unicode-*
5135 characters. Doc fix.
5136 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5137
5138 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5139 doc string the effect of `left' and `top' parameters in
5140 tooltip-frame-parameters, the default values, and the units.
5141 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5142 (tooltip-show): Mention in the doc string the `top' and `left'
5143 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5144
5145 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5146
5147 Add autoscaling support for vc-annotate.
5148 From J.D. Smith <jdsmith@alum.mit.edu>.
5149
5150 * vc.el (vc-annotate-display-default): Accept colormap scaling
5151 ratio (now deprecated).
5152 (vc-annotate-display-autoscale): Added.
5153 (vc-annotate-add-menu): New autoscaling menu options "Span to
5154 Oldest" and "Span Oldest->Newest". Easymenu support added for
5155 toggle menus driven by customize variable `vc-annotate-display-mode'.
5156 (vc-annotate-display-select): Added.
5157 (vc-annotate): Changed temp-buffer-show-function to
5158 `vc-annotate-display-select'.
5159 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5160 Added argument OFFSET. Instead of backend function, calls now
5161 generic `vc-annotate-difference'.
5162 (vc-annotate-difference): Added as generic function instead of
5163 backend-specific function. No longer takes argument POINT, but
5164 instead accepts a time OFFSET.
5165 (vc-default-annotate-current-time): Added.
5166
5167 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5168 version in vc.el, with
5169 (vc-cvs-annotate-current-time): Added, as override of default.
5170 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5171 `vc-cvs-annotate-difference'.
5172
5173 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5174
5175 * saveplace.el (save-place): Require `saveplace'.
5176
5177 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5178 Use `sexp' for :value-type instead of `face'.
5179
5180 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5181
5182 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5183 regexps due to 5-digit message IDs.
5184
5185 2001-10-21 Jason Rumney <jasonr@gnu.org>
5186
5187 * term/w32-win.el (redisplay-dont-pause): Don't set.
5188
5189 2001-10-21 Miles Bader <miles@gnu.org>
5190
5191 * help-funs.el (help-manyarg-func-alist): Variable removed.
5192
5193 2001-10-21 Miles Bader <miles@gnu.org>
5194
5195 * help-funs.el (help-manyarg-func-alist): Remove entries for
5196 `insert', `insert-and-inherit', `insert-before-markers',
5197 `insert-before-markers-and-inherit', `message', `message-box',
5198 `message-or-box', `propertize', `format', `encode-time', `append',
5199 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5200 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5201 `ml-prefix-argument-loop'.
5202
5203 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5204
5205 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5206 (vc-default-diff-tree): New functions.
5207 (vc-version-diff): Use them. As a result, coding systems are now
5208 set up properly for all sorts of diffs, and tree diffs can now
5209 also be done locally.
5210 (vc-diff): With a prefix argument, don't require that it's called
5211 from a buffer under version control.
5212 (diff-switches): Remove duplicate definition.
5213
5214 * vc-cvs.el (vc-cvs-diff-tree): New function.
5215
5216 2001-10-21 Miles Bader <miles@gnu.org>
5217
5218 * help-funs.el (help-manyarg-func-alist): Remove entries for
5219 `list', `vector', `make-byte-code', `call-process',
5220 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5221 `logand', `logior', and `logxor'.
5222
5223 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5224 image bits to compensate. Use `make-string' instead of
5225 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5226
5227 2001-10-20 Kim F. Storm <storm@cua.dk>
5228
5229 * simple.el (kill-ring-save): Don't show extent of copied region
5230 if using transient-mark-mode and region is fully visible.
5231
5232 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5233
5234 * (Version 21.1 released.)
5235
5236 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5237
5238 * files.el (auto-mode-alist): Associate .indent.pro with
5239 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5240
5241 2001-10-18 Sam Steingold <sds@gnu.org>
5242
5243 Put the *Compile-Log* buffer in `compilation-mode'.
5244 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5245 (byte-compile-log-1, byte-compile-log-file)
5246 (displaying-byte-compile-warnings): Use it
5247
5248 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5249
5250 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5251
5252 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5253
5254 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5255
5256 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5257
5258 * obsolete/hilit19.el (hilit-lookup-face-create):
5259 Call set-face-font only if display-graphic-p.
5260 (toplevel): Remove references to window-system.
5261
5262 2001-10-18 Miles Bader <miles@gnu.org>
5263
5264 * simple.el (what-line): Avoid problems with field properties.
5265
5266 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5267
5268 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5269 Define special colors for a tty.
5270
5271 2001-10-17 Francesco Potorti` <pot@gnu.org>
5272
5273 * comint.el (comint-password-prompt-regexp): Make it less
5274 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5275
5276 2001-10-17 John Wiegley <johnw@gnu.org>
5277
5278 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5279 a regular file, before checking if it is a directory or symlink.
5280 This avoids a call to eshell-file-attributes, which can be
5281 expensive in some situations.
5282
5283 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5284 customization variable, to differentiate ls-in-dired from regular
5285 uses of ls.
5286
5287 2001-10-17 Miles Bader <miles@gnu.org>
5288
5289 * custom.el (defface): Mention `:inherit' in doc-string.
5290
5291 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5292
5293 * paren.el: Update the Commentary with installation instructions.
5294
5295 2001-10-15 Dave Love <fx@gnu.org>
5296
5297 * international/mule.el (set-auto-coding): Fix regexps for local
5298 variables section not to eat newlines.
5299
5300 2001-10-15 Miles Bader <miles@gnu.org>
5301
5302 * simple.el (display-message-or-buffer): Pass the correct buffer
5303 to `display-buffer'.
5304
5305 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5306
5307 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5308 (executable-find): Use exec-suffixes.
5309 (executable-set-magic): Don't use make-local-hook.
5310
5311 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5312
5313 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5314
5315 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5316 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5317 Add .so to the Unix and GNU branch.
5318
5319 * international/latin-1.el:
5320 * international/latin-2.el:
5321 * international/latin-3.el:
5322 * international/latin-4.el:
5323 * international/latin-5.el:
5324 * international/latin-8.el:
5325 * international/latin-9.el: Add no-byte-compile: t, since
5326 Makefile.in instructs make-docfile to look at .el files.
5327
5328 2001-10-14 Miles Bader <miles@gnu.org>
5329
5330 * button.el (define-button-type): Allow supertype property to be
5331 specified with a keyword `:supertype' too.
5332 (button-put, make-text-button): Allow button type property to be
5333 specified using the keyword `:type' too.
5334 (button-type): New function.
5335 (button): Add `button-category-symbol' property.
5336
5337 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5338
5339 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5340 indent-new-comment-line from comment-indent-new-line.
5341
5342 * textmodes/refill.el (refill-mode):
5343 Bind DEL to backward-delete-char-untabify.
5344 Set backward-delete-char-untabify-method to `hungry'.
5345
5346 * textmodes/bib-mode.el (bib-mode):
5347 * play/gomoku.el (gomoku-mode):
5348 * textmodes/page-ext.el (pages-directory-mode):
5349 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5350
5351 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5352
5353 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5354
5355 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5356 Handle here-docs differently.
5357 (sh-font-lock-heredoc): Remove.
5358 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5359 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5360 (sh-font-lock-open-heredoc): New functions.
5361 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5362 (sh-font-lock-keywords-1): Use regexp-opt.
5363 (sh-in-comment-or-string): Use syntax-ppss.
5364 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5365 (sh-select, sh-tmp-file): Add explicit terminating \n.
5366
5367 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5368 Use with-current-buffer.
5369 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5370 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5371 filename), catch any error that occurs in `ange-ftp-cd'.
5372 If an error happened, don't bother sending `cmd' at all.
5373 Fix a parenthesis typo.
5374 (ange-ftp-write-region): Don't blindly use binary if the remote host
5375 is unix-like.
5376
5377 * play/pong.el (pong-init): Don't use make-local-hook.
5378
5379 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5380
5381 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5382 (viper-get-ex-address-subr): More precise addr for the $ marker
5383
5384 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 * version.el (emacs-version): Bump to 21.1.50.
5387
5388 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5389
5390 * mail/mailalias.el (mail-directory-stream): Do not double
5391 variables in the lambda-list.
5392
5393 * play/gomoku.el (gomoku-init-display): Ditto.
5394
5395 * play/landmark.el (lm-init-display): Ditto.
5396
5397 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5398 (delimit-columns-rectangle-line): Ditto.
5399
5400 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5401
5402 * newcomment.el (comment-region-internal): Don't rebind
5403 invisibility_spec now that the C routines handle it correctly.
5404
5405 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5406
5407 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5408 and `same-frame'.
5409
5410 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5411
5412 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5413
5414 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5415 C-p and C-r. Remove redundant bindings from inheriting maps.
5416
5417 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5418 After 4.23 and: After 4.24:
5419 (cperl-contract-levels): Restore position.
5420 (cperl-beautify-level): Likewise.
5421 (cperl-beautify-regexp): Likewise.
5422 (cperl-commentify): Rudimental support for length=1 runs
5423 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5424 After 4.25:
5425 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5426 (imenu-example--create-perl-index): Was not enforcing
5427 syntaxification-to-the-end.
5428 (cperl-invert-if-unless): Allow `for', `foreach'.
5429 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5430 Mark qw(), m()x as indentable.
5431 (cperl-init-faces): Highlight `sysopen' too.
5432 Highlight $var in `for my $var' too.
5433 (cperl-invert-if-unless): Was leaving whitespace at end.
5434 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5435 (cperl-calculate-indent): Remove old commented out code.
5436 Support (primitive) indentation of qw(), m()x.
5437 After 4.26:
5438 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5439 q [] with intervening newlines.
5440 (cperl-autoindent-on-semi): New customization variable.
5441 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5442 (cperl-tips): Mention how to make CPerl the default mode.
5443 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5444 (cperl-outline-level): New function.
5445 (cperl-highlight-variables-indiscriminately): New customization var.
5446 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5447 From Sean Kamath <kamath@pogo.wv.tek.com>.
5448 (cperl-after-block-p): Support CHECK and INIT.
5449 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5450 From Doug MacEachern <dougm@covalent.net>.
5451 After 4.27:
5452 (cperl-find-pods-heres): Recognize \"" as a string.
5453 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5454 Allow whitespace between << and "FOO".
5455 (cperl-problems): Remove \"" and q [] with intervening newlines.
5456 Mention multiple <<EOF as unsupported.
5457 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5458 (cperl-indent-parens-as-block): New configuration variable.
5459 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5460 Use `cperl-indent-parens-as-block'.
5461 (cperl-find-pods-heres): Test for =cut without empty line instead of
5462 complaining about no =cut.
5463 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5464 (cperl-find-pods-heres): Likewise.
5465 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5466 POD could've been marked as comment already.
5467 (cperl-unwind-to-safe): Unwind before start of POD too.
5468 After 4.28:
5469 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5470 After 4.29:
5471 (x-color-defined-p): Make an extra case to peacify the warning.
5472 Toplevel: `defvar' to peacify the warnings.
5473 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5474 No -nw-compile time warnings now.
5475 (cperl-find-tags): TAGS file had too short substring-to-search.
5476 Be less verbose in non-interactive mode
5477 (imenu-example--create-perl-index): Set index-marker after name
5478 (cperl-outline-regexp): New variable.
5479 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5480 (cperl-mode): Made use `cperl-outline-regexp'.
5481 After 4.30:
5482 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5483 (cperl-outline-level): Make start-of-file same level as `package'.
5484 After 4.31:
5485 (cperl-electric-pod): `head1' and `over' electric only if empty.
5486 (cperl-unreadable-ok): New variable.
5487 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5488 on an unreadable file.
5489 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5490 on an unreadable directory.
5491
5492 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5493 Consider the text between two errors as belonging to the first error.
5494 (compilation-goto-locus): Use pop-to-buffer rather than
5495 switch-to-buffer-other-frame.
5496
5497 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5498 (awk-font-lock-syntactic-keywords): New var.
5499 (awk-mode): Use it.
5500
5501 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5502
5503 * faces.el (describe-face): Call help-setup-xref earlier.
5504
5505 * jka-compr.el (jka-compr-load-suffixes): New var.
5506 (jka-compr-install): Add its content to load-suffixes.
5507 (jka-compr-uninstall): Remove its content from load-suffixes.
5508
5509 2001-10-12 Sam Steingold <sds@gnu.org>
5510
5511 * bindings.el (completion-ignored-extensions): CL-related
5512 extensions are platform-independent.
5513
5514 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5515 asynchronous multiple file copying.
5516
5517 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5518
5519 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5520 Turn error for repeated variables into warning.
5521
5522 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5523 New function checking that lambda-list consists of non-constant
5524 symbols, that &rest and &optional are followed by variable names,
5525 that &rest VAR is the last element, and that variables aren't doubled.
5526 (byte-compile-lambda): Use it.
5527
5528 2001-10-12 Eli Barzilay <eli@barzilay.org>
5529
5530 * calculator.el (calculator-eng-display): Don't call concat
5531 with an integer argument.
5532
5533 2001-10-12 Miles Bader <miles@gnu.org>
5534
5535 * help-mode.el (help-customize-face): New button-type.
5536
5537 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5538 (describe-face): Fix args to `help-xref-button'.
5539 Don't switch to help-buffer around call to `help-setup-xref'.
5540 Use `help-buffer' instead of hard-wired "*Help*".
5541 Require `help-mode'.
5542
5543 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5546
5547 * help-mode.el (help-buffer): New function.
5548 Returns the buffer-name to use for help output.
5549 Change all the code to use it instead of hard-coding *Help*.
5550 (help-mode-map): Put back the mouse-2 binding.
5551 (help-xref-stack): Change the format and make buffer-local.
5552 (help-xref-stack-item): Make buffer-local.
5553 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5554 (help-xref-interned): Display the face doc as well.
5555 (help-follow-mouse): Re-introduce.
5556 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5557 (help-do-xref): Don't `push' any more.
5558 (help-follow): Also follow face names.
5559
5560 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5561 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5562 Autoload and cleanup.
5563 (describe-function): Call help-setup-xref.
5564 (describe-variable): Call help-setup-xref earlier.
5565
5566 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5567 (view-lossage): Call help-setup-xref correctly and earlier.
5568 (describe-bindings): Call help-setup-xref earlier.
5569 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5570 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5571
5572 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5573
5574 * master.el (master-mode): Use define-minor-mode instead of
5575 easy-mmode-define-minor-mode. Add autload cookie.
5576 (Commentary): Remove the line showing how to autoload master-mode,
5577 since it's always autoloaded.
5578
5579 * master.el: New file.
5580
5581 2001-10-11 Dave Love <fx@gnu.org>
5582
5583 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5584 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5585 <const-C varset-X const-C>: Fix car/cdr typo.
5586
5587 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5588
5589 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5590 New function extracted from byte-compile-log-1.
5591 (byte-compile-log-1): Change output to be more in line with
5592 the output of other GNU tools.
5593 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5594 (byte-compile-report-error): Downcase error message.
5595 Use `error' instead of `!!' for error messages.
5596 (byte-compile-print-syms): Treat non-interactive case specially.
5597 (displaying-byte-compile-warnings): Use backquote.
5598 (byte-compile-from-buffer): Bind byte-compile-last-line.
5599 (batch-byte-compile): Remove `Done' message.
5600
5601 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5602
5603 * emacs-lisp/copyright.el (copyright): Add final \n.
5604
5605 2001-10-11 Miles Bader <miles@gnu.org>
5606
5607 * diff.el (diff): Display default values in prompts as
5608 `(default ...)', not `(...)'.
5609
5610 * info.el (Info-follow-reference): Likewise.
5611
5612 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5613
5614 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5615
5616 * newcomment.el (comment-indent): Be a little more robust in case
5617 comment-indent-function does funny things.
5618 (comment-normalize-vars): Autoload.
5619 (comment-region-internal): Fiddle with the visibility spec.
5620 (comment-valid-prefix): New function.
5621 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5622 that would turn comment-text into non-comment-text.
5623
5624 * emacs-lisp/syntax.el: New file.
5625
5626 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5627 compatibility cruft.
5628 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5629 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5630 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5631 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5632 tcl-submit-bug-report.
5633 (tcl-mode-syntax-table): Leave \f alone.
5634 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5635 tcl-end-of-defun, tcl-submit-bug-report.
5636 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5637 (tcl-add-emacs-menu): Remove.
5638 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5639 (tcl-keyword-list): Add `chain'.
5640 (tcl-font-lock-syntactic-keywords): New variable.
5641 (tcl-pps-has-arg-6): Remove.
5642 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5643 (tcl-internal-mark-defun): Remove.
5644 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5645 (tcl-mode): Use define-derived-mode. Simplify.
5646 Set comment-indent-function.
5647 (tcl-indent-command): Use line-beginning-position and comment-indent.
5648 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5649 (tcl-indent-line): Use tcl-calculate-indent.
5650 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5651 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5652 (tcl-filter): Use with-current-buffer, simplify.
5653 (inferior-tcl-mode): Use define-derived-mode.
5654 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5655 (tcl-simple-in-comment, tcl-in-comment): Removed.
5656 (tcl-files-alist): New function.
5657 (tcl-help-snarf-commands): Use it and return the result directly
5658 rather than through a global variable.
5659 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5660 (tcl-help-on-word): Provide the default value to completing-read.
5661 (tcl-hilit): Remove.
5662 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5663 (tcl-comment-indent): New function.
5664 (tcl-submit-bug-report): Remove.
5665 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5666 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5667 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5668
5669 2001-10-10 Miles Bader <miles@gnu.org>
5670
5671 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5672 (Info-fontify-node): Don't fontify the node if it's already been done.
5673
5674 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5675
5676 * international/iso-transl.el (iso-transl-e-caret)
5677 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5678 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5679
5680 * simple.el (end-of-buffer): Fix code scrolling specially
5681 for the buffer end.
5682
5683 * startup.el (command-line-1): Bind tab-width to 8.
5684
5685 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5686
5687 * emulation/tpu-edt.el: Use defalias instead of fset for
5688 user-visible commands. From Rob Riepel
5689 <riepel@Networking.Stanford.EDU>.
5690
5691 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5692
5693 * ruler-mode.el: New file.
5694
5695 2001-10-09 Miles Bader <miles@gnu.org>
5696
5697 * apropos.el (button): New require.
5698
5699 * help-funs.el: New file, contents mostly from `help.el'.
5700 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5701
5702 * help-mode.el: New file, contents mostly from `help.el'.
5703
5704 * help.el: Don't require `view' when compiling.
5705 (help-with-tutorial, describe-function, describe-function-1)
5706 (variable-at-point, describe-variable, locate-library):
5707 Functions moved into `help-funs.el'.
5708 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5709 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5710 (help-setup-xref, help-xref-following, help-make-xrefs)
5711 (help-xref-button, help-insert-xref-button, help-xref-interned)
5712 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5713 (help-xref-on-pp): Functions moved into `help-mode.el'
5714 (help-mode-map, help-xref-stack, help-xref-stack-item)
5715 (help-highlight-p, help-highlight-face, help-back-label)
5716 (help-xref-symbol-regexp, help-xref-mule-regexp)
5717 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5718 (help-symbol, help-back, help-info, help-customize-variable)
5719 (help-function-def, help-variable-def):
5720 Button-types moved into `help-mode.el'.
5721 (load-symbol-file-load-history, symbol-file):
5722 Functions moved into `subr.el'.
5723 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5724 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5725
5726 * subr.el (symbol-file-load-history-loaded)
5727 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5728
5729 * loadup.el ("button"): Load removed.
5730
5731 * button.el (define-button-type): Respect any `supertype' property.
5732 (button-type-subtype-p, button-has-type-p): New functions.
5733
5734 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5735 dollar-signs.
5736
5737 * comint.el (comint-insert-previous-argument): New function.
5738 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5739 (comint-insert-previous-argument-last-start-pos)
5740 (comint-insert-previous-argument-last-index): New variables.
5741
5742 * apropos.el (apropos-next-label-button): Use the presence of a
5743 `apropos-label' property to detect label buttons.
5744
5745 2001-10-08 Miles Bader <miles@gnu.org>
5746
5747 * button.el (next-button, previous-button): Remove N and WRAP
5748 parameters. Don't pay attention to `skip' properties.
5749 (forward-button): Implement wrapping, iterating, and skipping here
5750 instead.
5751 (button-activate): USE-MOUSE-ACTION is optional.
5752 (button-nop): Function removed.
5753 (default-button): Use `ignore' as default button action.
5754
5755 * apropos.el (apropos-next-label-button): Update arguments to
5756 `next-button'.
5757 (apropos-symbol): Add `skip' property.
5758 (apropos-function, apropos-macro, apropos-command)
5759 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5760 (apropos-plist): New button types.
5761 (apropos-label-properties): Variable removed.
5762 (apropos-print): Pass button-type to apropos-print-doc, rather
5763 than help function and label text.
5764 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5765 Get button label from TYPE.
5766
5767 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5768
5769 * help.el (help-mode): Use define-derived-mode.
5770 (describe-mode): Add optional `buffer' arg.
5771 Use it instead of going through help-xref-mode.
5772 Avoid doubling the word `minor' when prettifying.
5773 (describe-function-1): List the corresponding key bindings.
5774 (describe-variable): Say if the var is automatically buffer-local.
5775 If the source is `loaddefs.el', look for the real source.
5776 (help-xref-mode): Remove.
5777
5778 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5779 the file says no-byte-compile.
5780
5781 2001-10-08 Miles Bader <miles@gnu.org>
5782
5783 * button.el (next-button, previous-button): Respect `skip' property.
5784
5785 2001-10-07 Miles Bader <miles@gnu.org>
5786
5787 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5788 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5789 `woman-follow-word' instead of `woman-mouse-2'.
5790 (woman-follow-word): Renamed from `woman-mouse-2'.
5791 Follow current unconditionally, since this function is now only
5792 bound to M-mouse-2. Use accessor functions.
5793 (WoMan-highlight-references): Use `make-text-button'.
5794 (woman-xref): New button type.
5795
5796 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5797 ("button"): New load, just before "help" (which uses it).
5798
5799 * help.el (help-mode-map): Make button-buffer-map our parent.
5800 Don't bind mouse events or tab/backtab.
5801 (help-function, help-variable, help-face, help-coding-system)
5802 (help-input-method, help-character-set, help-back, help-info)
5803 (help-customize-variable, help-function-def, help-variable-def):
5804 New button types.
5805 (help-button-action): New function.
5806 (describe-function-1): Pass help button-types to
5807 `help-xref-button' rather than help function and help-echo string.
5808 Don't put multiple help-function args in a list to pass them to
5809 help-xref-button, just pass them as multiple arguments.
5810 Use `help-insert-xref-button' to make [back]-button, rather than
5811 `help-xref-button'.
5812 (help-xref-button): Take a button-type TYPE as a parameter rather
5813 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5814 and add a &rest parameter ARGS to serve the same purpose.
5815 Use `make-text-button' to add the button.
5816 (help-insert-xref-button): Use `insert-text-button' to add the button.
5817 (help-follow-mouse, help-next-ref, help-previous-ref):
5818 Functions removed.
5819 (help-do-xref): New function.
5820 (help-follow): Use `push-button' and `help-do-xref' to do most of
5821 the work.
5822
5823 * apropos.el (apropos-symbol, apropos-label): New button types.
5824 (apropos-symbol-button-display-help)
5825 (apropos-label-button-display-help, apropos-next-label-button):
5826 New functions.
5827 (apropos-mode-map): Make button-buffer-map our parent.
5828 Don't bind mouse events.
5829 (apropos-print, apropos-print-doc): Create buttons instead of text
5830 properties.
5831 (apropos-mouse-follow): Function removed.
5832 (apropos-follow): Use buttons.
5833
5834 * button.el: New file.
5835
5836 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5837
5838 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5839 Remove.
5840
5841 2001-10-05 Richard M. Stallman <rms@gnu.org>
5842
5843 * add-log.el (add-change-log-entry): Skip copyright notice
5844 and copying permission notice at start of file, if any.
5845 Make use of terms "entry" and "item" accord with Emacs manual.
5846 Simplify the logic for moving point while entering or creating
5847 an entry and then an item.
5848 (add-change-log-entry-other-window): Doc fix.
5849
5850 2001-10-06 Miles Bader <miles@gnu.org>
5851
5852 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5853 removed; they apparently don't work with faces.
5854
5855 2001-10-05 Sam Steingold <sds@gnu.org>
5856
5857 * textmodes/sgml-mode.el (html-xhtml): New user option.
5858 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5859 (html-ordered-list, html-unordered-list, html-list-item)
5860 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5861 (sgml-skip-close-p): New function.
5862 (sgml-value): Use it.
5863
5864 2001-10-05 Sam Steingold <sds@gnu.org>
5865
5866 * calendar/diary-lib.el (diary-entry-compare): When times are
5867 identical, compare the entries lexicographically.
5868
5869 2001-10-06 Miles Bader <miles@gnu.org>
5870
5871 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5872 Use `minibuffer-prompt-end'.
5873
5874 * simple.el (previous-matching-history-element): Fix misplaced
5875 parentheses.
5876
5877 2001-10-05 Miles Bader <miles@gnu.org>
5878
5879 * rfn-eshadow.el: New file.
5880
5881 2001-10-05 Miles Bader <miles@gnu.org>
5882
5883 * cus-face.el (custom-face-attributes): Make sure each attribute
5884 has a valid default value. Remove hacks that mapped `nil' to
5885 `off' and used nil to mean `unspecified'. Remove `unspecified'
5886 choices from all attributes (unspecified is handled by the parent
5887 checklist).
5888 * cus-edit.el (custom-face-edit-convert-widget)
5889 (custom-face-edit-deactivate, custom-face-edit-activate)
5890 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5891 New functions.
5892 (custom-face-edit): Specify a custom :convert-widget.
5893 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5894 Don't pass in default filters that map between `nil' and `off' and
5895 `unspecified' and `nil'.
5896
5897 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5898
5899 * progmodes/compile.el (compilation-buffer-name): New function.
5900 (compile-internal): Use it to determine the name of the
5901 compilation buffer.
5902
5903 2001-10-05 Miles Bader <miles@gnu.org>
5904
5905 * progmodes/compile.el (grep-use-null-device): New variable.
5906 (grep-command): Mention `grep-use-null-device'.
5907 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5908 Make computation of `grep-command' respect `grep-use-null-device'.
5909 (grep): Respect `grep-use-null-device'.
5910 Call `grep-compute-defaults' even if grep-command is set, if
5911 grep-use-null-device is still tentative.
5912
5913 * subr.el (call-process-shell-command): New function.
5914
5915 2001-10-05 Miles Bader <miles@gnu.org>
5916
5917 * simple.el (previous-matching-history-element)
5918 (next-history-element, next-complete-history-element): Use
5919 `minibuffer-' functions instead of calling `field-' functions directly.
5920 (minibuffer-prompt-end, minibuffer-contents):
5921 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5922 Functions removed (now subrs).
5923 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5924
5925 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5926 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5927 instead of calling `field-' functions directly.
5928 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5929
5930 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5931
5932 * files.el (find-file-noselect): If file's read-only status has
5933 changed on disk, ask if buffer's read-only status should be
5934 changed, unless NOWARN is set.
5935
5936 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5937 alias for define-setf-method.
5938
5939 * bindings.el: Remove no-byte-compile from file local variables
5940 to enable bootstrapping.
5941
5942 2001-10-04 Andrew Innes <andrewi@gnu.org>
5943
5944 * faces.el (face-font-registry-alternatives) [windows-nt]:
5945 Make gb2312 an alias for gb2312.1980.
5946
5947 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5948
5949 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5950 (uniquify-reverse-components): Remove.
5951
5952 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5953 Make sure the file is readable.
5954 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5955 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5956 (batch-byte-recompile-directory): Pass arg=0.
5957
5958 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5959 (perl-calculate-indent): Use it.
5960 (perl-backward-to-noncomment): Use forward-comment.
5961
5962 * derived.el (define-derived-mode, derived-mode-make-docstring):
5963 Allow `parent' to be nil.
5964
5965 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5966 Use define-derived-mode.
5967 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5968
5969 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5970
5971 * emacs-lisp/lselect.el: Use facep iso find-face.
5972
5973 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5974 Use regexp-opt.
5975 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5976 (lisp-font-lock-syntactic-face-function): New function.
5977 (lisp-mode-variables): Use it. Make arg optional.
5978 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5979 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5980 Set comment-start-skip.
5981
5982 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5983
5984 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5985 (ignore-errors): Don't bother using a `err' symbol.
5986
5987 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5988 (autoload-insert-section-header, autoload-before-p)
5989 (autoload-remove-section): New functions.
5990 (generate-file-autoloads): Use them.
5991 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5992 Make sure the autoload file is properly formatted when creating it.
5993 (update-autoloads-from-directories): Use them as well.
5994 Only update autoloads for files whose timestamp has changed.
5995 Add a dummy entry to remember the files which had no autoload cookies.
5996
5997 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5998
5999 * subr.el (define-key-after): Allow `key' to be longer than 1.
6000 (make-local-hook): Make obsolete.
6001 (add-hook, remove-hook): Don't use make-local-hook any more.
6002 (make-syntax-table): Inherit all chars from s-s-t.
6003
6004 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6005
6006 This is a fix for a report saying that resuming a search with C-s
6007 C-s doesn't use the case-fold-search setting of the previous
6008 search (C-s ... M-c ... then C-s C-s).
6009
6010 * isearch.el (isearch-last-case-fold-search): New variable.
6011 (isearch-mode): Remember value of isearch-case-fold-search
6012 in isearch-last-case-fold-search.
6013 (isearch-done): Quote value of isearch-case-fold-search.
6014 (isearch-repeat): When resuming a search, restore
6015 isearch-case-fold-search from isearch-last-case-fold-search.
6016
6017 Added to NEWS.
6018
6019 * startup.el (inhibit-startup-buffer-menu): New user-option.
6020 (command-line-1): If inhibit-startup-buffer-menu is set, don't
6021 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
6022
6023 This allows upto 99999 messages in the summary without screwing up
6024 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
6025
6026 * mail/rmailsum.el (rmail-make-summary-line)
6027 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
6028 (rmail-summary-goto-msg, rmail-summary-goto-msg):
6029 Allow 5-digit message ids instead of 4.
6030
6031 This adds expansion of environment variables in the value
6032 specified with M-x setenv. Added to NEWS.
6033
6034 * env.el (substitute-env-vars): New function.
6035 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
6036 environment variables in VALUE. Return VALUE.
6037
6038 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6039
6040 * Branch for 21.1.
6041
6042 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
6043
6044 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
6045
6046 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6047
6048 * emulation/tpu-edt.el: Make messages match original TPU/edt
6049 editor. From riepel@Stanford.EDU (Rob Riepel).
6050
6051 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * rect.el: Update maintainer's email address.
6054
6055 2001-10-02 Andreas Schwab <schwab@suse.de>
6056
6057 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
6058 and Extended Passive Mode, resp.
6059
6060 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6061
6062 These changes add support for Calendar-related items in the
6063 menu bar on tty's as well:
6064
6065 * calendar/calendar.el (calendar-mode-map): Require cal-menu
6066 unconditionally.
6067 (calendar-mode): Set up activate-menubar-hook unconditionally.
6068
6069 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
6070 calls x-popup-menu only if popup menus are supported.
6071 (calendar-mouse-insert-hebrew-diary-entry)
6072 (calendar-mouse-insert-islamic-diary-entry)
6073 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6074 (calendar-mouse-view-other-diary-entries)
6075 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
6076 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6077 Call cal-menu-x-popup-menu instead of x-popup-menu.
6078
6079 2001-10-01 Gerd Moellmann <gerd@gnu.org>
6080
6081 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
6082
6083 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
6084
6085 * emacs-lisp/rx.el: New file.
6086
6087 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6088
6089 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
6090
6091 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6092
6093 * frame.el (select-frame-by-name, other-frame): Doc fix.
6094
6095 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * play/snake.el (snake-score-file): Use temporary-file-directory
6098 instead of a literal "/tmp". Suggested by Robert
6099 <robert@chezmarshall.freeserve.co.uk>.
6100
6101 * play/tetris.el (tetris-score-file): Ditto.
6102
6103 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6104
6105 * apropos.el (apropos-print): Make the directions inserted at the
6106 beginning of the *Apropos* buffer more clear.
6107
6108 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
6109
6110 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6111 Added comments.
6112
6113 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6114
6115 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6116 "\\s-" when defining comment-end-skip.
6117
6118 2001-09-27 Gerd Moellmann <gerd@gnu.org>
6119
6120 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6121 Call get-buffer-window first second arg `visible'.
6122
6123 * international/mule-diag.el (list-input-methods-1):
6124 Output something that's independent of Emacs' version.
6125
6126 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6127 calling byte-to-position with a nil tar-header-offset.
6128
6129 2001-09-27 Simon Josefsson <jas@extundo.com>
6130
6131 * mail/sendmail.el (send-mail-function): Doc fix.
6132 (mail-do-fcc): Error if header-end is not a marker.
6133 (mail-do-fcc): Add a comment.
6134 (mail-reply-to): Doc fix.
6135 (mail-signature): Make ATPOINT optional.
6136 (mail-yank-original): Use cond instead of nestled if.
6137
6138 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6139
6140 * info.el (Info-on-current-buffer): Default arg to "Top".
6141
6142 2001-09-25 Eli Barzilay <eli@barzilay.org>
6143
6144 * calculator.el (calculator-copy-displayer): New user-option.
6145 (calculator-displayer-prev, calculator-displayer-next):
6146 Renamed from calculator-displayed-{left,right}.
6147 (calculator, calculator-standard-displayer)
6148 (calculator-num-to-string, calculator-update-display)
6149 (calculator-copy, calculator-put-value): Bug and display fixes.
6150
6151 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6152
6153 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6154 (ebnf-version): New version (3.6.1).
6155
6156 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6157 (ebnf-bnf-non-terminal-chars): New internal const.
6158 (ebnf-bnf-lex): Fix code.
6159
6160 * ebnf-iso.el: Fix character range regexp. Doc fix.
6161 (ebnf-iso-non-terminal-chars): New internal const.
6162 (ebnf-iso-lex): Fix code.
6163
6164 * ebnf-yac.el: Fix character range regexp. Doc fix.
6165 (ebnf-yac-skip-chars): New internal const.
6166 (ebnf-yac-skip-code): Fix code.
6167
6168 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6169
6170 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6171
6172 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6173 passing it to VC.
6174
6175 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6176 case where the file is relative.
6177
6178 2001-09-24 Gerd Moellmann <gerd@gnu.org>
6179
6180 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6181 same on each side. Make sure we properly handle simple quotes.
6182 From Daiki Ueno <ueno@unixuser.org>.
6183
6184 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6185
6186 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6187 <jas@extundo.com>.
6188
6189 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6190 some items of the Options menu.
6191
6192 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6193
6194 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6195
6196 * vc-hooks.el (vc-delete-automatic-version-backups):
6197 Don't fail if the directory doesn't exist.
6198
6199 * diff-mode.el (diff-default-read-only): New var.
6200 (diff-mode): Use it.
6201
6202 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6203
6204 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6205 Use make-keymap instead of copy-keymap, since copying the global
6206 keymap messes up the menu bar.
6207
6208 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6209 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6210
6211 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6214
6215 * dired-aux.el (dired-insert-subdir): Pass switches to
6216 dired-build-subdir-alist.
6217
6218 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6219
6220 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6221 caused %#a and %#b to be mis-formatted.
6222
6223 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6224
6225 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6226 ccmode, emacs-mime, and eudc manuals.
6227
6228 2001-09-19 Sam Steingold <sds@gnu.org>
6229
6230 w32 find cannot be used with `grep-find'.
6231 * progmodes/compile.el (find-program): New variable.
6232 (grep-compute-defaults): Use it to set `grep-find-command'.
6233
6234 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6235
6236 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6237
6238 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6239
6240 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6241 programming. Doc fix.
6242 (ebnf-version): New version (3.6).
6243 (ebnf-eps-begin): Data fix.
6244 (ebnf-begin-file): Code fix.
6245
6246 * ebnf-bnf.el: Doc fix.
6247 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6248
6249 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6250
6251 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6252
6253 * ps-print.el: Better face mapping for black/white PostScript printers.
6254 Check if mark is active when printing a region. Doc fix.
6255 (ps-print-version): New version number (6.5.5).
6256 (ps-print-color-p): Customization fix.
6257 (ps-black-white-faces): New option.
6258 (ps-black-white-faces-alist): New internal var.
6259 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6260 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6261 (ps-nb-pages-region): Interactive fix.
6262 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6263 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6264
6265 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6266
6267 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6268 numeric month value, and allow the Kanji character after the it to
6269 be missing (happens with ls-lisp's output on Japanese versions of
6270 MS-Windows).
6271
6272 2001-09-18 Miles Bader <miles@gnu.org>
6273
6274 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6275 it's empty (and thus probably a new patch file about to be edited).
6276
6277 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6278
6279 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6280 Check for '(' in column 0 of doc string.
6281
6282 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6283 of `nth' so that using a vector as bounding-box works.
6284 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6285
6286 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6287
6288 * vc.el (vc-annotate): Use current workfile version explicitly as
6289 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6290
6291 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6292
6293 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6294 convert-standard-filename doesn't guarantee that the .el extension
6295 is preserved.
6296
6297 * dos-fns.el (convert-standard-filename): Replace invalid
6298 characters only after converting dash/underscore to a period.
6299 (original-make-auto-save-file-name): New.
6300 (make-auto-save-file-name): New function, overrides the definition
6301 on files.el and calls the original function via
6302 original-make-auto-save-file-name.
6303
6304 * mail/rmail.el (top-level): Require mule-utils when compiling.
6305 (rmail-decode-babyl-format): Use detect-coding-with-priority
6306 instead of detect-coding-region, to favor detection of emacs-mule
6307 encoded Babyl files written by rmailout.el etc. Suggested by
6308 Kenichi Handa <handa@etl.go.jp>.
6309
6310 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6311
6312 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6313 Use `equal', not `=', since the device number can be a cons cell.
6314
6315 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6316
6317 * simple.el: Comment out change of 2001-09-13.
6318
6319 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6320
6321 * progmodes/compile.el (grep-compute-defaults): Don't set
6322 grep-command/grep-find-command when it is already non-nil.
6323 (grep-command): Make it a user option.
6324 (grep-find-command): Likewise.
6325
6326 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6327
6328 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6329 inhibit quit.
6330
6331 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6332
6333 * files.el (make-auto-save-file-name): If long file names are not
6334 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6335 generating an auto-save file name from it.
6336
6337 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6338
6339 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6340 (ps-nb-pages-region): Signal an error if called interactively
6341 and the mark is not active.
6342
6343 * simple.el (minibuffer-prompt-modification)
6344 (minibuffer-prompt-insertion): New functions.
6345 (minibuffer-prompt-properties): Use `modification-hooks' and
6346 `insert-in-front-hooks'.
6347
6348 2001-09-12 Richard M. Stallman <rms@gnu.org>
6349
6350 * textmodes/outline.el (outline-regexp): Doc fix.
6351 Initialize it in the defcustom, the usual way.
6352
6353 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6354
6355 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6356 from `ediff-meta-info' properties need not be an overlay.
6357 From David Ponce <dponce@voila.fr>.
6358
6359 * isearch.el (isearch-intersects-p): Fix end checks.
6360
6361 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6362
6363 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6364 `t' branch of `cond', since Irix 6.1 and up is a special case of
6365 the standard dbx interface.
6366
6367 2001-09-11 Miles Bader <miles@gnu.org>
6368
6369 * comint.el (comint-send-input): When waiting for echoed input,
6370 don't save the expected end position in `echo-end', so that things
6371 work properly even if the buffer is modified elsewhere at the same
6372 time [this happens if `comint-truncate-buffer' is used].
6373
6374 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6375
6376 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6377 when constructing imenu-generic-expression from outline-regexp.
6378
6379 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6380
6381 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6382 `equal' instead of `=', since they can be cons cells. From Nils
6383 Goesche <cartan@cartan.de>.
6384
6385 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6386
6387 * vc.el (vc-annotate): Rewrote doc string.
6388
6389 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * time-stamp.el: Update Stephen Gildea's email address.
6392
6393 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6394
6395 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6396 enable-multibyte-characters = nil. From Hallvard B Furuseth
6397 <h.b.furuseth@usit.uio.no>.
6398
6399 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6400
6401 * ediff-init.el (ediff-highest-priority): Bug fix.
6402
6403 * viper-cmd.el (viper-special-read-and-insert-char): New function
6404 that reads a character and uses the current input method or
6405 iso-accents when appropriate.
6406
6407 * viper.el and all others: Corrections to the comment blocks at
6408 the top.
6409
6410 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6411
6412 * info.el (Info-goto-node): Doc fix.
6413
6414 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6415
6416 * isearch.el (isearch-intersects-p): New function.
6417 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6418 use isearch-intersects-p, and clean up.
6419
6420 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6423 and "german8", for the new German orthography dictionaries,
6424 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6425 the entries, to keep the line length balanced for loaddefs.el.
6426
6427 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6428
6429 * comint.el (comint-send-input): Handle comint-process-echoes
6430 differently.
6431
6432 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6433
6434 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6435
6436 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6437
6438 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6439
6440 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6441
6442 * server.el (server-switch-buffer):
6443 * textmodes/refer.el (refer-find-entry-internal):
6444 * term/sup-mouse.el (sup-pos-to-window):
6445 * term/bg-mouse.el (bg-window-from-x-y):
6446 * emacs-lisp/edebug.el (edebug-window-live-p):
6447 Use get-window-with-predicate.
6448
6449 * window.el (get-window-with-predicate): Renamed from some-window.
6450 (some-window): Make it an alias.
6451
6452 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6453
6454 * simple.el (undo): Remove positions from buffer-undo-list up to
6455 the next undo boundary only.
6456
6457 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6458
6459 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6460 Kim <ryk@dspwiz.com>
6461
6462 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6463 the message "Creating customization items...done".
6464
6465 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6466
6467 * font-lock.el (toplevel): Require `jit-lock' only if
6468 font-lock-support-mode is set to jit-lock-mode.
6469
6470 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6471
6472 * international/quail.el (quail-use-package, quail-inactivate)
6473 (quail-activate): Mention the hooks these functions run in their
6474 doc strings.
6475
6476 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6477
6478 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6479 of file in header of menu.
6480
6481 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6482
6483 * env.el (setenv): Interactively, if VARIABLE has a current value,
6484 add that to the front of the history, as the doc string says.
6485
6486 * comint.el (comint-send-input): Change help-echo.
6487 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6488
6489 * bookmark.el (bookmark-write-file): Bind print-length and
6490 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6491
6492 * obsolete/uncompress.el: Moved there from lisp/.
6493
6494 * comint.el (comint-insert-clicked-input): Goto point-max before
6495 deleting previous input. From "Dr Francis J. Wright"
6496 <F.J.Wright@qmw.ac.uk>.
6497
6498 * simple.el (backward-word): Doc fix.
6499
6500 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6501
6502 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6503 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6504 * w32-fns.el: Add Keywords header.
6505
6506 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6507
6508 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6509 "Text Properties". Suggested by Simon Marshall
6510 <Simon.Marshall@midas-kapiti.com>.
6511
6512 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6513
6514 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6515 consulting the value of file-name-coding-system.
6516
6517 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6518
6519 * help.el (describe-function-1): Save precomputed `file-name' rather
6520 than recomputing it (incorrectly) with `symbol-file'.
6521
6522 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6523
6524 * international/isearch-x.el (isearch-exit-recursive-edit):
6525 Take three parameters, since it's used as an after-change-function.
6526
6527 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6528 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6529 from doc strings.
6530
6531 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6532
6533 * progmodes/glasses.el (glasses-convert-to-unreadable):
6534 Consider underscores as in `glasses-make-readable'.
6535
6536 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6537
6538 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6539 MS-DOS, since cpp might not be available.
6540
6541 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6542 Mention "yank" in the help-echo text.
6543 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6544
6545 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6546
6547 * newcomment.el (comment-indent): Insert spaces more carefully.
6548
6549 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6550
6551 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6552 exists. From Andy Petrusenco <andy@int.spb.ru>.
6553
6554 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6555 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6556 <andy@int.spb.ru>.
6557
6558 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6559
6560 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6561 Instead of running mouse-yank-at-click, see what the event is
6562 bound to outside Isearch and run that.
6563
6564 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6565
6566 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6567 Fix the menu entry to mention transient-mark-mode.
6568
6569 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6570
6571 * simple.el (eval-expression-print-level): Fix last change.
6572
6573 * bindings.el (mode-line-coding-system-map): New variable.
6574 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6575
6576 * simple.el (eval-expression-print-level): Change the type
6577 of the defcustom to allow nil.
6578
6579 * emacs-lisp/find-gc.el: Moved here from lisp/.
6580
6581 * international/quail.el (quail-completion-1):
6582 Reverse the ((CHAR . DEFN) ...) list before processing it.
6583 From Kenichi Handa <handa@etl.go.jp>.
6584
6585 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6586 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6587
6588 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6589
6590 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6591 aren't supported. This avoids the annoying gray strip drawn by
6592 the Windows version instead of the missing tool bar.
6593
6594 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6595
6596 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6597 and tooltips more consistent. From "Marshall, Simon"
6598 <Simon.Marshall@midas-kapiti.com>.
6599
6600 * startup.el (fancy-splash-screens): Temporarily set
6601 minor-mode-map-alist to nil while displaying splash screens.
6602
6603 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6604
6605 * buff-menu.el: Add Keywords header.
6606 Doc fix (C-x C-b is bound to list-buffers).
6607
6608 * dired-x.el: Add keyword files to get listed in finder.
6609 Remove confusing notes about GNU Emacs 19.
6610
6611 * dired.el, dired-aux.el: Add Keywords header.
6612
6613 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6614
6615 * vc.el (vc-revert-file): Call the backend even if the FILE's
6616 contents can be reverted locally; pass new arg CONTENTS-DONE
6617 down to the backend.
6618
6619 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6620 optional arg CONTENTS-DONE.
6621
6622 2001-08-28 Andrew Innes <andrewi@gnu.org>
6623
6624 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6625
6626 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6627
6628 * makefile.nt (install): Copy more *.el files.
6629
6630 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6631
6632 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6633 instead of `w' which is already in use.
6634
6635 * gs.el (gs-load-image): Use sleep-for.
6636 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6637
6638 2001-08-28 Miles Bader <miles@gnu.org>
6639
6640 * replace.el (query-replace-regexp-eval): Return args from
6641 `interactive' form in correct order.
6642
6643 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6644
6645 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6646 major modes, don't create panes for modes for which
6647 mouse-buffer-menu-alist returns an empty alist.
6648
6649 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6650
6651 * progmodes/hideshow.el: Update first-line description.
6652 Sync comments w/ maintainer version 5.31.
6653
6654 (hs-isearch-open): Default value now `code'.
6655 Fix docstring to use "code blocks" vs "comment blocks",
6656 as opposed to "block" vs "comment".
6657 (hs-flag-region): Accept `hs-isearch-open' value
6658 of `block' as synonymous w/ `code'.
6659 (hs-hide-block-at-point): For code blocks, pass `code'
6660 to `hs-flag-region' instead of `block'.
6661
6662 2001-08-28 Miles Bader <miles@gnu.org>
6663
6664 * comint.el (comint-next-prompt): Don't loop infinitely if
6665 {next,previous}-single-char-property-change returns its input
6666 position when the search fails.
6667
6668 2001-08-27 Miles Bader <miles@gnu.org>
6669
6670 * comint.el (comint-get-old-input-default): Don't signal an error
6671 if point is not on an input field; instead, return the current
6672 line (using `comint-bol' to skip any prompt, in case we're not
6673 using fields at all).
6674
6675 * man.el (Man-mode-line-format): Variable removed.
6676 (Man-mode): Change `mode-line-buffer-identification' instead of
6677 `mode-line-format'.
6678
6679 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6680
6681 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6682 From Simon Josefsson <jas@extundo.com>.
6683
6684 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6687 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6688
6689 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6690 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6691
6692 * emacs-lisp/lselect.el: Ditto.
6693
6694 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6695 Remove periods from the end of error message strings.
6696 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6697
6698 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6699 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6700
6701 * net/telnet.el: Ditto.
6702
6703 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6704
6705 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6706 KEYMAP to the call to define-minor-mode.
6707
6708 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6709
6710 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6711 Replace some of the undefined characters with emulations of bidi
6712 formatting characters and Niqud as per SI 1311-1.
6713 (IT-unicode-translations): Ditto.
6714 (IT-display-table-setup, IT-setup-unicode-display):
6715 Fill characters without translations with dos-unsupported-char-glyph.
6716
6717 2001-08-24 Simon Josefsson <jas@extundo.com>
6718
6719 * hl-line.el (hl-line-mode): Don't be a global mode.
6720 (global-hl-line-mode): New function.
6721
6722 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6723
6724 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6725 being reset by Ghostscript. Don't kill the gs process.
6726 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6727
6728 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6729
6730 * term/mac-win.el: Require scroll-bar.
6731
6732 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6733
6734 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6735
6736 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6737
6738 * hexl.el (hexl-insert-multibyte-char) New function.
6739 (hexl-quoted-insert, hexl-self-insert-command)
6740 (hexl-insert-hex-char, hexl-insert-decimal-char)
6741 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6742 Fix the doc strings accordingly.
6743 (hexl-insert-char): Reject characters whose code is above 255.
6744 Doc fix.
6745 (hexl-mode-map): Copy the global keymap instead of creating a
6746 sparse keymap, and bind all self-inserting characters to
6747 hexl-self-insert-command.
6748
6749 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6750
6751 * wid-edit.el (text): Re-order docstring correctly.
6752
6753 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6754
6755 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6756
6757 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6758
6759 * simple.el (line-number-mode): Mention the variable
6760 line-number-display-limit-width in the doc string.
6761
6762 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6763
6764 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6765 Temporarily select EVENT's window for switching buffers.
6766 (mode-line-bury-buffer): New function.
6767 (mode-line-buffer-identification-keymap): Use it instead of
6768 bury-buffer. Bind down-mouse events to prevent global down-mouse
6769 events from shining through.
6770
6771 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6772
6773 * newcomment.el (comment-beginning): Make sure the comment-start
6774 we found isn't a comment-end (in cases where confusion is possible).
6775
6776 2001-08-22 Miles Bader <miles@gnu.org>
6777
6778 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6779 before writing it, so that hard-links don't see new version.
6780
6781 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6782
6783 * gs.el (gs-set-ghostview-colors-window-prop):
6784 Call x-change-window-property with 3rd arg FRAME.
6785 (gs-load-image): Wait for a previous Ghostscript process
6786 to complete before starting a new one.
6787
6788 * image.el (image-type-regexps): Make sure that the TIFF
6789 pattern is only matched at the beginning of a string.
6790 From Markus Rost <rost@math.ohio-state.edu>.
6791
6792 * international/swedish.el: Pre-Mule file removed. From Jonas
6793 Oberg <jonas@gnu.org>.
6794
6795 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6796
6797 * whitespace.el (whitespace-abort-on-error): Add custom variable
6798 to whitespace to abort a write-file if whitespace is detected in file.
6799
6800 * whitespace.el (whitespace-write-file-hook): Hook to be called
6801 when writing a file. If `whitespace-abort-on-error' is set, the
6802 write will abort on detecting whitespaces.
6803 If `whitespace-auto-cleanup' is set, the file will be cleaned
6804 automatically prior to writing.
6805
6806 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6807 whitespaces in the error output!
6808
6809 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6810 `indent-tabs-mode', since the latter notes user preferences on
6811 TABs anyway.
6812
6813 * whitespace.el (whitespace-version): 3.1. All of the above issues
6814 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6815
6816 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6817
6818 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6819 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6820
6821 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6822
6823 2001-08-20 Alex Schroeder <alex@gnu.org>
6824
6825 * sql.el (sql-db2): Doc change.
6826
6827 2001-08-20 Alex Schroeder <alex@gnu.org>
6828
6829 * sql.el (sql-postgres): Add the database at the end of the
6830 parameters instead of at the beginning.
6831 (sql-postgres-options): Doc change.
6832
6833 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6834
6835 * custom.el (defcustom): Doc fix.
6836
6837 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6838
6839 * ps-mule.el (find-composition): Check if (char-after POS)
6840 returns a valid character.
6841
6842 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6843
6844 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6845 original-point for extra CR characters that are added/removed when
6846 the buffer is written/read whose EOL type is -dos.
6847
6848 2001-08-16 Miles Bader <miles@gnu.org>
6849
6850 * simple.el (line-move): Undo previous change.
6851
6852 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6853 property to input-terminating `boundary' overlays to avoid
6854 line-move wierdness.
6855
6856 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6857
6858 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6859 buffer in a save-restriction. Under one test case with Ediff,
6860 window-scroll-functions are run with a window start that's
6861 temporarily outside of the restriction.
6862
6863 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6864
6865 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6866 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6867 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6868 (texinfo-update-menu-region-beginning)
6869 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6870 command, @ifnottex, to regexps, so it is found.
6871
6872 2001-08-16 Andrew Innes <andrewi@gnu.org>
6873
6874 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6875 (DONTCOMPILE): Omit sc.el.
6876
6877 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6878 (DONTCOMPILE): Omit sc.el.
6879
6880 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6881
6882 * replace.el (occur): Bind inhibit-read-only to t.
6883
6884 2001-08-16 Miles Bader <miles@gnu.org>
6885
6886 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6887 calling `constrain-to-field', to avoid problems with comint prompts.
6888
6889 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6890
6891 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6892 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6893
6894 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6895 of a while-loop.
6896
6897 * Makefile.in (DONTCOMPILE): Remove sc.el.
6898
6899 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6900 Don't include term/.
6901
6902 * mail/sc.el: Moved to obsolete/.
6903
6904 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6905
6906 * ps-print.el: Change error function arguments to follow Emacs
6907 message convention. Doc fix.
6908 (ps-print-version): New version number (6.5.4).
6909 (coding-system-for-write): Change declaration position to avoid
6910 XEmacs compilation gripes.
6911 (coding-system-for-read, buffer-file-coding-system):
6912 Declarations to avoid XEmacs compilation gripes.
6913
6914 * ps-mule.el: Doc fix.
6915 (ps-mule-encode-header-string): If STRING is not a string, replace
6916 STRING by empty string.
6917
6918 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * frame.el (show-trailing-whitespace): Doc fix.
6921
6922 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * desktop.el (desktop-save): Insert the coding: tag before
6925 desktop-header.
6926
6927 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6928
6929 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6930 its path from $els.
6931
6932 * image.el (image-jpeg-p): Fix call of substring.
6933
6934 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6935
6936 * play/animate.el (animate-string): Doc fix. Use a buffer
6937 name with stars in it.
6938 (animate-sequence): New function.
6939 From Richard Stallman <rms@gnu.org>.
6940
6941 * frame.el (select-frame-set-input-focus): New function
6942 extracted from other-frame.
6943 (other-frame): Use it.
6944 (next-multiframe-window, previous-multiframe-window): Use it.
6945
6946 * isearch.el (isearch-other-meta-char): Don't switch to the
6947 buffer of a window clicked on, when the current buffer is
6948 in Isearch mode.
6949
6950 * image.el (image-jpeg-p): Test for APPn markers in the range
6951 #xe0..#xef.
6952
6953 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6954
6955 * desktop.el (desktop-save): Don't use concat to form a file
6956 name, use expand-file-name.
6957
6958 * mouse.el (mouse-delete-window): Do nothing if frame has just
6959 one window.
6960
6961 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6962 for the minor mode name.
6963
6964 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6965 minor mode name.
6966
6967 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6968 instead of make-mode-line-mouse2-map.
6969
6970 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6971 the minor mode name.
6972
6973 * emacs-lisp/easy-mmode.el (define-minor-mode):
6974 Use mode-line-minor-mode-keymap for the minor mode name.
6975
6976 * calendar/calendar.el (calendar-mode-line-format):
6977 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6978
6979 * bindings.el (make-mode-line-mouse-map): Renamed from
6980 make-mode-line-mouse2-map. Take additional arg MOUSE.
6981 (mode-line-modified): Use mouse-3 instead of mouse-2.
6982 (mode-line-buffer-identification-keymap): Bind keys differently.
6983 (propertized-buffer-identification): Adapt help-echo to new bindings.
6984
6985 * bindings.el (mode-line-format): Specify help-echo for line
6986 number, column number and buffer-percent part of the mode-line.
6987
6988 * image.el (image-type-regexps): Allow whitespace at the start
6989 of the image data for XPM, XBM and Postscript, which are
6990 text files.
6991 (image-jpeg-p): Correct calculation of next field offset.
6992
6993 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6994
6995 * battery.el: Fix typo.
6996
6997 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6998
6999 * image.el (image-type-regexps): Allow predicates. Change the way
7000 JPEG images are recognized.
7001 (image-jpeg-p): New function.
7002 (image-type-from-data): Handle predicates in image-type-regexps.
7003
7004 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
7005 #:, #x, #o, and similar constructs.
7006
7007 2001-08-07 Gerd Moellmann <gerd@gnu.org>
7008
7009 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
7010
7011 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
7012 instead of `progn'.
7013
7014 * tar-mode.el (tar-extract): Avoid generating a new buffer
7015 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
7016
7017 * textmodes/paragraphs.el (forward-sentence): Avoid building
7018 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
7019
7020 * progmodes/executable.el (executable-set-magic):
7021 If executable-find returns a quoted file name, unquote it before
7022 inserting it.
7023
7024 * image.el (image-type-regexps): For JPEG files, use a regexp
7025 derived from the JFIF spec.
7026
7027 * image.el (image-type-regexps): Use `\`' instead of `^' in
7028 most regular expressions.
7029
7030 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7031
7032 * play/animate.el: Re-insert a reference to re-inserted function.
7033
7034 2001-08-06 Gerd Moellmann <gerd@gnu.org>
7035
7036 * help.el (describe-function-1): Use find-function-search-for-symbol
7037 instead of find-function-noselect because the latter follows aliases.
7038
7039 * play/animate.el (animate-birthday-present): Re-insert.
7040
7041 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7042 Handle old-style menu definitions.
7043
7044 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7045
7046 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
7047 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
7048
7049 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
7050 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
7051 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7052
7053 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7054
7055 * textmodes/tildify.el: Milan Zamazal has new address.
7056
7057 2001-08-03 Gerd Moellmann <gerd@gnu.org>
7058
7059 * custom.el (custom-set-variables): Don't test `custom-requests'
7060 properties, check the third element of the options passed to
7061 custom-set-variables instead.
7062
7063 * info.el (info-insert-file-contents): Use info-file-exists-p
7064 instead of file-exists-p.
7065
7066 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
7067 the mode-line face is restored. Fix several bugs.
7068
7069 * replace.el (perform-replace): Doc fix.
7070
7071 2001-08-02 Francesco Potorti` <pot@gnu.org>
7072
7073 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
7074 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
7075 (uniquify-fix-item-base, uniquify-fix-item-filename)
7076 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7077 Callers changed.
7078 (uniquify-set-proposed): Changed to work with a vector item.
7079 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
7080 the fix list, and a list of strings for the non-file buffer
7081 names. Both changes reduce consing.
7082 (uniquify-rationalize-a-list): Local variable renaming.
7083 (uniquify-rationalize-conflicting-sublist): Use member instead of
7084 assoc.
7085 (uniquify-rename-buffer): Use unless instead of if not.
7086
7087 2001-08-02 Gerd Moellmann <gerd@gnu.org>
7088
7089 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7090
7091 * custom.el (custom-set-variables): Set options with :require
7092 clauses last.
7093
7094 * custom.el (defcustom): Doc fix.
7095
7096 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7097
7098 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7099
7100 * man.el (man): Mention Man-switches in the doc string.
7101 (Man-switches): Mention -a in the doc string.
7102
7103 * textmodes/ispell.el (ispell-alternate-dictionary):
7104 Add /usr/share/lib/dict/words, for Irix.
7105
7106 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7107 corresponding non-kp keys. Suggested by Stephen Gildea
7108 <gildea@stop.mail-abuse.org>.
7109
7110 2001-08-01 Francesco Potorti` <pot@gnu.org>
7111
7112 * uniquify.el: These changes correct a corner case that the old
7113 code managed correctly.
7114 (uniquify-fix-item-proposed): Renamed from
7115 uniquify-fix-item-min-proposed.
7116 (uniquify-set-proposed): New function.
7117 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7118 clarity and speed.
7119 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7120 This is equivalent to what the old code did.
7121 (uniquify-rationalize-a-list): Never recompute the proposed
7122 name. Sort the conflicting sublist before rationalising it: this
7123 is equivalent to what the old code did, but one directory element
7124 at a time, and only when necessary.
7125 (uniquify-rationalize-conflicting-sublist): Recompute here the
7126 proposed name.
7127
7128 2001-08-01 Gerd Moellmann <gerd@gnu.org>
7129
7130 * play/animate.el: Add Keywords and Maintainer. Remove a
7131 reference to a removed function.
7132
7133 * play/animate.el (animate-string): Handle case that the string is
7134 longer than the window is wide.
7135
7136 2001-07-31 Gerd Moellmann <gerd@gnu.org>
7137
7138 * desktop.el (desktop-save): Bind coding-system-for-write to
7139 `emacs-mule' for write-region.
7140
7141 * delsel.el (delete-selection-pre-hook): Don't set this-command
7142 to `ignore' if the region is empty.
7143
7144 * international/mule.el (set-keyboard-coding-system):
7145 Set keyboard-coding-system.
7146
7147 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7148 before accessing it.
7149
7150 2001-07-30 Andreas Schwab <schwab@suse.de>
7151
7152 * menu-bar.el (toggle-highlight-paren-mode):
7153 Use `(show-paren-mode)' as body.
7154
7155 2001-07-30 Andre Spiegel <spiegel@gnu.org>
7156
7157 * vc.el (vc-checkout-hook): New hook.
7158 (vc-checkout): Run it.
7159
7160 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7161
7162 * progmodes/make-mode.el (makefile-macroassign-regex):
7163 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
7164
7165 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7166
7167 * vc.el (vc-switch-backend): Fix autoload cookie.
7168
7169 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7170 the desktop file.
7171
7172 2001-07-30 Simon Josefsson <jas@extundo.com>
7173
7174 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7175 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7176
7177 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7178
7179 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7180 (last-sexp-toggle-display): Renamed from last-sexp-print.
7181 (last-sexp-toggle-display, eval-last-sexp-1):
7182 Use last-sexp-setup-props.
7183
7184 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7185 New user-options.
7186 (mouse-wheel-change-button): New function.
7187 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7188 (mwheel-scroll): Ditto.
7189
7190 2001-07-26 Gerd Moellmann <gerd@gnu.org>
7191
7192 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7193 `...', compare with unabbreviated printed representation instead.
7194 (last-sexp-print): Bind print-length and print-level to nil.
7195
7196 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7197 before assigning text properties. Make properties rear-nonsticky.
7198
7199 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7200 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7201 <mouse-2> and <RET> in that map to a function printing the
7202 unabbreviated value.
7203
7204 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7205 is a buffer, put a text property `printed-value' on the printed
7206 representation, with the Lisp object printed as value.
7207
7208 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7209
7210 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7211 Mention the effect of eval-expression-print-length and
7212 eval-expression-print-level in the doc strings. Suggested by
7213 Kevin Gallagher <kevingal@onramp.net>.
7214
7215 2001-07-25 Gerd Moellmann <gerd@gnu.org>
7216
7217 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7218 for buttons > 3.
7219 (xterm-mouse-translate): Handle the case that we don't get a
7220 down-event.
7221
7222 * emacs-lisp/find-func.el (find-function-regexp):
7223 Add easy-mmode-define-global-mode to the regexp. Allow newlines
7224 in front of the function name.
7225
7226 * isearch.el (isearch-other-meta-char): Fix last change.
7227
7228 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7229 similar events for which fake prefix keys are generated. It's no
7230 longer necessary since read_key_sequence doesn't modify these
7231 events for internal purposes anymore.
7232
7233 * files.el (auto-mode-alist): Use nroff-mode for files ending
7234 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7235
7236 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7239 tool-bar-lines parameter, behave as if its value were zero.
7240 (mouse-avoidance-set-pointer-shape): Don't do anything if
7241 x-pointer-shape is not boundp.
7242
7243 2001-07-23 Francesco Potorti` <pot@gnu.org>
7244
7245 * uniquify.el: Overall speedup changes when using many buffers.
7246 (uniquify-fix-item-base, uniquify-fix-item-filename)
7247 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7248 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7249 place in the item, but was never used.
7250 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7251 in the item is now used as cache for the proposed name.
7252 (uniquify-rationalize-file-buffer-names): Move computation made on
7253 newbuffile out of the loop, in the newbuffile-nd local var.
7254 Use dolist (cosmetic change). Compute the proposed name for the most
7255 common case and cache it in the fourth place in the item.
7256 (uniquify-rationalize-file-buffer-names): Used to return a a list
7257 of buffer whose name was changed, but that return value was never used.
7258 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7259 the cached proposed name, does much less consing and is quicker.
7260 (uniquify-filename-lessp): Deleted.
7261 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7262 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7263 cached proposed name is possible.
7264 (uniquify-get-proposed-name): Arguments changed, callers changed.
7265 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7266 uniquify-possibly-resolvable flag, which is no more bound locally.
7267 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7268 flag, which does not exist any more.
7269
7270 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * term/internal.el (IT-unicode-translations): Fix the appearance of
7273 "6`".
7274
7275 * progmodes/compile.el (compile-internal): If EMACS is already
7276 defined in the environment, don't override its value.
7277
7278 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7279
7280 * play/fortune.el: Undo change of 2001-07-13.
7281 Fix autoload cookies. Add types to defcustoms.
7282 (fortune) <defgroup>: Add :link.
7283 (fortune-from-region): Use eq, not eql.
7284 From Dave Love <fx@gnu.org>.
7285
7286 * play/animate.el (animate-birthday-present): Function removed.
7287
7288 * play/animate.el: New file.
7289
7290 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7291
7292 * startup.el (normal-top-level-add-subdirs-to-load-path):
7293 On Windows, put into normal-top-level-add-subdirs-inode-list the
7294 canonicalized names of the directories instead of inode numbers.
7295
7296 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7297
7298 * ediff-util.el: Copyright years.
7299 (ediff-choose-syntax-table): New function.
7300 (ediff-setup): Use ediff-choose-syntax-table.
7301 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7302 vc-state is available.
7303 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7304
7305 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7306 with-syntax-table.
7307 (ediff-coding-system-for-read): From ediff-diff.el
7308 (ediff-coding-system-for-write): New variable.
7309 (ediff-highest-priority): Fixed the bug having to do with disappearing
7310 overlays.
7311 (ediff-file-remote-p): Use file-remote-p, if available.
7312 (ediff-listable-file): New function.
7313 (ediff-file-attributes): Use ediff-listable-file.
7314
7315 * ediff-mult.el (ediff-meta-insert-file-info1):
7316 Use ediff-listable-file.
7317
7318 * ediff-ptch.el (ediff-prompt-for-patch-file):
7319 Use ediff-coding-system-for-read.
7320 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7321
7322 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7323 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7324
7325 * ediff.el: Date of last update, copyright years.
7326
7327 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7328
7329 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7330 of Scott Bronson.
7331 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7332 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7333 Deleted functions.
7334 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7335 ex-token-list.
7336 (viper-get-ex-address-subr): Convert registers to char data type.
7337
7338 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7339 (viper-memq-char): Use viper-int-to-char.
7340 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7341 vc-locking-state.
7342 (viper-read-key): Use viper-read-key-sequence.
7343
7344 * viper.el (viper-major-mode-modifier-list):
7345 Added inferior-emacs-lisp-mode.
7346 (this-major-mode-requires-vi-state): New function that uses simple
7347 heuristics to decide if vi state is appropriate.
7348 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7349 (viper-non-hook-settings): Don't advise read-key-sequence.
7350 (viper-read-key-sequence): New function that replaces the
7351 previously used advice to read-key-sequence.
7352
7353 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7354 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7355 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7356 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7357 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7358 Got rid of the negative character hack.
7359 (viper-escape-to-state,viper-replace-state-exit-cmd):
7360 Use viper-read-key-sequence.
7361 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7362 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7363 Don't override existing minibuffer-setup-hook.
7364 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7365 Convert registers to char data type.
7366 (viper-autoindent): Use viper-indent-line.
7367
7368 * viper-keym.el: Use viper-exec-key-in-emacs.
7369
7370 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7371
7372 * server.el (server-visit-files): Fix variable name typo.
7373
7374 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7375
7376 * simple.el (delete-trailing-whitespace): Save match data
7377 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7378
7379 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7380
7381 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7382 return a this-error using the alternative format (a pair of markers).
7383
7384 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7385
7386 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7387
7388 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7389 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7390
7391 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7392
7393 * international/iso-transl.el: Fix typo in the header of the file.
7394
7395 * textmodes/picture.el (picture): Doc fix.
7396
7397 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7398 follow coding conventions in generated files.
7399
7400 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7401
7402 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7403 (tool-bar-add-item): Don't call image-related primitives if the
7404 display doesn't support images.
7405
7406 * frame.el (display-images-p): New function.
7407
7408 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7409
7410 * server.el (server-visit-files): Handle the case the specified
7411 column number is <= 0.
7412
7413 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7414
7415 * startup.el (command-line-1): Add support for +LINE:COLUMN
7416 command line argument.
7417
7418 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7419
7420 * server.el (server-process-filter, server-visit-files):
7421 Add support for +LINE:COLUMN style emacsclient calls.
7422
7423 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7424
7425 * emacs-lisp/easy-mmode.el: Add Keywords header.
7426
7427 * play/pong.el: Author has new address.
7428
7429 * play/landmark.el: Author is no more reachable.
7430
7431 * play/handwrite.el: Author is no more reachable.
7432
7433 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7436 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7437 Complete bindings for F<1..12> keys.
7438 (global-map): Remove `undo' binding (already in the default).
7439 Replace `t<n>' bindings with `f<n>' bindings.
7440
7441 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7442
7443 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7444 (tcl-mode): Use tcl-add-log-defun.
7445 (tcl-indent-line): Use tcl-calculate-indent.
7446 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7447 (tcl-indent-exp): Renamed from indent-tcl-exp.
7448 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7449 (tcl-indent-for-comment): Call comment-indent-function properly
7450 and handle the case where it returns nil.
7451
7452 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7453
7454 * calendar/cal-islam.el (calendar-goto-islamic-date):
7455 Remove autoload cookie.
7456
7457 * calendar/calendar.el (calendar-goto-islamic-date):
7458 Add call to autoload.
7459
7460 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7461
7462 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7463 Don't change compile-auto-highlight globally.
7464 Don't bother with `font-lock-defaults' property since XEmacs
7465 also understands the `font-lock-defaults' variable.
7466 Use make-local-variable rather than make-variable-buffer-local.
7467 Don't `defconst' comment-indent-function: keep the default.
7468 Call easy-menu-add unconditionally.
7469 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7470 (ada-create-menu): Use :included for Emacs as well.
7471
7472 * vc.el (vc-do-command): Autoload.
7473
7474 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7475
7476 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7477
7478 * ps-print.el: Fix Author: header.
7479
7480 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7481
7482 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7483 mouse-1 etc., bind them to `ignore'.
7484
7485 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7486 send-invisible, which is already defined in Comint.
7487 (eshell-watch-for-password-prompt): Use it.
7488
7489 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7490
7491 * which-func.el (which-func-mode): Doc fix.
7492
7493 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7494 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7495 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7496 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7497 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7498 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7499 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7500 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7501 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7502 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7503 * emulation/edt-mapper.el, emulation/edt-pc.el,
7504 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7505 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7506 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7507 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7508 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7509 * international/isearch-x.el, international/iso-cvt.el,
7510 * international/ogonek.el, international/quail.el,
7511 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7512 * language/devanagari.el, language/ethio-util.el,
7513 * language/ethiopic.el, language/european.el, language/indian.el,
7514 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7515 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7516 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7517 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7518 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7519 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7520 * progmodes/autoconf.el, progmodes/cmacexp.el,
7521 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7522 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7523 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7524 * progmodes/ebnf2ps.el, progmodes/executable.el,
7525 * progmodes/fortran.el, progmodes/idlw-shell.el,
7526 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7527 * progmodes/m4-mode.el, progmodes/mantemp.el,
7528 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7529 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7530 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7531 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7532 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7533 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7534 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7535 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7536 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7537 * textmodes/two-column.el, time-stamp.el, timezone.el,
7538 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7539 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7540 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7541 conventions.
7542
7543 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7544
7545 * simple.el (set-variable): Require 'cus-edit' instead of
7546 `wid-edit', so that the Custom widgets get defined.
7547
7548 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7549
7550 * allout.el: A fix to follow coding conventions.
7551
7552 * find-lisp.el: A fix to follow coding conventions.
7553
7554 * term/w32-win.el: A fix to follow coding conventions.
7555
7556 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7557
7558 * term/xterm.el: A fix to follow coding conventions.
7559
7560 * term/news.el: A fix to follow coding conventions.
7561
7562 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7563 header line fixed.
7564
7565 * sun-curs.el: Fix Maintainer: header line.
7566
7567 * emacs-lisp/easymenu.el: Address of the author added.
7568
7569 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7570
7571 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7572 property.
7573
7574 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7575
7576 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7577 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7578 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7579 Some fixes to follow coding conventions.
7580
7581 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7582
7583 * which-func.el (which-func-mode): Doc fix.
7584
7585 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7586
7587 * net/rcompile.el (remote-compile): Use make-local-variable.
7588
7589 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7590
7591 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7592
7593 * mail/reporter.el (reporter-submit-bug-report):
7594 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7595
7596 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7597
7598 * calendar/cal-china.el, calendar/cal-coptic.el,
7599 * calendar/cal-dst.el, calendar/cal-french.el,
7600 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7601 * calendar/cal-iso.el, calendar/cal-julian.el,
7602 * calendar/cal-mayan.el, calendar/cal-persia.el,
7603 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7604 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7605 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7606 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7607 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7608 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7609 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7610 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7611 * progmodes/ada-xref.el, progmodes/cc-align.el,
7612 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7613 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7614 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7615 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7616 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7617 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7618 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7619 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7620 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7621 * textmodes/reftex.el: Some fixes to follow coding
7622 conventions in Elisp files with known maintainers.
7623
7624 * emulation/viper.el: A fix to follow coding conventions.
7625
7626 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7627 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7628 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7629 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7630 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7631 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7632 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7633 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7634 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7635 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7636 conventions in Elisp files.
7637
7638 * composite.el, diff.el, emacs-lisp/levents.el,
7639 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7640 * emulation/pc-mode.el, emulation/viper-cmd.el,
7641 * emulation/viper-ex.el, emulation/viper-init.el,
7642 * emulation/viper-keym.el, emulation/viper-macs.el,
7643 * emulation/viper-mous.el, emulation/viper-util.el,
7644 * emulation/viper.el, forms-pass.el, international/ccl.el,
7645 * international/characters.el, international/encoded-kb.el,
7646 * international/fontset.el, international/ja-dic-cnv.el,
7647 * international/ja-dic-utl.el, international/kinsoku.el,
7648 * international/kkc.el, international/mule-cmds.el,
7649 * international/mule-diag.el, international/mule-util.el,
7650 * international/mule.el, international/titdic-cnv.el,
7651 * language/china-util.el, language/chinese.el,
7652 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7653 * language/greek.el, language/hebrew.el, language/japan-util.el,
7654 * language/japanese.el, language/korea-util.el, language/korean.el,
7655 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7656 * language/slovak.el, language/thai-util.el, language/thai.el,
7657 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7658 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7659 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7660 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7661 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7662 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7663 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7664 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7665 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7666 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7667 to follow coding conventions in files without maintainer or in files
7668 with clear maintainer (but without Maintainer header stating so).
7669
7670 * emacs-lisp/elp.el: A fix to follow coding conventions.
7671
7672 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7673 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7674 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7675 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7676 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7677 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7678 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7679 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7680 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7681 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7682 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7683 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7684 conventions in files from Gnus.
7685
7686 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7687 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7688 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7689 * echistory.el, electric.el, emacs-lisp/authors.el,
7690 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7691 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7692 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7693 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7694 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7695 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7696 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7697 * international/codepage.el, international/iso-ascii.el,
7698 * international/iso-insert.el, international/iso-transl.el,
7699 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7700 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7701 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7702 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7703 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7704 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7705 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7706 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7707 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7708 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7709 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7710 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7711 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7712 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7713 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7714 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7715 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7716 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7717 * textmodes/tex-mode.el, textmodes/text-mode.el,
7718 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7719 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7720 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7721 files maintained by FSF.
7722
7723 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7724
7725 * arc-mode.el: A fix to follow coding conventions.
7726
7727 * bindings.el: Ditto.
7728
7729 * cdl.el: Ditto.
7730
7731 * comint.el: Ditto.
7732
7733 * cus-start.el: Ditto.
7734
7735 * shell.el: Ditto.
7736
7737 * skeleton.el: Ditto.
7738
7739 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7740
7741 * info.el (Info-build-node-completions):
7742 Make Info-current-file-completions buffer local.
7743
7744 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7745
7746 * which-func.el (which-func-mode, which-func-ff-hook)
7747 (which-function-mode): Remove references to which-func-mode-global.
7748
7749 * calendar/cal-islam.el (calendar-goto-islamic-date):
7750 Add autoload cookie.
7751
7752 * play/fortune.el: Add types to defcustoms.
7753
7754 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7755
7756 * language/czech.el: A fix to follow coding conventions.
7757
7758 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7759
7760 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7761 to the extension list, for antlr-mode. From Christoph Wedler
7762 <Christoph.Wedler@sap.com>.
7763
7764 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7765
7766 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7767 (vc-dired-mode-map): Fix the madness.
7768
7769 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7770 (vc-prefix-map): Moved back from vc.el.
7771
7772 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7773
7774 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7775 Increase the size of the obarray.
7776 (mail-extr-all-top-level-domains): Add more toplevel domains,
7777 add more long names.
7778 From: Per Starback <starback@ling.uu.se>.
7779
7780 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7781
7782 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7783 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7784
7785 * progmodes/ada-mode.el: Ditto.
7786
7787 * progmodes/ada-xref.el: Ditto.
7788
7789 2001-07-11 Miles Bader <miles@gnu.org>
7790
7791 * finder.el (finder-insert-at-column): Also move to the next line
7792 if exactly at COLUMN.
7793
7794 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7795
7796 * help.el (describe-function-1): When printing FUNCTION's
7797 documentation, don't assume FUNCTION is a symbol.
7798
7799 * startup.el (normal-top-level): Don't operate on the initial
7800 frame if we failed to create one.
7801
7802 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7803
7804 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7805 itself, i.e. only indent the contents in it.
7806
7807 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7808
7809 * mail/rmail.el (rmail-show-message): Show beginning of message in
7810 all windows containing it.
7811
7812 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * term/tty-colors.el: Fix the header line and copyright years.
7815
7816 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7817
7818 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7819 original definition has an interactive form, but is Elp
7820 instrumented, use the interactive form of the function called by
7821 elp-wrapper.
7822
7823 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7824 configurations with compare-window-configuration; they aren't
7825 window configurations.
7826
7827 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7828 from the server for the format we expect. Don't use it if it
7829 doesn't look like what the Internet draft for FTP extensions specifies.
7830
7831 * toolbar/*.pbm: Cleaned up.
7832 From Luis Fernandes <elf@ee.ryerson.ca>.
7833
7834 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7835
7836 * cc-cmds.el: Extended the kludge to interoperate with the
7837 delsel and pending-del packages wrt to the new function
7838 `c-electric-delete-forward'.
7839
7840 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7841
7842 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7843 to delay the call to <mode> for global minor modes.
7844 (easy-mmode-define-navigation): Only recenter if interactive.
7845
7846 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7847
7848 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7849 to lisp-indent-line.
7850
7851 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7852 from the server. Call encode-time only when we are sure that we
7853 got a 213 response.
7854
7855 2001-07-06 Simon Josefsson <jas@extundo.com>
7856
7857 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7858 (mail-envelope-from): New user option.
7859 (sendmail-send-it): Use it.
7860
7861 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7862
7863 * ps-print.el: Use locale dependant date to print date in header.
7864 Doc fix.
7865 (ps-print-version): New version number (6.5.3).
7866 (ps-right-header, ps-right-footer): Initialization and doc fix.
7867 (ps-time-stamp-locale-default): New fun.
7868
7869 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7870
7871 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7872 field problem with MIME-mode.
7873
7874 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7875
7876 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7877
7878 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7879 MIME-mode.
7880
7881 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7882
7883 * bindings.el (mode-line-mule-info): Don't show the tip with
7884 buffer-file-coding-system if that is nil.
7885
7886 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7887
7888 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7889 instead of kill-line.
7890
7891 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7892 <Pavel@Janik.cz>.
7893
7894 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7895 <Pavel@Janik.cz>.
7896
7897 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7898
7899 * font-lock.el (c-font-lock-keywords-3): When matching something
7900 like `struct X Y', finish with point after Y.
7901
7902 2001-07-04 Simon Josefsson <jas@extundo.com>
7903
7904 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7905 in caller buffer.
7906
7907 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7908
7909 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7910 instead of string-match to find the basename of the file.
7911 From Pascal Obry <p.obry@wanadoo.fr>.
7912
7913 * net/browse-url.el (browse-url-default-windows-browser):
7914 Support the MS-DOS port when it runs on Windows.
7915 (browse-url-browser-function) [ms-dos]: Default to
7916 browse-url-default-windows-browser.
7917
7918 * help.el (locate-library): Enable code that looks for compressed
7919 libraries if auto-compression-mode is on.
7920
7921 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7922
7923 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7924
7925 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7926
7927 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7928
7929 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7930
7931 * allout.el: Fix the header line, so that finder.el recognizes it.
7932 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7933
7934 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7935 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7936
7937 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7940
7941 * ps-bdf.el (bdf-directory-list): Use the value relative to
7942 installation-directory for MS-Windows as well.
7943
7944 2001-06-29 Richard M. Stallman <rms@gnu.org>
7945
7946 * wid-edit.el (widget-color-sample-face-get):
7947 Return ((foreground-color . COLOR)) instead of constructing a face.
7948
7949 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7950
7951 * faces.el (region): Change the background color for the
7952 light-background color display to lightgoldenrod2, to make it
7953 visible on some laptops.
7954
7955 2001-06-28 Richard M. Stallman <rms@gnu.org>
7956
7957 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7958 (rmail-msg-restore-non-pruned-header): Likewise.
7959 If point was in the old pruned header, put it at the top.
7960 (rmail-msg-prune-header): If point was at the top, keep it there.
7961
7962 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7963 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7964
7965 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7966
7967 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7968
7969 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7970
7971 * saveplace.el: Update maintainer email address.
7972
7973 2001-06-27 Francesco Potorti` <pot@gnu.org>
7974
7975 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7976 Undo previous change.
7977
7978 2001-06-27 Francesco Potorti` <pot@gnu.org>
7979
7980 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7981 preliminary quick reordering. Can speed things up dramatically.
7982
7983 2001-06-26 Richard M. Stallman <rms@gnu.org>
7984
7985 * dired.el (dired-get-filename): A file name starting with ~
7986 is not absolute in this context.
7987
7988 * which-func.el (which-func-maxout): Increase default to 500000.
7989 (which-function-mode): This is now the "real" name of the function.
7990 (which-func-mode): Now an alias.
7991 (which-func-mode-global): Name deleted.
7992
7993 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7994 button-2, when binding hs-mouse-toggle-hiding.
7995
7996 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7997
7998 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7999 (rmail-msg-prune-header): Likewise.
8000 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
8001 and `rmail-msg-prune-header'.
8002
8003 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
8004
8005 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
8006 back than LINEBEG.
8007
8008 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8009
8010 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
8011 window where they clicked the mouse has a header line, adjust
8012 vertical movement by one.
8013
8014 2001-06-25 Milan Zamazal <pdm@zamazal.org>
8015
8016 * progmodes/glasses.el (glasses-make-readable): Consider underscores
8017 too when separating a parenthesis.
8018
8019 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
8020
8021 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8022 (bookmark-bmenu-hide-filenames): Add help-echo to
8023 mouse-highlighted text.
8024 (bookmark-bmenu-show-filenames): Remove help-echo property from
8025 the whitespace.
8026
8027 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * files.el (auto-mode-alist): Add configure.ac (autoconf).
8030 From Karl Eichwalder <ke@suse.de>.
8031
8032 2001-06-23 Richard M. Stallman <rms@gnu.org>
8033
8034 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
8035
8036 * progmodes/cc-styles.el (c-set-style): Don't specify initial
8037 contents for completing-read.
8038
8039 2001-06-22 Richard M. Stallman <rms@gnu.org>
8040
8041 * menu-bar.el (menu-bar-make-toggle): Construct the
8042 function's doc string from HELP, not DOC, and make it accurate by
8043 adding "Toggle whether to " at the front and downcasing the initial.
8044 Change the HELP arg in some calls to make it fit this usage.
8045
8046 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
8047 Undo previous change.
8048
8049 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8050
8051 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
8052
8053 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
8054
8055 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8056
8057 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
8058
8059 * dabbrev.el (dabbrev--select-buffers): Fix last change.
8060
8061 2001-06-20 Richard M. Stallman <rms@gnu.org>
8062
8063 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
8064 broken out from dabbrev--find-expansion. Handle minibuffer
8065 specially here.
8066 (dabbrev--find-expansion): Simplify code in various ways.
8067 Don't treat minibuffers specially.
8068 Call dabbrev--make-friend-buffer-list.
8069 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
8070 (dabbrev--scanning-message): Do nothing when minibuffer is current.
8071
8072 2001-06-19 John Wiegley <johnw@gnu.org>
8073
8074 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
8075 Also, added a comment describing how to greatly speedup Eshell
8076 loadup time, by concatenating together all of Eshell's .elc files.
8077
8078 2001-06-19 John Wiegley <johnw@gnu.org>
8079
8080 * eshell/esh-mode.el: Disabled a test that often yields false failures.
8081
8082 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * woman.el (WoMan-highlight-references): Add help-echo to
8085 mouse-highlighted text.
8086
8087 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8088
8089 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8090
8091 2001-06-18 Gerd Moellmann <gerd@gnu.org>
8092
8093 * international/quail.el (quail-start-conversion):
8094 Reset quail-translating to nil.
8095
8096 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8097 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8098
8099 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8102 mouse-highlighted text.
8103
8104 * dired.el (dired-mark-pop-up): Fix last change.
8105
8106 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8107
8108 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8109 mouse-highlighted text.
8110
8111 * net/quickurl.el (quickurl-url-file): Run through
8112 convert-standard-filename.
8113 (quickurl-list-populate-buffer): Add help-echo to
8114 mouse-highlighted text.
8115 (top-level): Update Dave's URL.
8116
8117 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8118 mouse-highlighted text.
8119
8120 * textmodes/page-ext.el (pages-copy-header-and-position):
8121 Add help-echo to mouse-highlighted text.
8122
8123 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8124 mouse-highlighted text.
8125
8126 * replace.el (occur): Add help-echo to mouse-highlighted text.
8127
8128 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8129 mouse-highlighted text.
8130
8131 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8132 mouse-highlighted text.
8133
8134 * progmodes/compile.el (compile-reinitialize-errors):
8135 Add help-echo to mouse-highlighted messages.
8136 (compilation-forget-errors): Remove help-echo property as well.
8137
8138 * play/landmark.el (lm-plot-square, lm-init-display):
8139 Add help-echo to mouse-highlighted text.
8140
8141 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8142 Add help-echo to mouse-highlighted text.
8143
8144 * dired.el (dired-insert-set-properties): Add help-echo to
8145 mouse-highlighted text.
8146 (dired-mark-pop-up): Remove help-echo property from the file name.
8147
8148 * comint.el (comint-send-input): Add help-echo to
8149 mouse-highlighted text.
8150
8151 * buff-menu.el (list-buffers-noselect): Add help-echo to
8152 mouse-highlighted text.
8153
8154 * arc-mode.el (archive-summarize-files): Add help-echo to
8155 mouse-highlighted text.
8156
8157 * ffap.el (ffap-machine-p): Always return nil if
8158 open-network-stream is not fboundp.
8159
8160 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8161
8162 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8163 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8164 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8165 incorrectly binding chars between 128 and 256 to it.
8166 (sgml-maybe-name-self): Handle latin-1 chars properly.
8167 (sgml-tags-invisible): Bind buffer-file-name to nil.
8168 Use unwind-protect and restore-buffer-modified-p.
8169 (sgml-point-entered): Use buffer-substring-no-properties.
8170 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8171 (html-mode): Don't force `imenu-sort-function'.
8172
8173 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8174
8175 * tar-mode.el: Fix the copyright notice.
8176
8177 * font-lock.el (font-lock-comment-face): For tty's with dark
8178 background, use "red1", since "lightred" is not one of the colors
8179 recognized by tty-colors.el.
8180
8181 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8182 create a buffer for extracted file, in case there's more than one
8183 file by that name in an archive, possibly in different
8184 directories. From Kevin Rodgers <kevinr@ihs.com>.
8185
8186 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8187 <alex@gnu.org>.
8188
8189 2001-06-15 Miles Bader <miles@gnu.org>
8190
8191 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8192 Revert previous change.
8193
8194 2001-06-14 Richard M. Stallman <rms@gnu.org>
8195
8196 * replace.el (keep-lines-read-args): Return just a regexp.
8197 Provide nil for the region args.
8198 (keep-lines, flush-lines, how-many):
8199 Calculate the defaults for the region here, when args are nil.
8200
8201 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8202
8203 * rot13.el (rot13-other-window): Some more doc fix.
8204
8205 2001-06-14 Per Starback <starback@ling.uu.se>
8206
8207 * replace.el (case-replace, query-replace-from-history-variable)
8208 (query-replace-to-history-variable, keep-lines-read-args)
8209 (occur-revert-function, query-replace-help): Dox fix.
8210
8211 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8212
8213 * rot13.el (rot13-other-window): Doc fix.
8214
8215 2001-06-14 Miles Bader <miles@gnu.org>
8216
8217 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8218 of " and \ to "." (punctuation).
8219 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8220
8221 2001-06-13 Richard M. Stallman <rms@gnu.org>
8222
8223 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8224
8225 * simple.el (shell-command-on-region): Never kill the
8226 *Shell Command Output* buffer.
8227
8228 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8229
8230 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8231
8232 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8233
8234 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8235 New var, to recognize ${ $' and PODs.
8236 (perl-font-lock-syntactic-face-function): New function.
8237 (perl-mode): Use them.
8238 (perl-continuation-line-p): New function, from perl-calculate-indent.
8239 (perl-calculate-indent): Use it, to properly handle continuation
8240 lines of continuation lines.
8241
8242 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8243
8244 * server.el (server-process, server-buffer-clients): Doc fix.
8245 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8246
8247 2001-06-09 John Wiegley <johnw@gnu.org>
8248
8249 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8250 test if the last command was Lisp or not.
8251 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8252 B x C".
8253
8254 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8255
8256 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8257 general one on compile.el supports drive letters.
8258
8259 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8260
8261 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8262 key description.
8263
8264 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8265
8266 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8267 (reftex-toc-jump): New command.
8268
8269 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8270 to parse international characters as well.
8271
8272 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8273 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8274
8275 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8276
8277 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8278 TAB to the key separators.
8279
8280 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8281
8282 * international/mule.el (auto-coding-alist): Remove redundant
8283 up-cased versions of the extensions (auto-coding-alist-lookup is
8284 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8285 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8286
8287 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8288
8289 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8290
8291 2001-06-01 Richard M. Stallman <rms@gnu.org>
8292
8293 * help.el (describe-variable): Put value on same line
8294 with preceding text, if it is short enough to look good that way.
8295
8296 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8297
8298 * term/internal.el (IT-unicode-translations): New variable.
8299 (IT-setup-unicode-display): New function.
8300
8301 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8302
8303 * ps-print.el: Handle before-string and after-string overlay properties
8304 in ps-print-*-with-faces commands. Doc fix.
8305 (ps-print-version): New version number (6.5.2).
8306 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8307 for XEmacs.
8308 (ps-prefix-quote): Doc fix.
8309 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8310 (ps-basic-plot-str, ps-plot-string): New funs.
8311
8312 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8313
8314 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8315 and :type spec.
8316
8317 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8318
8319 * international/mule-cmds.el (inactivate-input-method):
8320 Set input-method-function to nil.
8321
8322 * xml.el (xml-parse-tag): The document may contain invalid characters.
8323 From ShengHuo ZHU <zsh@cs.rochester.edu>
8324
8325 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8326
8327 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8328 `rmail-summary-line-decoder' if the message does not have
8329 a Subject: field.
8330
8331 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8332
8333 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8334 New variable.
8335 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8336 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8337 is non-nil.
8338
8339 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8340
8341 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8342
8343 2001-05-29 Sam Steingold <sds@gnu.org>
8344
8345 * faces.el (face-valid-attribute-values): Bind `valid' directly
8346 instead of using `setq'.
8347
8348 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8349 Use `tex-shell-buf'.
8350 (tex-shell-proc): Use `tex-shell-running'.
8351 (tex-shell-buf-no-error): New function.
8352 (tex-send-tex-command): Use it.
8353 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8354 (tex-kill-job): Check the process before calling `quit-process'.
8355
8356 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8357
8358 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8359 UTF-8 sequences.
8360
8361 2001-05-28 Miles Bader <miles@gnu.org>
8362
8363 * comint.el (comint-carriage-motion): Renamed from
8364 `comint-cr-magic'. Operate on the buffer instead of the string
8365 (for use as a comint post-output filter, instead of as a
8366 pre-output filter). Handle backspaces too. Add to the
8367 `comint-output-filter-functions' hook instead of
8368 `comint-preoutput-filter-functions'.
8369
8370 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8371
8372 * language/japan-util.el (japanese-hankaku): Prefer the charset
8373 `jisx0201' when the optional argument `ascii-only' is not specified.
8374 (japanese-hankaku-region): Ditto.
8375 From Katsumi Yamaoka <yamaoka@jpl.org>
8376
8377 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8378
8379 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8380 (outline-invisible-p): New function.
8381 (hide-leaves): Save excursion.
8382 (hide-other): Stop looping when reaching bobp.
8383
8384 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8385
8386 * cus-edit.el (custom-file): Fix last change.
8387
8388 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8389
8390 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8391 same definition in byte-compile-function-environment as `autoload'
8392 would put in `symbol-function'.
8393
8394 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8395 patch to correct the error message as well.
8396
8397 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8398
8399 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8400 unless ~/.emacs exists.
8401
8402 * novice.el (enable-command): If user-init-file is nil or does not
8403 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8404
8405 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8406
8407 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8408 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8409 Allow spaces around macro arguments.
8410 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8411 indent-for-tab-command.
8412 (latex-mode-map, plain-tex-mode-map): New keymaps.
8413 Inherit from tex-mode-map.
8414 (tex-common-initialization): Don't setup the keymap any more
8415 since it's now done right by define-derived-mode.
8416 (latex-mode): Set skeleton-end-hook to nil.
8417 (latex-skeleton-end-hook): Remove.
8418 (tex-latex-block, latex-insert-item): Simplify.
8419 (latex-syntax-after): Use following-char rather than char-after.
8420 (tex-discount-args-cmds, tex-count-words): New functions.
8421
8422 * textmodes/tildify.el (tildify-ignored-environments-alist):
8423 Recognize \verb* as well.
8424
8425 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8426 (perl-comment-indent): Simplify to let newcomment.el do its job.
8427 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8428 (perl-mark-function): Cleanup the namespace.
8429 (perl-calculate-indent): Don't be fooled by nested functions.
8430
8431 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8432
8433 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8434 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8435
8436 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8437
8438 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8439 actually be `\\'.
8440 (ctlau-b5-converter): Likewise.
8441
8442 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8443
8444 * international/titdic-cnv.el (quail-misc-package-ext-info):
8445 Change CTLauB.el to CTLau-b5.el.
8446
8447 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8448
8449 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8450 rather than beginning-of-line to avoid problems with fields.
8451 (gud-perldb-massage-args): Use unless and push.
8452 (gud-chdir-before-run): New var.
8453 (gud-common-init): Use it.
8454
8455 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8456
8457 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8458 delete entries for chinese-ctlau and chinese-ctlaub.
8459 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8460 chinese-ctlaub.
8461 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8462 New functions.
8463
8464 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8465
8466 * cus-edit.el (custom-comment-show): Remove debug code.
8467
8468 * language/japan-util.el (japanese-symbol-table): Fix handling of
8469 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8470
8471 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8472
8473 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8474 Renamed by removing the silly `-flag' suffix.
8475 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8476
8477 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8478
8479 * replace.el (keep-lines-read-args): Use `copy-marker'.
8480 (how-many): Save excursion properly.
8481 (occur-mode): Use define-derived-mode.
8482 (perform-replace): Use with-current-buffer.
8483
8484 2001-05-20 Richard M. Stallman <rms@gnu.org>
8485
8486 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8487
8488 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8489
8490 * info.el (Info-read-subfile): Widen before finding the
8491 desired node in the subfile.
8492
8493 * startup.el (command-line-1): When >2 files visited,
8494 leave the last one visible, and make that the selected window.
8495
8496 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8497
8498 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8499
8500 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8501
8502 * international/ccl.el (define-ccl-program): Fix a typo.
8503 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8504
8505 * international/mule.el (decode-char): Fix a typo. From Pavel
8506 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8507
8508 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8509 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8510
8511 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8512 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8513
8514 2001-05-18 Sam Steingold <sds@gnu.org>
8515
8516 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8517 and [RET] to `cvs-mode-find-file'.
8518
8519 2001-05-18 John Wiegley <johnw@gnu.org>
8520
8521 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8522 configuration variable, which determines the initial character
8523 that forces use of an external version of a command. The default
8524 is *, but may be set to \, for example.
8525
8526 * eshell/esh-ext.el (eshell-explicit-command):
8527 Use `eshell-explicit-command-char' instead of ?*.
8528
8529 * eshell/esh-cmd.el (eshell/which):
8530 Use `eshell-explicit-command-char' instead of ?*.
8531
8532 * eshell/em-cmpl.el (eshell-completion-command-name)
8533 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8534 instead of ?*.
8535
8536 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8537
8538 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8539 subst-char-in-string.
8540 (ange-ftp-after-parse-ls-hook): New variable.
8541 (ange-ftp-ls): Run that hook.
8542 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8543
8544 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8545 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8546 text into *Completions*.
8547
8548 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8549 part of which look like email addresses.
8550
8551 2001-05-18 Andrew Innes <andrewi@gnu.org>
8552
8553 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8554 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8555 cmd.exe's handling of FOR loops.
8556 (autoloads): Set find-file-suppress-same-file-warnings to t to
8557 avoid slew of spurious messages.
8558
8559 2001-05-18 Simon Josefsson <simon@josefsson.org>
8560
8561 * mail/smtpmail.el (maybe-append-domain): Renamed to
8562 `smtpmail-maybe-append-domain'.
8563 (smtpmail-via-smtp): Use the new name.
8564
8565 * net/browse-url.el (browse-url-browser-function): Add kde.
8566 (browse-url-kde-program, browse-url-kde-args): New variables.
8567 (browse-url-kde): New function.
8568
8569 2001-05-18 Miles Bader <miles@gnu.org>
8570
8571 * simple.el (delete-horizontal-space, just-one-space):
8572 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8573 because it's more efficient for large files.
8574
8575 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8576
8577 * mail/rmail.el (rmail-require-mime-maybe): New function.
8578 (rmail): Use it.
8579 (rmail-mode): Handle the case of finding Rmail files.
8580
8581 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8582 functions.
8583
8584 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8585
8586 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8587 text-property after moving to the beginning of line and regardless
8588 of the value of font-lock-multiline.
8589
8590 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8591
8592 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8593
8594 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8595 last coding system used before calling set-buffer-modified-p
8596 because that function changes last-coding-system.
8597
8598 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * files.el (switch-to-buffer-other-window)
8601 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8602 the doc string.
8603
8604 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8605
8606 * language/slovak.el, language/czech.el: New maintainer.
8607
8608 2001-05-16 Sam Steingold <sds@gnu.org>
8609
8610 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8611 sub-form of `defgeneric' correctly.
8612
8613 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8614
8615 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8616 of `c'.
8617
8618 * textmodes/outline.el (outline-font-lock-level): Remove the
8619 condition-case, test what outline-level returns instead, to
8620 ease debugging.
8621
8622 * international/mule.el (auto-coding-regexp-alist): New user-option.
8623 (auto-coding-from-file-contents): New function.
8624 (set-auto-coding): Use it to determine a coding system.
8625
8626 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8627
8628 * mouse.el (mouse-delete-other-windows): Doc fix.
8629
8630 * emacs-lisp/lisp-mode.el (lisp-mode):
8631 Make font-lock-keywords-case-fold-search a buffer-local variable with
8632 make-local-variable before setting it.
8633
8634 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8637 prefixes.
8638
8639 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8640
8641 * hexl.el (hexl-current-address): Print a message when called
8642 interactively.
8643
8644 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8645
8646 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8647
8648 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8649
8650 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8651
8652 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8653
8654 * startup.el (command-line): If parameters have been changed in
8655 the init files which influence font selection, clear the face
8656 cache so that faces get realized with the new parameters.
8657
8658 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8659
8660 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8661
8662 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8663
8664 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8665
8666 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8667 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8668
8669 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8670
8671 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8672 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8673
8674 2001-05-09 John Wiegley <johnw@gnu.org>
8675
8676 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8677 Annotated the documentation string to tell users about
8678 `eshell-no-numeric-conversions'.
8679
8680 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8681 conversions if a Lisp function has the property
8682 `eshell-no-numeric-conversions' set to a non-nil value.
8683
8684 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8685 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8686 property `eshell-no-numeric-conversions' on the following
8687 functions (which all deal with filesystem entities, and never Lisp
8688 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8689 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8690 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8691 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8692 eshell/which, eshell/addpath.
8693
8694 2001-05-09 John Wiegley <johnw@gnu.org>
8695
8696 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8697 encountered as an argument, don't convert it right away, but tag
8698 the first character of the string with the text properties
8699 `number', which signifies to `eshell-lisp-command' that the
8700 argument should be passed through `string-to-number' if it is
8701 actually used in the call to a Lisp function.
8702
8703 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8704 function, convert any string arguments that have been tagged as
8705 "numbers", by calling string-to-number.
8706
8707 * eshell/esh-util.el (eshell-number-regexp): Now that number
8708 conversions only happen for Lisp function calls, the number regexp
8709 should now match all integer and floating point forms.
8710
8711 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8712 `eshell-continue-process', since they are both nonfunctional at
8713 the moment.
8714 (eshell-proc-initialize): Don't bind keys for
8715 `eshell-stop-process' or `eshell-continue-process'.
8716
8717 * eshell/em-unix.el (eshell-shuffle-files):
8718 Apply `directory-file-name' before calling `file-name-directory'.
8719
8720 * eshell/em-hist.el (eshell-add-to-history): Reference to
8721 `eshell-history-ring' needed to be `eshell-history-index'.
8722
8723 * calendar/timeclock.el (timeclock-find-discrep):
8724 Initialize `elapsed' to 0.
8725 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8726 it's still nil.
8727
8728 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8729
8730 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8731 (archive-mode): Use capitalize.
8732 (archive-unique-fname): Use make-temp-file.
8733
8734 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8735
8736 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8737
8738 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8739
8740 * tar-mode.el (tar-extract): Pay attention to the value of
8741 coding-system-for-read, if it is non-nil.
8742
8743 * calendar/holidays.el (holidays): Add an autoload cookie.
8744 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8745
8746 2001-05-08 John Wiegley <johnw@gnu.org>
8747
8748 * calendar/timeclock.el (timeclock-workday-remaining):
8749 Changed logic for determining how much time is remaining.
8750 (timeclock-workday-elapsed): Don't accept a "relative" argument
8751 for the current day's elapsed time. What could that have meant?
8752 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8753 (timeclock-when-to-leave): Changed logic, similarly to what was
8754 done for `timeclock-workday-remaining'.
8755 (timeclock-find-discrep): Removed "today-only" argument, which had
8756 no meaning. Fixed some more math problems. The function now
8757 returns a three member list: (TOTAL-TIME-DISCREPANCY
8758 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8759
8760 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * w32-fns.el (convert-standard-filename): Start replacing slashes
8763 from the beginning of the file name, not from where the last
8764 invalid character was. From "Andrew Maguire (SWW)"
8765 <Andrew.Maguire@Smallworld.co.uk>
8766
8767 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8768
8769 The following changes are to provide infrastructure for handling
8770 MIME messages to rmail. They don't affect the original behaviour
8771 if rmail-enable-mime is nil.
8772
8773 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8774 (rmail-search-mime-message-function)
8775 (rmail-search-mime-header-function): New variables.
8776 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8777 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8778 `rmail-view-buffer' is hidden.
8779 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8780 call rmai-show-mime-function.
8781 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8782 mode-line-process of rmail-view-buffer.
8783 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8784 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8785 buffer.
8786 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8787 set-buffer to the Rmail buffer.
8788 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8789 rmail-search-mime-header-function.
8790 (rmail-search-message): New function.
8791 (rmail-search): Call rmail-search-message to check if a message
8792 matches REGEXP, lastly update point after calling
8793 rmail-show-message.
8794 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8795 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8796 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8797 header region, refer to rmail-msgref-vector while setting the
8798 current buffer to rmail-buffer temporarily.
8799 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8800 If rmail-enable-mime is non-nil, call
8801 rmail-insert-mime-forwarded-message-function instead of inserting
8802 forwarded message by itself.
8803
8804 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8805 Rmail buffer.
8806 (rmail-set-label, rmail-next-labeled-message): Likewise.
8807
8808 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8809 set-buffer to the Rmail buffer.
8810 (rmail-output-to-rmail-file): Likewise.
8811 (rmail-output): Likewise.
8812
8813 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8814 of mail-fetch-field by rmail-summary-line-decoder.
8815 (rmail-new-summary): Be sure to go to the Rmail buffer.
8816 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8817 rmail-view-buffer to nil.
8818 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8819 rmail-view-buffer.
8820 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8821 rmail-buffer.
8822 (rmail-summary-scroll-msg-down): Likewise.
8823 (rmail-summary-beginning-of-message): Likewise.
8824 (rmail-summary-wipe): Likewise.
8825 (rmail-summary-toggle-header): Use save-window-excursion, not
8826 save-excursion. Update point in rmail-view-buffer, not in
8827 rmail-buffer.
8828 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8829 rmail-view-buffer, not rmail-buffer.
8830
8831 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8832
8833 * cus-edit.el (custom-file): Signal an error if user-init-file is
8834 nil (running -q).
8835
8836 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8837
8838 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8839 Add :version.
8840
8841 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8842 New option.
8843 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8844 only if smtpmail-warn-about-unknown-extensions is set.
8845
8846 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8847 instead of rmail-sort-by-keywords.
8848
8849 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8850 rmail-sort-by-keywords.
8851
8852 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8853 rmail-summary-sort-by-keywords. Doc fix.
8854 (rmail-summary-mode): Doc fix.
8855
8856 * mail/rmail.el (rmail-edit): New Custom group.
8857
8858 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8859 (rmail-edit-mode-hook): New user-option.
8860
8861 2001-05-05 Richard M. Stallman <rms@gnu.org>
8862
8863 * help.el (help-xref-symbol-regexp): Recognize "source of"
8864 and friends, meaning make a link to the source file.
8865 (help-make-xrefs): Handle "source of" and friends
8866 by constructing a link that visits the source file.
8867
8868 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8869
8870 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8871
8872 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8873 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8874 Renamed from perl-font-lock-keywords to avoid clashes.
8875 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8876 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8877 Updated correspondingly.
8878
8879 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8880 Typo `nonexistant' -> `nonexistent'.
8881
8882 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8883
8884 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8885 Split `c-electric-delete' into two functions where
8886 `c-electric-delete-forward' always deletes forward and
8887 `c-electric-delete' only contains the code necessary for XEmacs to
8888 choose between backward and forward deletion.
8889
8890 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8891 get the electric behavior on that key too.
8892 (c-fill-paragraph): Fixed bogus direct use of
8893 c-comment-prefix-regexp, which caused an error when it's a list.
8894
8895 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8896
8897 * dired-aux.el (dired-diff): Doc fix.
8898
8899 * dired.el (dired-diff): Likewise.
8900
8901 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8904
8905 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8906
8907 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8908 if both the buffer and the file are read-only.
8909
8910 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8911 rather than font-lock-string-face.
8912 (sh-get-indent-info): Treat heredocs like strings.
8913
8914 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8915
8916 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8917 a newline following `}'.
8918 (texinfo-format-email): New function.
8919 (toplevel): Use texinfo-format-email for @email.
8920 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8921 Add `display'.
8922 (texinfo-sort-region): Goto point-min before sorting.
8923 (texinfo-set): Remove leading white space from value.
8924 From yagi@is.titech.ac.jp.
8925
8926 * replace.el (query-replace-regexp-eval): Doc fix.
8927
8928 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8929
8930 * diff-mode.el (diff-nonexistant-face): New face.
8931 (diff-font-lock-keywords): Use it.
8932
8933 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8934
8935 * font-lock.el (font-lock-mode): Doc fix.
8936
8937 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8938 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8939
8940 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8941
8942 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8943 backslash at the start of the here-document delimiter.
8944 (sh-font-lock-syntactic-keywords): Likewise.
8945
8946 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8947
8948 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8951 (tty-color-translate, tty-color-by-index, tty-color-values)
8952 (tty-color-desc): Doc fix.
8953
8954 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8955
8956 * dired-aux.el (dired-do-create-files, dired-do-copy)
8957 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8958 Mention dired-dwim-target in the doc string.
8959
8960 2001-04-28 Miles Bader <miles@gnu.org>
8961
8962 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8963 (dabbrev--find-expansion): Use it.
8964 (dabbrev--select-buffers): Don't select ignored buffers.
8965
8966 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8967
8968 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8969
8970 2001-04-26 Richard M. Stallman <rms@gnu.org>
8971
8972 * dabbrev.el: Add doc strings for some functions.
8973 (dabbrev--eliminate-newlines): New variable.
8974 (dabbrev--substitute-expansion): Convert newlines to spaces
8975 if dabbrev--eliminate-newlines is set.
8976 If abbrev and expansion are both all-lower-case,
8977 leave dabbrev--last-case-pattern nil.
8978
8979 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8980
8981 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8982 if necessary, like in rmail-show-message.
8983
8984 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8985
8986 * ps-print.el: Color specified by number is forced to be float number.
8987 (ps-print-version): New version number (6.5.1.1).
8988 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8989 initialization.
8990 (ps-prefix-quote): New internal var.
8991 (ps-print-quote): New fun.
8992 (ps-setup, ps-output-frame-properties, ps-float-format)
8993 (ps-format-color): Code fix.
8994 (ps-plot-region): Eliminate redundant foreground color text setting.
8995
8996 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8997
8998 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8999
9000 2001-04-25 Gerd Moellmann <gerd@gnu.org>
9001
9002 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
9003
9004 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * info.el (Info-additional-directory-list): Doc fix.
9007
9008 * find-lisp.el (find-lisp-find-dired-filter)
9009 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
9010 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
9011
9012 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
9013
9014 * progmodes/make-mode.el (makefile-font-lock-keywords):
9015 Rationalize the rules for includes and conditionals and use the
9016 keyword face for them.
9017
9018 * faces.el (modify-face): Add compatibility for non-interactive use.
9019
9020 2001-04-24 John Wiegley <johnw@gnu.org>
9021
9022 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
9023 fix from last night, since it wasn't finding eshell/cd.
9024
9025 2001-04-24 Gerd Moellmann <gerd@gnu.org>
9026
9027 * rect.el (string-rectangle): Revert to 20.x behaviour.
9028 (replace-rectangle): Make it an alias for string-rectangle.
9029 (string-insert-rectangle): New function.
9030
9031 2001-04-23 John Wiegley <johnw@gnu.org>
9032
9033 * eshell/em-unix.el (eshell/diff): Fixed problems that were
9034 occurring with Emacs 21's diff.el/compile.el interaction layer.
9035
9036 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
9037
9038 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
9039 case where the function was defined in a file, but not part of an
9040 eshell module.
9041
9042 2001-04-23 John Wiegley <johnw@gnu.org>
9043
9044 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
9045 code to work around a redisplay problem I've been having.
9046
9047 2001-04-23 John Wiegley <johnw@gnu.org>
9048
9049 * calendar/timeclock.el (timeclock-day-required): If the time
9050 required for a particular day is not set, use `timeclock-workday'.
9051 (timeclock-find-discrep): Added some sample code in a comment.
9052
9053 * eshell/eshell.el (eshell-command): Made a few changes so that
9054 `eshell-command' could be called programmatically.
9055
9056 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
9057
9058 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
9059
9060 2001-04-23 John Wiegley <johnw@gnu.org>
9061
9062 * calendar/timeclock.el: Updated copyright.
9063 (timeclock-generate-report): Don't report the daily or two-week
9064 total, if no time has been worked in that period.
9065 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
9066 final computational form, which was unnecessary; corrected a
9067 parsing problem when timeclock-relative was nil.
9068
9069 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
9070
9071 * calendar/timeclock.el (timeclock-modeline-display): Check if
9072 `list-entry' is null.
9073 (timeclock-use-display-time): The first argument to `set-variable'
9074 must be a symbol.
9075
9076 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9077
9078 * calendar/calendar.el (diary-entry-marker)
9079 (calendar-today-marker, calendar-holiday-marker):
9080 Use display-color-p instead of window-system.
9081 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
9082 instead of window-system.
9083 (calendar-hide-window): Use display-multi-frame-p instead of
9084 window-system.
9085
9086 * calendar/cal-x.el (calendar-two-frame-setup)
9087 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9088 Use display-multi-frame-p instead of window-system.
9089
9090 2001-04-23 Gerd Moellmann <gerd@gnu.org>
9091
9092 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9093
9094 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9095 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9096
9097 2001-04-23 Alex Schroeder <alex@gnu.org>
9098
9099 * goto-addr.el: Instead of defining line-beginning-position and
9100 line-end-position a defalias is used for point-at-bol and point-at-eol.
9101
9102 2001-04-23 Alex Schroeder <alex@gnu.org>
9103
9104 * goto-addr.el: Added XEmacs compatibility code.
9105 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
9106
9107 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9108
9109 * textmodes/paragraphs.el (sentence-end): Doc fix.
9110
9111 2001-04-20 Alex Schroeder <alex@gnu.org>
9112
9113 * sql.el (sql-escape-newlines-and-send): New function.
9114 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
9115
9116 2001-04-20 Alex Schroeder <alex@gnu.org>
9117
9118 * sql.el (sql-db2-program): New option.
9119 (sql-db2-options): New option.
9120 (sql-db2): New function.
9121
9122 2001-04-20 Alex Schroeder <alex@gnu.org>
9123
9124 * sql.el (sql-mode-menu): Added highlighting entries.
9125 (sql-highlight-oracle-keywords): New function.
9126 (sql-highlight-postgres-keywords): New function.
9127 (sql-highlight-ansi-keywords): New function.
9128
9129 2001-04-20 Alex Schroeder <alex@gnu.org>
9130
9131 * sql.el (sql-help): Doc change.
9132
9133 2001-04-19 Karl Fogel <kfogel@collab.net>
9134
9135 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9136 that inserted file content only to delete it immediately.
9137 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9138 <lektu@uol.com.br> for the patch.
9139
9140 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9141
9142 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9143
9144 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9145
9146 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9147 for defmethod.
9148
9149 * comint.el (comint-cr-magic): New function.
9150 (toplevel): Add it to comint-preoutput-filter-functions.
9151
9152 2001-04-18 Andrew Innes <andrewi@gnu.org>
9153
9154 * makefile.w32-in (EMACSLOADPATH): Define.
9155 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9156 (recompile): Remove stuff to set EMACSLOADPATH.
9157
9158 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9159
9160 * language/slovak.el ("Slovak"): Add tutorial entry.
9161
9162 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9163 browse-url-new-window-p.
9164
9165 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9166
9167 * info.el (Info-menu-update): When there are no menus and/or no
9168 cross references in the node, make the respective items of the
9169 Info menu-bar menu inactive.
9170
9171 2001-04-17 Gerd Moellmann <gerd@gnu.org>
9172
9173 * indent.el (indent-for-tab-command): Call indent-line-function
9174 with no argument if PREFIX-ARG is non-nil.
9175
9176 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9177
9178 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9179
9180 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9181 an async subprocess if start-process is unavailable. Suggested by
9182 Tim Van Holder <tim.van.holder@pandora.be>.
9183
9184 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9185
9186 * info.el (Info-additional-directory-list): Doc fix. Suggested by
9187 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9188
9189 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9190
9191 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9192 manual.
9193
9194 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9195
9196 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9197 (cvs-menu): Add a few entries.
9198
9199 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9200 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9201 lock file appears to be reachable from Emacs.
9202 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9203 (cvs-mode-find-file): Look for cvs-header-face rather than
9204 cvs-dirname-face (which doesn't exist).
9205 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9206
9207 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9208
9209 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9210
9211 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9212 normal-erase-is-backspace on a tty. Instead, bind some keys such
9213 as [delete] directly, like pc-select.el did before
9214 normal-erase-is-backspace was invented.
9215
9216 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9217
9218 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9219
9220 2001-04-11 John Wiegley <johnw@gnu.org>
9221
9222 * eshell/em-ls.el (eshell-ls-insert-directory):
9223 Set font-lock-defaults to nil, to prevent fontification in dired
9224 buffers, if Eshell's ls is being used.
9225
9226 2001-04-11 John Wiegley <johnw@gnu.org>
9227
9228 * calendar/timeclock.el (timeclock-completing-read): New function.
9229 (timeclock-ask-for-project, timeclock-ask-for-reason):
9230 Call `timeclock-completing-read'.
9231
9232 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9233 required where `member' was being used.
9234
9235 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9236
9237 * eshell/em-hist.el (eshell-previous-matching-input):
9238 Don't display "History item" if the minibuffer is active.
9239
9240 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9241
9242 * startup.el (command-line): Output a newline after printing
9243 an error from loading the window system's init file.
9244
9245 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9246
9247 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9248 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9249 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9250 keywords whose arguments routinely include @@.
9251
9252 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9253
9254 * emacs-lisp/advice.el (ad-make-advised-definition):
9255 Construct advice for subrs differently.
9256
9257 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9258 regexp in parentheses when building the regexp for searching backwards.
9259
9260 * simple.el (completion-list-mode-finish): New function.
9261 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9262
9263 * language/european.el ("Polish"): Change sample text.
9264 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9265
9266 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9267 parameter.
9268
9269 * faces.el (menu): Doc fix.
9270
9271 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9272
9273 * ps-print.el: Footer implementation. Doc fix.
9274 (ps-print-version): New version number (6.5.1).
9275 (ps-header-frame-alist): New customization var for header frame
9276 properties.
9277 (ps-line-number-color): New customization var for line number color.
9278 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9279 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9280 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9281 (ps-right-footer): New customization vars for footers.
9282 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9283 footers.
9284 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9285 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9286 Code fix.
9287 (ps-prologue-file): Indentation fix.
9288 (ps-print-quote): Fun eliminated.
9289 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9290 (ps-output-frame-properties): New fun.
9291 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9292 (ps-skip-newline): Replace defun by defsubst.
9293
9294 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9295
9296 * eshell/eshell.el (eshell-command): Needed a "%s" format
9297 specifier, in case the buffer contains percent characters.
9298
9299 2001-04-10 John Wiegley <johnw@gnu.org>
9300
9301 * calendar/timeclock.el (timeclock-generate-report): Added a
9302 missing insert of the project name.
9303
9304 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9305
9306 * obsolete/profile.el: Moved from emacs-lisp/.
9307
9308 * Makefile.in (nonobsolete_setwins): New macro.
9309 (finder-data): Use it instead of `setwins'.
9310 From: Dave Love <fx@gnu.org>.
9311
9312 * server.el (server-visit-files): Set server-existing-buffer correctly.
9313 (server-visit-files): Run server-visit-hook after going to
9314 line 1 so that the hook can set point as it sees fit.
9315
9316 * bindings.el (mode-line-modified): Unify help messages.
9317
9318 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9319
9320 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9321 All callers changed.
9322
9323 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9324
9325 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9326 long file names aren't supported, truncate the file names in
9327 quail-misc-package-ext-info to 8+3 before matching them against
9328 FILENAME.
9329
9330 * dos-fns.el (dos-truncate-to-8+3): New function.
9331
9332 * progmodes/compile.el (grep-compute-defaults): Use null-device
9333 instead of literal /dev/null. Reported by Jens Schmidt
9334 <schmidt@mathematik.uni-kl.de>.
9335
9336 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9337
9338 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9339
9340 * textmodes/sgml-mode.el: Add unknown maintainer.
9341 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9342 (html-mode-map): Use set-keymap-parent.
9343
9344 2001-04-06 Dave Love <fx@gnu.org>
9345
9346 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9347 Remove redundant string-to-list.
9348
9349 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9350
9351 * composite.el (reference-point-alist): Doc fix.
9352
9353 2001-04-05 Sam Steingold <sds@gnu.org>
9354
9355 * font-lock.el (font-lock-keywords-case-fold-search):
9356 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9357 file made font-lock case-insensitive.
9358
9359 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9360
9361 * faces.el (defface menu): Doc fix.
9362
9363 * wid-edit.el (widget-color-sample-face-get): Don't make
9364 faces for undefined colors.
9365
9366 * version.el (emacs-version): Include LessTif/Motif version info.
9367
9368 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9369
9370 * ps-mule.el: Eliminate cl package dependence.
9371 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9372 if they aren't defined yet.
9373 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9374 Eliminate cl package dependence.
9375
9376 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9377
9378 * progmodes/cc-cmds.el (c-outline-level):
9379 Bind buffer-invisibility-spec. Originally from Dave Love, but
9380 got lost when incorporating version 5.26.
9381
9382 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9383
9384 * emulation/pc-select.el (pc-selection-mode):
9385 Call normal-erase-is-backspace-mode instead of binding
9386 keys individually.
9387
9388 * cus-load.el (normal-erase-is-backspace): Use it instead of
9389 delete-key-deletes-forward.
9390
9391 * startup.el (command-line): Use normal-erase-is-backspace and
9392 normal-erase-is-backspace-mode.
9393
9394 * simple.el (normal-erase-is-backspace): Rename from
9395 delete-key-deletes-forward. Doc fix.
9396 (normal-erase-is-backspace-mode): Rename from
9397 delete-key-deletes-forward-mode. Doc fix.
9398 Run normal-erase-is-backspace-hook.
9399
9400 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9401 ``human-readable'' format produced by GNU `ls'.
9402 (dired-move-to-filename-regexp): Recognize ISO format dates.
9403 From Paul Eggert <eggert@twinsun.com>.
9404
9405 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9406
9407 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9408 New functions.
9409 (lm-verify): Check keywords.
9410 From Eric M. Ludlam <eric@siege-engine.com>.
9411
9412 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9413
9414 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9415 `xemacs' feature instead of for the function `set-extent-property'.
9416
9417 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * mail/mh-utils.el (mh-folder-hist): New var.
9420 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9421
9422 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9425 region, position point on the first or last 16-byte group.
9426 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9427 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9428 hexl-beginning-of-line.
9429
9430 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9431
9432 * icomplete.el (icomplete-mode): Treat an argument like other
9433 modes do.
9434
9435 * startup.el (fancy-splash-head): Use splash8.xpm for color
9436 depth 8.
9437
9438 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9439 Add an antry for ``converts''.
9440
9441 * language/slovak.el ("Slovak"): Add documentation string.
9442 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9443
9444 * language/czech.el ("Czech"): Add documentation string.
9445 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9446
9447 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9448 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9449
9450 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9451
9452 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9453 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9454 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9455 Use `defsubst' rather than a macro to ease debugging.
9456 (mail-extr-last): Remove (use `last' instead).
9457 (mail-extract-address-components): Properly reset the syntax-table
9458 after parsing an address. Use `last' rather than mail-extr-last.
9459 Make sure the end marker stays at the very end.
9460
9461 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9462
9463 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9464 last change.
9465
9466 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9467
9468 * ps-print.el: Line and paragraph spacing feature. Region to cut
9469 out when printing. Doc fix.
9470 (ps-print-version): New version number (6.5).
9471 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9472 New vars. Line and paragraph spacing feature.
9473 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9474 out when printing.
9475 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9476 (ps-get-font-size, ps-begin-job, ps-continue-line)
9477 (ps-plot-region): Code fix.
9478 (ps-print-prologue-2): Var eliminated.
9479 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9480 New internal vars.
9481 (ps-get-size): New fun.
9482 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9483 (ps-next-line): Replace defun by defsubst.
9484 (ps-mule-plot-string): Autoload doc fix.
9485
9486 * ps-bdf.el: XEmacs compatibility. Doc fix.
9487 (installation-directory, coding-system-for-read): Declare vars if
9488 it's not declared yet.
9489 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9490
9491 * ps-mule.el: XEmacs compatibility. Doc fix.
9492 (leading-code-private-22): Declare var if it's not declared yet.
9493 (charset-bytes, charset-dimension, charset-id, charset-width)
9494 (find-charset-region, split-char, char-width, chars-in-region)
9495 (forward-point, decompose-composite-char, encode-coding-string)
9496 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9497 Define funs if not defined yet.
9498 (encode-composition-rule, find-composition): Define funs if not
9499 loaded yet.
9500 (ps-mule-prologue): PostScript code fix.
9501
9502 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9503
9504 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9505 non-nil, generate font for the header strings.
9506 (ps-mule-prepare-font): Likewise.
9507 (ps-mule-generate-glyphs): Likewise.
9508 (ps-mule-string-encoding): Likewise.
9509 (ps-mule-header-charsets): New variable.
9510 (ps-mule-encode-header-string): New function.
9511 (ps-mule-header-string-charsets): New function.
9512 (ps-mule-begin-job): Check charsets in the header strings. If there
9513 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9514
9515 * ps-print.el (ps-generate-header-line): Encode the header string by
9516 ps-mule-encode-header-string.
9517 (ps-mule-encode-header-string): Declare autoload.
9518
9519 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9520
9521 * frame.el (cursor-in-non-selected-windows):
9522 Replaces show-cursor-in-non-selected-windows.
9523
9524 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9525
9526 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9527 Delete entries for "chinese-py" and "chinese-ziranma".
9528 (quail-misc-package-ext-info): New variable.
9529 (tsang-quick-converter): New function.
9530 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9531 (quick-cns-converter, py-converter, ziranma-converter)
9532 (miscdic-convert, batch-miscdic-convert): New functions.
9533
9534 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9535
9536 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9537 eight-bit-control chars.
9538
9539 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9540 Reduce making temporary vector (suggested by Dave Love).
9541
9542 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9543
9544 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9545 string as well.
9546
9547 2001-03-30 Andreas Schwab <schwab@suse.de>
9548
9549 * files.el (backup-directory-alist): Fix typo.
9550
9551 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9552
9553 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9554 <eggert@twinsun.com>.
9555
9556 2001-03-30 Dave Love <fx@gnu.org>
9557
9558 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9559
9560 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9561
9562 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9563
9564 2001-03-30 Miles Bader <miles@gnu.org>
9565
9566 * subr.el (interactive-form): Fix paren typo.
9567
9568 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * emacs-lisp/profile.el: Say that it's obsolete in the header
9571 line, so that finder.el puts that into its data-base.
9572 Suggested by Alex Schroeder <alex@gnu.org>.
9573
9574 2001-03-29 Paul Eggert <eggert@twinsun.com>
9575
9576 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9577 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9578
9579 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9580
9581 * generic.el (generic-mode-set-comments): Use "" rather than nil
9582 for comment-end.
9583
9584 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9585
9586 * emacs-lisp/advice.el (ad-make-advised-definition):
9587 Call interactive-form to obtain the interactive spec of subrs.
9588
9589 * subr.el (interactive-form): New function.
9590
9591 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9592
9593 * vc-sccs.el (vc-sccs-register): Use relative file names.
9594
9595 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9596
9597 * bookmark.el (bookmark-get-bookmark): Handle case that
9598 BOOKMARK is not a string.
9599
9600 * image.el (image-type-regexps): Change type for PS files
9601 to `postscript'.
9602
9603 * subr.el (read-passwd): Clear command history after each
9604 character entered. From: Stephen Gildea
9605 <gildea@stop.mail-abuse.org>.
9606
9607 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9608
9609 * international/kkc.el (kkc-save-init-file): Locally bind
9610 print-length to nil.
9611
9612 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9613
9614 * textmodes/flyspell.el: Some doc fixes.
9615 (flyspell-maybe-correct-transposition)
9616 (flyspell-maybe-correct-doubling): Use a temporary buffer
9617
9618 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9619
9620 * emacs-lisp/byte-opt.el (byte-optimize-while)
9621 (byte-optimize-form-code-walker): Diagnose too few arguments
9622 for `if' and `while'.
9623
9624 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9625
9626 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9627 Prepend `\' to "\<quail-translation-docstring>".
9628
9629 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9630
9631 * autorevert.el (global-auto-revert-non-file-buffers):
9632 Remove duplicate defcustom.
9633
9634 2001-03-26 Miles Bader <miles@gnu.org>
9635
9636 * international/latin1-disp.el (latin1-char-displayable-p):
9637 Add leading "-" for X font pattern.
9638
9639 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9640
9641 * international/mule-diag.el (describe-coding-system):
9642 For raw-text and emacs-mule, don't add anymore text about what
9643 charsets they can encode.
9644
9645 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9646
9647 * help.el (view-lossage): Mention open-dribble-file in the doc
9648 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9649
9650 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9651
9652 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9653 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9654
9655 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9656
9657 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9658 Call ccl-execute-on-string directly so that CCL program handling
9659 multibyte sequence can work correctly.
9660 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9661 property of the coding system.
9662
9663 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9664
9665 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9666 Fix transcription typo.
9667
9668 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9669
9670 * whitespace.el: Add buffer local variables to toggle testing of
9671 whitespaces in buffers without affecting the default values.
9672 Bump version to 3.0 to account for a few other changes.
9673 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9674 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9675 (whitespace-toggle-spacetab-check): New functions.
9676
9677 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9678
9679 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9680
9681 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9682
9683 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9684 bs-cycle-configuration-name. From Juanma Barranquero
9685 <lektu@uol.com.br>.
9686
9687 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9688 and cc-vars.el.
9689
9690 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9691 headers. Always invoke sendmail with option -t.
9692
9693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9694
9695 * Release of cc-mode 5.28.
9696
9697 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9698
9699 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9700 Removed the hardcoded switch to "java" style in Java mode.
9701 It's instead taken care of by the default value for c-default-style.
9702
9703 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9704
9705 * cc-align.el (c-lineup-math): Fix bug where lineup was
9706 triggered by equal signs in string literals.
9707
9708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9709
9710 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9711 limit detection when at the ends of the buffer.
9712
9713 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9714 "for" statement clause in case 7F; a better one is done
9715 earlier in case 7D anyway.
9716
9717 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9718
9719 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9720 somewhat more and did a small optimization.
9721
9722 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9723
9724 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9725 Use the limit argument only to limit the syntactic context
9726 search, not to limit the actual movement.
9727
9728 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9729 inside multiline strings, just like in comments. Also various
9730 fixes to the paragraph and comment prefix recognition, block
9731 comment ender handling etc.
9732
9733 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9734
9735 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9736 the relative position of the point.
9737
9738 * cc-cmds.el (c-electric-continued-statement): New function to
9739 use as abbrev hook to reindent for keywords such as "else"
9740 that continues an earlier statement.
9741
9742 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9743 like classes.
9744
9745 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9746 (pike-mode): Populate the default abbrev tables to reindent for
9747 keywords such as "else" that can continue earlier statements.
9748 Abbrev mode is therefore turned on by default now. (Note that
9749 this doesn't apply to idl-mode, since IDL afaik doesn't have
9750 statements at all.)
9751
9752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9753
9754 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9755 bracelists where the declaration contains template arguments.
9756
9757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9758
9759 * cc-cmds.el (c-comment-indent):
9760 Use `c-get-syntactic-indentation' to correctly calculate the
9761 syntactic indentation. Fixes bug with lineup functions that
9762 return vectors.
9763
9764 * cc-engine.el (c-get-syntactic-indentation): Split the
9765 indentation sum calculation from `c-indent-line' to a separate
9766 function.
9767
9768 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9769
9770 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9771 Fixed places where it was assumed that preprocessor directives
9772 have to start in column zero.
9773
9774 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9775 template arguments after a class identifier properly.
9776
9777 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9778 lists for `new Foo[]' constructs in Java as expressions and
9779 not top level definition brace lists on the top level, so that
9780 they'll get indented consistently with the same type of
9781 expression in a normal block.
9782
9783 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9784
9785 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9786 whether the adaptive filling package fails to keep the comment
9787 prefix is now kludged further to check for filladapt-mode
9788 which doesn't have that problem. This is really icky, but it's
9789 the only way that works with the current misfeatures/bugs in
9790 both adaptive-fill-mode and filladapt-mode.
9791
9792 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9793 around point is recognized more robust.
9794
9795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9796
9797 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9798 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9799 (c-lit-type): Fixed all internal variables used dynamically so
9800 that they are always bound.
9801
9802 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9803 errors:
9804
9805 (c-indent-region): Fixed reporting of syntactic errors so that
9806 the region is fully reindented even when an error occurs.
9807 The last syntactic error is printed afterwards. Also cleanup up a
9808 whole lot of code that tried to optimize indentation of whole
9809 sexps but in reality accomplishes nothing.
9810
9811 (c-indent-sexp): Use c-indent-region.
9812
9813 (c-parsing-error): Changed this variable to hold the message
9814 for any syntactic error that is discovered.
9815
9816 (c-parse-state): Search backward from point instead of the bod
9817 position when the latter is invalid. This makes CC Mode
9818 recover faster when there are unbalanced close braces.
9819
9820 (c-backward-to-start-of-if): Use c-parsing-error to report
9821 dangling "else" clauses instead of throwing an error, and fall
9822 back to a reasonable position.
9823
9824 (c-indent-line): Added argument to avoid reporting syntactic errors.
9825
9826 (c-show-syntactic-information): Don't report any syntactic errors.
9827
9828 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9829
9830 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9831 paragraph recognition when moving by sentence in literals.
9832
9833 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9834 start regexp for javadoc to recognize javadoc markup in general instead
9835 of a specific set of keywords, to be more future-safe.
9836
9837 (c-Pike-pikedoc-paragraph-start)
9838 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9839 pikedoc markup.
9840
9841 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9842
9843 (pike-mode): Initialize paragraph settings pikedoc recognition.
9844
9845 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9846
9847 (c-comment-prefix-regexp): Made it possible to use an
9848 association list on this to specify mode specific regexps.
9849 The default value now use a special regexp in Pike mode to
9850 recognize pikedoc markup.
9851
9852 (c-current-comment-prefix): New variable containing the actual
9853 regexp from c-comment-prefix-regexp for the current buffer.
9854
9855 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9856
9857 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9858 lists: We can't look at the syntax, since a brace list can get
9859 recognized as a plain statement-cont.
9860
9861 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9862 special brace list opener broken over two lines got recognized
9863 as a statement on the second line. Case 9A changed.
9864
9865 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9866
9867 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9868 adjustment after line is reindented.
9869
9870 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9871
9872 * cc-defs.el (c-point): Added optional argument for position
9873 to use instead of the current point.
9874
9875 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9876 the in-expression block symbols when the construct starts at
9877 boi, to avoid the extra level of indentation in that case.
9878 Cases 4, 16A and 17E affected.
9879
9880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9883 calls to `c-indent-line', to adhere better to Emacs conventions.
9884
9885 * cc-engine.el (c-indent-line): Use the syntax already bound
9886 to `c-syntactic-context', if there is any.
9887
9888 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9889
9890 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9891 wasn't added up correctly when a lineup function returned nil.
9892
9893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9894
9895 * cc-engine.el (c-collect-line-comments): Fixed bug where
9896 empty lines were ignored when collecting line comments backwards.
9897
9898 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9899
9900 * cc-align.el (c-lineup-dont-change): Return an absolute
9901 indentation column to work correctly in the case when several
9902 syntactic elements are processed for the same line.
9903
9904 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9905 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9906 (c-set-offset): Added absolute indentation column settings by
9907 using the vector type.
9908
9909 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9910
9911 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9912 Implemented two new cleanups `space-before-funcall' and
9913 `compact-empty-funcall'.
9914
9915 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9916
9917 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9918 helping building regexps.
9919
9920 * cc-engine.el (c-on-identifier): New function for detecting
9921 identifiers. It takes keywords into account.
9922
9923 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9924 lists. `c-keywords' is set to a regexp matching all keywords
9925 in the current language.
9926
9927 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9928
9929 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9930 list of characters to skip backwards over at the beginning of
9931 a statement, since it can precede string literals in Pike.
9932
9933 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9934
9935 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9936 recognition when standing on the last line in a C++ comment
9937 with nothing but whitespace after the prefix.
9938
9939 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9940 given no limit argument.
9941
9942 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9943
9944 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9945 recognition for the `[]= operator symbol in Pike.
9946
9947 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9948
9949 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9950 around a bug in `eval-when-compile' in the byte compiler.
9951
9952 * cc-engine.el (c-forward-token-1): Fixed bug with return
9953 value when count is zero and there's no token start within the limit.
9954
9955 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9956 "prefix comments", i.e. comments which are followed by code on
9957 the same line.
9958
9959 * cc-mode-19.el: Fixes so that checks that must be done at
9960 compile time also are done then.
9961
9962 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9963
9964 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9965 time and at runtime, and only when it's needed.
9966
9967 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9968
9969 Major cleanup for less error prone and more warning free
9970 compilation, including some fixes for bugs due to different
9971 compilation orders. Thanks to Martin Buchholz for providing
9972 the basis for all this.
9973
9974 * cc-bytecomp.el: New file that provides some byte compilation
9975 features: It ensures that files always are loaded from the
9976 current source directory during compilation, and it provides a
9977 set of macros to turn off specific compiler warnings for
9978 specific symbols. (It's not CC Mode specific in any way.)
9979
9980 Fixed a nearly acyclic dependency tree (both runtime and
9981 compile-time) between all files.
9982
9983 * cc-defs.el: Separated all macros before the inline functions,
9984 to ensure correct compilation.
9985
9986 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9987 cc-defs.el to cc-engine.el and made it a function instead.
9988
9989 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9990 about char-after.
9991
9992 * cc-vars.el: Cope even when there isn't a custom package
9993 containing defcustom available.
9994
9995 * cc-make.el: Removed since it's no longer necessary.
9996
9997 README: Updated installation instructions.
9998
9999 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10000
10001 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
10002 improve the modularity: Moved all mode init stuff from
10003 cc-langs.el to cc-mode.el, including the keymap
10004 initialization; cc-langs now only contains the various
10005 variables for configuring the language syntax.
10006
10007 * cc-engine.el, cc-styles.el (c-evaluate-offset)
10008 (c-get-offset): Moved from cc-styles to cc-engine since file
10009 dependency analysis suggests they belong there (which also
10010 makes more sense). Thanks to Martin Buchholz for doing the analysis.
10011
10012 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10013
10014 * cc-cmds.el (c-fn-region-is-active-p): New function that
10015 wraps the corresponding macro, for use in places that aren't
10016 compiled. Thanks to Martin Buchholz for pointing out this.
10017
10018 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
10019
10020 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
10021 add things to the bug report.
10022
10023 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10024
10025 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
10026 returned prefix could contain a newline when the search for a
10027 good prefix line failed.
10028
10029 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10030
10031 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
10032 (c-toggle-auto-hungry-state): Made the argument optional, as
10033 the documentation says it is.
10034
10035 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10036
10037 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
10038 multiline string syntax, #"...", as a cpp macro.
10039
10040 2001-03-21 Paul Eggert <eggert@twinsun.com>
10041
10042 * international/mule-cmds.el (set-locale-environment):
10043 Set system-messages-locale and system-time-locale, but only if the
10044 caller specifies a non-nil locale name.
10045
10046 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10047
10048 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
10049 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
10050
10051 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10052
10053 * follow.el (follow-avoid-tail-recenter): Doc fix.
10054
10055 * custom.el (custom-set-variables): Avoid reversing the list
10056 of args needlessly.
10057
10058 * startup.el (fancy-splash-head): Don't change the colors of the
10059 XPM image on a dark background.
10060
10061 * comint.el (comint-exec-1): Set columns of the terminal to
10062 window-width instead of frame-width.
10063
10064 * info.el (Info-scroll-down): Add missing WINDOW arg for
10065 pos-visible-in-window-p.
10066
10067 * ehelp.el (electric-help-mode-hook): Add defcustom.
10068
10069 * mail/sendmail.el (mail-mode): Activate case-folding in
10070 font-lock-defaults.
10071
10072 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
10073
10074 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
10075 (completion-ignored-extensions): Remove duplicate ".class".
10076
10077 2001-03-19 Andreas Schwab <schwab@suse.de>
10078
10079 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
10080 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10081
10082 2001-03-19 Gerd Moellmann <gerd@gnu.org>
10083
10084 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
10085 methods since there are not prefix input methods.
10086
10087 2001-03-19 Kenichi Handa <handa@etl.go.jp>
10088
10089 * international/mule-cmds.el (read-input-method-name):
10090 Locally bind enable-recursive-minibuffers to t.
10091
10092 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10093
10094 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10095
10096 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
10097
10098 * ediff-util.el: Copyright years.
10099 (ediff-choose-syntax-table): New function.
10100 (ediff-setup): Use ediff-choose-syntax-table.
10101
10102 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10103 with-syntax-table.
10104
10105 * ediff.el: Date of last update, copyright years.
10106
10107 * ediff-wind (ediff-setup-control-frame): Nill->nil.
10108
10109 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10110 of Scott Bronson.
10111 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10112 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10113 Deleted functions.
10114 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10115 ex-token-list.
10116
10117 * viper-util.el: Spaces, indentation.
10118
10119 * viper.el: Changed version, modification time.
10120
10121 2001-03-16 John Wiegley <johnw@gnu.org>
10122
10123 * calendar/timeclock.el (timeclock-workday-remaining):
10124 Check whether `discrep' is non-null before using it.
10125
10126 2001-03-16 John Wiegley <johnw@gnu.org>
10127
10128 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10129 first-time checkins.
10130 (timeclock-log-data): Fixed problem with reading timelog log file.
10131 Resulting data in the "day list" was incorrect.
10132 (timeclock-find-discrep): Check if `timeclock-file' is readable
10133 before opening it.
10134 (timeclock-time-less-p): New function.
10135 (timeclock-day-base): New function.
10136 (timeclock-geometric-mean): New function.
10137 (timeclock-generate-report): Generate a summary report based on
10138 the contents of the log file. This uses `timeclock-log-data', and
10139 is an example of writing a timelog manipulation function.
10140 (timeclock-visit-timelog): A quick command for opening the timelog
10141 file.
10142 (timeclock-log-data): Bound the variable event.
10143
10144 2001-03-16 Kenichi Handa <handa@etl.go.jp>
10145
10146 * international/mule-cmds.el (select-safe-coding-system):
10147 Fix typo: symbol-name -> symbol-value.
10148
10149 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10150 before substitute-in-file-name to handle double slashes in FILE
10151 correctly.
10152
10153 2001-03-15 Gerd Moellmann <gerd@gnu.org>
10154
10155 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10156 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
10157
10158 2001-03-14 Gerd Moellmann <gerd@gnu.org>
10159
10160 * bindings.el (features): Add `md5' and `overlay' to the list.
10161
10162 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10163 bound before using it. It's not bound when configured without X,
10164 for instance.
10165
10166 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10167
10168 * progmodes/hideshow.el: Update copyright.
10169 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10170 (hs-minor-mode-hook): Include `:version' in defcustom form.
10171
10172 2001-03-13 Gerd Moellmann <gerd@gnu.org>
10173
10174 * help.el (string-key-binding): Don't call event-start on
10175 a non-list.
10176
10177 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10178
10179 * startup.el (fancy-splash-tail, command-line-1): Fix the
10180 copyright year.
10181
10182 2001-03-13 Kenichi Handa <handa@etl.go.jp>
10183
10184 * term.el: These changes are based on a patch sent from Yong Lu
10185 <lyongu@yahoo.com>.
10186 (term-set-escape-char): Bind M-x to execute-extended-command in
10187 term-raw-escape-map.
10188 (term-move-columns): Don't try to move to negagive column.
10189 (term-emulate-terminal): Insert a string before deleting a text to
10190 overwrite.
10191
10192 2001-03-12 Gerd Moellmann <gerd@gnu.org>
10193
10194 * play/life.el (life): Rearrange code so that all calls to
10195 life-display-generation are in a catch-form.
10196
10197 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10198 file that isn't interesting. In an interesting file, push the old
10199 value of point on the mark ring.
10200
10201 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10202 New function.
10203 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10204 Use it.
10205
10206 * emacs-lisp/autoload.el (generate-file-autoloads):
10207 Remove warning about line lengths.
10208
10209 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10210
10211 * progmodes/etags.el (tags-compression-info-list): New variable.
10212 (find-tag-in-order): Use it to deal with compressed source files.
10213 (tag-file-name-match-p): New function.
10214 (etags-recognize-tags-table): Use it for better match of file names.
10215
10216 2001-03-12 Kenichi Handa <handa@etl.go.jp>
10217
10218 * international/mule-cmds.el (register-input-method): Doc fix.
10219
10220 * international/quail.el (quail-translate-key): Fix condition to
10221 check if there's another breaking point in the current key.
10222
10223 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10224
10225 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10226 Babyl header to the newly-created output file, bind
10227 coding-system-for-write to either rmail-file-coding-system or
10228 emacs-mule-unix.
10229
10230 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10231
10232 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10233 Fix the name and regexp used for subsubsections.
10234
10235 2001-03-10 Dave Love <fx@gnu.org>
10236
10237 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10238 and save-buffer if buffer-file-name non-nil. From rms.
10239
10240 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10241
10242 * vc.el (vc-do-command): If the destination buffer is already
10243 current, don't set it up and don't erase it. Updated doc string
10244 to reflect that.
10245 (vc-version-diff): When doing a single file diff, don't switch to the
10246 *vc-diff* buffer before the command. This is to preserve local
10247 variable bindings that might affect the diff command.
10248 (vc-print-log): Don't switch to the *vc* buffer before the
10249 command, so that local variable bindings are preserved.
10250
10251 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10252 not the current buffer.
10253 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10254
10255 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10256 make output go to buffer *vc*, not the current buffer.
10257
10258 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10259
10260 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10261 so ^, $, *, ? and + are interpreted correctly.
10262
10263 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10264
10265 * help.el (string-key-binding): Renamed from
10266 mode-line-key-binding. Handle any event on a string.
10267 Check for `keymap' properties as well as `local-map' properties.
10268
10269 * comint.el (comint-insert-clicked-input): Use the last key
10270 from this-command-keys to lookup the global key definition.
10271
10272 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10273
10274 * international/characters.el: Add category `j' for
10275 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10276
10277 * international/mule-conf.el (no-conversion): Fix docstring.
10278 (raw-text): Fix docstring.
10279
10280 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10281
10282 * simple.el (choose-completion-string): When not leaving the
10283 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10284 is set.
10285
10286 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10287 parameter `(minibuffer . t)'.
10288
10289 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10290
10291 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10292 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10293 (sh-mode): Remove `make-local-variable' for unused var
10294 `font-lock-unfontify-region-function'.
10295
10296 2001-03-07 Richard M. Stallman <rms@gnu.org>
10297
10298 * info.el (Info-scroll-down): Fix previous change.
10299
10300 * mail/rmail.el (rmail-toggle-header): Use a window which
10301 is showing the Rmail buffer, rather than the selected window.
10302
10303 2001-03-07 Dave Love <fx@gnu.org>
10304
10305 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10306 now, to avoid problems with binding imenu directly to a mouse event.
10307
10308 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10309
10310 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10311 second arg t.
10312
10313 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10314
10315 * log-edit.el (log-edit-common-indent): New var.
10316 (log-edit-set-common-indentation): Renamed from
10317 log-edit-delete-common-indentation. Use the new var.
10318 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10319
10320 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10321 (cvs-mode-add-change-log-entry-other-window):
10322 Don't presume change-log-default-name is defined.
10323
10324 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10325
10326 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10327 the "tree" operation as well.
10328
10329 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10330
10331 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10332 to match paragraph-start.
10333
10334 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10335 comment-start-skip and set comment-end-skip as well.
10336 (sgml-comment-indent): Fix for new value of comment-start-skip.
10337 (html-autoview-mode): Don't bother using make-local-hook.
10338
10339 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10340
10341 * cus-edit.el (custom-save-delete): Move in front of local
10342 variables, otherwise long Custom entries would make them ineffective.
10343
10344 * uniquify.el: Set maintainer to FSF.
10345
10346 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10347
10348 * dired-aux.el (dired-do-shell-command): Doc fix.
10349
10350 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10351
10352 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10353
10354 * which-func.el (which-func-modes): Add cperl-mode.
10355 (which-func-mode-global): Use define-minor-mode.
10356
10357 * info-look.el: Docstring fixes and dead code eliminated.
10358 (cperl-mode): Add support.
10359 (emacs-lisp-mode): List all entries from elisp manual, whether
10360 or not they are currently (f)bound or not. Update regexp.
10361
10362 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10363
10364 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10365 so that C-h m shows the correct information.
10366 Use make-local-variable rather than make-variable-buffer-local.
10367 (cperl-info-buffer, cperl-setup-tmp-buf):
10368 Use make-local-variable rather than make-variable-buffer-local.
10369 (cperl-msb-fix, cperl-get-help-defer):
10370 Check major-mode for `cperl-mode' as well.
10371
10372 * progmodes/cperl-mode.el: Updated to author version 4.23.
10373 (cperl-electric-pod): SYNOPSIS was misspelled.
10374 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10375 (cperl-after-expr-p): Make true after __END__.
10376
10377 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10378
10379 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10380 bookmark-completion-ignore-case is t.
10381
10382 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10383 switch, like xterm, and concat resource strings, with a newline
10384 between them.
10385
10386 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10387
10388 * international/codepage.el (cp770-decode-table)
10389 (cp773-decode-table, cp774-decode-table): New variables.
10390
10391 * man.el (Man-hyphenated-reference-regexp): New variable.
10392 (Man-build-references-alist): Use it to search for referenced
10393 manpages. If hyphenated is non-nil, record a concatenated word in
10394 Man-refpages-alist only if it matches Man-reference-regexp.
10395 Update word's length when it is concatenated. Reverse the list,
10396 to get the first manpage at the head.
10397 (Man-possibly-hyphenated-word): New function.
10398 (Man-follow-manual-reference): Use it instead of current-word to
10399 find a manpage at point, in a way that accounts for hyphenated
10400 references.
10401
10402 2001-03-06 Alex Schroeder <alex@gnu.org>
10403
10404 * sql.el (sql-interbase): New function.
10405 (sql-interbase-program): New option.
10406 (sql-interbase-options): New option.
10407 And some typos fixed: "customise" to "customize".
10408
10409 2001-03-06 Dave Love <fx@gnu.org>
10410
10411 * textmodes/flyspell.el (flyspell-region):
10412 Set up flyspell-local-mouse-map.
10413
10414 2001-03-05 Richard M. Stallman <rms@gnu.org>
10415
10416 * mail/rmail.el (rmail-retry-failure):
10417 Don't call rmail-beginning-of-message.
10418 Don't discard From: field. Do discard Received: field.
10419 Use unwind-protect to re-prune.
10420 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10421
10422 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10423
10424 * international/quail.el (quail-title): Add autoload cookie.
10425
10426 2001-03-05 Dave Love <fx@gnu.org>
10427
10428 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10429 new defs.
10430
10431 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10432
10433 * language/ethio-util.el (ethio-toggle-space):
10434 Update current-input-method-title if necessary.
10435 (ethio-toggle-punctuation): Likewise.
10436
10437 * international/quail.el (quail-title): Fix for the case that a
10438 title of an input method is specified by a list of the same form
10439 as used in mode-line-format.
10440
10441 * international/mule-cmds.el (activate-input-method):
10442 If current-input-method-title is set by activating INPUT-METHOD,
10443 respect that value.
10444
10445 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10446
10447 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10448
10449 2001-03-05 Alex Schroeder <alex@gnu.org>
10450
10451 * sql.el (sql-sybase): Fix typo (was: query user about server two
10452 times instead of server and database).
10453
10454 * sql.el (sql-sybase): Doc change.
10455 (sql-mysql): Doc change.
10456 (sql-postgres): Doc change.
10457
10458 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10459
10460 * international/mule-conf.el (emacs-mule, raw-text):
10461 Docstring modified.
10462
10463 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10464
10465 * term/internal.el: Update copyright notice.
10466
10467 * term/pc-win.el: Update copyright notice.
10468
10469 2001-03-02 Dave Love <fx@gnu.org>
10470
10471 * files.el (insert-file-contents-literally):
10472 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10473 not jka-compr-compression-info-list.
10474
10475 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10478 spaces in default comment-start-skip settings rather than \s-.
10479
10480 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10481
10482 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10483 default-frame-alist as well.
10484
10485 2001-03-01 Dave Love <fx@gnu.org>
10486
10487 * textmodes/reftex.el (defvar): Wrap some defvars in
10488 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10489
10490 * subr.el (event-basic-type): Doc fix.
10491
10492 * international/quail.el: Doc fixes.
10493
10494 * international/utf-8.el: Doc fixes.
10495
10496 * international/mule-cmds.el: Doc fixes.
10497 (leim-list-header): Fix header text.
10498
10499 * international/mule.el (coding-system-category): Doc fix.
10500
10501 * international/ccl.el (ccl-compile): Doc fix.
10502
10503 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10504
10505 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10506 rather than (before|after)-change-functions.
10507
10508 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10509
10510 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10511 scroll-left and scroll-right being called interactively so that
10512 they set the window's min_hscroll.
10513
10514 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10515
10516 * info.el (info-insert-file-contents-1): Accept an additional
10517 argument `lfn': if it is non-nil, concatenate `filename' and
10518 `suffix'; otherwise use the complicated MS-DOS code.
10519 All callers changed.
10520 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10521 can access long file names, try the long file-name version of
10522 `info-insert-file-contents-1', then the short file-name version.
10523
10524 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10525
10526 * language/ethio-util.el (setup-ethiopic-environment-internal):
10527 Change bindings of functions keys to conform to "Emacs Lisp Coding
10528 Convention".
10529
10530 * language/ethiopic.el ("Ethiopic"): Add documentation.
10531
10532 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10533
10534 * international/utf-8.el (mule-utf-8): Set coding-category
10535 property to coding-category-utf-8.
10536
10537 2001-02-27 Richard M. Stallman <rms@gnu.org>
10538
10539 * lpr.el (lpr-page-header-switches, print-region-1):
10540 Undo 2000-07-06 change.
10541 (lpr-add-switches): Default to t on gnu/linux.
10542
10543 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10544
10545 * bs.el (bs-attributes-list): Doc fix.
10546
10547 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10548
10549 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10550
10551 * help.el (view-order-manuals): Use goto-address.
10552
10553 * startup.el (command-line-1): Add info about ordering manuals
10554 to the not so fancy splash screens.
10555
10556 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10557
10558 * vc.el (vc-default-workfile-unchanged-p)
10559 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10560
10561 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10562
10563 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10564 fontify in the right buffer.
10565
10566 * allout.el (outline-flag-region): Move macro in front of first
10567 use to avoid a run-time error.
10568
10569 2001-02-24 Andrew Innes <andrewi@gnu.org>
10570
10571 * makefile.w32-in: Fix copyright notice.
10572
10573 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10574
10575 * international/utf-8.el (mule-utf-8): Set correct value for
10576 valid-codes property.
10577
10578 * international/fontset.el (x-complement-fontset-spec): In the
10579 case that we use ASCII font for the other charsets, use only
10580 family and registry part of it.
10581
10582 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10583
10584 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10585 (shrink-window-if-larger-than-buffer): Doc fix.
10586
10587 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10588
10589 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10590 predicate passed to completing-read.
10591
10592 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10593
10594 * startup.el (command-line): Fix last change.
10595
10596 2001-02-23 Jason Rumney <jasonr@gnu.org>
10597
10598 * startup.el (tool-bar-originally-present): New variable.
10599 (command-line): Set it if the tool-bar is switched on at startup.
10600
10601 * frame.el (frame-notice-user-settings): Only adjust frame height
10602 for no tool-bar case if tool-bar was originally switched on.
10603 From E. Jay Berkenbilt.
10604
10605 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10606
10607 * server.el (server-switch-buffer): Only switch window if the
10608 current one is dedicated.
10609
10610 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10611 rather than using (match-beginning 0) when searching for break point.
10612
10613 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10616 @ follows an accent command such as @'. Support optional braces
10617 in commands that insert accents, like makeinfo does.
10618
10619 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10620
10621 * startup.el (fancy-splash-text): Add a line for ordering
10622 manuals. Reverse order of splash screens shown.
10623 (use-fancy-splash-screens-p): Adapt to the text line added.
10624
10625 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10626 manuals from the FSF.
10627
10628 * help.el (view-order-manuals): New function.
10629 (toplevel): Bind C-h C-m to this function.
10630
10631 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * newcomment.el (comment-forward): Skip the comment-start before
10634 searching for the comment-end.
10635
10636 2001-02-21 Dave Love <fx@gnu.org>
10637
10638 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10639
10640 * international/mule-cmds.el, international/mule.el: Doc fixes.
10641
10642 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10643
10644 * startup.el (fancy-splash-screens): Use display-hourglass
10645 instead of display-busy-cursor.
10646
10647 * frame.el (display-hourglass): Renamed from busy-cursor.
10648 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10649 (show-cursor-in-non-selected-windows): Doc fix.
10650
10651 2001-02-20 Dave Love <fx@gnu.org>
10652
10653 * international/utf-8.el: Doc and commentary fixes.
10654
10655 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10656
10657 * ehelp.el (with-electric-help): Doc fix.
10658
10659 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10660
10661 * msb.el (msb-mode): Call the update-buffers function explicitly
10662 with a FORCE argument.
10663
10664 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10665 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10666 returns nil.
10667
10668 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10669
10670 * ps-print.el: Timestamp package replacement. Some enhancements.
10671 Some XEmacs compatibility. Doc fix.
10672 (ps-print-version): New version number (6.4).
10673 (ps-printer-name): Initialization fix.
10674 (ps-zebra-stripe-follow): Funcionality enhancement.
10675 (ps-prologue-file): Code enhancement.
10676 (ps-right-header): Timestamp package replacement.
10677 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10678 (ps-get-page-dimensions)
10679 (ps-generate-header, ps-begin-file, ps-begin-job)
10680 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10681 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10682 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10683 (coding-system-for-write): Var declaration (XEmacs compatibility).
10684
10685 2001-02-20 Miles Bader <miles@gnu.org>
10686
10687 * image-file.el (image-file-name-extensions): Add "tif".
10688
10689 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10690
10691 * wid-edit.el (widget-button-click): Save the selected window
10692 around the code handling clicks on buttons.
10693
10694 2001-02-18 Dave Love <fx@gnu.org>
10695
10696 * imenu.el (imenu--generic-function): Use mapc to iterate over
10697 syntax characters.
10698
10699 2001-02-17 Richard M. Stallman <rms@gnu.org>
10700
10701 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10702
10703 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10704
10705 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10706
10707 * mouse.el (mouse-save-then-kill): If the distance from the new
10708 point to the mark is equal to the distance of point from the new
10709 point, move point instead of the mark.
10710
10711 2001-02-16 Dave Love <fx@gnu.org>
10712
10713 * textmodes/flyspell.el (flyspell-get-word): Return string without
10714 properties.
10715
10716 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10717
10718 * generic.el (generic-find-file-regexp): Doc fix.
10719 (generic-ignore-files-regexp): New defcustom.
10720 (generic-mode-find-file-hook): If the file's name matches the
10721 regexp in `generic-ignore-files-regexp', don't enter
10722 default-generic-mode. Doc fix.
10723
10724 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10725
10726 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10727 Add autoload cookies.
10728
10729 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10730 of cal-tex-24.
10731
10732 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10735
10736 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10737 the character class after the (optional) drive, to support file
10738 names with embedded blanks.
10739
10740 2001-02-15 Sam Steingold <sds@gnu.org>
10741
10742 * textmodes/tex-mode.el (tex-shell-running):
10743 Check the process buffer too.
10744
10745 2001-02-15 Dave Love <fx@gnu.org>
10746
10747 * battery.el (battery-status-function): Fix doc, :type.
10748
10749 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10750
10751 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10752
10753 * subr.el (read-passwd): Clear Lisp memory holding password.
10754
10755 2001-02-15 Miles Bader <miles@gnu.org>
10756
10757 * info.el (Info-copy-current-node-name): New function.
10758 (Info-mode-menu): Add it to the menu.
10759
10760 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10761
10762 * international/mule-cmds.el (toggle-input-method): Doc fix.
10763
10764 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10765
10766 * replace.el (occur): Stop at end of buffer.
10767
10768 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10769
10770 * international/mule-cmds.el (set-input-method): Another doc fix.
10771
10772 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10773
10774 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10775
10776 2001-02-13 Miles Bader <miles@gnu.org>
10777
10778 * faces.el (set-face-background, set-face-foreground)
10779 (set-face-stipple): Treat a value of nil as being `unspecified'.
10780
10781 2001-02-12 Dave Love <d.love@dl.ac.uk>
10782
10783 * international/latin1-disp.el: Doc fixes.
10784 (latin1-display) <defgroup>: Add :link.
10785 (latin1-display) <function>: Set variable latin1-display.
10786
10787 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10788
10789 * international/mule-cmds.el (set-input-method): Doc fix.
10790
10791 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10792
10793 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10794 (speedbar-line-file): Return nil if not a file.
10795 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10796
10797 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10798
10799 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10800 for remote files.
10801 (ediff-coding-system-for-read): Replaced the no-conversion default
10802 with raw-text.
10803
10804 * ediff-init.el: Removed :version from defcustom vars.
10805
10806 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10807 Better handling of the diff mode.
10808
10809 * ediff.texi: Added ediff-coding-system-for-read.
10810
10811 * viper.texi: Fix typos.
10812
10813 2001-02-11 Dave Love <fx@gnu.org>
10814
10815 * shadowfile.el: Doc fixes.
10816 (shadow) <defgroup>: Add :link.
10817 (shadowfile-unload-hook): New function.
10818 (shadow-initialize): Use defalias, not fset.
10819 (shadow-define-cluster, shadow-define-literal-group)
10820 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10821
10822 * international/mule.el: Doc and message fixes.
10823
10824 * international/ccl.el (define-ccl-program): Doc fix.
10825
10826 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10827
10828 * faces.el (mode-line): Set :line-width property to -1.
10829
10830 2001-02-10 Richard M. Stallman <rms@gnu.org>
10831
10832 * complete.el (partial-completion-mode): Doc fix.
10833
10834 * simple.el (delete-key-deletes-forward-mode):
10835 Change `let' to `let*' to fix gross bug in last change.
10836
10837 * repeat.el (repeat): Don't let execute-kbd-macro alter
10838 real-last-command.
10839
10840 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10841
10842 * simple.el (eval-expression): Doc fix.
10843
10844 2001-02-09 Dave Love <fx@gnu.org>
10845
10846 * imenu.el (imenu-generic-expression): Doc fix.
10847
10848 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10849 From Juanma Barranquero.
10850
10851 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10852
10853 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10854
10855 * faces.el (set-face-attribute): Describe the case of a negative
10856 value specified for :line-width.
10857
10858 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10859
10860 * which-func.el (which-func-mode): Invert which-func-mode-global.
10861 From Juanma Barranquero <lektu@uol.com.br>.
10862
10863 2001-02-08 Dave Love <fx@gnu.org>
10864
10865 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10866 widget-plist-value-type.
10867 (widget-alist-convert-widget): Replace binding of
10868 widget-alist-value-type.
10869
10870 * textmodes/paragraphs.el (sentence-end): Doc fix.
10871
10872 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10873 Remove `backward-line'.
10874
10875 * play/pong.el (pong-blank-color, pong-bat-color)
10876 (pong-ball-color, pong-border-color, pong-left-key)
10877 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10878 (pong-pause-key, pong-resume-key, pong-timer-delay):
10879 * mail/mh-comp.el (mh-compose-letter-function):
10880 * eshell/esh-mode.el (eshell-skip-prompt-function):
10881 * emulation/viper-ex.el (ex-unix-type-shell-options):
10882 * recentf.el (recentf-menu-filter):
10883 * ps-print.el (ps-print-region-function):
10884 * lpr.el (print-region-function):
10885 * forms.el (forms-mode-hooks):
10886 * dirtrack.el (dirtrack-directory-change-hook):
10887 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10888 * textmodes/spell.el (spell-filter):
10889 * textmodes/fill.el (adaptive-fill-function):
10890 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10891 * progmodes/etags.el (find-tag-default-function):
10892 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10893 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10894
10895 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10896
10897 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10898 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10899 Meyering <jim@meyering.net>.
10900
10901 * loadup.el: Revert last change.
10902
10903 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10904
10905 * international/mule.el (transform-make-coding-system-args):
10906 Make it work also for coding systems not using CCL.
10907
10908 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10909
10910 * simple.el (previous-matching-history-element)
10911 (next-matching-history-element): Doc fix.
10912
10913 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10914 specific part.
10915
10916 2001-02-06 Dave Love <fx@gnu.org>
10917
10918 * add-log.el (add-log-current-defun-function)
10919 (add-log-buffer-file-name-function, add-log-file-name-function):
10920 Fix :type.
10921 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10922
10923 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10924
10925 * info.el (info-initialize): Remove the test for system-type when
10926 invocation-directory is non-nil.
10927
10928 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10929 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10930
10931 2001-02-06 Andrew Innes <andrewi@gnu.org>
10932
10933 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10934 absolute.
10935
10936 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10937
10938 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10939 buffers. When hi-lock turned on rather than only checking current
10940 buffer for regexps, all buffers are checked. Moved activation of
10941 font-lock to hi-lock-refontify. When font-lock turned off rather
10942 than removing added highlighting just in current buffer, remove it
10943 in all buffers. Changed edit menu text from "Automatic
10944 Highlighting" to "Regexp Highlighting" Documentation for
10945 highlighting phrases, minor documentation changes.
10946 (hi-lock-set-file-patterns): Execute only if there are new or
10947 existing file patterns.
10948 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10949 unfontify and, if a support mode is active, will not refontify the
10950 whole buffer. If necessary, turn on font lock. (Removed
10951 font-lock-unfontify and font-lock support-mode-specific calls,
10952 such as lazy-lock-fontify-window.)
10953 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10954 patterns are found. Not useful now since find-file-hook is removed
10955 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10956 (hi-lock-face-phrase-buffer): New function. Also added related
10957 menu item and keybinding.
10958 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10959 (hi-lock-process-phrase): New function.
10960 (hi-lock-line-face-buffer): Doc fixes.
10961 (hi-lock-face-buffer): Doc fixes.
10962 (hi-lock-unface-buffer): Doc fixes.
10963
10964 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10965
10966 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10967 dabbrev-ignored-regexps.
10968
10969 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10970
10971 * simple.el (kill-line): Doc fix.
10972
10973 2001-02-05 Dave Love <fx@gnu.org>
10974
10975 * loadup.el: Revert last two changes -- bootstrapping works with
10976 regenerated loaddefs.
10977
10978 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10979
10980 * isearch.el (isearch-forward): Doc fix.
10981
10982 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10983 of font-lock-defaults to backward-paragraph.
10984
10985 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10986
10987 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10988 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10989
10990 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10991
10992 * ebnf2ps.el: Eliminate time-stamp functions.
10993 (ebnf-version): New version (3.5).
10994 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10995 format-time-string.
10996
10997 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10998
10999 * simple.el (next-line): Goto end-of-line before inserting a newline.
11000
11001 2001-02-05 Miles Bader <miles@gnu.org>
11002
11003 * image-file.el (insert-image-file): When visiting an image, also
11004 set `truncate-lines' to t so that any fringe arrow looks correct.
11005
11006 2001-02-05 Kenichi Handa <handa@etl.go.jp>
11007
11008 * isearch.el (isearch-forward): Add description about input method
11009 in the docsting.
11010
11011 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
11012
11013 * skeleton.el (skeleton-internal-1): Always push the mark for @.
11014
11015 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11016
11017 * info.el (info-initialize): If installation-directory is nil, for
11018 DOS/Windows systems try looking in a sibling of invocation-directory.
11019
11020 2001-02-02 Gerd Moellmann <gerd@gnu.org>
11021
11022 * wid-edit.el (widget-button-click): Fix last change.
11023
11024 * frame.el (frame-notice-user-settings): When resizing the initial
11025 frame because the tool bar is off, also change the frame's top
11026 position if a negative top position was specified.
11027
11028 2001-02-02 Miles Bader <miles@gnu.org>
11029
11030 * image-file.el (insert-image-file): When visiting an image,
11031 suppress the cursor in the image buffer.
11032
11033 2001-02-01 Dave Love <fx@gnu.org>
11034
11035 * progmodes/f90.el (f90-mode): Remove startup message.
11036
11037 * vc-cvs.el: Remove autoloads. Require vc when compiling.
11038
11039 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11040
11041 * startup.el (command-line): Fix code determining whether or not
11042 to use delete-key-deletes-forward-mode.
11043
11044 2001-02-01 Andre Spiegel <spiegel@gnu.org>
11045
11046 * vc.el (vc-diff-switches): New user option.
11047 (vc-version-diff): Use it.
11048 (vc-diff-switches-list): New macro.
11049
11050 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
11051 New customization options.
11052 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
11053
11054 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
11055
11056 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11057
11058 * msb.el (toplevel): Quote hook symbols.
11059
11060 2001-02-01 Kenichi Handa <handa@etl.go.jp>
11061
11062 * international/mule.el (make-coding-system): Add description
11063 about recognized properties in the docstring.
11064
11065 * international/mule-conf.el: Remove unused charsets
11066 mac-roman-lower and mac-roman-upper.
11067
11068 2001-01-31 Gerd Moellmann <gerd@gnu.org>
11069
11070 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
11071 is in front of the left-margin, if any.
11072
11073 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
11074 like `delete'.
11075
11076 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
11077
11078 * term/w32-win.el (mouse-set-font): Doc fix.
11079
11080 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
11081
11082 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
11083 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
11084 on already.
11085
11086 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
11087
11088 * files.el (save-buffer): Don't give message if (buffer-file-name)
11089 returns nil.
11090
11091 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11092
11093 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11094
11095 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11096 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11097
11098 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11099 display problems.
11100
11101 2001-01-31 Kenichi Handa <handa@etl.go.jp>
11102
11103 * international/mule.el (charset-info): Fix docstring.
11104
11105 * international/mule-diag.el (describe-character-set): Check final
11106 char valid before printing it.
11107
11108 2001-01-30 Gerd Moellmann <gerd@gnu.org>
11109
11110 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11111
11112 * frame.el (frame-notice-user-settings): Do the tool-bar
11113 stuff only for graphical displays. Fix a braino.
11114
11115 * frame.el (frame-initialize): Create initial frame visible.
11116 (frame-notice-user-settings): When tool-bar has been switched off,
11117 correct the frame size and sync tool-bar-mode.
11118
11119 * startup.el (command-line): Remove manipulation of frame
11120 height for tool bars.
11121
11122 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11123
11124 * lpr.el: Compatibility with XEmacs and doc fixes.
11125 (lpr-windows-system, lpr-lp-system): New vars.
11126 (lpr-printer-switch): New defcustom.
11127 (printer-name, lpr-command): Customization fix.
11128 (print-region-1): Code fix.
11129 (print-region-new-buffer, printify-region): Indentation fix.
11130 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11131 New functions.
11132
11133 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11134
11135 * msb.el (toplevel): Fix the eval-after-load.
11136
11137 2001-01-29 Dave Love <fx@gnu.org>
11138
11139 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11140
11141 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11142
11143 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11144 (tcl-using-emacs-19-23): Consider Emacs 21+.
11145 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11146 (tcl-add-emacs-menu): Supply menu name.
11147 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11148
11149 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11150
11151 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11152
11153 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11154
11155 * pcvs.el (cvs-mark-fis-dead): New function.
11156 (cvs-mode-add): Use it.
11157 (cvs-mode-add-change-log-entry-other-window):
11158 Rebind change-log-default-name to itself rather than to nil.
11159
11160 2001-01-29 Sam Steingold <sds@gnu.org>
11161
11162 * vc-cvs.el: Replaced (require 'vc) with a bunch of
11163 `autoload' statements.
11164
11165 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11166
11167 * files.el (confirm-kill-emacs): Doc fix.
11168
11169 * frame.el (frame-initialize): Doc fix.
11170
11171 * time-stamp.el (time-stamp-string): Doc fix.
11172
11173 * woman.el (WoMan-log-1): Make the log buffer writable.
11174 From Markus Rost <rost@math.ohio-state.edu>.
11175
11176 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11177
11178 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11179 the `make-variable-buffer-local'.
11180
11181 2001-01-29 Dave Love <fx@gnu.org>
11182
11183 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11184 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11185 Add autoload cookie.
11186 (ansi-color-apply-sequence): Fix typo.
11187
11188 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11189
11190 * menu-bar.el (menu-bar-files-menu): Add menu items for
11191 Postscript printing in black and white.
11192
11193 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11194 X-Mailman-Version, Precedence, List-Help, List-Post,
11195 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11196 Content-Type, Content-Length.
11197
11198 2001-01-29 Dave Love <fx@gnu.org>
11199
11200 * elide-head.el (elide-head): Make overlay evaporate.
11201
11202 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11203
11204 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11205
11206 * isearch.el (isearch-highlight): Don't punt if the display
11207 doesn't support colors, since isearch faces are defined for
11208 monochrome displays as well.
11209
11210 2001-01-27 Sam Steingold <sds@gnu.org>
11211
11212 * shell.el (shell-write-history-on-exit): Make sure that we are in
11213 the shell buffer (M-x tex-file RET inserted the error message into
11214 the TeX buffer).
11215
11216 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11217
11218 * simple.el (transient-mark-mode): Doc fix.
11219
11220 2001-01-27 Gerd Moellmann <gerd@gnu.org>
11221
11222 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11223
11224 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11225
11226 * shell.el (shell-unquote-argument): If the shell is one of the
11227 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11228 quote character.
11229 (shell-dumb-shell-regexp): Document that the shells which match
11230 this regexp are supposed to not treat a backslash as a quote character.
11231
11232 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11233 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11234
11235 2001-01-27 Richard M. Stallman <rms@gnu.org>
11236
11237 * dabbrev.el (dabbrev--substitute-expansion):
11238 Treat a one-capital-letter abbrev as "not all upper case",
11239 so as to force preservation of the expansion's pattern
11240 if the expansion starts with a capital letter.
11241
11242 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11243
11244 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11245 Doc fix.
11246
11247 * simple.el (transient-mark-mode): Document the fact that many
11248 commands act on the region when mark is active.
11249
11250 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11251
11252 * international/quail.el (quail-setup-completion-buf): Make the
11253 multibyteness of current buffer inherited to Quail completion buffer.
11254 (quail-show-guidance-buf): Make the multibyteness of current
11255 buffer inherited to Quail guidance buffer.
11256 (quail-help): Make the multibyteness of current buffer inherited
11257 to Quail help buffer.
11258
11259 2001-01-26 Dave Love <fx@gnu.org>
11260
11261 * time-stamp.el: Doc fixes.
11262
11263 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11264 (delphi-keyword-face, delphi-other-face): Fix :type.
11265
11266 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11267
11268 * mail/feedmail.el (feedmail): Add :link.
11269 (feedmail-send-it): Doc fix.
11270
11271 * mail/sendmail.el: Doc fixes.
11272 (sendmail-send-it): Fix the non-ASCII regexp and use
11273 rfc2047-encode-string.
11274
11275 * dired.el, dired-aux.el: Revert last change.
11276
11277 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11278
11279 * makefile.w32-in (DONTCOMPILE): Add various term files.
11280
11281 2001-01-26 Dave Love <fx@gnu.org>
11282
11283 * Makefile.in (DONTCOMPILE): Add various term files.
11284
11285 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11286
11287 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11288
11289 * startup.el (display-startup-echo-area-message): Make sure
11290 the echo area is resized to fit the size of the startup message.
11291
11292 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11293 part of which is a constant.
11294
11295 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11296
11297 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11298
11299 2001-01-26 Richard M. Stallman <rms@gnu.org>
11300
11301 * simple.el (next-line): Don't let `newline' expand abbrevs.
11302 Simplify slightly.
11303 (open-line): Don't let `newline' expand abbrevs.
11304
11305 2001-01-25 John Wiegley <johnw@gnu.org>
11306
11307 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11308 to `repeat' in the :type field.
11309
11310 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11311 allow a choice of regexp or nil.
11312 (pcomplete-dir-ignore): Same.
11313
11314 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11315 a command) to always fail.
11316
11317 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11318
11319 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11320 discard the result.
11321 (iswitchb-to-end): Likewise.
11322
11323 2001-01-25 Sam Steingold <sds@gnu.org>
11324
11325 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11326 Require vc.
11327
11328 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11329
11330 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11331
11332 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11333
11334 2001-01-25 Dave Love <fx@gnu.org>
11335
11336 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11337 (describe-coding-system): Tweak the English text.
11338
11339 * loadup.el: Preload international/ccl for utf-8.
11340
11341 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11342
11343 * mail/rmail.el (rmail-redecode-body): Doc fix.
11344
11345 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11346
11347 * international/mule-cmds.el (reset-language-environment):
11348 Reset coding-category-utf-8 to mule-utf-8.
11349
11350 * international/mule-conf.el (coding-category-utf-8):
11351 Initialize to mule-utf-8.
11352
11353 * loadup.el: Preload international/utf-8.
11354
11355 * international/utf-8.el: New file.
11356
11357 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11358
11359 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11360
11361 2001-01-24 Sam Steingold <sds@gnu.org>
11362
11363 * dired.el (dired-replace-in-string): Removed.
11364 (dired-sort-toggle): Use `replace-regexps-in-string'
11365 instead of `dired-replace-in-string'.
11366
11367 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11368 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11369
11370 * gs.el (gs-replace-in-string): Removed.
11371 (gs-options): Use `replace-regexps-in-string'
11372 instead of `gs-replace-in-string'.
11373
11374 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11375
11376 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11377 bug report is mailed to an email list and posted to a news group.
11378
11379 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11380
11381 * comint.el (comint-replace-by-expanded-history-before-point):
11382 Fix change of 2000-08-03 to move point to the start of the line again.
11383
11384 * startup.el (tool-bar-images-pixel-height): New variable.
11385 (command-line): After loading the user's init file, when
11386 tool-bar-mode is on, increase the frame's size by some lines for
11387 the tool-bar.
11388
11389 * frame.el (frame-initialize): Create the initial frame invisible.
11390
11391 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11392
11393 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11394 (chinese-big5): MIME:Big5.
11395
11396 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11397
11398 * international/mule-cmds.el (universal-coding-system-argument):
11399 Handle commands with prefix args.
11400
11401 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11402
11403 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11404 being a list of numbers.
11405 (diary-mail-entries): Rewritten.
11406
11407 2001-01-23 Dave Love <fx@gnu.org>
11408
11409 * international/mule.el (make-coding-system): Fix typo.
11410
11411 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11412 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11413
11414 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11415
11416 * font-lock.el (font-lock-mode): Doc fix.
11417
11418 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11419
11420 * international/mule.el (make-translation-table): Fix docstring.
11421
11422 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11423
11424 * mail/rmail.el (rmail-redecode-body): New function.
11425
11426 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11427
11428 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11429
11430 * isearch.el (isearch-lazy-highlight-case-fold-search)
11431 (isearch-lazy-highlight-regexp): New variables.
11432 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11433 case-fold search or regexp search has been toggled.
11434
11435 * wid-edit.el (widget-button-click): Avoid a save-excursion
11436 around running a global binding.
11437
11438 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11439 to 0.25.
11440
11441 2001-01-20 Miles Bader <miles@gnu.org>
11442
11443 * cus-edit.el (custom-face-save): Do post-processing on the face's
11444 new value like `custom-face-set' does.
11445
11446 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11447
11448 * mail/emacsbug.el (report-emacs-bug): Report the value of
11449 LC_CTYPE, not LC_TYPE.
11450
11451 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11452 isearch-toggle-regexp and isearch-edit-string to doc string.
11453
11454 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11455
11456 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11457 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11458
11459 * jit-lock.el (jit-lock-fontify-now): Don't bind
11460 font-lock-beginning-of-syntax-function to nil.
11461
11462 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11463
11464 * mail/emacsbug.el (report-emacs-bug): Report values of
11465 locale-coding-system, default-enable-multibyte-characters, and the
11466 environment variables LC_ALL, LC_TYPE, and LANG.
11467
11468 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11469
11470 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11471
11472 * font-lock.el (font-lock-multiline): Default to nil.
11473 (font-lock-default-fontify-region): If font-lock-multiline is
11474 nil, don't check the property `font-lock-multiline'.
11475
11476 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11477 is nil, don't check the `font-lock-multiline' text property.
11478
11479 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11480
11481 * viper.el: Call initial-major-mode on startup.
11482
11483 * ediff.el (ediff-patch-file): Use better defaults.
11484
11485 * ediff-vers.el: Fix for 8+3 DOS file systems.
11486
11487 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11488
11489 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11490 diff mode, if available.
11491
11492 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11493
11494 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11495
11496 * ediff-init.el (subst-char-in-string): Define and use it, unless
11497 it's already defined.
11498
11499 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11500
11501 * tooltip.el (tooltip-hide-delay): New user-option.
11502 (tooltip-show): Use tooltip-hide-delay instead of the default.
11503
11504 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11505
11506 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11507 kill-local-variable doesn't work for enable-multibyte-characters.
11508
11509 2001-01-17 Dave Love <fx@gnu.org>
11510
11511 * ediff-init.el (ediff-before-setup-hook)
11512 (ediff-merge-filename-prefix): Add :version.
11513
11514 * international/latin1-disp.el: Require disp-table.
11515 (latin1-display): Fix :set.
11516
11517 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11518
11519 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11520
11521 * isearch.el (isearch-lazy-highlight-initial-delay)
11522 (isearch-lazy-highlight-interval): Default to 0.
11523
11524 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11525
11526 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11527 1 here rather than each time through
11528 isearch-lazy-highlight-new-loop.
11529 (isearch-lazy-highlight-max): Variable deleted.
11530 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11531 isearch-lazy-highlight-max but controls a single invocation of
11532 isearch-lazy-highlight-update.
11533 (isearch-lazy-highlight-wrapped): Variable recreated.
11534 (isearch-lazy-highlight-window-start): New variable.
11535 (isearch-lazy-highlight-cleanup): Restored to behavior of
11536 before 2-Jan.
11537 (isearch-lazy-highlight-remove-overlays): Function deleted;
11538 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11539 behavior removed.
11540 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11541 isearch-lazy-highlight-update in a loop rather than just once.
11542 Test isearch-invalid-regexp here and decide not to start a new
11543 loop, rather than testing it each time through
11544 isearch-lazy-highlight-update.
11545 (isearch-lazy-highlight-search): Function restored.
11546 (isearch-lazy-highlight-update): Get called in a timer loop again,
11547 but this time highlight more than one match each time through.
11548 Only highlight matches in the visible part of the window.
11549 Start at point, move in the direction of the search, and wrap around at
11550 the edge of the window. Use sit-for to force redisplay and ensure
11551 window-start is credible. "Face suppressing" behavior removed;
11552 overlay priorities should make it unnecessary, right?
11553 (isearch-highlight): Face suppressing behavior removed.
11554 (isearch-dehighlight): Face suppressing behavior removed.
11555 (isearch-set-lazy-highlight-faces-at): Removed.
11556
11557 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11558
11559 * language/european.el ("Latin-1"): Make the format of description
11560 about additional language environments same as that of Latin-2.
11561
11562 2001-01-16 Dave Love <fx@gnu.org>
11563
11564 * isearch.el (isearch-lazy-highlight): Add :version.
11565
11566 * simple.el (backward-delete-char-untabify-method)
11567 (next-line-add-newlines): Add :version.
11568
11569 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11570
11571 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11572 Don't bind <delete> otherwise.
11573
11574 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11575 and <delete> via function-key-map.
11576
11577 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11578 Subject line only if point is after the `Subject:'.
11579
11580 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11581
11582 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11583 japanese-jisx0213-2 in `charset' property of this lang. env.
11584
11585 * language/european.el ("Latin-1"): Add description for Dutch and
11586 Spanish lang. env.
11587
11588 * international/mule.el (decode-char): Fix conditions.
11589 (encode-char): Handle eight-bit-control too.
11590 (transform-make-coding-system-args): New function.
11591 (make-coding-system): Accept XEmacs style arguments for CCL base
11592 coding system.
11593
11594 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11595
11596 * progmodes/etags.el (find-tag-noselect): Save the value of
11597 tags-file-name before switching buffers, for the case it has a
11598 buffer-local value.
11599
11600 2001-01-15 Alex Schroeder <alex@gnu.org>
11601
11602 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11603 From Dave Love <fx@gnu.org>.
11604 (ansi-color-for-comint-mode): Fix :version.
11605
11606 2001-01-15 Alex Schroeder <alex@gnu.org>
11607
11608 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11609
11610 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11611
11612 * dired.el (dired-insert-directory): If file-system-info fails,
11613 remove the " free " part, but don't signal an error.
11614
11615 2001-01-12 Sam Steingold <sds@gnu.org>
11616
11617 * bookmark.el (bookmark-maybe-historicize-string):
11618 Use new backquote syntax.
11619
11620 2001-01-12 Richard M. Stallman <rms@gnu.org>
11621
11622 * subr.el (last): Handle a list that doesn't end in nil.
11623
11624 2001-01-12 Sam Steingold <sds@gnu.org>
11625
11626 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11627 to `backward-delete-char-untabify'.
11628
11629 2001-01-12 Dave Love <fx@gnu.org>
11630
11631 * cus-edit.el (customize-menu-create): Fix the :filter following
11632 easymenu change.
11633
11634 * wid-edit.el (function): Add :match-alternatives.
11635 (widget-color-action): Doc fix.
11636
11637 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11638
11639 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11640
11641 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11642
11643 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11644
11645 * international/ccl.el (define-ccl-program): Fix docstring.
11646
11647 2001-01-11 Dave Love <fx@gnu.org>
11648
11649 * international/mule-cmds.el (standard-display-european-internal):
11650 Set display table for 2208 as for 160.
11651
11652 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11653
11654 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11655 entry for custom-menu-create change.
11656 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11657 don't cons it in the search loop.
11658
11659 * imenu.el (imenu--truncate-items): Revert last change.
11660
11661 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11662
11663 * info.el (Info-setup-header-line): If the node header includes
11664 either Next: or Prev: links, don't show the File: and Node: parts
11665 in the header line.
11666
11667 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11668
11669 * comint.el (comint-goto-process-mark): Don't print a message
11670 when running in batch mode.
11671
11672 * isearch.el (isearch-search): In the condition-case handler for
11673 `error', set isearch-invalid-regexp to the whole error message.
11674
11675 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11676 ensure that eval-after-load works for files dumped with Emacs.
11677
11678 * help.el (load-symbol-file-load-history): New function extracted
11679 from function symbol-file.
11680 (symbol-file): Use it.
11681
11682 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11683
11684 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11685
11686 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11687 behave as if there were no prefix argument.
11688 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11689 argument were nil.
11690
11691 2001-01-11 Richard M. Stallman <rms@gnu.org>
11692
11693 * isearch.el (isearch-lazy-highlight-update):
11694 Don't look for more potential matches once maximum is exceeded.
11695 Use overlays-in to check correctly for overlap with current match.
11696 Ignore empty matches.
11697
11698 2001-01-11 Miles Bader <miles@gnu.org>
11699
11700 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11701 (ispell-overlay-window, ispell-help, ispell-show-choices)
11702 (ispell-command-loop): Use it instead of `window-height'.
11703
11704 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11705
11706 * files.el (confirm-kill-emacs): New user-option.
11707 (save-buffers-kill-emacs): Ask for final confirmation before
11708 killing Emacs.
11709
11710 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11711 to nil.
11712
11713 2001-01-10 Dave Love <fx@gnu.org>
11714
11715 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11716
11717 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11718
11719 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11720
11721 * calculator.el (calculator-number-digits): Fix :type.
11722
11723 * vc-cvs.el (vc-cvs-header): Fix :type.
11724 * vc-rcs.el (vc-rcs-header): Fix :type.
11725 * vc-sccs.el (vc-sccs-header): Fix :type.
11726
11727 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11728
11729 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11730
11731 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11732
11733 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11734
11735 * simple.el (set-variable): Force a thorough redisplay for the
11736 case that the variable has an effect on the display, like
11737 `tab-width' has.
11738
11739 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11740
11741 * vc.el: Add documentation for backend interface.
11742
11743 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11744
11745 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11746
11747 * international/mule-conf.el (latin-extra-code-table): Set to t
11748 for \223 and \224.
11749
11750 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11751
11752 * international/mule-cmds.el (locale-language-names): Map "es" to
11753 "Spanish" and "nl" to "Dutch".
11754
11755 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11756
11757 * bindings.el (global-map): Bind <home> to beginning-of-line,
11758 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11759 C-<end> to end-of-buffer.
11760
11761 * language/european.el: Add Dutch and Spanish language info
11762 to be able to use the appropriate tutorials.
11763
11764 2001-01-09 Alex Schroeder <alex@gnu.org>
11765
11766 * ansi-color.el (ansi-color-process-output): Use markers instead
11767 of positions for start and end of region.
11768 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11769 Previously, occasional mistakes happend when fontifying many
11770 chunks of output (eg. ls --color=yes /dev). This happened
11771 whenever an overlay was created up to the end of the region, which
11772 coincided with the process-mark. New text would then be added
11773 within that overlay instead of after it.
11774 (ansi-color-make-extent): Overlays are created with the property
11775 `modification-hooks' set to '(ansi-color-freeze-overlay).
11776 (ansi-color-freeze-overlay): New function. When inserting text at
11777 the end of the overlay, the overlay will resize.
11778
11779 2000-01-09 Alex Schroeder <alex@gnu.org>
11780
11781 * ansi-color.el (ansi-color-process-output): Doc change.
11782 (ansi-color-unfontify-region): Doc change. No longer installed
11783 automatically in font-lock-unfontify-region-function.
11784 (ansi-color-apply): Doc change.
11785 (ansi-color-apply-on-region): Use extents or overlays instead of
11786 text-properties.
11787 (ansi-color-make-extent): New function.
11788 (ansi-color-set-extent-face): New function.
11789
11790 2000-01-09 Alex Schroeder <alex@gnu.org>
11791
11792 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11793 both use ansi-color-process-output, now.
11794 (ansi-color-process-output): Doesn't return string anymore. It is
11795 installed in comint-output-filter-functions for both Emacs and
11796 XEmacs, now.
11797 (ansi-color-unfontify-region): Simplified code removing variables
11798 pos and start-ansi.
11799 (ansi-color-apply): Put text-property ansi-color before putting
11800 text-property face because ansi-color-unfontify-region is called
11801 immediately after the call to put-text-property.
11802 (ansi-color-context-region): Doc change.
11803 (ansi-color-filter-region): Simplified code.
11804 (ansi-color-apply-on-region): Changed start to start-marker, using
11805 a marker explicitly. Put text-property ansi-color before putting
11806 text-property face because ansi-color-unfontify-region is called
11807 immediately after the call to put-text-property.
11808
11809 2000-01-09 Alex Schroeder <alex@gnu.org>
11810
11811 * ansi-color.el (ansi-color-faces-vector): Doc change.
11812 (ansi-color-for-comint-mode): Changed :type property to choice.
11813 (ansi-color-last-context): Removed.
11814 (ansi-color-process-output): Don't use ansi-color-last-context, as
11815 the main functions will store their context now.
11816 (ansi-color-context): Doc change.
11817 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11818 Uses ansi-color-context such that repeated calls will strip
11819 partial escape sequences, too.
11820 (ansi-color-apply): Simplified code. Colorize end of string if
11821 face is not null. Store context in new (FACE STRING) format, such
11822 that repeated calls will strip partial escape sequences, too.
11823 Append faces to face property using ansi-color-apply-sequence such
11824 that cumulative mode actually works.
11825 (ansi-color-context-region): New variable.
11826 (ansi-color-filter-region): Rewrote it based on
11827 ansi-color-apply-on-region. Uses ansi-color-context-region such
11828 that repeated calls will strip partial escape sequences, too.
11829 (ansi-color-apply-on-region): Simplified code. Colorize end of
11830 region if face is not null. Store context in new (FACE POS)
11831 format, such that repeated calls will strip partial escape
11832 sequences, too. Append faces to face property using
11833 ansi-color-apply-sequence such that cumulative mode actually works.
11834 (ansi-color-apply-sequence): New function.
11835 (ansi-color-get-face): When the default face is added to the list
11836 of faces, all previous settings are discarded and the list of
11837 faces is set to '(default).
11838
11839 2000-01-09 Alex Schroeder <alex@gnu.org>
11840
11841 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11842 face, such that ansi-color-apply and ansi-color-apply-on-region
11843 will do the right thing.
11844 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11845 returns nil, set the list of faces back to nil instead of
11846 appending the result of ansi-color-get-face to the front of the list.
11847
11848 2000-01-09 Alex Schroeder <alex@gnu.org>
11849
11850 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11851 (ansi-color-process): Doc change.
11852 (ansi-color-last-context): New buffer-local variable.
11853 (ansi-color-process-output): New function. It is automatically
11854 added to comint-output-filter-functions if this is XEmacs.
11855 (ansi-color-unfontify-region): New optional parameter for XEmacs
11856 compatibility. Check wether font-lock-syntactic-keywords is
11857 boundp before removing the syntax table text property, as XEmacs
11858 doesn't have it.
11859 (ansi-color-filter-region): Doc change.
11860 (ansi-color-apply-on-region): Doc change.
11861 (ansi-color-make-face): New function. Compatibility layer for
11862 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11863 (ansi-color-make-color-map): Use ansi-color-make-face.
11864 (ansi-color-get-face): Avoid face text property '(nil) as results
11865 in an errow for XEmacs.
11866
11867 2000-01-09 Alex Schroeder <alex@gnu.org>
11868
11869 * ansi-color.el (ansi-color-unfontify-region): New function.
11870 Uses text-property ansi-color in order to preserve fontification by
11871 ansi-color. When the package is loaded, a lambda expression is
11872 put onto font-lock-mode-hook. This lambda expression will check
11873 font-lock-unfontify-region-function and replace
11874 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11875 (ansi-color-apply): Add text-property ansi-color in addition to
11876 text-property face.
11877 (ansi-color-apply-on-region): Add text-property ansi-color in
11878 addition to text-property face.
11879 (save-buffer-state): Copy of the macro that is also used by
11880 lazy-lock and font-lock.
11881
11882 (ansi-color-for-comint-mode): New option.
11883 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11884 (ansi-color-for-comint-mode-off): Ditto.
11885 (ansi-color-for-comint-mode-filter): Ditto.
11886 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11887 decide what to do. This function is added to
11888 comint-preoutput-filter-functions when the package is loaded.
11889
11890 (ansi-color-for-shell-mode-set): Removed.
11891 (ansi-color-for-shell-mode): Removed.
11892
11893 2000-01-09 Alex Schroeder <alex@gnu.org>
11894
11895 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11896 the lambda expression from the ansi-color-for-shell-mode :set
11897 property. Additionally, modify shell-mode-hook to enable or
11898 disable font-lock-mode for future shell buffers.
11899 (ansi-color-for-shell-mode): The :set property calls
11900 ansi-color-for-shell-mode-set instead of a lambda expression.
11901
11902 2000-01-09 Alex Schroeder <alex@gnu.org>
11903
11904 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11905 (ansi-color-context): New variable.
11906 (ansi-color-apply): Save context between calls.
11907
11908 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * isearch.el (isearch, isearch-lazy-highlight-face):
11911 New definitions for face colors and attributes.
11912
11913 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11914 of display-mouse-p.
11915
11916 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11917
11918 * international/mule.el (make-coding-system): If the coding system
11919 accepts extra latin codes, register such codes as safe for the
11920 coding system.
11921
11922 2001-01-08 Richard M. Stallman <rms@gnu.org>
11923
11924 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11925 don't mention the file name or the date here, because they are
11926 logged at the start of the file.
11927
11928 2001-01-08 Richard M. Stallman <rms@gnu.org>
11929
11930 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11931 Change screen-width to frame-width.
11932
11933 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * info.el (Info-search): Print the default as part of the prompt.
11936
11937 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11938
11939 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11940 constant implementations in backends.
11941
11942 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11943 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11944
11945 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11946 WRITABLE to EDITABLE.
11947
11948 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11949 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11950 to EDITABLE.
11951
11952 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11953
11954 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11955 (copyright, copyright-update): Compute the current year at run time.
11956
11957 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11958
11959 * isearch.el (isearch-old-signal-hook): Removed.
11960 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11961 instead of setting signal-hook-function.
11962 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11963
11964 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11965
11966 * emulation/edt.el: Update to version 4.0. Provide support for
11967 EDT scroll margins at top and bottom of the window. Provide an
11968 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11969 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11970 user when file-related buffer modifications exist.
11971 Provide support for running EDT Emulation in XEmacs.
11972 Provide customize access to some user updatable variables.
11973 Add Commentary section to file header.
11974 Fixed a few minor bugs and cleaned up some code.
11975
11976 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11977 for detecting a keypress that generates an ASCII key sequence.
11978 (Previously, only a keypress that generates a vector was
11979 recognized.) Embed Window Manager name into name of the generated
11980 EDT Emulation initialization file since the initialization file is
11981 Window Manager specific. Add Commentary section to file header.
11982
11983 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11984
11985 * mail/sendmail.el (mail-mode): Doc fix.
11986
11987 * info.el (Info-goto-emacs-command-node): Doc fix.
11988 (Info-goto-emacs-key-command-node): Doc fix.
11989
11990 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11991
11992 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11993 systems without long file-name support.
11994
11995 2001-01-06 Andrew Innes <andrewi@gnu.org>
11996
11997 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11998
11999 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12000
12001 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
12002 (isearch-lazy-highlight-update): Doc fix.
12003
12004 * ffap.el (ffap-bindings): Doc fix.
12005
12006 * dired-x.el (dired-virtual-guess-dir): Doc fix.
12007
12008 2001-01-05 Dave Love <fx@gnu.org>
12009
12010 * emacs-lisp/cl-seq.el (remove, remq): Remove.
12011
12012 2001-01-05 Gerd Moellmann <gerd@gnu.org>
12013
12014 * mouse-drag.el (mouse-drag-safe-scroll):
12015 Bind scroll-preserve-screen-position to nil.
12016
12017 * isearch.el (isearch-old-signal-hook): New variable.
12018 (isearch-mode): Set signal-hook-function to isearch-done.
12019 (isearch-done): Restore old signal-hook-function.
12020
12021 * info.el (Info-fontify-node): Mark one more char as intangible.
12022
12023 2000-01-05 Kenichi Handa <handa@etl.go.jp>
12024
12025 * composite.el (compose-last-chars): New argument COMPONENTS.
12026 If it is non-nil, compose preceding characters by compose-region with
12027 COMPONENTS.
12028
12029 * international/quail.el (quail-input-string-to-events): New function.
12030 (quail-input-method): Convert input string to events here.
12031 (quail-start-translation): Return input string, not event list.
12032 (quail-start-conversion): Likewise.
12033
12034 2001-01-04 Gerd Moellmann <gerd@gnu.org>
12035
12036 * tooltip.el (tooltip-cancel-delayed-tip)
12037 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
12038 and tooltip-add-timeout.
12039 (tooltip-show): Set border color from faces's foreground.
12040 (tooltip-show-help-function): If called with the same help string
12041 as last time, do nothing.
12042 (tooltip-help-tips): Don't set tooltip-help-message to nil.
12043
12044 * startup.el (fancy-splash-screens): Don't bind show-help-function
12045 to nil.
12046
12047 * tooltip.el (tooltip-frame-parameters): Remove colors.
12048 (tooltip): New face
12049 (tooltip-set-param): New function.
12050 (tooltip-show): Set up color frame parameters from face `tooltip'.
12051 Display the tooltip text in face `tooltip'.
12052
12053 2001-01-04 Dave Love <fx@gnu.org>
12054
12055 * whitespace.el (whitespace-global-mode): Fix typo.
12056
12057 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
12058
12059 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
12060
12061 * help.el (help-for-help): Fix a typo in a doc string.
12062 From kwzh@gnu.org (Karl Heuer).
12063
12064 2001-01-03 Dave Love <fx@gnu.org>
12065
12066 * dired-x.el: Doc fixes. Maintainer change.
12067 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
12068 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
12069 (dired-guess-shell-alist-user): Customize.
12070 (dired-x-help-address): Set to bug-gnu-emacs.
12071 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
12072 (dired-default-directory): Renamed from default-directory.
12073
12074 * hl-line.el (hl-line): Doc fix.
12075
12076 2001-01-03 Karl Fogel <kfogel@red-bean.com>
12077
12078 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
12079
12080 2001-01-02 Richard M. Stallman <rms@gnu.org>
12081
12082 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
12083 to remove all the current alternative-match highlighting.
12084 If nil, remove only what's outside the current window.
12085 (isearch-lazy-highlight-remove-overlays): Take optional
12086 region within which NOT to remove them.
12087 (isearch-lazy-highlight-new-loop): Greatly simplified.
12088 (isearch-lazy-highlight-update): Find all the other occurrences
12089 visible in the window, in just one call.
12090 (isearch-lazy-highlight-start): Now holds start of region to scan.
12091 (isearch-lazy-highlight-end): Now holds end of region to scan.
12092 (isearch-lazy-highlight-wrapped): Variable deleted.
12093 (isearch-lazy-highlight-search): Function deleted.
12094
12095 2000-01-02 Andrew Innes <andrewi@gnu.org>
12096
12097 * w32-fns.el (convert-standard-filename): Do length check on name
12098 before aref.
12099
12100 2001-01-02 Dave Love <fx@gnu.org>
12101
12102 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12103 value.
12104 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12105
12106 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12107
12108 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12109 read syntax.
12110
12111 * calendar/todo-mode.el (todo): Add :link, :version.
12112 (todo-save-top-priorities): Remove autoload cookie.
12113 (todo-add-category, todo-add-item-non-interactively)
12114 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
12115
12116 2001-01-02 Gerd Moellmann <gerd@gnu.org>
12117
12118 * comint.el (comint-input-history-ignore): New variable.
12119 (comint-read-input-ring): Ignore entries matching
12120 comint-input-history-ignore.
12121
12122 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
12123
12124 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12125 (lm-copyright-mark): New function.
12126 (lm-crack-copyright): New function.
12127 (lm-verify): Check that the file has a copyright.
12128 Check that the file is copyright Free Software Foundation.
12129
12130 2000-12-30 Kenichi Handa <handa@etl.go.jp>
12131
12132 * international/mule-diag.el (print-fontset): Indent font name by
12133 24 columns, not 25.
12134
12135 2000-12-29 Gerd Moellmann <gerd@gnu.org>
12136
12137 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12138 in Subject line.
12139
12140 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12141 Use mail-mode-hook instead of mail-setup-hook.
12142 Otherwise continuing an interrupted message with C-u C-x m for
12143 instance, winds up in Mail mode without abbrevs.
12144
12145 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12146
12147 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12148 non-nil. Adding almost all customization variables on ps-setup.
12149 Doc fix.
12150 (ps-print-version): New version number (6.3.3).
12151 (ps-end-with-control-d): Initialization fix.
12152 (ps-lines-printed): New var.
12153 (ps-skip-newline): New fun.
12154 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12155 (ps-next-line, ps-continue-line, ps-plot-region)
12156 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12157
12158 2000-12-29 Kenichi Handa <handa@etl.go.jp>
12159
12160 * international/fontset.el (x-complement-fontset-spec):
12161 Resolve ASCII font name so that the same family name is used for fonts
12162 registered in x-font-name-charset-alist.
12163 (create-fontset-from-fontset-spec): Adjusted for the above change.
12164 The name of fontset alias should be a unresolved ASCII font name.
12165
12166 2000-12-28 Gerd Moellmann <gerd@gnu.org>
12167
12168 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12169 and delete in isearch-mode-map.
12170
12171 2000-12-28 Richard M. Stallman <rms@gnu.org>
12172
12173 * dired-x.el (dired-guess-shell-alist-default):
12174 Use xpdf instead of acroread.
12175
12176 2000-12-28 Kenichi Handa <handa@etl.go.jp>
12177
12178 * textmodes/artist.el (artist-butlast): Deleted.
12179 (artist-ellipse-mirror-quadrant): Use butlast instead of
12180 artist-butlast.
12181
12182 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12183
12184 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12185
12186 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12187
12188 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12189
12190 * ls-lisp.el: Better support for the Mac and MS-Windows.
12191 (ls-lisp): New defgroup.
12192 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12193 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12194 (ls-lisp-support-shell-wildcards): New defcustoms.
12195 (ls-lisp-parse-symlink): New function.
12196 (insert-directory): Code to convert switches to a list and set up
12197 the wildcard argument copied from ls-lisp-insert-directory.
12198 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12199 for -C and -R switches.
12200 (ls-lisp-column-format): New function.
12201 (ls-lisp-delete-matching, ls-lisp-handle-switches)
12202 (ls-lisp-format-time): Add doc strings.
12203 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12204 Support ls-lisp-dirs-first.
12205 (ls-lisp-classify, ls-lisp-extension): New functions.
12206 (ls-lisp-format): Optionally support emulation of symlinks.
12207 Support -i, -s, and -G switches.
12208
12209 2000-12-27 Gerd Moellmann <gerd@gnu.org>
12210
12211 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12212
12213 * version.el (emacs-version): Print X scroll bar information.
12214
12215 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12216 instead of x-toolkit-scroll-bars-p.
12217
12218 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12219 of x-toolkit-scroll-bars-p.
12220
12221 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12222
12223 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12224 (ffap-bindings): Doc fix, to reflect the above change.
12225
12226 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12227
12228 * term.el (term-char-mode): Define all non-ascii self-inserting
12229 characters to 'term-send-raw in term-raw-map.
12230
12231 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12232
12233 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12234
12235 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12236 Changed initialization; use add-hook.
12237 (ediff-file-remote-p): Use file-local-copy.
12238
12239 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12240
12241 * ediff.el (ediff-patch-buffer): Bug fix.
12242 (ediff-revision): Allow selection of the file at the prompt.
12243
12244 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12245
12246 * subr.el (combine-run-hooks): Remove.
12247
12248 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12249 and remove the rogue second spec.
12250
12251 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12252
12253 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12254
12255 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12256
12257 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12258 Use minibuffer menu prompt for the `=' prefix.
12259 (smerge-command-prefix): Change default to C-^.
12260 (smerge-mode): Don't assume font-lock doesn't move point.
12261
12262 * skeleton.el (skeleton-internal-1): Make sure the first line of
12263 the region is also re-indented.
12264 (skeleton-end-newline): New var.
12265 (skeleton-end-hook): Use it.
12266
12267 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12268
12269 * comint.el (comint-password-prompt-regexp): Support CVS.
12270
12271 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12272
12273 * simple.el (delete-key-deletes-forward-mode): Simplify.
12274 Also backspace key combinations, depending on
12275 delete-key-deletes-forward.
12276
12277 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12278
12279 * simple.el (delete-key-deletes-forward): Doc fix.
12280
12281 2000-08-22 Emmanuel Briot <briot@gnat.com>
12282
12283 * xml.el (top level comment): Updated to reflect the fact that
12284 white spaces are relevant in the XML file.
12285 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12286 to parse was already edited. This allows for on-the-fly analysis
12287 of XML files.
12288 (xml-parse-tag): Check that the casing is the same in the start
12289 tag and end tag, since XML is case-sensitive. Allows for spaces
12290 in the end tag, after the name of the tag.
12291 (xml-parse-attlist): Allow for the character '-' in the name of
12292 attributes, as in the standard http-equiv attribute Do not save
12293 the properties in the XML tree, since they are not relevant.
12294
12295 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12296
12297 * generic.el (generic-read-type): Undo last change, inline into
12298 `generic-mode' and then remove.
12299 (generic-mode): Inline generic-read-type.
12300 (define-generic-mode): Push the symbol name rather than the symbol
12301 onto generic-mode-list.
12302
12303 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12304
12305 * generic.el (generic-read-type): Build an alist for
12306 completing-read as in 20.7.
12307
12308 * play/landmark.el (lm): Use interactive spec `P'.
12309 (toplevel): Don't set debug-on-error.
12310
12311 * server.el (server-switch-buffer): Choose a window on a visible frame.
12312
12313 2000-12-21 Dave Pearson <davep@davep.org>
12314
12315 * quickurl.el: Commentry change, I've moved my web site.
12316
12317 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12318
12319 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12320 ranges like \177-\237, but accepts the character sequence from \177 to
12321 \237. Doc fix.
12322 (ebnf-version): New version (3.4).
12323 (ebnf-setup): Code fix.
12324 (ebnf-range-regexp): New fun.
12325 (ebnf-8-bit-chars): Const fix.
12326
12327 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12328 entry. Doc fix.
12329 (ebnf-bnf-lex): Code fix.
12330 (ebnf-bnf-comment-chars): Const fix.
12331
12332 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12333 entry. Doc fix.
12334 (ebnf-iso-comment-chars): Const fix.
12335
12336 * ebnf-otz.el: Doc fix.
12337
12338 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12339 entry. Doc fix.
12340 (ebnf-yac-skip-code): Code fix.
12341 (ebnf-yac-comment-chars): Const fix.
12342
12343 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12344
12345 * files.el (insert-directory-safely): New function.
12346 (recover-file): Use it instead of insert-directory.
12347 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12348
12349 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12350
12351 * international/mule-cmds.el (select-safe-coding-system):
12352 Check coding-category-list more rigidly. Improve help message.
12353
12354 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12355
12356 2000-12-21 Miles Bader <miles@gnu.org>
12357
12358 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12359
12360 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12361
12362 * international/mule-diag.el (describe-char-after): Make *Help*
12363 buffer inherit multibyteness of the current buffer.
12364
12365 * international/mule.el (make-char): Docstring adjusted for the
12366 change of make-char-internal.
12367
12368 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12369
12370 * international/iso-cvt.el: Docstrings fix.
12371
12372 2000-12-20 Dave Love <fx@gnu.org>
12373
12374 * subr.el (eval-after-load): Doc fix.
12375
12376 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12377
12378 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12379 for numbers.
12380
12381 2000-12-20 Miles Bader <miles@gnu.org>
12382
12383 * international/quail.el (quail-help): Resize the help window
12384 again after it has all its contents. Remove unneeded progn.
12385
12386 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12387
12388 * pcmpl-linux.el: Fix copy/paste error.
12389
12390 2000-12-19 Andrew Innes <andrewi@gnu.org>
12391
12392 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12393
12394 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12395
12396 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12397
12398 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12399
12400 * progmodes/idlw-shell.el: Fixed copyright notice.
12401
12402 * progmodes/idlwave.el: Fixed copyright notice.
12403
12404 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12405 TAB as key separators.
12406
12407 2000-12-19 Alex Schroeder <alex@gnu.org>
12408
12409 * sql.el (sql-sybase-options): New option.
12410 (sql-sybase): Use it. Add sql-database to the list of parameters
12411 provided for login. The options -w 2048 -n are not used any more.
12412 (sql-postgres-options): Changed default from "--pset" to "-P".
12413 (sql-mysql-options): Doc change.
12414 (sql-stop): Doc change.
12415
12416 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12417
12418 * international/quail.el (quail-input-method): Always hide
12419 the guidance buffer on exiting.
12420
12421 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12422
12423 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12424 isn't fboundp.
12425
12426 * server.el (server-buffer-done): Bury the buffer before
12427 killing it.
12428
12429 * faces.el (face-spec-set): Interpret a nil in specs for
12430 foreground and background colors as `unspecified', for
12431 compatibility with 20.x.
12432
12433 2000-12-18 Dave Love <fx@gnu.org>
12434
12435 * simple.el (mail-user-agent): Doc fix.
12436 (input-mode-8-bit): Removed.
12437
12438 * international/mule.el (set-keyboard-coding-system): Doc fix.
12439 (keyboard-coding-system): New option.
12440
12441 * mail/sendmail.el (send-mail-function): Customize.
12442
12443 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12444
12445 * international/codepage.el (cp866-decode-table): New table.
12446
12447 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12448
12449 * version.el (emacs-version): Remove `%a' from the time format
12450 because the weekday doesn't fit well into each locale.
12451
12452 2000-12-18 Miles Bader <miles@gnu.org>
12453
12454 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12455
12456 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12457 Check that emacs-major-version is `=' to 20, not `>='.
12458 (artist-replace-chars): Use `make-string' instead of a loop.
12459
12460 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12461
12462 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12463 (cvs-execute-single-file): Don't change directory.
12464 Patch from Per Cederqvist.
12465
12466 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12467
12468 * textmodes/ispell.el (check-ispell-version):
12469 If `ispell-program-name' is "aspell", pass it the -v switch instead
12470 of -vv.
12471
12472 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12473
12474 * international/mule-diag.el (mule-diag): Insert information about
12475 configure options, multibyte awareness, language env.
12476
12477 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12478 regexp to search for candidates.
12479
12480 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12481
12482 * info.el (Info-forward-node): If the node has an
12483 Info-header-line, widen the buffer before searching for "next:"
12484 and "up:" pointers, and set the search limit to stay in the
12485 current node.
12486
12487 2000-12-16 Miles Bader <miles@gnu.org>
12488
12489 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12490
12491 2000-12-15 Miles Bader <miles@gnu.org>
12492
12493 * comint.el (comint-send-string, comint-send-region): Also accept
12494 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12495 process-send-string/region.
12496
12497 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12498
12499 * isearch.el (isearch-lazy-highlight-max): New user-option.
12500 (isearch-lazy-highlight-update): Don't highlight more than
12501 isearch-lazy-highlight-max matches.
12502
12503 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12504
12505 2000-12-15 Richard M. Stallman <rms@gnu.org>
12506
12507 * sort.el (sort-columns): Fix error message.
12508
12509 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12510 `upcase' or `downcase' or nil.
12511 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12512 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12513 (dabbrev--substitute-expansion): New arg record-case-pattern.
12514 If it is non-nil, set dabbrev--last-case-pattern.
12515 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12516
12517 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12518
12519 2000-12-15 Miles Bader <miles@gnu.org>
12520
12521 * paths.el (Info-default-directory-list): Don't delete
12522 configure-info-directory from the list of standard info
12523 directories when appending it to the end -- their order is important.
12524
12525 * faces.el (read-face-attribute): If there's no entry for the
12526 user's input in VALID, just use it as-is (this will often result
12527 in an error, but it may be OK for e.g. colors using hexadecimal
12528 notation, and at least will yield a better error message).
12529
12530 * window.el (mode-line-window-height-fudge): Function removed.
12531 (height-affecting-face-attributes, mode-line-window-height-fudge):
12532 Variables removed.
12533 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12534 window is really the right size. Use vertical-motion
12535 rather than forward-line.
12536 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12537 (ispell-command-loop, ispell-show-choices): Use the variable
12538 ispell-choices-win-default-height, rather than the function.
12539 (ispell-choices-win-default-height): Function removed.
12540 (ispell-mode-line-window-height-fudge): Function removed.
12541
12542 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12543
12544 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12545
12546 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12547
12548 * paths.el (Info-default-directory-list):
12549 If configure-info-directory is not one of the standard directories,
12550 put it first in the list; otherwise put it last. Doc string
12551 changed accordingly.
12552
12553 * info.el (Info-directory-list): Change doc string to reflect the
12554 change in Info-default-directory-list.
12555
12556 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12557 windows-nt as windowed environments, even under -nw.
12558
12559 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12560 if not fboundp. Switch delete-forward mode for the <delete> key
12561 on all PC platforms, even under -nw.
12562
12563 * term/internal.el ([M-delete]): Remap to M-d.
12564
12565 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12566
12567 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12568
12569 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12570
12571 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12572
12573 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12574
12575 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12576 if appropriate.
12577
12578 * simple.el (delete-key-deletes-forward): New user-option.
12579 (delete-key-deletes-forward-mode): New function.
12580
12581 * bindings.el: Bind `delete' to backward-delete-char.
12582
12583 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12584 Test if symbol is bound before getting its value.
12585
12586 * tooltip.el (tooltip-show): If an error is signaled in
12587 x-show-tip, display that error, and display the help in the
12588 echo area.
12589
12590 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12591
12592 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12593 Show "... entries" messages for every 10000 entries, not 10.
12594
12595 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12596
12597 * bookmark.el: Provide a generic exit hook, as suggested by
12598 Ovidiu Predescu <ovidiu@cup.hp.com>:
12599 (bookmark-exit-hook): New var.
12600 (bookmark-exit-hook-internal): New func, replaces
12601 old raw lambda form in `kill-emacs-hook', and runs new
12602 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12603 as logically that feature must have been provided if this function
12604 is running.
12605 Removed ;;;###autoload before the `add-hook' call.
12606
12607 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12608
12609 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12610 (easy-menu-current-active-maps): New function.
12611 (easy-menu-get-map): Use it.
12612 Make a proper menu entry when creating a new keymap.
12613
12614 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12615
12616 * international/characters.el: Fix cases and syntaxes for
12617 mule-unicode-0100-24ff.
12618
12619 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12620 that a Japanese character is not appended after day and year.
12621
12622 * info.el (Info-suffix-list): Change format for a command that
12623 requires arguments.
12624 (info-insert-file-contents): Adjusted for the above change.
12625
12626 2000-12-12 Andreas Schwab <schwab@suse.de>
12627
12628 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12629 on the name of the tar buffer. Verify that the existing buffer is
12630 visiting the same subfile.
12631
12632 2000-12-12 Dave Love <fx@gnu.org>
12633
12634 * subdirs.el: Add obsolete.
12635
12636 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12637
12638 * mail/rmailsum.el (rmail-summary-expunge)
12639 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12640 instead of rmail-confirm-expunge.
12641
12642 * replace.el (perform-replace): Don't use an empty match adjacent
12643 to a non-empty match when computing the next match before the
12644 replacement is performed.
12645
12646 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12647
12648 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12649 definition (patch by Stefan Monnier).
12650 (glasses-mode): Use jit-lock instead of `after-change-functions'
12651 (patch by Stefan Monnier).
12652
12653 2000-12-12 Miles Bader <miles@gnu.org>
12654
12655 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12656 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12657
12658 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12659
12660 * term/mac-win.el: Remove load for ls-lisp.
12661
12662 * loadup.el: Load ls-lisp for system-type `macos'.
12663
12664 2000-12-12 Miles Bader <miles@gnu.org>
12665
12666 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12667 Respect field end too.
12668 (just-one-space): Respect fields as `delete-horizontal-space'.
12669 (newline-and-indent, reindent-then-newline-and-indent):
12670 Use `delete-horizontal-space'.
12671
12672 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12673
12674 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12675 (so as to obey the field property in the minibuffer).
12676
12677 * obsolete/c-mode.el: Moved from lisp/progmodes.
12678 * obsolete/auto-show.el: Moved from lisp.
12679 * obsolete/ooutline.el: Moved from lisp/textmodes.
12680
12681 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12682
12683 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12684 changes to list them here.
12685
12686 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12687 Too many changes to list them here.
12688
12689 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12690 Too many changes to list them here.
12691
12692 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12693
12694 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12695
12696 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12697
12698 * cus-edit.el (custom-save-variables, custom-save-faces):
12699 Comment fix.
12700
12701 * hscroll.el: Moved to `obsolete' subdir.
12702
12703 2000-12-11 Miles Bader <miles@gnu.org>
12704
12705 * window.el (window-text-height): Function removed (now in C).
12706
12707 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12708
12709 * log-edit.el (log-edit-parent-buffer): New var.
12710 (log-edit): Set it. Add BUFFER argument.
12711 (log-edit-done): Use char-before.
12712 Don't bother checking validity of vc-comment-ring.
12713 Only bury the buffer if log-edit popped it up.
12714
12715 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12716 (cvs-mode-diff-help): Remove.
12717 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12718 (cvs-mode-marked): Set up the default for CMD manually.
12719
12720 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12721 Remove binding for ? now made unnecessary.
12722
12723 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12724
12725 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12726 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12727
12728 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12729 when master file is not open.
12730
12731 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12732
12733 * progmodes/ada-stmt.el: Update `maintainer'.
12734
12735 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12736
12737 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12738 choices to match documentation string.
12739
12740 2000-12-09 Miles Bader <miles@gnu.org>
12741
12742 * minibuf-eldef.el: New file.
12743
12744 * window.el (fit-window-to-buffer): Don't pass last argument to
12745 pos-visible-in-window-p, now that its meaning is inverted.
12746
12747 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12748
12749 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12750 <ceder@lysator.liu.se>.
12751
12752 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12753
12754 * autoinsert.el (auto-insert-alist): Add missing final \n.
12755
12756 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12757 (cvs-menu-map): Remove.
12758 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12759 (cvs-mode-quit): Turn it back into a plain function.
12760
12761 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12762 (texinfo-filter): Remove (move to texinfo.el).
12763
12764 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12765 file where it's more visible.
12766 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12767 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12768 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12769 (texinfo-inside-macro-p): Only catch `scan-error's.
12770 (texinfo-inside-env-p): Make better use of the match info.
12771 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12772 (texinfo-insert-@end): Slight re-organization.
12773 Also remove useless `looking-at' call.
12774
12775 2000-12-08 Andrew Innes <andrewi@gnu.org>
12776
12777 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12778 accessible in -nw mode.
12779
12780 * term/w32-win.el: Remove stuff about selection timeout, which is
12781 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12782 it is accessible in -nw mode.
12783
12784 2000-12-08 Dave Love <fx@gnu.org>
12785
12786 * emacs-lisp/lisp-mode.el (lisp-mode):
12787 Set font-lock-keywords-case-fold-search.
12788
12789 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12790
12791 * textmodes/ispell.el (ispell): Doc fix.
12792
12793 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12794
12795 * international/quail.el (quail-insert-decode-map): Check the
12796 frame width of a window displaying the current buffer, not that of
12797 the selected frame.
12798 (quail-help): Make sure that the help buffer has window before
12799 inserting text in it.
12800
12801 2000-12-07 Sam Steingold <sds@gnu.org>
12802
12803 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12804 Backquote is used in isearch.el, so autoloading saves nothing.
12805
12806 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12807
12808 * startup.el (normal-top-level-add-subdirs-to-load-path):
12809 Ignore the CVS and RCS subdirectories case-insensitively.
12810
12811 * dired.el (dired-insert-directory): If file-system-info is
12812 fboundp, call it instead of invoking dired-free-space-program.
12813
12814 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12815
12816 * server.el (server-visit-files): Push files on file-name-history.
12817
12818 * progmodes/cc-langs.el: Update copyright.
12819
12820 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12821
12822 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12823
12824 * bindings.el (mode-line-mode-menu): Reverse the order
12825 of define-keys so that the menu appears in alphabetical order.
12826
12827 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12828
12829 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12830 of the function.
12831
12832 2000-12-07 Dave Love <fx@gnu.org>
12833
12834 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12835
12836 * facemenu.el (facemenu-unlisted-faces): Fix value.
12837
12838 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12839
12840 * font-lock.el (font-lock-default-fontify-region):
12841 Include the terminating \n (off-by-one error).
12842 (font-lock-set-defaults): Use dolist.
12843
12844 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12845
12846 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12847
12848 * international/mule-cmds.el (describe-language-environment):
12849 Fix for the case that an input method title is not string but a list.
12850
12851 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12852 of wrong SIZE record.
12853
12854 2000-12-06 Dave Love <fx@gnu.org>
12855
12856 * newcomment.el (comment-region, comment-dwim): Doc fix.
12857
12858 * textmodes/texinfo.el: Require tex-mode when compiling.
12859 (texinfo-update-node): Doc fix.
12860 (texinfo-imenu-generic-expression): Add @anchor.
12861 (texinfo-font-lock-keywords): Add @uref.
12862 (texinfo-inside-macro-p): Don't use ignore-errors.
12863 (texinfo-insert-quote): Match more contexts.
12864
12865 * international/mule.el (decode-char, encode-char): Doc fix.
12866 (auto-coding-alist): Customize.
12867
12868 * files.el (load-file): Fix change of 2000-03-12.
12869
12870 * wid-edit.el (widget-text-keymap): Doc fix.
12871
12872 2000-12-06 Andrew Innes <andrewi@gnu.org>
12873
12874 * makefile.w32-in (lisp): Set to an absolute directory, namely
12875 $(CURDIR).
12876
12877 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12878
12879 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12880 read generated-autoload-file, and set buffer-file-coding-system to
12881 raw-text-unix after reading the file.
12882
12883 * international/mule-conf.el (file-coding-system-alist):
12884 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12885
12886 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12887
12888 * replace.el (occur): Make line-number-width 1 smaller for the
12889 colon following the line number.
12890
12891 * startup.el (fancy-splash-text, command-line-1):
12892 Use `File' for the menu name instead of `Files'.
12893
12894 * tmm.el: Update copyright.
12895
12896 * cus-start.el: Add entry for even-window-heights.
12897
12898 2000-12-06 Miles Bader <miles@gnu.org>
12899
12900 * faces.el (frame-set-background-mode): Avoid stomping on
12901 locally modified faces.
12902
12903 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12904
12905 * international/fontset.el: Correct the font registries for
12906 japanese-jisx0213-1 and japanese-jisx0213-2.
12907
12908 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12909
12910 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12911
12912 * iswitchb.el: Update customization commentary.
12913
12914 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12915
12916 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12917 (tpu-search-highlight): Fixed comparison of overlay end positions.
12918 (tpu-trim-line-ends): Implemented trimming logic locally.
12919
12920 * emulation/tpu-extras.el (tpu-write-file-hook)
12921 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12922
12923 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12924
12925 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12926 to cn-gb.
12927 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12928
12929 2000-12-04 Dave Love <fx@gnu.org>
12930
12931 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12932
12933 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12934
12935 * mail/rmailsum.el (rmail-summary-expunge)
12936 (rmail-summary-expunge-and-save): Ask for confirmation with
12937 rmail-expunge-confirmed.
12938
12939 * mail/rmail.el (rmail-expunge-confirmed): New function.
12940 (rmail-expunge): Use it.
12941
12942 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12943
12944 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12945 (etags-recognize-tags-table, find-tag-in-order):
12946 New functionality: interpret file names as tags.
12947
12948 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12949
12950 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12951 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12952 the first subnode until the bottom of the current node is visible.
12953
12954 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12955
12956 * format.el (format-decode): Don't change buffer's undo list.
12957
12958 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12959
12960 * faces.el (face-font-registry-alternatives): Add entries for CJK
12961 fonts. Doc-string adjusted for the actual usage of this data.
12962
12963 * international/fontset.el: Change the font registries for CJK
12964 fonts in the default fontset. Don't append '*' to registries.
12965
12966 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12967
12968 * emacs-lisp/easy-mmode.el (define-derived-mode)
12969 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12970
12971 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12972 (derived-mode-p): New function.
12973 (derived-mode-make-docstring): Add `docstring' argument.
12974 Use it if available and complete it if necessary.
12975
12976 2000-12-03 Andreas Schwab <schwab@suse.de>
12977
12978 * type-break.el (type-break): Don't make parent of itself.
12979
12980 2000-12-03 Miles Bader <miles@gnu.org>
12981
12982 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12983
12984 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12985
12986 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12987 (tex-main-file, tex-file): Simplify.
12988 (tex-generate-zap-file-name): Use subst-char-in-string.
12989 (tex-strip-dots): Remove.
12990
12991 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12992
12993 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12994 to check if the match succeeded.
12995
12996 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12997
12998 * startup.el (use-fancy-splash-screens-p): New function.
12999 (command-line-1): Use it to determine whether or not to use
13000 a fancy splash screen.
13001
13002 2000-12-02 Andreas Schwab <schwab@suse.de>
13003
13004 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
13005
13006 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * international/mule.el (make-char): Fix last change.
13009
13010 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13011 New defcustoms.
13012 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
13013 autoloading tex-mode; instead, do the same manually.
13014 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
13015 with numeric argument. Docstring fix.
13016 (toplevel): Require cl when compiling.
13017
13018 * international/mule.el (make-char): Doc fix.
13019
13020 2000-12-02 Jason Rumney <jasonr@gnu.org>
13021
13022 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
13023 the Emacs Lisp manual)
13024
13025 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13026
13027 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13028
13029 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
13030 the Emacs Lisp manual).
13031
13032 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13033
13034 * simple.el (next-line-add-newlines): Change default to nil.
13035
13036 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
13037
13038 * files.el (revert-buffer, recover-file):
13039 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
13040
13041 2000-12-01 Gerd Moellmann <gerd@gnu.org>
13042
13043 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13044
13045 2000-12-01 Miles Bader <miles@gnu.org>
13046
13047 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
13048
13049 2000-12-01 Kenichi Handa <handa@etl.go.jp>
13050
13051 * international/mule-diag.el (describe-char-after): Fix typo.
13052 (describe-character-set, non-iso-charset-alist): Fix typo.
13053
13054 2000-12-01 Miles Bader <miles@gnu.org>
13055
13056 * image-file.el (image-file-name-regexp): Automatically add
13057 upper-case variants of each filename extension in
13058 `image-file-name-extensions', since they seem to be common.
13059
13060 * simple.el (minibuffer-contents)
13061 (minibuffer-contents-no-properties, delete-minibuffer-contents):
13062 New functions.
13063 * filecache.el (file-cache-directory-name)
13064 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
13065
13066 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
13067
13068 * filecache.el (file-cache-minibuffer-complete): Don't try to
13069 delete the minibuffer prompt.
13070
13071 2000-11-30 Dave Love <fx@gnu.org>
13072
13073 * cus-start.el: Fix read-buffer-function type.
13074
13075 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13076
13077 * md5.el: Removed. There's a built-in function, now.
13078
13079 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
13080
13081 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
13082 as dummy 0-th char of rmail-deleted-vector.
13083
13084 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
13085
13086 * ps-print.el (ps-end-job): Bind case-fold-search only after
13087 switching to ps-spool-buffer.
13088
13089 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13090
13091 * ps-print.el: Line number font customization. PostScript: Lines and
13092 PageCount are initialized on each page. Doc Fix.
13093 (ps-print-version): New version number (6.3.2).
13094 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13095 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13096 (ps-right-header): Customization fix.
13097 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13098 Fix code.
13099 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13100 New vars.
13101
13102 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13103
13104 * bs.el: Fix typos and spelling errors.
13105 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13106 (bs-configuration): Doc fix.
13107
13108 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13109
13110 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
13111
13112 * emulation/tpu-edt.el (tpu-version): New version.
13113 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13114 (tpu-original-mode-line): Variable deleted.
13115 (tpu-mark-flag): New initial value.
13116 (tpu-set-mode-line): Don't redefine mode-line-format.
13117 Add tpu-mark-flag to minor-mode-alist.
13118 (tpu-update-mode-line): New mark flag logic.
13119 (tpu-get): Use find-file-wildcards.
13120 (tpu-search-highlight): Move overlay less, reset overlay properly.
13121 (tpu-unselect): Deactivate mark.
13122 (tpu-lm-replace): Reset overlay properly.
13123 (tpu-forward-line): Use forward-visible-line.
13124 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13125
13126 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13127
13128 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13129
13130 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13131
13132 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13133
13134 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13135 and skip whitespace and newlines.
13136
13137 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13138
13139 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13140
13141 2000-11-29 Gerd Moellmann <gerd@gnu.org>
13142
13143 * help.el (describe-function-1): Regexp-quote function name
13144 when used as part of a regexp.
13145
13146 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13147 Use face-attribute instead of face-foreground and face-background.
13148 (tool-bar-add-item): Likewise, and handle unspecified colors.
13149
13150 * enriched.el (enriched-face-ans): Use face-attribute instead
13151 of face-foreground and face-background.
13152
13153 * faces.el (face-foreground, face-background, face-stipple):
13154 Return nil if attribute is unspecified, for backward compatibility.
13155
13156 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13157
13158 * play/5x5.el: Remove version info.
13159
13160 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13161
13162 * frame.el (blink-cursor-mode): Doc fix.
13163
13164 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13165
13166 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13167 to create Makefile rules.
13168 (antlr-tool-command): New user option.
13169 (antlr-ask-about-save): New user option.
13170 (antlr-makefile-specification): New user option.
13171 (antlr-file-formats-alist): New variable.
13172 (antlr-special-file-formats): New variable.
13173 (antlr-unknown-file-formats): New user option.
13174 (antlr-help-unknown-file-text): New variable.
13175 (antlr-help-rules-intro): New variable.
13176 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13177 (antlr-mode-menu): Add entries.
13178 (antlr-file-dependencies): New function.
13179 (antlr-directory-dependencies): New function.
13180 (antlr-superclasses-glibs): New function.
13181 (antlr-run-tool): New command.
13182 (antlr-makefile-insert-variable): New function.
13183 (antlr-insert-makefile-rules): New function.
13184 (antlr-show-makefile-rules): New command.
13185
13186 * antlr-mode.el: More Emacs/XEmacs stuff.
13187 (antlr-no-action-keywords): New constant with value nil.
13188 (antlr-font-lock-keywords-alist): Use it. Old value would break
13189 syntax highlighting in Emacs-21.0.
13190 (antlr-default-directory): Emacs/XEmacs dependend function.
13191 (antlr-read-shell-command): Ditto.
13192 (antlr-with-displaying-help-buffer): Ditto.
13193
13194 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13195
13196 * antlr-mode.el: imenu, parsing and highlighting changes.
13197 (antlr-imenu-create-index-function): Don't create extra submenus
13198 for definitions in different grammar classes. It is not necessary
13199 for the menu and would make command `imenu' awkward to use.
13200 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13201 header actions and more than one.
13202 (antlr-font-lock-tokendef-face): Changed color.
13203 (antlr-font-lock-tokenref-face): Changed color.
13204 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13205 (antlr-mode-syntax-table): New variable.
13206 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13207 (antlr-with-syntax-table): Don't copy syntax table.
13208
13209 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13210
13211 * antlr-mode.el: Minor changes: language setting.
13212 (antlr-language-alist): The value for file option "language" can
13213 be both an identifier and a string.
13214 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13215 (antlr-language-limit-n-regexp): Change accordingly.
13216
13217 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13218
13219 * antlr-mode.el: Minor changes: tabs, hiding.
13220 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13221 (antlr-action-visibility): Also allow value nil to also hide the
13222 braces. Renamed from `antlr-tiny-action-length'.
13223 Suggested by Jay@aol.com.
13224 (antlr-hide-actions): Change accordingly. Hide line if completely
13225 hidden action is on a line of its own.
13226
13227 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13228
13229 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13230
13231 * sort.el (sort-columns): Don't concat strings with numbers.
13232
13233 2000-11-29 Dave Love <fx@gnu.org>
13234
13235 * cus-edit.el (face): Fix :format.
13236
13237 * mail/feedmail.el: Require smtpmail when compiling.
13238 (mail-do-fcc): Autoload.
13239 (feedmail) <defgroup>: Fix :link.
13240 (feedmail-nuke-body-in-fcc): Fix :type.
13241 (feedmail-send-it): Add autoload cookie.
13242
13243 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13244
13245 * newcomment.el (comment-indent): Save excursion around call to
13246 comment-indent-function.
13247
13248 2000-11-29 Miles Bader <miles@gnu.org>
13249
13250 * subr.el (member-ignore-case): Return the tail of the list who's
13251 car matches, like `member', not the matching element itself.
13252
13253 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13254
13255 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13256 should not contain `\n'.
13257
13258 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13259
13260 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13261
13262 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13263
13264 * dired-aux.el (dired-do-create-files): Construct default file
13265 name for dired-mark-read-file-name so that when the user enters
13266 just RET, the target file will end up in the target directory.
13267
13268 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13269 local-abbrev-table before changing buffers because it might
13270 have a buffer-local binding.
13271
13272 2000-11-28 Miles Bader <miles@gnu.org>
13273
13274 * simple.el (delete-horizontal-space): Handle fields more generally.
13275
13276 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13277
13278 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13279
13280 2000-11-28 Dave Love <fx@gnu.org>
13281
13282 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13283 comment-start-skip locally.
13284
13285 * progmodes/fortran.el (fortran-mode): Don't set
13286 fortran-comment-line-start-skip. Set comment-start to
13287 fortran-comment-line-start.
13288 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13289 (fortran-comment-line-start-skip): Simplify slightly.
13290
13291 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13292
13293 * play/5x5.el: Remove RCS keyword.
13294
13295 * bs.el: Mistaken commit, undone 2000-11-30.
13296
13297 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13298
13299 * textmodes/tildify.el (tildify-string-alist):
13300 Add `plain-tex-mode' here.
13301
13302 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13303
13304 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13305 reference.
13306
13307 2000-11-28 Miles Bader <miles@gnu.org>
13308
13309 * cus-face.el (custom-face-attributes): Add post-filter function
13310 for :box. Make pre-filter function for :box handle all cases.
13311
13312 * wid-edit.el (widget-choose): Make sure pop-up window is large
13313 enough to display all the choices, as there's no way to scroll it.
13314
13315 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13316
13317 * international/mule-conf.el: Make the coding system no-conversion
13318 safe for all characters.
13319
13320 2000-11-27 Dave Love <fx@gnu.org>
13321
13322 * net/ldap.el (ldap) <defgroup>: Add :version.
13323
13324 * tooltip.el (tooltip-use-echo-area): Doc fix.
13325
13326 * cus-start.el <minibuffer-prompt-properties>: Add version.
13327 <read-buffer-function>: Add.
13328
13329 * apropos.el (apropos-print): Add help-echo to active text.
13330
13331 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13332
13333 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13334
13335 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13336 type, group and version.
13337
13338 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13339
13340 * select.el (x-get-selection): Docstring fix.
13341
13342 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13343
13344 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13345
13346 2000-11-27 Andrew Innes <andrewi@gnu.org>
13347
13348 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13349
13350 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13351
13352 2000-11-27 Miles Bader <miles@gnu.org>
13353
13354 * dired.el (dired-get-filename): Return filename verbatim if
13355 LOCALP is `verbatim'.
13356 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13357 `verbatim' so that we don't inadvertently delete a non-existant
13358 directory name.
13359
13360 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13361
13362 * international/characters.el: Specify cases and syntaxes for
13363 mule-unicode-0100-24ff.
13364
13365 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13366
13367 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13368 that foreground and/or background colors of the face `tool-bar'
13369 are unspecified.
13370
13371 2000-11-27 Miles Bader <miles@gnu.org>
13372
13373 * wid-edit.el (widget-field-buffer, widget-field-start)
13374 (widget-field-end): Handle widget field `pseudo-overlays'.
13375 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13376 if it's there instead of in `widget-field-list'.
13377
13378 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13379 (help-make-xrefs): Delete extraneous newlines at the end of the
13380 docstring.
13381
13382 2000-11-25 Jason Rumney <jasonr@gnu.org>
13383
13384 * startup.el (command-line): Call set-locale-environment after
13385 Window System init file is read, as it can result in a call to
13386 redraw-frame.
13387
13388 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13389
13390 * simple.el (shell-command): Mention the effect of the prefix
13391 argument in the doc string.
13392
13393 2000-11-25 Miles Bader <miles@gnu.org>
13394
13395 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13396
13397 * wid-edit.el (widget-field-value-delete): Don't try to delete
13398 overlay when it's the `pseudo-overlay' that exists at some points.
13399
13400 2000-11-24 Jason Rumney <jasonr@gnu.org>
13401
13402 * international/mule-cmds.el (locale-language-names): Add "jp" as
13403 a non-standard alternative for Japanese.
13404
13405 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13406
13407 * vc-hooks.el: Require 'cl during compilation.
13408
13409 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13410
13411 * faces.el (face-set-after-frame-default): Let face attributes
13412 specified for new frames override frame parameters.
13413
13414 * startup.el (command-line): Fix computation of the source file
13415 for user-init-file when user-init-file is a compiled file.
13416
13417 2000-11-24 Miles Bader <miles@gnu.org>
13418
13419 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13420 (custom-post-filter-face-spec): New functions.
13421 (custom-face-set, custom-face-value-create): Filter the face spec
13422 before and after customization.
13423 (custom-face-set): If VALUE specifies a null face, pass a
13424 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13425 * cus-face.el (custom-face-attributes): Remove SET and GET
13426 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13427 cases they're needed.
13428
13429 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13430 that it's distinguishable from the :off-glyph on dark-background
13431 displays. Set its background color too.
13432
13433 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13434 so that people can easily turn it off.
13435
13436 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13437
13438 * ediff-diff.el: Moved variables around to have it compile under NT.
13439
13440 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13441
13442 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13443
13444 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13445 redundant skip-small-frames test.
13446
13447 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13448 (viper-downgrade-to-insert): Protect against errors in hooks.
13449
13450 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13451 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13452 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13453 New functions.
13454
13455 * viper-util.el (viper-memq-char): Bug fixes.
13456
13457 * viper.el (viper-mode): Fix cursor handling.
13458
13459 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13460
13461 * international/mule-diag.el (list-iso-charset-chars):
13462 For two-byte charset, fix the `while' condition.
13463 (list-non-iso-charset-chars): Fix the `while' condition.
13464
13465 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13466
13467 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13468 if the variable is make-variable-buffer-local.
13469
13470 * progmodes/ada-stmt.el (ada-template-map):
13471 Initialize and bind it to C-c t in ada-mode-map.
13472 (ada-stmt-mode-hook): New function extracted from old code.
13473 Only change the buffer-local side of skeleton-*.
13474 (ada-mode-hook): Use it.
13475
13476 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13477
13478 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13479 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13480 we expect to be returned by minibuffer-depth once we prompt the
13481 user in the minibuffer.
13482 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13483 as recorded in iswitchb-minibuf-depth, return non-nil.
13484
13485 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13486
13487 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13488 (hscroll-window-maybe): Docstring fix.
13489
13490 2000-11-23 Dave Love <fx@gnu.org>
13491
13492 * rect.el (string-rectangle): Don't test delete-selection-mode.
13493
13494 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13495
13496 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13497 is in the tool bar.
13498
13499 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13500 with `no-dir'; we want the directory part to be able to remove it.
13501
13502 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13503
13504 * textmodes/outline.el (outline-flag-region):
13505 Don't bind inhibit-read-only since we don't modify the buffer.
13506 (outline-isearch-open-invisible): Don't jump to overlay-start
13507 since we're trying to unhide text around point.
13508 (outline-discard-overlays): Use dolist.
13509
13510 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13511
13512 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13513
13514 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13515
13516 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13517
13518 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13519 Fix ARG regexp to skip quoted braces.
13520 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13521 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13522 are (correctly) handled separately).
13523 Remove `caption' and `footnote' from `citations': they contain text.
13524 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13525 (latex-skeleton-end-hook): New function.
13526 (latex-mode): Use it.
13527 (tex-start-tex-marker): Remove.
13528 (tex-send-tex-command): Don't set tex-start-tex-marker.
13529 (tex-error-parse-syntax-table): New var.
13530 (tex-compilation-parse-errors): Use it.
13531 Ignore tex-start-tex-marker. Don't bother with marker-position.
13532 (tex-validate-buffer): Don't bother with marker-position.
13533
13534 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13535 (flyspell-generic-progmode-verify): Use it.
13536
13537 2000-11-22 Sam Steingold <sds@gnu.org>
13538
13539 * simple.el (delete-trailing-whitespace): New interactive function.
13540
13541 * progmodes/ada-mode.el (ada-mode): Use it instead of
13542 `ada-remove-trailing-spaces'.
13543 (ada-remove-trailing-spaces): Removed.
13544
13545 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13546
13547 * textmodes/picture.el (picture-clean): Removed.
13548 (picture-mode-exit): Call it instead of `picture-clean'.
13549
13550 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13551
13552 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13553
13554 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13555 jit-lock-fontify-buffer; it should anyway be unneccessary to
13556 do anything special when jit-lock is active.
13557 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13558
13559 2000-11-22 Dave Love <fx@gnu.org>
13560
13561 * calendar/todo-mode.el (todo-top-priorities): Use
13562 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13563
13564 * language/chinese.el, language/cyrillic.el:
13565 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13566 * language/hebrew.el, language/indian.el, language/japanese.el:
13567 * language/korean.el, language/lao.el, language/misc-lang.el:
13568 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13569 Use provide.
13570
13571 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13572 (custom-variable-set): Improve validation error mesage.
13573
13574 * rect.el (string-rectangle): Revert last change.
13575 (string-rectangle-line): New arg DELETE.
13576 (string-rectangle): Check delete-selection-mode.
13577
13578 * emacs-lisp/edebug.el (edebug-version)
13579 (edebug-maintainer-address): Deleted.
13580 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13581 (edebug-read-function): Account for other `'#' read forms.
13582 (edebug-mode-menus): Make some items toggles.
13583 (edebug-outside-unread-command-event, unread-command-event):
13584 Remove these to avoid warnings.
13585
13586 2000-11-22 David Ponce <david@dponce.com>
13587
13588 * recentf.el (recentf-menu-items-for-commands)
13589 (recentf-make-menu-items, recentf-make-menu-item)
13590 (recentf-filter-changer): Added :help and :active menu-item properties.
13591
13592 (recentf-build-dir-rules, recentf-dump-variable)
13593 (recentf-edit-list, recentf-open-files-item)
13594 (recentf-open-files): Replaced unnecessary `mapcar' with new
13595 built-in `mapc'.
13596
13597 2000-11-23 Miles Bader <miles@gnu.org>
13598
13599 * faces.el (menu): Make inverse-video on ttys too.
13600
13601 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13602
13603 * simple.el (comment-line-break-function): Use the new name
13604 indent-new-comment-line -> comment-indent-new-line.
13605 (clone-indirect-buffer): Don't ignore NORECORD.
13606 (next-completion): Properly handle the case where items are adjacent.
13607
13608 * mouse.el (popup-menu): Stupid typo.
13609
13610 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13611
13612 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13613 maintainer, keywords tags.
13614
13615 * rect.el (replace-rectangle): Don't call string-rectangle-line
13616 with too many arguments.
13617
13618 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13619
13620 * ediff-util.el (ediff-file-checked-out-p)
13621 (ediff-file-checked-in-p): Call vc-state instead of
13622 vc-locking-user, which no longer exists.
13623
13624 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13625
13626 2000-11-22 Dave Love <fx@gnu.org>
13627
13628 * md5.el (md5): Provide.
13629 (md5): Fix error call.
13630
13631 2000-11-22 Miles Bader <miles@gnu.org>
13632
13633 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13634 (refill-fill-paragraph-at): Remove debugging code.
13635
13636 * calendar/calendar.el (generate-calendar-window): When we don't
13637 call `fit-window-to-buffer', make sure the top line is fully visible.
13638
13639 * image-file.el (insert-image-file): Don't make `read-only'
13640 property rear-nonsticky.
13641
13642 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13643 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13644 stashing away its original value.
13645 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13646 in the recursive edit.
13647 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13648 (isearch-done): Restore `minibuffer-message-timeout'.
13649
13650 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13651
13652 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13653
13654 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13655
13656 * find-lisp.el (find-lisp-find-files-internal):
13657 Use dolist, when and file-name-as-directory.
13658
13659 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13660 (define-derived-mode, define-minor-mode): Add specs.
13661
13662 * window.el: General comment and spacing fixes.
13663 (save-selected-window): Use backquotes.
13664 (window-safely-shrinkable-p): New function.
13665 (shrink-window-if-larger-than-buffer): Use it.
13666
13667 * subr.el (make-local-hook): Docstring fix.
13668
13669 * shell.el (shell-mode): Use define-derived-mode.
13670
13671 * newcomment.el (comment-indent): Insert comment before calling
13672 comment-indent-function. Don't insert in column 0.
13673 (comment-dwim): Indent before inserting comment.
13674
13675 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13676 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13677 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13678 Use mapc rather than map.
13679
13680 * files.el (find-buffer-visiting): Compare all attributes before
13681 declaring two files identical (rather than just their inode-no).
13682 (auto-mode-alist): Use \' rather than $.
13683
13684 * which-func.el: Update maintainer line.
13685
13686 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13687 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13688 (uniquify-buffer-file-name): Use it.
13689
13690 2000-11-22 Miles Bader <miles@gnu.org>
13691
13692 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13693 * simple.el (minibuffer-avoid-prompt): New function.
13694
13695 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13696
13697 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13698
13699 2000-11-21 Miles Bader <miles@gnu.org>
13700
13701 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13702 inclusion of `track-mouse'.
13703
13704 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13705 (refill-adjust-ignorable-overlay): New function.
13706 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13707 only the paragraph's tail if possible.
13708 Update `refill-ignorable-overlay'.
13709 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13710
13711 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13712 point inside the fill-prefix.
13713
13714 * textmodes/refill.el (refill-post-command-function): Don't reset
13715 refill-doit in the case where a self-insertion command doesn't
13716 case a refill. Use `refill-fill-paragraph-at', getting position
13717 from `refill-doit'.
13718 (refill-after-change-function): Set `refill-doit' to END.
13719 (refill-fill-paragraph-at): New function, mostly from old
13720 refill-fill-paragraph.
13721 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13722 (refill-pre-command-function): New function.
13723 (refill-mode): Add it to `pre-command-hook'.
13724
13725 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13726
13727 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13728
13729 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13730 javadoc tags.
13731
13732 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13733
13734 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13735 vc.el).
13736
13737 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13738 require vc.
13739
13740 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13741 checkouts.
13742
13743 2000-11-20 Dave Love <fx@gnu.org>
13744
13745 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13746
13747 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13748
13749 * calculator.el (calculator-paste): Use `if' instead of `and'
13750 and `or'.
13751 (calculator-help): Don't use electric-describe-mode for XEmacs.
13752
13753 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13754
13755 * info.el (info-menu-5): Doc fix.
13756
13757 * textmodes/artist.el: New file.
13758
13759 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13760
13761 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13762 and differentiate according to checkout model.
13763 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13764 since this function is only concerned with master state.
13765
13766 * vc-hooks.el (vc-workfile-unchanged-p)
13767 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13768
13769 * vc.el (vc-workfile-unchanged-p)
13770 (vc-default-workfile-unchanged-p): See above.
13771
13772 2000-11-19 Miles Bader <miles@gnu.org>
13773
13774 * image-file.el (insert-image-file): Make `intangible' and
13775 `read-only' properties rear-nonsticky too.
13776
13777 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13778
13779 * ps-print.el: Update copyright notice.
13780
13781 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13782 (tooltip-show): Use the offsets.
13783
13784 * bindings.el (mode-line-modified): Fix a typo.
13785 (mode-line-toggle-modified, mode-line-widen)
13786 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13787
13788 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13789
13790 * ps-print.el (toplevel): Test for find-coding-system being
13791 fboundp before calling ps-x-find-coding-system.
13792
13793 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13794
13795 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13796 (vc-version-backup-file): Docstring fix.
13797
13798 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13799
13800 * files.el (basic-save-buffer): Don't add a newline if
13801 find-file-literally is non-nil.
13802 (find-file-literally): Extend doc string.
13803
13804 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13805 sort(1) with the `-f' argument.
13806
13807 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13808
13809 * vc.el: Updated backend documentation.
13810 (vc-default-check-headers): New function.
13811
13812 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13813
13814 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13815 up-to-date.
13816 (vc-do-command): In the asynchronous case, output messages only if
13817 the minibuffer is not active.
13818
13819 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13820 `vc-cvs-use-edit' is on.
13821 (vc-cvs-checkout): When this is used for reverting the workfile,
13822 make a backup of the original contents and revert to that in case
13823 of error.
13824 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13825 remote repositories.
13826
13827 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13828 for both version and ratio in the minibuffer.
13829
13830 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13831 Use vc-do-command to perform the annotation, not call-process.
13832
13833 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13834
13835 * international/quail.el (quail-start-translation): Don't call
13836 `message' before reading key sequence.
13837
13838 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13839
13840 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13841
13842 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13843
13844 * window.el (fit-window-to-buffer): Be sure to acquire at least
13845 one text line even if the buffer is empty.
13846
13847 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13848
13849 * net/ange-ftp.el (ange-ftp-file-writable-p)
13850 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13851 Bind ange-ftp-process-verbose to nil.
13852
13853 2000-11-15 Dave Love <fx@gnu.org>
13854
13855 * wid-edit.el (widget-specify-field, widget-specify-button):
13856 If :help-echo is a function, set help-echo of overlay to
13857 widget-mouse-help.
13858 (widget-mouse-help): New function.
13859 (widget-echo-help): Rewritten for :help-echo functions only taking
13860 a widget arg.
13861
13862 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13863 Use display-graphic-p.
13864 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13865 and that JPEG is available.
13866 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13867
13868 * international/mule-cmds.el (locale-charset-language-names):
13869 Match @euro.
13870
13871 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13872
13873 * faces.el (face-set-after-frame-default):
13874 If `inhibit-default-face-x-resources' is bound, don't intialize the
13875 default face from X resources.
13876
13877 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13878
13879 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13880 Don't set EMACSLOADPATH.
13881
13882 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13883
13884 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13885 texinfo-insert-@url.
13886 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13887 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13888
13889 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13890
13891 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13892 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13893 (checkdoc-minor-keymap): Backward compatibility.
13894 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13895 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13896 (checkdoc-this-string-valid-engine): Be a bit more strict
13897 to avoid matching substrings of `...' quoted vars/funs.
13898 (checkdoc-defun-info): Only look for `interactive' if alone.
13899 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13900
13901 * progmodes/compile.el (grep): `tag-default' can be nil.
13902
13903 * newcomment.el (comment-indent): Paren typo.
13904
13905 2000-11-14 Dave Love <fx@gnu.org>
13906
13907 * calculator.el: New maintainer version.
13908
13909 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13910
13911 * cmuscheme.el: Doc fixes.
13912 (cmuscheme) <defgroup>: Use `scheme' as parent.
13913 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13914
13915 * xscheme.el (scheme-program-name): Don't define here.
13916
13917 * progmodes/scheme.el (scheme-program-name): New variable
13918 (originally in cmuscheme).
13919
13920 2000-11-14 Miles Bader <miles@gnu.org>
13921
13922 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13923 Handle header-lines. Don't loop forever if we can't enlarge the
13924 window anymore. Simplify a bit.
13925
13926 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13927
13928 * window.el (fit-window-to-buffer): Don't check
13929 window-text-height. Assure that the last line is fully visible.
13930
13931 * international/quail.el (quail-show-guidance-buf):
13932 Call fit-window-to-buffer to assure the enough height of the guidance
13933 buffer.
13934 (quail-update-guidance): Avoid making the guidance buffer shorter.
13935
13936 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13937
13938 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13939 rather than `prepend' and add an interesting comment.
13940 (tex-math-face, tex-font-lock-syntactic-face-function):
13941 New face and function to use it.
13942 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13943 than `menu-enable' symbol property.
13944 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13945 (tex-mode): Add some latex-mode commands for auto-selection.
13946 Use tex-font-lock-syntactic-face-function.
13947 (tex-insert-quote): Simplify.
13948 (tex-shell): New mode.
13949 (tex-start-shell): Use it.
13950 (tex-shell-proc, tex-shell-buf): New functions.
13951 (tex-send-command): Use it.
13952 (tex-main-file): Fix the meaning of the new arg REALFILE.
13953 (tex-send-tex-command): New function split from `tex-start-tex'.
13954 Set compilation-last-buffer and compilation-parsing-end.
13955
13956 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13957 when it follows non-comment text on the line.
13958
13959 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13960 Set font-lock-defaults.
13961 (lisp-mode-shared-map): Init inside the defvar.
13962 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13963 Use define-derived-mode.
13964
13965 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13966
13967 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13968
13969 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13970
13971 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13972 Don't recursively optimize body because that can lead to infinite
13973 recursion; see comment there.
13974
13975 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13976
13977 * faces.el (face-spec-set-match-display): Revert the change from
13978 2000-10-24. Add a FIXME for after v21.1.
13979
13980 2000-11-13 Miles Bader <miles@gnu.org>
13981
13982 * textmodes/fill.el (skip-line-prefix): New function.
13983 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13984 (fill-paragraph): Don't leave point inside the fill-prefix.
13985 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13986 point inside the fill-prefix.
13987
13988 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13989
13990 * calendar/calendar.el (generate-calendar-window):
13991 Use `fit-window-to-buffer'.
13992
13993 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13994
13995 * gud.el (gud-minor-mode): New var.
13996 (gud-symbol, gud-val): New functions.
13997 (gud-find-file): Copy gud-minor-mode to the new buffer.
13998 (gud-menu-map): Include entries for commands that are not always
13999 available, using :enable to (de)activate them.
14000 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
14001 (gud-mode-map): New map.
14002 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
14003 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
14004 Don't set up gud's menu (it's done by the minor-mode).
14005 (gud-minibuffer-local-map): New.
14006 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
14007 (gud-query-cmdline): New function.
14008 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
14009 (gud-mode): Use define-derived-mode.
14010 Don't set up gud's menu (it's done by the minor-mode).
14011 (gud-chop-words): Remove.
14012 (gud-common-init): Use split-string instead.
14013 (gud-new-keymap, gud-make-debug-menu): Eradicate.
14014
14015 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14016 Add keyword arg :name.
14017
14018 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
14019 (diff-count-matches, diff-split-hunk): New functions.
14020 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
14021
14022 * pcvs-info.el (cvs-fi-conflict-face): New var.
14023
14024 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
14025 Make it into a simple syntax-table, shared among all submodes.
14026 (sh-heredoc-face): Re-introduce.
14027 (sh-font-lock-syntactic-face-function): New function.
14028 (sh-mode): Use it. Also use define-derived-mode.
14029 Remove old bogus setting of indent-region-function.
14030 (sh-set-shell): Don't set the syntax-table any more.
14031 (sh-mode-syntax-table) <defun>: Remove.
14032
14033 2000-11-12 Miles Bader <miles@gnu.org>
14034
14035 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
14036 message if interactive.
14037
14038 2000-11-12 Dave Love <fx@gnu.org>
14039
14040 * mail/feedmail.el: Fix header,
14041 (feedmail) <defgroup>: Add :link.
14042
14043 * view.el: Use local-map property, not keymap on mode-line string.
14044
14045 * scroll-all.el (scroll-all-mode): Customize variable.
14046 Add autoload cookie to function.
14047
14048 * lazy-lock.el: Remove compatibility code.
14049
14050 * finder.el (finder-known-keywords): Add `files', remove `vms'.
14051 (finder-help-echo): New variable.
14052 (finder-mouse-face-on-line): Add help-echo stuff.
14053 (finder-list-keywords, finder-list-matches): Use mapc.
14054
14055 * faces.el (face-font-registry-alternatives): Add :version.
14056
14057 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
14058 tags-table-list.
14059
14060 * net/browse-url.el (browse-url-browser-function): Update :version.
14061
14062 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
14063 (mail-mode): Use [:alnum:] in some regexps.
14064
14065 2000-11-10 Dave Love <fx@gnu.org>
14066
14067 * ediff.el (ediff-regions-internal, ediff-documentation):
14068 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
14069 fundamental mode.
14070
14071 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
14072 buffer into fundamental mode.
14073 (ediff-set-difference): Use copy-sequence if available.
14074
14075 * ediff-ptch.el (ediff-dispatch-file-patching-job):
14076 Check ediff-patch-map non-nil.
14077 (ediff-fixup-patch-map, ediff-fixup-patch-map)
14078 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
14079 buffer into fundamental mode.
14080
14081 * ediff-merg.el (state-or-merge): Defvar when compiling.
14082
14083 2000-11-10 Jason Rumney <jasonr@gnu.org>
14084
14085 * w32-fns.el (w32-add-charset-info): New function.
14086 (w32-charset-info-alist): Use it.
14087
14088 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14089
14090 * faces.el (face-font-registry-alternatives): New user-option.
14091
14092 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14093
14094 * textmodes/texinfo.el (texinfo-block-default): New var.
14095 (texinfo-insert-block): Use it. Insert a newline if needed.
14096
14097 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14098 (fill-region-as-paragraph): Use it.
14099
14100 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14101 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14102 Tweak paragraph regexps to allow a leading [ \t]*.
14103 (tex-latex-block): Insert a newline if necessary.
14104 (latex-insert-item): Only insert a newline if necessary.
14105 (tex-guess-main-file): New function.
14106 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14107 Set tex-main-file if TeX-master is provided.
14108 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14109
14110 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14111
14112 * startup.el (command-line): Set the default tooltip-mode
14113 to t for graphical displays which implement x-show-tip.
14114
14115 * tooltip.el (tooltip-mode): Add a comment about startup.el
14116 setting the default value of this user-option.
14117
14118 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14119
14120 * font-lock.el (font-lock-*-face) <defvar>: Move.
14121 (font-lock-defaults-alist): Mark obsolete.
14122 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14123 (font-lock-mode): Use define-minor-mode.
14124 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14125 (font-lock-turn-off-thing-lock): Be more explicit.
14126 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14127 (font-lock-syntactic-face-function): New var.
14128 (font-lock-fontify-syntactically-region): Use it.
14129 (font-lock-doc-face): New.
14130
14131 * pcvs.el (cvs-enabledp): Ignore errors.
14132 (cvs-commit-filelist): Never query.
14133 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14134 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14135 (cvs-do-removal): Use cvs-partition rather than delete-if.
14136 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14137 cvs-bury-buffer.
14138
14139 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14140 Allow `next' to jump to after the end of the last match.
14141
14142 2000-11-09 Gerd Moellmann <gerd@gnu.org>
14143
14144 * simple.el (byte-compiling-files-p): New function.
14145
14146 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14147 if it is there.
14148
14149 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14150 nil again.
14151
14152 * textmodes/ispell.el (ispell-library-path): Don't call
14153 check-ispell-version when byte-compiling because that starts
14154 an ispell process, and ispell might not be installed.
14155 (toplevel): Don't set up a menu when byte-compiling.
14156
14157 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14158 it, so that a boundp test can be used to determine if we're
14159 currently byte-compiling.
14160
14161 2000-11-09 Dave Love <fx@gnu.org>
14162
14163 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14164
14165 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14166
14167 * ps-print.el: Patch for variable initialization when spooling.
14168 Doc fix.
14169 (ps-output-list): Fun eliminated.
14170 (ps-begin-file, ps-begin-job): Code fix.
14171
14172 2000-11-08 Dave Love <fx@gnu.org>
14173
14174 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14175
14176 2000-11-08 Gerd Moellmann <gerd@gnu.org>
14177
14178 * simple.el (shell-command, display-message-or-buffer)
14179 (shell-command-on-region): Mention resize-mini-windows in the doc
14180 string.
14181 (display-message-or-buffer): Take the value of resize-mini-windows
14182 into account.
14183
14184 2000-11-07 Gerd Moellmann <gerd@gnu.org>
14185
14186 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14187
14188 * dired.el (dired-between-files): Add `^. find' as an alternative
14189 to the regular expression, for find-dired.
14190
14191 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14192
14193 * textmodes/texnfo-upd.el: Require texinfo.
14194 (defmacro, defgroup): Remove.
14195 (texinfo-section-to-generic-alist): Remove.
14196 Use texinfo-section-list instead (i.e. level is changed string->int).
14197 (texinfo-filter): New function.
14198 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14199 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14200 Use it. And use regexp-opt.
14201 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14202 (texinfo-update-menu-region-beginning)
14203 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14204 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14205 (texinfo-update-menu-same-level-regexps): Update.
14206 (texinfo-update-node, texinfo-every-node-update)
14207 (texinfo-sequential-node-update): Remove autoload cookie.
14208
14209 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14210 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14211 (texinfo-chapter-level-regexp): Remove.
14212 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14213
14214 2000-11-06 Dave Love <fx@gnu.org>
14215
14216 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14217
14218 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14219 Match defun*.
14220
14221 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14222
14223 * composite.el (composition-function-table): Variable declaration
14224 moved to src/composite.c.
14225 (compose-chars-after): New optional arg object.
14226
14227 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14228
14229 * bindings.el (mode-line-toggle-read-only)
14230 (mode-line-toggle-modified, mode-line-widen)
14231 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14232 (make-mode-line-mouse2-map): Rewritten.
14233 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14234 functions so that C-h k can show something with a doc string.
14235
14236 * startup.el (fancy-splash-delay): Set to 10 seconds.
14237 (fancy-splash-max-time): New user-option.
14238 (fancy-splash-stop-time): New variable.
14239 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14240 (fancy-splash-screens-1): Throw `stop-splashing' when current
14241 time is greater than fancy-splash-stop-time.
14242
14243 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14244
14245 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14246
14247 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14248 Prompt user for a file rather than raising an error.
14249 (cvs-enabledp): Fix call to cvs-mode-marked.
14250 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14251 (cvs-mode-insert): Use it. Change the init prompt' value.
14252 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14253
14254 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14255 Don't pass default arg to ewoc-locate.
14256 (ewoc-collect): Return result in the right order.
14257
14258 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14259
14260 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14261 (cvs-status-get-tags): Fix regexp.
14262 (cvs-status-trees, cvs-status-cvstrees):
14263 Combine after change hooks and don't sit-for.
14264 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14265 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14266 Use make-char rather than hard-coded cryptic data.
14267 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14268
14269 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14270
14271 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14272 (cvs-insert-strings): New function.
14273
14274 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14275
14276 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14277 `mwheel-scroll-amount'.
14278 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14279 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14280 string-matching against the version string.
14281
14282 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14283
14284 * language/thai.el ("Thai"): Set a lisp form that produces
14285 composed string in `sample-text' language info.
14286
14287 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14288 composed string in `sample-text' language info.
14289
14290 * international/mule-cmds.el (describe-language-environment):
14291 Eval `sample-text' data and insert the result.
14292
14293 * international/mule-conf.el (compound-text): Define this coding
14294 system here. Make x-ctext and ctext aliases of it.
14295
14296 * language/european.el (compound-text, ctext): Moved to
14297 international/mule-conf.el.
14298
14299 2000-11-05 Andrew Innes <andrewi@gnu.org>
14300
14301 * w32-fns.el (w32-version): New function.
14302
14303 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14304
14305 * progmodes/awk-mode.el: Update copyright.
14306 (awk-mode-abbrev-table): Remove.
14307 (awk-font-lock-keywords): Use regexp-opt.
14308 (awk-mode): Use define-derived-mode.
14309
14310 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14311 when extracting a suffix.
14312
14313 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14314
14315 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14316 auto-save-mode.
14317
14318 2000-11-04 Jason Rumney <jasonr@gnu.org>
14319
14320 * language/european.el (decode-mac-roman): Test against r1 not r0.
14321
14322 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14323
14324 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14325 (icon-mode): Define indent-line-function.
14326 (icon-comment-indent): Simplify.
14327 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14328
14329 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14330
14331 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14332 Bind change-log-default-mode to defeat the caching done on it.
14333 Don't bother saving excursion any more.
14334
14335 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14336
14337 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14338 (set-frame-font): Use the new name (and the old for compatibility).
14339
14340 * toolbar/tool-bar.el (tool-bar-mode):
14341 * time.el (display-time-mode):
14342 * recentf.el (recentf-mode):
14343 * paren.el (show-paren-mode):
14344 * mwheel.el (mouse-wheel-mode):
14345 * msb.el (msb-mode):
14346 * jka-compr.el (auto-compression-mode):
14347 * image-file.el (auto-image-file-mode):
14348 * hl-line.el (hl-line-mode):
14349 * delsel.el (delete-selection-mode):
14350 * autoinsert.el (auto-insert-mode):
14351 * complete.el (partial-completion-mode): Drop unneeded positional args.
14352
14353 * info.el (Info-mode):
14354 * comint.el (comint-mode): Don't bother with make-local-hook.
14355
14356 * log-edit.el (log-edit-menu): New menu.
14357
14358 2000-11-03 Miles Bader <miles@gnu.org>
14359
14360 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14361 definition, so that trailing spaces are handled properly.
14362 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14363
14364 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14365
14366 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14367 tab character.
14368 (fancy-splash-screens): Set tab-width to 20.
14369
14370 2000-11-03 Dave Love <fx@gnu.org>
14371
14372 * comint.el (comint-completion-addsuffix): Fix custom type.
14373
14374 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14375
14376 * font-lock.el (font-lock-buffers): Remove.
14377 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14378 (font-lock-change-major-mode): Remove.
14379 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14380 (font-lock-default-fontify-region): Extend the multiline
14381 fontification to whole lines.
14382 (font-lock-fontify-anchored-keywords)
14383 (font-lock-fontify-keywords-region): If matching just one
14384 line (with \n) only mark the \n as multiline.
14385
14386 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14387 Correctly handle the case where several :group args are supplied.
14388 Allow :extra-args.
14389 (easy-mmode-define-global-mode): Allow :extra-args.
14390 Correctly handle the case where several :group args are supplied.
14391
14392 2000-11-02 Miles Bader <miles@gnu.org>
14393
14394 * calendar/calendar.el (diary-face, calendar-today-face)
14395 (holiday-face): Remove dependency on `window-system'.
14396
14397 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14398
14399 * Makefile.in (emacs): Set EMACSLOADPATH always.
14400 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14401 (compile-files): Bomb out if compilation of a file fails.
14402
14403 2000-11-02 Dave Love <fx@gnu.org>
14404
14405 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14406
14407 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14408
14409 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14410 punctuation in the warning inserted into the *mail* buffer.
14411
14412 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14413
14414 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14415 (authors-public-domain-p): New function.
14416 (authors-print): Use it.
14417
14418 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14419
14420 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14421
14422 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14423
14424 * ps-print.el: Extension for even/odd printing. Doc fix.
14425 (ps-print-version): New version number (6.3.1).
14426 (ps-even-or-odd-pages): Customization fix.
14427 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14428 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14429 (ps-page-count): Var replaced by `ps-page-column'.
14430 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14431 (ps-print-sheet-p): New fun.
14432
14433 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14434
14435 * tooltip.el (tooltip-gud-tips-setup): New function.
14436 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14437 (tooltip-mode): Call tooltip-gud-tips-setup.
14438 (tooltip-gud-tips): Use `gud-basic-call' instead of
14439 process-send-string, so the prompt gets frobbed appropriately.
14440 Handle nil return value from `tooltip-gud-print-command'.
14441
14442 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14443
14444 * comint.el (comint-add-to-input-history): New function.
14445 (comint-send-input): Use `comint-add-to-input-history'.
14446
14447 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14448
14449 * info.el (info-menu-header): New face.
14450 (Info-fontify-menu-headers): New function.
14451 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14452
14453 * info.el (Info-insert-dir): Don't include blank lines at
14454 beginning of additional dir files (one is added automatically).
14455
14456 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14457
14458 * emacs-lisp/easy-mmode.el (define-minor-mode):
14459 Revert the latest changes.
14460 Allow the three positional arguments to be skipped and replaced
14461 by keyword arguments.
14462 Add a :toggle argument to determine whether a nil arg means toggle
14463 or means turn-on. The default is unchanged.
14464 Add a call to force-mode-line-update.
14465
14466 2000-11-01 Dave Love <fx@gnu.org>
14467
14468 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14469
14470 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14471
14472 * calendar/calendar.el (diary-face, holiday-face):
14473 Add dark-background variants.
14474
14475 2000-10-31 Sam Steingold <sds@gnu.org>
14476
14477 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14478 `tex-main-file' does not have directory in it.
14479
14480 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14481
14482 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14483
14484 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14485
14486 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14487 functional change.
14488
14489 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14490
14491 * files.el (find-file-noselect): When we expand a wildcard, return
14492 a list of buffers, as we should do according to the doc string.
14493
14494 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14495
14496 * loadup.el (top level): Adjust load path if program name is
14497 "../src/bootstrap-emacs", in case it's not dumped and thus the
14498 load path adjustment hasn't already been done.
14499
14500 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14501
14502 * ps-print.el: Fix bug on selected pages for printing.
14503 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14504 is on. Try to avoid warning messages when compiling. Doc Fix.
14505 (ps-print-version): New version number (6.3).
14506 (ps-color-device): Use `color-values' to determine if device
14507 supports color.
14508 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14509 (ps-print-page-p): Changed from defsubst to defun.
14510 (ps-page-number): Changed from defmacro to defun.
14511 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14512 printing.
14513 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14514 (ps-end-file, ps-dummy-page): Funs eliminated.
14515 (ps-print-color-scale): Changed default value.
14516 (ps-page-n-up, ps-print-page-p): New internal vars.
14517 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14518 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14519
14520 * delim-col.el: Little programming improvement.
14521 (delimit-columns-str): New macro.
14522 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14523
14524 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14525
14526 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14527 Moved to european.el.
14528 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14529 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14530 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14531 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14532
14533 2000-10-30 Dave Love <fx@gnu.org>
14534
14535 * progmodes/cc-menus.el (imenu-generic-expression)
14536 (imenu-progress-message): Only defvar when compiling.
14537
14538 * emacs-lisp/elp.el (elp-unload-hook): New function.
14539
14540 * loadhist.el (unload-feature): Call elp-restore-function,
14541 checking for symbols; don't use elp-restore-all.
14542 (loadhist-hook-functions): Doc fix.
14543
14544 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14545
14546 * log-edit.el (log-edit-confirm): Fix the default.
14547
14548 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14549
14550 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14551 delimit-columns-format.
14552 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14553
14554 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14555
14556 * comint.el (comint-replace-by-expanded-history): Don't use
14557 comint-get-old-input (we're not looking at *old* input).
14558 (comint-get-old-input-default): If using fields, signal an error
14559 when the point is not in an input field.
14560
14561 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14562
14563 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14564 and mule-unicode-e000-ffff.
14565
14566 * international/mule.el (decode-char, encode-char): New functions.
14567 (make-coding-system): Accept a symbol of translation table as a
14568 value of property `safe-chars'.
14569
14570 * international/mule-cmds.el (encode-coding-char): Check property
14571 safe-chars instead of safe-charsets.
14572
14573 * international/fontset.el (fontset-default): Modified for
14574 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14575 (x-font-name-charset-alist): Likewise.
14576 (ccl-encode-unicode-font): New CCL program. Record it in
14577 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14578
14579 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14580 New translation tables.
14581 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14582 programs are modified and moved from mac-win.el.
14583 (mac-roman): Definition of this coding system is modified and
14584 moved from mac-win.el.
14585
14586 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14587
14588 * ediff-wind.el (ediff-setup-control-frame): Enclose
14589 face-attribute in condition-case to avoid errors in older emacsen.
14590
14591 2000-10-29 Miles Bader <miles@gnu.org>
14592
14593 * custom.el (custom-add-to-group): Allow multiple entries for a
14594 given value OPTION, as long as their widget types are different.
14595 * cus-edit.el (custom-face-value-create): If face name doesn't end
14596 with "face", add such here (similar to custom group widgets).
14597
14598 * comint.el (comint-highlight-prompt): Add :type.
14599
14600 2000-10-28 John Wiegley <johnw@gnu.org>
14601
14602 * calendar/timeclock.el (timeclock-log): Doc fix.
14603 (timeclock-last-event): Doc fix.
14604 (timeclock-log): Kill the timelog buffer after appending a new event.
14605 (timeclock-find-discrep): Use a temp buffer to read in the
14606 timelog, instead of visiting the file.
14607 (timeclock-log-data): A new function, along with a host of helper
14608 functions, for the purpose of making timelog data accessible to
14609 programmers.
14610
14611 * eshell/esh-mode.el (window-height test): Make certain that
14612 `eshell-stringify-t' is non-nil.
14613 (eshell-password-prompt-regexp): Changed to a much simpler
14614 password regexp.
14615 (eshell-send-input): If `eshell-invoke-directly' returns t,
14616 directly invoke the parsed command using `eval'. This improves
14617 turn-around time on simple commands by a factor of three or
14618 greater, such as cd, ls, pwd, etc. -- which get used very often.
14619 It also conserves thousands of cons cells per call (since
14620 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14621 in the Pacific Cookie Company).
14622
14623 * eshell/esh-test.el (eshell-test): Whitespace fix.
14624
14625 * eshell/em-ls.el (eshell-ls-insert-directory):
14626 Make `eshell-ls-initial-args' nil when inserting directory contents.
14627
14628 * eshell/em-script.el (eshell-script-initialize): Add names to
14629 `eshell-complex-commands, since `source' and `.' are complex.
14630
14631 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14632 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14633 `eshell-copy-handles'.
14634 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14635 bodies.
14636 (eshell-separate-commands): Whitespace fix.
14637 (eshell-complex-commands): Added a new list of names, for
14638 determining whether a given command is as simple as it looks.
14639 (eshell-invoke-directly): New function. Returns t if a command
14640 should be invoked directly (using `eval'), rather than indirectly
14641 using `eshell-do-eval'.
14642 (eshell-do-eval): Whitespace fix.
14643
14644 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14645 which provides an emulation of the DOS shell behavior of assuming
14646 that cp/mv/ln should copy/move/link to the current directory.
14647 (eshell-remove-entries): Added a doc string.
14648 (eshell-shuffle-files): Removed the check for `target' being null.
14649 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14650 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14651 it to do a smarter check of whether a destination was provided.
14652 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14653 (eshell/ln): Enable `:preserve-args', and use
14654 `eshell-mvcpln-template' to implement the body of the function.
14655 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14656 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14657 list after flattening it. This makes it possible to cat files
14658 with numerical names.
14659 (eshell-unix-initialize): Added several names to
14660 `eshell-complex-commands.
14661 (eshell-unix-command-complex-p): Return t if a given command name
14662 may result in external processes being invoked.
14663
14664 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14665 variable nil by default, since it slows down glob processing by a
14666 factor of two or more, and increases memory consumption.
14667
14668 * eshell/em-smart.el: Added a note about how memory consumptive
14669 smart display mode can be (at least this is true in Emacs 21).
14670 (eshell-smart-initialize): Whitespace fix.
14671 (eshell-refresh-windows): Use `if' instead of `when'.
14672 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14673 not necessary.
14674 (eshell-currently-handling-window): Added a missing global variable.
14675
14676 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14677 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14678 Whitespace fix.
14679 (eshell-ls-exclude-hidden): Added this variable in addition to
14680 `eshell-ls-exclude-regexp'. This one prevents files beginning
14681 with . from even being read, which can improve memory consumption
14682 quite a bit.
14683 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14684 read file entries beginning with a dot. In home directories with
14685 lots of hidden files, fully two-thirds of the time spent in ls is
14686 used to read directory entries that are immediately thrown away.
14687 (eshell-ls-initial-args): Added back this configuration variable,
14688 for specifying default initial arguments to every call to ls.
14689 Much faster than using an alias to do the same thing.
14690 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14691 (eshell-ls-dir): Whitespace change.
14692
14693 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14694
14695 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14696 (eshell-stringify-t): Added a customization variable, to indicate
14697 whether `t' should be rendered as a string at all. If not, one
14698 can still determine if the result of an expression is true using
14699 "file-exists-p FILE && echo true".
14700 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14701 stringify t!
14702
14703 * eshell/esh-module.el: Whitespace fix.
14704
14705 * eshell/em-alias.el (eshell-alias-initialize):
14706 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14707 (eshell-command-aliased-p): New function that returns t if a
14708 command name names an aliased.
14709
14710 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14711
14712 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14713 redrawing the screen when changing cursor color.
14714 (viper-insert-state-pre-command-sentinel)
14715 (viper-replace-state-pre-command-sentinel)
14716 (viper-replace-state-post-command-sentinel):
14717 Use viper-preserve-cursor-color.
14718 Many functions changed to use viper= instead of = when comparing
14719 characters.
14720 * viper-util.el (viper-memq-char,viper=): New functions for
14721 working with characters.
14722 (viper-change-cursor-color): Fixed buglet.
14723 Many functions changed to use viper= instead of = when comparing
14724 characters.
14725 * viper.el (viper-insert-state-mode-list): Added eshell.
14726
14727 * ediff-init.el (ediff-before-setup-hook): New hook.
14728 Several typos fixed in various docstrings.
14729 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14730 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14731 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14732 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14733 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14734 (ediff-get-selected-buffers): New function.
14735 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14736 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14737 Use save-window-excursion.
14738 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14739 termination check in while loop.
14740 * ediff.el (ediff-get-default-file-name): Better defaults when in
14741 dired buffer.
14742 (ediff-files,ediff-merge-files,ediff-files3)
14743 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14744
14745 2000-10-28 Dave Love <fx@gnu.org>
14746
14747 * info.el (Info-fontify-node): Add help-echo for menu items.
14748
14749 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14750
14751 * startup.el (normal-top-level): If the value of $TERM indicates
14752 we are running from xterm or one of its work-alikes, default to a
14753 light background mode.
14754
14755 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14756 * faces.el (tty-handle-reverse-video): New function.
14757 (tty-create-frame-with-faces): Call it.
14758
14759 * frame.el (frame-notice-user-settings): Don't apply
14760 default-frame-alist and initial-frame-alist to MS-DOS frames.
14761 Call tty-handle-reverse-video, frame-set-background-mode, and
14762 face-set-after-frame-default for non-MS-DOS frames.
14763
14764 * startup.el (tty-long-option-alist): New variable.
14765 (tty-handle-args): New function.
14766 (command-line): Call tty-handle-args.
14767
14768 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14769 startup.el now does that for all character-terminal frames.
14770
14771 2000-10-28 Miles Bader <miles@gnu.org>
14772
14773 * emacs-lisp/easy-mmode.el (define-minor-mode):
14774 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14775 is global. If :global is followed by a non-nil but non-t value,
14776 make the mode buffer-local, but also generate a `global-MODE'
14777 version using `easy-mmode-define-global-mode'.
14778 Add :conditional-turn-on keyword argument.
14779
14780 2000-10-28 Dave Love <fx@gnu.org>
14781
14782 * international/latin1-disp.el (latin1-char-displayable-p):
14783 Don't use window-system.
14784
14785 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14786
14787 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14788 Don't call find-buffer-file-type-coding-system. Instead, just
14789 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14790 if the file is on an untranslated filesystem.
14791 (add-untranslated-filesystem): Use "D" instead of "f" inside
14792 interactive.
14793
14794 2000-10-27 Dave Love <fx@gnu.org>
14795
14796 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14797 (refill-mode): Use it.
14798
14799 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14800
14801 * international/quail.el (quail-activate): Don't make-local-hook.
14802
14803 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14804
14805 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14806 manual backups and file.~<rev>.~ for automatic ones.
14807 (vc-make-version-backup): Don't do it on MS-DOS without long file
14808 names.
14809
14810 * vc.el (vc-version-other-window): If an automatic backup of the
14811 desired version exists, rename it instead of copying it.
14812
14813 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14814 after command. If there's an unexpected error, signal it instead
14815 of being silent.
14816 (vc-cvs-merge-news): Be prepared for no news at all.
14817
14818 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14819
14820 * shell.el (shell): Add BUFFER argument.
14821 * comint.el (make-comint-in-buffer): New function.
14822 (make-comint): Use it.
14823
14824 * faces.el (face-spec-choose): Change syntax so that the list of
14825 attribute-value pairs is now the cdr of each clause, not the cadr.
14826 Detect old-style entries, and handle them. Use pop.
14827
14828 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14829
14830 * cus-edit.el (custom-mode-map): Use a sparse map.
14831 (custom-mode): Don't bother with make-local-hook.
14832
14833 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14834
14835 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14836
14837 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14838
14839 * ps-print.el: Avoid compilation gripes.
14840 (ps-print-version): New version number (6.2.1).
14841
14842 2000-10-26 Dave Love <fx@gnu.org>
14843
14844 * menu-bar.el: Modify some menu item help strings.
14845 (menu-bar-help-menu): Add link to MORE.STUFF.
14846
14847 * cus-edit.el (custom-mode): Add `special' mode-class property.
14848
14849 * wid-browse.el (widget-browse-mode): Likewise.
14850
14851 * wid-edit.el (widget-specify-field): Revert to using local-map
14852 property, not keymap.
14853
14854 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14855
14856 * wid-edit.el (widget-field-end): When checking for a `boundary'
14857 field, do so in the correct buffer.
14858
14859 * simple.el (undo): Correctly distinguish between numeric and
14860 non-numeric prefix args in non-transient-mark-mode, as per the doc
14861 string. When in transient-mark-mode, treat all prefix-args as
14862 numeric.
14863
14864 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14865 Position point on match. Handle N == 0 correctly.
14866
14867 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14868 (comint-mode-map): Reverse order of `comint-write-output' and
14869 `comint-append-output-to-file'.
14870 (comint-append-output-to-file): Reinstate this function, for the
14871 benefit of the menu.
14872
14873 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14874
14875 * vc.el (vc-version-other-window): Bind `file'.
14876
14877 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14878
14879 * Makefile.in (update-authors): New target for maintenance purposes.
14880
14881 * emacs-lisp/authors.el (batch-update-authors): New function.
14882 (authors-fixed-entries): New defconst.
14883 (authors-add-fixed-entries): New function.
14884 (authors): Call it.: Don't process lispref/.
14885
14886 2000-10-25 Jason Rumney <jasonr@gnu.org>
14887
14888 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14889 Merge x w32 and mac definitions.
14890
14891 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14892
14893 * menu-bar.el (menu-bar-options-menu): Add a help string for
14894 `uniquify'.
14895
14896 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14897
14898 * time-stamp.el (time-stamp-string-preprocess):
14899 Fix a wrong type argument error.
14900
14901 2000-10-25 Miles Bader <miles@gnu.org>
14902
14903 * recentf.el (recentf-mode): Variable removed.
14904 (recentf-mode): Use `define-minor-mode'.
14905
14906 * mwheel.el (mouse-wheel-mode): New global minor mode.
14907 (mwheel-install): Use `mouse-wheel-mode'.
14908
14909 2000-10-25 Dave Love <fx@gnu.org>
14910
14911 * progmodes/cperl-mode.el (cperl-mode):
14912 Set normal-auto-fill-function correctly.
14913
14914 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14915 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14916 bindings.
14917
14918 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14919
14920 * wid-edit.el (widget-field-at): New function.
14921 (widget-at, widget-field-activate): Use it.
14922 (widget-tabable-at): Use `widget-at'.
14923 (widget-specify-field): If the terminating character of the widget
14924 field (which is read-only) is a newline, put it into a special
14925 `boundary' field so that C-n/C-p act more naturally.
14926 (widget-field-end): Also don't subtract one if a special
14927 `boundary' field has been added after the widget field.
14928
14929 * comint.el (comint-output-filter, comint-send-input):
14930 Don't bother adding stickiness fields to overlays to fool the field
14931 code, since it should notice the overlay insertion-types now.
14932
14933 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14934 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14935 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14936
14937 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14938
14939 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14940 (authors): Set file coding system to iso-2022-7bit.
14941 Add file-local variables to output buffer.
14942
14943 * files.el (after-find-file): Don't print any warnings if
14944 WARN is nil.
14945
14946 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14947
14948 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14949
14950 * delim-col.el: Now there is a column formatting mechanism.
14951 Modified to customization mechanisms convention. Doc fix.
14952 (columns): New group for delim-col.
14953 (delimit-columns-before, delimit-columns-after)
14954 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14955 (delimit-columns-end): New vars.
14956 (delimit-columns-customize, delimit-columns-format): New funs.
14957 (delimit-columns-region, delimit-columns-rectangle)
14958 (delimit-columns-rectangle-line): Modified to support column
14959 formatting.
14960
14961 2000-10-24 Dave Love <fx@gnu.org>
14962
14963 * log-edit.el (log-edit): Add :version and a :group for vc.
14964
14965 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14966
14967 * files.el (after-find-file): Don't print a message ``New file''
14968 if WARN is nil.
14969
14970 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14971 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14972 get duplicate tool-bar entries because we'll see the global ones
14973 on more than one path through keymaps.
14974
14975 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14976
14977 * progmodes/cmacexp.el: Change Francesco's email address.
14978
14979 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14980
14981 * window.el (fit-window-to-buffer): Adjust point of the window
14982 buffer, not that of the current buffer.
14983
14984 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14985
14986 * progmodes/cmacexp.el: Update the euthor's email address.
14987
14988 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14989
14990 * faces.el (face-spec-set-match-display): Add `graphic' display
14991 type (the inverse of `tty'). Use `display-graphic-p' instead of
14992 the window-system variable.
14993
14994 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14995
14996 * international/isearch-x.el (isearch-with-input-method):
14997 Call input-method-function with the first event in
14998 unread-command-events.
14999
15000 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15001
15002 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
15003
15004 2000-10-24 Andrew Choi <akochoi@i-cable.com>
15005
15006 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
15007 New charsets.
15008
15009 * term/mac-win.el: Remove definitions of mac-roman-lower and
15010 mac-roman-upper, require dired, and define instead of set
15011 mac-ready-for-drag-n-drop to avoid compilation error.
15012
15013 2000-10-23 Andrew Innes <andrewi@gnu.org>
15014
15015 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
15016 Remove superfluous calls to subst-char-in-string; instead apply
15017 expand-file-name after convert-standard-filename to ensure
15018 expected directory separators are used.
15019
15020 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15021
15022 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
15023
15024 2000-10-23 Dave Love <fx@gnu.org>
15025
15026 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
15027 (tool-bar-add-item): Set foreground and background for XBM icons.
15028
15029 * international/latin1-disp.el (latin1-char-displayable-p):
15030 New function (from Handa).
15031 (latin1-display-check-font): Use it.
15032
15033 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
15034 using :key-sequence, making it much more usable.
15035 Use nconc, not append.
15036 (imenu--create-keymap-1): Avoid append.
15037
15038 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
15039
15040 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15041
15042 [the following changes fix a bug where `define-minor-mode' didn't
15043 correctly generate :require clauses for defcustoms in compiled files]
15044 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
15045 (byte-compile-log-file, byte-compile-log-1): Don't set
15046 `byte-compile-current-file' to nil. Instead set
15047 `byte-compile-last-logged-file' to it. Test whether
15048 byte-compile-current-file equals byte-compile-last-logged-file
15049 instead of whether its nil.
15050 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
15051
15052 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
15053
15054 * textmodes/refill.el: Fix var names in doc.
15055 (refill-mode): Don't bother with make-local-hook anymore.
15056
15057 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15058
15059 * faces.el (face-user-default-spec, face-default-spec): New functions.
15060 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
15061 (frame-set-background-mode, face-set-after-frame-default):
15062 Use `face-user-default-spec'. Simplify code slightly.
15063
15064 * woman.el (woman-italic-face, woman-bold-face)
15065 (woman-unknown-face): Add dark-background variants.
15066 (woman-default-faces): Renamed from `woman-colour-faces'.
15067 Set using the stored defaults, rather than using hard-wired colors.
15068 (woman-monochrome-faces): Renamed from `woman-black-faces'.
15069 Just make the foreground `unspecified' rather than "black".
15070 (woman-menu): Rename menu entries accordingly.
15071
15072 * faces.el (header-line): Make more reasonable on mono/grayscale
15073 displays.
15074
15075 2000-10-23 Andrew Choi <akochoi@i-cable.com>
15076
15077 * cus-edit.el (custom-button-face): Use 3D look for mac.
15078 (custom-button-pressed-face): Likewise.
15079
15080 * faces.el (set-face-attributes-from-resources): Handle mac frames
15081 in the same way as x and w32 frames.
15082 (face-valid-attribute-values): Likewise.
15083 (read-face-attribute): Likewise.
15084 (defined-colors): Likewise.
15085 (color-defined-p): Likewise.
15086 (color-values): Likewise.
15087 (display-grayscale-p): Likewise.
15088 (face-set-after-frame-default): Likewise.
15089 (mode-line): Same default face as for x and w32.
15090 (tool-bar): Likewise.
15091
15092 * frame.el: Remove call to frame-notice-user-settings at end of
15093 the file.
15094
15095 * info.el (Info-fontify-node): Make underlines invisible for mac
15096 as for x, pc, and w32 frame types.
15097
15098 * term/mac-win.el: New file.
15099
15100 2000-10-22 Dave Love <fx@gnu.org>
15101
15102 * textmodes/refill.el: New file.
15103
15104 2000-10-22 Andre Spiegel <spiegel@gnu.org>
15105
15106 * vc-hooks.el (vc-version-backup-file-name): New optional args
15107 MANUAL and REGEXP.
15108 (vc-delete-automatic-version-backups, vc-make-version-backup):
15109 New functions.
15110 (vc-before-save): Use the latter.
15111 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15112 confusion.
15113
15114 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
15115 expected by vc[-hooks].el.
15116
15117 * vc.el (vc-checkout): Added `-p' suffix in call to
15118 vc-make-version-backups-p; use vc-make-version-backup to actually
15119 make the backup.
15120 (vc-version-other-window, vc-version-backup-file): Handle both
15121 automatic and manual backups.
15122 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15123 of all of them.
15124
15125 2000-10-22 Miles Bader <miles@gnu.org>
15126
15127 * comint.el (comint-highlight-input, comint-highlight-prompt):
15128 Renamed, `-face' at end removed.
15129 (comint-send-input, comint-output-filter): Use renamed faces.
15130
15131 * window.el (fit-window-to-buffer): Change defaulting of
15132 MAX-HEIGHT slightly.
15133
15134 * faces.el (color-values, color-defined-p): Use `member', not
15135 `memq', because it works correctly for strings.
15136 (frame-set-background-mode): Actually, "unspecified-fg" and
15137 "unspecified-bg" *are* strings. Use `member', not `memq', and
15138 `equal', not `eq', when a string value is possible.
15139
15140 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15141
15142 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15143
15144 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15145
15146 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15147 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15148 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15149 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15150 (sh-font-lock-syntactic-keywords): Use them.
15151 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15152 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15153 (sh-mode): Don't override font-lock-unfontify-region-function.
15154 Use a copy of sh-font-lock-syntactic-keywords.
15155 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15156 Don't call sh-scan-buffer since font-lock does it on the fly.
15157 (sh-get-indent-info): Use `face' rather than `syntax-table'
15158 text-property to detect here-documents.
15159 Replace sh-special-syntax with sh-st-punc.
15160 (sh-prev-line): Use `face' rather than `syntax-table'
15161 text-property to skip over here-documents.
15162 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15163 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15164 (sh-electric-less, sh-set-here-doc-region)
15165 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15166 (sh-scan-buffer, sh-rescan-buffer): Remove.
15167
15168 2000-10-21 Andrew Innes <andrewi@gnu.org>
15169
15170 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15171 remote (ange-ftp) file names.
15172
15173 2000-10-21 Miles Bader <miles@gnu.org>
15174
15175 * window.el (fit-window-to-buffer): New function.
15176 (shrink-window-if-larger-than-buffer): Use it.
15177 (window-text-height): Don't expect minibuffers to have mode-lines.
15178
15179 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15180 * international/quail.el (quail-update-guidance):
15181 Use `fit-window-to-buffer' instead of `set-window-text-height'.
15182
15183 * international/quail.el (quail-show-guidance-buf): Make sure
15184 guidance window really has enough room.
15185 (quail-update-guidance): If quail-guidance-win is already shown,
15186 make sure its height is OK.
15187
15188 * window.el (window-text-height, set-window-text-height):
15189 New functions.
15190 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15191 instead of `window-height' & `mode-line-window-height-fudge'.
15192 (mode-line-window-height-fudge): Add FACE parameter.
15193 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15194 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15195
15196 2000-10-20 Miles Bader <miles@gnu.org>
15197
15198 * window.el (height-affecting-face-attributes): Use `defconst'.
15199
15200 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15201 New function, conditionally aliased to `mode-line-window-height-fudge'.
15202 (ispell-help): Use it.
15203 (ispell-choices-win-default-height): Don't include mode-line fudge.
15204 (ispell-choices-win-default-height): New function.
15205 (ispell-show-choices, ispell-command-loop): Use function
15206 `ispell-choices-win-default-height' instead of variable.
15207
15208 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15209
15210 * window.el (mode-line-window-height-fudge): New variable.
15211 (height-affecting-face-attributes): New variable.
15212 (mode-line-window-height-fudge): New function.
15213 (shrink-window-if-larger-than-buffer): Use it.
15214 * help.el (resize-temp-buffer-window): Likewise.
15215
15216 * info.el (Info-fontify-node): Add support for @subsubsection
15217 titles, which use `Info-title-4-face'.
15218 (Info-title-4-face): New face.
15219 (Info-title-3-face): Inherit from Info-title-4-face instead of
15220 variable-pitch.
15221
15222 2000-10-19 Jason Rumney <jasonr@gnu.org>
15223
15224 * dired.el (dired-insert-directory): Do not let errors signalled by
15225 attempt to run dired-free-space-program prevent dired from working.
15226
15227 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15228
15229 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15230
15231 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15232
15233 * dirtrack.el (dirtrack): Fix call to run-hooks.
15234
15235 * cmuscheme.el (cmuscheme-program-name): Renamed from
15236 scheme-program-name because xscheme.el contains a defcustom with
15237 the same name. As a consequence, customizing group `cmuscheme'
15238 loaded `xscheme' which redefined run-scheme.
15239 (run-scheme): Use cmuscheme-program-name.
15240
15241 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15242
15243 * play/doctor.el (doctor-death): Update the Samaritans'
15244 anonymous address, and add a website for Befrienders International.
15245
15246 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15247
15248 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15249 Avoid compilation gripes. Doc fix.
15250 (ps-print-version): New version number (6.2).
15251 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15252 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15253 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15254 (ps-x-extent-priority, ps-x-extent-start-position)
15255 (ps-x-face-font-instance, ps-x-find-coding-system)
15256 (ps-x-font-instance-properties, ps-x-make-color-instance)
15257 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15258 avoid compilation gripes without defining functions.
15259 (ps-e-find-composition): Alias for function find-composition, to have a
15260 suitable function depending on Emacs version.
15261 (ps-color-device, ps-color-values, ps-face-foreground-name)
15262 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15263 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15264 (ps-print-ensure-fontified): Function definitions surrounded by
15265 `eval-and-compile' to avoid compilation gripes.
15266 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15267 by symbol-value to avoid compilation gripes.
15268 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15269 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15270
15271 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15272
15273 * startup.el (normal-top-level): Call `frame-set-background-mode'
15274 after `frame-notice-user-settings' because the latter doesn't call
15275 the former on a tty.
15276
15277 * faces.el (frame-set-background-mode): `unspecified' &c are
15278 symbols, not strings.
15279
15280 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15281
15282 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15283 why some "light*" colors are deliberately absent from the alist.
15284
15285 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15286 Change colors for tty's, as suggested by Miles Bader.
15287
15288 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15289
15290 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15291 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15292 for ISO10646-1 fonts.
15293 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15294
15295 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15296
15297 * faces.el (frame-set-background-mode): If a tty frame defines a
15298 background color, use that to compute the background mode, instead
15299 of always defaulting to "dark".
15300
15301 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15302
15303 * comint.el (comint-write-output): New function.
15304 (comint-mode-map): Add it to the menu.
15305 Bind `C-c C-s' to comint-write-output.
15306
15307 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15308
15309 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15310 Use fancy-splash-delay.
15311
15312 2000-10-18 Alex Schroeder <alex@gnu.org>
15313
15314 * progmodes/sql.el (sql-sybase-options): New option.
15315 (sql-sybase): Use it. Add sql-database to the list of parameters
15316 provided for login. The options -w 2048 -n are not used any more.
15317
15318 * comint.el (comint-read-input-ring): Bugfix such that the first
15319 and the last entry of the input ring file are not lost.
15320
15321 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15322
15323 * ps-print.el: Internal variable changes to defcustom,
15324 make-local-hook changes to defvar. Doc fix.
15325 (ps-print-version): New version number (6.1).
15326 (ps-setup, ps-do-despool): Code fix.
15327 (ps-printer-name): Customization fix.
15328 (ps-printer-name-option): Now is a defcustom instead of an
15329 internal variable.
15330 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15331 (ps-print-begin-column-hook): Now are defvar instead of
15332 make-local-hook.
15333
15334 2000-10-18 Miles Bader <miles@gnu.org>
15335
15336 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15337 (comint-kill-output): Changed into an alias for `comint-delete-output',
15338 and made obsolete.
15339 (comint-mode-map): Rename references to comint-kill-output.
15340
15341 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15342
15343 * diff-mode.el (diff-header-face, diff-file-header-face)
15344 (diff-changed-face): Add bold and italic attributes to tty faces.
15345 (diff-function-face): New face.
15346 (diff-font-lock-keywords): Use it.
15347
15348 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15349
15350 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15351 Remove commented-out call to force-mode-line-update.
15352 (comint-kill-output): Use `forward-line 0' instead of
15353 beginning-of-line to make sure we get past the prompt.
15354
15355 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15356
15357 * diff-mode.el (diff-header-face, diff-file-header-face):
15358 Add specific setting for dark background.
15359 (diff-context-face): Renamed from diff-comment-face.
15360 Set explicitly rather than inheriting from font-lock-comment-face.
15361
15362 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15363
15364 * startup.el (command-line): Move the code which sets the default
15365 TTY colors to before before-init-hook.
15366
15367 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15368
15369 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15370
15371 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15372
15373 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15374 extensions, for MS-DOS.
15375
15376 * diff-mode.el (diff-header-face, diff-file-header-face)
15377 (diff-changed-face): Define tty-specific colors.
15378
15379 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15380
15381 * startup.el (fancy-splash-text): Realign the text.
15382
15383 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15384
15385 * font-lock.el (font-lock-comment-face): Define a separate default
15386 for dark-background tty's.
15387
15388 2000-10-17 Miles Bader <miles@gnu.org>
15389
15390 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15391 being obscured by whizzy mode-lines on graphics displays.
15392
15393 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15394
15395 * info.el (Info-title-1-face, Info-title-2-face)
15396 (Info-title-3-face): Define colors for tty's.
15397 (info-header-node): Remove unneeded tty-specific definition.
15398
15399 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15400
15401 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15402 reverse from the frame parameters, and don't invert foreground and
15403 background colors.
15404
15405 2000-10-16 Miles Bader <miles@gnu.org>
15406
15407 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15408 string "*Info*". Call propertized-buffer-identification to spruce
15409 up the result.
15410
15411 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15412
15413 * help.el: Provide `help' for the sake of define-minor-mode
15414 which generates defcustoms with requires.
15415
15416 * jit-lock.el (jit-lock-after-change): If we're in text that
15417 matches a multi-line font-lock pattern, make sure the whole text
15418 will be redisplayed.
15419
15420 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15421 author's name is unknown.
15422
15423 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15424 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15425 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15426 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15427 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15428 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15429 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15430 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15431 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15432 Add author information.
15433
15434 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15435
15436 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15437 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15438 full-color version (using the Gimp) to eliminate dithering artifacts.
15439
15440 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15441
15442 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15443
15444 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15445
15446 2000-10-15 Dave Love <fx@gnu.org>
15447
15448 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15449
15450 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15451
15452 * whitespace.el: Doc fixes.
15453 (top-level): Don't add hooks here.
15454 (whitespace-running-emacs): Deleted.
15455 (timer): Don't require.
15456 (whitespace): Add back :version conditional on xemacs test.
15457 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15458 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15459 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15460 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15461 Avoid specific xemacs test.
15462 (whitespace-global-mode): New option.
15463 (whitespace-global-mode): New command.
15464 (whitespace-unload-hook): New function.
15465
15466 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15467 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15468 (Info-fontify-node): `Goto' goes to `Go to'.
15469 (Info-fontify-node): Add help-echo to xref links.
15470
15471 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15472
15473 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15474
15475 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15476
15477 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15478 Use plist-get and allow :inherit.
15479
15480 * emacs-lisp/cl-macs.el (cl-do-arglist):
15481 Use plist-get and plist-member instead of memq.
15482
15483 * emacs-lisp/ewoc.el (ewoc-location): New function.
15484 (ewoc-enter-after, ewoc-enter-before): Document return value.
15485 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15486 Don't need make-local-hook any more.
15487 (cvs-addto-collection): Return the new tin.
15488 (cvs-mode-insert): Jump to the new line.
15489
15490 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15491
15492 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15493
15494 * font-lock.el (font-lock-syntactically-fontified): New var.
15495 (font-lock-fontify-syntactic-keywords-region): Use it.
15496 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15497
15498 * diff-mode.el (diff-find-file-name): Fix regexp.
15499
15500 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15501 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15502
15503 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15504 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15505 (sh-mode): Don't make all vars local here.
15506 (sh-kw): Reformat.
15507 (sh-set-shell): Use dolist. Don't set indent-region-function.
15508 (sh-mode-syntax-table): Use pop.
15509 (sh-remember-variable): Use push.
15510 (sh-help-string-for-variable): Use memq.
15511 (sh-safe-backward-sexp): Remove.
15512 (sh-safe-forward-sexp): Add ARG.
15513 (sh-get-indent-info, sh-prev-stmt): Use it.
15514 (sh-prev-line): Simplify by using forward-comment.
15515 (sh-this-is-a-continuation): Simplify.
15516 (sh-learn-buffer-indent): Use dolist.
15517 (sh-do-nothing): Remove.
15518 (sh-set-char-syntax, sh-set-here-doc-region):
15519 Use inhibit-modification-hooks.
15520 (sh-name-style): Use mapcar and push.
15521 (sh-load-style): Use dolist.
15522 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15523 (sh-case, sh-while-getopts): Use propertize directly rather
15524 than sh-electric-rparen.
15525
15526 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15527
15528 * textmodes/tex-mode.el: Require CL when compiling.
15529 (tex-mode-syntax-table): Init immediately.
15530 (tex-mode-map): Bind M-RET to latex-insert-item.
15531 (latex-mode): Set indent-line-function to latex-indent.
15532 (tex-common-initialization): Don't setup the syntax-table any more.
15533 (latex-insert-item): New skeleton.
15534 (tex-next-unmatched-end): Fix copy/paste braino.
15535 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15536 (latex-indent, latex-find-indent): New functions.
15537 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15538 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15539 (tex-compilation-parse-errors): Use with-syntax-table.
15540
15541 2000-10-15 Miles Bader <miles@gnu.org>
15542
15543 * font-lock.el (font-lock-comment-face): Change dark-background,
15544 color, non-tty, default to `chocolate1'.
15545
15546 2000-10-13 John Wiegley <johnw@gnu.org>
15547
15548 * eshell/esh-util.el (require): Added a missing `require' form,
15549 needed when compiling (for an ange-ftp macro definition).
15550
15551 2000-10-13 Dave Love <fx@gnu.org>
15552
15553 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15554
15555 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15556
15557 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15558
15559 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15560 transparent -colors 8).
15561
15562 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15563
15564 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15565 that breaks with old list format timestamps.
15566 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15567 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15568
15569 2000-10-13 John Wiegley <johnw@gnu.org>
15570
15571 * align.el, pcomplete.el, calendar/timeclock.el,
15572 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15573
15574 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15575 faulty math, where holiday hours were being computing as seconds.
15576
15577 2000-10-13 John Wiegley <johnw@gnu.org>
15578
15579 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15580 specifying what "other" kinds of buffers should be saved.
15581 This used to be hard-coded.
15582 (desktop-buffer-misc-functions): A global for specifying how
15583 auxiliary data should be determined for special buffer types.
15584 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15585 instead of hard-coding the special buffer types.
15586 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15587 auxiliary data, instead of hard-coding for Info buffers and dired.
15588 (desktop-buffer-info-misc-data): Aux function for determining Info
15589 buffer auxiliary info.
15590 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15591 (desktop-buffer-info): Changed this function to use the info
15592 gathered above.
15593 (desktop-create-buffer): Be a little more careful about what
15594 `minor-mode' means before calling it. This is important for some
15595 buffer types.
15596
15597 2000-10-13 John Wiegley <johnw@gnu.org>
15598
15599 * eshell/esh-util.el: Added a global form which declares an
15600 autoload for `parse-time-string', if that function is not already
15601 defined, and if parse-time.el is available on the user's system.
15602
15603 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15604 to be aware of ange-ftp user info.
15605 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15606 (eshell-ls-annotate): Use `eshell-file-attributes'.
15607 (eshell-ls-file): Made the user-id printing code a bit smarter.
15608
15609 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15610 allow identification of alias user ids in remote directories.
15611 It's manual, but there's no other way to know when the current user
15612 on the local machine, is also the owning user on the remote machine.
15613 (fboundp): Bind `ange-cache'.
15614 (eshell-directory-files-and-attributes): Re-organized the logic a
15615 bit to use `eshell-file-attributes' instead of `file-attributes'.
15616 The former is more sensitive to directories that are read via FTP,
15617 and knows how to use ange-ftp to determine full attribute
15618 information, instead of just the name and last modtime.
15619 (eshell-current-ange-uids): Return the current user id when in a
15620 remote directory.
15621 (eshell-parse-ange-ls): Parse a full directory listing that has
15622 been returned by ange-ftp.
15623 (eshell-file-attributes): This beefed up version of
15624 `file-attributes' is only special if the user is currently in a
15625 remote directory, in which case it does a lot of work to find out
15626 what the real attributes of a file are, as they appear on the
15627 remote machine. This makes usage of remote directories (i.e.,
15628 ange-ftp pathnames) much more useful. You can now use Eshell as a
15629 full-fledged FTP client, with much more manipulation ability than
15630 most other clients.
15631
15632 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15633 variable, which means that Eshell's du should always be preferred
15634 in remote directories.
15635 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15636 just `file-attributes'.
15637 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15638 when reading remote directories. This is an Eshell-specific
15639 variable (not part of ange-ftp).
15640 (eshell/ln): Bind `ange-cache'.
15641 (eshell/du): Added some extra logic for determining when to use
15642 Eshell's du (which is slow), and when to use the external version
15643 (which may or may not exist).
15644
15645 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15646 Call `eshell-interactive-process', rather than using
15647 `get-buffer-process', since backgrounded processes don't count in
15648 the context of this function's logic.
15649
15650 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15651 `forward-char', so that null strings are parsed correctly.
15652
15653 2000-09-13 John Wiegley <johnw@gnu.org>
15654
15655 * eshell/em-pred.el (eshell-pred-file-type)
15656 (eshell-pred-file-links, eshell-pred-file-size):
15657 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15658
15659 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15660 that remote file globbing is more efficient.
15661
15662 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15663 gathering the files and attributes within a directory.
15664
15665 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15666 the command line is a special file (not a regular file, directory
15667 or symlink), always attempt to call the external version of cat.
15668
15669 2000-09-13 John Wiegley <johnw@gnu.org>
15670
15671 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15672 Eshell-friendly version of find-tag.
15673
15674 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15675
15676 * image-file.el (image-file-name-extensions)
15677 (image-file-name-regexps): Add autoload cookies.
15678
15679 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15680
15681 * international/mule-cmds.el (select-safe-coding-system): If FROM
15682 is string, show it in *Warning* buffer.
15683
15684 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15685
15686 * startup.el (normal-top-level): Use display-popup-menus-p instead
15687 of window-system.
15688 (command-line): Use display-graphic-p instead of window-system.
15689 (command-line-1): Use display-popup-menus-p and display-mouse-p
15690 instead of window-system.
15691
15692 2000-10-12 Sam Steingold <sds@gnu.org>
15693
15694 * tooltip.el (tooltip-use-echo-area): New user variable.
15695 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15696
15697 2000-10-12 Dave Love <fx@gnu.org>
15698
15699 * recentf.el: Maintainer's checkdoc fixes.
15700
15701 * startup.el (normal-top-level-add-subdirs-to-load-path):
15702 Use character class, not ASCII when matching file names.
15703 (fancy-splash-head): Add trailing slash to URL.
15704 (command-line): Don't require XPM support for toolbar.
15705
15706 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15707 (cperl-invalid-face): Revert last change.
15708 (cperl-init-faces): Quote cperl-invalid-face.
15709
15710 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15711
15712 * startup.el (fancy-splash-text): Remove superfluous quote.
15713
15714 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15715
15716 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15717 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15718 (command-line-1): Don't use fancy-splash-pending-command.
15719 (fancy-splash-screens-1): Goto point-min after inserting text.
15720
15721 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15722
15723 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15724 instead of shared-lisp-mode-map.
15725
15726 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15727
15728 * faces.el (header-line): Change tty-variant to use underlining.
15729
15730 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15731 (isearch-highlight): Restore lazy-isearch face properties at old
15732 position, and suppress them at new position.
15733 (isearch-dehighlight): Restore lazy-isearch face properties.
15734 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15735 over the real isearch overlay, but in that case, don't give it a
15736 face property. Use `push'.
15737
15738 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15739
15740 * man.el (Man-getpage-in-background): Fix previous change.
15741 Decode the process output only when we are in multibyte mode.
15742
15743 2000-10-11 Dave Love <fx@gnu.org>
15744
15745 * info.el (Info-mode-menu): Fix some help.
15746 (info-tool-bar-map): Add entry for Info-last.
15747
15748 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15749 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15750 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15751 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15752 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15753 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15754 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15755 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15756 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15757 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15758 Reduce colour requirements to 25 overall. (Probably wants
15759 revisiting from the originals to reduce further.)
15760
15761 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15762
15763 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15764 buffer-file-coding-system, instead of raw-text.
15765 (dehexlify-buffer): Bind coding-system-for-read to
15766 buffer-file-coding-system, instead of raw-text.
15767
15768 2000-10-11 Sam Steingold <sds@gnu.org>
15769
15770 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15771 `underline' - fixes the bug introduced on 2000-09-21.
15772
15773 2000-10-11 Dave Love <fx@gnu.org>
15774
15775 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15776 Avoid compiler warnings.
15777 (scheme-mode): Doc fix.
15778 (scheme-font-lock-keywords-1): Match `define-syntax'.
15779
15780 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15781
15782 * faces.el (frame-set-background-mode): Pay attention to saved
15783 face specs as well as default ones. Only do anything if the
15784 bg-mode or display-type has actually changed. Use `dolist'.
15785 (region): Make dark-background `region' face less in-your-face.
15786
15787 2000-10-10 Sam Steingold <sds@gnu.org>
15788
15789 * chistory.el, ielm.el, ledit.el:
15790 * progmodes/inf-lisp.el, progmodes/scheme.el:
15791 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15792
15793 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15794
15795 * textmodes/texinfo.el: Update copyright and fix typo.
15796
15797 * desktop.el (desktop-modes-not-to-save): New var.
15798 (desktop-save-buffer-p): Use it.
15799 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15800 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15801
15802 2000-10-10 Dave Love <fx@gnu.org>
15803
15804 * toolbar/tool-bar.el (tool-bar-add-item)
15805 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15806
15807 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15808 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15809 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15810 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15811 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15812 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15813 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15814 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15815 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15816 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15817 the .xpms; probably need retouching.
15818
15819 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15820
15821 * subr.el (add-to-list): Add optional argument APPEND.
15822 * battery.el (display-battery): Use `add-to-list'.
15823
15824 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15825
15826 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15827 properties.
15828 (zone, zone-when-idle, zone-leave-me-alone)
15829 (zone-pgm-whack-chars): Use new symbol properties.
15830
15831 * battery.el (display-battery): Doc spelling fix.
15832
15833 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15834 property.
15835
15836 2000-10-09 Dave Love <fx@gnu.org>
15837
15838 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15839 has been initialized before calling tool-bar-setup.
15840 (tool-bar-add-item-from-menu): Add autoload cookie.
15841
15842 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15843
15844 * menu-bar.el (send-mail-item-name): New function.
15845 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15846 of mail-user-agent in the menu. Don't display the "Send Mail"
15847 item if mail-user-agent is nil or its value is ignore.
15848 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15849 if read-mail-command is nil or its value is ignore.
15850
15851 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15852
15853 2000-10-09 Miles Bader <miles@gnu.org>
15854
15855 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15856 Correct image size.
15857 * toolbar/left_arrow.xpm: Correct image size.
15858
15859 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15860 will be done by the definition of `auto-compression-mode' if
15861 necessary. Move code to uninstall existing file-name handler
15862 before definition of `auto-compression-mode'.
15863
15864 * image-file.el (auto-image-file-mode): Move to the end of the
15865 file, because `define-minor-mode' actually calls the mode-function
15866 if the associated variable is non-nil, which requires that all
15867 needed functions be already defined.
15868
15869 * mouse.el (popup-menu): Balance parens.
15870
15871 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15872
15873 * mouse.el (popup-menu): Move the command call outside the loop
15874 so that popup-menu returns whatever the command returns.
15875
15876 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15877 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15878 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15879 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15880
15881 * vc.el (vc-version-diff): diff-switches can be a list.
15882 Use relative filenames for prettier output.
15883
15884 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15885 (vc-post-command-functions): Remove old-VC compatibility code.
15886
15887 * newcomment.el (comment-indent-default): Autoload.
15888
15889 * font-lock.el (font-lock-defaults): Make buffer-local.
15890 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15891 (font-lock-choose-keywords):
15892 Ignore LEVEL unless KEYWORDS is a list of syms.
15893 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15894 Don't wrap regexp-opt things in \(...\) unnecessarily.
15895
15896 * jit-lock.el: Don't require font-lock any more.
15897 (jit-lock-functions): Make buffer-local.
15898 (jit-lock-saved-fontify-buffer-function): Remove.
15899 (jit-lock-mode): Remove autoload cookie.
15900 Remove font-lock specific code.
15901 (jit-lock-unregister): Don't bother handling complex hooks any more.
15902 (jit-lock-refontify): New function.
15903 (jit-lock-fontify-buffer): Use it.
15904 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15905 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15906 Add optional args START and END.
15907 Never call font-lock-fontify-region directly.
15908 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15909
15910 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15911
15912 2000-10-08 Dave Love <fx@gnu.org>
15913
15914 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15915
15916 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15917
15918 * play/studly.el (studlify-region, studlify-word): Add autoload
15919 cookie.
15920
15921 * play/morse.el (morse-region, unmorse-region): Add autoload
15922 cookie.
15923
15924 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15925 concat.
15926
15927 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15928 insist on symbols starting with word syntax.
15929 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15930 (eval-defun-1): Doc fix.
15931 (indent-sexp): Use nconc to build up indent-stack.
15932
15933 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15934 Gnus with little use.
15935 (mail-setup-hook): Add mail-abbrevs-setup to options.
15936
15937 * recentf.el: Doc fixes.
15938
15939 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15940 Clean up remainder.
15941
15942 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15943 without timezone and (8) with timezone to enforce some whitespace.
15944 Simplify code somewhat.
15945
15946 * options.el (list-options): Doc that you should use customize.
15947
15948 * iswitchb.el (iswitchb-mode): Add :require.
15949
15950 * info.el (Info-goto-node, Info-menu): Doc fix.
15951 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15952 (info-tool-bar-map): New variable.
15953 (Info-mode): Use it.
15954 (Info-edit-map): Define all in defvar.
15955 (speedbar-attached-frame): Avoid compiler warning.
15956
15957 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15958 (global-map): Bind [tool-bar] to a filtered map.
15959 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15960 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15961 Allow PBM icons.
15962 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15963
15964 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15965 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15966 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15967 icons, except up_arrow, which is left-arrow rotated.
15968
15969 * imenu.el (imenu-add-to-menubar): Fix last change.
15970
15971 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15972
15973 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15974 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15975
15976 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15977
15978 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15979 typos in doc strings.
15980
15981 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15982 the doc strings how to customize Font Lock faces.
15983
15984 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15985 computing growth when dragging the header line.
15986
15987 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15988
15989 * simple.el (kill-line): Doc fix.
15990
15991 2000-10-08 Miles Bader <miles@gnu.org>
15992
15993 * faces.el (secondary-selection): Make foreground visible on tty.
15994
15995 * jka-compr.el (auto-compression-mode): Move to the end of the
15996 file, because `define-minor-mode' actually calls the mode-function
15997 if the associated variable is non-nil, which requires that all
15998 needed functions be already defined.
15999 (with-auto-compression-mode): Add autoload cookie.
16000
16001 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
16002
16003 * files.el (find-backup-file-name) [ms-dos]: If support for long
16004 file names is not available, behave as if version-control were set
16005 to never.
16006
16007 2000-10-07 Dave Love <fx@gnu.org>
16008
16009 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
16010 (browse-url-gnome-moz): New function.
16011 (browse-url-browser-function): Use it.
16012 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
16013
16014 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
16015
16016 * indent.el (tab-always-indent): New var.
16017 (indent-for-tab-command): Use it.
16018
16019 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
16020 raise an error. This way it can still default to a sane value.
16021
16022 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16023
16024 * startup.el (fancy-splash-screens): Use local rather than global map.
16025 Don't use `update-menu-bindings' any more.
16026 Get rid of assumptions about keymap representation.
16027
16028 2000-10-06 Dave Love <fx@gnu.org>
16029
16030 * textmodes/fill.el (sentence-end-double-space)
16031 (sentence-end-without-period): Doc fix.
16032 (adaptive-fill-regexp): Purecopy.
16033 (unjustify-current-line): Use line-end-position.
16034 (fill-individual-paragraphs-prefix): Use line-beginning-position.
16035
16036 * net/eudc-vars.el (eudc): Add :version, :link.
16037
16038 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
16039
16040 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
16041 Fix for define-minor-mode.
16042 (function-at-point): Alias to function-called-at-point.
16043
16044 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
16045
16046 * simple.el (backward-word): Doc fix.
16047
16048 * image-file.el (image-file-name-regexp): image-file-regexps ->
16049 image-file-name-regexps.
16050 (image-file-name-extensions): Add pbm.
16051
16052 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16053
16054 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
16055 and add filename to the names so that diff-mode can jump to source.
16056
16057 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
16058 (tex-font-lock-keywords, tex-font-lock-keywords-2)
16059 (tex-font-lock-keywords-1): Remove.
16060 (font-lock-turn-on-thing-lock): Use jit-lock-register.
16061 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
16062 (font-lock-default-fontify-region):
16063 Expand beg..end correctly when just following a multiline region.
16064 (font-lock-fontify-anchored-keywords):
16065 Include the anchor text as part of the multiline.
16066
16067 2000-10-06 Gerd Moellmann <gerd@gnu.org>
16068
16069 * loadup.el (toplevel): Load `loaddefs' before `help' because the
16070 latter needs the autoloaded define-minor-mode macro during the
16071 bootstrap.
16072
16073 * startup.el (command-line): For now, activate tool-bar-mode only
16074 if XPM images are supported.
16075
16076 * mouse.el (mouse-drag-header-line): Don't allow resizing a
16077 window by dragging a header-line at the top of the frame; that's
16078 confusing because the header-line doesn't move.
16079 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
16080 of treating the event as a list. Some cleanup.
16081
16082 2000-10-06 Miles Bader <miles@gnu.org>
16083
16084 * simple.el (display-message-or-buffer): New function.
16085 (shell-command-on-region): Use `display-message-or-buffer'.
16086
16087 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16088 docstring parts.
16089
16090 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16091 (smbclient-prompt-regexp): Add usage note to doc string.
16092 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16093 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16094 Use add-hook for adding the comint filter function, and only do so
16095 if it's not already in the global hook list.
16096 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16097 to `make-local-variable'.
16098 (nslookup-font-lock-keywords): Remove prompt entry.
16099 (nslookup): Don't set the process-filter.
16100 (finger): Exit the loop correctly when the regexps list runs out.
16101 (ftp, smbclient, smbclient-list-shares):
16102 Set the real major mode immediately, not after execing.
16103 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16104
16105 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16106
16107 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16108
16109 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16110
16111 * which-func.el (which-func-format): Remove spurious space.
16112 (which-func-mode): Don't make it permanent-local.
16113 (which-func-ff-hook): Allow which-func-maxout to be nil.
16114 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16115 (which-func-mode): Simplify.
16116 Use post-command-idle-hook rather than post-command-hook.
16117 Go through all buffers and update their state.
16118 (which-function): Also try add-log-current-defun-function.
16119
16120 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16121 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16122 Update call to with-vc-properties accordingly.
16123 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16124 (vc-revert-buffer): More careful about window selection and deletion.
16125 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16126
16127 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16128 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16129 (cvs-dired-action): Change the default to quickdir.
16130
16131 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16132 if comment-indent-function returns nil.
16133 (comment-indent-default): New function.
16134 (comment-indent-function): Use it and document the new semantics.
16135
16136 * image-file.el: Docstring fixes.
16137
16138 * help.el (help-xref-on-pp): Use match-string.
16139 (describe-variable): New arg BUFFER.
16140 Store the current buffer in the help-xref-stack.
16141 (temp-buffer-resize-mode): Use define-minor-mode.
16142
16143 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16144 consistently with its docstring.
16145 Set jit-lock-first-unfontify-pos in an idempotent way.
16146 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16147
16148 2000-10-05 Alex Schroeder <alex@gnu.org>
16149
16150 * sql.el (sql-mysql-options): New variable.
16151 (sql-mysql): Use it.
16152
16153 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16154
16155 * image.el (image): New group.
16156
16157 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16158 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16159
16160 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16161
16162 * net/net-utils.el (nslookup-font-lock-keywords)
16163 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16164 Ignore the value of wqindow-system; always define keywords
16165
16166 2000-10-05 Kenichi Handa <handa@etl.go.jp>
16167
16168 * startup.el (fancy-splash-screens): Remove the code for
16169 debugging; `(trace-to-stderr "EXITTT\n")'.
16170
16171 2000-10-05 Miles Bader <miles@gnu.org>
16172
16173 * diff-mode.el (diff-goto-source): Update call to
16174 `diff-hunk-status-msg' to reflect new REV variable.
16175
16176 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16177
16178 * progmodes/icon.el (icon-mode):
16179 Don't gratuitously override the default for comment-column.
16180
16181 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16182
16183 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16184 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16185 (jit-lock-functions): New var.
16186 (jit-lock-function-1): Use it if non-nil.
16187 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16188 Set the `fontified' property before doing the fontification to avoid
16189 repeatedly going through the same error.
16190 Don't turn errors into messages.
16191 (jit-lock-register, jit-lock-unregister): New functions.
16192
16193 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16194 Use with-current-buffer.
16195
16196 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16197 Turn comment into docstring.
16198
16199 * apropos.el (apropos-mode): Use define-derived-mode.
16200
16201 2000-10-04 Gerd Moellmann <gerd@gnu.org>
16202
16203 * startup.el (fancy-splash-pending-command): New variable.
16204 (fancy-splash-pre-command): New function.
16205 (fancy-splash-screens): Rewritten.
16206 (command-line-1): If fancy-splash-pending-command is set, call it
16207 interactively.
16208
16209 2000-10-04 Dave Love <fx@gnu.org>
16210
16211 * toolbar/tool-bar.el (tool-bar-setup): New function.
16212 (tool-bar-mode): Use it.
16213
16214 * subr.el (substitute-key-definition): Doc fix.
16215 (play-sound-file): New command.
16216
16217 2000-10-04 Andre Spiegel <spiegel@gnu.org>
16218
16219 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16220 vc-version-backup-file-name): New functions.
16221
16222 * files.el (basic-save-buffer): Call vc-before-save before saving.
16223
16224 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16225 vc-cvs-stay-local-p.
16226
16227 * vc.el (vc-revert-buffer): Handle empty diff properly.
16228 (vc-version-backup-file): New function.
16229 (vc-checkout): Create a version backup if necessary.
16230 (vc-checkin): If a version backup file exists, delete it.
16231 (vc-version-diff): Diff locally using version backups, if available.
16232 (vc-revert-file): If there's a version backup, revert locally.
16233 (vc-transfer-file): Use version backup for base version, if
16234 available. If not, ask for confirmation whether to get it from the
16235 server. Update mode line before check-in.
16236
16237 2000-10-04 Dave Love <fx@gnu.org>
16238
16239 * toolbar/tool-bar.el (tool-bar-setup): New function.
16240 (tool-bar-mode): Use it.
16241
16242 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16243
16244 * net/net-utils.el (nslookup-font-lock-keywords)
16245 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16246 Only set if window-system is non-nil
16247 (net-utils-run-program): Returns buffer.
16248 (network-connection-reconnect): Added this function.
16249
16250 * generic.el:
16251 Incorporates extensive cleanup and docfixes by
16252 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16253 Uses cl compile-time macros.
16254 (generic-mode-name, generic-comment-list)
16255 (generic-keywords-list, generic-font-lock-expressions)
16256 (generic-mode-function-list, generic-mode-syntax-table):
16257 Removed variables.
16258 (generic-mode-alist): Renamed to generic-mode-list.
16259 (generic-find-file-regexp): Default changed to "^#".
16260 (generic-read-type): Uses completing read on generic-mode-list.
16261 (generic-mode-sanity-check): removed this function.
16262 (generic-add-to-auto-mode): Removed this function
16263 (generic-mode-internal): Bind mode-specific definitions
16264 into function instead of putting them in alist.
16265 (generic-mode-set-comments): Reworked extensively.
16266 (generic-mode-find-file-hook): Simplified regexp searching
16267 (generic-make-keywords-list): Omit extra pair of parens
16268
16269 * find-lisp.el (find-lisp-find-files-internal):
16270 Make sure directory name ends with "/".
16271
16272 * generic-x.el (apache-conf-generic-mode):
16273 Regexp now allows leading whitespace.
16274 (rc-generic-mode): Added eval-when-compile
16275 around generic-make-keywords-list.
16276 Deleted duplicate regexp
16277 (rul-generic-mode): Added eval-when-compile
16278 around generic-make-keywords-list.
16279 (etc-fstab-generic-mode): New generic mode.
16280 (rul-generic-mode): Removed one eval-when-compile
16281 which caused a max-specpdl-size exceeded error.
16282
16283 2000-10-04 Miles Bader <miles@gnu.org>
16284
16285 * simple.el (minibuffer-temporary-goal-position): New variable.
16286 (next-history-element): Try to keep the position of point in the
16287 input string constant.
16288
16289 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16290 (dired-do-create-files): If there's only one file, pass it in as
16291 the DEFAULT arg to dired-mark-read-file-name.
16292
16293 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16294
16295 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16296 (diff-goto-source): Be smarter when choosing REVERSE or not.
16297
16298 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16299 (texinfo-mode-menu): Add an explicit shortcut for update all.
16300
16301 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16302
16303 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16304 factorize backend-specific code cleanly (this was essentially
16305 conceived by Stefan Monnier).
16306 (vc-unregister): Function removed.
16307 (vc-revert-file): New function.
16308 (vc-revert-buffer): Delegate some of the work to it.
16309
16310 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16311 default branch unconditionally.
16312 (vc-rcs-set-default-branch): New function.
16313 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16314 (vc-rcs-checkin): If an appropriate default branch has been set,
16315 force creation of that branch.
16316 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16317 code (as suggested by Stefan Monnier).
16318
16319 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16320
16321 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16322 highlighting overlay with a different face over the overlay
16323 isearch uses to highlight the current match because that can lead
16324 to bad face combinations.
16325
16326 * loadup.el (toplevel): Load faces before isearch.
16327
16328 * isearch.el (isearch-faces): New custom group.
16329 (isearch): New defface; was already tested for in the code.
16330 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16331 (isearch-highlight): Always use face `isearch'.
16332
16333 2000-10-02 Dave Love <fx@gnu.org>
16334
16335 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16336 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16337 comparison of opcode with operand.
16338
16339 2000-10-03 Miles Bader <miles@gnu.org>
16340
16341 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16342 buffer, since the echo area will now grow to accommodate them.
16343
16344 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16345
16346 * vc-hooks.el (vc-registered): If FILE used to be registered under
16347 a certain backend, try that one first.
16348
16349 * vc.el (vc-responsible-backend): Undo the previous change in the
16350 argument list. Handle multiple backends correctly.
16351 (vc-find-new-backend): Function removed.
16352 (vc-register): Use vc-responsible-backend, as before.
16353 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16354
16355 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16356
16357 * startup.el (fancy-splash-head): Change message below the
16358 logo.
16359
16360 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16361
16362 * diff-mode.el (diff-goto-source): Emit a status message.
16363 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16364 (diff-test-hunk): Fix doc string.
16365 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16366 (diff-advance-after-apply-hunk): New variable.
16367 (diff-apply-hunk): Don't return a value.
16368
16369 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16370
16371 * vc.el (vc-editable-p): Minor optimization.
16372 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16373 (vc-find-new-backend): New function split from vc-responsible-backend.
16374 (vc-register): Use it.
16375 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16376 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16377 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16378 (vc-clear-headers): Don't use find-file.
16379 (vc-revert-buffer): Use `and' again (must have been a braino).
16380 (vc-switch-backend): Only prompt if requested.
16381 Short circuit if nothing is to be done.
16382 Don't use vc-resynch-buffer which could lose unsaved editing.
16383 (vc-default-receive-file): Update call to vc-unregister.
16384 (with-vc-file, vc-next-action-on-file):
16385 Use vc-backend rather than vc-registered.
16386 (vc-next-action-on-file): Use intern-soft.
16387 Deal with read-only *vc-diff* buffer.
16388 (vc-transfer-file): Docstring fix.
16389
16390 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16391 (vc-rcs-receive-file): Avoid with-vc-properties.
16392 Update call to vc-unregister.
16393 Use constant `RCS' rather than (dynamically bound) var `backend'.
16394
16395 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16396
16397 * vc.el (vc-next-action-on-file): Update mode line only if file
16398 is visited.
16399 (vc-start-entry): New argument initial-contents. Don't visit the file
16400 if it isn't already visited. Brought documentation up-to-date.
16401 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16402 (vc-checkin): New optional arg initial-contents, which is passed to
16403 vc-start-entry.
16404 (vc-finish-logentry): Make sure to bury log buffer only if there
16405 really is one. Call `vc-resynch-buffer' on log-file, not
16406 buffer-file-name.
16407 (vc-default-comment-history, vc-default-wash-log): New functions.
16408 (vc-index-of): Removed.
16409 (vc-transfer-file): Make do without the above.
16410 (vc-default-receive-file): Call comment-history unconditionally. Pass
16411 the resulting string to vc-checkin, instead of inserting it into the
16412 comment ring.
16413
16414 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16415 unconditionally. Use the comments as initial contents of the log
16416 entry buffer. Document the trick to force branch creation with no
16417 changes.
16418
16419 2000-10-01 Miles Bader <miles@gnu.org>
16420
16421 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16422 `recenter' with an arg to prevent redrawing the display.
16423
16424 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16425
16426 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16427
16428 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16429
16430 * progmodes/c-mode.el (c-mode):
16431 Don't gratuitously override the default for comment-column.
16432
16433 * textmodes/tex-mode.el (latex-metasection-list): New var.
16434 (latex-imenu-create-index): Use it.
16435 Move the regexp construction outside loops (and use push).
16436 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16437 (tex-font-lock-keywords): Moved from font-lock.el.
16438 (tex-comment-indent): Remove.
16439 (tex-common-initialization): Don't set comment-indent-function.
16440 (latex-block-default): New var.
16441 (tex-latex-block): Use it to provide a default choice.
16442 Add any unknown choice to latex-block-names.
16443 Insert [...] after {...}.
16444 (tex-last-unended-begin): Simplify regexp.
16445 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16446 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16447 (latex-mode): Set forward-sexp-function.
16448
16449 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16450 Add regexp for @ignore ... @end ignore.
16451 (texinfo-heading-face): New face.
16452 (texinfo-font-lock-keywords): Use it.
16453 (texinfo-mode-menu): New menu.
16454 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16455 New functions.
16456 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16457 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16458 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16459 Remove declaration.
16460 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16461
16462 * delsel.el (delete-selection-mode): Use define-minor-mode.
16463
16464 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16465
16466 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16467
16468 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16469
16470 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16471
16472 * replace.el (keep-lines-read-args): New function.
16473 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16474 read arguments interactively. Add parameters RSTART and REND.
16475 Operate on the active region in Transient Mark mode.
16476
16477 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16478
16479 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16480 (authors-obsolete-files-regexps): New variable.
16481 (authors-add): Don't record changes in obsolete files.
16482
16483 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16484
16485 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16486
16487 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16488 (comment-indent): Make sure there's a space between code and comment.
16489 Shift comments left to avoid going past fill-column.
16490
16491 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16492
16493 * startup.el (startup-echo-area-message): New function.
16494 (display-startup-echo-area-message): Use it.
16495 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16496 (fancy-splash-default-action): New function.
16497 (fancy-splash-screens-1): New function.
16498 (fancy-splash-head): Put a help-echo and a keymap under the image.
16499
16500 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16501
16502 * diff-mode.el (diff-add-log-file-name): Remove.
16503 (diff-mode): Use add-log-buffer-file-name-function.
16504
16505 * add-log.el (find-change-log): New arg BUFFER-FILE.
16506 (add-log-file-name): Obey add-log-file-name-function.
16507 (add-log-buffer-file-name-function): New var.
16508 (add-change-log-entry): Use it.
16509
16510 2000-09-29 Miles Bader <miles@gnu.org>
16511
16512 * image-file.el (image-file-name-extensions): New variable.
16513 (image-file-name-regexps): Renamed from `image-file-regexps'.
16514 New default value is nil. Call `auto-image-file-mode'.
16515 (image-file-name-regexp): New function.
16516 (auto-image-file-mode): New minor mode.
16517 (insert-image-file): Don't make conditional on the image-file
16518 handler being enabled.
16519 (image-file-handler): Make the call here conditional instead.
16520 (set-image-file-handler-enabled, enable-image-file-handler)
16521 (disable-image-file-handler): Functions removed.
16522
16523 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16524 string.
16525
16526 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16527
16528 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16529 it's a function from CL.
16530 (latex-imenu-create-index): Replace eval-when-compile with progn
16531 because latex-section-alist is not bound while compiling.
16532
16533 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16534
16535 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16536 (outline-mode): Use define-derived-mode.
16537
16538 * progmodes/perl-mode.el (perl-mode):
16539 * progmodes/awk-mode.el (awk-mode):
16540 * progmodes/asm-mode.el (asm-mode):
16541 Don't gratuitously override the default for comment-column.
16542
16543 * emacs-lisp/lisp.el (lisp-complete-symbol):
16544 Distinguish the let-binding case from the funcall case.
16545 (forward-sexp-function): New variable.
16546 (forward-sexp): Use it.
16547
16548 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16549 (easy-mmode-defmap): Remove the now useless autoload.
16550
16551 * time.el (display-time-mode): Use define-minor-mode.
16552
16553 * subr.el (add-minor-mode): Don't eval NAME.
16554 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16555 Use if rather than cond.
16556
16557 * simple.el (read-expression-map): Define more properly.
16558 (comment-indent-hook): Remove.
16559 (string-to-syntax): Bug fix.
16560
16561 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16562 (cvs-ediff-diff): Fix typo.
16563 (cvs-revert-if-needed): Don't bother preserving read-only.
16564
16565 * paren.el (show-paren-mode): Use define-minor-mode.
16566
16567 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16568 (toggle-auto-compression): Remove.
16569 (jka-compr-build-file-regexp): Remove useless grouping.
16570
16571 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16572 Avoid user-reserved bindings.
16573 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16574 (diff-header-face): Revert to grey85.
16575
16576 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16577
16578 * complete.el (partial-completion-mode) <defcustom>: Remove.
16579 (partial-completion-mode): Use define-minor-mode.
16580 (PC-do-completion): Understand `completion-auto-help = delay'
16581 to mean to popup the completion buffer only the second time.
16582 (PC-include-file-all-completions, PC-include-file-all-completions)
16583 (PC-include-file-all-completions): Don't quote lambda.
16584
16585 * comint.el (comint-mode-hook): Docstring fix.
16586 (comint-mode): Use define-derived-mode.
16587 (comint-mode-map): Remove obsolete comment.
16588 (make-comint): Minor stylistic change.
16589 (comint-insert-clicked-input): Be more careful to find the overlay.
16590 Use this-command-keys rather than hardcoding mouse-2.
16591
16592 * font-lock.el: Replace confusing (,@ with ,
16593 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16594 Don't use regexp-opt-depth. Spice up the regexp for args.
16595 Don't distinguish between cmds that can take an opt arg or not.
16596 Use `append' and `prepend' rather than `keep'.
16597
16598 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16599 (latex-outline-regexp): New var.
16600 (latex-outline-level): New fun.
16601 (latex-section-alist): New var.
16602 (latex-imenu-create-index): Use it. Use `push' as well.
16603 (tex-shell-map): Initialize it properly.
16604 (tex-mode): Minor stylistic change.
16605 (plain-tex-mode): Use define-derived-mode.
16606 (latex-mode): Use define-derived-mode.
16607 Construct the paragraph regexps in a more readable way.
16608 Set the buffer-local outline-{level,regexp} vars.
16609 (slitex-mode): Derive from latex-mode.
16610 (tex-common-initialization): Don't kill-all-vars anymore.
16611 Add setting for comment-add and font-lock-defaults.
16612 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16613 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16614 (tex-start-tex): New arg DIR (and send a chdir command for it).
16615 Also display the shell buffer and save it in tex-last-buffer-texed.
16616 (tex-region): Use expand-file-name rather than concat.
16617 Remove code made useless by changes in tex-start-tex.
16618 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16619
16620 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16621
16622 2000-09-28 Dave Love <fx@gnu.org>
16623
16624 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16625
16626 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16627
16628 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16629 `append'.
16630
16631 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16632
16633 * info.el (Info-extract-pointer): Undo last change.
16634 Instead, fix the position of the `bound' arg to re-search-backward.
16635
16636 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16637
16638 * info.el (Info-extract-pointer):
16639 Widen more carefully, to avoid finding pointers in other nodes.
16640 (Info-index): Use push.
16641
16642 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16643
16644 * frame.el (set-frame-font): Remove call to obsolete function
16645 frame-update-faces.
16646 (set-foreground-color, set-background-color): Likewise for
16647 frame-update-face-colors.
16648
16649 2000-09-27 Miles Bader <miles@gnu.org>
16650
16651 * image-file.el: New file.
16652
16653 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16654
16655 * frame.el (frame-notice-user-settings): Don't call
16656 frame-update-faces, which is a no-op now.
16657
16658 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16659 tool-bar-lines.
16660
16661 2000-09-27 Dave Love <fx@gnu.org>
16662
16663 * mouse.el: Fix last change.
16664
16665 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16666
16667 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16668
16669 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16670
16671 * international/quail.el (quail-help): The output message is
16672 improved.
16673
16674 2000-09-26 Dave Love <fx@gnu.org>
16675
16676 * mouse.el (popup-menu): If POSITION is nil, set it using
16677 mouse-position.
16678
16679 2000-09-25 Sam Steingold <sds@gnu.org>
16680
16681 * net/browse-url.el (browse-url-file-url): Check for null maps.
16682
16683 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16684
16685 * frame.el (frame-notice-user-settings): Don't add a
16686 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16687
16688 * frame.el (frame-notice-user-settings):
16689 Make tool-bar-mode and default-frame-alist consistent.
16690
16691 * toolbar/tool-bar.el (tool-bar-help): New function.
16692
16693 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16694
16695 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16696 current-load-list in top-level forms. Else this leaks a cons cell
16697 every time a defun is called.
16698
16699 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16700
16701 2000-09-25 Dave Love <fx@gnu.org>
16702
16703 * startup.el (fancy-splash-head): Check XPM is available.
16704
16705 * autoinsert.el (auto-insert): Doc fix.
16706 (auto-insert-alist): Following GNU notices, don't say `copyright
16707 _by_'. Use line-beginning-position.
16708 (auto-insert): Check buffer-file-name is non-nil before use.
16709
16710 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16711
16712 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16713 starting with `@def' or `@multitable', in addition to ones
16714 specified by the user in auto-fill-inhibit-regexp.
16715
16716 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16717
16718 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16719 rmail-dont-reply-to-names matches the empty string.
16720
16721 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16722
16723 * startup.el (command-line-1, fancy-splash-text): Change the
16724 text to sound more friendly.
16725
16726 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16727
16728 * progmodes/hideshow.el: Update author email address.
16729 Generally, sync w/ maintainer version 5.22.
16730 (hs-hide-all-non-comment-function): New var.
16731 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16732 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16733 (hs-show-region): Delete this command.
16734 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16735
16736 2000-09-22 Dave Love <fx@gnu.org>
16737
16738 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16739 (hl-line-highlight): Specify buffer when moving overlay.
16740
16741 * progmodes/fortran.el (fortran-mode): Locally set
16742 normal-auto-fill-function.
16743 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16744 (fortran-mode-map): Adjust auto-fill menu entry.
16745
16746 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16747
16748 * vc-rcs.el (toplevel): Require `vc' when compiling.
16749
16750 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16751
16752 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16753
16754 * vc.el (vc-switch-backend): Signal an error if the file is not
16755 registered under the new backend.
16756
16757 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16758 without explicit revision number.
16759
16760 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16761
16762 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16763 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16764 (diff-xor): New function.
16765 (diff-find-source-location): Use it. Fix a stupid name clash.
16766 (diff-hunk-status-msg): New function.
16767 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16768 (diff-test-hunk): Use diff-find-source-location.
16769 (diff-goto-source): Favor the `reverse'.
16770 (diff-hunk-text): Properly handle one-sided context diffs.
16771 (diff-apply-hunk): When done, advance to the next hunk.
16772
16773 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16774
16775 * startup.el (command-line): If frame was created with a non-zero
16776 tool-bar-lines parameter, switch tool-bar-mode on.
16777
16778 * add-log.el (change-log-date-face, change-log-name-face)
16779 (change-log-email-face, change-log-file-face)
16780 (change-log-list-face, change-log-conditionals-face)
16781 (change-log-function-face, change-log-acknowledgement-face):
16782 New faces, inheriting from font-lock faces.
16783 (change-log-font-lock-keywords): Use them.
16784
16785 2000-09-21 Dave Love <fx@gnu.org>
16786
16787 * progmodes/cperl-mode.el (top-level): Clean up
16788 `eval-when-compile's and assorted defvars.
16789 (cperl-invalid-face): Don't double-quote value. Change custom
16790 type.
16791 (cperl-mode): Set normal-auto-fill-function and don't zap
16792 auto-fill-function.
16793 (cperl-imenu--function-name-regexp-perl): Renamed from
16794 imenu-example--function-name-regexp-perl.
16795 (cperl-imenu--create-perl-index): Renamed from
16796 imenu-example--create-perl-index.
16797 (cperl-xsub-scan): Don't require cl.
16798
16799 * msb.el (msb-mode-map): Use substitute-key-definition.
16800 (msb-mode): Use msb-mode-map.
16801
16802 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16803
16804 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16805 New functions.
16806 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16807 (vc-switch-backend): New function.
16808 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16809 (vc-register): Fix prompt.
16810 (vc-unregister, vc-default-unregister): New functions.
16811 (vc-version-diff): Handle empty buffer in sentinel.
16812
16813 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16814 (vc-rcs-state-heuristic): Use it to guess the state of files with
16815 non-strict locking.
16816 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16817 been set with -b, but not created yet.
16818 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16819 contents in order to find the state.
16820 (vc-rcs-checkin): Allow creation of branches with no changes.
16821 (vc-rcs-unregister, vc-rcs-receive-file)
16822 (vc-rcs-set-non-strict-locking): New functions.
16823
16824 * vc-hooks.el (vc-name): Force correct computation of the value
16825 in case it is missing.
16826
16827 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16828
16829 * startup.el (fancy-splash-tail): Use a different foreground
16830 color on a dark frame background.
16831
16832 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16833
16834 * info.el: Use the correct capitalization when making Info-mode
16835 and Info-edit-mode `special' modes.
16836
16837 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16838
16839 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16840 (diff-mode): Add support for add-log.el.
16841 (diff-hunk-text): Use char offsets rather than line offsets.
16842 (diff-find-source-location): Replace LINE with line-offset (nil
16843 if not found) and always set POS to a meaningful position.
16844 Adapt to the new char-offsets.
16845 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16846 Adapt to the new diff-find-source-location.
16847 (diff-goto-source): Adapt to the new diff-find-source-location.
16848
16849 * add-log.el (add-log-file-name): New function (split out of
16850 add-change-log-entry).
16851 (add-change-log-entry): Use it.
16852 Call add-log-file-name-function with the changelog file name if
16853 the current buffer is not associated with any file.
16854 Avoid find-file if the selected window is dedicated.
16855
16856 * diff-mode.el (diff-find-source-location):
16857 Move code from diff-apply-hunk. Return buffer rather than file.
16858 (diff-apply-hunk): Use the new result from diff-find-source-location.
16859 (diff-goto-source): Use the new diff-find-source-location.
16860
16861 2000-09-20 Dave Love <fx@gnu.org>
16862
16863 * iswitchb.el: Some doc fixes.
16864 (iswitchb-mode-map): Define completely initially. Inherit
16865 minibuffer-local-map.
16866 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16867 fundamental-mode.
16868 (iswitchb-global-map): New variable.
16869 (iswitchb-summaries-to-end): Amalgamate regexps.
16870 (iswitchb-mode): New.
16871 (iswitchb-mode-hook): New variable.
16872 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16873 `extensions'.
16874
16875 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16876
16877 * ehelp.el (electric-help): New defgroup.
16878 (electric-help-shrink-window): New user-option.
16879 (with-electric-help): Use it.
16880
16881 * window.el (shrink-window-if-larger-than-buffer): If face
16882 `mode-line' has a :box, and we're on a graphical frame, add 1
16883 to the needed window height.
16884
16885 * frame.el (frame-notice-user-settings): Add a last parameter nil
16886 to a call to `append', because the last list passed to `append' is
16887 not copied, and so subsequent calls to assq-delete-all will modify
16888 default-frame-alist.
16889
16890 * startup.el (fancy-splash-image): Change :type.
16891 (fancy-splash-head): Use an XBM image if appropriate.
16892 (command-line-1): Show splash screens in more cases.
16893
16894 * startup.el (fancy-splash-text): Don't quote faces.
16895
16896 * dired.el (dired-font-lock-keywords): Undo last change.
16897 (dired-readin): Bind indent-tabs-mode to nil.
16898
16899 * startup.el (fancy-splash-head): If frame's background mode
16900 is `dark', change the black background of the image to gray.
16901 (fancy-splash-screens): Display startup echo area message.
16902 (display-startup-echo-area-message): New function.
16903
16904 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16905
16906 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16907
16908 * info.el (info-header-node): Tweak for color ttys.
16909
16910 * faces.el (face-valid-attribute-values): Make sure directories we
16911 search for stipples both exist and are readable before trying to
16912 search them.
16913
16914 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16915 in the dry-run case.
16916
16917 * jka-compr.el (with-auto-compression-mode): New macro.
16918
16919 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16920 (custom-group-tag-face, custom-variable-tag-face): Use relative
16921 :height and inherit from `variable-pitch' face instead of
16922 hardwiring :family.
16923 * hi-lock.el (hi-black-hb): Likewise.
16924
16925 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16926 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16927 toolbar-add-item, if image doesn't have a mask add a `:mask
16928 heuristic'.
16929
16930 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16931
16932 * diff-mode.el: Docstring fixes.
16933 (diff-header-face, diff-comment-face): New faces.
16934 (diff-font-lock-keywords): Highlight a bit differently.
16935 (diff-find-source-location): Don't return SPAN any more.
16936 (diff-hunk-text): Don't bother erasing the temp buffer.
16937 (diff-find-text): Drop argument LINE.
16938 (diff-apply-hunk): Update calls to diff-find-text.
16939 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16940
16941 * calendar/calendar.el: Docstring fixes.
16942 (calendar-make-alist): Don't quote lambda.
16943 (calendar-star-date): Use make-local-variable.
16944
16945 2000-09-19 Dave Love <fx@gnu.org>
16946
16947 * toolbar/tool-bar.el: Renamed from toolbar.el.
16948 Change `toolbar' to `tool-bar' generally in symbols.
16949 Make some items invisible in `special' major modes.
16950 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16951 Add arg PROPS.
16952
16953 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16954 Add :version here.
16955 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16956
16957 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16958
16959 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16960
16961 * files.el (find-file-suppress-same-file-warnings): New user-option.
16962 (find-file-noselect): Use it.
16963
16964 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16965 (fancy-splash-screen): Defgroup.
16966
16967 * add-log.el (change-log-font-lock-keywords): Match names
16968 more exactly for the case that font-lock-constant-face is
16969 underlined.
16970
16971 2000-09-19 Richard M. Stallman <rms@gnu.org>
16972
16973 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16974
16975 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16976
16977 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16978
16979 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16980
16981 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16982 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16983 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16984 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16985 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16986 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16987 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16988 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16989 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16990 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16991 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16992 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16993
16994 * startup.el (fancy-splash-text): New variable.
16995 (fancy-splash-delay, fancy-splash-image): New user-options.
16996 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16997 (fancy-splash-screens): New functions.
16998 (command-line-1): If display has a `display' frame parameter, has
16999 colors, and we have XPM support, show more fancy splash screens.
17000
17001 2000-09-19 Dave Love <fx@gnu.org>
17002
17003 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
17004 with null `help'. Use modern backquote syntax.
17005
17006 2000-09-19 Gerd Moellmann <gerd@gnu.org>
17007
17008 * font-lock.el (font-lock-mode): Change message telling the user
17009 that ``the buffer is too big''.
17010
17011 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
17012 for instance for the case that tab-width is 2.
17013
17014 2000-09-18 Gerd Moellmann <gerd@gnu.org>
17015
17016 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
17017 toolbar-add-item, if image doesn't have a mask add a `:mask
17018 heuristic'.
17019
17020 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
17021
17022 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
17023 and return a cons if it's non-nil.
17024 (diff-apply-hunk): Try to jump to the line in the source text
17025 corresponding to the position of point in the in the hunk.
17026
17027 * info.el (Info-title-3-face, Info-title-2-face)
17028 (Info-title-1-face): Use face inheritance and relative sizes
17029 instead of hard-wiring things.
17030
17031 * faces.el (secondary-selection): Make dark-background variant sane.
17032
17033 2000-09-16 Andrew Innes <andrewi@gnu.org>
17034
17035 * makefile.w32-in (compile-files-CMD): No need to make .elc files
17036 read-only, since they aren't under VC now.
17037
17038 2000-09-17 Dave Love <fx@gnu.org>
17039
17040 * tmm.el: Replace mapcar with mapc in several places.
17041
17042 * loadhist.el (unload-feature): Maybe call elp-restore-list and
17043 ad-unadvise.
17044
17045 * international/latin1-disp.el: New file.
17046
17047 * calendar/cal-move.el (scroll-calendar-left)
17048 (scroll-calendar-right): Make arg optional (for active mode line).
17049
17050 * calendar/calendar.el (calendar-mode-line-format): Make fields
17051 mouse-sensitive.
17052 (calendar-read-date, calendar-read-date, calendar-window-list):
17053 Unquote lambda.
17054 (calendar-month-name): Use aref, not sref.
17055
17056 * view.el (minor-mode-alist): Propertize the string.
17057
17058 * international/characters.el (standard-case-table): Add entries
17059 for Greek.
17060
17061 2000-09-18 Miles Bader <miles@gnu.org>
17062
17063 * info.el (info-node, info-xref): Add dark-background variants.
17064
17065 * faces.el (header-line): Change defaults to be less confusing
17066 when mixed with mode-lines.
17067
17068 * info.el (Info-fontify-node): Make a few cleanups.
17069 Add extra `help-echo' and `local-map' props to node xrefs.
17070 Use header-specific faces for node-names & xrefs.
17071 (Info-use-header-line): New variable.
17072 (info-header-xref, info-header-node): New faces.
17073 (Info-setup-header-line): New function.
17074 (Info-select-node): Call Info-setup-header-line when enabled.
17075 (Info-extract-pointer): Work even if the header line is hidden.
17076 (Info-header-line): New variable.
17077
17078 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
17079
17080 * vms-patch.el (print-region-function): Don't quote lambda.
17081
17082 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
17083
17084 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
17085 (lm-get-header-re): Allow spaces between the header and the colon.
17086 (lm-header): Allow $ in non-RCS headers.
17087 (lm-header-multiline): Put the strings back into order.
17088 Stop at an empty line. Don't require two space chars if the
17089 line is clearly not another header line.
17090
17091 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17092 (popup-menu-popup): Remove.
17093
17094 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17095
17096 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17097 specification if or if not tool-bar item contains an `:enabled'
17098 property.
17099
17100 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17101 current buffer has no file name.
17102
17103 2000-09-15 Dave Love <fx@gnu.org>
17104
17105 * strokes.el: Sync with maintainer's current version with changes
17106 for Emacs, but avoid runtime cl and levents.
17107 (toplevel): Change autoloads and compilation requires.
17108 (strokes-version, strokes-bug-address, strokes-lift): Values
17109 changed.
17110 (strokes-xpm-header, strokes-insinuated): New variable.
17111 (strokes): Add :link.
17112 (strokes-mode): Customized.
17113 (strokes-while-inhibiting-garbage-collector): New macro.
17114 (strokes-remassoc): Avoid remove-if.
17115 (strokes-fix-button2-command): Don't use ad-do-it.
17116 (strokes-insinuate): New function.
17117 (strokes-button-press-event-p, strokes-button-release-event-p):
17118 New functions, used instead of non-`strokes-' versions..
17119 (strokes-mouse-event-p): Rewritten.
17120 (strokes-event-closest-point): Avoid event-point.
17121 (strokes-get-grid-position): Avoid cdadr, caadr
17122 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17123 functions.
17124 (strokes-help): Use with-output-to-temp-buffer.
17125 (strokes-window-configuration-changed-p): New function.
17126 (strokes-update-window-configuration): Use buffer-live-p,
17127 strokes-window-configuration-changed-p.
17128 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17129 (strokes-char-face): New face.
17130 (strokes-char-table, strokes-base64-chars): New variable.
17131 (strokes-xpm-for-stroke, strokes-list-strokes)
17132 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17133 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17134 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17135 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17136 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17137 functions.
17138
17139 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17140
17141 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17142
17143 * image.el (create-image): Doc fix.
17144
17145 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17146 instead of `:heuristic-mask t'.
17147
17148 2000-09-14 Andrew Innes <andrewi@gnu.org>
17149
17150 * makefile.w32-in: Revert to Unix line endings.
17151
17152 2000-09-14 Andrew Innes <andrewi@gnu.org>
17153
17154 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17155 when installing.
17156
17157 * makefile.nt (DONTCOMPILE): Fix typo.
17158
17159 * shell.el (shell-write-history-on-exit): New function.
17160 (shell-dumb-shell-regexp): New custom variable.
17161 (shell-mode): Make shell-write-history-on-exit the process
17162 sentinel if shell name matches shell-dumb-shell-regexp.
17163
17164 * w32-fns.el: Comment out before-init-hook function which resets
17165 source-directory based; this breaks bootstrap.
17166
17167 2000-09-14 Dave Love <fx@gnu.org>
17168
17169 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17170 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17171 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17172 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17173 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17174 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17175 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17176 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17177 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17178
17179 * toolbar/toolbar.el: New.
17180
17181 * subdirs.el: Add toolbar.
17182
17183 2000-09-14 Gerd Moellmann <gerd@gnu.org>
17184
17185 * indent.el (indent-for-tab-command): Doc fix.
17186
17187 2000-09-14 Alex Schroeder <alex@gnu.org>
17188
17189 * ansi-color.el (ansi-colors): Doc change.
17190 (ansi-color-get-face): Simplified regexp.
17191 (ansi-color-faces-vector): Added more faces, doc change.
17192 (ansi-color-names-vector): Doc change.
17193 (ansi-color-regexp): Simplified regexp.
17194 (ansi-color-parameter-regexp): New regexp.
17195 (ansi-color-filter-apply): Doc change.
17196 (ansi-color-filter-region): Doc change.
17197 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17198 deal with zero length parameters.
17199 (ansi-color-apply-on-region): Doc change.
17200 (ansi-color-map): Doc change.
17201 (ansi-color-map-update): Removed debugging message.
17202 (ansi-color-get-face-1): Added condition-case to trap
17203 args-out-of-range errors.
17204 (ansi-color-get-face): Doc change.
17205 (ansi-color-make-face): Removed.
17206 (ansi-color-for-shell-mode): New option.
17207
17208 2000-09-13 Kenichi Handa <handa@etl.go.jp>
17209
17210 * international/quail.el (quail-start-translation): Translate KEY
17211 if necessary even if it doesn't have any mapping in the current
17212 input method.
17213 (quail-start-conversion): Likewise.
17214 (quail-help): The output message is improved.
17215
17216 2000-09-13 Miles Bader <miles@gnu.org>
17217
17218 * comint.el (comint-output-filter): Revert to using
17219 `insert-before-markers'. Add bletcherous hack to undo damage
17220 caused by `insert-before-markers'. Put `front-sticky' property on
17221 overlays created here so that the field code understands how the
17222 overlay works. Use a let when making comint-last-prompt-overlay,
17223 so that the code is easier to read.
17224
17225 2000-09-13 Dave Love <fx@gnu.org>
17226
17227 * wid-edit.el (widget-default-format-handler): DTRT when
17228 doc-property is a function.
17229
17230 2000-09-12 Francesco Potorti` <pot@gnu.org>
17231
17232 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17233 filed name if it's not there.
17234
17235 2000-09-12 Dave Love <fx@gnu.org>
17236
17237 * simple.el (read-mail-command): Doc fix.
17238 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17239
17240 * vc.el (vc-dired-listing-switches): Fix :version.
17241
17242 * vc-hooks.el: Doc fixes.
17243
17244 * subr.el (add-minor-mode): Use toggle-fun arg.
17245
17246 * speedbar.el: Add :version to several defcustoms.
17247
17248 * imenu.el (imenu--truncate-items, imenu--cleanup)
17249 (imenu--generic-function): Avoid mapcar.
17250 (imenu--replace-spaces): Function removed.
17251 (imenu--completion-buffer): Use subst-char-in-string.
17252 (imenu-add-to-menubar): Use keymap inheritance.
17253
17254 2000-09-12 Miles Bader <miles@gnu.org>
17255
17256 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17257 (diff-mode-map): Bind `diff-test-hunk'.
17258 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17259
17260 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17261
17262 * bytecomp.el (byte-compile-defvar): Undo last change
17263 because it breaks '(make-variable-buffer-local (defvar ...)'
17264 which is used at least in dired.
17265
17266 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17267
17268 * international/quail.el (quail-define-package): Docstring
17269 modified.
17270
17271 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17272
17273 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17274 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17275 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17276 docstring of "chinese-py".
17277
17278 * international/quail.el (quail-translation-docstring): New
17279 variable.
17280 (quail-show-keyboard-layout): Docstring modified.
17281 (quail-select-current): Likewise.
17282 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17283 infinite recursive call.
17284 (quail-help): Check quail-translation-docstring. Format of the
17285 output changed.
17286 (quail-help-insert-keymap-description): Adjusted for the above
17287 change.
17288
17289 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17290
17291 * bytecomp.el (byte-compile-defvar): Only cons onto
17292 current-load-list in top-level forms. Else this leaks a cons cell
17293 every time a defun is called.
17294
17295 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17296
17297 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17298 Now understands non-unified diffs. Some functionality moved into
17299 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17300 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17301 modify anything. Only reposition point in the patched file if the
17302 patch succeeds. Only pop up another window if POPUP is true.
17303 Emit a message describing what happened if successful, and at what
17304 line-offset. Automatically detect reversed hunks and do something
17305 appropriate.
17306 (diff-hunk-text, diff-find-text): New functions.
17307 (diff-filter-lines): Function removed.
17308 (diff-test-hunk): New function.
17309 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17310
17311 2000-09-10 Dave Love <fx@gnu.org>
17312
17313 * textmodes/tildify.el: Minor doc/commentary fixes.
17314 (tildify) <defgroup>: Add :version.
17315
17316 * faces.el (face-x-resources): Make custom type more specific.
17317 (frame-background-mode): Use mapc.
17318 (region) <defcustom>: Add :version.
17319
17320 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17321
17322 * vc-sccs.el (vc-sccs-register):
17323 * vc-rcs.el (vc-rcs-register):
17324 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17325 * vc.el (vc-register): Clear file's properties.
17326
17327 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17328
17329 * faces.el (face-spec-set): Only face-spec-reset-face when
17330 ATTRS is non-nil.
17331
17332 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17333
17334 * help.el (help-insert-xref-button): Fix a typo in doc string.
17335
17336 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17337
17338 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17339 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17340 methods.
17341
17342 * menu-bar.el (read-mail-item-name): New function.
17343 (menu-bar-tools-menu): Use it to compute and display the package
17344 used to read email.
17345 (menu-bar-tools-menu): Fix typo in GUD's help string.
17346
17347 2000-09-07 Dave Love <fx@gnu.org>
17348
17349 * diff-mode.el (diff-mouse-goto-source): New function.
17350
17351 * vc-sccs.el: Doc fixes.
17352 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17353
17354 * vc-rcs.el: Doc fixes.
17355 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17356 (vc-rcs-checkout-switches, vc-rcs-header)
17357 (vc-rcs-master-templates): Add or change :version.
17358
17359 * vc-cvs.el: Doc fixes.
17360 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17361 (vc-cvs-stay-local): Add :version.
17362
17363 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17364
17365 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17366
17367 * international/quail.el (quail-help): Fix previous change.
17368
17369 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17370
17371 * faces.el (color-values): Doc fix.
17372
17373 * faces.el (frame-set-background-mode): Use frame-parameter
17374 instead of frame-parameters.
17375
17376 * frame.el (filtered-frame-list): Reduce consing.
17377 (frames-on-display-list): Call frame-parameter instead of
17378 frame-parameters.
17379
17380 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17381
17382 * language/devan-util.el (devanagari-to-indian-region): In the
17383 loop, change the following char, not preceding char.
17384
17385 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17386
17387 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17388 instead of frame-parameters.
17389
17390 * faces.el (set-face-attribute): Simplify by calling
17391 internal-set-lisp-face-attribute with FRAME being 0.
17392
17393 * vc.el: Remove `Id' version control keyword.
17394
17395 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17396
17397 * help.el (help-make-xrefs): Adjusted for the change of
17398 help-xref-mule-regexp.
17399 (help-insert-xref-button): New function.
17400
17401 * international/mule-cmds.el (help-xref-mule-regexp-template):
17402 Include the pattern for character set.
17403 (leim): New group.
17404
17405 * international/quail.el: Don't require face.
17406 (quail): New group.
17407 (quail-other-command): Dummy command to make quail-help work better.
17408 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17409 (quail-keyboard-layout-substitution): New variable.
17410 (quail-update-keyboard-layout): New function.
17411 (quail-keyboard-layout-type): New customizable variable.
17412 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17413 (quail-keyboard-translate): Pay attention to
17414 quail-keyboard-layout-substitution.
17415 (quail-insert-kbd-layout): New function.
17416 (quail-show-keyboard-layout): New function.
17417 (quail-get-translation): If the definition is a vector of length
17418 1, and the element is a string of length 1, return the character
17419 in that string.
17420 (quail-update-current-translations): Fix the case of
17421 relative-index out of range.
17422 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17423 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17424 Show key sequences for all available characters.
17425 (quail-help-insert-keymap-description): Don't show such verbose
17426 key bindings as quail-self-insert-command.
17427
17428 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17429 Format changed, and each element now have extra documentations.
17430 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17431 Adjusted for the change of quail-cxterm-package-ext-info.
17432
17433 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17434
17435 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17436 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17437 during bootstrap.
17438
17439 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17440
17441 * vc.el: (toplevel): Don't require `dired' at run-time.
17442 (vc-dired-resynch-file): Remove autoload cookie.
17443
17444 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17445
17446 * vc.el: Made several backend functions optional.
17447 (vc-default-responsible-p): New function.
17448 (vc-merge): Use RET for first version to trigger merge-news, not
17449 prefix arg.
17450 (vc-annotate): Handle backends that do not support annotation.
17451 (vc-default-merge-news): Removed. The existence of a merge-news
17452 implementation is now checked on caller sites.
17453
17454 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17455 case.
17456
17457 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17458 special case that has been removed from the default in vc-hooks.el.
17459
17460 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17461
17462 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17463
17464 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17465
17466 * vc-hooks.el: Require vc during compilation.
17467 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17468 macro `with-vc-properties' in vc.el.
17469 (vc-file-getprop): Doc fix.
17470 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17471
17472 * vc.el: Require dired-aux during compilation.
17473 (vc-name-assoc-file): Moved to vc-sccs.el.
17474 (with-vc-properties): New macro.
17475 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17476 vc-finish-steal): Use it.
17477 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17478 to the backend-specific function is now supposed to do the checkout,
17479 too.
17480 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17481
17482 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17483 set file properties; that gets done in the generic code now.
17484
17485 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17486 Changed parameter list, added code from vc.el that does the
17487 checkout, possibly with a double-take.
17488
17489 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17490 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17491 the above under the new name.
17492 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17493 parameter list, added checkout command.
17494 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17495 properties; that gets done in the generic code now.
17496
17497 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17498
17499 * vc.el: Docstring fixes (courtesy of checkdoc).
17500
17501 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17502
17503 * vc.el (vc-checkout-writable-buffer-hook)
17504 (vc-checkout-writable-buffer): Remove.
17505 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17506 (vc-log-mode): Make it into a clean derived major mode.
17507 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17508 vc-log-mode if log-edit is not available.
17509 (vc-dired-mode-map): Don't set-keymap-parent yet.
17510 (vc-dired-mode): Do set-keymap-parent here.
17511 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17512
17513 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17514
17515 * faces.el (set-face-attribute, face-spec-reset-face)
17516 (face-spec-set): Avoid consing by removing calls to `apply'.
17517
17518 * frame.el (frame-parameter): Move to C code.
17519
17520 2000-09-05 Dave Love <fx@gnu.org>
17521
17522 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17523 insert-before-markers-and-inherit. Now checked systematically!
17524
17525 2000-09-05 Alex Schroeder <alex@gnu.org>
17526
17527 * sql.el (sql-postgres): Use sql-postgres-options.
17528 (sql-postgres-options): New variable.
17529
17530 2000-09-05 Alex Schroeder <alex@gnu.org>
17531
17532 * sql.el (sql-mode-menu): Work around missing variable mark-active
17533 in XEmacs.
17534 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17535 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17536 compatibility.
17537
17538 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17539
17540 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17541
17542 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17543
17544 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17545
17546 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17547
17548 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17549 don't support anything else under SCCS yet.
17550
17551 * vc-hooks.el: Minor doc fixes.
17552
17553 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17554
17555 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17556 not necessary. If verbose in state `needs-patch', do the same as
17557 under `up-to-date'. When NOT verbose and `needs-patch', check out
17558 latest version instead of `merge-news'.
17559 (vc-next-action-dired): Don't mess with default-directory here; it
17560 breaks other parts of dired. It is the job of the
17561 backend-specific functions to adjust it temporarily if they need it.
17562 (vc-next-action): Remove a special CVS case.
17563 (vc-clear-headers): New optional arg FILE.
17564 (vc-checkin, vc-checkout): Set properties vc-state and
17565 vc-checkout-time properly.
17566 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17567 (vc-print-log): Use new backend function `show-log-entry'.
17568 (vc-cancel-version): Do the checks in a different order. Added a
17569 FIXME concerning RCS-only code.
17570
17571 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17572 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17573
17574 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17575
17576 * vc-hooks.el (vc-default-mode-line-string): Show state
17577 `needs-patch' as a `-' too.
17578
17579 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17580
17581 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17582 (vc-default-could-register): New function.
17583 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17584 (vc-resynch-buffer): Call vc-dired-resynch-file.
17585 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17586 vc-resynch-buffer instead of vc-resynch-window.
17587 (vc-next-action-dired): Don't redisplay here, that gets done as a
17588 result of the individual file operations.
17589 (vc-retrieve-snapshot): Corrected prompt order.
17590
17591 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17592
17593 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17594 as well.
17595 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17596 hostname regexps. Updated all callers.
17597 (vc-cvs-responsible-p): Handle directories as well.
17598 (vc-cvs-could-register): New function.
17599 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17600 properties up-to-date.
17601
17602 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17603 user whether to create one.
17604
17605 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17606
17607 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17608 check out a non-existing file.
17609
17610 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17611 workfile does not exist.
17612
17613 * vc.el (vc-version-diff): Use `require' to check for existence of
17614 diff-mode.
17615
17616 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17617
17618 * vc-cvs.el (vc-cvs-registered): Use new function
17619 vc-cvs-parse-entry to do the actual work.
17620
17621 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17622
17623 * vc-hooks.el (vc-find-backend-function): If function doesn't
17624 exist, return nil instead of error.
17625 (vc-call-backend): Doc fix.
17626
17627 * vc.el (vc-do-command): Doc fix.
17628 (vc-finish-logentry): When checking in from vc-dired, choose the
17629 right backend for logentry check.
17630 (vc-dired-mode-map): Inherit from dired-mode-map.
17631 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17632 simplified.
17633 (vc-dired-state-info): Removed, updated caller.
17634 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17635 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17636 (vc-dired-listing-switches): New variable.
17637 (vc-directory): Use it, instead of dired-listing-switches.
17638
17639 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17640 (vc-cvs-dir-state): New function.
17641 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17642 (vc-cvs-parse-entry): New function, also to be used in
17643 vc-cvs-registered.
17644
17645 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17646
17647 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17648 *or* single-window-frames.
17649
17650 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17651
17652 * vc.el (vc-update-changelog): Split into generic part and default
17653 implementation. Doc string adapted.
17654 (vc-default-update-changelog): New function. Call the `rcs2log'
17655 script in exec-directory, to fix a long-standing nuisance.
17656
17657 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17658 simply signals an error.
17659
17660 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17661
17662 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17663 control-flow more clear and to avoid running `cvs' twice.
17664
17665 * vc.el (vc-next-action-on-file): Doc fix.
17666 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17667 (vc-print-log): Eval `file' before constructing the continuation.
17668
17669 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17670
17671 * vc.el (vc-next-action-on-file): Corrected several messages.
17672 (vc-merge): Add prefix arg `merge-news'; handle it.
17673
17674 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17675 is not reached. It is.
17676 (vc-cvs-merge): Set state to 'edited after merge.
17677 (vc-cvs-merge-news): Set workfile version to nil if not known.
17678 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17679
17680 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17681 via stdout. (Merge from main line.)
17682
17683 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17684
17685 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17686 detection.
17687
17688 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17689
17690 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17691 against kill-all-local-variables.
17692 (vc-log-edit): Don't save vc-parent-buffer any more.
17693 (vc-last-comment-match): Initialize to an empty string.
17694 (vc-post-command-functions): New hook.
17695 (vc-do-command): Run it.
17696 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17697 (vc-finish-logentry): Only add the comment to the ring if it's
17698 different from the last comment entered.
17699 (vc-new-comment-index): New function.
17700 (vc-previous-comment): Use it. Make the minibuffer message
17701 slightly less terse.
17702 (vc-comment-search-reverse): Make it work forward as well. Don't
17703 set vc-comment-ring-index if no match is found. Use
17704 vc-new-comment-index.
17705 (vc-comment-search-forward): Use vc-comment-search-reverse.
17706 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17707 define-derived-mode will do it for us. Bind `v' to a keymap that
17708 inherits from vc-prefix-map so that we can bind `vt' without
17709 binding C-x v t.
17710 (vc-retrieve-snapshot): Parenthesis typo.
17711
17712 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17713 to 1. Make sure to switch to *vc* before looking for an error
17714 message. Use vc-parse-buffer.
17715
17716 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17717
17718 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17719 and NAME.
17720 (vc-retrieve-snapshot): Split into two parts.
17721 (vc-default-retrieve-snapshot): New function.
17722
17723 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17724 (vc-cvs-retrieve-snapshot): New function (untested).
17725 (vc-cvs-stay-local): Default to t.
17726 (vc-cvs-remote-p): New function and property.
17727 (vc-cvs-state): Stay local only if the above is t.
17728 (vc-handle-cvs): Removed.
17729 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17730 done via vc-handled-backends now.
17731 (vc-cvs-header): Escape Id.
17732
17733 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17734
17735 * vc.el (vc-do-command): Remove unused commands.
17736 (vc-version-diff): Make sure default-directory ends with a slash.
17737 Move the window commands into a vc-exec-after.
17738 (vc-print-log): Move more of the code into the `vc-exec-after'.
17739
17740 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17741
17742 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17743 (vc-print-log): Search current revision from beginning of buffer.
17744 (vc-revert-buffer): Clear echo area after the diff is finished.
17745 (vc-prefix-map): Removed definition of "t" for terse display in vc
17746 dired.
17747 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17748 definition of "vt" for terse display.
17749 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17750
17751 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17752
17753 * vc.el (vc-exec-after): Avoid caddr.
17754
17755 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17756
17757 * vc.el (vc-exec-after): New function.
17758 (vc-do-command): Use it to add a termination message for async
17759 procs.
17760 (vc-checkout): Try to handle a missing-backend situation.
17761 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17762 of a directory with a backend using async diffs.
17763 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17764 present.
17765
17766 * vc-sccs.el (vc-sccs-state-heuristic): Use
17767 file-ownership-preserved-p.
17768
17769 * vc-rcs.el (vc-rcs-state-heuristic): Use
17770 file-ownership-preserved-p.
17771 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17772
17773 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17774
17775 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17776 vc-do-command.
17777
17778 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17779 when there are no changes.
17780
17781 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17782
17783 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17784
17785 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17786
17787 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17788
17789 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17790
17791 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17792 the `fset' outside of the defvar so that it works even if
17793 vc-prefix-map was already defined.
17794 (vc-setup-buffer): New function, split out of vc-do-command.
17795 (vc-do-command): Allow BUFFER to be t to mean `just use the
17796 current buffer without any fuss'.
17797 (vc-version-diff): Change the `diff' backend operation to just put
17798 the diff in the current buffer without erasing it. Always use
17799 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17800 shrink-window-if-larger-than-buffer.
17801 (vc-print-log): Change the `print-log' backend operation to just
17802 put the log in the current buffer without erasing it. Protect
17803 shrink-window-if-larger-than-buffer.
17804 (vc-update-change-log): Fix setd typo.
17805
17806 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17807 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17808
17809 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17810 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17811 CMP.
17812
17813 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17814 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17815 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17816
17817 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17818
17819 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17820 not possible, use vc-BACKEND-workfile-unchanged-p.
17821 (vc-default-workfile-unchanged-p): New function. Delegates to a
17822 full vc-BACKEND-diff.
17823
17824 * vc-hooks.el (vc-simple-command): Removed.
17825
17826 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17827 instead of vc-simple-command.
17828 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17829 avoid doing a diff when opening a file.
17830 (vc-rcs-state): Added check for unlocked-changes.
17831 (vc-rcs-header): Escape Id.
17832 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17833 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17834 version.
17835
17836 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17837 (vc-sccs-diff): Remove optional arg CMP.
17838 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17839 SCCS-specific function.
17840
17841 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17842 vc-simple-command.
17843
17844 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17845
17846 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17847 (with-vc-file, vc-merge): Use vc-editable-p.
17848 (vc-do-command): Remove unused var vc-file and fix the
17849 doubly-defined `status' var. Add a user message when starting an
17850 async command.
17851 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17852 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17853 Use with-current-buffer.
17854 (vc-buffer-sync): Use unless.
17855 (vc-next-action-on-file): If the file is 'edited by read-only,
17856 make it read-write instead of trying to commit.
17857 (vc-version-diff, vc-update-change-log): Use `setq
17858 default-directory' rather than `cd'.
17859 (vc-log-edit): Don't forget to set default-directory in the
17860 buffer.
17861
17862 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17863 (vc-sccs-state-heuristic): Use file-writable-p instead of
17864 comparing userids.
17865 (vc-sccs-checkout): Use `unless'.
17866
17867 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17868 of comparing userids.
17869 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17870 Simplify the logic by eliminating unreachable code.
17871 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17872 just do a recursive call if we need to retry.
17873 (vc-rcs-checkout): Handle the case where rcs is missing by making
17874 the buffer read-write if requested and re-signalling the error.
17875
17876 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17877
17878 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17879
17880 * vc-hooks.el (vc-handled-backends): Docstring change.
17881 (vc-ignore-vc-files): Mark obsolete.
17882 (vc-registered): Check vc-ignore-vc-files.
17883 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17884 vc-ignore-vc-files.
17885
17886 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17887
17888 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17889
17890 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17891 files since ange-ftp already has vc-registered return nil.
17892
17893 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17894 (vc-sccs-workfile-version): Use with-temp-buffer and new
17895 vc-parse-buffer and don't bother setting the property.
17896 (vc-sccs-add-triple): Use with-current-buffer and
17897 find-file-noselect.
17898 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17899
17900 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17901 derives from the old vc-parse-buffer but uses the revision number
17902 rather than the date (much easier to compare robustly).
17903 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17904 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17905 locking-user more directly. Check strict locking and set
17906 checkout-model appropriately.
17907 (vc-rcs-parse-locks): Remove.
17908 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17909 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17910 (vc-rcs-system-release): Use with-current-buffer and
17911 vc-parse-buffer.
17912 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17913
17914 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17915 (vc-simple-command): Docstring fix.
17916 (vc-registered): Align the way the file-handler is called with the
17917 way the function itself works.
17918 (vc-file-owner): Remove.
17919
17920 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17921 extraction of fields and call to file-attributes because of a
17922 temporary bug in rcp.el.
17923 (vc-cvs-fetch-status): Use with-current-buffer.
17924
17925 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17926
17927 * vc.el (vc-do-command): Use file-relative-name.
17928 (vc-responsible-backend): Use vc-backend if possible.
17929 (vc-create-snapshot): Improve the `interactive' spec. Add support
17930 for branches and dispatch to backend-specific `create-snapshot'.
17931 (vc-default-create-snapshot): New function, containing the bulk of
17932 the old vc-create-snapshot.
17933 (vc-retrieve-snapshot): Improve the interactive spec.
17934
17935 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17936 (vc-backend-hook-functions): Remove.
17937 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17938 (vc-backend): Reintroduce the test for `file = nil' now that I
17939 know why it was there (and added a comment to better remember).
17940
17941 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17942 code from vc-sccs-hooks.el.
17943 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17944 'vc anymore.
17945 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17946 and file-directory-p instead of file-exists-p.
17947 (vc-sccs-check-headers): Simplify the regexp.
17948
17949 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17950 from vc-rcs-hooks.el. Don't require 'vc anymore.
17951 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17952 file-directory-p instead of file-exists-p.
17953
17954 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17955 from vc-cvs-hooks.el.
17956 (proto vc-cvs-registered): Require 'vc-cvs instead of
17957 'vc-cvs-hooks. Don't require 'vc anymore.
17958 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17959 file-directory-p instead of file-exists-p.
17960 (vc-cvs-create-snapshot): New function, replacing
17961 vc-cvs-assign-name.
17962 (vc-cvs-assign-name): Remove.
17963
17964 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17965
17966 * vc-cvs.el (vc-cvs-header): New var.
17967
17968 * vc-rcs.el (vc-rcs-exists): Remove.
17969 (vc-rcs-header): New var.
17970
17971 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17972 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17973 (vc-sccs-header): New var.
17974
17975 * vc.el (vc-do-command): Get rid of the `last' argument.
17976 (vc-header-alist): Remove, replaced by vc-X-header.
17977 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17978 (vc-dired-hook): Use expand-file-name instead of concat.
17979 (vc-directory): Use file-name-as-directory.
17980 (vc-snapshot-precondition, vc-create-snapshot)
17981 (vc-retrieve-snapshot): Allow the command to operate on any
17982 directory.
17983
17984 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17985 just removing the 'WORKFILE argument or by removing the 'MASTER
17986 argument and replacing `file' with (vc-name file).
17987
17988 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17989
17990 * vc.el: Update Copyright and add a crude list of backend funs.
17991 (vc-writable-p): New function.
17992 (with-vc-file): Use vc-writable-p.
17993 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17994 (vc-register): Avoid vc-name.
17995 (vc-locking-user): Remove.
17996 (vc-steal-lock): Make the `owner' arg non-optional.
17997 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17998 vc-checkout-model.
17999 (vc-default-dired-state-info): Use vc-state instead of
18000 vc-locking-user and return special strings for special states.
18001 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
18002 and get rid of one of the special CVS cases.
18003 (vc-cancel-version): prettify error message with \\[...].
18004 (vc-rename-master): New function.
18005 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
18006 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
18007 the CVS special case generic.
18008 (vc-default-record-rename): Remove.
18009 (vc-file-tree-walk-internal): Only call FUNC for files that are
18010 under control of some VC backend and replace `concat' with
18011 expand-file-name.
18012 (vc-file-tree-walk): Update docstring.
18013 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
18014 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
18015
18016 * vc-sccs.el (vc-sccs-rename-file): Renamed from
18017 vc-sccs-record-rename. Use `find-file-noselect' rather than
18018 `find-file' and call `vc-rename-master' to do the actual move.
18019 (vc-sccs-diff): Remove unused `backend' variable.
18020
18021 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
18022 to delay loading of vc-sccs until it is really used.
18023 (vc-sccs-master-templates): Preload.
18024 (vc-sccs-state): Update call to vc-sccs-parse-locks.
18025 (vc-sccs-project-dir): Remove (merged into
18026 vc-sccs-search-project-dir).
18027 (vc-sccs-search-project-dir): Rewrite using file name handling ops
18028 rather than `concat', make sure it is preloaded and don't bother
18029 to check that the file actually exists.
18030 (vc-sccs-parse-locks): Remove unused `file' argument, remove
18031 `locks' argument (use buffer's content instead) and eliminate n^2
18032 behavior.
18033
18034 * vc-rcs.el: Update Copyright.
18035 (vc-rcs-rename-file): New function.
18036 (vc-rcs-diff): Remove unused `backend' variable.
18037
18038 * vc-hooks.el: Update Copyright.
18039 (vc-backend): Don't accept a nil argument any more.
18040 (vc-up-to-date-p): Turn into a defsubst.
18041 (vc-possible-master): New function.
18042 (vc-check-master-templates): Use `vc-possible-master' and allow
18043 funs in vc-X-master-templates to return a non-existent file.
18044
18045 * vc-cvs.el: Update Copyright.
18046 (vc-cvs-diff): Remove unused `backend' variable.
18047 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
18048
18049 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
18050
18051 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18052
18053 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
18054 since it can be called from vc-rcs.el.
18055 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
18056
18057 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18058
18059 * vc.el (vc-version-diff): Expand file name read from the
18060 minibuffer. Handle the case when a previous version number can't
18061 be guessed. Give suitable messages when there were no differences
18062 found.
18063 (vc-clear-headers): Call backend-specific implementation, if one
18064 exists.
18065 (vc-cancel-version): Made error checks generic. When done, clear
18066 headers generically, too.
18067
18068 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
18069 from vc-clear-headers in vc.el.
18070
18071 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
18072 correctly.
18073 (vc-rcs-latest-on-branch-p): Made second argument VERSION
18074 optional. Handle the case when it's not there.
18075
18076 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18077
18078 * vc.el (vc-locking-user): Moved from vc-hooks.el.
18079
18080 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18081
18082 * vc-hooks.el (vc-loadup): Remove.
18083 (vc-find-backend-function): Use `require'. Also, handle the case
18084 where vc-BACKEND-hooks.el doesn't exist.
18085 (vc-call-backend): Cleanup.
18086
18087 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18088
18089 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18090 vc-rcs-grab-templates)
18091 (vc-rcs-registered): Remove. The default function works as well.
18092 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18093 vc-sccs-grab-templates)
18094 (vc-sccs-registered): Remove. The default function works as well.
18095
18096 * vc.el (vc-version-diff): Left out a vc- in call to
18097 vc-call-backend.
18098 (vc-default-dired-state-info, vc-default-record-rename)
18099 (vc-default-merge-news): Update for the new backend argument.
18100
18101 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18102 using the default function.
18103 (vc-call-backend): If calling the default function, pass it the
18104 backend as first argument. Update the docstring accordingly.
18105 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18106 for the new backend argument.
18107 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18108 (vc-find-backend-function): Use the new name.
18109 (vc-default-registered): New function.
18110
18111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18112
18113 * vc.el (vc-merge): Use vc-find-backend-function.
18114
18115 * vc-hooks.el (vc-backend-functions): Remove.
18116 (vc-loadup): Don't setup 'vc-functions.
18117 (vc-find-backend-function): New function.
18118 (vc-call-backend): Use above fun and populate 'vc-functions
18119 lazily.
18120 (vc-backend-defines): Remove.
18121
18122 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18123
18124 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18125 Call vc-call-backend without the leading vc-.
18126 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18127 (vc-check-headers): Call vc-call-backend without the leading vc-.
18128 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18129 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18130 Call vc-call-backend without the leading vc-.
18131
18132 * vc-cvs.el (tail): Provide vc-cvs.
18133 * vc-sccs.el (tail): Provide vc-sccs.
18134 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18135
18136 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18137 (vc-make-backend-function, vc-call): Pass names without leading
18138 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18139 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18140 (vc-call-backend): Always try to load vc-X-hooks.
18141 (vc-registered): Remove vc- in call to vc-call-backend.
18142
18143 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18144
18145 * vc.el (vc-process-filter): New function.
18146 (vc-do-command): Setup `vc-process-filter' for the async process.
18147 (vc-maybe-resolve-conflicts): New function to reduce
18148 code-duplication. Additionally, it puts the buffer in
18149 `smerge-mode' if applicable.
18150 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18151 calling `merge-news'.
18152 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18153 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18154 interfacing to log-edit.el.
18155 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18156 log-edit is available.
18157 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18158
18159 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18160
18161 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18162 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18163 defvar and the initialization.
18164 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18165
18166 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18167 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18168
18169 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18170
18171 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18172
18173 * vc.el (vc-file-clear-masterprops): Removed.
18174 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18175 (vc-version-diff): Use buffer-size without argument.
18176 (vc-register): Heed vc-initial-comment.
18177
18178 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18179 default branch.
18180
18181 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18182 file name and workfile version.
18183 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18184
18185 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18186 vc-file-clear-masterprops.
18187
18188 * vc-sccs.el (vc-sccs-checkout): Removed call to
18189 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18190 rather than user login name.
18191
18192
18193 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18194
18195 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18196 `want-differences-if-changed' and simplify.
18197 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18198 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18199 output (which is invalid for async vc-diff) to decide whether to
18200 do the revert silently or not.
18201
18202 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18203
18204 * vc-hooks.el (vc-loadup): Load files quietly.
18205 (vc-call-backend): Oops, brain fart.
18206
18207 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18208
18209 * vc-cvs.el (vc-cvs-state): Typo.
18210 (vc-cvs-merge-news): Return the status code rather than the error msg.
18211
18212 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18213
18214 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18215 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18216 vc-state or vc-up-to-date-p.
18217 (vc-merge): Use vc-backend-defines to check whether merging is
18218 possible. Set state to 'edited after successful merge.
18219
18220 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18221 return that name. Redocumented.
18222
18223 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18224
18225 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18226 new `vc-state' semantics.
18227 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18228 'vc-locking-user to the current user.
18229 (vc-merge): Inline vc-backend-merge. Comment out code that I
18230 don't understand and hence can't adapt to the new `vc-state' and
18231 `vc-locking-user' semantics.
18232 (vc-backend-merge): Remove.
18233
18234 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18235 rather than 'vc-locking-user.
18236
18237 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18238
18239 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18240 (vc-state): Don't use 'reserved any more. Just use the same
18241 convention as the one used for vc-<backend>-state where the
18242 locking user (as a string) is returned.
18243 (vc-locking-user): Update, based on the above convention. The
18244 'vc-locking-user property has disappeared.
18245 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18246
18247 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18248 with a heuristic one.
18249 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18250 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18251 error. That allows us to get to 'needs-merge even in the
18252 stay-local case. There's still no way to detect 'needs-patch in
18253 such a setup (or to force an update for that matter).
18254 (vc-cvs-logentry-check): Remove, the default works as well.
18255
18256 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18257
18258 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18259
18260 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18261 major-mode in which the buffer might have been put earlier. Use
18262 `remove' and `when'. Allow `okstatus' to be `async' and use
18263 `start-process' in this case.
18264 (vc-version-diff): Handle the case where the diff looks empty
18265 because of the use of an async process.
18266
18267 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18268
18269 * vc.el (vc-next-action-on-file): Removed optional parameter
18270 `simple'. Recompute state unconditionally.
18271 (vc-default-toggle-read-only): Removed.
18272
18273 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18274 (vc-toggle-read-only): Undid prev change.
18275
18276 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18277 vc-cvs-simple-toggle. Redocumented.
18278 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18279 (vc-cvs-toggle-read-only): Removed.
18280
18281 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18282
18283 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18284 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18285 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18286 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18287 still is. So maybe it should be removed.
18288 (vc-head-version, vc-find-binary): Remove.
18289 (vc-recompute-state): Move from vc-hooks.el.
18290 (vc-next-action-on-file): Add a `simple' argument to allow
18291 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18292 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18293 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18294 (vc-dired-mode-map): Properly defvar it.
18295 (vc-print-log): Call log-view-mode if available.
18296 (small-temporary-file-directory): defvar instead of use boundp.
18297 (vc-merge-news): Moved to vc-cvs.el.
18298 (vc-default-merge-news): New function.
18299
18300 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18301 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18302 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18303 unknown `vc-latest-version' function. It should probably refer to
18304 vc-workfile-version or somesuch, but it's very unclear to me and I
18305 don't have SCCS to test things.
18306
18307 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18308 (vc-sccs-state-heuristic): Fix typo.
18309 (vc-sccs-workfile-unchanged-p): Add missing argument.
18310
18311 * vc-rcs.el: Require vc and vc-rcs-hooks.
18312 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18313 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18314 (vc-release-greater-or-equal-p): Move from vc.
18315 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18316 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18317 (vc-rcs-checkout): Add a missing `new-version' argument in the
18318 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18319
18320 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18321 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18322 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18323 than the apparently unbound `workfile-version'.
18324
18325 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18326 (vc-file-prop-obarray): Use `make-vector'.
18327 (vc-backend-functions): Add new hookable functions
18328 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18329 (vc-loadup): If neither backend nor default functions exist, use
18330 the backend function rather than nil.
18331 (vc-call-backend): If the function if not bound yet, try to load
18332 the non-hook file to see if it provides it.
18333 (vc-call): New macro plus use it wherever possible.
18334 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18335 nor `vc-find-binary' since it's only called from
18336 vc-mistrust-permission which is only used once the backend is known.
18337 (vc-checkout-model): Fix parenthesis.
18338 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18339
18340 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18341 (vc-cvs-release, vc-cvs-system-release): Remove.
18342 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18343 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18344 status symbols.
18345 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18346 (vc-cvs-toggle-read-only): First cut at a function to allow a
18347 cvs-status-free vc-toggle-read-only.
18348 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18349 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18350 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18351 (vc-cvs-checkout): Modify access rights directly if the user
18352 requested not to use `cvs edit'. And refresh the mode line.
18353
18354 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18355 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18356
18357 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18358
18359 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18360 workfile' that got lost when the code was extracted from vc.el.
18361 And merged the tail with the rest of the code (not possible in the
18362 old vc.el where the tail was shared among all backends). And
18363 explicitly set the state to 'edited if `writable' is set.
18364
18365 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18366 (vc-cvs-state): Be careful to return the value from
18367 vc-cvs-parse-state.
18368 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18369 property but return it instead. Also be careful to handle a nil
18370 or "" `rev' when workfile is non-nil (it was handled properly when
18371 workfile was nil).
18372
18373 * vc.el: Removed those pesky unnecessary `(function' quotes.
18374 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18375 directly in the defvar.
18376 (vc-do-command): Bind inhibit-read-only so as to properly handle
18377 the case where the destination buffer has been made read-only.
18378 (vc-diff): Delegate to vc-version-diff in all cases.
18379 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18380 (vc-annotate-mode-variables): Removed (code moved partly to
18381 defvars and partly to vc-annotate-add-menu).
18382 (vc-annotate-mode): Turned into a derived-mode.
18383 (vc-annotate-add-menu): Moved in code in
18384 vc-annotate-mode-variables.
18385 (vc-update-change-log): Use make-temp-file if available.
18386
18387 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18388
18389 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18390 `vc-checkout-model' updated to `vc-cvs-update-model'.
18391
18392 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18393
18394 * vc.el (vc-next-action-on-file): Added handling of state
18395 `unlocked-changes'.
18396 (vc-checkout-carefully): Is now practically obsolete, unless the
18397 above is too slow to be enabled unconditionally.
18398 (vc-update-change-log): Fixed typo.
18399
18400 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18401
18402 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18403 Now handles state `unlocked-changes'.
18404 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18405
18406 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18407
18408 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18409 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18410 `unlocked-changes'.
18411 (vc-rcs-workfile-unchanged-p): Renamed from
18412 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18413 function yet, but supposed to become one soon.
18414
18415 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18416 `vc-steal-lock'.
18417 (vc-call-backend): Changed error message.
18418 (vc-state): Added description of state `unlocked-changes'.
18419
18420 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18421
18422 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18423 always return t in CVS-controlled directories.
18424
18425 * vc.el (vc-responsible-backend): New function.
18426 (vc-register): Largely rewritten.
18427 (vc-admin): Removed (implementation moved into vc-register).
18428 (vc-checkin): Redocumented.
18429 (vc-finish-logentry): If no backend defined yet (because we are in
18430 the process of registering), use the responsible backend.
18431
18432 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18433 Updated function lists.
18434 (vc-call-backend): Fixed typo.
18435
18436 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18437 New functions.
18438 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18439 Removed query option. Redocumented.
18440
18441 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18442
18443 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18444
18445 * vc.el: Updated callers of `vc-checkout-required' to use
18446 `vc-checkout-model'.
18447
18448 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18449
18450 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18451 stuff updated to reference this function instead of the old
18452 `vc-backend-release-p'.
18453
18454 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18455
18456 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18457 vc-checkout-model. Return appropriate values. Updated callers.
18458
18459 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18460
18461 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18462 (vc-backend-revert): Function moved into `vc-revert';
18463 `vc-next-action' must be updated to accomodate this change.
18464 (vc-backend-steal): Function moved into `vc-finish-steal'.
18465 (vc-backend-logentry-check): Function moved into
18466 `vc-finish-logentry'.
18467 (vc-backend-printlog): Function moved into `vc-print-log'.
18468 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18469 (vc-backend-assign-name): Function moved into
18470 `vc-create-snapshot'.
18471
18472 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18473
18474 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18475 Rename to vc-checkout-model. Return appropriate values.
18476 Update callers.
18477
18478 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18479 to vc-checkout-model.
18480 (vc-checkout-required): Rename to vc-checkout-model.
18481 Re-implement and re-comment.
18482 (vc-after-save): Use vc-checkout-model.
18483
18484 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18485
18486 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18487 Update to use the vc-BACKEND-diff functions instead.
18488 `vc-diff' is now working.
18489
18490 * vc-rcs.el (vc-rcs-logentry-check): New function.
18491
18492 * vc-cvs.el (vc-cvs-logentry-check): New function.
18493
18494 * vc-sccs.el (vc-sccs-diff): Function changed name from
18495 `vc-backend-diff'. This makes `vc-diff' work.
18496
18497 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18498 of functions possibly implemented in a vc-BACKEND library.
18499 (vc-checkout-required): Fix bug that caused an error to be
18500 signaled during `vc-after-save'.
18501
18502 * vc.el: Fix typo.
18503 This checkin is made with our new VC code base for the very first time.
18504 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18505
18506 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18507 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18508
18509 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18510 updated to `vc-uses-locking'.
18511 (vc-checkout-required): Call to backend function.
18512 `vc-checkout-required' updated to `vc-uses-locking' instead.
18513
18514 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18515 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18516
18517 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18518 to match the split into various backends.
18519 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18520 (vc-retrieve-snapshot): Bug fix.
18521
18522 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18523
18524 * vc-sccs.el (vc-sccs-release): Doc fix.
18525
18526 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18527
18528 * vc.el (vc-next-action-on-file): Bug found and fixed.
18529 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18530 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18531
18532 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18533 (vc-rcs-checkout): Name space cleaned up. No more revision number
18534 crunching function names that are not prefixed with vc-rcs.
18535 (vc-rcs-checkout-model): Function added. References to
18536 `vc-checkout-model' replaced.
18537
18538 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18539
18540 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18541 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18542 still need to be split, and implemented for RCS).
18543
18544 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18545
18546 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18547
18548 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18549 required by the vc.el file.
18550
18551 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18552 required by the vc.el file.
18553 (vc-rcs-exists): Function added.
18554
18555 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18556 required by the vc.el file.
18557
18558 * vc.el (vc-admin): Updated to handle selection of appropriate
18559 backend. Current implementation is crufty and need re-thinking.
18560
18561 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18562
18563 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18564
18565 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18566 beginning of annotate buffers correctly.
18567
18568 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18569 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18570 functionality updated quite a lot to support multiple backends.
18571 Variables `vc-annotate-mode', `vc-annotate-buffers',
18572 `vc-annotate-backend' added.
18573
18574 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18575 `vc-annotate-difference' added to supported backend functions.
18576
18577 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18578
18579 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18580 Use with-temp-file instead of /bin/sh. Merged from mainline
18581
18582 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18583
18584 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18585
18586 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18587
18588 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18589
18590 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18591
18592 * vc-hooks.el: vc-state-heuristic added to
18593 vc-backend-hook-functions.
18594
18595 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18596
18597 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18598
18599 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18600 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18601 state to `reserved'.
18602
18603 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18604 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18605
18606 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18607
18608 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18609 untouched.
18610
18611 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18612
18613 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18614 if defined. (Merged from main line, slightly adapted.)
18615
18616 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18617 millenium problem (merged from mainline).
18618
18619 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18620
18621 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18622 part and moved the non-BACKEND stuff to vc.el.
18623
18624 * vc.el: Split the annotate feature into a BACKEND specific part
18625 and moved it from the vc-cvs.el file to this one.
18626
18627 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18628
18629 * vc-hooks.el: Implement new state model.
18630 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18631 (vc-locking-user): Simplify. Now only needed if the file is
18632 locked by somebody else.
18633 (vc-lock-from-permissions): Remove. Functionality is in
18634 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18635 (vc-mode-line-string): New name for former vc-status. Adapted.
18636 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18637
18638 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18639 Various simplifications and adaptations all over the place.
18640
18641 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18642 Simplify and adapt the rest.
18643
18644 * vc.el (vc-resynch-window): Add TODO comment: check for
18645 interaction with view mode according to recent RCS change.
18646 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18647
18648 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18649
18650 * vc.el: Convert the remaining function comments to docstrings.
18651
18652 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18653
18654 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18655 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18656 (vc-minor-part, vc-previous-version): Functions that operate and
18657 compare revision numbers got proper documentation. Comments added
18658 about their possible removal.
18659
18660 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18661
18662 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18663 the vc-backend.el files.
18664
18665 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18666
18667 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18668 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18669 (vc-rcs-previous-version): Functions added.
18670
18671 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18672
18673 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18674
18675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18676
18677 * vc-hooks.el (vc-master-templates): Is really obsolete.
18678 Comment out the definition for now. What is the right procedure
18679 to get rid of it?
18680 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18681 rewritten.
18682 (vc-default-registered): Remove.
18683 (vc-check-master-templates): New function; does mostly what the
18684 above did before.
18685 (vc-locking-user): Don't rely on the backend to set the property.
18686
18687 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18688 Rewrite documentation.
18689 (vc-rcs-templates-grabbed): New variable.
18690 (vc-rcs-grab-templates): New function.
18691 (vc-rcs-registered): Rewrite to use above mechanism.
18692
18693 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18694 Rewrite documentation.
18695 (vc-sccs-templates-grabbed): New variable.
18696 (vc-sccs-grab-templates): New function.
18697 (vc-sccs-registered): Rewrite to use above mechanism.
18698 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18699 Don't throw the result, simply return it.
18700
18701 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18702 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18703 (vc-cvs-registered): Does the check itself now. Simplify.
18704
18705 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18706 from main line.
18707
18708 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18709
18710 * vc-cvs.el (vc-cvs-diff): New function.
18711
18712 * vc-sccs.el (vc-sccs-diff): New function.
18713
18714 * vc-rcs.el (vc-rcs-diff): New function.
18715 (vc-rcs-checkout): Bug (typo) found and fixed.
18716 (vc-rcs-register-switches): New variable.
18717
18718 * vc.el (vc-backend-diff): Function removed and placed in the
18719 backend files.
18720
18721 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18722
18723 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18724
18725 * vc.el (vc-backend-checkout): Function removed and replaced in
18726 the vc-backend.el files.
18727
18728 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18729
18730 * vc.el (vc-backend-admin): Removed and replaced in the
18731 vc-backend.el files.
18732
18733 * vc.el (Martin): Removed all the annotate functionality since it
18734 is CVS backend specific.
18735
18736 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18737
18738 * spec.txt: Added specification of vc-state.
18739
18740 * vc-sccs-hooks.el (vc-sccs-master-properties):
18741 Remove handling of vc-latest-version and
18742 vc-your-latest-version. What used to be vc-latest-version, is now
18743 returned as vc-workfile-version.
18744 (vc-sccs-workfile-version): Adapt.
18745
18746 2000-09-04 Dave Love <fx@gnu.org>
18747
18748 * vc.el: [Merged from mainline.]
18749 (vc-dired-mode): Make the dired-move-to-filename-regexp
18750 regexp match the date, to avoid treating date as file size.
18751 Add YYYY S option to WESTERN/
18752
18753 2000-09-04 Dave Love <fx@gnu.org>
18754
18755 * vc.el: Require `compile' when compiling.
18756 (vc-logentry-check-hook): New option.
18757 (vc-steal-lock): Use compose-mail.
18758 (vc-dired-mode-map): Defvar when compiling.
18759 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18760 vc-sccs.el and renamed. Callers changed.
18761 (vc-backend-checkout, vc-backend-logentry-check)
18762 (vc-backend-merge-news): Doc fix.
18763 (vc-default-logentry-check): New function.
18764 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18765 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18766 (vc-backend-merge): Doc fix. Use backend functions.
18767 (vc-check-headers): Use backend functions.
18768
18769 * vc-cvs.el: Require vc when compiling.
18770 (vc-cvs-register-switches): Doc fix.
18771 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18772 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18773 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18774 New functions (code from vc.el).
18775 (vc-annotate-display-default): Fix interactive spec.
18776 (vc-annotate-time-span): Doc fix.
18777
18778 * vc-rcs.el: Require vc when compiling.
18779 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18780 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18781 (vc-rcs-checkin): New functions (code from vc.el).
18782 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18783 Doc fix.
18784 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18785
18786 * vc-sccs.el: Require vc when compiling.
18787 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18788 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18789 (vc-sccs-revert)
18790 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18791 from vc.el).
18792 (vc-sccs-add-triple, vc-sccs-record-rename)
18793 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18794 (vc-sccs-admin): Doc fix.
18795
18796 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18797
18798 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18799 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18800 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18801 from vc.el.
18802
18803 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18804
18805 * vc-cvs.el: Moved the annotate functionality from vc.el.
18806 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18807
18808 2000-09-04 Dave Love <fx@gnu.org>
18809
18810 * vc.el (vc-backend-release): Call vc-system-release.
18811
18812 * vc-sccs.el (vc-sccs-system-release):
18813 Renamed from vc-sccs-backend-release.
18814
18815 * vc-rcs.el (vc-rcs-system-release):
18816 Renamed from vc-rcs-backend-release.
18817
18818 * vc-cvs.el (vc-cvs-system-release):
18819 Renamed from vc-cvs-backend-release.
18820
18821 2000-09-04 Dave Love <fx@gnu.org>
18822
18823 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18824 backend files.
18825 (vc-backend-release): Dispatch to backend functions.
18826 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18827 probably needs attention.]
18828
18829 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18830 (vc-sccs-backend-release): New function.
18831
18832 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18833 (vc-cvs-backend-release): New function.
18834
18835 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18836 Doc fix.
18837 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18838 (vc-default-dired-state-info): New function.
18839 (vc-dired-state-info): Dispatch to backends.
18840 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18841
18842 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18843 from vc.el and renamed.
18844
18845 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18846
18847 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18848 (vc-version-other-window, vc-backend-assign-name): Removed
18849 references to vc-latest-version; sometimes changed into
18850 vc-workfile-version.
18851
18852 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18853 vc-rcs-master-workfile-version.
18854 (vc-rcs-workfile-version): Use the above. Don't call
18855 vc-latest-version (that was unreachable code, anyway).
18856 (vc-rcs-fetch-master-properties): Doc fix.
18857
18858 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18859 (vc-backend-hook-functions): Removed them from this list, too.
18860 (vc-fetch-properties): Removed.
18861 (vc-workfile-version): Doc fix.
18862
18863 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18864 (vc-rcs-workfile-version, vc-rcs-locking-user)
18865 (vc-rcs-uses-locking): Use it.
18866
18867 * vc-hooks.el (vc-consult-rcs-headers):
18868 Moved into vc-rcs-hooks.el, under the name
18869 vc-rcs-consult-headers.
18870
18871 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18872 headers.
18873 (vc-cvs-find-master): Use this name only; correct different
18874 versions of the name.
18875
18876 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18877 New functions.
18878 (vc-sccs-locking-user): Use the latter.
18879
18880 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18881 New functions.
18882
18883 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18884 Moved into both
18885 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18886 functions are implementation details of those two backends.
18887
18888 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18889
18890 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18891 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18892
18893 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18894 (vc-sccs-parse-locks): SCCS-specific code moved here from
18895 vc-hooks.
18896
18897 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18898 code moved here from vc-hooks.
18899
18900 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18901 into back-end specific parts and removed. Callers not updated
18902 yet; because I guess these callers will disappear into back-end
18903 specific files anyway.
18904
18905 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18906
18907 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18908 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18909 `vc-uses-locking'.
18910
18911 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18912 Store yes/no in the property, and return t/nil. Updated all
18913 callers.
18914
18915 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18916 vc-sccs-uses-locking. Don't set property.
18917 (vc-sccs-locking-user): Don't set property.
18918
18919 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18920 vc-cvs-uses-locking. Don't set property here; leave that to
18921 vc-hooks.
18922 (vc-cvs-locking-user): Reflect above change. Streamlined.
18923
18924 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18925 vc-rcs-uses-locking.
18926 (vc-rcs-locking-user): Reflect above change.
18927
18928 2000-09-04 Dave Love <fx@gnu.org>
18929
18930 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18931
18932 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18933
18934 * vc-hooks.el (vc-checkout-model): Punt to backends.
18935
18936 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18937
18938 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18939
18940 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18941 New functions.
18942
18943 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18944 New functions.
18945
18946 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18947 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18948
18949 * vc-hooks.el (vc-default-locking-user): New function.
18950 (vc-locking-user, vc-workfile-version): Punt to backends.
18951
18952 2000-09-04 Dave Love <fx@gnu.org>
18953
18954 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18955 (vc-master-workfile-version): Moved from vc-hooks.
18956
18957 * vc-rcs-hooks.el: Fix duplicate code in last change.
18958
18959 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18960 (vc-rcs-master-templates): Improve :type.
18961 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18962 vc-master-workfile-version): Moved from vc-hooks.
18963
18964 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18965 (vc-sccs-master-templates): Improve :type.
18966 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18967
18968 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18969
18970 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18971 (vc-cvs-master-templates): Improve :type. Use
18972 vc-cvs-find-cvs-master.
18973 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18974 from vc-hooks.
18975 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18976
18977 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18978 Moved to vc-cvs-hooks.
18979
18980 * vc-hooks.el: Add doc strings in various places. Simplify the
18981 minor mode setup.
18982 (vc-handled-backends): New user variable.
18983 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18984 simplification.
18985
18986 2000-09-04 Dave Love <fx@gnu.org>
18987
18988 * vc.el: Some doc fixes for autoloaded and interactive functions.
18989 Fix compilation warnings from ediff stuff.
18990 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18991
18992 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18993
18994 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18995
18996 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18997
18998 2000-09-04 Dave Love <fx@gnu.org>
18999
19000 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
19001 New variable.
19002 (vc-make-backend-function, vc-loadup, vc-call-backend)
19003 (vc-backend-defines): New functions.
19004
19005 * vc-hooks.el: Various doc fixes.
19006 (vc-default-back-end, vc-follow-symlinks): Custom fix.
19007 (vc-match-substring): Function removed. Callers changed to use
19008 match-string.
19009 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
19010 Simplify.
19011
19012 2000-09-04 Dave Love <fx@gnu.org>
19013
19014 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
19015 type.
19016 (vc-sccs-project-dir, vc-search-sccs-project-dir)
19017 (vc-sccs-registered): Doc fix.
19018
19019 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
19020 (vc-cvs-registered): Doc fix.
19021
19022 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
19023 (vc-rcs-registered): Doc fix.
19024
19025 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19026
19027 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
19028
19029 * vc-hooks.el: vc-registered has been renamed
19030 vc-default-registered. Some functions have been moved to the
19031 backend specific files. they all support the
19032 vc-BACKEND-registered functions.
19033
19034 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19035
19036 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
19037
19038 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
19039
19040 2000-09-04 Dave Love <fx@gnu.org>
19041
19042 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
19043 menu-bar-update-hook.
19044
19045 * help.el (help-manyarg-func-alist): Add
19046 find-operation-coding-system.
19047
19048 * wid-edit.el (widget-sexp-validate): Fix garbled code.
19049
19050 * custom.el (custom-set-variables): Print message about errors in
19051 setting.
19052
19053 2000-09-03 Andrew Innes <andrewi@gnu.org>
19054
19055 * makefile.w32-in: Change to DOS line endings.
19056
19057 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19058
19059 * mouse.el (mouse-popup-menubar): Supply the prompt string for
19060 minor-mode keymaps, if they don't have one.
19061
19062 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19063
19064 * eshell/esh-module.el (eval-when-compile): Don't lose if
19065 esh-module.el's file name is truncated to DOS 8+3 limits.
19066
19067 2000-09-01 John Wiegley <johnw@gnu.org>
19068
19069 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
19070 predicate, which caused entries in the completion list to be
19071 doubled.
19072
19073 2000-08-30 John Wiegley <johnw@gnu.org>
19074
19075 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
19076 sending to subprocesses. Also, hook pre-command-hook if
19077 `eshell-send-direct-to-subprocesses' is non-nil.
19078 (eshell-send-direct-to-subprocesses): New config variable. If t,
19079 subprocess input is send immediately.
19080 (eshell-toggle-direct-send): New function.
19081 (eshell-self-insert-command): New function.
19082 (eshell-intercept-commands): New function.
19083 (eshell-send-input): If direct subprocess sending is enabled,
19084 don't echo any input to the Eshell buffer. Let the subprocess
19085 handle that. This requires "stty echo" in bash, for example.
19086
19087 2000-08-28 John Wiegley <johnw@gnu.org>
19088
19089 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19090 completion function for Eshell's implementation of `unset'.
19091
19092 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19093
19094 * info.el (Info-directory-list): Doc fix.
19095
19096 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19097
19098 * filecache.el (file-cache-add-directory-using-find): Don't quote
19099 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19100
19101 2000-08-31 Kenichi Handa <handa@etl.go.jp>
19102
19103 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19104 coding systems.
19105
19106 2000-08-30 Andrew Innes <andrewi@gnu.org>
19107
19108 * timer.el (run-with-idle-timer): Undo last change, so that timer
19109 is not activated immediately if Emacs is already idle. Some
19110 existing code relies on this behaviour.
19111
19112 2000-08-30 Miles Bader <miles@gnu.org>
19113
19114 * frame.el (set-frame-font): Do completion of font-name for
19115 interactive use.
19116
19117 2000-08-30 Kenichi Handa <handa@etl.go.jp>
19118
19119 * international/quail.el (quail-start-translation): Bind locally
19120 last-command-event, last-command, and this-command.
19121 (quail-start-conversion): Likewise.
19122 (quail-self-insert-command): Fix docstring.
19123
19124 2000-08-29 Gerd Moellmann <gerd@gnu.org>
19125
19126 * progmodes/executable.el
19127 (executable-make-buffer-file-executable-if-script-p): Check that
19128 buffer contains at least 2 characters.
19129
19130 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19131
19132 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19133
19134 2000-08-29 Dave Love <fx@gnu.org>
19135
19136 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19137 (diff-mode-shared-map): Bind mouse-2.
19138 (diff-imenu-generic-expression): New variable.
19139 (diff-mode): Use it.
19140
19141 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19142 (mouse-popup-menubar): Add minor mode menus.
19143 (popup-menu): Check for lookup-key returning number.
19144
19145 2000-08-29 Miles Bader <miles@gnu.org>
19146
19147 * comint.el (comint-send-input): Create overlays using the proper
19148 front/read-advance arguments.
19149
19150 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19151
19152 * ps-print.el: Even/odd pages printing. Doc fix.
19153 (ps-print-version): New version number (6.0).
19154 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19155 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19156 (ps-print-duplex-feature): Variable eliminated.
19157 (ps-even-or-odd-pages): New variable.
19158
19159 * progmodes/ebnf2ps.el: Doc fix.
19160 (ebnf-version): New version (3.3).
19161 (ebnf-user-arrow): Change variable customization to sexp.
19162 (ebnf-user-arrow): Function eliminated.
19163 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19164
19165 2000-08-29 Kenichi Handa <handa@etl.go.jp>
19166
19167 * help.el (help-xref-mule-regexp): New variable.
19168 (help-make-xrefs): Handle help-xref-mule-regexp.
19169
19170 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19171 variable.
19172 (describe-input-method): Temporarily activate the specfied input
19173 method to display the information.
19174 (describe-language-environment): Hyperlinks to mule related items.
19175
19176 * international/mule-diag.el (charset-multibyte-form-string): New
19177 function.
19178 (list-character-sets-1): Use charset-multibyte-form-string.
19179 (describe-character-set): New function.
19180 (describe-coding-system): Hyperlinks to safe character sets.
19181
19182 * international/quail.el (quail-help): New arg PACKAGE.
19183 Hyperlinks to mule related items.
19184 (quail-help-insert-keymap-description): Use
19185 substitute-command-keys instead of describe-bindings.
19186 (quail-translation-help): Hyperlinks to mule related items.
19187
19188 2000-08-28 John Wiegley <johnw@gnu.org>
19189
19190 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19191 have a defsubst call itself. Made `eshell-flatten-list' back into
19192 a function again.
19193
19194 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19195 catch, in case re-centering point at bottom messes up the display.
19196 This happens frequently in Emacs 21, due I believe to variable
19197 line heights.
19198
19199 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19200 to call `find-tag-interactive'.
19201
19202 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19203 the list of remember directories.
19204
19205 2000-08-28 John Wiegley <johnw@gnu.org>
19206
19207 * align.el: Test align-region-separate to see if it's a symbol.
19208
19209 2000-08-28 John Wiegley <johnw@gnu.org>
19210
19211 * eshell/esh-util.el (eshell-flatten-list): Made this function
19212 into a defsubst form. It gets used very frequently, although
19213 calls don't occur all that often.
19214
19215 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19216 examining it.
19217
19218 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19219 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19220 `eshell-protect'.
19221 (eshell-copy-handles): Created a new macro for duplicating the
19222 current set of open handles. This is needed by the looping
19223 functions.
19224 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19225 is not incorrectly stomped on.
19226
19227 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19228 declaration for pcomplete-use-paring.
19229 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19230 value of eshell-cmpl-use-paring.
19231 * pcomplete.el (pcomplete-use-paring): New config variable, to
19232 indicate whether paring should be used.
19233 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19234 completion alternatives that have already been used.
19235
19236 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19237 bound to C-c C-y, which will repeat the previous N arguments
19238 (based on prefix argument).
19239 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19240
19241 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19242 if there is no *Help* buffer. This is for XEmacs, which renames
19243 its help buffers uniquely. TODO: Find out what the current buffer
19244 name to delete is.
19245
19246 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19247 first entry that correlates to a passwd/group number. Later
19248 entries (used for group/user name aliasing to multiple IDs) are
19249 ignored.
19250
19251 * eshell/em-xtra.el (eshell/expr):
19252 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19253 (eshell-grep, eshell/diff, eshell/locate):
19254 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19255 argument list, before passing it to the system command.
19256
19257 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19258 `find-tag' for use at final position in Eshell buffers (which
19259 otherwise triggers an error on Emacs 21).
19260 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19261 buffer, if it is currently bound to `find-tag'.
19262
19263 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19264 in the list of matched Makefile names.
19265 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19266 directory, prefer its contents to Makefile.
19267
19268 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19269 directory parts (like "cd old new", or "cd =regexp"), are now case
19270 sensitive on non-Windows/DOS platforms.
19271
19272 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19273 types RET after an open delimiter (like "), display a message
19274 indicating that Eshell is waiting for the closing delimiter.
19275
19276 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19277 environment variables.
19278
19279 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19280 gracefully if the user enters incorrect arguments.
19281
19282 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19283 Eshell buffers.
19284
19285 * eshell/esh-var.el (eshell-interpolate-variable):
19286 * eshell/esh-mode.el (eshell-move-argument):
19287 * eshell/em-unix.el (eshell-du-sum-directory):
19288 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19289 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19290 (not (= ...)).
19291
19292 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19293 to ensure the `preserve' flag gets propagated when doing recursive
19294 directory copies.
19295
19296 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19297
19298 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19299 Don't convert \n into \0177 in memory.
19300 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19301 and back again, when reading and writing.
19302
19303 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19304
19305 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19306 testing of `fboundp' on `processp'.
19307
19308 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19309 (eshell/jobs): Don't call process-list if it is not bound.
19310 (eshell-gather-process-output): Support systems where async
19311 subprocesses aren't supported.
19312 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19313 variables.
19314
19315 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19316 eshell-do-eval returns t.
19317 (eshell-do-pipelines-synchronously): New defmacro.
19318 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19319 when async subprocesses aren't supported.
19320 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19321 if async subprocesses aren't supported.
19322 (eshell-resume-command): Don't assume STATUS is a string.
19323
19324 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19325
19326 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19327 (eshell-close-target, eshell-get-target): Use eshell-processp.
19328 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19329 fix.
19330 (eshell-get-target, eshell-create-handles): Doc fix.
19331
19332 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19333
19334 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19335 criterion to include commands that output something, as long as it
19336 leaves both the command and the end-of-buffer visible when the
19337 command has exited.
19338 (eshell-review-quick-commands): Adjust the help doc string
19339 accordingly.
19340
19341 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19342
19343 * locate.el (locate): Cleaned up locate command's interactive prompting
19344 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19345
19346 * filecache.el (file-cache-case-fold-search): New variable
19347 (file-cache-assoc-function): New variable
19348 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19349 Use file-cache-case-fold-search variable
19350 (file-cache-add-file): Use file-cache-assoc-function
19351 (file-cache-delete-file): likewise
19352 (file-cache-directory-name): likewise
19353 (file-cache-debug-read-from-minibuffer): likewise
19354
19355 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19356
19357 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19358 (abbrev-table-name): New function.
19359 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19360 If non-nil list local abbrev, only.
19361
19362 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19363
19364 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19365 from Gnus support code, and use special article copy buffer
19366 `(gnus-original-article-buffer)' instead. This allows to get rid
19367 of article-hide-headers usage (which breaks in the latest Gnus
19368 version). Thanks to Detlev Zundel.
19369
19370 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19371
19372 * international/quail.el (quail-use-package): Hide "... loaded"
19373 message.
19374 (quail-start-translation, quail-start-conversion): Likewise.
19375
19376 * international/kkc.el (kkc-region): Hide "... loaded" message.
19377
19378 2000-08-27 Dave Love <fx@gnu.org>
19379
19380 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19381
19382 2000-08-27 Miles Bader <miles@gnu.org>
19383
19384 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19385
19386 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19387
19388 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19389 'ja-dic-cnv), not (require 'skkdic-cnv).
19390
19391 2000-08-26 Miles Bader <miles@gnu.org>
19392
19393 * faces.el (face-x-resources): Add entry for :inherit.
19394 * cus-face.el (custom-face-attributes): Add support for :inherit
19395 attribute. Add support for relative face heights.
19396 (custom-face-attributes-get): Treat `nil' as being a default value
19397 for :inherit (as well as `unspecified').
19398
19399 * faces.el (set-face-attribute): Update doc string.
19400 (face-attribute-name-alist): Add :inherit.
19401 (face-valid-attribute-values): Handle :inherit.
19402 (face-read-string): Rephrase prompt to be less confusing.
19403 Assume that DEFAULT is a string, since we must return a string.
19404 (face-read-integer): Use `format' to turn DEFAULT into an
19405 acceptable default for face-read-string. Match NEW-VALUE against
19406 the string "unspecified", not the symbol `unspecified', since
19407 that's what face-read-string returns.
19408 (read-face-attribute): Lookup a name for old-value in valid, and
19409 use it as a default if we find one. Treat all values from
19410 face-read-string as strings. If the default is used, don't do any
19411 more processing on the value, just use the old value directly.
19412 (read-face-and-attribute, modify-face): Tweak prompt.
19413 (read-face-name): Don't assume prompt ends with a space.
19414
19415 * faces.el (describe-face): Add support for :inherit attribute.
19416
19417 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19418
19419 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19420 concat doesn't accept interger.
19421
19422 * international/kkc.el: Remove SKK from Keywords. Require
19423 ja-dic-utl instead of skkdic-utl.
19424
19425 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19426 Provide ja-dic-cnv instead of skkdic-cnv.
19427 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19428 (iso-2022-7bit-short): Add safe-charsets property.
19429 (skkdic-convert-postfix): Search Japanese chou-on character in
19430 addition to Hiragana character.
19431 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19432 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19433 (batch-skkdic-convert): Likewise.
19434
19435 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19436 Provide ja-dic-utl instead of skkdic-utl.
19437 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19438
19439 2000-08-24 Dave Love <fx@gnu.org>
19440
19441 * disp-table.el (standard-display-default): Make the test of `l'
19442 useful.
19443
19444 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19445 mod sample text.
19446
19447 * international/iso-ascii.el: Make pilcrow convenient string
19448 consistent with section.
19449 (iso-ascii-display): Set up multibyte characters as well as
19450 unibyte.
19451
19452 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19453
19454 * international/mule-cmds.el (reset-language-environment): Set
19455 default-process-coding-system to '(undecided . iso-latin-1), which
19456 makes process I/O almost consistent with file I/O. Call this
19457 function when mule-cmds.el[c] is loaded.
19458
19459 2000-08-22 Andrew Innes <andrewi@gnu.org>
19460
19461 * makefile.w32-in: New file.
19462
19463 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19464
19465 * comint.el (comint-output-filter): Compare end of
19466 comint-last-output-overlay with the start of the newly inserted
19467 text, not the end, when deciding whether to extend it.
19468 Set saved-point's insertion type to advance after insertion.
19469
19470 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19471 since this is now done independently of font-lock mode.
19472
19473 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19474
19475 * server.el (server-kill-new-buffers): New user option.
19476 (server-existing-buffer): New buffer-local variable.
19477 (server-visit-files): When using an existing buffer, set
19478 server-existing-buffer to t.
19479 (server-buffer-done): If server-kill-new-buffers is t, kill the
19480 buffer, unless it was already present before visiting it with
19481 Emacs server.
19482
19483 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19484
19485 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19486 even if the display doesn't support colors: some displays will
19487 support bold/underline faces.
19488
19489 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19490
19491 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19492
19493 * startup.el (command-line): If user's init file had an error,
19494 add explanatory text to *Messages*.
19495
19496 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19497
19498 * man.el (Man-getpage-in-background): Decode the process output by
19499 the system locale coding system.
19500
19501 2000-08-20 Dave Love <fx@gnu.org>
19502
19503 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19504 Don't test x-popup-menu.
19505 (function) <complete-function>: Complete only fbound symbols.
19506 <validate, value>: New.
19507 (variable) <complete-function>: Complete only bound symbols.
19508 (coding-system): Add :base-only, :complete-function, :validate,
19509 :value, :prompt-match.
19510 (widget-coding-system-prompt-value): Use read-coding-system and
19511 act on :base-only.
19512 (editable-field): Add :help-echo.
19513 (widget-push-button-gui, widget-push-button-cache)
19514 (widget-gui-action, widget-editable-list-gui): COmment out, along
19515 with uses.
19516 (widget-at): Make arg optional.
19517 (widget-echo-help): Adjust for current help-echo calling sequence.
19518 (widget-specify-field, widget-specify-button)
19519 (widget-specify-insert, widget-get-sibling, widget-image-find)
19520 (widget-convert, widget-insert, widget-leave-text)
19521 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19522 (widget-setup, widget-field-find, widget-before-change)
19523 (widget-after-change, widget-default-complete)
19524 (widget-default-create, widget-default-delete)
19525 (widget-push-button-value-create, editable-field)
19526 (widget-field-prompt-value, widget-field-validate)
19527 (widget-choice-value-create, widget-choice-action)
19528 (widget-choice-validate, widget-checklist-add-item)
19529 (widget-radio-add-item, widget-radio-chosen)
19530 (widget-radio-value-inline, widget-editable-list-value-create)
19531 (widget-editable-list-entry-create)
19532 (widget-documentation-link-add)
19533 (widget-documentation-string-value-create)
19534 (widget-regexp-validate, widget-file-complete)
19535 (widget-sexp-validate, widget-plist-convert-widget)
19536 (widget-plist-convert-widget, widget-alist-convert-widget)
19537 (widget-alist-convert-widget, widget-color-complete): Simplify,
19538 particularly to avoid bindings which aren't optimized out.
19539
19540 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19541 Doc fix.
19542 (down-list, backward-up-list, up-list, kill-sexp)
19543 (backward-kill-sexp, mark-sexp): Make arg optional.
19544 (lisp-complete-symbol): Add optional arg PREDICATE.
19545
19546 * cus-start.el: Add display-buffer-reuse-frames,
19547 file-coding-system-alist.
19548
19549 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19550
19551 * startup.el (command-line): Clear realized faces after
19552 modifying TTY color mappings.
19553
19554 2000-08-20 Miles Bader <miles@gnu.org>
19555
19556 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19557 merely a subset of FACE's attributes.
19558
19559 2000-08-19 Miles Bader <miles@gnu.org>
19560
19561 * comint.el (comint-output-filter): Save the point with a marker,
19562 not just a buffer position.
19563
19564 * international/mule.el (set-buffer-process-coding-system): Make
19565 interactive prompt less confusing.
19566
19567 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19568
19569 * hilit-chg.el: General cleanup of doc strings, comments and
19570 code formatting.
19571
19572 2000-08-19 Miles Bader <miles@gnu.org>
19573
19574 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19575 Compiler macro removed; beginning-of-line is no longer always
19576 equivalent to forward-line, in the presence of fields.
19577
19578 * comint.el (comint-output-filter): Remove ad-hoc saving of
19579 restriction, and just use save-restriction, now that it works
19580 correctly. Don't adjust comint-last-input-start to account for
19581 our insertion; it shouldn't have moved because we don't use
19582 insert-before-markers anymore. Comment out call to
19583 `force-mode-line-update'; why is it here?
19584
19585 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19586 while checking for prompt to delete. Use `forward-line 0'
19587 instead of beginning-of-line.
19588 (gud-filter): Temporarily widen gud comint buffer while
19589 examining output.
19590
19591 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19592
19593 * progmodes/sh-script.el: Big bag of typos.
19594
19595 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19596 check since ispell-process is not bound when ispell is not yet loaded.
19597
19598 2000-08-18 Dave Love <fx@gnu.org>
19599
19600 * image.el (find-image): Copy `spec' before using plist-put.
19601
19602 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19603
19604 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19605 `portugues'.
19606
19607 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19608 backward-kill-sexp, analogous to kill-sexp.
19609
19610 * progmodes/icon.el (icon-indent-line)
19611 (icon-is-continuation-line): Handle comments specially.
19612
19613 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19614
19615 * ispell.el: Set to standard author/maintainer/keyword fields.
19616 Fine tuning to menu map appearance and operation, and added help.
19617 Remove `start' and `end' error messages when compiling.
19618 (ispell-choices-win-default-height): Fixed comment string.
19619 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19620 castellano8 dictionaries.
19621 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19622 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19623 dictionary, added italiano dictionary.
19624 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19625 word character
19626 (ispell-tex-skip-alists): Added psfig support.
19627 (ispell-skip-html): Renamed from ispell-skip-sgml.
19628 (ispell-begin-skip-region-regexp, ispell-skip-region)
19629 (ispell-minor-check): Improved html skipping support to skip across
19630 code, and recognize `&' commands without propper `;' syntax;
19631 (ispell-process-line): Fix alignment error when manually
19632 correcting spelling.
19633 (ispell): Fix comment string.
19634 (ispell-add-per-file-word-list): Always put word list on new line.
19635
19636 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19637
19638 * format.el (format-encode-run-method): Fix error message to say
19639 `encode' instead of `decode'. Use save-window-excursion around
19640 shell-command-on-region as in format-decode-run-method because
19641 shell-command-on-region can display a buffer with error output.
19642 (format-decode): Don't record undo information for the decoding.
19643 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19644 that number part of the temporary buffer name so that more than
19645 one decoding using a temporary buffer can happen safely.
19646
19647 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19648 of `A-z' in the regexp.
19649
19650 * hilit-chg.el: Fix typos in commentary.
19651
19652 * help.el (view-emacs-news): Rewritten for new naming scheme
19653 for old NEWS files.
19654
19655 * startup.el (command-line): Pop to *Messages* in case an error
19656 is signaled while loading user-init-file.
19657
19658 2000-08-17 Andreas Schwab <schwab@suse.de>
19659
19660 * files.el (insert-directory): Don't lose original file name,
19661 undoing an undocumented change.
19662
19663 2000-08-17 Alex Schroeder <alex@gnu.org>
19664
19665 * sql.el (sql-magic-go): Use comint-bol.
19666 (sql-copy-column): Use comint-line-beginning-position.
19667 (comint-line-beginning-position): Define a replacement for
19668 comint-line-beginning-position if it is not fboundp.
19669
19670 2000-08-17 Alex Schroeder <alex@gnu.org>
19671
19672 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19673 it didn't have any effect anyway.
19674
19675 2000-08-17 Alex Schroeder <alex@gnu.org>
19676
19677 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19678 --pset and pager=off instead of sending \\o|cat at the beginning
19679 of the session.
19680
19681 2000-08-17 Miles Bader <miles@gnu.org>
19682
19683 * progmodes/octave-inf.el: Add compatibility definition of
19684 comint-line-beginning-position.
19685
19686 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19687
19688 * startup.el (normal-top-level): Look in each dir in load-path for
19689 a leim-list.el file too. This assures of loading leim-list.el
19690 that is created at Emacs installation time even if a user have his
19691 own leim-list.el.
19692
19693 2000-08-17 Miles Bader <miles@gnu.org>
19694
19695 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19696 foreground color to black if the background is dark.
19697
19698 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19699
19700 * loadhist.el (unload-feature): Typo.
19701
19702 * finder.el (finder-compile-keywords):
19703 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19704 to the generated file.
19705
19706 * mail/mh-e.el (mh-make-local-vars):
19707 Replace make-variable-buffer-local with make-local-variable.
19708
19709 * play/landmark.el:
19710 * options.el (Edit-options-{set,toggle,t,nil}):
19711 * mail/mailabbrev.el (mail-abbrevs-mode):
19712 * textmodes/tex-mode.el (tex-expand-files):
19713 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19714
19715 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19716
19717 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19718 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19719 Allow going past the last element.
19720 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19721 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19722 (cvs-mouse-toggle-mark): Don't move point.
19723 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19724
19725 * progmodes/compile.el (grep): Provide a default set of files.
19726 (next-error): Docstring fix.
19727 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19728
19729 * emacs-lisp/easy-mmode.el (define-minor-mode):
19730 Use `symbol-value' to keep the byte-compiler quiet.
19731
19732 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19733 (diff-find-source-location): New fun, extracted from diff-goto-source.
19734 (diff-goto-source): Use it.
19735 (diff-next-complex-hunk, diff-filter-lines): New function.
19736 (diff-apply-hunk): New command.
19737
19738 * smerge-mode.el (smerge-mode-menu): Doc fix.
19739
19740 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19741
19742 2000-08-16 Dave Love <fx@gnu.org>
19743
19744 * windmove.el (windmove) <defgroup>: Add :version.
19745
19746 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19747 (goto-address-fontify-p, goto-address-highlight-p)
19748 (goto-address-url-face, goto-address-url-mouse-face)
19749 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19750 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19751 (goto-address-fontify, goto-address-at-mouse): Simplify,
19752 (goto-address-at-point): browse-url-url-at-point,
19753 goto-address-find-address-at-point can return nil.
19754 (goto-address-find-address-at-point): Return nil on failure.
19755
19756 * align.el (align) <defgroup>: Add :version.
19757
19758 * calculator.el (calculator): Add :version.
19759 (calculator): Use two lines for calculator window if `modeline'
19760 face is boxed.
19761
19762 * play/5x5.el: Doc fixes.
19763 (5x5) <defgroup>: Add :version.
19764
19765 * play/fortune.el (fortune) <defgroup>: Add :version.
19766 (fortune-append): Fix error message.
19767 (fortune-from-region): Doc fix.
19768
19769 * play/pong.el (pong): Doc fix.
19770
19771 * play/morse.el: Keywords, commentary, autoloads.
19772
19773 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19774
19775 * desktop.el (desktop-save): Don't look at symbol-value of a
19776 member of minor-mode-alist, unless it is boundp.
19777
19778 2000-08-16 Sam Steingold <sds@gnu.org>
19779
19780 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19781 `while'; use `with-current-buffer' instead of `save-excursion'.
19782 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19783
19784 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19785
19786 * international/ccl.el (declare-ccl-program): Docstring modified.
19787 (ccl-execute-with-args): Likewise.
19788
19789 2000-08-16 Miles Bader <miles@gnu.org>
19790
19791 * progmodes/sql.el: Add compatibility definition of
19792 comint-line-beginning-position.
19793
19794 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19795
19796 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19797 'buffer-menu' property.
19798 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19799 fails.
19800 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19801 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19802 wasn't killed.
19803
19804 * buff-menu.el (list-buffers-noselect): Don't display the
19805 *Buffer List* buffer.
19806
19807 * font-lock.el: Require jit-lock to prevent a very late
19808 `Loading jit-lock' message.
19809
19810 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19811 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19812 mail address.
19813
19814 2000-08-15 Miles Bader <miles@gnu.org>
19815
19816 * textmodes/ispell.el (ispell-graphic-p): New constant.
19817 (ispell-choices-win-default-height, ispell-help): Use
19818 `ispell-graphic-p' instead of `xemacsp'.
19819
19820 2000-08-15 Dave Love <fx@gnu.org>
19821
19822 * simple.el: Autoload widget-convert when compiling.
19823 (mail-user-agent): Doc fix.
19824
19825 * help.el (function-called-at-point, variable-at-point): Use
19826 with-syntax-table.
19827 (help-manyarg-func-alist): Add insert-and-inherit.
19828
19829 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19830
19831 * delsel.el (delsel-unload-hook): New function.
19832
19833 * find-file.el: Doc fixes. Move provide to end.
19834 (ff) <defgroup>: Add :link.
19835 (ff-goto-click): Deleted.
19836 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19837 Use mouse-set-point.
19838
19839 * textmodes/tildify.el: Doc fixes.
19840 (tildify) <defgroup>: Add:version.
19841
19842 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19843 (glasses-custom-set): Use set-default, not set.
19844 (minor-mode-alist): Propertize the lighter.
19845 (glasses-mode): Provide optional arg.
19846
19847 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19848 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19849 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19850 option. Provide :type.
19851 (cwarn-configuration): Provide :type.
19852 (cwarn-mode): Doc fix.
19853
19854 * add-log.el (change-log-merge): Doc fix.
19855 (change-log-redate): New command.
19856
19857 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19858 Doze and Dog.
19859 (browse-url): Use dolist, not mapcar.
19860 (browse-url-at-point): Check for null url.
19861 (browse-url-event-buffer, browse-url-event-point): Functions
19862 deleted.
19863 (browse-url-at-mouse, browse-url-netscape): Simplify.
19864
19865 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19866 modes.
19867 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19868 Fix previous change to mapcan.
19869 (msb--init-file-alist, msb--add-separators)
19870 (msb--make-keymap-menu): Simplify.
19871 (msb--choose-file-menu): Use copy-sequence.
19872 (msb-mode-map): Add title to keymap.
19873 (msb-unload-hook): New function.
19874
19875 * bs.el: Fix indentation.
19876 (bs) <defgroup>: Add :links.
19877 (bs-show): Doc fix.
19878 (bs-apply-sort-faces): Don't use window-system.
19879 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19880
19881 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19882
19883 * calendar/timeclock.el (timeclock-file): Run .timelog through
19884 convert-standard-filename.
19885
19886 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19887
19888 * emacs-lisp/authors.el: New file.
19889
19890 * paren.el (show-paren-priority): New user option.
19891 (show-paren-function): Set overlay priorities to
19892 show-paren-priority.
19893
19894 2000-08-14 Miles Bader <miles@gnu.org>
19895
19896 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19897 beginning-of-line with inhibit-field-text-motion bound.
19898
19899 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19900
19901 * calendar/timeclock.el: New file.
19902
19903 2000-08-14 David Ponce <david@dponce.com>
19904
19905 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19906 `widget-button-click'. so that one can use left mouse button to
19907 click on dialog buttons.
19908
19909 2000-08-14 Emmanuel Briot <briot@gnat.com>
19910
19911 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19912 identifiers, since XML is case sensitive
19913
19914 2000-08-12 Miles Bader <miles@gnu.org>
19915
19916 * comint.el (comint-output-filter): Don't bother frobbing
19917 window-start, it doesn't seem to be necessary.
19918
19919 * comint.el (comint-send-string, comint-send-region): Make into
19920 real functions. Snapshot the prompt before sending.
19921
19922 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19923
19924 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19925 technique similar to Info-index, instead of relying on specific
19926 names of relevant Index nodes.
19927 (Info-goto-emacs-command-node): Bind Info-history to nil when
19928 going to the first node found by Info-find-emacs-command-nodes.
19929
19930 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19931
19932 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19933
19934 2000-08-10 Miles Bader <miles@gnu.org>
19935
19936 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19937
19938 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19939
19940 * info.el (Info-file-list-for-emacs): More elements for the
19941 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19942 and woman manuals.
19943
19944 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19945
19946 * comint.el (comint-send-input): Make the newline boundary overlay
19947 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19948 (comint-output-filter): Use `insert' instead of
19949 `insert-before-markers'. Extend comint-last-output-overlay when
19950 necessary since we can't rely on insert-before-markers to do it.
19951 * gud.el (gud-filter): Use `with-current-buffer' instead of
19952 save-excursion when inserting the output, so that point gets
19953 updated correctly; the old method relied on a rather dodgy
19954 side-effect of comint-output-filter to avoid the effect of
19955 save-excursion.
19956
19957 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19958
19959 * files.el (recover-file): Call insert-directory instead of
19960 invoking `ls' directly.
19961
19962 2000-08-10 Miles Bader <miles@gnu.org>
19963
19964 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19965 (comint-last-prompt-overlay): New variables.
19966 (comint-output-filter): Implement prompt highlighting.
19967 (comint-snapshot-last-prompt): New function.
19968 (comint-send-input): Snapshot the last prompt.
19969 Use comint-highlight-input-face.
19970 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19971 Use defface instead of defcustom.
19972 (send-invisible, comint-send-eof): Snapshot the last prompt.
19973 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19974 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19975
19976 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19977
19978 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19979 (regexp-opt-group): Use a list of chars for `letters'.
19980 (regexp-opt-charset): `chars' is now a list of chars.
19981 Use a char-table rather than a vector so it works for multibyte chars.
19982
19983 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19984 Set cvs-minor-current-files to the selected fileinfo.
19985 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19986 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19987
19988 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19989
19990 * files.el (insert-directory): Don't call access-file on
19991 directories on DOS and Windows.
19992
19993 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19994
19995 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19996 longer if necessary.
19997 (ccl-embed-code): Call ccl-embed-data to store CODE in
19998 ccl-program-vector.
19999
20000 2000-08-09 Miles Bader <miles@gnu.org>
20001
20002 * comint.el (comint-output-filter): Properly handle the case where
20003 the text surrounded by comint-last-output-overlay was deleted.
20004
20005 2000-08-08 Gerd Moellmann <gerd@gnu.org>
20006
20007 * info.el (Info-insert-dir): Use Info-additional-directory-list if
20008 non-nil.
20009 (Info-file-list-for-emacs): Remove "info" from the list because
20010 that leads to trying to use the documentation from file `info'
20011 in various situations where it isn't appropriate, for instance
20012 C-h C-k C-h i.
20013
20014 * ffap.el (ffap-read-file-or-url-internal): Handle case that
20015 DIR and/or STRING are nil.
20016
20017 * progmodes/compile.el (compilation-setup): Make variable
20018 compilation-error-screen-columns buffer-local, as some comment
20019 in the code suggests it should be.
20020
20021 * files.el (auto-mode-interpreter-regexp): New variable.
20022 (set-auto-mode): Use it.
20023
20024 * indent.el (indent-for-tab-command): Doc fix.
20025
20026 * mouse-sel.el (mouse-sel-mode): Doc fix.
20027
20028 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
20029 labels.
20030
20031 * help.el (print-help-return-message): When
20032 display-buffer-reuse-frames is set, let the help window been quit,
20033 instead of deleting it, which might delete a reused frame.
20034
20035 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
20036
20037 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
20038 rename a directory to a name that differs only by its letter case.
20039
20040 2000-08-08 Kenichi Handa <handa@etl.go.jp>
20041
20042 * international/quail.el (quail-define-rules): Handle Quail decode
20043 map correctly. Add code for supporting annotations.
20044 (quail-install-decode-map): New function.
20045 (quail-defrule-internal): New optional arguments decode-map and
20046 props.
20047 (quail-advice): New function.
20048
20049 2000-08-07 Sam Steingold <sds@gnu.org>
20050
20051 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
20052 `defconst', `define-condition', `with-slots'.
20053 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
20054
20055 2000-08-03 Miles Bader <miles@gnu.org>
20056
20057 * comint.el (comint-use-prompt-regexp-instead-of-fields):
20058 New variable.
20059 (comint-prompt-regexp, comint-get-old-input): Document dependence on
20060 comint-use-prompt-regexp-instead-of-fields.
20061 (comint-send-input): Add `input' field property to stuff we send to
20062 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
20063 (comint-output-filter): Add `output' field property to process
20064 output, if comint-use-prompt-regexp-instead-of-fields is nil.
20065 (comint-replace-by-expanded-history)
20066 (comint-get-old-input-default, comint-show-output)
20067 (comint-backward-matching-input, comint-forward-matching-input)
20068 (comint-next-prompt, comint-previous-prompt): Use field
20069 properties if comint-use-prompt-regexp-instead-of-fields is nil.
20070 (comint-line-beginning-position): New function.
20071 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
20072 (comint-replace-by-expanded-history-before-point): Use
20073 comint-line-beginning-position and line-end-position.
20074 (comint-last-output-overlay): New variable.
20075 (comint-mode): Make `comint-last-output-overlay' buffer-local.
20076
20077 * shell.el (shell-prompt-pattern): Doc change.
20078 (shell-backward-command): Use line-beginning-position.
20079
20080 * gud.el (gud-gdb-complete-command): Use
20081 comint-line-beginning-position.
20082
20083 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
20084 comint-bol doesn't actually go to the beginning of the line.
20085
20086 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20087 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20088 (try-expand-line-all-buffers): Likewise.
20089
20090 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20091 explicitly matching comint-prompt-regexp.
20092 (sql-copy-column): Use comint-line-beginning-position instead of
20093 explicitly matching comint-prompt-regexp.
20094
20095 * progmodes/octave-inf.el (inferior-octave-complete): Use
20096 comint-line-beginning-position.
20097
20098 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20099
20100 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20101 looking for a prompt, use `forward-line 0' instead of
20102 `beginning-of-line', to avoid getting caught by an input field.
20103
20104 2000-08-07 Gerd Moellmann <gerd@gnu.org>
20105
20106 * files.el (shell-quote-wildcard-pattern): Make sure to return
20107 PATTERN, in the Unix case.
20108
20109 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20110
20111 * play/zone.el (zone): Discard any pending input before running
20112 the randomly-chosen pgm.
20113
20114 2000-08-07 Kenichi Handa <handa@etl.go.jp>
20115
20116 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20117 checking the existence of any multibyte characters.
20118
20119 2000-08-06 Gerd Moellmann <gerd@gnu.org>
20120
20121 * help.el (describe-mode): Test minor-mode symbol for being
20122 bound before testing its value for being nil.
20123
20124 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20125 `first', `second', and `third'.
20126
20127 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20128 (second): Make it an alias for `cadr'.
20129
20130 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20131
20132 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20133 types of display support faces now.
20134
20135 2000-08-05 Gerd Moellmann <gerd@gnu.org>
20136
20137 * pcvs.el (require): Require `cl' during compilation, only.
20138
20139 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20140 (toplevel): Remove `remq' and `remove' from autoloads.
20141 (cl-fake-autoloads): New variable. If set, arrange for an error
20142 when CL functions etc. are autoloaded.
20143
20144 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20145
20146 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20147
20148 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20149 popped up, but the user clicks outside the menu, return an empty
20150 regexp (that causes unhighlight-regexp to have no effect).
20151
20152 * menu-bar.el (menu-bar-games-menu): Add Zone.
20153
20154 * hi-lock.el (toplevel): Require font-lock.
20155
20156 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20157
20158 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20159 (ebnf-8-bit-chars): New var for bug fix.
20160 (ebnf-string): Bug fix.
20161
20162 2000-08-03 Sam Steingold <sds@gnu.org>
20163
20164 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20165 instead of `buffer-string'.
20166 (require 'cl): Always, not just when compiling.
20167 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20168 necessary.
20169
20170 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20171
20172 * international/mule-cmds.el (select-safe-coding-system): Make
20173 the message text about selecting a safe coding system more clear.
20174
20175 2000-08-02 Gerd Moellmann <gerd@gnu.org>
20176
20177 * hi-lock.el: New file.
20178
20179 * play/zone.el: New file.
20180
20181 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20182 value of tab-width in the original buffer. Choose a line number
20183 format that's a multiple of the original buffer's tab width, so
20184 that lines appear right.
20185
20186 * textmodes/ispell.el (ispell): New function, replacing an alias.
20187 Spell-check active region if in transient-mark-mode and mark
20188 is active; otherwise spell-check buffer.
20189
20190 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20191
20192 * ps-mule.el: Fix a customization problem on
20193 ps-mule-font-info-database-default.
20194
20195 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20196
20197 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20198 display-mouse-p instead of window-system.
20199 (ebrowse-member-mode-map): Ditto.
20200
20201 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20202
20203 * progmodes/ebnf2ps.el: Update ps-print functions call.
20204 Indentation fix. Doc fix.
20205 (ebnf-version): New version number (3.2).
20206 (ebnf-format-color, ebnf-begin-job): Code fix.
20207
20208 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20209
20210 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20211 font lock support on window-system.
20212 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20213
20214 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20215 display-color-p, if fboundp, instead of window-system.
20216
20217 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20218
20219 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20220 instead of window-system.
20221
20222 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20223 window-system.
20224 (widget-choice-mouse-down-action): Use display-popup-menus-p
20225 instead of window-system.
20226
20227 * strokes.el (strokes-file): Run the file name through
20228 convert-standard-filename.
20229 (strokes-mode): Call display-mouse-p instead of looking at
20230 window-system. Change the error message accordingly.
20231
20232 * progmodes/cpp.el (toplevel): Support faces on tty's.
20233
20234 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20235 (lm-plot-square, lm-init-display): Don't use window-system.
20236
20237 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20238 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20239
20240 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20241 instead of looking at window-system.
20242
20243 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20244
20245 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20246 of testing if iswitchb-prepost-hooks is bound, because the
20247 latter will always be true when invoking a recursive minibuffer
20248 from an active Iswitchb buffer.
20249
20250 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20251
20252 * files.el (shell-quote-wildcard-pattern): New function.
20253 (insert-directory): Call it. Only prepend "\" to command on Unix
20254 and GNU/Linux systems.
20255
20256 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20257
20258 * eshell/esh-groups.el: Change custom :link file names
20259 from `eshell.info' to `eshell'.
20260
20261 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20262
20263 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20264 correctly in recursive ange-ftp listings.
20265
20266 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20267
20268 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20269 ps-header-font-size-internal and
20270 ps-header-title-font-size-internal variables are not set,
20271 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20272 face text property is (foreground-color . COLOR) or
20273 `(background-color . COLOR)', ps-print crashes. Doc fix.
20274 (ps-print-version): New version number (5.2.4).
20275 (ps-plot-region): Code fix.
20276 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20277 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20278 Bug fix 2.
20279
20280 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20281
20282 * glasses.el (glasses-make-readable): Fix uncapitalization of
20283 identifiers like `myXMLDocument'.
20284
20285 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20286
20287 * mail/mail-hist.el (mail-hist-previous-input)
20288 (mail-hist-next-input): Do the obvious code factorization.
20289 (mail-hist-retrieve-and-insert): New func, contains common
20290 code of above two.
20291 If inserting a message body, leave point at top.
20292
20293 2000-07-28 Sam Steingold <sds@gnu.org>
20294
20295 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20296 Use `<=', not `<' to compare times!
20297 (ange-ftp-ls): Remove.
20298
20299 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20300
20301 * play/cookie1.el: Add explanation of how to make cookie.el
20302 compatible with strfile(1) to comment.
20303
20304 * subr.el (remove, remq): New functions.
20305
20306 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20307 escape `*' in regexps.
20308 (midnight-find): Reverse order of arguments in the funcall of
20309 TEST.
20310
20311 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20312 and `.class'.
20313
20314 * play/meese.el: Add Commentary section.
20315
20316 2000-07-27 Alex Schroeder <alex@gnu.org>
20317
20318 * sql.el (sql-ms): Added autoload cookie.
20319 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20320 (sql-oracle): Ditto.
20321 (sql-help): Doc change.
20322
20323 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20324 types and exceptions.
20325
20326 2000-07-27 Alex Schroeder <alex@gnu.org>
20327
20328 * sql.el (sql-placeholder-history): New variable.
20329 (sql-query-placeholders-and-send): New function that will query
20330 the user and replace placeholders with user input.
20331 (sql-oracle): If running on NT, set comint-input-sender to
20332 sql-query-placeholders-and-send.
20333
20334 (sql-stop): If in the SQLi buffer, insert stop notification, else
20335 present it as a message.
20336
20337 2000-07-27 Alex Schroeder <alex@gnu.org>
20338
20339 * sql.el (sql-input-ring-separator): Doc change.
20340 (sql-input-ring-file-name): Doc change.
20341 (sql-interactive-mode): Use `sql-input-ring-separator' and
20342 `sql-input-ring-file-name' to set the comint-mode equivalents
20343 without making them local variables.
20344 (sql-stop): Don't bind `sql-input-ring-separator' and
20345 `sql-input-ring-file-name' dynamically to their comint-mode
20346 equivalents.
20347
20348 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20349
20350 * international/mule.el (register-char-codings): New function.
20351 (make-coding-system): Handle `safe-chars' specification in the arg
20352 PROPERTY.
20353
20354 * international/mule-cmds.el
20355 (find-coding-systems-region-subset-p): This function deleted.
20356 (sort-coding-systems-predicate): New variable.
20357 (sort-coding-systems): New function.
20358 (find-coding-systems-region): Use
20359 find-coding-systems-region-internal.
20360 (find-coding-systems-string): Use find-coding-systems-region.
20361 (find-coding-systems-for-charsets): Check
20362 char-coding-system-table.
20363 (select-safe-coding-system-accept-default-p): New variable.
20364 (select-safe-coding-system): Mostly rewritten. New argument
20365 ACCEPT-DEFAULT-P.
20366 (select-message-coding-system): Call select-safe-coding-system
20367 with ACCEPT-DEFAULT-P arg.
20368 (reset-language-environment): Reset default-sendmail-coding-system
20369 to the default value iso-latin-1.
20370 (set-language-environment): Don't set the obsolete variable
20371 charset-origin-alist.
20372
20373 * international/codepage.el (cp-coding-system-for-codepage-1):
20374 Give `safe-chars' property to make-coding-system.
20375
20376 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20377 calling select-message-coding-system twice.
20378
20379 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20380 instead of `safe-charsets'.
20381 (cyrillic-alternativnyj): Likewise.
20382 (ccl-encode-alternativnyj): Don't check the charset
20383 cyrillic-iso8859-5.
20384
20385 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20386
20387 * composite.el (compose-chars-after): Preserve match data.
20388
20389 2000-07-26 Sam Steingold <sds@gnu.org>
20390
20391 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20392 (ange-ftp-real-file-newer-than-file-p): New function.
20393 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20394 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20395
20396 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20397 * midnight.el (midnight-float-time): Ditto.
20398
20399 2000-07-26 Andreas Schwab <schwab@suse.de>
20400
20401 * files.el (normal-backup-enable-predicate): Correct
20402 interpretation of the return value of compare-strings.
20403
20404 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20405
20406 * isearch.el (isearch-resume): New function.
20407 (isearch-done): Add something to command-history to resume
20408 the search.
20409 (isearch-yank-line, isearch-yank-word): Use
20410 buffer-substring-no-properties instead of buffer-substring.
20411
20412 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20413 of flyspell-mouse-map.
20414
20415 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20416 duplicate definition.
20417 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20418
20419 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20420 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20421
20422 2000-07-25 Sam Steingold <sds@gnu.org>
20423
20424 * net/ange-ftp.el: Get modtime over the net.
20425 (ange-ftp-file-modtime): New function.
20426 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20427 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20428 Use it.
20429 (ange-ftp-dot-to-slash): New function.
20430 (ange-ftp-fix-name-for-vms): Use it.
20431
20432 * midnight.el (midnight-buffer-display-time): Use
20433 `with-current-buffer'.
20434
20435 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20436
20437 * find-dired.el: Update copyright notice.
20438 (find-dired): Offer to kill a running `find'.
20439
20440 * enriched.el (enriched-face-ans): For a `foreground-color'
20441 property, return '(("x-color" COLOR))' so that COLOR will be
20442 output as a parameter of the x-color annotation. Likewise for the
20443 `background-color' property. In the case of normal face
20444 properties, don't return annotations for unspecified foreground
20445 and background face attributes.
20446
20447 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20448
20449 * language/japan-util.el (japanese-katakana-region): Fix handling
20450 HANKAKU argument.
20451
20452 2000-07-25 Miles Bader <miles@gnu.org>
20453
20454 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20455 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20456 constrain-to-field.
20457
20458 2000-07-24 Andrew Innes <andrewi@gnu.org>
20459
20460 * timer.el (timer-activate-when-idle): Add optional parameter
20461 DONT-WAIT. Update docstring.
20462 (run-with-idle-timer): Specify extra parameter to
20463 timer-activate-when-idle, so that timer will be activated
20464 immediately if Emacs is already idle.
20465
20466 * w32-fns.el (w32-using-nt): Fix docstring.
20467
20468 2000-07-24 Dave Love <fx@gnu.org>
20469
20470 * mouse.el (popup-menu): Set last-command-event.
20471 (mouse-major-mode-menu-prefix): Declare.
20472
20473 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20474
20475 * textmodes/flyspell.el: Update to author's version 1.5d.
20476
20477 * progmodes/hideshow.el: Update copyright notice.
20478
20479 * vcursor.el: Set maintainer to FSF, since author cannot
20480 be reached.
20481
20482 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20483
20484 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20485 the prompt.
20486
20487 * mouse.el (popup-menu): Run the keymap through indirect-function,
20488 in case it was defined with define-prefix-key. If the menu is a
20489 list of keymaps, look up the binding of user's choice in each one
20490 of the keymaps.
20491 (mouse-popup-menubar): If the global and local menu-bar keymaps
20492 don't have a prompt string, create one and insert it into the
20493 keymap. Don't barf if current-local-map returns nil.
20494
20495 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20496
20497 * dired.el (dired-sort-R-check): Added to allow recursive listing
20498 to be undone.
20499 (dired-sort-other): Use it.
20500
20501 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20502
20503 * Release of cc-mode 5.27
20504
20505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20506
20507 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20508 c-beginning-of-statement-1 that caused a bad case of recursion
20509 which could consume a lot of CPU in large classes in languages
20510 that have in-expression classes (i.e. Java and Pike).
20511
20512 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20513 statements before top level constructs (i.e. case 6 is moved
20514 before case 5 and is now case 4) to catch in-expression
20515 classes in top level expressions correctly.
20516
20517 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20518
20519 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20520 objc-method-intro. Case 4 removed and case 5I added.
20521
20522 * cc-langs.el (c-append-paragraph-start): New variable used by
20523 c-common-init to get paragraph-start correct.
20524 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20525 initialize paragraph-start to make it correct both with and
20526 without the javadoc special case.
20527
20528 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20529 initialize paragraph-start for javadoc markup.
20530
20531 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20532 change by defaulting this to t. It's motivated by the
20533 confusing behavior that otherwise arise from the style system
20534 when editing both java and non-java files at the same time
20535 (see the comments about style setting in c-common-init).
20536
20537 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20538
20539 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20540 similar to the one in c-fill-paragraph to check the fill
20541 prefix from the adaptive fill function for sanity.
20542
20543 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20544
20545 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20546 defun block.
20547
20548 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20549
20550 * cc-align.el (c-lineup-multi-inher): Handle lines with
20551 leading comma nicely. Extended to handle member initializers
20552 too.
20553
20554 * cc-engine.el: (c-beginning-of-inheritance-list,
20555 c-guess-basic-syntax): Fixed recognition of inheritance lists
20556 when the lines begins with a comma.
20557
20558 * cc-vars.el (c-offsets-alist): Changed default for
20559 member-init-cont to c-lineup-multi-inher since it now handles
20560 member initializers and indents better for leading commas.
20561
20562 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20563
20564 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20565 handling that caused class open lines to be recognized as
20566 statement-conts in some cases.
20567
20568 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20569 guessed by the adaptive fill function unless point is on the
20570 first line of a block comment.
20571
20572 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20573 when the buffer ends with a macro continuation char.
20574
20575 * cc-engine.el (c-guess-basic-syntax): Added support for
20576 function definitions as statements in Pike. The first
20577 statement in a lambda block is now labeled defun-block-intro
20578 instead of statement-block-intro.
20579
20580 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20581 so that the class surrounding point is selected, not the one
20582 innermost in the state.
20583
20584 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20585 recognition of switch labels having hanging multiline
20586 statements.
20587
20588 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20589 some code in c-guess-basic-syntax to a separate function.
20590 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20591 recognition of member inits with multiple line arglists.
20592 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20593 member-init-cont when the commas are in funny places.
20594
20595 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20596
20597 * cc-defs.el (c-auto-newline): Removed this macro since it's
20598 not used anymore.
20599
20600 * cc-engine.el (c-looking-at-bos): New helper function.
20601 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20602 inexpr and toplevel classes apart in Pike.
20603
20604 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20605 of case 9A.
20606
20607 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20608 constant, since "class" can introduce an in-expression class
20609 in Pike nowadays.
20610
20611 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20612
20613 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20614 indentation on cpp-macro lines.
20615
20616 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20617 a syntax modifier like comment-intro, to make it possible to
20618 get syntactic indentation for preprocessor directives. It's
20619 incompatible wrt to lineup functions on cpp-macro, but it has
20620 no observable effect in the 99.9% common case where cpp-macro
20621 is set to -1000.
20622
20623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20624
20625 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20626 member-init-cont when the preceding arglist is several lines.
20627
20628 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20629
20630 * cc-styles.el (c-style-alist): The basic offset for the BSD
20631 style corrected to 8.
20632
20633 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20634
20635 * cc-styles.el (c-style-alist): Adjusted the indentation of
20636 brace list openers in the gnu style.
20637
20638 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20639
20640 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20641
20642 * cc-cmds.el (c-electric-brace, c-electric-slash,
20643 c-electric-star, c-electric-semi&comma, c-electric-colon,
20644 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20645 when c-syntactic-indentation is nil.
20646
20647 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20648 we were left at comments preceding the first statement when
20649 reaching the beginning of the buffer.
20650
20651 * cc-vars.el (c-syntactic-indentation): New variable to turn
20652 off all syntactic indentation.
20653
20654 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20655
20656 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20657 between the text and the block comment ender when it hangs,
20658 depending on how many there are before the fill.
20659
20660 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20661
20662 * cc-engine.el (c-beginning-of-closest-statement): New helper
20663 function to go back to the closest preceding statement start,
20664 which could be inside a conditional statement.
20665 * cc-engine.el (c-guess-basic-syntax): Use
20666 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20667
20668 * cc-engine.el (c-guess-basic-syntax): Better handling of
20669 arglist-intro, arglist-cont-nonempty and arglist-close when
20670 the arglist is nested inside parens. Cases 7A, 7C and 7F
20671 changed.
20672
20673 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20674 up-to-date with javadoc 1.2.
20675
20676 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20677
20678 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20679 multiline Pike type decls.
20680
20681 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20682
20683 * cc-cmds.el (c-indent-new-comment-line): Always break
20684 multiline comments in multiline mode, regardless of
20685 comment-multi-line.
20686
20687 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20688
20689 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20690 fully::qualified::names in C++ member init lists. Preamble in
20691 case 5D changed.
20692
20693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20694
20695 * cc-langs.el (c-common-init): Handling of obsolete variables
20696 moved to c-initialize-cc-mode. More compatible style override
20697 when using global style variables.
20698 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20699 variables moved here.
20700
20701 * cc-styles.el (c-make-styles-buffer-local): Flag style
20702 variable localness in c-style-variables-are-local-p to make
20703 the compatibility measure in c-common-init work well.
20704
20705 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20706 longer contain set-from-style.
20707 * cc-styles.el (c-initialize-builtin-style): Don't check for
20708 set-from-style on c-special-indent-hook.
20709 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20710 copy-alist is sufficient now.
20711
20712 * cc-styles.el (c-set-style, c-set-style-1,
20713 c-get-style-variables): Fixes to variable initialization so
20714 that duplicate entries in styles have the same effect
20715 regardless of DONT-OVERRIDE.
20716
20717 * cc-styles.el (c-set-style-2): Fixed bug where the
20718 initialization of inheriting styles failed when the
20719 dont-override flag is set.
20720
20721 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20722 on this.
20723
20724 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20725
20726 * cc-defs.el (c-forward-comment): Removed the workaround
20727 introduced in 5.38 since it had worse side-effects. If a line
20728 contains the string "//\"", it regarded the // as a comment
20729 start since the \ temporarily doesn't have escape syntax.
20730
20731 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20732
20733 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20734 ada-xref.el before ada-prj.el, so that the Project menu is created
20735 when ada-prj tries to add to it.
20736 (ada-activate-keys-for-case): Suppress the characters that are not
20737 part of the Ada syntax. Better compatibility with else-mode
20738 (ada-adjust-case-interactive): When auto-casing is not active,
20739 correctly insert newlines (used to insert only ^M). Prevent the
20740 syntax table from being changed in case of an error
20741 (or '_' becomes part of a word and some commands are confused).
20742 Do nothing if ada-auto-case is nil.
20743 (ada-after-keyword-p): Ignore keywords that are also attributes
20744 (ada-batch-reformat): Update usage comment
20745 (ada-call-from-contextual-menu): New function
20746 (ada-case-read-exceptions): Reinitialize the casing exception list
20747 first to nil first, so that the casing exception file can be
20748 shared.
20749 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20750 files.
20751 (ada-compile-goto-error): Fix regexp used to detect a file:line
20752 anywhere in the error message
20753 (ada-contextual-menu-last-point): New variable
20754 (ada-create-keymap): If the variable delete-key-deletes-forward is
20755 t on XEmacs, it means that DEL should delete one character
20756 forward.
20757 (ada-create-menu): Use :included instead of :visible for XEmacs.
20758 New submenu "Options".
20759 (ada-end-stmt-re): Correctly indent "select ... then abort"
20760 statements.
20761 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20762 even if they don't match ada-fill-comment-prefix Fix handling of
20763 paragraphs on the first or last line of a file.
20764 (ada-format-paramlist): Fix handling of default parameter values.
20765 (ada-get-body-name): New function.
20766 (ada-get-current-indent): Optimized by searchling directly for an
20767 existing generic part or a statement outside of it. Handle
20768 ada-indent-align-comments when indenting comments Replaced some
20769 regexps by testing directly the next character. This results in a
20770 huge speedup on some files. New indentation scheme for renames
20771 statements. Stop looking for the 'while' or 'for' associated with
20772 a 'loop' at the first semicolon encountered. A "return" can also
20773 match an anonymous access subprogram declaration.
20774 (ada-get-indent-noindent): Ignore strings and comments when
20775 looking for the keywords "record" and "private".
20776 (ada-goto-matching-decl-start): When matching "if", make sure we
20777 are not in fact seeing "end if". Ignore "when" statements except
20778 when initial keyword was "begin". Fix handling of nested
20779 procedures. Add a recursive call to this function to skip over
20780 other 'end' statmts. Fix indentation for "when .. => begin"
20781 (ada-in-open-paren-p): Fix indentation for complex boolean
20782 expressions, where 'and then', 'or else' and parenthesis
20783 statements are mixed up.
20784 (ada-in-paramlist-p): Skip comments while searching for the
20785 beginning Fix handling of operator declarations.
20786 (ada-indent-align-comments): New variable
20787 (ada-indent-current): Change the syntax table only in the
20788 protected section, so that we are sure it is restored correctly.
20789 (ada-indent-on-previous-lines): Use ada-use-indent and
20790 ada-with-indent Correctly indent "select ... then"
20791 (ada-indent-region): Slight speedup.
20792 (ada-indent-renames): New variable.
20793 (ada-last-which-function-subprog, ada-last-which-function-line):
20794 New variables
20795 (ada-looking-at-semi-private): Correctly indent the 'private'
20796 keyword when it is the first word in a package declaration.
20797 (ada-loose-case-word): Stop searching if at the end of the buffer.
20798 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20799 even if point is not initially at the end of the word.
20800 (ada-matching-decl-start-re): Add "when".
20801 (ada-mode): Add support for abbrev-mode, outline-mode and
20802 which-func-mode Override the old find-file.el entry in
20803 ff-special-constructs since it is using the obsolete
20804 ada-spec-suffix variable
20805 (ada-no-auto-case): New function
20806 (ada-scan-paramlist): When parsing the argument type, accept
20807 spaces (as in "X 'Class", generated by Rational Rose).
20808 (ada-other-file-name): No longer loads the other file.
20809 (ada-popup-menu): Save and restore the current buffer and cursor
20810 position before and after displaying the menu.
20811 (ada-search-ignore-complex-boolean): New function.
20812 (ada-uncomment-region): Emacs21 already knows how to delete
20813 comments not starting in the first column.
20814 (ada-use-indent): New variable
20815 (ada-which-function): New function.
20816 (ada-with-indent): New variable
20817 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20818 can be batch-compiled from the command line.
20819
20820 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20821 Add to the menu when the file is loaded, not in ada-mode-hook.
20822 Add -toolbar to the default ddd command Switches moved from
20823 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20824 ada-prj-default-comp-opt
20825 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20826 Reference Manual to the menu
20827 (ada-check-current): rewritten as a call to ada-compile-current
20828 (ada-compile): Removed.
20829 (ada-compile-application, ada-compile-current, ada-check-current):
20830 Set the compilation-search-path so that compile.el automatically
20831 finds the sources in src_dir. Automatic scrollong of the
20832 compilation buffer. C-uC-cC-c asks for confirmation before
20833 compiling
20834 (ada-compile-current): New parameter, prj-field
20835 (ada-complete-identifier): Load the .ali file before doing
20836 processing
20837 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20838 conform to gnatmake's behavior.
20839 (ada-find-file-in-dir): New function
20840 (ada-find-references): Set the environment variables for gnatfind
20841 (ada-find-src-file-in-dir): New function.
20842 (ada-first-non-nil): Removed
20843 (ada-gdb-application): Add support for jdb, the java debugger.
20844 (ada-get-ada-file-name): Load the original-file first if not done
20845 yet.
20846 (ada-get-all-references): Handles the new ali syntax (parent types
20847 are found between <>).
20848 (ada-initialize-runtime-library): New function
20849 (ada-mode-hook): Always load a project file when a file is opened,
20850 so that the casing exceptions are correctly read.
20851 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20852 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20853 to open the project file, since the latter does not work with
20854 speedbar Get default values before loading the prj file, or the
20855 default executable file name is wrong. Use the absolute value of
20856 src_dir to initialize ada-search-directories and
20857 compilation-search-path,... Add the standard runtime library to
20858 the search path for find-file.
20859 (ada-prj-default-debugger): Was missing an opening '{'
20860 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20861 variables.
20862 (ada-prj-default-gnatmake-opt): New variable
20863 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20864 buffers, the project file is the default one Save the windows
20865 configuration before displaying the menu.
20866 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20867 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20868 ...) regexp-quote identifiers names to support operators +,
20869 -,... in regexps.
20870 (ada-remote): New function.
20871 (ada-run-application): Erase the output buffer before starting the
20872 run Support remote execution of the application. Use
20873 call-process, or the arguments are incorrectly parsed
20874 (ada-set-default-project-file): Reread the content of the active
20875 project file, not the one from the current buffer When a project
20876 file is set as the default project, all directories are
20877 automatically associated with it.
20878 (ada-set-environment): New function
20879 (ada-treat-cmd-string): New special variable ${current}
20880 (ada-treat-cmd-string): Revised. The substitution is now done for
20881 any ${...} substring
20882 (ada-xref-current): If no body was found, compiles the spec
20883 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20884 compiler to get rid of command line length limitations.
20885 (ada-xref-get-project-field): New function
20886 (ada-xref-project-files): New variable
20887 (ada-xref-runtime-library-specs-path)
20888 (ada-xref-runtime-library-ali-path): New variables
20889 (ada-xref-set-default-prj-values): Default run command now does a
20890 cd to the build directory. New field: main_unit Provide a default
20891 file name even if the current buffer has no prj file.
20892
20893 * ada-prj.el:
20894 Rewritten to show a tabbed-dialog.
20895 (ada-prj-add-ada-menu): Remove the map and name parameters.
20896 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20897 New function
20898 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20899 (ada-prj-load-from-file): New function
20900 (ada-prj-save): Always save fields that depend on the current buffer
20901 (ada-prj-show-value): New function
20902
20903 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20904 Ada mode. This will allow us to display the Ada menu in any buffer
20905 we want (for project items).
20906 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20907 number of spaces in the header.
20908
20909 2000-07-24 Dave Love <fx@gnu.org>
20910
20911 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20912
20913 2000-07-23 Noah Friedman <friedman@splode.com>
20914
20915 * type-break.el (type-break): perform autosave.
20916 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20917 (type-break-do-query): Cancel query schedule while performing
20918 actual query, to avoid possibility of a second query being made
20919 while first one is already in progress.
20920 (type-break-time-stamp-format): New variable.
20921 (type-break-time-stamp): New function.
20922 (type-break-time-warning): Use it.
20923 (type-break-keystroke-warning): Use it.
20924 (type-break-noninteractive-query): Use it.
20925
20926 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20927 cookie.
20928 Use add-minor-mode to set minor-mode-alist, if available.
20929 (eldoc-echo-area-use-multiline-p): New user option.
20930 (eldoc-echo-area-multiline-supported-p): New variable.
20931 (eldoc-docstring-format-sym-doc): Use them.
20932 (eldoc-mode): If not using idle timers, append to local post and
20933 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20934 (eldoc-display-message-no-interference-p): Don't interfere with
20935 edebug.
20936 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20937 (eldoc-function-arglist): New function.
20938 (eldoc-function-argstring): Use it.
20939
20940 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20941 auto save directory exists before calling directory-files.
20942
20943 2000-07-23 Dave Love <fx@gnu.org>
20944
20945 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20946 ^o, ^u.
20947
20948 2000-07-21 Dave Love <fx@gnu.org>
20949
20950 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20951 now passed to the function. It now works properly.
20952
20953 * smerge-mode.el (smerge-mode-menu): Fill it out.
20954
20955 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20956
20957 * info-look.el (info-lookup): If *info* is shown in another frame
20958 on the same display, select that frame, instead of switching to
20959 the Info buffer in another window of the selected frame.
20960
20961 * simple.el (universal-argument-map): Bind numeric keypad keys
20962 kp-0 to kp-9 and kp-subtract.
20963 (digit-argument): Handle these keys.
20964
20965 2000-07-20 Dave Love <fx@gnu.org>
20966
20967 * net/goto-addr.el (goto-address-fontify): Don't bother with
20968 buffer-modified and read-only stuff -- irrelevant with overlays.
20969 Put an extra property on the overlays and use it to clean up in
20970 case goto-address is re-run.
20971
20972 2000-07-19 Richard M. Stallman <rms@gnu.org>
20973
20974 * timer.el (run-with-idle-timer): Doc fix.
20975
20976 * mail/mail-utils.el (mail-strip-quoted-names):
20977 Handle case where <...> appears inside "...".
20978 Use replace-match to edit the string more simply.
20979 (rmail-dont-reply-to): Cope with an unmatched ".
20980
20981 2000-07-19 Dave Love <fx@gnu.org>
20982
20983 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20984 implementation.
20985
20986 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20987 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20988 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20989
20990 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20991
20992 * textmodes/refer.el: Correct maintainer's email address.
20993
20994 * progmodes/hideif.el: Correct author's email address.
20995 Fix typo in comment.
20996
20997 * xml.el: New file.
20998
20999 * mail/mailheader.el: Correct author's mail address.
21000
21001 * gnus/parse-time.el: Correct author's mail address.
21002
21003 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
21004
21005 * comint.el (comint-highlight-input, comint-highlight-face):
21006 New user options.
21007 (comint-input-ring-file-name): Change custom type.
21008 (comint-mode-map): Bind mouse-2.
21009 (comint-insert-clicked-input): New function.
21010 (comint-send-input): Handle input highlighting.
21011
21012 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
21013
21014 * mouse.el (popup-menu): New function.
21015 (mouse-major-mode-menu): Use it.
21016
21017 2000-07-18 Dave Love <fx@gnu.org>
21018
21019 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
21020 improvements.
21021
21022 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21023
21024 * faces.el (face-font-selection-order)
21025 (face-font-family-alternatives): Add custom type.
21026
21027 2000-07-18 Dave Love <fx@gnu.org>
21028
21029 * cus-edit.el (custom-variable-reset-saved)
21030 (custom-variable-reset-standard): Remove unused bindings.
21031
21032 * rect.el (open-rectangle-line): Remove unused let.
21033
21034 * hl-line.el (hl-line-highlight): Check hl-line-mode.
21035
21036 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21037
21038 * cdl.el: Fix `Maintainer' keyword.
21039
21040 * play/pong.el: Add author's email address.
21041
21042 2000-07-17 Sam Steingold <sds@gnu.org>
21043
21044 * files.el (insert-directory): Call `split-string' instead of
21045 re-implementing it.
21046
21047 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21048
21049 * mail/vms-pmail.el: Change maintainer to FSF.
21050
21051 * net/goto-addr.el: Change maintainer to FSF.
21052
21053 * info.el (Info-title-face-alist): Removed.
21054
21055 2000-07-18 David Ponce <david@dponce.com>
21056
21057 * recentf.el (recentf-open-files): New command that works like
21058 `recentf-open-more-files', but shows the whole list of files (not just
21059 those omitted from the menu). Useful if you don't use a menu-bar!
21060 (recentf-open-more-files) Modified to use `recentf-open-files'.
21061
21062 (recentf-open-files, recentf-open-more-files)
21063 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
21064
21065 (recentf-dialog-mode): New mode for dialogs. You can now just type
21066 "q" to cancel the dialogs.
21067
21068 2000-07-18 David Ponce <david@dponce.com>
21069
21070 * recentf.el: This is a major update of recentf.el. It adds new
21071 features to better organize the recentf menu and "More..." buffer.
21072
21073 Using new provided menu filtering functions you can now organize the
21074 recent files list:
21075
21076 - by major modes
21077 - by directories
21078 - by user defined rules
21079
21080 Finally, with the new `recentf-filter-changer' customizable filter you
21081 can define a ring of filters and dynamically (via the menu) cycle on
21082 each menu organization in the ring (a la msb).
21083
21084 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
21085
21086 * eshell/eshell.el (eshell): Replace links to eshell.info with
21087 links to eshell, to avoid problems on systems where the manual is
21088 installed as `eshell'.
21089 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21090 * eshell/em-smart.el (eshell-smart): Ditto.
21091 * eshell/em-banner.el (eshell-banner): Ditto.
21092 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21093
21094 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21095 same-file check in the MS-DOS version (it does support inodes).
21096
21097 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21098
21099 * eshell/eshell.el (eshell-directory-name):
21100 Run default directory name through convert-standard-filename.
21101
21102 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21103
21104 * international/mule-cmds.el (select-safe-coding-system):
21105 Fix typo in the comment.
21106
21107 * language/european.el (compound-text):
21108 Force katakana-jisx0201 to be designated to G1.
21109
21110 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21111 Don't translate some national variant characters of latin-jisx0201.
21112 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21113
21114 * international/kkc.el (kkc-after-update-conversion-functions):
21115 New variable.
21116 (kkc-update-conversion): Run functions in it at the tail.
21117
21118 2000-07-16 John Wiegley <johnw@gnu.org>
21119
21120 * lisp/align.el (align-newline-and-indent):
21121 Adding new function. for auto-aligning blocks of code on RET.
21122 (align-region): Fixed badly formatted minibuffer message.
21123
21124 2000-07-17 Kenichi Handa <handa@etl.go.jp>
21125
21126 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21127 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21128 the conversion list at first if appropriate.
21129 (kkc-next): Don't update kkc-next-count here.
21130 (kkc-prev): Don't update kkc-prev-count here.
21131 (kkc-show-conversion-list-update): Fix setting up of conversion
21132 list message.
21133
21134 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21135
21136 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21137
21138 2000-07-16 Dave Love <fx@gnu.org>
21139
21140 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21141 function to be more specific.
21142
21143 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21144 non-string help-echo.
21145 (widget-types-convert-widget): Defsubst it.
21146 (widget-echo-help): Try to cope with a help-echo function of two
21147 possible sorts.
21148
21149 2000-07-15 Jason Rumney <jasonr@gnu.org>
21150
21151 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21152 Declare as obsolete.
21153
21154 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21155
21156 2000-07-14 Gerd Moellmann <gerd@gnu.org>
21157
21158 * hilit-chg.el: Fix typo.
21159
21160 2000-07-14 Dave Love <fx@gnu.org>
21161
21162 * info.el (Info-mode-menu): Fix use of :help, :enable.
21163
21164 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21165
21166 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21167
21168 2000-07-13 Dave Love <fx@gnu.org>
21169
21170 * emacs-lisp/easymenu.el: Doc fixes.
21171 (easy-menu-remove): Defalias to ignore.
21172
21173 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21174 Call throw correctly.
21175
21176 2000-07-13 Gerd Moellmann <gerd@gnu.org>
21177
21178 * faces.el (frame-background-mode): Doc fix.
21179
21180 * simple.el (eval-expression-print-length): Change custom type to
21181 allow entering nil as value.
21182
21183 2000-07-13 Dave Love <fx@gnu.org>
21184
21185 * progmodes/fortran.el (fortran-imenu-generic-expression):
21186 Change definition layout.
21187 (fortran-mode-menu): Reinstate customize entries.
21188
21189 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21190 Use :filter, per old XEmacs code.
21191
21192 2000-07-12 Gerd Moellmann <gerd@gnu.org>
21193
21194 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21195 event when deciding what to send to the terminal.
21196
21197 2000-07-12 Dave Love <fx@gnu.org>
21198
21199 * cus-start.el: Add optional version as 4th element of specs and
21200 use it for several things new in v21. Remove load-path. Fix type
21201 of line-number-display-limit.
21202
21203 2000-07-11 Dave Love <fx@gnu.org>
21204
21205 * progmodes/fortran.el: Don't require easymenu.
21206 Use repeat counts in various regexps.
21207 (fortran-mode-syntax-table): Defvar directly.
21208 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21209 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21210 Use defvar, not defconst.
21211 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21212 (fortran-mode): Set fortran-comment-line-start-skip,
21213 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21214 (fortran-comment-indent): Use defsubst.
21215 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21216 Use fortran-comment-indent, not fortran-comment-indent-function.
21217 (fortran-comment-region, fortran-electric-line-number): Simplify.
21218 (fortran-auto-fill): New function.
21219 (fortran-do-auto-fill): Deleted.
21220 (fortran-find-comment-start-skip):
21221 Check for non-null comment-start-skip.
21222 (fortran-auto-fill-mode, fortran-fill-statement):
21223 Use fortran-auto-fill.
21224 (fortran-fill): Use fortran-auto-fill. Check for null
21225 comment-start-skip. Simplify final clause and use end-of-line finally.
21226
21227 * widget.el (widget-plist-member): New alias.
21228
21229 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21230
21231 * eshell/esh-module.el (toplevel): Reference
21232 byte-compile-current-file only if it is bound.
21233
21234 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21235
21236 * dired.el: Don't require `dired-aux'.
21237
21238 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21239
21240 * dired-aux.el (dired-show-file-type): New function.
21241 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21242 (dired-show-file-type): Add autoload.
21243
21244 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21245
21246 * international/mule-diag.el (describe-font): Adjusted for the
21247 change of fontset-info.
21248 (print-fontset): Likewise.
21249
21250 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21251
21252 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21253
21254 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21255
21256 * bindings.el: Bind `[delete]' to delete-char.
21257
21258 * dired.el (dired-find-alternate-file): New function.
21259 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21260 (toplevel): Require dired-aux when compiling.
21261 (dired-buffers): Move defvar within file to avoid compiler warning.
21262
21263 * info.el (Info-last-search): Variable removed.
21264 (Info-search-history): New variable.
21265 (Info-search): New Info-search-history.
21266
21267 * battery.el, info-look.el: Change author's mail address.
21268
21269 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21270
21271 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21272 if rmail-ignored-headers is nil.
21273 (rmail-retry-failure): Bind rmail-ignored-headers and
21274 rmail-displayed-headers to nil.
21275
21276 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21277
21278 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21279 (print-region-1): Don't hard code `-h' here.
21280
21281 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21282
21283 2000-07-01 Francesco Potorti` <pot@gnu.org>
21284
21285 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21286 exim can use "your message" instead of "the message".
21287
21288 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21289
21290 * facemenu.el: Docstrings fixes.
21291 (facemenu-get-face): Don't use internal-find-face.
21292 (facemenu-iterate): Rename arg to match the docstring.
21293
21294 * newcomment.el (uncomment-region): Be more careful when skipping
21295 backwards over `=' not to bump into BOBP.
21296
21297 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21298
21299 * ediff-diff.el (ediff-wordify): Use syntax table.
21300 * ediff-init.el (ediff-has-face-support-p): Use
21301 ediff-color-display-p.
21302 (ediff-color-display-p): Use display-color-p, changed to defun
21303 from defsubst.
21304 Got rid of special cases for NeXT and OS/2.
21305 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21306 face.
21307
21308 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21309
21310 * emacs-lisp/lucid.el: Require CL.
21311 (copy-tree, remprop): Remove, it's provided by CL.
21312 (map-keymap): Define in terms of cl-map-keymap.
21313 (extent-property, set-extent-end-glyph): New functions.
21314
21315 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21316
21317 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21318
21319 * Makefile.in (DONTCOMPILE): Add comment that the name may
21320 not be changed without changing the make-dist script.
21321
21322 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21323 (cl-mapc): Use mapc instead of cl-old-mapc.
21324
21325 2000-07-05 Andrew Innes <andrewi@gnu.org>
21326
21327 * makefile.nt: Add support for `bootstrap' and related targets.
21328
21329 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21330
21331 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21332 (easy-menu-do-define): Use `menu-item' format.
21333 Handle case where easy-menu-create-menu returns a symbol.
21334 Manually call the potential top-level filter in the function binding.
21335 (easy-menu-filter-return): New arg NAME.
21336 Convert to a keymap if MENU is an XEmacs menu.
21337 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21338 (easy-menu-converted-items-table, easy-menu-convert-item):
21339 New var and fun to memoize easy-menu-convert-item-1.
21340 (easy-menu-do-add-item): Use it.
21341 (easy-menu-create-menu): Use easy-menu-convert-item.
21342 Wrap easy-menu-filter-return around any :filter specification.
21343 Don't convert the menu if a filter was specified.
21344 Tell easy-menu-make-symbol not to check for MENU being an expression.
21345 (easy-menu-make-symbol): New arg NOEXP.
21346
21347 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21348
21349 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21350 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21351 (eval-defun): If called with prefix arg, instrument code for
21352 Edebug.
21353
21354 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21355 similar to that of eval-defun.
21356
21357 2000-07-04 Dave Love <fx@gnu.org>
21358
21359 * hl-line.el (hl-line-overlay): Make it permanent-local.
21360
21361 * calendar/todo-mode.el: Replaced with a working version, based on
21362 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21363
21364 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21365
21366 * paths.el (prune-directory-list): New function.
21367 (Info-default-directory-list): Rewritten to more methodically
21368 enumerate a big list of possible info directories (based on the
21369 list used by the standalone info reader).
21370
21371 * info.el (info-initialize): Use prune-directory-list to remove
21372 non-existent directories from Info-directory-list.
21373
21374 * paths.el (Info-default-directory-list): Try a list of possible
21375 info-directories instead of a single one. Add the possible
21376 info directory "/usr/share/info".
21377
21378 * woman.el (woman-man.conf-path): Explicitly include the debian
21379 man-db config file "/etc/manpath.config".
21380 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21381 are present in `manpath.config'.
21382 (woman-manpath): Include "/usr/share/man".
21383
21384 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21385
21386 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21387
21388 * startup.el (command-line): Initialize blink-cursor based
21389 on window-system.
21390
21391 * frame.el (blink-cursor): Default to nil if not running under
21392 a window-system.
21393
21394 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21395 (face-x-resources): Remove duplicate entry for :font.
21396
21397 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21398 instead of cycling through windows with next-window.
21399
21400 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21401 of cycling through windows with next-window.
21402
21403 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21404 of cycling through windows with next-window.
21405
21406 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21407 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21408 instead of cycling through windows with next-window.
21409
21410 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21411 instead of cycling through windows with next-window.
21412
21413 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21414 of cycling through windows with next-window.
21415
21416 * terminal.el (te-process-output): Use walk-windows instead of
21417 cycling through windows with next-window.
21418
21419 * server.el (server-switch-buffer): Use some-window instead of
21420 cycling through windows with next-window.
21421
21422 * window.el (some-window): New function.
21423 (walk-windows): Remove reference to walk-windows-start.
21424
21425 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21426
21427 2000-07-03 Richard Stallman <rms@gnu.org>
21428
21429 * window.el (walk-windows): Guarantee termination by keeping a list
21430 of all the windows already handled.
21431
21432 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21433
21434 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21435 window-system.
21436
21437 * man.el (Man-notify-when-ready): Don't use window-system. If
21438 Man-notify-method is newframe, and the display is not
21439 multi-frame, select the frame created for the man page.
21440 (Man-init-defvars): Doc fix.
21441
21442 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21443
21444 * faces.el (region): Change background color for light background.
21445
21446 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21447 attribute from mode-line face of Ediff control frame.
21448
21449 * replace.el (query-replace-map): Bind `e' like `E'.
21450
21451 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21452
21453 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21454 Change name to "Select All".
21455
21456 * dos-fns.el (convert-standard-filename): Fix last change.
21457
21458 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21459
21460 * help.el (describe-variable): Don't insert a second `'s' in front
21461 of the string `value is shown below'. Since the syntax-table is
21462 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21463 an existing `'s', so that this won't be deleted.
21464
21465 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21466 * pcmpl-unix.el: New files.
21467
21468 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21469
21470 * wid-edit.el (widget-member): Use the new plist-member.
21471
21472 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21473
21474 * replace.el (perform-replace): Undo change of 2000-04-04.
21475 Instead, move backward 1 character at the end of the loop when
21476 necessary.
21477
21478 * faces.el (fringe): Change face for different backgrounds.
21479
21480 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21481 patch from John.
21482
21483 * eshell/*.el: Change spelling of the Free Software Foundation.
21484
21485 * eshell/esh-toggle.el: Removed.
21486
21487 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21488
21489 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21490 interactively.
21491
21492 2000-06-26 Alex Schroeder <alex@gnu.org>
21493
21494 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21495 `define-key'; instead of checking `(emacs-version)' check for
21496 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21497 for `;' and `o' which might be electric.
21498
21499 (sql-electric-stuff): New user option.
21500 (sql-magic-go): New function which uses `sql-electric-stuff'.
21501 (sql-magic-semicolon): New function which uses
21502 `sql-electric-stuff'.
21503
21504 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21505 is not fboundp.
21506
21507 (sql-oracle-options): New variable.
21508 (sql-oracle): Use it.
21509
21510 (sql-imenu-generic-expression): Doc change.
21511 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21512 is used.
21513
21514 (sql-informix): Added command line parameter "-" to force
21515 sql-informix-program to use stdout.
21516
21517 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21518
21519 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21520 (cp864-decode-table): Doc fix.
21521 (cp720-decode-table): New variable, supports the Arabic OEM
21522 codepage used by Windows.
21523 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21524
21525 2000-06-23 Dave Love <fx@gnu.org>
21526
21527 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21528 (font-lock-fontify-anchored-keywords): Use
21529 line-beginning-position.
21530 (global-font-lock-mode): Use mapc.
21531
21532 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21533
21534 * eshell/esh-module.el: Require CL when compiling.
21535
21536 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21537
21538 * comint.el (comint-substitute-in-file-name): Call replace-match
21539 with second and third arg t.
21540
21541 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21542 Specify foreground color.
21543
21544 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21545 color.
21546
21547 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21548
21549 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21550 cddr instead of cdddr.
21551
21552 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21553 instead of copy-list.
21554
21555 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21556 of copy-list.
21557
21558 * subdirs.el: Add eshell subdirectory.
21559
21560 * eshell: New subdirectory containing the Eshell package.
21561
21562 * pcomplete.el: New file.
21563
21564 2000-06-23 Paul Eggert <eggert@twinsun.com>
21565
21566 * mail/mailpost.el (post-mail-send-it): Make sure file has
21567 proper permissions from birth.
21568
21569 * files.el (basic-save-buffer-2): When temporarily setting
21570 file modes, set them to current modes plus 0200, not to 0777.
21571
21572 * emerge.el (emerge-make-temp-file): Make sure file has proper
21573 permissions from birth.
21574
21575 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21576
21577 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21578 backup file name through convert-standard-filename.
21579
21580 * dos-fns.el (convert-standard-filename): Convert leading
21581 directories as well. When long file names are supported, convert
21582 characters that are invalid in Windows file names.
21583
21584 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21585
21586 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21587 ps-print crashes. New feature: page selection for printing. Create
21588 raw-text-unix coding system for XEmacs. Doc fix.
21589 (ps-print-version): New version number (5.2.3).
21590 (ps-plot-region): Bug fix.
21591 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21592 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21593 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21594 funs.
21595 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21596 (ps-last-page): New vars.
21597
21598 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21599
21600 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21601 empty option string.
21602
21603 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21604
21605 * man.el (man): Doc fix.
21606
21607 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21608
21609 * international/mule-cmds.el (set-language-info-alist): Docstring
21610 fixed.
21611
21612 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21613
21614 * version.el (emacs-version): Use ISO date format.
21615
21616 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21617 instead of `M-backspace'.
21618
21619 * simple.el (turn-off-auto-fill): New function.
21620
21621 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21622
21623 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21624 Renamed from with-buffer-prepared-for-font-lock and use
21625 inhibit-modification-hooks rather than setting *-change-functions.
21626 Update all functions to use the new name.
21627 (jit-lock-first-unfontify-pos): New semantics (and doc).
21628 (jit-lock-mode): Make non-interactive.
21629 Don't automatically turn on font-lock.
21630 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21631 Always use jit-lock-after-change.
21632 Remove and restore font-lock-after-change-function.
21633 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21634 (jit-lock-after-unfontify-buffer): Remove.
21635 (jit-lock-stealth-fontify):
21636 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21637 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21638
21639 2000-06-20 Sam Steingold <sds@gnu.org>
21640
21641 * emacs-lisp/cl-indent.el (toplevel): Indent
21642 `print-unreadable-object' properly. Untabify.
21643
21644 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21645
21646 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21647 Support for bibentry.
21648 (reftex-compile-variables): Fixed problem with end of section-re.
21649
21650 * texmodes/reftex-dcr.el (reftex-view-crossref,
21651 reftex-view-crossref-from-bibtex):
21652 Deal with changed `reftex-find-citation-regexp-format'.
21653 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21654 Replaced `remprop' with `put'.
21655 (reftex-view-crossref, reftex-view-crossref-when-idle):
21656 Support for bibentry.
21657
21658 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21659 New entry for bibentry package.
21660
21661 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21662 Regexp also matches "\nobibliography".
21663
21664 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21665 Call `reftex-ensure-write-access' before doing anything.
21666 (reftex-ensure-write-access): New function.
21667
21668 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21669
21670 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21671
21672 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21673
21674 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21675
21676 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21677
21678
21679 2000-06-20 Dave Love <fx@gnu.org>
21680
21681 * faces.el (frame-background-mode): Use set-default, not set, in
21682 setter.
21683 (frame-update-faces, frame-update-face-colors): Define with
21684 defalias.
21685
21686 * enriched.el (enriched-decode-foreground)
21687 (enriched-decode-background): Don't use internal-find-face.
21688
21689 * apropos.el: Doc fixes.
21690
21691 * cus-edit.el (customize-changed-options): Check arg.
21692 (customize-version-lessp): Don't require decimal point.
21693
21694 * custom.el (defcustom, defgroup): Doc fix.
21695
21696 * newcomment.el (comment) <defgroup>: Add :version.
21697 (comment-multi-line): Doc fix.
21698
21699 * emulation/mlsupport.el (define-hooked-local-abbrev,
21700 define-hooked-global-abbrev): Fix, using define-abbrev.
21701
21702 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21703
21704 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21705 the whole buffer.
21706
21707 2000-06-19 Dave Love <fx@gnu.org>
21708
21709 * menu-bar.el (menu-bar-options-save): New function.
21710 (menu-bar-options-menu): Use it.
21711 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21712 Simplify.
21713
21714 2000-06-19 Andreas Schwab <schwab@suse.de>
21715
21716 * progmodes/etags.el (tags-query-replace): Put new parameters
21717 START and END at the end, for backward compatibility.
21718
21719 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21720
21721 * international/codepage.el:
21722 (cp-coding-system-for-codepage-1): Delete special codes for
21723 generating xxx-dos coding system because now a CCL based coding
21724 system can handle EOL conversion by default.
21725
21726 * international/mule.el (make-coding-system): Generate subsidiary
21727 coding systems for EOL handling variants even for a CCL based
21728 coding system.
21729
21730 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21731
21732 * international/isearch-x.el (isearch-minibuffer-input-method)
21733 (isearch-minibuffer-input-method-function): These variables
21734 deleted.
21735 (isearch-with-input-method): Don't use the above variables.
21736 (isearch-process-search-multibyte-characters): Likewise. Call
21737 read-string with the arg INHERIT-INPUT-METHOD t.
21738
21739 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21740
21741 * font-lock.el (font-lock-after-fontify-buffer)
21742 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21743
21744 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21745 Use consistent make-local-variable style for font-lock-fontified.
21746 (jit-lock-fontify-buffer):
21747 Don't bother checking for font-lock-mode and jit-lock-mode.
21748
21749 * time.el: Remove trailing ^M that prevent CVS-merging.
21750
21751 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21752
21753 * Makefile.in (distclean): New target.
21754
21755 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21756
21757 * Makefile.in (srcdir): Define for update-subdirs.
21758
21759 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21760
21761 * find-lisp.el: New file.
21762
21763 2000-06-16 Andrew Innes <andrewi@gnu.org>
21764
21765 * time.el (display-time-mail-function): New variable, to allow
21766 external packages to indicate when new mail is available.
21767 (display-time-update): Use it.
21768
21769 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21770
21771 * international/mule.el (mule-version): Change version name to
21772 SAKAKI. AOI has already been used by Meadow.
21773
21774 * international/quail.el (quail-show-guidance-buf): To find the
21775 bottom window (but minibuffer), pay attention to the height of
21776 minibuffer.
21777
21778 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21779
21780 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21781 menu-bar menus. Add help strings. Don't remove the Edit menu
21782 from the menu bar, as the menu bar has enough space now.
21783
21784 * Makefile.in (SHELL): Make sure /bin/sh is used.
21785
21786 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21787 characters, which use series of two ^H characters instead of one.
21788
21789 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21790
21791 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21792 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21793 functions.
21794 (Info-find-node-2): Try a case-sensitive search first, then
21795 do a case-insensitive search.
21796
21797 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21798 tutorials.
21799
21800 * complete.el (PC-env-vars-alist): New variable.
21801 (PC-complete-as-file-name): New function.
21802 (partial-completion-mode): Initialize PC-env-vars-alist from
21803 process-environment.
21804 (PC-do-completion): Handle completion of env vars.
21805
21806 * info.el (Info-set-mode-line): Show file name in mode line,
21807 use `*Info*' instead of `Info:'.
21808
21809 * startup.el (command-line-1): Change copyright messages to year
21810 2000.
21811
21812 2000-06-15 Dave Love <fx@gnu.org>
21813
21814 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21815 not local-map.
21816
21817 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21818
21819 * international/mule.el (set-buffer-file-coding-system): Almost
21820 rewritten to handle `undecided' as no-op.
21821
21822 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21823
21824 * Makefile.in: New file.
21825
21826 * Makefile: Removed.
21827
21828 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21829 (goto-address-highlight-keymap): Bind C-c RET.
21830
21831 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21832
21833 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21834 inherits buffer-file-coding-system of the current buffer.
21835
21836 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21837 0. Give correct argument to set-auto-coding-function.
21838 (tar-expunge): For goto-char, use (point-min), not 0.
21839 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21840 (tar-subfile-save-buffer): Likewize.
21841
21842 * international/mule.el
21843 (after-insert-file-set-buffer-file-coding-system): Call
21844 set-buffer-file-coding-system with the arg FORCE t.
21845
21846 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21847
21848 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21849 nil. Contemporary sendmails issue an X-Authentication-Warning if
21850 the sender is set with `-f'.
21851
21852 2000-06-13 Dave Love <fx@gnu.org>
21853
21854 * help.el (describe-function-1): Kluge around cases of functions
21855 fset to subrs whose doc doesn't match their symbol-name.
21856
21857 * image.el (insert-image): Default STRING to a space.
21858
21859 * info.el Doc fixes.
21860 (Info-build-node-completions): Match Ref tags.
21861
21862 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21863
21864 * frame.el (display-multi-frame-p, display-multi-font-p): New
21865 defaliases for display-graphic-p.
21866
21867 * hl-line.el: Fixed a typo in commentary.
21868
21869 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21870
21871 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21872 fixed.
21873
21874 2000-06-12 Dave Love <fx@gnu.org>
21875
21876 * image.el (insert-image): Save a little consing.
21877
21878 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21879
21880 * language/tibet-util.el: Convert all tibetan-1-column characters
21881 to the corresponding tibetan characters.
21882 (tibetan-add-components): Delete code for the special treatment of
21883 'a chung.
21884
21885 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21886 change.
21887 (tibetan-vowel-transcription-alist): More rules added.
21888 (tibetan-composite-vowel-alist): New variable.
21889 (tibetan-precomposition-rule-alist): More rules added.
21890
21891 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21892
21893 * startup.el (command-line): Only call menu-bar-mode if interactive.
21894
21895 * thingatpt.el (toplevel symbol-properties):
21896 * textmodes/makeinfo.el (makeinfo-compile):
21897 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21898 * progmodes/hideif.el (hif-compress-define-list)
21899 (hide-ifdef-use-define-alist):
21900 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21901 (ange-ftp-vms-add-file-entry):
21902 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21903 * man.el (Man-build-man-command):
21904 * mail/rnewspost.el (news-reply-header-hook):
21905 * info.el (Info-insert-dir):
21906 * emulation/mlconvert.el (backward-word, forward-word, setq):
21907 * emacs-lisp/gulp.el (gulp-send-requests):
21908 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21909 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21910 (byte-optimize-apply, end of file):
21911 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21912 (ad-make-freeze-definition):
21913 * startup.el (command-line, command-line-1): Don't quote lambdas.
21914
21915 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21916 (cvs-cleanup-removed): New function.
21917 (cvs-cleanup-functions): New var.
21918 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21919 some flexibility in specifying additional entries to auto-cleanup.
21920 (cvs-quickdir): New function.
21921 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21922 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21923 (cvs-mode-find-file): Check that we are on a filename or dirname
21924 when invoked through a mouse-click.
21925 (cvs-full-path): Remove.
21926 (cvs-dired-action): Re-introduced.
21927 (cvs-dired-noselect): Use it.
21928 (vc-post-command-functions): use this new hook if available.
21929
21930 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21931 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21932 (cvs-filename-map, cvs-dirname-map): Remove.
21933 (cvs-default-action): Remove.
21934 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21935 if the arg is really a keymap.
21936 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21937 Don't hardcode the mapping from state (aka type) to face, but check
21938 the var cvs-fi-<type>-face instead.
21939 (cvs-fileinfo-from-entries): New function.
21940
21941 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21942 Docstring fix.
21943 (cvs-find-file-and-jump): Change default to be safer.
21944 (cvs-mode-diff-map): Define it as a function as well.
21945 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21946 Bind mouse-2 in this global map rather than with text-properties.
21947
21948 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21949 file to resolve the ambiguity between C(conflict) and C(need-merge).
21950
21951 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21952
21953 * international/mule.el (set-buffer-file-coding-system): If
21954 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21955 unconditionally.
21956
21957 2000-06-12 Dave Love <fx@gnu.org>
21958
21959 * wid-edit.el (widget-specify-button): Really suppress the face if
21960 required.
21961
21962 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21963
21964 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21965
21966 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21967
21968 * imenu.el (imenu-generic-expression): Docstring fix.
21969
21970 * composite.el (composition-function-table): Move the `put'
21971 below the autoload cookie so we can load the file before loaddefs.
21972
21973 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21974
21975 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21976 Handle easy-mmode-define-global-mode.
21977 For complex macros like define-minor-mode that can generate
21978 several autoload entries, try to autoload entries in the
21979 macroexpanded code.
21980
21981 * emacs-lisp/easy-mmode.el (define-minor-mode):
21982 If KEYMAP is a symbol, just use it.
21983 Use byte-compile-current-file and load-file-name to infer the
21984 proper :require to pass to defcustom.
21985 Wrap the hook var into `progn' so as not to autoload it.
21986 Add a :autoload-end cookie.
21987 Be more careful about the evaluation of KEYMAP.
21988 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21989 (define-derived-mode): Move define-abbrev-table outside of defvar.
21990
21991 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21992
21993 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21994 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21995 (backup-compiled-files): Ignore errors during `tar'.
21996 (bootstrap): Make autoloads before elc files.
21997
21998 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21999
22000 * international/mule.el (set-buffer-file-coding-system): If one of
22001 undecided-XXX is specified, change only EOL conversion.
22002
22003 * international/mule-conf.el (unix): New alias for the coding
22004 system undecided-unix.
22005
22006 2000-06-09 Dave Love <fx@gnu.org>
22007
22008 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
22009
22010 * progmodes/executable.el: Byte compile dynamic.
22011 (executable-insert): Change custom type.
22012 (executable-find): Add autoload cookie.
22013 (executable-make-buffer-file-executable-if-script-p): New
22014 function. After Noah Friedman.
22015
22016 * files.el (after-save-hook): Customize, with
22017 executable-make-buffer-file-executable-if-script-p as an option.
22018
22019 2000-06-09 Kenichi Handa <handa@etl.go.jp>
22020
22021 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
22022 "tib24p-mule.bdf" for Tibetan.
22023
22024 * composite.el (decompose-composite-char): Declare it as obsolete.
22025
22026 * man.el (Man-fontify-manpage): Pay attention to underline and
22027 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
22028
22029 2000-06-08 Gerd Moellmann <gerd@gnu.org>
22030
22031 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
22032 Set maintainer to FSF since author isn't reachable.
22033
22034 2000-06-08 Dave Love <fx@gnu.org>
22035
22036 * international/mule-cmds.el (select-safe-coding-system): If
22037 DEFAULT-CODING-SYSTEM is not specified, also check the most
22038 preferred coding-system if buffer-file-coding-system is
22039 `undecided'. From Handa.
22040
22041 2000-06-08 Kenichi Handa <handa@etl.go.jp>
22042
22043 * international/mule.el
22044 (after-insert-file-set-buffer-file-coding-system): If the buffer
22045 size is greater than INSERTED, judget that we are not visiting.
22046
22047 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
22048
22049 * whitespace.el (defgroup whitespace): Comment out `:version'.
22050 XEmacs 20.4 has problems defining the group with this present.
22051 We'll have this commented out till get resolve the problem.
22052
22053 2000-06-07 John Wiegley <johnw@gnu.org>
22054
22055 * align.el (align-dq-string-modes, align-sq-string-modes)
22056 (align-open-comment-modes): Add pyhton-mode.
22057 (align-rules-list): Use get-text-property instead of
22058 text-properties-at.
22059 (align-rules-list): Add python-assignment.
22060 (align-rules-list): Change perl-comma-delimiter to
22061 basic-comma-delimiter. Use if for Perl modes and python-mode.
22062 (align-rules-list): Add python-chain-logic and
22063 basic-line-continuation.
22064
22065 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
22066
22067 * apropos.el (apropos-mode-hook): New user variable.
22068 (apropos-mode): Run apropos-mode-hook.
22069
22070 2000-06-07 David Ponce <david@dponce.com>
22071
22072 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
22073 commands. Require `wid-edit' at run-time.
22074
22075 2000-06-07 David Ponce <david@dponce.com>
22076
22077 * recentf.el: Added some "Commentary".
22078 (recentf-open-more-files, recentf-edit-list): Minor changes to
22079 move the point at the top of the file list. This behaviour is
22080 consistent with the menu one when the list contains a lot of
22081 files.
22082 (recentf-cleanup): Now displays the number of items removed from
22083 the list.
22084 (recentf-relative-filter) New menu filter to show filenames
22085 relative to `default-directory'.
22086
22087 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22088
22089 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22090 with/without giving an error if PostScript printer doesn't have this
22091 kind of page size. Zebra Stripe continues or restarts on next page.
22092 Manual/automatic paper feeding. Switch or not the header.
22093 (ps-print-version): New version number (5.2.2).
22094 (ps-windows-system): Include emx as a Windows system.
22095 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22096 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22097 (ps-background-text): Code fix.
22098 (ps-error-handler-message, ps-user-defined-prologue)
22099 (ps-print-prologue-header, ps-printer-name)
22100 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22101 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22102 (ps-use-face-background): Customization fix.
22103 (ps-n-up-database): Data fix.
22104 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22105 (ps-switch-header): New vars.
22106 (ps-xemacs-color-name, ps-face-foreground-name)
22107 (ps-face-background-name, ps-boolean-constant): New funs.
22108
22109 2000-06-07 Dave Love <fx@gnu.org>
22110
22111 * allout.el: New version from Manheimer.
22112
22113 2000-06-07 Kenichi Handa <handa@etl.go.jp>
22114
22115 * textmodes/fill.el (fill-find-break-point): Check the validity of
22116 charset.
22117
22118 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22119
22120 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22121 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22122 Call display-color-p and display-mouse-p instead of looking at
22123 window-system.
22124
22125 2000-06-06 Dave Love <fx@gnu.org>
22126
22127 * image.el (find-image): Doc fix. Return nil if image not found.
22128 (put-image, insert-image): Make STRING arg optional.
22129
22130 2000-06-06 Kenichi Handa <handa@etl.go.jp>
22131
22132 * language/vietnamese.el: Remove eval-when-compile.
22133 (viet-viscii-nonascii-translation-table): Define it as a
22134 translation table made from viet-viscii-decode-table.
22135 (viet-viscii-encode-table): Define it as a translation table made
22136 from the reverse map of above.
22137 (viet-vscii-nonascii-translation-table): Define it as a
22138 translation table made from viet-vscii-decode-table.
22139 (viet-vscii-encode-table): Define it as a translation table made
22140 from the reverse map of above.
22141 (ccl-decode-viscii): Use translate-character.
22142 (ccl-encode-viscii, ccl-encode-viscii-font)
22143 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22144 Likewize.
22145
22146 * language/cyrillic.el: Remove eval-when-compile.
22147 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22148 translation table made from cyrillic-koi8-r-decode-table.
22149 (cyrillic-koi8-r-encode-table): Define it as a translation table
22150 made from the reverse map of above.
22151 (ccl-decode-koi8): Use translate-character.
22152 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22153 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22154 a translation table made from cyrillic-alternativnyj-decode-table.
22155 (cyrillic-alternativnyj-encode-table): Define it as a translation
22156 table made from the reverse map of above.
22157 (ccl-decode-alternativnyj): Use translate-character.
22158 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22159 Likewize
22160
22161 * international/mule-diag.el (non-iso-charset-alist): Specify
22162 translation table symbol instead of translation table itself.
22163 (list-block-of-chars): CHARSET may be a translation table symbol.
22164
22165 * international/mule.el (make-coding-system): If CODING-SYSTEM
22166 already exists, override it.
22167
22168 * international/fontset.el: Use family `proportional' for Tibetan
22169 fonts.
22170
22171 * international/ccl.el (ccl-compile-translate-character): Don't
22172 check if Rrr has property translation-table.
22173 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22174
22175 2000-06-05 Gerd Moellmann <gerd@gnu.org>
22176
22177 * info.el: Bind case-fold-search to t when searching in case
22178 a user sets it to nil in a hook.
22179
22180 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22181
22182 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22183 * hl-line.el (hl-line-mode): Use the new :global key argument.
22184
22185 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22186 (tar-clip-time-string): Prepend a space.
22187 (tar-grind-file-mode): Construct a string rather than modifying one.
22188 (tar-header-block-summarize): Fix docstring.
22189 Use `format' rather than an error-prone set of copy-loops.
22190
22191 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22192 (diff-goto-source, diff-unified->context, diff-context->unified)
22193 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22194 understand the format output by the `-p' argument to diff.
22195
22196 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22197 (sh-re-done): Use defconst.
22198 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22199 (sh-help-string-for-variable, sh-guess-basic-offset):
22200 Don't quote lambdas.
22201 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22202 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22203
22204 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22205 (mh-letter-mode): Derive from text-mode.
22206 This implicitly means that it now calls kill-all-local-variables.
22207 Also remove the Emacs-18 compatibility code.
22208
22209 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22210 Make use of symbol-property doc-string-elt.
22211 Use memq rather than a sequence of eq.
22212 (doc-string-elt): Fix the wrong or missing previously unused values.
22213 (autoload-print-form): New function extracted from
22214 generate-file-autoloads to allow recursion when handling progn
22215 so that defvar's and defun's docstrings are properly printed.
22216 (generate-file-autoloads): Use it.
22217
22218 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22219 Use find-file-hooks in the minor-mode function.
22220 Be careful not to loop indefinitely in the post-command-hook function.
22221
22222 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22223
22224 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22225 tty's.
22226 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22227 differences whenever appropriate.
22228 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22229 * viper.el (find-file, find-file-other-window): Get viper to do
22230 wildcards.
22231
22232 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22233
22234 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22235 (jit-lock-fontify-buffer): New function for JIT refontification.
22236 (jit-lock-mode): Fix docstring.
22237 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22238 Remove jit-lock-after-change from the _local_ hook.
22239 (jit-lock-function-1): Fix docstring.
22240
22241 * info.el (Info-on-current-buffer): Initialize info.
22242
22243 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22244
22245 * progmodes/tcl.el (tcl-indent-for-comment):
22246 Ignore comment-indent-hook.
22247
22248 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22249 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22250 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22251 and improve to use the lighter to guess the capitalization.
22252 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22253 Add keyword arguments to specify global-ness or the custom group.
22254 Add local-map and help-echo properties to the lighter.
22255 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22256 (easy-mmode-define-global-mode): New macro.
22257
22258 2000-06-02 Dave Love <fx@gnu.org>
22259
22260 * wid-edit.el: byte-compile-dynamic since we typically don't use
22261 all the widgets. Don't require cl or widget. Remove
22262 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22263 (widget-read-event): Removed. Callers changed to use read-event.
22264 (widget-button-release-event-p): Renamed from
22265 button-release-event-p.
22266 (widget-field-add-space, widget-field-use-before-change):
22267 Uncustomize.
22268 (widget-specify-field): Use keymap property, not local-map.
22269 (widget-specify-button): Obey :suppress-face.
22270 (widget-specify-insert): Use modern backquote syntax.
22271 (widget-image-directory): Renamed from widget-glyph-directory.
22272 (widget-image-enable): Renamed from widget-glyph-enable.
22273 (widget-image-find): Replaces widget-glyph-find.
22274 (widget-button-pressed-face): Move defvar.
22275 (widget-image-insert): Replaces widget-glyph-insert.
22276 (widget-convert): Use keywordp.
22277 (widget-leave-text, widget-children-value-delete): Use mapc.
22278 (widget-keymap): Remove XEmacs stuff.
22279 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22280 (widget-button-click): Don't set point at the click, but re-centre
22281 if we scroll out of window. Rewritten for images v. glyphs &c.
22282 (widget-tabable-at): Use POS arg, not point.
22283 (widget-beginning-of-line, widget-end-of-line)
22284 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22285 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22286 (widget-default-create): Use widget-image-insert; some rewriting.
22287 (widget-visibility-value-create)
22288 (widget-push-button-value-create, widget-toggle-value-create): Use
22289 widget-image-insert.
22290 (checkbox): Create on and off images dynamically.
22291 (documentation-link): Change :help-echo.
22292 (widget-documentation-link-echo-help): Remove.
22293
22294 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22295
22296 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22297
22298 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22299 (easy-mmode-define-toggle, define-minor-mode): Use it.
22300 (easy-mmode-define-keymap): Docstring fix.
22301 (define-derived-mode): Default PARENT to fundamental-mode.
22302 Add the derived-mode-parent symbol-property.
22303 (easy-mmode-derived-mode-p): New function.
22304
22305 2000-06-02 Dave Love <fx@gnu.org>
22306
22307 * files.el (convert-standard-filename): Doc fix.
22308 (normal-backup-enable-predicate): New function.
22309 (backup-enable-predicate): Use it to replace the lambda form.
22310
22311 * calendar/todo-mode.el: [This needs more work on the outline
22312 stuff.] Doc fixes.
22313 (todo) <defgroup>: Add :version.
22314 (todo-add-category): Don't use pushnew.
22315 (todo-cmd-raise): Fix typo.
22316 (todo-top-priorities): Change temp buffer name.
22317 (todo-category-alist): Avoid redundant lambda.
22318 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22319 Use outline-next-heading.
22320
22321 * autoarg.el: Rewritten to use define-minor-mode.
22322 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22323 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22324
22325 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22326
22327 * isearch.el (isearch-other-meta-char): Fix previous change.
22328
22329 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22330
22331 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22332 (log-edit-done): Only add the comment to the ring if it's different
22333 from the last comment entered.
22334
22335 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22336
22337 2000-06-01 Dave Love <fx@gnu.org>
22338
22339 * hl-line.el: Rewritten using define-minor-mode.
22340
22341 * help.el (describe-function-1): Distinguish special form from
22342 builtin function. Sanity-check presence of arglist for builtins.
22343
22344 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22345
22346 * international/characters.el: Fix syntax/category setting of
22347 Tibetan characters.
22348
22349 * language/tibet-util.el (tibetan-add-components): Fixes for new
22350 encoding of Tibetan characters.
22351 (tibetan-decompose-precomposition-alist): New variable.
22352 (tibetan-decompose-region): Convert precomposed characters to
22353 non-precomposed characters.
22354 (tibetan-decompose-string): Likewise.
22355 (tibetan-composition-function): Fix args to
22356 thibetan-compose-string.
22357
22358 * language/tibetan.el (tibetan-composable-pattern): More
22359 characters included.
22360 (tibetan-consonant-transcription-alist): Rule for "R" added.
22361 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22362 "+R" added.
22363 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22364
22365 * language/lao-util.el (lao-composition-function): Fix args to
22366 compose-string.
22367
22368 * language/thai-util.el (thai-composition-function): Fix args to
22369 compose-string.
22370
22371 * isearch.el (isearch-update): Set disable-point-adjustment to t
22372 to prevent the point moving to the end of a composition when a
22373 part of a composition is searched.
22374 (isearch-other-meta-char): If the key invoking this command can be
22375 mapped by function-key-map to a printing char, call
22376 isearch-process-search-char directly.
22377
22378 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22379
22380 * emacs-lisp/bytecomp.el:
22381 * frame.el:
22382 * international/mule-cmds.el:
22383 * international/mule-util.el:
22384 * international/mule.el:
22385 * mouse.el:
22386 * subr.el:
22387 * faces.el: Update calls to make-obsolete with a WHEN argument.
22388
22389 * byte-run.el (make-obsolete, make-obsolete-variable):
22390 Add an optional WHEN argument and change the format of the
22391 symbol-property information.
22392 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22393 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22394 new obsolete-symbol-property format and print WHEN if it is provided.
22395
22396 2000-05-31 Dave Love <fx@gnu.org>
22397
22398 * loadhist.el (loadhist-hook-functions): Remove
22399 before-change-function, after-change-function.
22400 (unload-feature): Deal with symbols which are both bound and
22401 fbound.
22402
22403 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22404 before-change-function, after-change-function.
22405
22406 * simple.el (newline): Don't bind before-change-function,
22407 after-change-function.
22408
22409 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22410
22411 * whitespace.el (whitespace-rescan-timer-time): Update interval
22412 set to 600 seconds (10 minutes) instead of 60 seconds since
22413 a large number of whitespace buffers causes emacs to `freeze'
22414 for a considerable amount of time.
22415
22416 * whitespace.el: Updated email address
22417
22418 2000-05-31 Dave Love <fx@gnu.org>
22419
22420 * add-log.el (change-log-font-lock-keywords) <function>: Add
22421 pattern for function of change.
22422 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22423 acknowledgements patterns.
22424
22425 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22426
22427 * isearch.el (isearch-printing-char): If keyboard coding system is
22428 being used, call isearch-process-search-multibyte-characters.
22429
22430 * international/isearch-x.el: Mostly rewritten.
22431
22432 * international/quail.el (quail-start-conversion): Don't include
22433 unhandled events in the returned events, but set them in
22434 unread-command-events. Exit if all inputs are deleted.
22435
22436 2000-05-30 Jason Rumney <jasonr@gnu.org>
22437
22438 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22439
22440 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22441 Reenable code to create initial fontsets.
22442 Use set-fontset-font in place of put-charset-property.
22443
22444 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22445
22446 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22447 label, ensure that the first colon isn't followed by another.
22448
22449 * paths.el (Info-default-directory-list): Doc fix.
22450
22451 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22452 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22453 send a query containing USER only, not USER@HOST.
22454
22455 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22456 and rmail-msgend to compute the restriction at the end, instead of
22457 computing it.
22458
22459 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22460
22461 * dabbrev.el (dabbrev-expand): Don't display messages in the
22462 echo area if the minibuffer window is active.
22463
22464 * jit-lock.el (jit-lock-mode): Add after change function to
22465 local hook.
22466
22467 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22468
22469 * antlr-mode.el: New commands: hide/unhide actions,
22470 upcase/downcase literals.
22471 (antlr-tiny-action-length): New user option.
22472 (antlr-hide-actions): New command. Suggested by
22473 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22474 (antlr-mode-map): New binding [C-c C-v].
22475 (antlr-mode-menu): New entries.
22476 (antlr-downcase-literals): New command.
22477 (antlr-upcase-literals): Ditto.
22478
22479 * antlr-mode.el: Minor changes: indendation, mode-name.
22480 (antlr-indent-line): Indent cpp directive at column 0.
22481 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22482
22483 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22484 (antlr-font-lock-additional-keywords): Workaround for intentional
22485 bug in XEmacs version of font-lock.
22486 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22487 be used by a smarter version of `buffers-menu-grouping-function'.
22488
22489 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22490
22491 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22492 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22493
22494 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22495
22496 * international/encoded-kb.el
22497 (encoded-kbd-iso2022-designation-map): Pay attention to that
22498 charset-iso-final-char return -1 for eight-bit-control and
22499 eight-bit-graphic.
22500
22501 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22502
22503 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22504 (speedbar-easymenu-definition-base): Use display-graphic-p where
22505 available, instead of window-system.
22506
22507 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22508
22509 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22510 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22511 coding systems.
22512
22513 2000-05-26 Dave Love <fx@gnu.org>
22514
22515 * disp-table.el (standard-display-underline): Don't use
22516 internal-find-face.
22517
22518 * mail/reporter.el: Maintainer change. Doc fixes.
22519 (reporter-version): Deleted.
22520
22521 * emacs-lisp/elp.el: Maintainer change.
22522 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22523
22524 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22525
22526 * add-log.el (add-change-log-entry): Merge the current entry with the
22527 previous one if the previous one is empty.
22528
22529 2000-05-26 Dave Love <fx@gnu.org>
22530
22531 * loadhist.el (unload-feature): Fix interactive spec [from
22532 lijnzaad@ebi.ac.uk].
22533
22534 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22535 subr-arity to check primitives.
22536 (byte-compile-flush-pending, byte-compile-file-form-progn)
22537 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22538 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22539 mapcar.
22540
22541 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22542
22543 * international/fontset.el: Set family names of non-latin charsets
22544 in default fontset to "*".
22545
22546 * international/mule-diag.el (print-fontset): Combine family part
22547 and registry part of the fontname by "-*-" instead of "-".
22548
22549 * international/mule-cmds.el (encode-coding-char): Make strings
22550 multibyte before calling encode-coding-string.
22551
22552 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22553
22554 * derived.el: Fix keywords.
22555 (define-derived-mode): Only define if needed.
22556
22557 * simple.el (fill-comment, comment-column, comment-start)
22558 (comment-start-skip, comment-end, comment-indent-function)
22559 (block-comment-start, block-comment-end, indent-for-comment)
22560 (set-comment-column, kill-comment, comment-padding, comment-region)
22561 (comment-multi-line, indent-new-comment-line): Remove.
22562
22563 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22564 function names for comment operations.
22565
22566 * newcomment.el: Add abundant autoload cookies.
22567 (comment-style): Don't depend on runtime data at compile-time.
22568 (comment-indent-hook): Remove.
22569 (comment-indent): Check if comment-indent-hook is bound.
22570 (comment-region): Docstring fix.
22571
22572 2000-05-25 Dave Love <fx@gnu.org>
22573
22574 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22575 byte-code-function-p.
22576
22577 * mail/rmailsum.el: Add provide.
22578
22579 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22580
22581 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22582 defcustom.
22583
22584 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22585
22586 * ediff-diff.el (ediff-exec-process): delete --binary option from
22587 non-buffer ediff jobs.
22588
22589 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22590
22591 * hilit-chg.el (highlight-changes-mode): Ask about color or
22592 grayscale support, not about window-system.
22593
22594 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22595 window-system.
22596 (ffap-highlight): Always default to t.
22597
22598 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22599 display-popup-menus-p instead of looking at window-system.
22600
22601 * disp-table.el (standard-display-g1, standard-display-graphic):
22602 Only refuse to use string glyphs on X and MS-Windows.
22603
22604 * avoid.el: Remove window-system from commentary, suggest to use
22605 display-*-p instead.
22606
22607 * apropos.el (apropos-print): Use display-mouse-p instead of
22608 window-system.
22609
22610 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22611
22612 * international/codepage.el (cp-decoding-vector-for-codepage):
22613 Fill up unsupported characters with their own codes. From Kenichi
22614 Handa.
22615
22616 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22617
22618 * international/mule-diag.el (describe-char-after): Use
22619 display-graphic-p instead of window-system, so that this function
22620 works on MS-DOS.
22621
22622 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22623
22624 * international/codepage.el (cp-make-coding-systems-for-codepage):
22625 Remove the eight-bit-graphic and eight-bit-control charsets from
22626 the list of charsets which we convert into `?'.
22627
22628 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22629
22630 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22631 private charsets.
22632 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22633 japanese-jisx0213-2): New charsets.
22634
22635 * international/fontset.el: Setup default fontset for new charsets.
22636
22637 2000-05-24 Dave Love <fx@gnu.org>
22638
22639 * info.el (Info-find-node-2): Restructure [following "Vadim
22640 S. Solomin" <sovs@uic.nnov.ru>].
22641
22642 * icomplete.el: Fix header for Finder.
22643
22644 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22645
22646 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22647 STAY.
22648
22649 * rmail.el (rmail-automatic-folder-directives): New user variable.
22650 (rmail-show-message): Add call to `rmail-auto-file' during
22651 display.
22652 (rmail-auto-file): New function.
22653
22654 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22655
22656 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22657 account.
22658 (ediff-test-utility,ediff-diff-mandatory-option)
22659 (ediff-reset-diff-options): Utilities for proper initialization of
22660 ediff-diff-options and ediff-diff3-options on Windows.
22661
22662 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22663 variable.
22664
22665 * ediff-mult.el (ediff-filegroup-action): Use
22666 ediff-merge-filename-prefix.
22667
22668 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22669
22670 * viper-ex.el (ex-write): Set selective display to nil.
22671
22672 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22673
22674 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22675 aliases for hebrew-iso-8bit.
22676
22677 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22678
22679 * woman.el: New version from Francis J. Wright
22680 <F.J.Wright@Maths.QMW.ac.uk>.
22681 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22682 names in environment variables regardless of the path separator.
22683 (woman-topic-all-completions-1): Don't call file-name-directory-p
22684 on all files, since woman-file-regexp already filters out any
22685 directories.
22686
22687 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22688
22689 * international/quail.el (quail-start-translation): Don't change
22690 modified-p of the current buffer.
22691 (quail-start-conversion): Likewise.
22692
22693 * international/kkc.el (kkc-region): Don't change modified-p of
22694 the current buffer.
22695
22696 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22697 conform to RFC1468.
22698 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22699
22700 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22701
22702 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22703 (speedbar-insert-button): Invisible text property fix.
22704 (speedbar-directory-plus): Renamed from speedbar-directory-+
22705 (speedbar-directory-minus): Renamed from speedbar-directory--
22706 (speedbar-page-plus): Renamed from speedbar-file-+
22707 (speedbar-page-minus): Renamed from speedbar-file--
22708 (speedbar-page): Renamed from speedbar-file-
22709 (speedbar-tag): Renamed from speedbar-tag-
22710 (speedbar-tag-plus): Renamed from speedbar-tag-+
22711 (speedbar-tag-minus): Renamed from speedbar-tag--
22712 (speedbar-expand-image-button-alist): Use above renames.
22713
22714 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22715 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22716 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22717 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22718 * sb-pg.xpm: Renamed from sb-file.xpm
22719 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22720 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22721
22722 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22723
22724 * international/quail.el (quail-show-guidance-buf): Set
22725 current-input-method of the guidance buffer to the name of the
22726 curren input method.
22727
22728 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22729
22730 * progmodes/compile.el (compile-internal): Style typo.
22731
22732 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22733 quote vars and functions in the docstring.
22734
22735 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22736
22737 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22738 Don't quote lambdas.
22739
22740 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22741
22742 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22743
22744 * startup.el (command-line): Determine source file of compiled
22745 user init file differently. Warn if compiled user init file
22746 is older than its source file.
22747
22748 * ffap.el (ffap-url-regexp): Add `https'.
22749
22750 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22751
22752 * files.el (make-backup-file-name-1): Replace slashes with `!'
22753 rather than `|' (which is not allowed on Windows). Replace the
22754 drive letters with a string "drive_X".
22755
22756 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22757
22758 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22759
22760 * files.el (interpreter-mode-alist): Add `bash2'.
22761
22762 2000-05-22 Dave Love <fx@gnu.org>
22763
22764 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22765 mapc.
22766 (feature-file): Avoid calling symbol-name. Doc fix.
22767 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22768 (loadhist-hook-functions): Add mouse-position-function.
22769 (unload-feature): Change uses of mapcar.
22770
22771 * files.el (parse-colon-path): Doc fix.
22772 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22773 (set-auto-mode): Use mapc.
22774
22775 * complete.el (PC-look-for-include-file): Use :alnum: character
22776 class.
22777 (partial-completion-mode): Add autoload cookie.
22778
22779 2000-05-22 Sam Steingold <sds@gnu.org>
22780
22781 * info.el (Info-fontify-node): Fixed the call to
22782 `add-text-properties' (bug introduced on 2000-05-18).
22783
22784 2000-05-22 Dave Love <fx@gnu.org>
22785
22786 * bindings.el: Remove debug-ignored-errors set in other files.
22787
22788 * progmodes/etags.el: Add to debug-ignored-errors.
22789 (visit-tags-table-buffer): Clear out buffers holding old tables
22790 when making a new list.
22791 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22792 mapc.
22793
22794 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22795 quote keywords.
22796 (cmpl-string-case-type): Use character classes.
22797
22798 * comint.el:
22799 * textmodes/ispell.el:
22800 * imenu.el:
22801 * mail/mh-e.el:
22802 * progmodes/compile.el: Add to debug-ignored-errors.
22803
22804 * dabbrev.el: Add to debug-ignored-errors.
22805 (dabbrev-completion): Use mapc.
22806
22807 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22808
22809 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22810 (woman-mapcan, woman-parse-man.conf)
22811 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22812 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22813 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22814 path syntax better.
22815 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22816 (woman-manpath): Call woman-parse-man.conf.
22817 (woman-emulation): New defcustom, defaults to nroff.
22818 (woman-font-support): New defconst.
22819 (woman-use-symbol-font): New defcustom.
22820 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22821 "Emulation".
22822 Many functions: Doc fix.
22823
22824 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22825
22826 * international/quail.el (quail-simple-translation-keymap): Map
22827 128..255 to quail-self-insert-command.
22828 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22829
22830 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22831
22832 * help.el (help-manyarg-func-alist): Typo.
22833
22834 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22835 intervals which makes it heaps simpler.
22836
22837 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22838 the nested comment markers.
22839
22840 * subr.el (remove-hook): Don't turn the hook's value into a list.
22841
22842 2000-05-21 Dave Love <fx@gnu.org>
22843
22844 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22845 are invalid characters.
22846
22847 * international/mule-util.el (detect-coding-with-priority): Use
22848 mapc. Remove redundant lambda.
22849
22850 * international/mule-diag.el (list-non-iso-charset-chars)
22851 (describe-fontset): Remove redundant lambda.
22852
22853 * emulation/crisp.el (brief-mode): New alias.
22854
22855 * emacs-lisp/ring.el (ring-elements): New function.
22856
22857 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22858 (easy-menu-do-add-item): Use keywordp.
22859
22860 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22861
22862 * replace.el: Doc and error message fixes.
22863 (replace-highlight): Use facep, not internal-find-face.
22864
22865 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22866
22867 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22868
22869 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22870 (log-edit-insert-changelog): Drop `:' as well.
22871
22872 * log-view.el: Fix file description.
22873 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22874 available.
22875 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22876 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22877
22878 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22879 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22880 Print a status message if the toggle is called interactively.
22881 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22882 for global minor modes and use `defcustom' for them.
22883 Use add-minor-mode.
22884 (easy-mmode-define-derived-mode): Remove.
22885 (define-derived-mode): Fancier default docstring.
22886 (easy-mmode-define-navigation): Signal an error rather than (ding).
22887
22888 * newcomment.el (comment-styles): New `box-multi'.
22889 (comment-normalize-vars): Better default for comment-continue to
22890 avoid whitespace-only continuations.
22891 (comment-search-forward): Always move even in the no-syntax case.
22892 (comment-padright): Only obey N if it's only obeyed for padleft.
22893 (comment-make-extra-lines): Better handling of empty continuations.
22894 Use `=' for the filler if comment-start has only one character.
22895 (uncomment-region): Try handling the special `=' filler.
22896 (comment-region): Allow LINES even if MULTI is nil.
22897 (comment-box): Choose box style based on comment-style.
22898
22899 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22900
22901 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22902 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22903
22904 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22905
22906 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22907 and insert, not subst-char-in-region.
22908
22909 * international/mule-diag.el (list-character-sets-1): Handle
22910 charsets eight-bit-control and eight-bit-graphic.
22911 (list-iso-charset-chars): Likewise.
22912 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22913 charactes as is. Use indent-to to align characters.
22914
22915 * international/mule-cmds.el (find-multibyte-characters): Never
22916 exclude charsets eight-bit-control and eight-bit-graphic.
22917
22918 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22919
22920 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22921 Don't quote lambdas.
22922
22923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22924
22925 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22926
22927 * gud.el (gud-jdb-directories): Doc fix.
22928
22929 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22930
22931 * newcomment.el: New file.
22932
22933 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22934
22935 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22936
22937 2000-05-18 Andreas Schwab <schwab@suse.de>
22938
22939 * dired.el (dired-between-files): Also skip lines beginning with
22940 `used'.
22941
22942 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22943
22944 * msb.el (msb-menu-cond): Add choice `user'.
22945
22946 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22947
22948 * ps-print.el: Compatibility, customization and doc fix.
22949 (ps-printer-name-option): Replace defconst by defvar.
22950 (ps-postscript-code-directory): XEmacs compatibility.
22951 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22952 fix.
22953 (ps-user-defined-prologue, ps-print-prologue-header)
22954 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22955 compatibility and code fix.
22956 (ps-print-background-image, ps-print-background-text):
22957 Customization fix.
22958 (ps-line-number-start, ps-n-up-on): New vars.
22959
22960 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22961
22962 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22963 the indent-comment function to just return the appropriate indent.
22964
22965 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22966
22967 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22968 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22969 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22970
22971 2000-05-18 Dave Love <fx@gnu.org>
22972
22973 * info.el (Info-fontify-node): Add intangible property as well as
22974 invisible.
22975
22976 * calendar/appt.el (appt-make-list): Match all lines of entry.
22977 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22978
22979 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22980
22981 * international/mule-diag.el (describe-char-after): Call
22982 internal-char-font, not char-font. If internal-char-font returns
22983 nil, display "-- none --".
22984
22985 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22986
22987 * image.el (image-type-available-p): Don't reference image-types
22988 if it isn't bound.
22989
22990 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22991
22992 * autoarg.el (autoarg-mode): Typo in the :set argument.
22993
22994 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22995
22996 * startup.el (command-line-1): Don't signal an error if the
22997 directory for auto-save-list files does not yet exist.
22998
22999 2000-05-17 Kenichi Handa <handa@etl.go.jp>
23000
23001 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
23002
23003 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
23004
23005 * subr.el (remove-hook): `setq' hook-value, not `set'.
23006
23007 2000-05-16 Sam Steingold <sds@gnu.org>
23008
23009 * info.el (debug-ignored-errors): More errors to ignore.
23010
23011 2000-05-16 Dave Love <fx@gnu.org>
23012
23013 * cus-edit.el: Don't require cl or easymenu.
23014 (custom-variable-prompt): Test standard-value property, not
23015 user-variable-p.
23016
23017 2000-05-16 Sam Steingold <sds@gnu.org>
23018
23019 * subr.el (add-hook): `setq' hook-value, not `set'.
23020
23021 2000-05-16 Gerd Moellmann <gerd@gnu.org>
23022
23023 * startup.el (command-line-1): Mention the FAQ in the startup
23024 message.
23025
23026 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
23027
23028 * progmodes/compile.el (compilation-parse-errors): Collect
23029 `nomessage' regexps last.
23030
23031 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
23032
23033 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
23034 to the function name.
23035
23036 2000-05-15 Dave Love <fx@gnu.org>
23037
23038 * speedbar.el (speedbar-recenter): Typo.
23039 (speedbar-expand-line): Make arg optional.
23040 (speedbar-mode): Avoid a compiler warning.
23041
23042 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23043
23044 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
23045 user-specified option string is empty.
23046
23047 * mouse.el (mouse-yank-at-click): Doc fix.
23048
23049 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
23050
23051 * term/internal.el (IT-character-translations): More updates of
23052 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
23053 documents.
23054
23055 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23056
23057 * env.el (getenv): New function, interactively callable.
23058 (setenv, getenv): Remove autoload cookies.
23059
23060 * loadup.el: Load `env'.
23061
23062 * progmodes/f90.el: Change author's mail address.
23063
23064 2000-05-14 Dave Love <fx@gnu.org>
23065
23066 * mail/rmail.el (rmail-show-message-hook): Customize and offer
23067 goto-addr as an option.
23068
23069 * help.el (help-xref-stack): Doc fix.
23070 (help-xref-following): New variable.
23071 (help-make-xrefs): Use it.
23072 (help-xref-go-back): Use position information from stack element.
23073 (help-follow): Make position in stack element a pair. Use
23074 help-xref-following.
23075
23076 * autoarg.el: New file.
23077
23078 * faces.el: Declare more functions obsolete.
23079
23080 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
23081 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
23082 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
23083 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
23084 Remove all the setup-...-environment functions.
23085
23086 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23087
23088 * speedbar.el: Updated the commentary section. xemacs20p now uses
23089 >= when detecting. Require `defimage' safely.
23090 (speedbar-easymenu-definition-base): Add toggle for images.
23091 (speedbar-easymenu-definition-special): Add flush cache & expand.
23092 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23093 (speedbar-reconfigure-keymaps-hook): New variable.
23094 (speedbar-frame-parameters): Updated documentation.
23095 (speedbar-use-imenu-flag): Updated custom tag
23096 (speedbar-dynamic-tags-function-list): New variable.
23097 (speedbar-tag-hierarchy-method): Updated doc & custom.
23098 (speedbar-indentation-width, speedbar-indentation-width) New
23099 variables.
23100 (speedbar-hide-button-brackets-flag): Customizable.
23101 (speedbar-vc-indicator): Doc update.
23102 (speedbar-ignored-path-expressions): Updated default value.
23103 (speedbar-supported-extension-expressions): Updated default value.
23104 (speedbar-syntax-table): Remove {} paren status.
23105 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23106 as "+". Added overlay aliases.
23107 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23108 `force-mode-line-update'.
23109 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23110 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23111 `mouse-set-point'
23112 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23113 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23114 of arbitrary text, and new helper functions.
23115 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23116 filename finder.
23117 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23118 (speedbar-directory-buttons): Update path search/expansion.
23119 (speedbar-make-tag-line): Pay attention to
23120 `speedbar-indentation-width'. Use more care w/ invisible
23121 properties.
23122 (speedbar-change-expand-button-char): Call
23123 `speedbar-insert-image-button-maybe'.
23124 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23125 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23126 (speedbar-trim-words-tag-hierarchy)
23127 (speedbar-simple-group-tag-hierarchy): New functions
23128 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23129 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23130 functions.
23131 (speedbar-mouse-set-point): New function
23132 (speedbar-power-click): Updated documentation.
23133 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23134 of tag prefix text.
23135 (speedbar-expand-line, speedbar-contract-line): Make more robust
23136 to strange text.
23137 (speedbar-expand-line): Takes universal argument to flush the
23138 cache.
23139 (speedbar-flush-expand-line): New function.
23140 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23141 Use new generator insertion method.
23142 (speedbar-fetch-dynamic-tags): New function.
23143 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23144 `speedbar-fetch-dynamic-imenu'.
23145 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23146 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23147 "Revert Buffer" menu items.
23148 (speedbar-buffer-buttons-engine): Be smarter when creating a
23149 filename tag (for expansion purposes.).
23150 (speedbar-highlight-one-tag-line,
23151 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23152 (speedbar-recenter): New functions.
23153 (defimage-speedbar): Image loading abstraction.
23154 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23155 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23156 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23157 (speedbar-tag-type, speedbar-tag-mail): New images.
23158 (speedbar-expand-image-button-alist): New variable.
23159 (speedbar-insert-image-button-maybe): Insert an image over some
23160 buttons.
23161
23162 2000-05-13 Kenichi Handa <handa@etl.go.jp>
23163
23164 * international/mule-cmds.el (encode-coding-char): An ASCII
23165 character is always encodable.
23166
23167 * international/mule-conf.el: Add more information in descriptions
23168 of character sets.
23169
23170 * international/mule-diag.el (describe-char-after): New function.
23171 (describe-font-internal): Adjusted for the change of font-info.
23172 (describe-font): Likewise.
23173 (print-fontset): Rewritten for the new fontset implementation.
23174 (describe-fontset): Include fontset alias names in completion.
23175 (list-fontsets): Adjusted for the change of print-fontset.
23176
23177 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23178 describe-char-after instead of displaying the detail in the echo
23179 area.
23180 (syntax-code-table): Format changed.
23181 (string-to-syntax): Adjusted for the above change.
23182
23183 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23184
23185 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23186
23187 2000-05-12 Dave Love <fx@gnu.org>
23188
23189 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23190 dependence. Use line-{beginning,end}-position, not
23191 point-at{b,e}ol. Some doc fixes.
23192 (todo-position): New function. Fix callers of position to use it.
23193 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23194
23195 2000-05-12 Gerd Moellmann <gerd@gnu.org>
23196
23197 * time.el (display-time-mail-icon): Use `:ascent center'.
23198
23199 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23200 handling FTP security extensions.
23201
23202 2000-05-11 Dave Love <fx@gnu.org>
23203
23204 * calendar/todo-mode.el: New file.
23205
23206 2000-05-11 Gerd Moellmann <gerd@gnu.org>
23207
23208 * comint.el (comint-read-input-ring): Move reference to
23209 comint-input-ring-size outside of the save-excursion. It was
23210 causing the default value to be the only one ever seen.
23211
23212 * font-lock.el: Update copyright. Remove Simon Marshall's email
23213 address on request from him.
23214
23215 * subr.el (substitute-key-definition): Add comment describing
23216 the meaning of PREFIX.
23217
23218 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23219
23220 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23221
23222 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23223 (add-minor-mode): Don't make the variable buffer-local and add a
23224 reference to define-minor-mode in the docstring.
23225
23226 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23227 HEADER/FOOTER and fix bug with trailing empty directory.
23228 (cvs-append-to-ignore): Use vc-editable-p if available.
23229 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23230 (vc-do-command): Tweak advice to handle the new VC.
23231
23232 * log-view.el (log-view-goto-rev): New function for the new VC.
23233 (log-view-minor-wrap): Use mark-active.
23234
23235 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23236 (log-edit-changelog-full-paragraphs): New var.
23237 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23238 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23239 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23240 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23241 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23242 Replace the `cvs' prefix with `log-edit'.
23243
23244 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23245
23246 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23247 (diff-font-lock-defaults): Explicitly turn off multiline.
23248 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23249 (diff-ediff-patch): Fix call to ediff-patch-file.
23250 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23251 Handle comments.
23252
23253 * frame.el (automatic-hscrolling): Typo.
23254
23255 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23256
23257 2000-05-09 Sam Steingold <sds@goems.com>
23258
23259 * apropos.el (apropos-print): use `describe-face' instead of
23260 `customize-face-other-window'.
23261
23262 2000-05-09 Dave Love <fx@gnu.org>
23263
23264 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23265
23266 * help.el (describe-variable): Have customize button pop the
23267 help-xref stack when invoked.
23268 (help-xref-symbol-regexp): Add `face'.
23269 (help-make-xrefs): Check for quoted face names and adapt regexp
23270 submatch numbers to cope.
23271 (help-xref-interned): Maybe insert face doc too. Separate
23272 sections with a line of hyphens.
23273
23274 * faces.el: Some doc fixes. Declare some functions obsolete.
23275 (describe-face): Add customize button. Return the help
23276 text. Fix prompt.
23277
23278 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23279
23280 * term/internal.el (IT-character-translations): Fix last change.
23281
23282 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23283
23284 * woman.el: New file
23285 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23286
23287 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23288
23289 * term/internal.el (IT-character-translations): Update ASCII
23290 simulations for greek-iso8859-7, add latin-iso8859-14 and
23291 latin-iso8859-15.
23292
23293 * international/mule-cmds.el (set-language-info-alist): Call
23294 define-prefix-command with 3 arguments, to make the map suitable
23295 for a menu.
23296
23297 2000-05-07 Dave Love <fx@gnu.org>
23298
23299 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23300
23301 2000-05-05 Dave Love <fx@gnu.org>
23302
23303 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23304 list in doc string. Don't quote keyword symbols.
23305 * emacs-lisp/cl.el: Likewise
23306 * emacs-lisp/cl-seq.el: Likewise
23307
23308 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23309
23310 * abbrev.el (abbrev-mode): Make ARG optional.
23311
23312 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23313
23314 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23315
23316 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23317
23318 * subr.el (substitute-key-definition): Clarify documentation.
23319
23320 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23321
23322 * glasses.el (glasses-convert-to-unreadable): Use
23323 `glasses-separator' instead of the hard-wired "_".
23324 (glasses-mode): Call `glasses-make-unreadable' only in a single
23325 place.
23326
23327 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23328
23329 * term/internal.el (cjk-codepages-alist): Add associations for
23330 Chinese and Korean codepages. Remove FIXME comment.
23331
23332 2000-05-03 Dave Love <fx@gnu.org>
23333
23334 * time.el (display-time-mail-face, display-time-use-mail-icon):
23335 New option.
23336 (display-time-mail-icon): New variable.
23337 (display-time-string-forms): Use the above. Fix the local-map.
23338
23339 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23340
23341 * replace.el (query-replace-map): Add binding for `E'.
23342 (query-replace-help): Extend help text.
23343 (perform-replace): Allow editing the replacement string.
23344
23345 * make-mode.el (makefile-mode-abbrev-table): New variable.
23346 (makefile-mode): Set local abbrev table to
23347 makefile-mode-abbrev-table.
23348 (makefile-font-lock-keywords): Fontify includes and conditionals.
23349
23350 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23351 set TOGGLE's value.
23352
23353 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23354 mail-interactive-insert-alias.
23355 (mail-abbrev-complete-alias): New command.
23356 (mail-mode-map): Bind it to `M-TAB'.
23357
23358 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23359
23360 * language/lao-util.el (lao-compose-region): New function.
23361
23362 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23363
23364 * files.el (recover-session): Make directories as necessary
23365 if they don't exist yet.
23366
23367 * calendar/cal-french.el
23368 (french-calendar-multibyte-special-days-array)
23369 (french-calendar-special-days-array): Change French text.
23370 (calendar-french-date-string): Change output.
23371 (calendar-goto-french-date): Likewise.
23372
23373 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23374
23375 * wid-edit.el (widget-default-active): Obey `:always-active'.
23376 (widget-documentation-string-value-create): Set `:always-active'.
23377
23378 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23379
23380 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23381 default prefix to `~/_emacs.d/auto-save.list/_s'.
23382 (normal-top-level): Create the directory for auto-save files, if
23383 it doesn't already exist (in the ms-dos case only).
23384
23385 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23386
23387 * international/mule-cmds.el (set-language-environment): Don't
23388 concat an integer (dos-codepage), use format instead.
23389
23390 2000-05-02 Dave Love <fx@gnu.org>
23391
23392 * help.el (help-xref-on-pp): Check for constant symbols.
23393
23394 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23395
23396 * startup.el (normal-top-level): Put a condition-case around
23397 the code loading subdirs.el.
23398
23399 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23400
23401 * ps-print.el: Upside-down and face background color printing,
23402 line number step, doc fix.
23403 (ps-print-version): New version number (5.2).
23404 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23405 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23406 (ps-spool-config): Var fix.
23407 (ps-printer-name-option): Const fix.
23408 (ps-print-upside-down, ps-use-face-background)
23409 (ps-line-number-step): New vars.
23410 (ps-window-system, ps-lp-system): New consts.
23411 (ps-face-background): New fun.
23412
23413 2000-04-28 Richard Stallman <rms@gnu.org>
23414
23415 * files.el (make-auto-save-file-name):
23416 Apply auto-save-file-name-transforms to visited file name
23417 before generating auto save file name.
23418 (auto-save-file-name-transforms): New variable.
23419
23420 * files.el (backup-enable-predicate):
23421 Correctly test for a file under a temporary directory.
23422
23423 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23424
23425 * subr.el (add-minor-mode): Rewritten.
23426
23427 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23428
23429 * mail/sendmail.el (sendmail-send-it): Set
23430 buffer-file-coding-system to the selected coding system for MIME
23431 header.
23432
23433 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23434
23435 * dired.el (dired-move-to-filename-regexp): Allow format where
23436 YYYY is followed by two spaces.
23437
23438 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23439 in the second character class of the regexp.
23440
23441 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23442 mh-etc, too.
23443
23444 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23445 nil.
23446
23447 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23448
23449 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23450 argument.
23451
23452 2000-04-27 Sen Nagata <sen@eccosys.com>
23453
23454 * emacs-lisp/crm.el (crm-completion-table): New variable.
23455 (crm-collection-fn, crm-test-completion)
23456 (completing-read-multiple): Use it.
23457
23458 2000-04-27 Dave Love <fx@gnu.org>
23459
23460 * help.el (locate-library): Use mapc.
23461 (help-manyarg-func-alist): Add call-process-region.
23462
23463 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23464
23465 * subr.el (add-minor-mode): Make argument MAP optional.
23466
23467 * desktop.el (desktop-save): Save list of minor modes.
23468 (desktop-create-buffer): Restore minor modes.
23469 (desktop-minor-mode-table): New user-option.
23470
23471 * subr.el (add-minor-mode): New function.
23472
23473 * image.el (find-image): New function.
23474 (defimage): Rewritten to find image at load time.
23475
23476 * startup.el (normal-top-level-add-to-load-path): Handle
23477 case that the default directory is not in load-path.
23478
23479 * help.el: Old patch from Stefan Monnier.
23480 (help-xref-on-pp): New function.
23481 (describe-variable): Use it to display xrefs in a symbol's value.
23482
23483 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23484
23485 * cus-edit.el (custom-face): Fix parenthesis.
23486
23487 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23488
23489 * mail/rmail.el (rmail-expunge): When there are no deleted
23490 messages, do nothing.
23491
23492 2000-04-26 Dave Love <fx@gnu.org>
23493
23494 * international/mule-cmds.el (locale-translation-file-name):
23495 Defvar to nil.
23496 (set-locale-environment): Set it here (at runtime).
23497
23498 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23499
23500 * replace.el (perform-replace): Add parameters START and END. Use
23501 them instead of the check for a region in Transient Mark mode.
23502 (query-replace-read-args): Return two more list elements for the
23503 start and end of the region in Transient Mark mode.
23504 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23505 (map-query-replace-regexp, replace-string, replace-regexp): Add
23506 optional last arguments START and END and pass them to
23507 perform-replace.
23508
23509 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23510 form with additional arguments for perform-replace.
23511
23512 * progmodes/etags.el (tags-query-replace): Add parameters START
23513 and END. Construct a form with additional arguments for
23514 perform-replace.
23515
23516 * simple.el (shell-command): Set default directory for "*Shell
23517 Command Output" buffer.
23518
23519 * language/european.el (iso-latin-4): Fix typo.
23520
23521 * emacs-lisp/crm.el: New file.
23522
23523 2000-04-24 Dave Love <fx@gnu.org>
23524
23525 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23526 (Custom-reset-saved, Custom-reset-standard)
23527 (custom-group-value-create, custom-group-set, custom-group-save)
23528 (custom-group-reset-current, custom-group-reset-saved)
23529 (custom-group-reset-standard): Use mapc.
23530 (custom-buffer-create-internal): Disable undo when creating items.
23531 Use mapc.
23532 (custom-face): Avoid redundant lambda.
23533
23534 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23535
23536 * startup.el (auto-save-list-file-prefix): Set default to
23537 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23538
23539 2000-04-24 Sam Steingold <sds@gnu.org>
23540
23541 * time-stamp.el (time-stamp-string-preprocess): Always convert
23542 `field-result' to a string.
23543
23544 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23545
23546 * frame.el (scrolling): New group.
23547 (automatic-hscrolling): New user-option.
23548
23549 * startup.el (command-line-x-option-alist): Add `-lsp' and
23550 `--line-spacing'.
23551
23552 2000-04-19 Dave Love <fx@gnu.org>
23553
23554 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23555 (cl-mapc): Rename from mapc. Fix the funcall.
23556
23557 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23558
23559 * simple.el (clone-indirect-buffer-other-window): New command.
23560 (clone-indirect-buffer): Add optional arg NORECROD.
23561 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23562
23563 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23564
23565 * window.el (count-screen-lines): New function.
23566 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23567 instead of window-buffer-height.
23568
23569 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23570 non-existing variable comint-input-sentinel.
23571 (inferior-lisp-args-to-list): Removed.
23572 (inferior-lisp): Use split-string instead of
23573 inferior-lisp-args-to-list.
23574
23575 * hexl.el (hexl-insert-hex-string): New command.
23576
23577 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23578 instead of concat.
23579
23580 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23581
23582 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23583 at the start of an existing but empty folder.
23584
23585 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23586
23587 * ps-mule.el: Customization fix, doc fix.
23588 (ps-multibyte-buffer): Customization fix.
23589
23590 2000-04-17 Richard M. Stallman <rms@gnu.org>
23591
23592 * subr.el (read-passwd): Use read-char-exclusive.
23593
23594 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23595
23596 * textmodes/texinfo.el (texinfo-insert-@email)
23597 (texinfo-insert-@emph, texinfo-insert-@quotation)
23598 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23599 (texinfo-mode-map): Add key bindings for them.
23600
23601 * files.el (basic-save-buffer-2): Use a template with `$'
23602 instead of `#' for VMS.
23603
23604 * simple.el (clone-indirect-buffer): New function.
23605
23606 2000-04-16 Stephen Eglen <stephen@gnu.org>
23607
23608 * iswitchb.el (iswitchb-case): New function. If the user input
23609 contains any upper-case characters, the search is made
23610 case-sensitive.
23611
23612 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23613
23614 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23615 comment-end.
23616 (texinfo-font-lock-syntactic-keywords): New var.
23617 (texinfo-font-lock-keywords): Remove comment regexp.
23618 (texinfo-insert-block): New function.
23619 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23620 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23621 and font-lock-defaults. Use regexp-opt for outline-regexp.
23622 (texinfo-environments): New var.
23623 (texinfo-environment-regexp): Use regexp-opt and
23624 texinfo-environments.
23625
23626 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23627 ispell-process is bound since this might be eval'd before ispell
23628 is loaded.
23629 (ispell-message): Use a tiny bit less magic and a bit more hard
23630 data to figure out what kind of sc-cite-regexp to use.
23631
23632 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23633
23634 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23635 (insert-cyclic-diary-entry): Unquote the lambda.
23636
23637 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23638
23639 * files.el (backup-enable-predicate): Unquote the lambda.
23640
23641 * cus-edit.el (custom-face, face): Unquote the lambda.
23642
23643 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23644
23645 * ps-print.el: Check for line-beginning-position definition.
23646
23647 * ps-print.el: Fix counting lines in a region.
23648 (ps-print-version): New version number (5.1.5).
23649 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23650 (ps-printing-region): Fun code fix.
23651
23652 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23653
23654 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23655 to file-directory-p.
23656
23657 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23658
23659 * gud.el (gud-jdb-build-source-files-list): Check that directory
23660 exists before calling directory-files.
23661
23662 2000-04-13 Dave Love <fx@gnu.org>
23663
23664 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23665 syntax.
23666
23667 * emacs-lisp/cl-specs.el: Remove when, unless.
23668
23669 * emacs-lisp/cl-extra.el: Don't quote keywords.
23670 (cl-old-mapc): New variable.
23671 (mapc): Use it.
23672 (cl-map-intervals): Use with-current-buffer. Don't check for
23673 next-property-change.
23674 (cl-map-overlays): Use with-current-buffer.
23675 (cl-expt): Remove.
23676 (copy-tree, remprop): Define unconditionally.
23677
23678 * emacs-lisp/cl-compat.el (keywordp): Remove.
23679
23680 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23681 to use keywordp.
23682 (edebug-spec): Enable keywordp.
23683
23684 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23685 string-lessp.
23686
23687 * cus-start.el: Use keywordp.
23688
23689 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23690
23691 * diary-lib.el (include-other-diary-files): Fix the fix of
23692 2000-02-18 by doing a save-excursion.
23693
23694 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23695
23696 * ps-print.el: Customization fix, doc fix.
23697 (ps-print-version): New version number (5.1.4).
23698 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23699 (ps-print-preprint): Adjust code.
23700 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23701 (ps-print-prologue-header, ps-print-control-characters)
23702 (ps-spool-config): Customization fix.
23703
23704 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23705
23706 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23707 converted to the new menu-item format, names silightly changed,
23708 help strings added.
23709
23710 Support for spelling without async subprocesses:
23711
23712 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23713 (ispell-session-buffer): New variables.
23714 (ispell-start-process, ispell-process-status,
23715 ispell-accept-output, ispell-send-string): New functions, for
23716 Ispell invocation when async subprocesses aren't supported.
23717 (ispell-word, ispell-pdict-save, ispell-command-loop,
23718 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23719 to process-send-string with calls to ispell-send-string, and
23720 accept-process-output with ispell-accept-output.
23721 (ispell-init-process): Call ispell-process-status instead of
23722 process-status with.
23723 (ispell-init-process): Call ispell-start-process. Call
23724 ispell-accept-output and ispell-send-string. Don't call
23725 process-kill-without-query and kill-process if they are unbound.
23726 (ispell-async-processp): New function.
23727
23728 2000-04-12 Dave Love <fx@gnu.org>
23729
23730 * info.el: Add debug-ignored-errors.
23731 (Info-mode-menu): Add some items.
23732 (Info-directory): Add autoload cookie.
23733
23734 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23735 Modify `truncate-lines'. Make `describe-language-environment'
23736 always visible and add help. Modify `describe-key' help. Invoke
23737 Info-directory from `info'. New entry `emacs-manual'.
23738
23739 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23740
23741 * progmodes/ebrowse.el (ebrowse-tree-mode):
23742 Use propertized-buffer-identification.
23743 (ebrowse-update-member-buffer-mode-line): Likewise.
23744 (ebrowse--mode-strings): Removed.
23745 (ebrowse--mode-line-props): Removed.
23746
23747 * files.el (auto-mode-alist): Add `EBROWSE'.
23748
23749 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23750 space before testing for end of buffer.
23751 (ebrowse-load): Removed.
23752 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23753 (ebrowse-create-tree-buffer): Rewritten.
23754 (ebrowse-tree-mode): Read tree from buffer.
23755
23756 * progmodes/ebrowse-ffh.el: Removed.
23757
23758 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23759
23760 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23761
23762 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23763
23764 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23765 at the wrong place.
23766
23767 2000-04-09 Dave Love <fx@gnu.org>
23768
23769 * files.el (backup-enable-predicate):
23770 Use temporary-file-directory, small-temporary-file-directory.
23771 (make-backup-file-name-function, backup-directory-alist): New vars.
23772 (make-backup-file-name-1): New function.
23773 (make-backup-file-name): Use it.
23774 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23775 (file-newest-backup): Use make-backup-file-name.
23776
23777 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23778
23779 * progmodes/ebrowse-ffh.el: New file.
23780
23781 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23782 Moved to ebrowse-ffh.el.
23783 (ebrowse-load): Add autoload.
23784
23785 * finder.el (finder-commentary): Add autoload cookie.
23786
23787 * mail/rfc2368.el: Correct author's email address.
23788
23789 * progmodes/ebrowse.el: New file.
23790
23791 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23792 item help string.
23793 (easy-menu-do-add-item): Ditto.
23794 (easy-menu-define): Extend doc string.
23795
23796 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23797 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23798 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23799 with-buffer-unmodified.
23800
23801 2000-04-08 Dave Love <fx@gnu.org>
23802
23803 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23804 unless, when.
23805
23806 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23807
23808 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23809 (viper-flash-search-pattern): No operation when using Emacs
23810 doesn't support face.
23811 Use `viper-put-on-search-overlay'.
23812
23813 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23814
23815 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23816 like C-r.
23817
23818 * progmodes/make-mode.el: Some doc fixes.
23819 (makefile-mode-abbrev-table): New variable.
23820 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23821 (makefile-font-lock-keywords): Fontify includes and conditionals.
23822 (toplevel): Require `dabbrev' and `add-log' when compiling.
23823
23824 * replace.el (perform-replace): Don't move forward one char
23825 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23826 to do that because it leaves point 1 position after the last
23827 replacement, after everything has been replaced.
23828
23829 * jit-lock.el (with-buffer-unmodified): New macro.
23830 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23831 modified state.
23832 (jit-lock-function-1): Extracted from jit-lock-function; not
23833 preserving buffer's modified state.
23834 (jit-lock-function, jit-lock-stealth-fontify):
23835 Call jit-lock-function-1.
23836
23837 * mail/rfc2368.el: Remove supernumerary copyright line.
23838
23839 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23840
23841 * glasses.el: Provide facilities for inserting space before left
23842 parentheses and uncapitalization of identifiers.
23843 (glasses-mode): Try to remove old overlays in all cases.
23844
23845 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23846
23847 * progmodes/compile.el (compile-internal): Display the compilation
23848 buffer in a different frame, if it's already displayed there.
23849
23850 * mail/rfc2368.el: New file.
23851
23852 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23853 header and insert its value as mail body.
23854
23855 * subr.el (member-ignore-case): New function.
23856
23857 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23858 (dabbrev--find-expansion): Ignore buffers matching a regexp
23859 from dabbrev-ignored-regexps.
23860
23861 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23862 to extensions handled by gzip.
23863
23864 2000-04-03 Richard M. Stallman <rms@gnu.org>
23865
23866 * files.el (insert-directory): List the total free space
23867 along with the used space.
23868
23869 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23870 line is followed by one that matches CITATION-REGEXP, end the
23871 paragraph.
23872
23873 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23874
23875 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23876 (rmail-make-basic-summary-line): Use that option.
23877
23878 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23879
23880 * international/mule-cmds.el (encoded-string-description):
23881 Rewritten. Try pretty description for ISO 2022 escape sequences
23882 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23883 for hexadecimal format.
23884
23885 2000-04-01 Dave Love <fx@gnu.org>
23886
23887 * cpp.el: Change customization group to `c' from `C'.
23888
23889 * vcursor.el (vcursor-move): Use display-color-p.
23890
23891 * international/mule-util.el: Provide mule-utils.
23892 (string-to-sequence): Simplify and speed up.
23893
23894 * international/mule.el (make-coding-system): Purecopy doc-string.
23895
23896 * international/mule-cmds.el: Various menu changes.
23897 (describe-specified-language-support): Handle `Default'.
23898 (set-language-info): Purecopy `info'.
23899
23900 2000-03-31 Andrew Innes <andrewi@gnu.org>
23901
23902 * vc.el (vc-backend-diff): Return the correct status if we had to
23903 retry the rcsdiff command without the --brief option.
23904
23905 2000-03-31 Dave Love <fx@gnu.org>
23906
23907 * help.el (help-manyarg-func-alist): Correct several omissions.
23908
23909 * add-log.el: Don't require cl, fortran.
23910 (add-log-current-defun-function): Doc fix.
23911 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23912 (change-log-version-rcs): Function deleted.
23913 (change-log-version-number-search): Doc fix.
23914 Use vc-workfile-version. Avoid CL dolist.
23915 (add-change-log-entry): Just call add-log-current-defun to get
23916 defun. Simplify somewhat.
23917 (change-log-get-method-definition-1): Likewise.
23918 (add-log-current-defun): Return nil if calling
23919 add-log-current-defun-function does so. Move Fortran stuff to
23920 fortran.el. Return string without properties.
23921
23922 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23923 and :alpha: char classes.
23924
23925 * mail/supercite.el: Defvar curline when compiling.
23926 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23927 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23928 rather than a-zA-Z0-9 to allow non-ASCII characters.
23929
23930 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23931
23932 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23933
23934 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23935 Re-enable new code.
23936
23937 * lpr.el (print-region-1): Use -d to specify printer name for
23938 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23939
23940 2000-03-31 Dave Love <fx@gnu.org>
23941
23942 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23943 Look for function definition in symbol's function value slot first
23944 instead of first consulting byte-compile-function-environment.
23945
23946 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23947
23948 * language/european.el ("Polish"): New language environment.
23949 (setup-polish-environment): New function.
23950
23951 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23952
23953 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23954 Disable new code.
23955
23956 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23957 trying to `load' the symbol of an autoload instead of the file
23958 recorded in the autoload. Fix error messages.
23959
23960 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23961
23962 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23963 (ps-print-version): New version number (5.1.3).
23964 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23965 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23966 (ps-generate-postscript-with-faces): Code fix.
23967 (ps-color-values): XEmacs compatibility.
23968 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23969 (ps-default-fg, ps-default-bg): Adjust customization.
23970 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23971 (ps-color-scale): Renaming old ps-color-value fun.
23972 (ps-print-headers): Replace ps-print-header group to avoid conflict
23973 with ps-print-header variable.
23974 (ps-print-miscellany): New group.
23975 (ps-format-color, ps-rgb-color): New funs.
23976 (ps-default-foreground): New var.
23977 (ps-printer-name-option): New const.
23978
23979 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23980
23981 * net/net-utils.el:
23982 (network-connection-host, network-connection-service): New variables
23983 (network-connection-mode): New mode, derived from comint-mode
23984 (network-connection-mode-setup): New function, saves host and
23985 service information in local variables.
23986
23987 * lisp/locate.el:
23988 (locate-word-at-point): Added this function
23989 (locate): Default to using locate-word-at-point as input
23990 Run dired-mode-hook
23991
23992 2000-03-29 Dave Love <fx@gnu.org>
23993
23994 * calendar/appt.el: Doc fixes.
23995 (appt-check): Convert min-to-app to a string before passing to
23996 appt-disp-window-function or concat.
23997 (appt-delete-window): Remove test for frame-root-window.
23998 (appt-select-lowest-window, appt-convert-time): Simplify.
23999
24000 * emacs-lisp/bytecomp.el: Doc fixes.
24001 (byte-compile-file-form-autoload):
24002 Update byte-compile-function-environment.
24003
24004 2000-03-29 Andreas Schwab <schwab@suse.de>
24005
24006 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
24007
24008 * dired.el (dired-insert-directory): If dired-free-space-program
24009 failed just delete its output.
24010
24011 2000-03-29 Dave Love <fx@gnu.org>
24012
24013 * international/iso-cvt.el: Move provide to end. Doc fixes.
24014 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
24015 (iso-iso2sgml, iso-sgml2iso): New functions.
24016 (iso-cvt-define-menu): Fix some entries and use backquote for
24017 clarity.
24018
24019 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
24020
24021 2000-03-28 Gerd Moellmann <gerd@gnu.org>
24022
24023 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
24024 ISO-DATE. If non-nil, return date in ISO 8601 format.
24025
24026 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
24027
24028 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
24029 if it ever becomes used.
24030 (log-edit-mode-hook): Default to vc-log-mode-hook.
24031 (log-edit-mode): Fix the docstring.
24032
24033 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
24034 the code.
24035
24036 2000-03-26 Dave Love <fx@gnu.org>
24037
24038 * net/browse-url.el (browse-url): Re-fix case of
24039 browse-url-browser-function being an alist.
24040 (browse-url): Add :link to defgroup.
24041
24042 * files.el: Doc fixes.
24043 (file-truename): Include `[' in wildcard characters.
24044 (automount-dir-prefix): Customize.
24045 (find-file-wildcards): Add :version.
24046 (find-file-noselect): Simplify a mapcar call.
24047
24048 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
24049 compatible with inf-lisp version.
24050 (eval-defun-1): Fix custom-declare-variable case.
24051
24052 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
24053
24054 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
24055
24056 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24057
24058 * Makefile (COMPILE_FIRST): New macro.
24059 (compile-files): Compile files from COMPILE_FIRST first.
24060
24061 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
24062
24063 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
24064 matching open parenthesis in column 0 to defun-prompt-regexp
24065 only if open-paren-in-column-0-is-defun-start is set.
24066
24067 * sun-curs.el: Require CL at compile-time only.
24068
24069 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
24070 instead of copy-list which is a function from CL.
24071 (msb--choose-menu, msb--mode-menu-cond)
24072 (msb--create-buffer-menu-2): Use dolist instead of mapc.
24073 (msb--init-file-alist): Use mapcar instead of mapcan.
24074 (msb--aggregate-alist): Use mapcar instead of mapcan.
24075 Fix `(' in column 0 in doc string.
24076 (msb--add-separators): Use mapcar instead of mapcan.
24077
24078 * cus-dep.el: Require CL at compile-time only.
24079
24080 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
24081
24082 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
24083 (byte-compile-warnings): New warning `noruntime'.
24084 (byte-compile-constants, byte-compile-variables): Fix docstring.
24085 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
24086 execute `eval-whenc-compile's body.
24087 (byte-compile-unresolved-functions): Fix docstring.
24088 (byte-compile-eval): New function.
24089 (byte-compile-callargs-warn): Check if the function will be available
24090 at runtime (via property `byte-compile-noruntime').
24091 (byte-compile-print-syms): New function.
24092 (byte-compile-warn-about-unresolved-functions): Also warn about
24093 `noruntime' functions (and use `byte-compile-print-syms').
24094 (byte-compile-file): Capitalize the message.
24095
24096 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24097
24098 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24099 (rmail-expunge): Ask for confirmation depending on the setting
24100 of rmail-confirm-expunge.
24101
24102 2000-03-23 Gerd Moellmann <gerd@gnu.org>
24103
24104 * Makefile (bootstrap-clean): If $(emacs) exists, build
24105 loaddefs.el first. A loaddefs.el that's not up-to-date might
24106 cause a bootstrap failure because things don't autoload as expected.
24107
24108 2000-03-23 Dave Love <fx@gnu.org>
24109
24110 * net/browse-url.el: Restore previous use of
24111 browse-url-maybe-new-window.
24112
24113 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24114
24115 * ps-print.el: Skip banner page fix.
24116 (ps-print-version): New version number (5.1.2).
24117 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24118
24119 2000-03-23 Dave Pearson <davep@davep.org>
24120
24121 * net/quickurl.el Changed the type of parameter passed to the
24122 function defined by `quickurl-format-function'. Before only the
24123 text of the URL was passed. Now the whole URL structure is passed
24124 and the function is responsible for extracting the parts it requires.
24125 Changed the default of `quickurl-format-function' accordingly.
24126 (quickurl-insert): Changed the `funcall' of
24127 `quickurl-format-function' to match the above change.
24128 (quickurl-list-insert): Changed the `url' case so that it makes
24129 use of `quickurl-format-function', previous to this the format was
24130 hard wired.
24131
24132 2000-03-22 Gerd Moellmann <gerd@gnu.org>
24133
24134 * startup.el: Change some spellings for the X Window System.
24135
24136 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24137
24138 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24139 Clean up the code and the regexp and make sure the cursor is
24140 temporarily moved to the suspicious line while querying the user.
24141
24142 2000-03-22 Jason Rumney <jasonr@gnu.org>
24143
24144 * w32-fns.el (w32-charset-info-alist): Initialize.
24145
24146 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24147
24148 * ps-print.el: N-up last page fix.
24149 (ps-print-version): New version number (5.1.1).
24150 (ps-end-file, ps-end-job, ps-generate): Code fix.
24151
24152 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24153
24154 * files.el (find-file-run-dired): Update docstring.
24155 (find-directory-functions): New hook.
24156 (find-file-noselect): Run find-directory-functions rather than
24157 calling dired directly.
24158
24159 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24160
24161 * pcvs.el: Add a minimal leading commentary.
24162 (cvs-make-cvs-buffer): Change the header part by removing the startup
24163 message and adding a `Module' entry. Also replace the FOOTER and
24164 HEADER special fileinfos with the new support in ewoc for updating
24165 its own footer and header.
24166 (cvs-update-header): Update to use the header/footer of the ewoc.
24167 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24168 (cvs-is-within-p): New function.
24169 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24170 to only examine some subset of the buffers.
24171
24172 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24173 `format' instead of our own ad-hoc functions.
24174 Remove HEADER and FOOTER cases, now handled in the EWOC.
24175 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24176
24177 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24178 output to avoid scaring the user.
24179 (cvs-parse-table): Catch message for non-up-to-date commits.
24180
24181 * pcvs-defs.el (cvs-startup-message): Remove.
24182 (cvs-global-menu): New autoloaded menu.
24183
24184 * pcvs-util.el (cvs-string-fill): Remove.
24185
24186 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24187 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24188 PP part of it and also make it work for footers and headers.
24189 (ewoc-create): Drop POS and BUFFER arguments.
24190 Use the DLL's dummy node to store the end-of-footer position.
24191 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24192 (ewoc-refresh): Remove unused `header' variable.
24193 (ewoc-(get|set)-hf): New functions.
24194
24195 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24196 log-view-*-(message|file) and use easy-mmode-define-navigation.
24197 (log-view-message-re): Match SCCS format as well.
24198 And match the revision line rather than the dashed separator line.
24199 (log-view-mode): Use the new define-derived-mode.
24200 (log-view-current-tag): Fill in with an actual implementation.
24201
24202 * cvs-status.el (cvs-status-(prev|next)): Rename from
24203 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24204 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24205 to let the output "breathe" a little more (more readable).
24206 (cvs-status-mode): Use the new define-derived-mode.
24207
24208 * smerge-mode.el (smerge-auto-leave): New function and variable.
24209 (smerge-basic-map): Rename from smerge-basic-keymap.
24210 Change the bindings for smerge-diff-*.
24211 (smerge-*-map): Use easy-mmode-defmap.
24212 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24213 (smerge-keep-*): Use smerge-auto-leave.
24214
24215 2000-03-21 Jason Rumney <jasonr@gnu.org>
24216
24217 * cus-edit.el (custom-button-face): Use 3D look for w32.
24218 (custom-button-pressed-face): Likewise.
24219
24220 2000-03-21 Gerd Moellmann <gerd@gnu.org>
24221
24222 * progmodes/etags.el (tags-case-fold-search): New user-option.
24223 (tags-loop-eval): New function. Bind case-fold-search around eval
24224 depending on the value of tags-case-fold-search.
24225 (tags-loop-continue): Use tags-loop-eval.
24226 (find-tag-in-order): Bind case-fold-search depending on the value
24227 of tags-case-fold-search.
24228
24229 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24230
24231 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24232 (diff-end-of-hunk): Return the end position for use in
24233 `easy-mmode-define-navigation'.
24234 (diff-recenter): Remove.
24235 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24236 of `easy-mmode-define-navigation'.
24237 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24238 previous renaming) and fix to use new names.
24239 (diff-merge-strings): Use \n as separator: simpler, faster.
24240 (diff-mode): Use `define-derived-mode'.
24241
24242 * derived.el (define-derived-mode): Don't autoload anymore.
24243 Prefer the macro-only version provided by easy-mmode.el.
24244
24245 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24246 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24247 (easy-mmode-define-navigation): New macro.
24248
24249 * subr.el (combine-run-hooks): New function.
24250
24251 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24252
24253 * term/x-win.el: Fontsets related initialization is simplified.
24254
24255 * international/mule-diag.el (describe-font): Don't refer to
24256 global-fontset-alist, instead call font-list.
24257 (describe-fontset, list-fontsets, mule-diag): Likewise.
24258 (print-fontset): Adjusted for the change of fontset implementation.
24259
24260 * international/fontset.el (x-charset-registries): Variable removed,
24261 instead the corresponding data is stored in the default fontset.
24262 (register-alternate-fontnames): Function removed.
24263 (resolved-ascii-font): Variable removed.
24264 (x-compose-font-name): Ignore the second argument REDOCE.
24265 (x-complement-fontset-spec): Complement only an ASCII font and
24266 element for those charsets than can use that ASCII font.
24267 (generate-fontset-menu): Don't refer to global-fontset-alist,
24268 instead call fontset-list.
24269 (uninstantiated-fontset-alist): Variable removed.
24270 (x-style-funcs-alist): Likewise.
24271 (fontset-default-styles): Likewise.
24272 (x-modify-font-name): Function removed.
24273 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24274 (create-fontset-from-ascii-font): Docsting adjusted for the above
24275 change.
24276 (instantiate-fontset, resolve-fontset-name): Functions removed.
24277 (fontset-list): Now implemented by C code.
24278
24279 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24280 (describe-face): Include `font' attribute in the description.
24281
24282 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24283
24284 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24285
24286 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24287
24288 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24289 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24290 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24291
24292 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24293 about behavior of set-buffer-modified-p wrt redisplay.
24294
24295 2000-03-19 Richard M. Stallman <rms@gnu.org>
24296
24297 * view.el (view-mode-disable): Kill local binding of view-read-only.
24298
24299 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24300
24301 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24302 is a string, convert it to a syntax cell using string-to-syntax.
24303
24304 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24305 (string-to-syntax): New function.
24306
24307 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24308 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24309 try to use passive ftp mode.
24310
24311 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24312
24313 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24314
24315 * simple.el (append-to-buffer): Update point of windows after
24316 insertion.
24317
24318 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24319 forward then moving backward. Reindent.
24320
24321 * frame.el (other-frame): Call x-focus-frame only if
24322 focus-follows-mouse is off.
24323
24324 2000-03-17 Dave Love <fx@gnu.org>
24325
24326 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24327
24328 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24329
24330 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24331 regexp for labels cannot span several lines.
24332
24333 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24334 `(setq :<key> ':<key>)' to the macro expansion.
24335
24336 2000-03-16 Dave Love <fx@gnu.org>
24337
24338 * progmodes/f90.el (f90): Put custom group under `languages', not
24339 `fortran'.
24340 (f90-mode-hook): Customize.
24341 (f90-mode): Set add-log-current-defun-function.
24342 (f90-current-defun): New function.
24343
24344 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24345
24346 * cus-edit.el (custom-variable-tag-face): Handle case that
24347 default face's height is not a number.
24348 (custom-face-tag-face, custom-group-tag-face-1)
24349 (custom-group-tag-face): Ditto.
24350 (custom-group-tag-face-1): Add :group.
24351
24352 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24353
24354 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24355
24356 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24357 requiring easymenu.
24358
24359 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24360
24361 * ps-print.el: PostScript user-defined prologue, PostScript error
24362 handler, doc fix.
24363 (ps-print-version): New version number (5.1).
24364 (ps-user-defined-prologue, ps-error-handler-message)
24365 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24366 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24367 (ps-insert-string): New function.
24368
24369 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24370
24371 * international/ccl.el (ccl-compile-expression): Don't generate
24372 invalid self-assignment code.
24373
24374 2000-03-14 Dave Love <fx@gnu.org>
24375
24376 * subr.el (replace-regexp-in-string): Renamed from
24377 replace-regexps-in-string. Doc fix.
24378
24379 2000-03-12 Dave Love <fx@gnu.org>
24380
24381 * cus-edit.el: Doc fixes.
24382 (customize-set-variable, customize-save-variable): Rename args for doc.
24383 (custom-variable-tag-face, custom-face-tag-face)
24384 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24385 style which user identify as hyperlink.
24386 (hook): Don't add undefined functions to the hook.
24387 (debug-ignored-errors): Transfer message from bindings.el.
24388
24389 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24390
24391 * recentf.el (recentf-keep-non-readable-files-p):
24392 Remove double/nested definition.
24393
24394 2000-03-12 Dave Love <fx@gnu.org>
24395
24396 * facemenu.el (facemenu-get-face): Use display-color-p.
24397 * enriched.el (enriched-decode-foreground): Likewise.
24398 (enriched-decode-background): Likewise.
24399 * isearch.el (isearch-highlight): Likewise.
24400 * info-look.el (info-lookup): Likewise.
24401 * simple.el (completion-setup-function): Likewise.
24402
24403 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24404 :options.
24405
24406 * bindings.el (mode-line-format): Fix line-number and
24407 column-number items. Add help-echo for the background.
24408 (mode-line-mule-info): Modify help-echo.
24409
24410 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24411
24412 * files.el (load-file): Allow completion to .elc.
24413
24414 * man.el: Doc fixes.
24415 (Man-init-defvars): Use display-color-p to set fontification.
24416
24417 * play/hanoi.el (hanoi-internal): Don't use oddp.
24418
24419 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24420
24421 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24422
24423 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24424
24425 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24426
24427 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24428 Fix comment.
24429
24430 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24431
24432 * font-lock.el (font-lock-keywords): Fix the doc now that
24433 regexp-opt-depth is unnecessary.
24434 (save-buffer-state): Set an edebug spec.
24435 (font-lock-fontify-anchored-keywords): Properly handle the case when
24436 the matcher goes past the limit.
24437
24438 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24439 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24440
24441 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24442 dll.el and cookie.el (from Elib) with heavy renaming and other
24443 massaging.
24444
24445 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24446 Autoload the functions used.
24447 (easy-mmode-define-syntax): Fix CL typo.
24448 (easy-mmode-define-derived-mode): Improve the docstring generation.
24449
24450 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24451
24452 * textmodes/texinfo.el (texinfo-version): Variable and function
24453 removed.
24454
24455 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24456
24457 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24458 allow more flexibility.
24459 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24460 (easy-mmode-defmap, easy-mmode-defsyntax)
24461 (easy-mmode-define-derived-mode): New macros.
24462
24463 2000-03-09 Didier Verna <didier@xemacs.org>
24464
24465 * rect.el (replace-rectangle): New function.
24466
24467 2000-03-09 Dave Love <fx@gnu.org>
24468
24469 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24470 (fortran-comment-line-start-skip): Don't match cpp stuff.
24471 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24472 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24473 (fortran-mode): Don't set fortran-comment-line-start-skip,
24474 fortran-comment-line-start here. Set comment-start,
24475 add-log-current-defun.
24476 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24477 (fortran-current-defun): New function.
24478
24479 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24480
24481 * emacs-lisp/re-builder.el: New file.
24482
24483 * mouse.el (mouse-drag-region): Don't run up-event handler
24484 if hscroll has changed.
24485
24486 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24487 builtin operators, use `font-lock-builtin-face' for Emacs and
24488 `font-lock-preprocessor-face' otherwise.
24489
24490 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24491 `(defun (setf foo)' differently.
24492
24493 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24494
24495 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24496 (regexp-opt): Update comment and adapt the code the new meaning of
24497 the `paren' argument of regex-opt-group for shy-groups.
24498 (regexp-opt-depth): Handle shy groups as well as backslashed
24499 backslashes.
24500 (regexp-opt-group): Turn the leading comment into a docstring.
24501 Allow `paren' to be a string (the string to use to open a group).
24502 Remove open-presuf and close-presuf. Instead of checking for `all
24503 one-char' and then later on check for `several one-char', handle
24504 both cases close together. Also apply a more generic algorithm
24505 for suffixes (the mirror image of the algorithm used for
24506 prefixes). Use shy-groups. Use nreverse rather than reverse.
24507 (regexp-opt-try-suffix): Removed.
24508
24509 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24510 from comint-mode-map, so we can just inherit from it. Also, move
24511 the initialization into the `defvar' since there's no docstring
24512 anyway and it's fairly short.
24513 (inferior-scheme-mode): Define it as derived-mode: the code is
24514 shorter and this way we inherit from comint-mode-map rather than
24515 copying it.
24516
24517 * subr.el (replace-regexps-in-string): Properly handle the case
24518 where we match an empty string.
24519
24520 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24521 when the command has a directory component (such as "./testml").
24522 Also fix a typo in the comment.
24523
24524 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24525
24526 * Makefile (compile-files): Compile files one by one because
24527 that's the only way to ensure a clean compilation environment for
24528 each individual file.
24529
24530 * frame.el (other-frame): Call x-focus-frame.
24531
24532 2000-03-07 Dave Love <fx@gnu.org>
24533
24534 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24535 :require to defcustom.
24536
24537 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24538
24539 * files.el (auto-mode-alist): Add configure.in.
24540
24541 * progmodes/autoconf.el: New file.
24542
24543 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24544
24545 * mail/mh-e.el: Change maintainer to `none'.
24546
24547 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24548 to remove-hook and add-hook.
24549
24550 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24551
24552 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24553 it as the default.
24554 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24555 (sendmail-send-it): Conditionally add MIME headers specifying the
24556 used character set.
24557
24558 2000-03-07 Dave Love <fx@gnu.org>
24559
24560 * winner.el: Fix keywords, autoload cookies.
24561 Split eval-when-compile form to avoid compilation failure.
24562
24563 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24564
24565 * international/mule.el: Modify comment about coding system
24566 property `coding-category'.
24567 (make-coding-system): New argument EOL-TYPE. Pay attention to
24568 coding-category property of PROPERTIES.
24569
24570 * international/mule-conf.el (coding-category-utf-8)
24571 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24572 categories. Include them in the argument for set-coding-priority.
24573
24574 * international/mule-cmds.el (reset-language-environment):
24575 Include coding-category-utf-8, coding-category-utf-16-be, and
24576 coding-category-utf-16-le in the argument for set-coding-priority.
24577 (reset-language-environment): Initialize coding-category-utf-8,
24578 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24579
24580 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24581
24582 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24583 code abstracted out of `bookmark-jump-noselect'. Now tries info
24584 extensions as well as compression extensions.
24585 (bookmark-jump-noselect): Use above new func.
24586
24587 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24588
24589 * strokes.el: Change maintainer's mail address.
24590
24591 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24592
24593 * international/mule-diag.el (list-character-sets): Make help-echo
24594 string by substitute-command-keys.
24595 (list-character-sets): Likewise.
24596 (sort-listed-character-sets): Call help-setup-xref.
24597
24598 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24599
24600 * time.el (display-time-mail-file): Add `none' to the list of choices.
24601
24602 2000-03-01 Dave Love <fx@gnu.org>
24603
24604 * help.el (help-xref-go-back): Don't try to set position.
24605
24606 * international/mule-diag.el (list-character-sets):
24607 Call help-setup-xref. Add help-echo to xrefs.
24608 (list-character-sets-1): Add help-echo to xrefs.
24609
24610 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24611
24612 * frame.el (blink-cursor-mode): Switch cursor on when turning
24613 the mode off.
24614
24615 * add-log.el (add-log-current-defun): Add support for
24616 Autoconf mode.
24617
24618 * mail/rmail.el (rmail-quit-hook): New variable.
24619
24620 2000-03-01 Dave Love <fx@gnu.org>
24621
24622 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24623
24624 * help.el (help-xref-button): Add help-echo arg.
24625 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24626
24627 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24628
24629 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24630
24631 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24632
24633 * image.el (defimage): Look for image files in load-path.
24634
24635 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24636
24637 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24638
24639 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24640
24641 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24642
24643 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24644 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24645 action to select/unselect a file.
24646 (recentf-edit-list): Code cleanup and improvement.
24647 (recentf-open-more-files-action): `recentf-open-more-files' button
24648 widget action to open a file.
24649 (recentf-open-more-files): No more use standard completion but widgets.
24650 (recentf-more-collection): Deleted.
24651 (recentf-more-history): Deleted.
24652 (recentf-setup-more-completion): Deleted.
24653
24654 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24655
24656 * recentf.el (recentf-mode): No more needs that Emacs is running
24657 under a window-system.
24658
24659 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24660
24661 * recentf.el (recentf-edit-list): New command to edit the recent
24662 list which allow the user to remove files.
24663 (recentf-edit-selected-items): New global variable, used by
24664 `recentf-edit-list' to hold the list of files to be removed from
24665 the recent list.
24666 (recentf-make-menu-items): Updated to display a "Edit list..."
24667 menu item. Minor code cleanup.
24668
24669 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24670
24671 * recentf.el (recentf-open-more-files): New command to open files
24672 that are not displayed in the menu.
24673 (recentf-more-collection): New global variable holding the set of
24674 permissible completions used by `recentf-open-more-files'.
24675 (recentf-more-history): New global variable holding the history list
24676 used by `recentf-open-more-files' completion.
24677 (recentf-setup-more-completion): New function to setup completion for
24678 `recentf-open-more-files'.
24679 (recentf-make-menu-items): Updated to display a "More..." menu item.
24680
24681 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24682
24683 * recentf.el (recentf-menu-action): Doc fixed.
24684
24685 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24686
24687 * recentf.el (recentf-menu-filter): Doc updated.
24688 (recentf-update-menu-hook): Allow menu filters to force menu update.
24689 (recentf-make-menu-items): New menu filter handling.
24690 (recentf-make-menu-item): New helper function.
24691 (recentf-menu-elements): New menu handling function.
24692 (recentf-sort-ascending): Updated to new menu filter handling.
24693 (recentf-sort-descending): Updated to new menu filter handling.
24694 (recentf-sort-basenames-ascending): New menu filter function.
24695 (recentf-sort-basenames-descending): New menu filter function.
24696 (recentf-show-basenames): New menu filter function.
24697 (recentf-show-basenames-ascending): New menu filter function.
24698 (recentf-show-basenames-descending): New menu filter function.
24699
24700 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24701
24702 * diary-lib.el (list-diary-entries): Don't try to go forward at
24703 the end of the buffer.
24704
24705 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24706
24707 * international/mule-diag.el (list-character-sets):
24708 Completely rewritten.
24709 (sort-listed-character-sets): New function.
24710 (list-character-sets-1): Completely rewritten.
24711 (list-character-sets-2): New function.
24712 (non-iso-charset-alist): New variable.
24713 (decode-codepage-char): New function.
24714 (charset-history): New variable.
24715 (read-charset) (list-block-of-chars)
24716 (list-iso-charset-chars)
24717 (list-non-iso-charset-chars)
24718 (list-charset-chars): New functions.
24719 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24720 (dump-charsets): Likewise.
24721
24722 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24723
24724 * dired-x.el (dired-filename-at-point): Add `@' to valid
24725 file name characters.
24726 (dired-filename-at-point): Handle ange-ftp file names.
24727
24728 * frame.el (frame-notice-user-settings): Use assq-delete-all
24729 instead of assoc-delete-all.
24730 (frame-notice-user-settings): Ditto.
24731
24732 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24733 Don't copy alist.
24734
24735 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24736
24737 * calculator.el (calculator-use-menu): New option.
24738 (calculator-initial-bindings): Changed some bindings to work as macros.
24739 (calculator-forced-input): Removed.
24740 (calculator-restart-other-mode): New variable.
24741 (calculator-mode-map): Set up menu.
24742
24743 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24744
24745 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24746
24747 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24748
24749 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24750 translate all ESC key sequences.
24751 (viper-goto-mark-subr): Restore markers for files for which
24752 they were saved.
24753 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24754 * viper-util.el (viper-set-replace-overlay-glyphs)
24755 (viper-set-replace-overlay): Always check if the replacement
24756 overlay is live.
24757 * viper.el (viper-vi-state-mode-list): Add major modes.
24758 * ediff-wind.el: Minor comment changes.
24759 * ediff.el: Copyright notice date fix.
24760
24761 2000-02-27 Jason Rumney <jasonr@gnu.org>
24762
24763 * faces.el (face-font-family-alternatives): Add arial to helv.
24764 (mode-line, header-line, tool-bar): Same default as x for w32.
24765 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24766 face-font-family-alternatives from working.
24767 * term/w32-win.el (mouse-set-font): Do not build fontset from
24768 chosen font.
24769
24770 2000-02-25 Sam Steingold <sds@goems.com>
24771
24772 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24773 properly.
24774
24775 2000-02-25 Richard M. Stallman <rms@gnu.org>
24776
24777 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24778
24779 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24780
24781 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24782
24783 * frame.el (busy-cursor-delay-seconds): New option.
24784
24785 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24786
24787 * frame.el (show-cursor-in-non-selected-windows): New option.
24788
24789 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24790
24791 * diary-lib.el (include-other-diary-files): Undo the selective
24792 display in any included file and don't kill it.
24793
24794 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24795
24796 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24797 Menu items converted to (menu-item format, help strings added.
24798 [downcase, upcase]: Don't enable on MS-DOS.
24799 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24800 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24801
24802 2000-02-23 Dave Love <fx@gnu.org>
24803
24804 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24805 (backward-kill-word): Revert addition of * to interactive spec --
24806 it's a feature.
24807
24808 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24809 (backward-kill-sentence, kill-sentence): Likewise.
24810
24811 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24812 scratch buffer name.
24813 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24814
24815 * term/w32-win.el (internal-face-interactive): Update prompt for
24816 new read-face-name.
24817
24818 * mail/footnote.el (footnote): Add :version to defgroup.
24819 (footnote-section-tag-regexp): Customize.
24820 (footnote-start-tag, footnote-end-tag): New option.
24821 (footnote-latin-regexp): New variable.
24822 (Footnote-latin): New function.
24823 (footnote-style-alist): Add element for latin style.
24824 (footnote-style): Moved.
24825 (Footnote-goto-footnote): Use eq to test arg.
24826
24827 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24828
24829 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24830 (byte-compile-trueconstp): Include keywords.
24831 (byte-optimize-quote, byte-optimize-lapcode):
24832 Use byte-compile-const-symbol-p.
24833 (byte-optimize-char-before): New optimization.
24834
24835 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24836 (byte-compile-const-symbol-p): New function.
24837 (byte-compile-constp, byte-compile-out-toplevel)
24838 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24839 Use it.
24840
24841 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24842
24843 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24844
24845 * international/encoded-kb.el: Be sure to update minor-mode-alist
24846 and minor-mode-map-alist.
24847 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24848 codes SS2 and SS3 correctly.
24849 (encoded-kbd-self-insert-ccl): New function.
24850 (encoded-kbd-setup-keymap): New function.
24851 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24852 by calling encoded-kbd-setup-keymap.
24853
24854 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24855 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24856
24857 2000-02-22 Dave Love <fx@gnu.org>
24858
24859 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24860 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24861 (lisp-mode-syntax-table): Set up for #|...|# comments.
24862 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24863 classes. Match `defface'.
24864 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24865 (eval-defun-1): Fix for defcustom.
24866 (lisp-indent-region): Doc fix.
24867
24868 * subr.el (when, unless, split-string): Doc fix.
24869 (read-passwd): Move call of clear-this-command-keys to the right place.
24870 (replace-regexps-in-string): New function.
24871
24872 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24873
24874 * help.el (describe-variable): Set syntax table to
24875 emacs-lisp-mode-syntax-table when moving forward over the
24876 symbol's name.
24877
24878 2000-02-22 Dave Love <fx@gnu.org>
24879
24880 * xt-mouse.el: Doc fixes.
24881 (xterm-mouse-position-function): New function, replacing advice of
24882 mouse-position.
24883 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24884
24885 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24886
24887 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24888
24889 * format.el (format-annotate-single-property-change):
24890 Handle properties with dotted-list values.
24891 (format-proper-list-p): New function.
24892
24893 * enriched.el (enriched-face-ans): Handle '(foreground-color
24894 . COLOR) and (background-color . COLOR).
24895
24896 2000-02-20 Dave Love <fx@gnu.org>
24897
24898 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24899 and assignments to it.
24900 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24901 current local map.
24902 (make-flyspell-overlay): Use it.
24903 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24904
24905 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24906 (lm-get-header-re): Defun, not defsubst.
24907 (lm-get-package-name): Defun, not defsubst. Simplify.
24908 (lm-version): Doc fix. Simplify.
24909 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24910 (lm-crack-address, lm-last-modified-date, lm-commentary)
24911 (lm-verify, lm-synopsis): Simplify.
24912 (lm-report-bug): Require emacsbug. Use compose-mail.
24913
24914 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24915
24916 * dired.el (dired-mode): Call propertized-buffer-identification
24917 to set mode-line-buffer-identification to something having
24918 the right text properties.
24919
24920 * bindings.el (propertized-buffer-identification): New function.
24921
24922 2000-02-20 Dave Love <fx@gnu.org>
24923
24924 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24925 check for t-mouse too.
24926
24927 * cus-start.el: Make echo-keystrokes `number'.
24928
24929 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24930
24931 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24932 Don't call ring-empty-p unless tags-location-ring is bound.
24933 From Noah Friedman <friedman@splode.com>.
24934
24935 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24936
24937 * progmodes/hideshow.el (hs-flag-region): No longer use
24938 `intangible' overlay property.
24939
24940 (hs-toggle-hiding): New command.
24941 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24942
24943 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24944 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24945 and deactivation.
24946
24947 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24948
24949 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24950
24951 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24952
24953 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24954
24955 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24956 of `*' to handle `(* ... *)' comments.
24957
24958 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24959
24960 * faces.el (list-faces-display): Use display-mouse-p instead of
24961 window-system.
24962
24963 * menu-bar.el (global-map): Menu-bar items converted to the new
24964 format (menu-item..., rearranged for better CUA compliance, and
24965 their names changed for better clarity. Help strings added.
24966
24967 * international/mule-cmds.el (mule-menu-keymap)
24968 (describe-language-environment-map, set-coding-system-map)
24969 (setup-language-environment-map): Convert to new (menu-item...
24970 form, add help strings. Change names of menu items for better clarity.
24971 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24972
24973 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24974
24975 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24976 within the code.
24977
24978 2000-02-16 Dave Love <fx@gnu.org>
24979
24980 * faces.el: Don't require custom. Add more specific :groups to
24981 various deffaces.
24982 (set-face-attribute): Purecopy args.
24983 (read-face-name): Default to name at point and use it in prompt.
24984 Remove colon from arg in all callers.
24985 (list-faces-display): Hyperlink to face descriptions and customize
24986 buffers.
24987
24988 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24989
24990 * wid-edit.el (widget-match-inline): An atom never matches a list.
24991
24992 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24993
24994 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24995 at ':' characters by call to split-string.
24996
24997 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24998
24999 * textmodes/bibtex.el: Added RCS version identification.
25000
25001 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25002
25003 * textmodes/bibtex.el: Some temporary comments removed.
25004 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
25005 (bibtex-field-const): Allow capital letters.
25006 (bibtex-start-of-string): Deleted because unused.
25007
25008 * textmodes/bibtex.el: Unified some nomenclature. We no longer
25009 use the term 'reference' to describe a bibtex entry as a whole.
25010 Further, reference keys are no longer called 'labels'.
25011 (bibtex-keys): Renamed to bibtex-reference-keys.
25012 (bibtex-reformat-previous-labels): Renamed to
25013 bibtex-reformat-previous-reference-keys.
25014 (bibtex-reference-type): Renamed to bibtex-entry-type.
25015 (bibtex-reference-head): Renamed to bibtex-entry-head.
25016 (bibtex-reference-maybe-empty-head): Renamed to
25017 bibtex-entry-maybe-empty-head.
25018 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
25019 (bibtex-search-reference): Renamed to bibtex-search-entry.
25020 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
25021 bibtex-enclosing-entry-maybe-empty-head.
25022 (bibtex-entry-field-alist, bibtex-entry-head)
25023 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
25024 (bibtex-map-entries, bibtex-search-entry)
25025 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
25026 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25027 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
25028 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
25029 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
25030 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
25031 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
25032
25033 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25034
25035 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
25036 comment.
25037 (bibtex-format-field-delimiters): New function, functionality
25038 extracted from bibtex-format-entry.
25039 (bibtex-autokey-get-yearfield-digits): New function, functionality
25040 extracted from bibtex-autokey-get-yearfield.
25041
25042 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
25043 entries in order to avoid stack overflow in the regexp matcher if
25044 field contents become large.
25045 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
25046 (bibtex-field-string-part-not-braced)
25047 (bibtex-field-string-part-no-inner-braces)
25048 (bibtex-field-string-part-1-inner-brace)
25049 (bibtex-field-string-part-2-inner-braces)
25050 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
25051 (bibtex-field-string-quoted, bibtex-field-string)
25052 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
25053 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
25054 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
25055 Deleted as parsing is now performed by the following functions.
25056 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
25057 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
25058 (bibtex-parse-field-string, bibtex-search-forward-field-string)
25059 (bibtex-parse-association, bibtex-field-name-for-parsing)
25060 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
25061 (bibtex-search-forward-field, bibtex-search-backward-field)
25062 (bibtex-start-of-field, bibtex-end-of-field)
25063 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
25064 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25065 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
25066 (bibtex-parse-string, bibtex-search-forward-string)
25067 (bibtex-search-backward-string, bibtex-start-of-string)
25068 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
25069 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
25070 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
25071 entries. Instead of reporting the results of the parsing by
25072 match-beginning or match-end, these functions return data structures
25073 that hold the corresponding positions.
25074 (bibtex-enclosing-field): Changed to also report field boundaries by
25075 return values rather than by match-beginning or match-end.
25076 The following functions have been adapted to use the new
25077 parsing functions.
25078 (bibtex-skip-to-valid-entry, bibtex-search-reference)
25079 (bibtex-enclosing-field, bibtex-format-entry)
25080 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
25081 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
25082 (bibtex-print-help-message, bibtex-end-of-entry)
25083 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
25084 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25085 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
25086 Use the new method for parsing.
25087 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25088 (bibtex-map-entries, bibtex-flash-head)
25089 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25090 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25091 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25092 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25093 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25094 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25095 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25096 order to make the new binding of case-fold-search immediately visible.
25097
25098 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25099
25100 * textmodes/bibtex.el: Copyright notice is up to date.
25101 Added constant 'bibtex-maintainer-salutation.
25102
25103 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
25104 than make-temp-name, use match-string-no-properties and eliminate
25105 a quadratic behavior when building bibtex-strings.
25106
25107 * bibtex.el (bibtex-reference-key): Accept string entries whose
25108 reference key contains upper case letters.
25109
25110 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25111
25112 * bibtex.el (bibtex-reference-head): Allow entries to start with
25113 a new line.
25114
25115 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25116
25117 * bibtex.el: Hiding of entry bodies is not longer provided by
25118 bibtex.el directly. Instead the hideshow package can be used.
25119 Added a special bibtex entry to hs-special-modes-alist.
25120 (bibtex-hs-forward-sexp): Added for hideshow.el.
25121
25122 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25123
25124 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25125 proceedings entry type (for cross referencing). Thanks to Wagner
25126 Toledo Correa for the suggestion.
25127
25128 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25129
25130 2000-02-14 Kenichi Handa <handa@etl.go.jp>
25131
25132 * international/characters.el: Setup case table for Vietnamese.
25133
25134 2000-02-12 Gerd Moellmann <gerd@gnu.org>
25135
25136 * uniquify.el (toplevel): Require CL at compile time.
25137 (uniquify-push): Removed.
25138
25139 * shadowfile.el (shadow-when): Removed.
25140
25141 * tempo.el (tempo-dolist, tempo-mapc): Removed.
25142 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25143
25144 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25145 regexp for paragraph-start.
25146
25147 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25148 commas as well.
25149
25150 2000-02-10 Dave Love <fx@gnu.org>
25151
25152 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25153 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25154 Deleted.
25155 (widget-specify-field, widget-specify-button): Don't use
25156 widget-mouse-help as help-echo property.
25157 (default): Use #'ignore for :validate and :mouse-down-action.
25158 (checkbox): Add help-echo.
25159 (widget-sexp-validate): Rewritten to clarify error messages.
25160 (character): Use char-valid-p in :match function.
25161 (widget-color-complete): Use facemenu-color-alist.
25162 (widget-color-action): Use facemenu-read-color.
25163
25164 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25165 set up `caar' &c that we now have.
25166
25167 2000-02-09 Ray Blaak <blaak@gnu.org>
25168
25169 * delphi.el: Make resourcestring a declaration region, like const
25170 and var.
25171
25172 2000-02-09 Dave Love <fx@gnu.org>
25173
25174 * bindings.el (mode-line-input-method-map): New variable.
25175 (mode-line-mule-info): Use it; fix last change.
25176 (mode-line-mode-menu): Move definition.
25177 (mode-line-mouse-sensitive-p): Deleted.
25178 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25179 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
25180
25181 * startup.el (command-line-1): Don't call
25182 make-mode-line-mouse-sensitive.
25183
25184 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25185
25186 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25187 before rmail-toggle-header, because the former toggles headers.
25188
25189 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25190
25191 * diff-mode.el (diff-kill-junk): New interactive function.
25192 (diff-reverse-direction): Use delete-and-extract-region.
25193 (diff-post-command-hook): Restrict the area so that the hook also works
25194 outside of any diff hunk. This is necessary for the minor-mode.
25195 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25196 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25197
25198 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25199 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25200 so that it can be used more easily in <foo>-mode-hook. Also make sure
25201 to avoid duplicate entries.
25202 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25203 (font-lock-remove-keywords): Just as was done for `add', allow it to
25204 work even if font-lock-mode is nil. Also make sure we don't modify
25205 any pre-existing list by forcing a copy-sequence. Finally rename
25206 `major-mode' to `mode'.
25207 (font-lock-fontify-syntactic-anchored-keywords)
25208 (font-lock-fontify-anchored-keywords)
25209 (font-lock-fontify-keywords-region): Use line-end-position.
25210 Don't make `font-lock-multiline' local (it's now done in
25211 font-lock-set-defaults).
25212 (font-lock-set-defaults): Make `font-lock-multiline' local.
25213 Move the `font-lock-fontified' creation to inside the `unless'.
25214
25215 2000-02-06 Andrew Innes <andrewi@gnu.org>
25216
25217 * term/w32-win.el (x-handle-args): Comment out call to message,
25218 which occurs before window system is initialized.
25219
25220 * makefile.nt: Add support for recompiling lisp code.
25221
25222 2000-02-04 Dave Love <fx@gnu.org>
25223
25224 * bindings.el (mode-line-mule-info): Fix/extend last change.
25225
25226 * completion.el: Replace completion-dolist with dolist.
25227
25228 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25229
25230 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25231
25232 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25233 environment names before they go into the section regexp.
25234
25235 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25236 char class in regexp.
25237
25238 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25239 Bind `case-fold-search' to nil.
25240
25241 * progmodes/idlwave.el (idlwave-template):
25242 Respect `idlwave-abbrev-change-case'.
25243 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25244 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25245 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25246 (idlwave-rw-case): New function.
25247 (idlwave-statement-match): Fixed problem with assignment regexp.
25248 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25249 (idlwave-surround): New argument LENGTH to support padding of
25250 operators longer than 1 char.
25251
25252 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25253 idlwave-shell-expression-overlay. Implemented printing of
25254 expressions on higher levels of the calling stack.
25255 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25256 (idlwave-retrieve-expression-from-level): New function.
25257 (idlwave-shell-last-calling-stack): Variable removed.
25258 (idlwave-shell-reset): Argument action reversed (`visible' to
25259 `hidden'). Also remove stop-line overlay.
25260 (idlwave-shell-calling-stack-routine): New variable.
25261 (idlwave-shell-parse-stack-and-display): Messages now display
25262 negative level numbers.
25263 (idlwave-shell-mode): Set `modeline-format'.
25264 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25265 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25266 (idlwave-shell-print-expression-function): New option.
25267
25268 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25269 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25270 `tool-bar' instead of `toolbar'.
25271
25272 2000-02-02 Dave Love <fx@gnu.org>
25273
25274 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25275 emacs-lisp-mode-hook. Don't check for defalias being defined.
25276
25277 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25278 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25279 Use the new builtins directly.
25280
25281 * whitespace.el (whitespace): Add :version to defgroup.
25282
25283 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25284 Doc fix.
25285
25286 * thingatpt.el (sexp-at-point, symbol-at-point)
25287 (number-at-point, list-at-point): Add autoload cookie.
25288
25289 * recentf.el (recentf): Add :version to defgroup.
25290
25291 * quickurl.el (quickurl): Add :version to defgroup.
25292
25293 * elide-head.el (elide-head): Use point-marker more.
25294
25295 * bs.el (bs): Add :version to defgroup.
25296
25297 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25298
25299 * progmodes/delphi.el (delphi): Add :version to defgroup.
25300
25301 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25302
25303 * ange-ftp.el (ange-ftp-write-region): Handle case that
25304 succeeding process operation sets a different coding system.
25305
25306 * calculator.el: New file.
25307
25308 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25309
25310 * frame.el (frames-on-display-list, framep-on-display): New functions.
25311 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25312 (display-selections-p, display-screens, display-pixel-width)
25313 (display-pixel-height, display-mm-width, display-mm-height)
25314 (display-backing-store, display-save-under, display-planes)
25315 (display-color-cells, display-visual-class): New functions.
25316
25317 * term/tty-colors.el (tty-color-gray-shades): New function.
25318
25319 * faces.el (display-color-p): Use framep-on-display.
25320 (display-grayscale-p): New function.
25321
25322 2000-01-31 Dave Love <fx@gnu.org>
25323
25324 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25325 (create-fontset-from-x-resource): Don't concat integers.
25326
25327 2000-01-31 Inge Frick <inge@nada.kth.se>
25328
25329 * view.el: Some changes in documentation. Removed some trailing
25330 whitespace. Changed some parameter names to agree with documentation.
25331 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25332 window is not deleted. Modifies change 1998-04-26.
25333
25334 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25335
25336 * windmove.el: New file.
25337
25338 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25339 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25340 progmodes/ebnf-yac.el: Update copyright and license info.
25341
25342 * jit-lock.el (jit-lock-function): Widen before calculating
25343 end position.
25344 (jit-lock-stealth-chunk-start): Rewritten.
25345
25346 * info.el (Info-title-face-alist): Removed.
25347 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25348 (Info-fontify-node): Use these faces.
25349
25350 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25351
25352 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25353 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25354 `&allow-other-keywords'.
25355
25356 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25357 the list of directories scanned heuristically.
25358
25359 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25360
25361 2000-01-30 Jason Rumney <jasonr@gnu.org>
25362
25363 * w32-fns.el: Define w32-tty-standard-colors.
25364
25365 * startup.el (command-line): Use w32-tty-standard-colors when in
25366 w32 console mode.
25367
25368 2000-01-30 Dave Love <fx@gnu.org>
25369
25370 * jka-compr.el (jka-compr-load): Fix up load-history.
25371
25372 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25373
25374 * emacs-lisp/cl-macs.el: Revert previous change.
25375
25376 2000-01-29 Dave Love <fx@gnu.org>
25377
25378 * facemenu.el: Purecopy various strings.
25379
25380 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25381 years. Deal with three-digit years.
25382
25383 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25384 Use defconst, purecopy.
25385 (help-back-label): Purecopy it.
25386
25387 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25388
25389 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25390 variable. If non-nil, order the buffer list according to the
25391 currently selected frame.
25392 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25393 non-nil, pass the selected frame to function buffer-list.
25394
25395 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25396
25397 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25398
25399 2000-01-28 Dave Love <fx@gnu.org>
25400
25401 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25402
25403 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25404 Don't use lisp-indent-hook property.
25405 (cl-abs): Remove.
25406
25407 * subr.el: Move out indent and edebug specs for when and unless.
25408
25409 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25410 when, unless.
25411
25412 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25413 unless, when.
25414
25415 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25416
25417 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25418 `collecting' as synonym for `collect'.
25419
25420 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25421 for the case it contains spaces.
25422
25423 * simple.el (what-cursor-position): Change formatting of messages.
25424
25425 * frame.el (delete-other-frames): New function.
25426 (toplevel): Bind it to C-x 5 1.
25427
25428 * sort.el (sort-numeric-base): New option.
25429 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25430 interpret it as octal or hexadecimal. Use sort-numeric-base
25431 as default base.
25432
25433 * progmodes/glasses.el: New file.
25434
25435 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25436
25437 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25438 userids differently.
25439
25440 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25441 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25442 progmodes/ebnf-yac.el: New files.
25443
25444 2000-01-26 Dave Love <fx@gnu.org>
25445
25446 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25447 on a function with an empty body. [From Eric Ludlam.]
25448
25449 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25450
25451 * vc.el (vc-version-diff): Make sure file name is expanded.
25452
25453 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25454
25455 * scroll-bar.el (scroll-bar-timer): Variable removed.
25456 (scroll-bar-toolkit-scroll): Don't use a timer.
25457
25458 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25459
25460 * language/thai-util.el (thai-composition-function):
25461 Delete superfluous `a'.
25462
25463 2000-01-24 Dave Love <fx@gnu.org>
25464
25465 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25466 end-of-defun-function.
25467
25468 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25469
25470 2000-01-22 Jason Rumney <jasonr@gnu.org>
25471
25472 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25473 conflicts with new face support.
25474
25475 2000-01-22 Richard M. Stallman <rms@gnu.org>
25476
25477 * replace.el (query-replace): Rename last arg to DELIMITED.
25478 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25479 (query-replace-regexp): Likewise.
25480
25481 2000-01-20 Richard M. Stallman <rms@gnu.org>
25482
25483 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25484
25485 * emacs-lisp/lisp.el (beginning-of-defun-function):
25486 Variable renamed from beginning-of-defun.
25487 Do not call make-variable-buffer-local.
25488 (beginning-of-defun-raw): Use new variable name; doc fix.
25489 (beginning-of-defun): Doc fix.
25490 (end-of-defun-function): Variable renamed from end-of-defun.
25491 Do not call make-variable-buffer-local.
25492 (end-of-defun): Use new variable name; doc fix.
25493
25494 * subr.el (dolist, dotimes): Copied from cl-macs.el
25495 and made to work.
25496
25497 * mail/undigest.el (rmail-digest-end-regexps):
25498 Variable replaces rmail-digest-end-regexp.
25499 Allows multiple regexps for detecting the end line.
25500 (undigestify-rmail-message): Corresponding changes.
25501
25502 2000-01-19 Dave Love <fx@gnu.org>
25503
25504 * files.el (user-init-file): Don't declare here -- is primitive.
25505
25506 * startup.el (command-line): Check for compiled user-init-file and
25507 set to uncompiled version if necessary.
25508
25509 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25510
25511 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25512 (undigestify-rmail-message): Use it.
25513
25514 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25515
25516 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25517
25518 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25519 of mini-buffer.
25520
25521 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25522
25523 * emacs-lisp/copyright.el (copyright-update): Removed the
25524 requirement for a trailing space from `copyright-regexp', to
25525 support copyrights with owner specified on a separate line..
25526
25527 * align.el: New file.
25528
25529 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25530
25531 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25532
25533 2000-01-13 Dave Love <fx@gnu.org>
25534
25535 * ph.el: Removed. (Obsoleted by EUDC.)
25536
25537 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25538
25539 * net/eudc.el (toplevel): Remove autoloaded code installing
25540 menu with easymenu, because that causes build problems.
25541
25542 * frame.el (frame-notice-user-settings): New variable.
25543 (frame-notice-user-settings): Don't modify frame parameters
25544 if called a second time.
25545
25546 2000-01-13 Richard M. Stallman <rms@gnu.org>
25547
25548 * frame.el (frame-notice-user-settings):
25549 Notice default-frame-parameters even for non-window frames.
25550
25551 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25552
25553 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25554 for Emacs.
25555 (eudc-bob-can-display-inline-images): Extend for Emacs.
25556 (eudc-bob-toggle-inline-display): Ditto.
25557 (eudc-bob-display-jpeg): Ditto.
25558
25559 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25560
25561 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25562 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25563 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25564
25565 * add-log.el (add-change-log-entry): Fix error trying an
25566 `(insert nil)'.
25567
25568 * subdirs.el: Add `net' directory.
25569
25570 * net: New directory.
25571
25572 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25573 eval-last-sexp. Don't bind debug-on-error here.
25574 (eval-last-sexp): New function. Bind debug-on-error if
25575 eval-expression-debug-on-error is non-nil.
25576 (eval-defun-2, eval-defun): Likewise.
25577
25578 * simple.el (eval-expression): Don't bind debug-on-error if
25579 eval-expression-debug-on-error is nil. Detect changed
25580 debug-on-error, and propagate new value to global binding, if
25581 eval-expression-debug-on-error is non-nil,
25582 (eval-expression-debug-on-error): Change doc string.
25583
25584 2000-01-11 Richard M. Stallman <rms@gnu.org>
25585
25586 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25587
25588 * emacs-lisp/lisp-mode.el (with-syntax-table):
25589 Set up lisp-indent-function property.
25590
25591 * subr.el (with-syntax-table): Moved from simple.el.
25592
25593 * simple.el (with-syntax-table): Moved to subr.el.
25594
25595 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25596
25597 * tmm.el (tmm-shortcut): Delete region after prompt instead
25598 of erasing buffer.
25599
25600 * textmodes/fill.el (fill-common-string-prefix): New function.
25601 (fill-context-prefix): Use the longest common prefix of first
25602 and second line fill prefix, if there is one.
25603
25604 2000-01-11 Richard M. Stallman <rms@gnu.org>
25605
25606 * array.el (array-mode): Don't use make-variable-buffer-local.
25607 Use make-local-variable for `truncate-lines'.
25608
25609 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25610
25611 * add-log.el (add-log-current-defun): Handle user-defined
25612 add-log-current-function returning nil,
25613
25614 * add-log.el (add-change-log-entry): Insert version number
25615 if having found a current function
25616
25617 * add-log.el (add-log-current-defun):
25618 Call `add-log-current-defun-function'. Try matches at level 0 and
25619 level 1. Strip whitespace from defun found.
25620
25621 2000-01-10 John Wiegley <johnw@gnu.org>
25622
25623 * allout.el (isearch-done/outline-provisions): Added `edit'
25624 argument to correspond with the current definition of `isearch-done'.
25625
25626 2000-01-10 Dave Love <fx@gnu.org>
25627
25628 * elide-head.el (elide-head): Use point-marker, not point.
25629
25630 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25631
25632 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25633 before and after the year 2000.
25634
25635 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25636 Add ispell- prefix.
25637
25638 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25639
25640 * ispell.el: Only define dictionaries in menus when they exist.
25641 (version18p): New variable.
25642 (version20p): New variable.
25643 (xemacsp): New variable.
25644 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25645 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25646 (ispell-dictionary-alist6): Russian command lines no longer accept
25647 run-together words.
25648 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25649 (ispell-dictionary-alist): Add koi8-r to customize definition.
25650 (check-ispell-version): Added documentation string. Return library
25651 path when called non-interactively.
25652 (ispell-menu-map-needed): Uses new variables.
25653 (ispell-library-path): New variable.
25654 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25655 (ispell-word): Improved documentation string. Test for valid
25656 character mappings. Correctly check typed in word changes that can
25657 result in single words split into multiple words.
25658 Return replacement word.
25659 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25660 replace in recursive query replace mode. Help message for
25661 recursive edit mode.
25662 (ispell-show-choices): Protect against bad framepop bindings.
25663 (ispell-help): Fix to work with XEmacs.
25664 (ispell-highlight-spelling-error): Use new variables.
25665 (ispell-overlay-window): Fix to work with XEmacs.
25666 (ispell-parse-output): Passed and returns location information
25667 tracking spelling corrections. Doesn't recheck same word on
25668 current line.
25669 (ispell-init-process): Protect against bogus XEmacs variable binding.
25670 Fix call to single argument in sleep-for. Use new variables.
25671 (ispell-region): Passed and returns location information tracking
25672 spelling corrections. Doesn't check same word on current line.
25673 Improved documentation string. Doesn't resend a line already
25674 checked to the ispell process - fixes bug in LaTeX parsing.
25675 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25676 (ispell-skip-region): No longer skips <TT> in SGML.
25677 (ispell-process-line): Tracks location information with spelling
25678 corrections. Added documentation string. Accounts for words
25679 already accepted on this line. Don't allow query-replace on line
25680 starting with math characters. Doesn't resend a line already sent
25681 to ispell process. Fixes alignment error bug.
25682
25683 2000-01-10 Richard M. Stallman <rms@gnu.org>
25684
25685 * dired-x.el (dired-guess-shell-alist-default):
25686 Suggest xloadimage, which is free, not xv, which isn't.
25687
25688 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25689 Don't ever include the host name or user name in the value.
25690
25691 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25692
25693 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25694 of a real newline.
25695
25696 2000-01-09 Stephen Eglen <stephen@gnu.org>
25697
25698 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25699 for .png files.
25700
25701 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25702
25703 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25704
25705 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25706
25707 * progmodes/cperl-mode.el: Replace ^F with ^L.
25708
25709 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25710 `require'ing rmail and mailalias to prevent infinite recursion.
25711
25712 2000-01-08 Dave Love <fx@gnu.org>
25713
25714 * emacs-lisp/backquote.el: Remove inappropriate customization
25715 (allowing custom.el to use backquote).
25716
25717 2000-01-07 Dave Love <fx@gnu.org>
25718
25719 * add-log.el (add-log-debugging): Deleted.
25720 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25721 file. Remove debugging code.
25722 (change-log-get-method-definition, change-log-name): Add doc.
25723 (change-log-sortable-date-at): New function.
25724 (change-log-merge): New command.
25725
25726 * time.el (display-time-string-forms): Make the Mail string active.
25727 (display-time-update): Provide help-echo for load average.
25728
25729 * bindings.el (make-mode-line-mouse2-map): New function.
25730 (mode-line-modified): Use it and simplify.
25731 (mode-line-mule-info): Provide help-echo info.
25732 (minor-mode-alist): Activate the strings.
25733 (make-mode-line-mouse-sensitive): Simplify for
25734 mode-line-buffer-identification.
25735
25736 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25737
25738 * play/pong.el: New file.
25739
25740 2000-01-06 Dave Love <fx@gnu.org>
25741
25742 * array.el: Assorted cleanups for compiler warnings, doc strings,
25743 `array-' prefix for symbols.
25744
25745 2000-01-05 Dave Love <fx@gnu.org>
25746
25747 * textmodes/outline.el (outline-mode-menu-bar-map):
25748 Add outline-headers-as-kill.
25749 (outline-mode): Define imenu-generic-expression.
25750 (outline-headers-as-kill): New command.
25751
25752 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25753 from paragraph-start.
25754 (paragraph-indent-minor-mode): New command.
25755
25756 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25757 M-C-e, M-C-h, C-j, C-xnd, TAB.
25758 (fortran-mode): Set beginning-of-defun, end-of-defun.
25759 (fortran-column-ruler): Simplify.
25760 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25761 (fortran-with-subprogram-narrowing): Likewise.
25762 (fortran-indent-subprogram): Call mark-defun.
25763 (fortran-check-for-matching-do): Change narrowing.
25764
25765 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25766 (cl-lucid-hash-tag): Delete.
25767 (cl-hash-table-p): Correct test for native table.
25768 (cl-hash-table-count): Use hash-table-count.
25769
25770 * browse-url.el (browse-url): Fix case of
25771 browse-url-browser-function being an alist.
25772
25773 2000-01-05 Carsten Dominik <cd@gnu.org>
25774
25775 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25776 (reftex-index-phrase-file-extension): New options.
25777
25778 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25779 Use new option `reftex-index-phrase-file-extension'.
25780
25781 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25782 `reftex-parse-file-extension'.
25783
25784 2000-01-05 Dave Love <fx@gnu.org>
25785
25786 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25787 (beginning-of-defun-raw): Use it.
25788 (end-of-defun): New variable.
25789 (end-of-defun): Use it.
25790 (check-parens): New command.
25791
25792 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25793
25794 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25795 (hs-show-block): Don't use `mapcar' when not accumulating.
25796
25797 Fix buglet in local variables initialization.
25798
25799 2000-01-05 Andreas Schwab <schwab@suse.de>
25800
25801 * hscroll.el (hscroll): Doc fix.
25802
25803 2000-01-05 Carsten Dominik <cd@gnu.org>
25804
25805 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25806 Require idlw-toolbar.
25807
25808 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25809 file idlw-rinfo.el.
25810 (idlwave-customize): Load must read file idlw-shell.el.
25811 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25812
25813 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25814
25815 * progmodes/idlw-shell.el: Also provide idlwave-shell
25816 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25817 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25818
25819 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25820 both reftex-dcr and reftex-vcr.
25821
25822 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25823
25824 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25825
25826 * ps-print.el: PostScript code now is in separate files, doc fix.
25827 (ps-print-version): New version number (5.0.3).
25828 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25829 local.
25830 (ps-spool-config): Initialization fix.
25831 (ps-print-prologue-1, ps-print-prologue-2)
25832 (ps-print-duplex-feature): PostScript code moved to separated file.
25833 (ps-background-image): Little code reformating.
25834 (ps-begin-file, ps-begin-job): Fix code.
25835 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25836 (ps-prologue-file): New fun.
25837
25838 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25839
25840 * ps-vars.el: Eliminated.
25841
25842 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25843 `;;;###autoload'.
25844
25845 * ps-print.el: ps-vars eliminated, doc fix.
25846 (ps-print-version): New version number (5.0.2).
25847 (ps-spool-config): Initialization fix.
25848 (ps-print-customize): New fun.
25849
25850 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25851
25852 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25853
25854 2000-01-04 Dave Love <fx@gnu.org>
25855
25856 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25857 menu items.
25858
25859 2000-01-03 Dave Love <fx@gnu.org>
25860
25861 * elide-head.el (elide-head) [defgroup]: Add :version.
25862
25863 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25864 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25865 Use `cl-hash-table-p', not `hash-table-p'.
25866 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25867
25868 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25869
25870 * faces.el (face-read-integer, read-face-attribute)
25871 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25872
25873 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25874
25875 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25876 at comment end, and re-insert them after filling.
25877
25878 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25879
25880 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25881 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25882 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25883
25884 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25885
25886 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25887 the new name of face-color-supported-p.
25888
25889 * term/w32-win.el (xw-defined-colors): Likewise.
25890
25891 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25892
25893 * simple.el (completion-setup-function): Count completion-size
25894 from minibuffer-prompt-end, not from point-min.
25895
25896 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25897
25898 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25899 Pass the frame to tty-color-* functions.
25900 (display-color-p, frame-set-background-mode): Pass the frame to
25901 tty-display-color-p.
25902
25903 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25904 tty-color-alist.
25905 (tty-color-alist, tty-modify-color-alist): New functions.
25906 (tty-color-define, tty-color-clear, tty-color-approximate)
25907 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25908 optional parameter FRAME.
25909
25910 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25911
25912 * image.el (create-image, defimage): Don't assume image data is
25913 a string.
25914
25915 * image.el (defimage): Handle specifications containing :data
25916 instead of :file.
25917 (image-type-from-data): New function.
25918 (image-type-from-file-header): Use it.
25919 (create-image): Add parameter DATA-P.
25920
25921 See ChangeLog.8 for earlier changes.
25922
25923 ;; Local Variables:
25924 ;; coding: iso-2022-7bit
25925 ;; End:
25926
25927 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25928 Copying and distribution of this file, with or without modification,
25929 are permitted provided the copyright notice and this notice are preserved.