("Czech"): Fix the documentation.
[bpt/emacs.git] / lisp / ChangeLog
1 2002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * language/czech.el ("Czech"): Fix the documentation.
4
5 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
6
7 * xml.el (xml-parse-attlist): Accept empty strings.
8 From Max Froumentin <mf@w3.org>.
9
10 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
11
12 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
13 all terminals now support highlighting of some kind.
14
15 * language/european.el (mac-roman): Fix the safe-chars property.
16
17 2002-03-05 Andre Spiegel <spiegel@gnu.org>
18
19 * vc.el (vc-transfer-file): Use `make-temp-file'.
20 (vc-default-update-changelog): Remove conditional use of
21 `make-temp-name'.
22
23 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
24
25 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
26
27 * ediff-init.el: comments.
28
29 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
30 is loaded.
31
32 * ediff-mult.el (ediff-intersect-directories,
33 ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
34 cleanup.
35 (ediff-draw-dir-diffs): now supports the "C" command in directory
36 difference buffer.
37 (ediff-dir-diff-copy-file): new function that implements copying
38 of files from one Ediff dir to another
39 (ediff-bury-dir-diffs-buffer): kills the buffer instead.
40 (ediff-append-custom-diff): better error msgs.
41
42 * ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
43 (ediff-inferior-compare-regions): Use
44 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
45
46 * ediff.el (ediff-directories-internal): Cleanup.
47 (ediff-clone-buffer-for-region-comparison): Better interface.
48
49 2002-03-04 Richard M. Stallman <rms@gnu.org>
50
51 * emacs-lisp/easy-mmode.el (define-minor-mode):
52 Use "P" in interactive spec of minor mode commands.
53
54 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
55
56 * net/snmp-mode.el: Require tempo when compiling to prevent
57 warnings. Update copyright notice.
58
59 * help.el (describe-key-briefly, describe-key): Interpret
60 `undefined' like not defined at all.
61
62 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
63
64 * textmodes/sgml-mode.el: Change maintainer to FSF.
65 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
66 (sgml-tags-invisible, sgml-beginning-of-tag):
67 Allow _ : and non-ASCII in tag names, as required for XML.
68 (sgml-name-char): Don't assume anything about charsets handled by
69 encode-char.
70
71 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
72 where one of the buffers is narrowed.
73
74 * hexl.el (hexlify-command, dehexlify-command): Remove.
75 (hexlify-buffer, dehexlify-buffer): Use call-process-region
76 rather than shell-command-on-region.
77
78 * newcomment.el (comment-forward): Use forward-comment to skip
79 over whitespace (or comments) even when comment-use-syntax is nil.
80
81 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
82
83 * textmodes/xml-lite.el: New file.
84
85 2002-03-03 Richard M. Stallman <rms@gnu.org>
86
87 * textmodes/artist.el (artist-system): Use make-temp-file.
88
89 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
90
91 * mail/sendmail.el (mail-recover-1): Increase non-random-len
92 by 1 since we changed make-auto-save-file-name to add one
93 fewer character to the buffer name.
94 (mail-recover): Really show point at the right place
95 in the *Directory* buffer.
96
97 * files.el (make-auto-save-file-name): Use make-temp-file.
98
99 * terminal.el (te-create-terminfo): Use make-temp-file
100 to create the source file in a safe way.
101
102 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
103
104 * cus-start.el: Rename automatic-hscroll-step and
105 automatic-hscroll-margin into hscroll-step and hscroll-margin.
106
107 * frame.el (auto-hscroll-mode): Renamed from
108 automatic-hscrolling.
109 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
110
111 * mouse.el (mouse-region-delete-keys): Add deletechar.
112
113 2002-03-03 Sam Steingold <sds@gnu.org>
114
115 * play/snake.el (snake-score-file): Fixed parens (broken by the
116 last patch).
117 * play/tetris.el (tetris-score-file): Ditto.
118
119 2002-03-03 Richard M. Stallman <rms@gnu.org>
120
121 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
122
123 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
124
125 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
126 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
127
128 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
129
130 * calendar/diary-lib.el (list-diary-entries): Use
131 `buffer-substring' instead of `buffer-substring-no-properties' to
132 support enriched mode.
133
134 2002-03-02 Richard M. Stallman <rms@gnu.org>
135
136 * find-dired.el (find-grep-dired): Call shell-quote-argument.
137 Specify the -e option.
138 Rename arg to `regexp'.
139
140 2002-03-02 Milan Zamazal <pdm@zamazal.org>
141
142 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
143
144 2002-03-02 Miles Bader <miles@gnu.org>
145
146 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
147 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
148 If there's no applicable modifiers entry in the alist in
149 `mouse-wheel-scroll-amount', fall back to the default, not to
150 nil (which causes full screen scrolls).
151
152 2002-03-01 Andreas Schwab <schwab@suse.de>
153
154 * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
155 extra paren in regexp.
156
157 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
158
159 * mouse.el (mouse-show-mark): Use display-mouse-p, not
160 display-graphic-p, to decide whether to move point or use the
161 highlighting.
162
163 2002-02-28 Colin Walters <walters@verbum.org>
164
165 * eshell/esh-var.el (eshell-parse-variable-ref): Use
166 `make-temp-file'.
167
168 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
169 `temporary-file-directory'; we now do that in
170 `calc-graph-file-cache'.
171 (calc-temp-file-name): Use `make-temp-file'.
172
173 2002-02-28 Richard M. Stallman <rms@gnu.org>
174
175 * font-lock.el (java-font-lock-extra-types):
176 Match java.net.URL, etc.
177
178 2002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
179
180 * hexl.el (hexl-options): Doc fix.
181 Update Commentary section.
182
183 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
184 Doc fixes.
185
186 2002-02-28 Andre Spiegel <spiegel@gnu.org>
187
188 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
189 the user to do that first.
190 (vc-update): New function.
191
192 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
193 which calls vc-update. Use the term "Base Version" instead of
194 "Last Version" for the entries "Revert" and "Compare".
195
196 2002-02-28 Kim F. Storm <storm@cua.dk>
197
198 * simple.el (shell-command-on-region): Report non-zero exit
199 status in mode line instead of buffer.
200
201 2002-02-27 Richard M. Stallman <rms@gnu.org>
202
203 * comint.el (comint-preoutput-filter-functions): Doc fix.
204 (comint-output-filter-functions, comint-input-filter-functions)
205 (comint-redirect-filter-functions): Likewise.
206
207 (comint-redirect-preoutput-filter): Do the local-hook
208 handling of t when running comint-redirect-filter-functions.
209 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
210
211 2002-02-26 Richard M. Stallman <rms@gnu.org>
212
213 * paths.el (remote-shell-program): Add doc string.
214
215 2002-02-26 Colin Walters <walters@debian.org>
216
217 * ibuf-ext.el (sorter mode-name): New.
218 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
219
220 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
221 interactively, so they do something.
222 (calc-scroll-right): Ditto.
223
224 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * international/mule.el (ctext-pre-write-conversion): Handle the
227 case when FROM is a string, and when we are called from
228 build_annotations_2.
229
230 2002-02-26 Richard M. Stallman <rms@gnu.org>
231
232 * rect.el (clear-rectangle-line): Reindent to the same column
233 that move-to-column reached when it tried to go to endcol.
234
235 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
236
237 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
238
239 * winner.el (winner-boring-buffers, winner-set): A window which
240 displays a buffer whose name is in the list
241 `winner-boring-buffers', will no longer be restored by
242 `winner-undo'.
243 (winner-sorted-window-list): Used to improve comparison between
244 window configurations.
245 (winner-win-data): Simplified and moved.
246 (winner-conf): Simplified (now uses `winner-win-data').
247 (winner-change-fun, winner-save-old-configurations)
248 (winner-save-(un)conditionally, winner-redo): Changes made while in
249 the minibuffer will be ignored. (Such changes are undone upon
250 exit for the minibuffer, anyway.)
251 (winner-set-conf): Preserve selected window whenever possible.
252 (winner-make-point-alist): Simplified.
253 (winner-mode, winner-save-unconditionally): Save current window
254 configuration on entering minibuffer.
255 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
256 since it does not change the overall behavior of Emacs.
257
258 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
259
260 * international/mule-conf.el (compound-text): Renamed back from
261 compound-text-no-extensions.
262 (ctext-no-compositions): Remove the mime-charset property.
263 (compound-text-with-extensions): Renamed from compound-text.
264 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
265
266 2002-02-26 Juanma Barranquero <lektu@terra.es>
267
268 * faces.el (list-faces-display): Fix typo.
269
270 2002-02-25 Richard M. Stallman <rms@gnu.org>
271
272 * frame.el (focus-follows-mouse): Doc fix.
273
274 2002-02-26 Miles Bader <miles@gnu.org>
275
276 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
277 to `define-key', since it no longer accepts the latter.
278
279 2002-02-25 Jason Rumney <jasonr@gnu.org>
280
281 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
282 mouse-wheel-scroll-amount.
283
284 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
285 mwheel.el.
286
287 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
288
289 2002-02-25 Andre Spiegel <spiegel@gnu.org>
290
291 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
292 consistent with the others that take a backend name as a symbol.
293
294 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
295
296 2002-02-25 Kim F. Storm <no-spam@cua.dk>
297
298 * comint.el (comint-replace-by-expanded-filename): Do nothing if
299 comint-match-partial-filename returns nil.
300
301 * shell.el (shell-pcomplete-setup-done): New variable.
302 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
303 (shell-pcomplete-reverse): Ditto.
304
305 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
306
307 * ps-print.el (ps-print-printer): Added `lpr' customize group
308 member.
309
310 2002-02-25 Juanma Barranquero <lektu@terra.es>
311
312 * subr.el (save-match-data): Doc fix.
313
314 * ielm.el (ielm-prompt): Allow customization; make it read-only.
315
316 2002-02-25 Kim F. Storm <storm@cua.dk>
317
318 * shell.el (shell-mode-map): Add "Complete" header so completion
319 menu is shown on the menu bar in shell mode.
320
321 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
322
323 * ielm.el (ielm-match-data): New var.
324 (inferior-emacs-lisp-mode): Make it buffer-local.
325 (ielm-eval-input): Use it to preserve match-data between inputs.
326
327 2002-02-24 Juanma Barranquero <lektu@terra.es>
328
329 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
330
331 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
332
333 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
334 `custom-buffer' customize group.
335
336 2002-02-23 Kim F. Storm <storm@cua.dk>
337
338 * help.el (where-is): Use remap-command.
339
340 * help-fns.el (describe-function-1): Use remap-command.
341
342 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
343 change (no longer accept a symbol for the KEY argument).
344
345 2002-02-23 Colin Walters <walters@debian.org>
346
347 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
348 * calc/calcalg2.el (math-solve-get-sign): Ditto.
349
350 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
351 in generated function.
352
353 * ibuf-ext.el (ibuffer-old-time): Change to hours.
354 (ibuffer-mark-old-buffers): Handle it.
355
356 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
357 (toplevel): Bind them.
358 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
359 not necessary now that we use pcomplete.
360
361 * comint.el: Document how use new pcomplete completion facility.
362
363 2002-02-23 Richard M. Stallman <rms@gnu.org>
364
365 * mail/rmailsum.el (rmail-summary-output): Properly advance
366 to next message, by calling rmail-summary-goto-msg.
367
368 * net/browse-url.el (browse-url-galeon): Specify --existing
369 for an existing window. Use --noraise rather than --no-raise.
370 Don't use -x.
371
372 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * progmodes/etags.el (find-tag-noselect, find-tag)
375 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
376 Fix a typo in doc strings.
377
378 2002-02-20 Deepak Goel <deego@glue.umd.edu>
379
380 * play/snake.el (snake-velocity-queue, snake-update-velocity)
381 (snake-final-x-velocity, snake-final-y-velocity):
382 New variable and functions. Store user's keypresses
383 into a queue and pop from the queue each subsequent turn.
384 (snake-update-game, snake-move-left)
385 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
386 (snake-start-game): Use that queue.
387 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
388 (snake-use-color-flag): Likewise.
389 (snake-mode): Rename uses of those variables.
390
391 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
392
393 Support for ICCCM Extended Segments in X selections:
394
395 * international/mule-conf.el (ctext-no-compositions): New coding
396 system.
397 (compount-text-no-extensions): Renamed from compound-text.
398 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
399 compound-text-no-extensions.
400 (compound-text): Redefined using post-read and pre-write conversions.
401
402 * international/mule.el (non-standard-icccm-encodings-alist)
403 (non-standard-designations-alist): New variables.
404 (ctext-post-read-conversion, ctext-pre-write-conversion):
405 New functions.
406
407 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
408
409 * vc.el (vc-default-init-version): Update documentation to
410 indicate that the backend can override the default init version.
411 (vc-register): Use the backend init-version function, if it
412 exists, to determine the initial version of a file.
413 (vc-diff-switches-list): Don't symbol-quote backend, since it's
414 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
415
416 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
417 not version-controlled. This is necessary, e.g., if the file has
418 just been reverted, and thus was previously under version control
419 but isn't any longer.
420 (vc-find-file-hook): Likewise.
421
422 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
423
424 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
425 (vc-cvs-sticky-tag-display): New variable.
426 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
427 (vc-cvs-checkin): If the input revision is a valid symbolic tag
428 name, we create it as a branch, commit and switch to it.
429 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
430 (vc-cvs-valid-symbolic-tag-name-p): New function.
431 (vc-cvs-parse-sticky-tag): New function.
432 (vc-cvs-parse-entry): Added parsing of sticky tags.
433
434 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
435
436 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
437 nil, and then explicitly set the standard-value to t.
438
439 2002-02-20 Sam Steingold <sds@gnu.org>
440
441 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
442 since it is used in the menu bar.
443
444 2002-02-20 Richard M. Stallman <rms@gnu.org>
445
446 * simple.el (shell-command-on-region): Display the exit status
447 when a command fails.
448
449 * subr.el (add-hook): Doc fix.
450
451 * frame.el (other-frame): Doc fix.
452
453 * simple.el (yank): Clear `field' property.
454
455 2002-02-20 Tom Tromey <tromey@cachet>
456
457 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
458 natural paragraph boundaries. Don't fail at beginning of buffer.
459
460 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
461
462 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
463 call the argument "arg" to match plain next-line and
464 previous-line. From Kevin Ryde <user42@zip.com.au>.
465
466 2002-02-19 Sam Steingold <sds@gnu.org>
467
468 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
469 scroll amounts for different modifiers now.
470 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
471 format properly.
472 (mouse-wheel-mode): Ditto.
473
474 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
475
476 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
477 around function body.
478
479 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
480 sense of the comparison, to match the doc strings of functions
481 that use this macro.
482
483 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
484
485 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
486
487 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
488 * menu-bar.el (menu-bar-mode): Ditto.
489
490 2002-02-18 Andreas Schwab <schwab@suse.de>
491
492 * replace.el (query-replace-regexp-eval): Doc fix.
493
494 2002-02-18 Colin Walters <walters@verbum.org>
495
496 * calc/calcalg2.el (math-solve-get-int): Convert return value from
497 `math-get-from-counter' to a string before calling `concat' on it.
498
499 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
500 (calc-public-autoloads): Obsolete; remove.
501 (calc-private-autoloads): Ditto.
502 (calc-add-autoloads): Ditto.
503
504 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
505 for body.
506
507 2002-02-17 Jason Rumney <jasonr@gnu.org>
508
509 * w32-win.el (x-option-alist, x-long-option-alist)
510 (x-switch-definitions): Remove, use command-line-x-option-alist
511 instead to be consistent with X.
512 (x-handle-initial-switch): New function.
513
514 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * faces.el (mode-line-inactive, header-line): Add the :inherit
517 attribute for the tty case.
518
519 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
520
521 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
522 invoked from Rmail with full headers displayed.
523
524 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
525
526 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
527 when repeated.
528 * textmodes/paragraphs.el (mark-paragraph): Ditto.
529
530 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
531
532 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
533 (menu-bar-tools-menu): Removed speedbar.
534
535 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
536 and `flyspell-mode' entries.
537
538 * textmodes/flyspell.el (flyspell): Add to ispell group.
539
540 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
541
542 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
543 repeated.
544 (mark-defun): Mark more if repeated.
545
546 2002-02-17 Colin Walters <walters@verbum.org>
547
548 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
549
550 * ibuffer.el (ibuffer-truncate-lines): New option.
551 (ibuffer-mode): Use it.
552
553 2002-02-17 Kim F. Storm <storm@cua.dk>
554
555 * cus-start.el: Add mouse-highlight.
556
557 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
558
559 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
560
561 * cus-start.el: Add automatic-hscroll-margin and
562 automatic-hscroll-step.
563
564 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
565
566 * cus-start.el (x-autoselect-window): Allow customization.
567
568 * eshell/em-alias.el (eshell-alias-initialize): Do not use
569 make-local-hook.
570
571 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
572
573 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
574
575 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
576
577 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
578
579 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
580
581 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
582
583 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
584
585 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
586
587 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
588
589 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
590
591 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
592
593 * eshell/esh-io.el (eshell-io-initialize): Likewise.
594
595 * eshell/esh-mode.el (eshell-mode): Likewise.
596
597 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
598
599 * eshell/esh-var.el (eshell-var-initialize): Likewise.
600
601 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
602
603 * progmodes/idlwave.el (idlwave-mode): Likewise.
604
605 * textmodes/reftex-sel.el (reftex-select-label-mode)
606 (reftex-select-bib-mode): Likewise.
607
608 2002-02-16 John Wiegley <johnw@gnu.org>
609
610 * eshell/em-hist.el (eshell-hist-initialize): When in the
611 minibuffer, use the global value of `eshell-history-ring', and
612 never save it to disk, or ask to save it to disk. This allows
613 users of session.el to control whether its global state should be
614 persisted or not.
615 (eshell-add-command-to-history): Don't write Eshell's history out
616 to disk, let the governing mode control that upon exit.
617
618 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * eshell/eshell.el (eshell-command): Before reading from the
621 minibuffer, add eshell-add-command-to-history to
622 minibuffer-exit-hook, and remove it after read-from-minibuffer
623 returns.
624
625 * eshell/em-hist.el (eshell-add-input-to-history): New function,
626 with most of the code from eshell-add-to-history.
627 (eshell-add-command-to-history): New function, to record in
628 eshell-history the commands run via eshell-command.
629 (eshell-add-to-history): Call eshell-add-command-to-history to do
630 most of the work.
631
632 2002-02-16 John Wiegley <johnw@gnu.org>
633
634 * eshell/esh-ext.el (eshell-external-command): Added a fix for
635 XEmacs' new dired.el, which adds a global entry in the
636 `file-name-handler-alist'.
637
638 2002-02-16 John Wiegley <johnw@gnu.org>
639
640 * align.el (align-region): Added a missing name argument.
641
642 2002-02-16 John Wiegley <johnw@gnu.org>
643
644 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
645 after the #! of a shell interpretor specification.
646
647 2002-02-15 Richard M. Stallman <rms@gnu.org>
648
649 * help.el (describe-key-briefly): Make output in INSERT case
650 look just like what is displayed in the normal case.
651
652 2002-02-15 Andreas Schwab <schwab@suse.de>
653
654 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
655 non-letter after specials.
656
657 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
658
659 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
660
661 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
662
663 * simple.el (mark-word): Mark more if repeated.
664 * textmodes/paragraphs.el (mark-paragraph): Ditto.
665 (mark-end-of-sentence): Ditto.
666
667 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
668
669 * wid-edit.el (widgetp): Made it more robust.
670
671 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
672
673 * facemenu.el (describe-text-done): New function.
674 (describe-text-mode-map): New variable.
675 (describe-text-mode-hook): New option.
676 (describe-text-mode): New function.
677 (describe-text-widget): New function.
678 (describe-text-sexp): New function.
679 (describe-text-properties): New function.
680 (describe-text-category): New command.
681 (describe-text-at): New command.
682 (facemenu-menu): Replace `list-text-properties-at' with
683 `describe-text-at' in the menu.
684
685 * wid-edit.el (widgetp): New function.
686 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
687 Autoloaded.
688
689 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
690
691 * wid-browse.el: Removed version and x-url keywords.
692
693 2002-02-13 Kim F. Storm <storm@cua.dk>
694
695 * cus-start.el (mode-line-in-non-selected-windows):
696 Allow customization.
697
698 2002-02-13 Richard M. Stallman <rms@gnu.org>
699
700 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
701 Tell bibtex-parse-keys to output no progress messages.
702
703 * international/mule-diag.el (list-input-methods):
704 Use help-input-method, not describe-input-method, for button type.
705
706 * register.el (describe-register-1): Access register contents here.
707
708 * textmodes/text-mode.el (text-mode-hook-identify):
709 Restore previous definition. Add to text-mode-hook again.
710
711 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
712 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
713 to avoid needing sendmail.el at run time.
714
715 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
716 Initialization moved up too.
717 (mode-line-modes): Use :propertize.
718 (mode-line-mode-menu-keymap): Var deleted.
719 (mode-line-copied-mode-name): Var deleted.
720 (mode-line-mode-name): Function deleted.
721 (mode-line-mode-menu): Each item now shows its mode line lighter.
722 (minor-mode-alist): Don't call propertize here.
723
724 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
725
726 * progmodes/pascal.el (pascal-imenu-generic-expression):
727 Add menu-title and fix parentheses.
728
729 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
730
731 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
732 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
733
734 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
735
736 * menu-bar.el (menu-bar-options-save): Only save
737 `current-language-environment' and `default-input-method' when
738 marked as customized.
739
740 * international/mule-cmds.el
741 (setup-specified-language-environment):
742 Mark `current-language-environment' as customized.
743 (set-input-method): Mark `default-input-method' as customized when
744 called interactively.
745 (toggle-input-method): Ditto.
746
747 2002-02-11 Colin Walters <walters@verbum.org>
748
749 * ibuffer.el (ibuffer-switch-format): Supply required argument for
750 `ibuffer-current-formats'.
751
752 2002-02-11 Miles Bader <miles@gnu.org>
753
754 * faces.el (mode-line-inactive): Add dark-background variant.
755
756 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
757
758 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
759 * menu-bar.el (menu-bar-mode): Ditto.
760 * cus-edit.el (customize-mark-to-save): Always save variables
761 without a standard value.
762
763 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
764 (menu-bar-options-save): Ditto.
765 (menu-bar-showhide-menu): Ditto.
766 (menu-bar-options-menu): Ditto.
767 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
768 (menu-bar-scroll-bar-none): Remove.
769 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
770 expressions instead.
771
772 * cus-edit.el (customize-set-value): Return value.
773 (customize-set-variable): Ditto.
774 (customize-save-variable): Ditto.
775 (customize-set-variable): Load dependencies before setting value.
776 (custom-load-symbol): Autoload it.
777 (customize-mark-as-set): New function.
778
779 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
780
781 * cus-start.el: Don't warn about "x-*" symbols when building a
782 non-GUI version.
783
784 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
785
786 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
787 Doc fix.
788 (strokes-help): Do not use doubled with-output-to-temp-buffer.
789 Fix the help string.
790 (strokes-prompt-user-save-strokes): Fix typo.
791 (strokes-list-strokes): Use proper exit-action argument for
792 view-buffer. Update copyright notice.
793
794 * international/mule-diag.el: Various doc and message fixes.
795 (non-iso-charset-alist): Add mac-roman. Don't add entries for
796 codepages already present.
797 (list-block-of-chars): Display space for null entries in
798 translation table. Display tab specially.
799 (list-non-iso-charset-chars): Check for null charsets. Use pop
800 for clarity. Don't break 8-bit sets into sections between ranges.
801 (list-charset-chars): Avoid indent-tabs-mode.
802 (describe-char-after): Maybe use the text property for syntax
803 table information. Maybe report char-code-property-table info.
804 Maybe report character's unicode. Tweak printing of list info.
805 (list-input-methods): Add xref buttons.
806 (dump-charsets, dump-codings): Deleted (obsolete).
807 From Dave Love <fx@gnu.org>.
808
809 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
810
811 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
812
813 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
814
815 * viper-util.el (viper-read-key-sequence): Fix so it'll read
816 fast key sequences in emacs native mode
817 (viper-events-to-keys): Delete.
818
819 * viper.el (describe-key, describe-key-briefly): Get rid of
820 viper-events-to-keys.
821
822 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
823
824 * ediff-wind.el (ediff-setup-control-frame):
825 Use ediff-has-gutter-support.
826
827 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
828 check if buff is alive.
829
830 * ediff.el: Typo in comment.
831
832 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
833
834 * menu-bar.el (menu-bar-options-save): Take care of
835 line-number-mode and column-number-mode variables.
836 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
837 "Show Column Number" in "Show/Hide" menu.
838
839 2002-02-09 Richard M. Stallman <rms@gnu.org>
840
841 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
842
843 2002-02-09 Kim F. Storm <storm@cua.dk>
844
845 * faces.el (mode-line-inactive): New face for mode-line for
846 non-selected windows.
847 (mode-line): Doc fix: Only used for selected window.
848
849 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
850
851 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
852 name to "Insert Diary Entry".
853
854 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
855
856 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
857 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
858
859 2002-02-08 Richard M. Stallman <rms@gnu.org>
860
861 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
862
863 2002-02-08 Andreas Schwab <schwab@suse.de>
864
865 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
866 of point-min.
867
868 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
869
870 * net/ange-ftp.el (ange-ftp-process-handle-line)
871 (ange-ftp-set-xfer-size): If the file's size is a float, divide
872 by 1024 instead of using ash.
873
874 * international/mule-cmds.el (select-safe-coding-system):
875 State the buffer's name in the message popped in the *Warning* buffer,
876 and make sure the offending buffer is displayed.
877
878 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
879
880 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
881
882 2002-02-07 Richard M. Stallman <rms@gnu.org>
883
884 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
885
886 * register.el (list-registers): New command.
887 (describe-register-1): New subroutine, taken out of view-register.
888
889 * emacs-lisp/copyright.el (copyright-regexp):
890 Delete the unibyte copyright symbol; it's redundant.
891 Fix a spazz in the multibyte encoding here.
892
893 2002-02-07 Dave Love <fx@gnu.org>
894
895 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
896 (cyrillic-encode-alternativnyj-char): Get translation tables from
897 symbol properties, not as variables.
898 (standard-display-cyrillic-translit): Include unicodes.
899
900 2002-02-06 Kim F. Storm <storm@cua.dk>
901
902 * help.el (where-is): Report remapped commands.
903
904 * help-fns.el (describe-function-1): Ditto.
905
906 * subr.el (global-set-key, local-set-key): Accept a symbol for the
907 KEY argument (like define-key).
908
909 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
910
911 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
912
913 2002-02-06 Richard M. Stallman <rms@gnu.org>
914
915 * mail/mailabbrev.el: Require sendmail only at compile time.
916 (mail-mode-header-syntax-table): Var deleted.
917 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
918 (sendmail-pre-abbrev-expand-hook): Only temporarily change
919 local-abbrev-table and the syntax table.
920 Compute mail-abbrev-syntax-table if that has not been done.
921
922 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
923
924 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
925 (debugger-frame-number): Figure out the offset directly.
926 (debugger-setup-buffer): Don't use debugger-frame-offset.
927 (debugger-frame, debugger-frame-clear): Likewise.
928 (debugger-jump): Don't alter debugger-frame-offset.
929
930 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
931 Replace foo-p as var name with foo-flag, not foo-p-flag.
932
933 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
934 (highlight-changes-passive-string): Default to -Chg.
935 (highlight-changes-global-modes): Doc fix.
936
937 * dired.el (dired-get-filename): Add /: when appropriate
938 to avoid taking a local name as remote.
939
940 * files.el (file-name-non-special): Add special handling for
941 file-name-sans-versions, file-name-completion, and
942 file-name-all-completions.
943
944 * isearch.el (isearch-update): Don't update display in kbd macro.
945 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
946
947 * subr.el (force-mode-line-update): Doc fix.
948
949 * subr.el (atomic-change-group, prepare-change-group)
950 (activate-change-group, accept-change-group, cancel-change-group):
951 New functions.
952
953 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
954 (transpose-subr-1): Use atomic-change-group.
955
956 * subr.el (add-minor-mode): Include the mode's lighter string
957 in the minor mode menu item name.
958
959 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
960 rmail-count-screen-lines starting from (point-min).
961
962 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
963 beyond the image height, to use the fancy splash screen.
964
965 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
966 (text-mode): Set text-mode-variant here.
967
968 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
969
970 * play/pong.el (pong-height): Don't use height that exceeds the
971 frame height.
972 (pong-border-options): Make the border colors slightly more bright.
973
974 * play/gamegrid.el (gamegrid-display-type): Treat any
975 color-capable display as color-x, if display-color-p is fboundp.
976 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
977 (gamegrid-make-color-tty-face): Use the value of color, not the
978 symbol itself. Don't call gamegrid-color.
979
980 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * gud.el (gud-refresh): Call recenter only after we are sure we
983 are in the right window.
984
985 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
986
987 * cus-edit.el (customize-mark-to-save): New function.
988 * menu-bar.el (menu-bar-options-save): Rewrote.
989
990 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
991
992 * cus-start.el (x-use-underline-position-properties):
993 Allow customization.
994
995 2002-02-04 Simon Josefsson <jas@extundo.com>
996
997 * dired.el (dired-load-hook, dired-mode-hook)
998 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
999
1000 2002-02-03 Colin Walters <walters@verbum.org>
1001
1002 * ibuf-ext.el (ibuffer-filter-format-alist)
1003 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1004 New variables.
1005 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1006 is now the Emacs CVS tree.
1007 (ibuffer-formats): Doc fix.
1008 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1009 (ibuffer-current-format): Use them.
1010 (ibuffer-recompile-formats, ibuffer-check-formats)
1011 (ibuffer-switch-format, ibuffer-update-title):
1012 Add support for ibuffer-filter-format-alist.
1013 (define-ibuffer-column process): Remove unncessary consing.
1014
1015 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1016 for a summary column.
1017
1018 2002-02-03 Andreas Schwab <schwab@suse.de>
1019
1020 * window.el (save-selected-window): Move macro before first use.
1021 (balance-windows): Fix misplaced parenthesis.
1022
1023 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1024
1025 * calculator.el (calculator-displayers): Doc fixes.
1026
1027 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1028
1029 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1030 (menu-bar-options-save): Save also the value of `display-time-mode'.
1031 (showhide-date-time): New function.
1032 (menu-bar-showhide-menu): New menu-item "Date and time".
1033
1034 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1035
1036 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1037 get-file-buffer to check for rmail buffer existence.
1038
1039 * term.el (term-emulate-terminal): Extract proper command string
1040 which is supplied to term-command-hook.
1041
1042 2002-02-03 Richard M. Stallman <rms@gnu.org>
1043
1044 * international/quail.el (quail-help): Don't call help-setup-xref.
1045
1046 * international/mule-cmds.el (describe-input-method):
1047 Call help-setup-xref here.
1048 (describe-current-input-method): Doc fix.
1049
1050 * novice.el (disabled-command-hook): Clarify output text.
1051 Indent the paragraph from the command's doc string.
1052
1053 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1054 Exit loop on beginning of field rather than bobp.
1055
1056 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1057
1058 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1059 the message text into the *mail* buffer, and restore the pruned
1060 state after that.
1061
1062 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1063 looking for X-Coding-System header, and restore the pruned state
1064 before returning.
1065
1066 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1067
1068 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1069
1070 These changes integrate new version of flyspell.el from its
1071 maintainer, Manuel Serrano:
1072
1073 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1074 (flyspell-mode-on, flyspell-notify-misspell)
1075 (flyspell-small-region, flyspell-external-point-words)
1076 (flyspell-large-region): Use it
1077 (flyspell-before-incorrect-word-string)
1078 (flyspell-after-incorrect-word-string): New user options.
1079 (make-flyspell-overlay): Use them.
1080 (flyspell-version): New function.
1081 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1082 definitions to use :weight.
1083 (flyspell-insert-function): New user option.
1084 (flyspell-auto-correct-word, flyspell-correct-word)
1085 (flyspell-xemacs-correct): Use it.
1086 (flyspell-define-abbrev): New function.
1087 (flyspell-auto-correct-word, flyspell-correct-word)
1088 (flyspell-xemacs-correct): Use it.
1089 (make-flyspell-overlay): Use `evaporate' property.
1090 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1091 (flyspell-emacs-popup): Use `session' instead of `accept'.
1092 (flyspell-auto-correct-previous-pos): New variable.
1093 (flyspell-auto-correct-previous-hook)
1094 (flyspell-auto-correct-previous-word): New functions.
1095
1096 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1099 don't alter the user's ~/.emacs.
1100 (disable-command): If user-init-file is nil or does not exist,
1101 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1102 But don't alter the init file if Emacs was invoked as "emacs -q"
1103
1104 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1105
1106 * mail/sendmail.el (mail-mode): Undo half of last change.
1107
1108 * indent.el (indent-for-tab-command): Remove spurious code.
1109
1110 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1111
1112 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * calendar/time-date.el: Moved from lisp/gnus.
1115
1116 * calendar/parse-time.el: Ditto.
1117
1118 2002-01-31 Richard M. Stallman <rms@gnu.org>
1119
1120 * international/iso-acc.el (iso-languages): Fix ", " in French.
1121
1122 * cus-start.el (history-length): Specify customization for it.
1123
1124 * emacs-lisp/debug.el (debugger-setup-buffer):
1125 When an eval-buffer frame was reading from a buffer,
1126 insert indication of the buffer position.
1127 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1128 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1129
1130 * simple.el (shell-command-on-region): Err if no mark
1131 before reading the command string.
1132
1133 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1134 Definitions moved down after hl-line-mode var's definition.
1135
1136 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1137 (hilit-chg-set-face-on-change): Rename arg.
1138 (hilit-chg-make-ov): Detect error earlier.
1139
1140 * ediff-hook.el: Delete autoload cookies.
1141
1142 * comint.el (comint-scroll-show-maximum-output): Default is t.
1143
1144 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1145 (batch-byte-compile-if-not-done): New function.
1146
1147 * Makefile.in (compile): New target.
1148 (compile-always): Renamed from compile-files.
1149 (compile-after-backup): Renamed from compile.
1150 (bootstrap): Depend on compile-always, not compile-files.
1151
1152 * emulation/pc-select.el (pc-select-save-and-set-mode):
1153 Properly use MODE-VAR.
1154
1155 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1156
1157 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1158 Version" to "About Emacs".
1159 (menu-bar-options-save): Add `default-frame-alist'
1160 to saved variables.
1161 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1162 of the variable `scroll-bar-mode'.
1163
1164 * startup.el (normal-splash-screen, display-splash-screen):
1165 New functions (separated from command-line-1).
1166 (command-line-1): Use them.
1167
1168 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1169
1170 * calendar/calendar.el (generate-calendar-month): Doc fix.
1171
1172 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1173
1174 * time.el (display-time-mail-directory): New option.
1175 (display-time-mail-function): Update doc-string.
1176 (display-time-mail-icon): Use XPM image when available.
1177 (display-time-string-forms): Use more descriptive text as
1178 help-echo property.
1179 (display-time-mail-check-directory): New function.
1180 (display-time-update): Use it.
1181
1182 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1183 Quote `window-system'.
1184
1185 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1186 Add Keywords header. Update Commentary section.
1187 Update copyright notice.
1188
1189 * menu-bar.el (menu-bar-scroll-bar-right)
1190 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1191 (showhide-menu-bar): New functions.
1192 (menu-bar-showhide-menu): New submenu "Show/Hide".
1193 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1194 "Show/Hide".
1195 Update copyright notice.
1196
1197 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1200
1201 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1202
1203 * pc-select.el (pc-selection-mode-hook)
1204 (pc-select-saved-settings-alist, pc-select-map)
1205 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1206 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1207 (pc-select-meta-moves-sexps-key-bindings)
1208 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1209 New variables.
1210 (pc-select-define-keys, pc-select-restore-keys): New functions.
1211 (pc-select-add-to-alist, pc-select-save-and-set-var)
1212 (pc-select-save-and-set-mode, pc-select-restore-var)
1213 (pc-select-restore-mode): New macros.
1214 (pc-selection-mode): Completely rewrote the body of the function;
1215 the main goal was to make pc-selection-mode "turn-off"-able, like
1216 other minor modes. Use define-minore-mode instead of just a
1217 defun. Store the key bindings into four alists:
1218 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1219 pc-select-meta-moves-sexps-key-bindings, and
1220 pc-select-tty-key-bindings; then have the pc-select-define-keys
1221 function walk those alists instead of calling define-key
1222 repeatedly. When the mode is turned on, set the
1223 keybindings in global-map and remember the old keybindings; when
1224 the mode is turned off, restore the previously-saved keybindings.
1225 (pc-selection-mode defcustom): Reflect the fact that the mode is
1226 now "turn-off"-able.
1227
1228 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1229
1230 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1231 returns t, don't treat that as an error.
1232
1233 2002-01-25 Jason Rumney <jasonr@gnu.org>
1234
1235 * faces.el (face-font-registry-alternatives) [windows-nt]:
1236 Add ms-oemlatin as an alternative for iso8859-1.
1237
1238 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1239
1240 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1241 args and the absence of an entry. Don't add -f each time.
1242
1243 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1246
1247 Support for more than 8 colors on character terminals:
1248
1249 * term/rxvt.el: New file.
1250
1251 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1252
1253 * term/xterm.el (xterm-standard-colors): New variable.
1254 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1255 (xterm-rxvt-set-background-mode): New functions.
1256 (toplevel): Call xterm-register-default-colors,
1257 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1258 Add support for more keys from xterm's terminfo entry.
1259
1260 * facemenu.el (list-colors-display): If the argument is nil, don't
1261 show more colors that the number returned by display-color-cells.
1262
1263 * term/pc-win.el (msdos-color-values): Reverse the order of the
1264 colors, since tty-color-define now preserves the registration order.
1265
1266 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1267
1268 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1269 (tty-register-default-colors): New function; code moved from
1270 startup.el's command-line.
1271 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1272 the order the colors where registered.
1273
1274 * frame.el (display-color-cells): Use tty-display-color-cells.
1275
1276 * startup.el (command-line): Call tty-register-default-colors.
1277
1278 2002-01-25 Richard M. Stallman <rms@gnu.org>
1279
1280 * subr.el (remove): Doc fix.
1281
1282 2002-01-24 Richard M. Stallman <rms@gnu.org>
1283
1284 * progmodes/compile.el (compilation-handle-exit):
1285 Add a compilation-handle-exit property to the "finished" message.
1286 (compilation-parse-errors): Stop parsing when that property is seen.
1287
1288 * subr.el (substring-no-properties): New function.
1289 (copy-without-properties): Function deleted.
1290
1291 * term/x-win.el (x-handle-geometry): Put sizes on both
1292 initial-frame-alist and default-frame-alist.
1293
1294 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1295 for saving .emacs.
1296
1297 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1298
1299 * calendar/calendar.el (generate-calendar-month): Doc fix.
1300
1301 2002-01-23 Richard M. Stallman <rms@gnu.org>
1302
1303 * play/tetris.el (tetris): New defgroup.
1304 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1305 (tetris-default-tick-period): Convert to defcustom.
1306 Added * in docstring to indicate user variable.
1307 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1308 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1309 (tetris-buffer-height, tetris-width, tetris-height)
1310 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1311
1312 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1313
1314 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1315 and is already matched by adaptive-fill-regexp.
1316
1317 2002-01-22 Richard M. Stallman <rms@gnu.org>
1318
1319 * bindings.el (mode-line-copied-mode-name): New variable.
1320 (mode-line-mode-name): Don't modify mode-name itself!
1321 Instead, make a copy and reuse it.
1322
1323 * subr.el (copy-without-properties): New function.
1324
1325 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1326
1327 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1328 slash if DIR is just slash.
1329
1330 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1331
1332 2002-01-21 Richard M. Stallman <rms@gnu.org>
1333
1334 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1335
1336 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1337 Move defvar up.
1338
1339 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1340
1341 * ibuffer.el: Don't require ibuf-ext at load time.
1342 (ibuffer): Require ibuf-ext here.
1343
1344 2002-01-21 Francesco Potorti` <pot@gnu.org>
1345
1346 * generic-x.el (apache-conf-generic-mode): Highlight the first
1347 word in a line even if preceded by blanks.
1348
1349 2002-01-21 Richard M. Stallman <rms@gnu.org>
1350
1351 * window.el (window-body-height): Handle minibuffer window specially.
1352 Otherwise, don't return less than 1.
1353
1354 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1355
1356 * ange-ftp.el: Added support for BS2000, and for raw ftp
1357 login commands (needed in some circumstances).
1358 (ange-ftp-raw-login): New custom var.
1359 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1360 ange-ftp-raw-login is set and account password is needed.
1361 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1362 (ange-ftp-bs2000-filename-pubset-regexp)
1363 (ange-ftp-bs2000-filename-username-regexp)
1364 (ange-ftp-bs2000-filename-prefix-regexp)
1365 (ange-ftp-bs2000-name-template): New consts.
1366 (ange-ftp-bs2000-short-filename-regexp)
1367 (ange-ftp-bs2000-fix-name-regexp-reverse)
1368 (ange-ftp-bs2000-fix-name-regexp): New consts.
1369 (ange-ftp-bs2000-special-prefix): New custom var.
1370 (ange-ftp-fix-name-for-bs2000)
1371 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1372 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1373 (ange-ftp-bs2000-posix-hook-installed): New vars.
1374 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1375 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1376 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1377 (ange-ftp-bs2000-filename-regexp): New const.
1378 (ange-ftp-bs2000-additional-pubsets): New custom var.
1379 (ange-ftp-bs2000-cd-to-posix): New fun.
1380
1381 2002-01-20 Colin Walters <walters@verbum.org>
1382
1383 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1384 with `byte-compile-dynamic'.
1385 (ibuffer-default-directory, toplevel): Doc files.
1386
1387 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1388
1389 * tempo.el (tempo-define-template): Doc fix.
1390
1391 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1392
1393 2002-01-20 Jason Rumney <jasonr@gnu.org>
1394
1395 * w32-vars.el: New file.
1396
1397 * loadup.el [windows-nt]: Load it.
1398
1399 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1400 and make them defcustoms.
1401
1402 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1403
1404 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1405
1406 * language/tibet-util.el (tibetan-decompose-region)
1407 (tibetan-decompose-string): Fix typo in docstring.
1408
1409 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1410
1411 2002-01-18 Richard M. Stallman <rms@gnu.org>
1412
1413 * comint.el (comint-redirect-send-command-to-process):
1414 Restore previous current buffer.
1415
1416 * window.el (window-body-height): New function.
1417
1418 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1419
1420 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1421 "Finish Function" menu map entries for jdb mode.
1422 (gud-jdb-use-classpath): New customization variable.
1423 (gud-jdb-command-name): Add customization.
1424 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1425 (gud-jdb-classpath-string): New variable.
1426 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1427 (gud-jdb-build-source-files-list): Likewise.
1428 (gud-jdb-massage-args): Record any command argument classpath
1429 string in `gud-jdb-classpath-string'.
1430 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1431 java call stack in jdb output.
1432 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1433 (gud-jdb-parse-classpath-string): New functions.
1434 (gud-jdb-marker-filter): Search/detect classpath information in
1435 jdb's output. marker regexp updated to match oldjdb and jdb output
1436 formats. Expand search for source files to include new/old methods
1437 using new functions above. Do not allow `gud-marker-acc' to grow
1438 without bound.
1439 (jdb): Set classpath information (if available) as jdb is started.
1440 Change `gud-break' and `gud-remove'
1441 to use new %c ("class") escape in format strings. Add
1442 `gud-finish', `gud-up', `gud-down' command string functions, and
1443 add them to the local menu map. Update `comint-prompt-regexp' for
1444 jdb and oldjdb. If attaching to an already running java VM and
1445 configured to use classpath, send command to query for classpath,
1446 else use previous method for finding and parsing java
1447 sources. Set `gud-jdb-find-source' function accordingly.
1448 (gud-mode): Doc fix.
1449 (gud-format-command): Add support for new %c ("class") escape.
1450 (gud-find-class): New function in support of %c escape.
1451
1452 2002-01-17 Richard M. Stallman <rms@gnu.org>
1453
1454 * ibuf-ext.el: Enable byte-compile-dynamic.
1455
1456 2002-01-17 Jason Rumney <jasonr@gnu.org>
1457
1458 * term/w32-win.el: Restore conditional require of fontset.
1459
1460 2002-01-16 Richard M. Stallman <rms@gnu.org>
1461
1462 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1463 more or less.
1464 (mouse-drag-region): New function. For a click in the echo area,
1465 show *Messages*.
1466
1467 * ibuf-ext.el: Delete the autoloads for functions defined with
1468 ibuffer-specific commands.
1469
1470 * help.el (describe-distribution): Really call view-file.
1471
1472 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1473 (ange-ftp-get-process): Pass that arg.
1474
1475 * comint.el (comint-simple-send): Fix previous change.
1476
1477 * net/telnet.el (telnet-simple-send): Fix previous change.
1478
1479 * progmodes/sql.el (sql-escape-newlines-and-send)
1480 (sql-query-placeholders-and-send): Fix previous change.
1481
1482 2002-01-16 Colin Walters <walters@verbum.org>
1483
1484 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1485 URL, Compatibility headers. Update copyright notice.
1486 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1487
1488 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1489
1490 * startup.el (command-line): Set EOL mnemonics for the Mac.
1491
1492 2002-01-16 Andreas Schwab <schwab@suse.de>
1493
1494 * mail/feedmail.el (feedmail): Fix :link spec.
1495
1496 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1497
1498 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1499 2 ldapsearch.
1500
1501 * net/eudc.el: New maintainer. Change author's address.
1502 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1503 Variables removed.
1504 (eudc-insert-selected): Function removed.
1505 (eudc-select): Reimplemented.
1506 (eudc-expand-inline): Delete the strings only after its expansion
1507 is chosen not before.
1508
1509 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1510 Minor coding style fixes.
1511
1512 * net/eudcb-ldap.el: New maintainer. Change author's address.
1513 (eudc-attribute-display-method-alist): Display mail with
1514 eudc-display-mail.
1515
1516 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1517 * net/eudc-vars.el: New maintainer. Change author's address.
1518
1519 * net/eudc-bob.el: New maintainer. Change author's address.
1520 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1521 (eudc-display-mail): New function.
1522 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1523
1524 2002-01-15 Richard M. Stallman <rms@gnu.org>
1525
1526 * emacs-lisp/autoload.el (make-autoload):
1527 Don't handle define-ibuffer-column, define-ibuffer-filter,
1528 define-ibuffer-sorter, and define-ibuffer-op.
1529
1530 2002-01-14 Richard M. Stallman <rms@gnu.org>
1531
1532 * calendar/calendar.el (diary-date-forms): Doc fix.
1533
1534 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1535
1536 * startup.el (command-line): Register the default tty colors even
1537 if the terminal doesn't seem to support colors.
1538 <tty-long-option-alist>: New option --color.
1539 (tty-handle-args): Parse the --color arg.
1540
1541 * term/tty-colors.el (tty-color-mode-alist): New variable.
1542
1543 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1544
1545 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1546 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1547 Use it.
1548 (ange-ftp-hook-function): Preserve match-data.
1549 (ange-ftp-insert-directory): Typo.
1550 (ange-ftp-shell-command): Check if regexp matched.
1551
1552 2002-01-13 Richard M. Stallman <rms@gnu.org>
1553
1554 * international/mule-cmds.el: help-map bindings moved to help.el.
1555
1556 * help.el (view-echo-area-messages): New function.
1557 (help-map): Add `e' binding. Delete obsolete `d' binding.
1558 Change old Info bindings C-f, C-k and C-i to F, K, S.
1559 Move view-emacs-FAQ from F to C-f.
1560 Move view-emacs-problems from P to C-e.
1561 Bindings moved here from mule-cmds.el.
1562 C-l binding for describe-language-environment deleted
1563 (help-for-help): Update for all these changes.
1564
1565 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1566
1567 2002-01-13 Dave Love <fx@gnu.org>
1568
1569 * emacs-lisp/copyright.el: Doc fixes.
1570 (copyright-regexp): Add Latin-9 copyright sign.
1571 Match comment delimiters in year lists.
1572 (copyright-current-year): Initialize to load-time year.
1573
1574 2002-01-13 Andreas Schwab <schwab@suse.de>
1575
1576 * dired-aux.el (dired-do-shell-command): Doc fix.
1577
1578 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1579
1580 * startup.el (command-line-x-option-alist): New options "-fs",
1581 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1582
1583 * term/x-win.el (x-handle-initial-switch): New function.
1584
1585 2002-01-13 Colin Walters <walters@debian.org>
1586
1587 * emacs-lisp/autoload.el (make-autoload): Handle
1588 define-ibuffer-column, define-ibuffer-filter,
1589 define-ibuffer-sorter, and define-ibuffer-op.
1590
1591 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1592
1593 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1594
1595 2002-01-12 Richard M. Stallman <rms@gnu.org>
1596
1597 * net/browse-url.el (browse-url-grail):
1598 Use browse-url-maybe-new-window.
1599
1600 * net/telnet.el (telnet-simple-send): Handle
1601 comint-input-sender-no-newline like comint-simple-send.
1602
1603 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1604 comint-input-sender-no-newline like comint-simple-send.
1605 (sql-escape-newlines-and-send): Likewise.
1606
1607 * comint.el (comint-input-sender): Doc fix.
1608 (comint-input-sender-no-newline): New variable.
1609 (comint-simple-send): If comint-input-sender-no-newline,
1610 don't output newline, but maybe send eof.
1611 (comint-send-input): New arg NO-NEWLINE.
1612 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1613
1614 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1615
1616 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1617 delaying when executing keyboard macros.
1618
1619 2002-01-12 Richard M. Stallman <rms@gnu.org>
1620
1621 * simple.el (line-move): If we can't move enough lines,
1622 go to beginning or end of line.
1623
1624 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1625 and proper window.
1626
1627 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1628 Switch buffers only after calling `help-buffer'.
1629
1630 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1631 only when they are surrounded by whitespace.
1632 Use dired-mark-separator when adding one file name to a command.
1633 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1634 Ask for confirmation if * or ? is not surrounded by whitespace.
1635 (dired-bunch-files): Re-reverse the partial file list when it is used.
1636
1637 2002-01-12 Richard M. Stallman <rms@gnu.org>
1638
1639 * comint.el (comint-dynamic-list-completions): Repeating the command
1640 after displaying a completion list scrolls the list.
1641
1642 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1643
1644 * files.el (find-file-noselect): Don't consider a buffer as
1645 visiting a file literally if it is in hexl-mode.
1646
1647 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1648
1649 2002-01-11 Richard M. Stallman <rms@gnu.org>
1650
1651 * startup.el (initial-scratch-message): Fix custom type, add group.
1652
1653 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1654 around the decode-coding-region call.
1655
1656 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1657 after displaying a completion list scrolls the list.
1658
1659 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1660
1661 * version.el (emacs-version): Bump to 21.2.50.
1662
1663 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1664
1665 * play/zone.el (zone-timeout): New var.
1666 (zone-hiding-modeline): New macro.
1667 (zone-call): New func.
1668
1669 (zone): Init `modeline-hidden-level' symbol property.
1670 Use `zone-call' instead of `funcall'.
1671
1672 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1673
1674 (zone-pgm-stress): Use `zone-hiding-modeline'.
1675
1676 (zone-pgm-stress-destress): New zone program.
1677
1678 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1681
1682 2002-01-09 Richard M. Stallman <rms@gnu.org>
1683
1684 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1685
1686 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1687
1688 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1689 flyspell-mouse-map.
1690
1691 2002-01-08 Richard M. Stallman <rms@gnu.org>
1692
1693 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1694
1695 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1696
1697 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1698
1699 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1700
1701 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1702 Do not use make-local-hook.
1703
1704 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1705
1706 * international/quail.el (quail-start-translation)
1707 (quail-start-conversion): Bind last-command-event, last-command,
1708 and this-command in the first let. This fixes the change from
1709 2000-08-30.
1710
1711 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1712
1713 * ediff-hook.el: Add an autoload cookie.
1714
1715 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1716
1717 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1718 address of the author.
1719
1720 2002-01-08 Richard M. Stallman <rms@gnu.org>
1721
1722 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1723 (occur-mode-map): Bind `o' to that.
1724
1725 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1726
1727 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1728 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1729 cases. Used to reduce the number of warnings.
1730
1731 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1732 (viper-standard-value): Move here from viper.el.
1733 (viper-set-unread-command-events): Move to viper-util.el
1734 (viper-check-minibuffer-overlay): Make sure
1735 viper-minibuffer-overlay is moved to cover the entire input field.
1736
1737 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1738 (viper-read-key-sequence, viper-set-unread-command-events)
1739 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1740
1741 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1742
1743 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1744
1745 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1746
1747 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1748 (viper-event-vector-p): Move to viper-util.el
1749
1750 * viper.el (viper-standard-value): Move to viper-cmd.el.
1751 Use viper-cond-compile-for-xemacs-or-emacs.
1752
1753 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1754
1755 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1756
1757 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1758 New macro designed to be used in many places where ediff-emacs-p or
1759 ediff-xemacs-p was previously used. Reduces the number of warnings.
1760 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1761 of ediff-xemacs-p.
1762 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1763 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1764 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1765 Move to ediff-util.el.
1766 (ediff-event-key): Moved here.
1767
1768 * ediff-merge.el: Got rid of unreferenced variables.
1769
1770 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1771
1772 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1773 (ediff-cleanup-mess): Improve the way windows are set up after
1774 quitting ediff.
1775 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1776 (ediff-dispose-of-variant-according-to-user): New function
1777 designed to be smarter and also understands indirect buffers.
1778 (ediff-highlight-diff-in-one-buffer)
1779 (ediff-unhighlight-diff-in-one-buffer)
1780 (ediff-unhighlight-diffs-totally-in-one-buffer)
1781 (ediff-highlight-diff, ediff-highlight-diff)
1782 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1783 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1784 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1785 Moved here.
1786 (ediff-format-bindings-of): New function by Hannu Koivisto
1787 <azure@iki.fi>.
1788 (ediff-setup): Make sure the merge buffer is always widened and
1789 modifiable.
1790 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1791 result of a merge into a file visited by another buffer.
1792 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1793 is visited by another buffer and ask to save/delete that buffer.
1794 (ediff-verify-file-merge-buffer): New function to do the above.
1795
1796 * ediff-vers.el: Load ediff-init.el at compile time.
1797
1798 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1799
1800 * ediff.el (ediff-windows, ediff-regions-wordwise)
1801 (ediff-regions-linewise): Use indirect buffers to improve
1802 robustness and make it possible to compare regions of the same
1803 buffer (even overlapping regions).
1804 (ediff-clone-buffer-for-region-comparison)
1805 (ediff-clone-buffer-for-window-comparison): New functions.
1806 (ediff-files-internal): Refuse to compare identical files.
1807 (ediff-regions-internal): Get rid of the warning about comparing
1808 regions of the same buffer.
1809
1810 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1811 Plus the following fixes courtesy of Dave Love: Doc fixes.
1812 (ediff-word-1): Use word class and move - to the
1813 front per regexp documentation.
1814 (ediff-wordify): Bind forward-word-function outside loop.
1815 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1816 consing buffer contents.
1817 (ediff-goto-word): Move syntax table setting outside loop.
1818
1819 2002-01-07 Richard M. Stallman <rms@gnu.org>
1820
1821 * dired.el (dired-copy-filename-as-kill): Call kill-append
1822 if following a kill command.
1823
1824 * help-fns.el (describe-variable, describe-function):
1825 Do save-excursion.
1826
1827 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1828
1829 * net/ldap.el (ldap-search-internal): Skip error message from
1830 ldapsearch. Allow listing attribute names only. Do not open
1831 non-existent files.
1832
1833 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1834 call non-existent function.
1835
1836 * net/eudc.el (top-level): Revert previous change.
1837
1838 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1839 variables to prevent warning from byte-compiler.
1840
1841 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1842 string-match on emacs-version again.
1843
1844 * enriched.el (enriched-make-annotation): Fix the change from
1845 2002-01-05.
1846 (enriched-handle-display-prop): Return proper values.
1847
1848 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1849 proper attribute name labeledUri instead of deprecated labeledUrl.
1850
1851 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1852
1853 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1854 editing an empty hotlist.
1855
1856 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1857 Use buffer-string instead of buffer-substring for the whole
1858 buffer.
1859
1860 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1861 not free.
1862
1863 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1864 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1865 (eudc-bob-save-object): Make the buffer unibyte.
1866 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1867 object to external program.
1868
1869 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1870
1871 * vc.el (vc-branch-part): Return nil if there's no `.'
1872 (vc-default-previous-version): Renamed from vc-previous-version.
1873 New args BACKEND and FILE. Return nil for revision numbers
1874 without a `.'
1875 (vc-version-diff): Call vc-BACKEND-previous-version.
1876 (vc-steal-lock): Steal lock before composing mail, so that no mail
1877 is sent when the stealing goes wrong. And we'll actually see the
1878 error in that case now.
1879 (vc-finish-steal): Removed.
1880
1881 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1882 the lock, so that we see expanded headers.
1883 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1884 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1885 available from vc.el. Updated all callers.
1886
1887 2002-01-05 Richard M. Stallman <rms@gnu.org>
1888
1889 * enriched.el (enriched-make-annotation): Doc fix.
1890
1891 * format.el (format-replace-strings, format-subtract-regions)
1892 (format-annotate-region, format-annotate-location)
1893 (format-annotate-atomic-property-change)
1894 (format-annotate-single-property-change): Doc fixes.
1895
1896 2002-01-05 Jason Rumney <jasonr@gnu.org>
1897
1898 * term/w32-win.el: Require fontset unconditionally.
1899 (w32-handle-scroll-bar-event): Remove.
1900
1901 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1902
1903 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1904 copyrights to be updated.
1905
1906 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1909 2001-10-24.
1910
1911 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1912
1913 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1914
1915 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1916 entry.
1917 (ldap-ignore-attribute-codings): Change the default value to allow
1918 encoding/decoding of attributes.
1919 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1920
1921 2002-01-03 Richard M. Stallman <rms@gnu.org>
1922
1923 * files.el (basic-save-buffer): Undo previous change.
1924
1925 * calendar/diary-lib.el (diary-block): Doc fix.
1926
1927 * custom.el (defcustom): Fix syntax of previous change.
1928
1929 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1930
1931 * custom.el (defcustom): Documented :tag, :link and :load.
1932
1933 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1934
1935 * mail/sendmail.el (mail-recover-1): New function.
1936 (mail-recover): Switch to the *mail* buffer right away. Use
1937 buffer-auto-save-file-name instead of calling
1938 make-auto-save-file-name. Call dired-noselect instead of invoking
1939 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1940 before reading the auto-save file. If the buffer's auto-save file
1941 does not exist, call mail-recover-1 to allow recovery from past
1942 auto-saved drafts.
1943
1944 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1945
1946 * time.el (display-time-load-average-threshold): Fix defcustom
1947 (add type and group).
1948
1949 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1950 specification from the hostname.
1951
1952 2002-01-02 Richard M. Stallman <rms@gnu.org>
1953
1954 * facemenu.el (facemenu-active-faces):
1955 Use face-attributes-as-vector, not face-attributes-vector.
1956
1957 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1958
1959 * xscheme.el: Eleven years of updates on a private copy.
1960
1961 Extensive changes to support multiple xscheme buffers:
1962 (run-scheme): Break up into new functions to facilitate starting
1963 processes in other buffers.
1964 (xscheme-start, xscheme-read-command-line): New functions.
1965 (start-scheme, select-scheme)
1966 (default-xscheme-runlight)
1967 (global-set-scheme-interaction-buffer)
1968 (local-set-scheme-interaction-buffer)
1969 (local-clear-scheme-interaction-buffer)
1970 (exit-scheme-interaction-mode)
1971 (verify-xscheme-buffer): New functions.
1972 (xscheme-process-name, xscheme-buffer-name)
1973 (xscheme-runlight): New internal vars.
1974 (default-xscheme-runlight): New const.
1975 (xscheme-start-process): Add args for the process/buffer names.
1976 (reset-scheme): Pass process/buffer names.
1977 (scheme-interaction-mode): Initialize new local vars.
1978 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1979 (xscheme-select-process-buffer, xscheme-process-buffer)
1980 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1981 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1982 var xscheme-process-name.
1983 (xscheme-start-process): Initialize xscheme-process-name and
1984 xscheme-buffer-name in the process buffer. Pass buffer name to
1985 xscheme-modeline-initialize.
1986 (xscheme-modeline-initialize): Add argument to specify buffer name
1987 for mode-line vars.
1988 (xscheme-process-sentinel): Make sure sentinel is run in the
1989 process buffer so it sees its local vars.
1990 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1991 elaborate logic to handle multiple-buffer mode lines.
1992
1993 (xscheme-enter-input-wait): Re-enable control-G handler upon
1994 entering input wait.
1995
1996 (scheme-interaction-mode): Add arg to preserve local vars.
1997 (xscheme-enter-interaction-mode)
1998 (xscheme-enter-debugger-mode): Preserve local vars.
1999 (xscheme-start-process): Clobber local vars.
2000
2001 (scheme-interaction-mode-commands): Allow end user to add commands
2002 to scheme-interaction-mode keymap.
2003 (scheme-interaction-mode-commands-alist): New variable.
2004
2005 (xscheme-send-string): Don't use insert-before-markers.
2006
2007 Implement a per-buffer kill ring:
2008 (xscheme-insert-expression)
2009 (xscheme-rotate-yank-pointer, xscheme-yank)
2010 (xscheme-yank-pop, xscheme-yank-push): New functions.
2011 (xscheme-expressions-ring)
2012 (xscheme-expressions-ring-yank-pointer)
2013 (xscheme-expressions-ring-max): New variables.
2014 (xscheme-send-string-1): Call xscheme-insert-expression to save
2015 expression in ring.
2016 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2017 (xscheme-previous-send): Deleted variable.
2018
2019 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2020 xscheme-send-control-g-interrupt): Use process-send-string rather
2021 than send-string.
2022
2023 (xscheme-send-region): Insert a newline after an expression that
2024 is submitted in the interaction buffer, for consistency with
2025 recent changes to Edwin.
2026
2027 (xscheme-delete-output): New function mimics comint-delete-output.
2028 (xscheme-last-input-end): New internal variable.
2029 (xscheme-process-filter-output): Update xscheme-last-input-end.
2030
2031 (xscheme-send-control-g-interrupt): Make sure that
2032 xscheme-control-g-disabled-p is looked up in the right buffer.
2033
2034 (xscheme-enable-control-g): Clear C-g message if visible.
2035 (xscheme-control-g-message-string): New internal var.
2036 (xscheme-send-control-g-interrupt): Use new var.
2037
2038 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2039 after sending interrupt in order to work around race condition.
2040
2041 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2042 (xscheme-send-char): Use xscheme-send-char rather than send-string
2043 to send single char.
2044
2045 (xscheme-process-filter, xscheme-process-filter-alist): Add
2046 support for evaluating expressions outside of the call-excursion.
2047 (xscheme-process-filter:string-action-noexcursion): New func.
2048
2049 (xscheme-write-value): Change output string to match that used by
2050 Edwin.
2051
2052 (xscheme-coerce-prompt): Don't write a space after a command
2053 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2054 for us.
2055
2056 (reset-scheme): Delete process after killing it.
2057
2058 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2059
2060 * bindings.el (function-key-map): Don't bind shifted keypad
2061 numeric keys.
2062
2063 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2064
2065 * enriched.el (enriched-handle-display-prop): Remove unused
2066 variables.
2067 (enriched-mode): Doc fix.
2068
2069 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2070
2071 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2072 Hebrew points.
2073
2074 2002-01-01 Richard M. Stallman <rms@gnu.org>
2075
2076 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2077
2078 2001-12-31 Richard M. Stallman <rms@gnu.org>
2079
2080 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2081 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2082 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2083 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2084 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2085 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2086 Adapt face definitions to use :weight and :slant.
2087
2088 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2089
2090 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2091
2092 * font-lock.el (initializing from font-lock-face-attributes):
2093 Use :weight and :slant, not :bold and :italic.
2094
2095 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2096
2097 * cus-edit.el (custom-face-edit-fix-value): New function.
2098 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2099
2100 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2101
2102 * progmodes/octave-mod.el (octave-abbrev-table):
2103 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2104 * progmodes/fortran.el (fortran-mode-abbrev-table):
2105 * progmodes/f90.el (f90-mode-abbrev-table):
2106 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2107 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2108 predefined abbrevs as "system" abbrevs.
2109
2110 2001-12-30 Richard M. Stallman <rms@gnu.org>
2111
2112 * info.el (Info-fontify-node): For a **** underline line, put the
2113 invisible and intangible props on the following newline, but not
2114 on the previous newline or the last char of the previous line.
2115
2116 * faces.el (face-set-after-frame-default): Don't change `default' face.
2117
2118 * faces.el (minibuffer-prompt): Adopt some default colors.
2119
2120 * replace.el (query-replace-read-args): Immediate error if read-only.
2121
2122 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2123 Display the output buffer in a more intelligent way.
2124
2125 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2128 in accordance with files.el's insert-directory.
2129
2130 2001-12-29 Richard M. Stallman <rms@gnu.org>
2131
2132 * files.el (basic-save-buffer): If a before-write hook displays
2133 an echo area message, pause before calling basic-save-buffer-1.
2134
2135 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2136
2137 * textmodes/reftex-global.el (reftex-query-replace-document)
2138 (reftex-change-label): Doc fix.
2139
2140 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2141
2142 * progmodes/etags.el (tags-query-replace): Doc fix.
2143
2144 2001-12-29 Richard M. Stallman <rms@gnu.org>
2145
2146 * progmodes/compile.el (compile-internal): Fix previous change.
2147
2148 2001-12-28 Richard M. Stallman <rms@gnu.org>
2149
2150 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2151 shrink the windows above as necessary to get space.
2152 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2153
2154 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2155 This fixes a bug that treated all files as directories.
2156 (ange-ftp-insert-directory): Explicitly follow symlinks.
2157
2158 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2159 alias symbols--put the translated sequences here directly.
2160
2161 * progmodes/cc-mode.el (c-mode-abbrev-table)
2162 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2163 (java-mode-abbrev-table, pike-mode-abbrev-table):
2164 Mark all the predefined abbrevs as "system" abbrevs.
2165
2166 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2167 (sendmail-send-it): Check mail-specify-envelope-from
2168 and mail-envelope-from in the mail buffer at start.
2169
2170 2001-12-28 Simon Josefsson <jas@extundo.com>
2171
2172 * mail/sendmail.el (mail-envelope-from): Fix :type.
2173 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2174
2175 2001-12-28 Richard M. Stallman <rms@gnu.org>
2176
2177 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2178
2179 * simple.el (line-move-invisible): New subroutine.
2180 (line-move-to-column): New subroutine--smarter about advancing over
2181 invisible parts of a line, or lines, but only as long as hpos grows.
2182 (line-move-finish): New subroutine: repeatedly processes desired
2183 column, intangibility, and fields.
2184 (line-move): Use those subroutines.
2185 When moving lines downward, skip invisible text first rather than last.
2186
2187 2001-12-27 Richard M. Stallman <rms@gnu.org>
2188
2189 * international/mule-diag.el (describe-char-after):
2190 Describe the text properties of the char after point.
2191
2192 * help.el (describe-key): Doc fix.
2193
2194 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2195
2196 * find-dired.el (find-dired-sentinel): Precede exit message by
2197 two spaces, to match the regexp in dired-between-files.
2198
2199 2001-12-28 Miles Bader <miles@gnu.org>
2200
2201 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2202 images (which are lists too).
2203
2204 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * language/european.el: Fix the doc string of "Latin-5" language
2207 environment.
2208
2209 2001-12-26 Richard M. Stallman <rms@gnu.org>
2210
2211 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2212 defined as before 2001-11-09.
2213 (add-minor-mode call): Specify the keymap.
2214
2215 * progmodes/compile.el (compile-internal):
2216 Set TERM variable in process-environment.
2217
2218 2001-12-25 Richard M. Stallman <rms@gnu.org>
2219
2220 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2221 the buffer.
2222
2223 * startup.el (command-line): Convert command line args
2224 to Emacs internal representation using locale-coding-system.
2225
2226 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2227
2228 * international/fontset.el: Don't require ind-util when compiling.
2229
2230 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2231
2232 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2233 set-frame-height and set-frame-width instead of set-screen-height
2234 and set-screen-width.
2235
2236 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2237 of obsolete set-screen-width.
2238
2239 * locate.el (locate): Remove dot at the end of error argument.
2240
2241 * emerge.el (emerge-show-file-name): Use frame-height instead of
2242 obsolete screen-height.
2243
2244 * mail/mh-utils.el (mh-show-msg): Likewise.
2245 (mh-handle-process-error): Use frame-width instead of obsolete
2246 screen-width.
2247
2248 2001-12-25 Richard M. Stallman <rms@gnu.org>
2249
2250 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2251 to enlarge-window. Use save-selected-window. Don't try
2252 to resize windows that end at the bottom "level".
2253 Retry changing the sizes until the windows get the desired sizes.
2254 Discount the minibuffer when computing total height available.
2255
2256 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2257 (debugger-make-xrefs): Only make a button for the first symbol
2258 on any line.
2259
2260 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2261
2262 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2263 Call IT-setup-unicode-display here instead of adding it to
2264 dos-codepage-setup-hook, so that Unicode display tables are set
2265 before dos-codepage-setup-hook runs.
2266
2267 2001-12-24 Richard M. Stallman <rms@gnu.org>
2268
2269 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2270 (nslookup-mode-abbrev-table): Don't define it.
2271 (smbclient-mode-abbrev-table): Don't define it.
2272 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2273 (nslookup-mode, smbclient-mode): Likewise.
2274 (network-connection-service-abbrev-alist): Variable deleted.
2275 (network-connection-mode-setup): Don't set up abbrev table.
2276
2277 * faces.el (minibuffer-prompt): New face.
2278 (minibuffer-prompt-properties): Add `face' property.
2279
2280 * replace.el (occur-mode-display-occurrence): New function.
2281 (occur-mode-map): Bind C-o to it.
2282
2283 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2284
2285 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2286 (viper-special-read-and-insert-char): Make C-m work right in the r
2287 comand.
2288 (viper-buffer-search-enable): Fixed format string.
2289
2290 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2291 instead of viper-info-on-file.
2292 (ex-set-visited-file-name): New function.
2293
2294 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2295
2296 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2297 action argument.
2298
2299 * ediff-init.el: Fixed some doc strings.
2300
2301 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2302 Got rid of make-local-hook.
2303
2304 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2305 make-local-hook.
2306
2307 2001-12-23 Richard M. Stallman <rms@gnu.org>
2308
2309 * term/x-win.el (x-handle-geometry): Put height and width
2310 on default-frame-alist, left and top on initial-frame-alist.
2311 * term/w32-win.el (x-handle-geometry): Likewise.
2312
2313 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2314
2315 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2316 not interactive-p.
2317
2318 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2319
2320 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2321 mocklisp entries.
2322
2323 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2324 Lisp. Obsoleted.
2325
2326 * emulation/mlconvert.el: File removed.
2327
2328 * emulation/mlsupport.el: Moved to obsolete.
2329
2330 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2331
2332 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2333
2334 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2335 mocklisp case.
2336
2337 * help-fns.el (describe-function-1): Remove mocklisp function
2338 case.
2339
2340 2001-12-22 Miles Bader <miles@gnu.org>
2341
2342 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2343 turning refill-mode off.
2344
2345 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2346
2347 * time.el (display-time-load-average-threshold): New variable.
2348 (display-time-update): Use it.
2349
2350 These changes allow cycling through past 1, 5 and 15 minutes
2351 load-average displayed in the mode-line.
2352
2353 * time.el (display-time-default-load-average): New customizable option.
2354 (display-time-load-average): New variable.
2355 (display-time-cycle-load-average): New function.
2356 (display-time-update): Use them.
2357
2358 2001-12-21 Richard M. Stallman <rms@gnu.org>
2359
2360 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2361 (apropos-documentation, apropos-value): Pass a suitable string.
2362
2363 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2364
2365 * dired.el (dired-free-space-program, dired-free-space-args):
2366 Aliases for back-compatibility.
2367
2368 * info.el (Info-select-node): If Info-use-header-line is nil, set
2369 header-line-format to nil.
2370 (Info-fontify-node): Don't put a keymap text property on the
2371 heading if we are not going to display the header line. Remove
2372 any such text properties left over from past visits to this node.
2373
2374 * ls-lisp.el (insert-directory): Insert the amount of free disk
2375 space, like files.el's insert-directory does.
2376
2377 * files.el (directory-free-space-program): Mention
2378 file-system-info in the doc string.
2379 (get-free-disk-space): New function; code moved from
2380 insert-directory.
2381 (insert-directory): Call get-free-disk-space to get the amount of
2382 free space.
2383
2384 2001-12-21 Richard M. Stallman <rms@gnu.org>
2385
2386 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2387 (describe-distribution, describe-project): Use view-file.
2388
2389 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2390
2391 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2392
2393 * emacs-lisp/easy-mmode.el (define-minor-mode):
2394 Make no arg by default in an interactive call,
2395 so that repeating the command toggles again.
2396
2397 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2398
2399 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2400
2401 * antlr-mode.el: More sophisticated indentation of cpp directive.
2402 (antlr-indent-at-bol-alist): New user option.
2403 (antlr-indent-line): Use it.
2404 (antlr-indent-style): New user option.
2405 (antlr-mode): Use it.
2406 (antlr-indent-item-regexp): Customize.
2407
2408 * antlr-mode.el: Syntax highlighting changes.
2409 (antlr-font-lock-literal-regexp): New user option.
2410 (antlr-font-lock-syntax-face): New face used for :, |, ....
2411 (antlr-font-lock-default-face): New face.
2412 (antlr-font-lock-additional-keywords): Use them.
2413
2414 * antlr-mode.el: New command to insert options -- variables.
2415 (antlr-mode-map): New binding [C-c C-o].
2416 (antlr-mode-menu): New submenus.
2417 (antlr-options-use-submenus): New user option.
2418 (antlr-tool-version): New user option.
2419 (antlr-options-auto-colon): New user option.
2420 (antlr-options-style): New user option.
2421 (antlr-options-push-mark): New user option.
2422 (antlr-options-assign-string): New user option.
2423 (antlr-options-headings): New variable.
2424
2425 * antlr-mode.el: New command to insert options -- specific.
2426 (antlr-options-alists): New variable.
2427 (antlr-read-value): New function.
2428 (antlr-read-boolean): New function.
2429 (antlr-language-option-extra): New function.
2430 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2431 (antlr-c++-mode-extra): New function.
2432 (antlr-grammar-tokens): New function.
2433 (antlr-imenu-create-index-function): New optional argument.
2434
2435 * antlr-mode.el: New command to insert options -- functions.
2436 (antlr-insert-option): New command.
2437 (antlr-insert-option-interactive): New function.
2438 (antlr-options-menu-filter): New function.
2439 (antlr-option-kind): New function.
2440 (antlr-scan-lists): New alias.
2441 (antlr-scan-lists-internal): New function.
2442 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2443 (antlr-option-level): New function.
2444 (antlr-syntactic-grammar-depth): New function.
2445 (antlr-option-location): New function.
2446 (antlr-insert-option-do): New function.
2447 (antlr-option-spec): New function.
2448 (antlr-version-string): New function.
2449 (antlr-insert-option-existing): New function.
2450 (antlr-insert-option-space): New function.
2451 (antlr-insert-option-area): New function.
2452
2453 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2454 with narrowing. Menu change. Miscellaneous.
2455 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2456 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2457 (antlr-electric-character): New command.
2458 (antlr-class-header-regexp): New variable.
2459 (antlr-font-lock-additional-keywords): Use it.
2460 (antlr-imenu-create-index-function): Use it.
2461 (antlr-file-dependencies): Use it.
2462 (antlr-indent-line): Also works with restrictions.
2463 (antlr-indent-command): Interactive spec - changes the buffer.
2464 (antlr-language-for-option): Deletia.
2465 (antlr-language-option): New function, defined instead.
2466 (antlr-mode): Use it.
2467 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2468
2469 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2470 instead of a literal /dev/null.
2471
2472 * Makefile.in (distclean): Remove Makefile in the build
2473 directory, not in the source directory.
2474
2475 2001-12-21 Simon Josefsson <jas@extundo.com>.
2476
2477 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2478 with-temp-buffer instead of find-file-noselect, and bind
2479 coding-system-for-read to no-conversion when reading the queued
2480 messages. (Simon's code modified slightly by Eli Zaretskii.)
2481
2482 2001-12-20 Werner Lemberg <wl@gnu.org>
2483
2484 * international/mule-diag.el (describe-coding-system,
2485 print-coding-system-briefly): Make printed output have a similar
2486 format as describe-character-set.
2487
2488 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2489
2490 * play/blackbox.el (bb-member): Remove, use member instead.
2491 (bb-delete): Remove, use delete instead.
2492 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2493 bb-score, bb-detour-count and bb-balls-placed.
2494 Propertize results of rays.
2495
2496 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2497
2498 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2499 strings mention keybinding for `isearch-yank-word-or-char',
2500 rather than `isearch-yank-word', since the former is bound now
2501 and the latter is not.
2502 (isearch-yank-word-or-char): Fix formatting.
2503
2504 2001-12-19 Werner Lemberg <wl@gnu.org>
2505
2506 * language/czech.el, language/european.el, language/slovak.el: More
2507 fixes for language info doc strings.
2508
2509 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2510
2511 * loadup.el: Add "language" to the load-path.
2512
2513 2001-12-19 Richard M. Stallman <rms@gnu.org>
2514
2515 * international/mule-cmds.el (describe-language-environment):
2516 Fix calls to help-xref-button.
2517
2518 2001-12-19 Miles Bader <miles@gnu.org>
2519
2520 * international/fontset.el: Require `ind-util' when compiling.
2521
2522 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2523
2524 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2525 instead of decompose-composite-char.
2526
2527 2001-12-18 Richard M. Stallman <rms@gnu.org>
2528
2529 * simple.el (eval-expression-print-level)
2530 (eval-expression-print-length): Doc fixes.
2531
2532 * international/mule-diag.el (describe-character-set):
2533 Fix the arg to help-xref-button.
2534
2535 * files.el (directory-free-space-program): New variable.
2536 (directory-free-space-args): New variable.
2537 (insert-directory): Use those two variables for getting free space.
2538 Use file-system-info instead, if that is defined.
2539
2540 * dired.el (dired-free-space-program): Variable deleted.
2541 (dired-free-space-args): Variable deleted.
2542 (dired-insert-directory): Don't try to determine free space.
2543
2544 * files.el (font-lock-defaults): Add risky-local-variables prop.
2545 (hack-one-local-variable): Treat various font-lock variables as risky.
2546
2547 2001-12-18 Werner Lemberg <wl@gnu.org>
2548
2549 * language/chinese.el, language/cyrillic.el:
2550 * language/czech.el, language/european.el, language/greek.el:
2551 * language/hebrew.el, language/indian.el, language/japanese.el:
2552 * language/korean.el, language/lao.el, language/slovak.el:
2553 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2554 Improve documentation strings of coding systems and language infos.
2555
2556 2001-12-18 Werner LEMBERG <wl@gnu.org>
2557
2558 Add support for EUC-TW decoding/encoding.
2559
2560 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2561 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2562 New auxiliary functions to build `big5-to-cns'.
2563 (big5-to-cns): New translation alist.
2564
2565 * language/chinese.el: Added new coding system `euc-tw' and its
2566 alias `euc-taiwan'.
2567 Updated language `Chinese-CNS' to include euc-tw encoding also.
2568 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2569 euc-tw.
2570
2571 2001-12-18 Dave Love <fx@gnu.org>
2572
2573 * loadup.el: Add language/utf-8-lang, language/georgian.
2574
2575 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2576 (image-file-name-regexps): Doc fix.
2577
2578 * server.el (server-unload-hook): New function.
2579
2580 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2581 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2582
2583 * simple.el (newline): Doc fix.
2584 (eval-expression-print-level, eval-expression-print-length): Doc
2585 fix. Amend :type.
2586 (next-line, previous-line): Make arg optional.
2587 (newline): Doc fix.
2588
2589 * Makefile.in (DONTCOMPILE): Add various language files.
2590
2591 * international/quail.el (quail-input-string-to-events): Don't use
2592 string-to-list.
2593
2594 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2595 calling `newline'.
2596
2597 2001-12-17 Richard M. Stallman <rms@gnu.org>
2598
2599 * comint.el (comint-dynamic-list-input-ring-select): New function.
2600 Switches back to the old window configuration.
2601 (comint-dynamic-list-input-ring): Bind RET to that function.
2602 (comint-dynamic-list-input-ring-window-conf): New variable.
2603
2604 2001-12-17 Werner Lemberg <wl@gnu.org>
2605
2606 * international/mule-conf.el: Improve documentation strings of
2607 character sets.
2608
2609 2001-12-16 Richard M. Stallman <rms@gnu.org>
2610
2611 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2612 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2613
2614 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2615
2616 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2617 Add a DESCRIPTION for the makefile item.
2618
2619 * find-file.el (ff-other-file-name): New function.
2620
2621 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2622
2623 * international/quail.el (quail-input-string-to-events): Fix last
2624 change.
2625
2626 2001-12-16 Richard M. Stallman <rms@gnu.org>
2627
2628 * isearch.el (isearch-edit-string): When we set isearch-string
2629 to the default, also set isearch-message.
2630
2631 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2632
2633 * startup.el (command-line-1): Display startup screen
2634 even if there are command line args.
2635 Add a note about how to go to editing your files.
2636 (fancy-splash-head): Add a note about how to go to your files.
2637 (fancy-splash-outer-buffer): New variable.
2638 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2639
2640 * subr.el (with-temp-message): At the end, always discard
2641 the temp message, even by clearing the echo area.
2642
2643 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2644
2645 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2646
2647 * log-view.el (log-view-message-re, log-view-current-tag):
2648 Recognize Subversion's log output format.
2649
2650 * international/fontset.el: Build the list L at compile time.
2651
2652 * language/ind-util.el (mapthread): Make a closure.
2653
2654 2001-12-15 Richard M. Stallman <rms@gnu.org>
2655
2656 * isearch.el (isearch-start-hscroll): New variable.
2657 (isearch-mode): Set isearch-start-hscroll.
2658 (isearch-update): Restore original hscrolling if possible.
2659
2660 * isearch.el (isearch-edit-string):
2661 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2662
2663 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2664 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2665 rather than regexp search and (2) copying text properties
2666 already set up on text unchanged from the previous backtrace.
2667
2668 * case-table.el (set-case-syntax-pair):
2669 Detect invalid calls and signal an error.
2670
2671 2001-12-15 Richard M. Stallman <rms@gnu.org>
2672
2673 * language/ind-util.el (range): Function deleted.
2674 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2675 All calls changed.
2676
2677 * language/devan-util.el (devanagari-range): Renamed from `range'.
2678 All calls changed.
2679 (devanagari-regexp-of-hashtbl-keys):
2680 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2681
2682 2001-12-15 Dave Love <fx@gnu.org>
2683
2684 * language/ind-util.el: Don't require cl.
2685 (indian-glyph-char, indian-glyph-max-char)
2686 (indian-char-glyph): Moved from indian.el
2687 (indian--puthash-char, mapthread): Don't quote lambda.
2688 (indian--map): New function.
2689 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2690 (indian--puthash-cv): Use it.
2691
2692 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2693 (indian-char-glyph): Moved to ind-util.el
2694
2695 * language/devan-util.el (devanagari-post-read-conversion):
2696 New function.
2697
2698 * language/georgian.el: New file.
2699
2700 * international/mule-cmds.el (locale-language-names): Add various
2701 entries. Remove utf-8 special case.
2702 (locale-charset-language-names, locale-preferred-coding-systems):
2703 Add utf-8 case.
2704 (set-language-environment): Process required-features earlier.
2705
2706 * international/quail.el (quail-keyboard-layout-alist):
2707 Add pc105-uk.
2708 (quail-keyboard-layout-type): Fix :type.
2709 (quail-choose-completion-string): Simplify.
2710 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2711 (quail-input-string-to-events): Run events through
2712 translation-table-for-input.
2713
2714 * international/mule-conf.el (translation-table-for-input):
2715 New variable.
2716 (latin-iso8859-14): Amend description.
2717 (file-coding-system-alist): Add entry for utf-8.
2718
2719 * language/utf-8-lang.el: New file.
2720
2721 * international/code-pages.el: New file.
2722
2723 * language/hebrew.el ("Windows-1255"): New language.
2724
2725 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2726 ("Latvian"): New languages.
2727
2728 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2729
2730 * xml.el: Use setq rather than (set 'foo bar).
2731 Use push+nreverse rather than append.
2732 (xml-node-name, xml-node-attributes, xml-node-children):
2733 Use defsubst rather than macros.
2734 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2735 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2736 Concat the two strings surrounding a comment into a single string.
2737
2738 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2739
2740 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2741
2742 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2743 Document.
2744
2745 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2746
2747 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2748 Return nil if FILE is not registered.
2749 (vc-check-master-templates, vc-default-make-version-backups-p):
2750 Doc fix.
2751
2752 2001-12-13 David Ponce <david@dponce.com>
2753
2754 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2755 (ruler-mode-left-fringe-cols): New macro.
2756 (ruler-mode-right-fringe-cols): New macro.
2757 (ruler-mode-left-scroll-bar-cols): New macro.
2758 (ruler-mode-right-scroll-bar-cols): New macro.
2759 (ruler-mode-ruler): Use above new macros.
2760
2761 2001-12-13 Richard M. Stallman <rms@gnu.org>
2762
2763 * files.el (set-auto-mode): Fix previous change.
2764
2765 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2766
2767 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2768 (easy-menu-do-define, easy-menu-convert-item-1)
2769 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2770 (easy-menu-return-item): Only return nil if there is no binding.
2771
2772 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2773
2774 * whitespace.el (whitespace-version): 3.2
2775 * whitespace.el (whitespace-force-mode-line-update): Replace with
2776 `whitespace-mode-line-update', which is an alias to the correct
2777 function in various emacsen.
2778 * whitespace.el (whitespace-{un,}highlight-the-space):
2779 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2780 using the `whitespace-highlight-face' if
2781 `whitespace-display-spaces-in-color' is set.
2782
2783 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * international/mule.el (set-auto-coding): Don't search for
2786 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2787
2788 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2789
2790 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2791
2792 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2793
2794 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2795
2796 2001-12-13 Richard M. Stallman <rms@gnu.org>
2797
2798 * simple.el (undo): Always set this-command to `undo',
2799 so that the next undo after an error will not begin redoing.
2800
2801 * simple.el (shell-command): Doc fix.
2802 (shell-command-on-region): If there is output an an error,
2803 add "...Shell command failed" to the output.
2804
2805 2001-12-13 David Ponce <david@dponce.com>
2806
2807 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2808 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2809 implementation `ruler-mode-extra-left-cols'.
2810 (ruler-mode-ruler): Use above new function. Take into account
2811 that the fringe areas can now be resized.
2812
2813 2001-12-12 Richard M. Stallman <rms@gnu.org>
2814
2815 * international/characters.el (Unicode): Comment out
2816 the specifications for kelvin and angstrom signs.
2817
2818 * international/mule.el (make-translation-table-from-vector):
2819 Allow null elements in VEC.
2820
2821 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2822 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2823 Add :version.
2824
2825 2001-12-11 Richard M. Stallman <rms@gnu.org>
2826
2827 * derived.el (derived-mode-p): Function moved to subr.el.
2828
2829 * subr.el (derived-mode-p): Moved here from derived.el.
2830
2831 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2832
2833 * files.el (set-auto-mode-1): New subroutine, broken out of
2834 set-auto-mode.
2835 (set-auto-mode, hack-local-variables-prop-line): Use that.
2836
2837 2001-12-11 Dave Love <fx@gnu.org>
2838
2839 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2840
2841 * language/european.el: Remove autoload cookies. Fix registration
2842 of diacritic composition function.
2843
2844 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2845
2846 * calendar/todo-mode.el: Require time-stamp.
2847
2848 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2849
2850 2001-12-11 Richard M. Stallman <rms@gnu.org>
2851
2852 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2853
2854 * textmodes/ispell.el (ispell-buffer-local-parsing):
2855 Match xml like sgml.
2856
2857 * emacs-lisp/advice.el (ad-compile-function):
2858 Byte compile the function under another (uninterned) name.
2859
2860 * gud.el (gdb): Define and bind gud-jump.
2861
2862 * font-lock.el (font-lock-mode):
2863 Put our function at the end of after-change-functions.
2864
2865 * ediff-diff.el (ediff-cmp-options): Doc fix.
2866
2867 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2868
2869 2001-12-10 Richard M. Stallman <rms@gnu.org>
2870
2871 * isearch.el (isearch-yank-word-or-char): New function.
2872 (isearch-mode-map): Bind C-w to that.
2873
2874 * menu-bar.el (menu-bar-mode): Make arg optional.
2875
2876 * simple.el (line-move): Cope if next-single-property-change
2877 or previous-single-property-change returns nil.
2878
2879 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2880 Don't use interactive-p; instead, pass the proper args
2881 in (interactive...). Clean up most of the trouble-report strings.
2882
2883 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2884
2885 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2886 enqueued messages literally.
2887
2888 2001-12-10 Noah Friedman <friedman@splode.com>
2889
2890 * battery.el (battery-insert-file-contents): Obsolete function
2891 removed.
2892 (battery-read-function): Obsolete function removed.
2893 (battery-linux-proc-apm): Use insert-file-contents.
2894
2895 2001-12-07 Stephen Eglen <stephen@gnu.org>
2896
2897 * iswitchb.el (iswitchb-visit-buffer):
2898 Use `select-frame-set-input-focus'--needed when window manager
2899 uses "click to focus" policy.
2900
2901 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2902
2903 * COPYING: Moved back.
2904
2905 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2906
2907 * term/internal.el (IT-character-translations): Add entries for
2908 more points.
2909
2910 * international/characters.el: Resurrect the Hebrew category
2911 settings for all Hebrew characters removed by the last change.
2912 Add code for setting the Hebrew category of the Unicode Hebrew
2913 characters. Set syntax entries for Hebrew punctuation characters.
2914
2915 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2916 points and directional formatting control characters.
2917
2918 2001-12-07 Dave Love <fx@gnu.org>
2919
2920 * language/lao-util.el: Add Unicode equivalents for rules.
2921 (lao-post-read-conversion): New function.
2922
2923 * language/lao.el: Add Unicode equivalents.
2924 (lao): Add post-read conversion.
2925
2926 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2927 Use iso2022 encoding.
2928 (latin1-char-displayable-p): Doc fix.
2929 (latin1-display-ucs-per-lynx): New option.
2930 (latin1-display-ucs-per-lynx): New command.
2931 (latin1-display-reset): Special-case arabic.
2932 (ucs-tables): Require.
2933 (latin1-display-sets, latin1-display-setup): Add arabic.
2934 (latin1-display) <variable>: Use function latin1-display.
2935 (latin1-display) <function>: Add mule-unicode stuff.
2936 (latin1-display-check-font): Don't lose if `info' is nil.
2937
2938 * international/iso-transl.el: Insert Latin-1 characters, not
2939 unibyte codes.
2940
2941 * language/european.el (diacritic-composition-pattern): New constant.
2942 (diacritic-compose-region, diacritic-compose-string)
2943 (diacritic-compose-buffer, diacritic-post-read-conversion)
2944 (diacritic-composition-function): New functions.
2945
2946 * international/utf-8.el (ucs-mule-to-mule-unicode):
2947 New translation table.
2948 (ccl-encode-mule-utf-8): Use it.
2949 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2950 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2951 (utf-8-subst-table): New variable.
2952 (utf-8-compose-scripts): New option.
2953 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2954
2955 * international/ucs-tables.el, international/utf-8-subst.el:
2956 New files.
2957
2958 * international/characters.el: Don't set word syntax (the default)
2959 explicitly. Add a diacritic category. Add info for Unicode
2960 equivalents of characters in various Mule charsets and for extra
2961 Unicode characters. Don't define specific categories for
2962 Indian/Devanagari, since they aren't used.
2963
2964 2001-12-06 Richard M. Stallman <rms@gnu.org>
2965
2966 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2967 (set-justification-left, set-justification-right): Doc fix.
2968
2969 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2970 (bug-f90-mode): Variable deleted.
2971
2972 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * indent.el (indent-line-function): Default is indent-relative again.
2975
2976 2001-12-07 Miles Bader <miles@gnu.org>
2977
2978 * progmodes/compile.el (compilation-error-regexp-alist):
2979 Added regexps for RXP.
2980
2981 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2984 Add shift-assignment operators to those highlighted, and highlight
2985 the whole operator rather than just the "=".
2986
2987 2001-12-04 Juanma Barranquero <lektu@terra.es>
2988
2989 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2990 before saving abbrevs if `save-abbrevs' has the value `silently'.
2991
2992 2001-12-04 Andreas Schwab <schwab@suse.de>
2993
2994 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2995
2996 2001-12-04 Colin Walters <walters@debian.org>
2997
2998 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2999 for `defmacro*' forms.
3000
3001 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3002 `defmacro*'.
3003
3004 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3005
3006 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3007
3008 2001-12-02 Richard M. Stallman <rms@gnu.org>
3009
3010 * files.el (insert-directory): If the df output does not look right,
3011 don't try to use it. Other cleanups in overall code structure.
3012
3013 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3014
3015 * textmodes/outline.el (outline-mode-prefix-map):
3016 Add bindings for outline-promote and outline-demote.
3017 (outline-minor-mode-menu-bar-map): New var.
3018 (outline-minor-mode): Use it.
3019 (outline-heading-alist): New var (renamed from outline-level-heading).
3020 (outline-level): Use it.
3021 (outline-insert-heading, outline-promote, outline-demote):
3022 Update to use outline-heading-alist.
3023
3024 * disp-table.el (standard-display-european):
3025 Simplify since the function is not interactive any more.
3026 Don't set the existing buffers to unibyte.
3027
3028 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3029
3030 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3031
3032 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3033
3034 * shell.el (shell): Use shell-file-name.
3035 Pop to buffer before calling comint to set COLUMNS properly.
3036
3037 * emacs-lisp/cl.el (svref): New alias.
3038
3039 * progmodes/antlr-mode.el (antlr-c-common-init):
3040 Don't inhibit adaptive-fill-mode any more.
3041
3042 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3043
3044 * progmodes/etags.el (tags-with-face): Use make-symbol.
3045 (tags-search, tags-query-replace): Use backquotes.
3046
3047 * textmodes/picture.el (picture-mode-map): Don't use defconst
3048 for a variable.
3049
3050 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3051
3052 * textmodes/reftex-index.el (reftex-index-mode):
3053 Remove make-local-hook.
3054
3055 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3056
3057 2001-12-02 Kim F. Storm <storm@cua.dk>
3058
3059 * isearch.el (isearch-resume-enabled): New variable.
3060 (isearch-done): Use that variable.
3061
3062 2001-12-01 Richard M. Stallman <rms@gnu.org>
3063
3064 * wid-edit.el (widget-button-click): Don't move point permanently:
3065 Avoid mouse-set-point--instead select the window,
3066 then do save-excursion, then move point.
3067 Specify the buffer for get-char-property.
3068 Don't use `@' in interactive.
3069
3070 * indent.el (indent-line-function):
3071 Default is indent-to-left-margin again.
3072
3073 * replace.el (query-replace-read-args): Display message
3074 if FROM contains `\n' or `\t'.
3075
3076 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3077
3078 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3079
3080 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3081
3082 * emacs-lisp/regexp-opt.el (regexp-opt):
3083 Bind completion-regexp-list to nil.
3084
3085 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3086
3087 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3090 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3091 Update maintainer.
3092
3093 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * mail/smtpmail.el: Use with-current-buffer.
3096 (message-make-date, message-make-message-id): Autoload when needed.
3097 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3098 headers when missing.
3099
3100 * international/encoded-kb.el (encoded-kbd-mode):
3101 Use define-minor-mode.
3102
3103 * enriched.el (enriched-mode): Use define-minor-mode.
3104 Use dolist and pop and push.
3105
3106 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3107 with the `visit' argument.
3108 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3109
3110 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3111 `change-major-mode-hook' locally. Reset invisibility spec.
3112
3113 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3114
3115 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3116
3117 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3118 Clarify error message.
3119
3120 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3121
3122 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3123
3124 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3125
3126 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3127 don't just return it.
3128
3129 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3130
3131 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3132 (menu-bar-read-emacs-man, search-emacs-glossary)
3133 (emacs-index-search, elisp-index-search): New functions.
3134 (apropso-documentation, apropos, apropos-value, apropos-variable)
3135 (apropos-commands): Modify menu item names and help text.
3136 (elisp-index-search, emacs-index-search, emacs-glossary):
3137 New menu items.
3138 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3139 submenu.
3140 (info-elisp, info-elintro): New menu items.
3141 (apropos): Modify the menu item name.
3142
3143 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3146
3147 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3148
3149 * man.el (man-follow-mouse): New function.
3150 (Man-mode-map): Bind mouse-2 to it.
3151 (Man-match-substring): Remove. Replace with `match-string'.
3152 (man): Use the `default-value' argument to `read-string'.
3153 (Man-fontify-manpage): Add mouse-face to cross references.
3154
3155 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3156
3157 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3158
3159 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3160 the value of require-match in minibuffer-completion-confirm.
3161 Use crm-local-completion-map.
3162
3163 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3164 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3165 (cl-make-type-test): Use char-valid-p for `character'.
3166
3167 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3168 (Info-complete-menu-item): Rewrite. Add the ability to search
3169 several sequential nodes. Add a simple caching mechanism.
3170 (Info-goto-index): New function extracted from Info-index.
3171 (Info-index): Use it. Add completion to the interactive spec.
3172 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3173
3174 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3175
3176 * COPYING: Removed.
3177
3178 2001-11-29 Dave Love <fx@gnu.org>
3179
3180 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3181 (fortran-window-create, fortran-window-create-momentarily):
3182 Rewrite, moving error condition.
3183 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3184 (fortran-mode-syntax-table): Revert last change.
3185
3186 * international/mule.el: Doc fixes.
3187 (map-charset-chars): New function.
3188 (register-char-codings): Use it to cope with generic chars in
3189 safe-chars.
3190
3191 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3192
3193 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3194
3195 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3196
3197 * play/studly.el (studlify-word, studlify-region)
3198 (studlify-buffer): Fix doc-string.
3199 (studlify-buffer): Add autoload cookie.
3200
3201 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3202
3203 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3204 (outline-up-heading-all): Remove.
3205 (hide-sublevels): Move to end-of-heading before calling flag-region.
3206 (outline-copy-overlay, outline-discard-overlays): Remove.
3207 (outline-flag-region): Use `remove-overlays'.
3208 Don't move to end-of-heading.
3209 (outline-next-visible-heading, outline-back-to-heading)
3210 (outline-on-heading-p): Use outline-invisible-p.
3211 (outline-font-lock-level): Use outline-up-heading's new arg.
3212 (outline-minor-mode): Simplify.
3213 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3214 (outline): Put a `reveal-toggle-invisible' property.
3215 (outline-level-heading): New var.
3216 (outline-insert-heading, outline-promote, outline-demote)
3217 (outline-toggle-children): New commands.
3218
3219 * progmodes/hideif.el (hif-end-of-line): New function.
3220 (hide-ifdef-mode): Set line-move-ignore-invisible.
3221 (hide-ifdef-region-internal): New function.
3222 (hide-ifdef-region): Use it.
3223 (hif-defined): Return an integer.
3224 (hif-infix-to-prefix): Remove.
3225 (hif-tokenize): Parse from the buffer rather than from a string.
3226 Correctly tokenize integers. Use forward-comment.
3227 (hif-expr): Use hif-or.
3228 (hif-term): Use hif-and.
3229 (hif-factor): Use hif-not. Handle numbers properly.
3230 Don't require parenthesis around `defined's argument.
3231 (hif-and, hif-or, hif-not): New funs.
3232 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3233 (hif-hide-line): Don't hide the \n before the line.
3234 (hif-possibly-hide): Correctly handle numeric evaluation results.
3235
3236 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3237 (makefile-mode): Set indent-line-function.
3238 (makefile-browser-insert-continuation): Use with-current-buffer.
3239 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3240
3241 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3242
3243 * isearch.el (isearch-yank-internal): New helper function.
3244 (isearch-yank-char): New function.
3245 (isearch-yank-word, isearch-yank-line): Rewrite to use
3246 isearch-yank-internal.
3247
3248 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3249
3250 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3251 aren't supported. Print a message to that effect if invoked.
3252
3253 2001-11-27 Stephen Eglen <stephen@gnu.org>
3254
3255 * locate.el (locate): Put point at first matching file rather
3256 than top of buffer.
3257
3258 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3259
3260 * reveal.el: New file.
3261
3262 * progmodes/hideif.el: Misc cleanup.
3263 (hide-ifdef-mode-submap): Put the def in the defvar.
3264 Use substitute-key-definition.
3265 (hide-ifdef-mode): Use define-minor-mode.
3266 (hif-outline-flag-region): Remove.
3267 (hif-show-all): Define in terms of hif-show-ifdef-region.
3268 (hif-after-revert-function): Rename from hif-before-revert-function.
3269 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3270 (hif-tokenize): Use with-syntax-table.
3271 (hif-make-range): Use `else' also for `else-p'.
3272 (hif-range-else-p): Remove.
3273 (hif-find-range): Simplify.
3274 (hif-hide-line): Don't bother preserving buffer-modified-p.
3275 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3276 Don't use selective-display and inhibit-read-only.
3277
3278 * subr.el (copy-overlay, remove-overlays): New funs.
3279
3280 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3281
3282 2001-11-27 Sam Steingold <sds@gnu.org>
3283
3284 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3285 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3286 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3287 * obsolete/c-mode.el, obsolete/cplus-md.el
3288 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3289 * term/sun-mouse.el, textmodes/artist.el:
3290 Converted backquote to the new style.
3291 * mouse.el, reposition.el: Likewise (in comments).
3292 * expand.el: Likewise (in a string).
3293
3294 2001-11-27 Richard M. Stallman <rms@gnu.org>
3295
3296 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3297
3298 2001-11-26 Richard M. Stallman <rms@gnu.org>
3299
3300 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3301 if :on-glyph or :off-glyph is a list, eval it and store it back.
3302 (checkbox): Quote the values for :on-glyph and :off-glyph.
3303
3304 * cus-start.el (recursive-load-depth-limit): Delete item.
3305
3306 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3307
3308 * help-fns.el (describe-categories, help-describe-category-set): New.
3309 describe-categories moved here from src/category.c.
3310
3311 2001-11-26 Sam Steingold <sds@gnu.org>
3312
3313 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3314 arguments to `insert' are strings.
3315
3316 2001-11-26 Richard M. Stallman <rms@gnu.org>
3317
3318 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3319
3320 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * international/mule-diag.el: Require help-fns instead of
3323 help-funs.
3324
3325 * help-fns.el: Renamed from help-funs.el.
3326
3327 * startup.el (command-line-1): Don't try to call process-list if
3328 it is not fboundp.
3329
3330 2001-11-26 Sam Steingold <sds@gnu.org>
3331
3332 * frame.el (show-trailing-whitespace): Remove :set argument (the
3333 value was essentially identical to the defalt).
3334
3335 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3336
3337 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3338
3339 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3340
3341 * hilit-chg.el (hilit-chg-set): Likewise.
3342
3343 * speedbar.el (speedbar-mode): Likewise.
3344
3345 * calendar/calendar.el (calendar-mode): Likewise.
3346
3347 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3348 insert-string.
3349
3350 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3351
3352 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3353
3354 * term/sun-mouse.el (sun-yank-selection): Likewise.
3355
3356 * textmodes/bib-mode.el (return-key-bib): Likewise.
3357
3358 * calendar/appt.el (appt-disp-window): Likewise.
3359
3360 * calendar/diary-lib.el (list-diary-entries): Likewise.
3361
3362 * array.el (array-reconfigure-rows): Likewise.
3363
3364 * filecache.el (file-cache-minibuffer-complete): Likewise.
3365
3366 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3367
3368 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3369
3370 * allout.el (outline-version, outline-open-topic)
3371 (outline-rebullet-heading, outline-insert-listified)
3372 (outline-latex-verbatim-quote-curr-line)
3373 (outline-latexify-one-item, outlineify-sticky): Likewise.
3374
3375 * vc.el (vc-next-action-on-file): Likewise.
3376 (vc-dired-mode): Remove make-local-hook.
3377
3378 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3379
3380 * vc.el (vc-find-version): New function.
3381 (vc-version-other-window): Redefined in terms of the above.
3382
3383 * log-view.el (log-view-find-version): New function.
3384 (log-view-mode-map): Bind it to `f'.
3385
3386 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3387
3388 * language/devan-util.el (dev-char-glyph): Escape `"' in
3389 string literals.
3390 (dev-glyph-glyph, dev-glyph-glyph-2)
3391 (devanagari-compose-syllable-region): Likewise.
3392
3393 2001-11-26 Richard M. Stallman <rms@gnu.org>
3394
3395 * window.el (save-selected-window): No error if saved window is dead.
3396
3397 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3398
3399 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3400
3401 * international/quail.el (quail-help): Require help-mode in
3402 top-level instead.
3403
3404 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3405 insert-string.
3406
3407 * icomplete.el (icomplete-exhibit): Likewise.
3408
3409 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3410
3411 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3412 (diff-hunk-kill): Simplify.
3413 (diff-post-command-hook): Only apply to a single hunk.
3414 (diff-hunk-text): Make `char-offset' non-optional.
3415 (diff-find-text): Return a cons cell.
3416 (diff-find-approx-text): New fun.
3417 (diff-find-source-location): Use it.
3418 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3419 Adapt to new retval of diff-find-text.
3420
3421 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3422 rather than integer- representation of dates.
3423
3424 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3425
3426 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3427 (syntax-after): New fun.
3428
3429 * help-funs.el (describe-syntax): New fun.
3430
3431 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3432 (font-lock-ppss-stats, font-lock-ppss): Remove.
3433 (font-lock-fontify-syntactically-region): Remove tuning code.
3434 (font-lock-compile-keywords): Fix off-by-one bug.
3435 (font-lock-set-defaults): Don't set removed vars.
3436 (c-keywords): Add `inline'.
3437 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3438
3439 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3440 Set syntax-begin-function.
3441 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3442 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3443 (lisp-mode-auto-fill): Use syntax-ppss and obey
3444 comment-auto-fill-only-comments.
3445 (lisp-fill-paragraph): Use syntax-ppss.
3446
3447 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3448
3449 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3450 version of rmail-enable-mime.
3451 (rmail-forward): Use it.
3452
3453 2001-11-25 Richard M. Stallman <rms@gnu.org>
3454
3455 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3456
3457 * international/quail.el (quail-keyboard-layout-button):
3458 Define button type.
3459 (quail-keyboard-customize-button): Likewise.
3460 (quail-help): Use those button types. Require `help-mode'.
3461 Avoid altering the argument `package'.
3462
3463 * help-mode.el (help-function, help-variable, help-face)
3464 (help-coding-system, help-input-method, help-character-set):
3465 Define each button type with its own explicit define-button-type.
3466
3467 * language/devan-util.el: Comment out parts of the file
3468 which apparently are garbled.
3469
3470 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3471
3472 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3473 insert-string.
3474
3475 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3476
3477 * play/snake.el (snake-mode): Remove make-local-hook.
3478
3479 * play/tetris.el (tetris-mode): Likewise.
3480
3481 * play/decipher.el (decipher-mode): Likewise.
3482
3483 * tmm.el (tmm-add-prompt): Likewise.
3484
3485 2001-11-25 Sam Steingold <sds@gnu.org>
3486
3487 * menu-bar.el (menu-bar-apropos-menu): New variable.
3488 Moved all `apropos' bindings to this menu.
3489 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3490
3491 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3492
3493 The following changes are for new indian languages support based
3494 on Unicode charset and CDAC fonts.
3495
3496 * international/mule-conf.el: Change indian-1-column charset to
3497 indian-glyph charset.
3498
3499 * international/characters.el: Adjusted for the change of
3500 indian-1-column -> indian-glyph.
3501
3502 * international/fontset.el: Delete the setting for indian-1-column
3503 and add the setting for indian-glyph in the default fontset.
3504
3505 * language/indian.el: Completely re-written.
3506
3507 * language/devanagari.el: Completely re-written.
3508
3509 * language/devan-util.el: Completely re-written.
3510
3511 * language/ind-util.el: New file.
3512
3513 2001-11-24 Richard M. Stallman <rms@gnu.org>
3514
3515 * startup.el (command-line-1): Don't do startup screen
3516 if a subprocess is running. Call the startup screen buffer
3517 "GNU Emacs". Make a special mode-line-format for it.
3518
3519 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3520 (browse-url-galeon): Use that variable.
3521
3522 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3523 eval-expression. Eval and set the variable simply.
3524
3525 * files.el (temporary-file-directory): Use defcustom.
3526 (small-temporary-file-directory): Likewise.
3527 (normal-backup-enable-predicate): Move down in file
3528 after definition of temporary-file-directory.
3529
3530 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3531
3532 2001-11-24 Colin Walters <walters@debian.org>
3533
3534 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3535 autoload names to match files renamed on initial calc import.
3536
3537 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3538 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3539
3540 2001-11-23 Colin Walters <walters@debian.org>
3541
3542 * Makefile.in (finder_setwins, setwins): Include Calc again.
3543
3544 * calc/calc-rules.el: Add header comment.
3545
3546 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3547
3548 * vc.el (with-vc-properties): Don't bind `filename' locally.
3549 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3550 to avoid name clashes. Fix `lisp-indent-function' property for
3551 both.
3552
3553 2001-11-23 Francesco Potorti` <pot@gnu.org>
3554
3555 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3556
3557 2001-11-22 Colin Walters <walters@debian.org>
3558
3559 * calc/calc-misc.el (report-calc-bug):
3560 Use `reporter-prompt-for-summary-p'.
3561
3562 * calc/INSTALL, calc/Makefile: Remove.
3563
3564 2001-11-22 Miles Bader <miles@gnu.org>
3565
3566 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3567 (reb-match-2, reb-match-3): Add dark-background variants.
3568
3569 2001-11-22 Colin Walters <walters@debian.org>
3570
3571 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3572 (info "Calc").
3573 (report-calc-bug): Use reporter.el.
3574
3575 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3576
3577 2001-11-21 Richard M. Stallman <rms@gnu.org>
3578
3579 * which-func.el (which-function): Call imenu--make-index-alist
3580 if necessary to get a list of functions.
3581 (which-function-imenu-failed): New variable.
3582 (which-func-update): Handle all visible windows.
3583 (which-func-update-1): New subroutine broken out of which-func-update.
3584
3585 * files.el (temporary-file-directory, null-device)
3586 (small-temporary-file-directory): Definitions moved up.
3587
3588 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3589 (cperl-non-problems, cperl-praise): Doc fixes.
3590
3591 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3592 (sh-mode-syntax-table): Function restored.
3593 Variable set up for use by function sh-mode-syntax-table.
3594 (sh-set-shell): Set the syntax table.
3595
3596 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3597
3598 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3599
3600 * international/encoded-kb.el: Don't alter minor-map-alist.
3601
3602 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3603
3604 * files.el (auto-save-file-name-transforms): Put remote files in
3605 temporary-file-directory rather than /tmp.
3606
3607 2001-11-21 Colin Walters <walters@debian.org>
3608
3609 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3610 of (function ...) wrapper.
3611
3612 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3613
3614 * derived.el (define-derived-mode): Create the abbrev-table
3615 from inside the `defvar'.
3616
3617 * jit-lock.el (jit-lock-defer-time): New var.
3618 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3619 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3620 (jit-lock-function): Defer fontification if requested.
3621 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3622 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3623 text property.
3624 (jit-lock-deferred-fontify): New fun.
3625
3626 2001-11-20 Richard M. Stallman <rms@gnu.org>
3627
3628 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3629 Set local-abbrev-table to lisp-mode-abbrev-table.
3630
3631 * emacs-lisp/re-builder.el (reb-mode):
3632 Don't use define-derived-mode. Call kill-all-local-variables.
3633
3634 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3635 Don't use define-derived-mode.
3636
3637 * help-mode.el (help-mode): Undo 2001-10-07 change.
3638
3639 * replace.el (occur-mode): Undo 2001-5-20 change.
3640
3641 2001-11-20 Jason Rumney <jasonr@gnu.org>
3642
3643 * w32-fns.el (w32-system-coding-system): Change to an alias for
3644 locale-coding-system.
3645 (set-w32-system-coding-system): Document the above change.
3646 Set locale-coding-system instead.
3647
3648 2001-11-20 Richard M. Stallman <rms@gnu.org>
3649
3650 * ruler-mode.el: Add pagination.
3651 (ruler-mode-toggle-show-tab-stops): No need to
3652 test `ruler-mode' variable.
3653
3654 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3655
3656 * play/landmark.el: Mark lm-mode as special.
3657
3658 * play/gomoku.el: Mark gomoku-mode as special.
3659
3660 2001-11-20 Juanma Barranquero <lektu@terra.es>
3661
3662 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3663 (top-level): Bind it to C-c C-b.
3664 (re-builder): Don't re-enter RE Builder Mode.
3665
3666 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3667
3668 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3669
3670 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3671 `manual-program'.
3672
3673 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3674 to a line without a comment.
3675
3676 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * dired.el (dired-listing-switches): Mention in the doc string
3679 that some switches are not supported by ls-lisp.el
3680
3681 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3684 (imenu--create-keymap-2): Remove.
3685 (imenu--create-keymap-1): Simplify, remove third argument.
3686 (imenu--generic-function): Use dolist.
3687 (imenu-find-default): New function.
3688 (imenu--completion-buffer): Use it.
3689 (imenu--mouse-menu): Use popup-menu.
3690 (imenu--menubar-select): Return t rather than calling imenu.
3691
3692 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3693 New functions, extracted from fill-region-as-paragraph.
3694 (fill-region-as-paragraph): Use them.
3695 Use an end marker instead of eob.
3696 Ignore whitespace-only fill-prefixes when indenting according to mode.
3697 Simplify the loop that searches for spaces backwards.
3698
3699 * textmodes/picture.el (picture-vertical-step)
3700 (picture-horizontal-step): Don't use defconst for variables.
3701
3702 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3703 (mail-extract-address-components): Downcase domain names.
3704 (mail-extr-delete-char): Remove. Use delete-char instead.
3705
3706 * emulation/pc-select.el: Doc string fixes.
3707 (pc-selection-mode): Don't treat macos as a tty.
3708
3709 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3710
3711 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3712
3713 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3714 (mouse-wheel-progessive-speed): New var.
3715 (mwheel-scroll): Use it and handle float values.
3716
3717 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3718
3719 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3720 (iswitchb): Fix the case where the result was selected with the mouse.
3721 (iswitchb-completion-help): Use the normal *Completions* now that
3722 mouse selection works.
3723 (iswitchb-minibuffer-setup): Simplify.
3724
3725 * newcomment.el (comment-column, comment-style, comment-multi-line)
3726 (comment-auto-fill-only-comments): Remove :group arg.
3727 (comment-padding): Add :type.
3728 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3729 if called interactively.
3730
3731 2001-11-19 Colin Walters <walters@verbum.org>
3732
3733 * calc/calc.el (toplevel): Add comment and version header.
3734 (calc-init-base): Bump version to 2.02f, update date.
3735
3736 2001-11-19 Richard M. Stallman <rms@gnu.org>
3737
3738 * net/browse-url.el: Support Mozilla and Galeon.
3739 By default, find the installed browser whichever it is.
3740 (browse-url-mozilla): New function.
3741 (browse-url-mozilla-sentinel): New function.
3742 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3743 (browse-url-default-browser): New function.
3744 (browse-url-process-environment): Use browse-url-browser-display.
3745 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3746 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3747 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3748 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3749 (browse-url-browser-function): New default, new options.
3750
3751 2001-11-19 Sam Steingold <sds@gnu.org>
3752
3753 * bindings.el (last-buffer, unbury-buffer): New function.
3754 (mode-line-unbury-buffer): Use `unbury-buffer'.
3755
3756 2001-11-18 Stephen Eglen <stephen@gnu.org>
3757
3758 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3759 control behaviour when no further completion is possible.
3760
3761 2001-11-19 Colin Walters <walters@verbum.org>
3762
3763 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3764 (math-showing-full-precision, math-with-extra-prec, math-working)
3765 (calc-with-default-simplification)
3766 (calc-with-trail-buffer): Use backtick.
3767 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3768 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3769 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3770 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3771 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3772 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3773 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3774 (calc-record-compilation-date-macro): Deleted. Callers updated.
3775 (math-format-radix-digit): Move to calc-bin.el.
3776
3777 * calc/calc.el (calc-record-compilation-date): Remove.
3778 (calc-bug-address): Update.
3779 (calc-settings-file): Use `user-init-file'.
3780
3781 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3782 Handle null `calc-settings-file'.
3783
3784 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3785 * calc/calc-keypd.el (calc-keypad-mode): New.
3786 (calc-do-keypad): Use it.
3787 (calc-keypad-map): Move into `calc-keypad-mode'.
3788
3789 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3790 to defalias argument.
3791
3792 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3793 (calcFunc-floor): Ditto.
3794
3795 * calc-units.el (calcFunc-usimplify): Ditto.
3796
3797 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3798 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3799 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3800 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3801 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3802 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3803 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3804 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3805 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3806 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3807 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3808 and move them before their first use. Use `when', `unless'.
3809 Remove trailing periods from error forms. Add description and
3810 headers suggested by Emacs Lisp coding conventions.
3811
3812 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3813
3814 * newcomment.el (comment-indent):
3815 Fix misindentation for comment-only lines.
3816 (comment-indent-new-line): Only obey comment-multi-line if the
3817 comment-ender is not the end-of-line.
3818
3819 2001-11-19 Richard M. Stallman <rms@gnu.org>
3820
3821 * net/net-utils.el (network-connection-service-abbrev-alist):
3822 New variable.
3823
3824 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3825 Advance to start of 3rd sexp by moving fwd and backing over it.
3826 At first three elements, act like defun.
3827
3828 * delsel.el (delete-selection-pre-hook): Handle and resignal
3829 file-supersession errors to interact properly with userlock.el.
3830
3831 2001-11-18 Richard M. Stallman <rms@gnu.org>
3832
3833 * progmodes/fortran.el (fortran-mode-syntax-table):
3834 Specify punctuation syntax for backslash.
3835
3836 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3837 All calls deleted.
3838
3839 * international/mule-util.el (string-to-sequence): Make it obsolete.
3840 (string-to-list, string-to-vector): Implement them directly
3841 using append and vconcat, not with string-to-sequence.
3842
3843 * startup.el (command-line): Set abbrevs-changed to nil after
3844 reading the init file and the abbrevs file.
3845
3846 * isearch.el (isearch): Use magenta2 as bg for (background light)
3847
3848 2001-11-17 Richard M. Stallman <rms@gnu.org>
3849
3850 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3851
3852 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3853
3854 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3857 If set and if applicable, add a regexp to highlight defun-like
3858 text inside comments and strings.
3859 (font-lock-fontify-keywords-region): Pass that new arg.
3860 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3861 to the end and pass that new arg.
3862 (c-font-lock-keywords-2): Fix regex for labels.
3863 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3864 Make it work when LIMIT is several lines further.
3865 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3866 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3867 Use backquote and make the regexes for `int a, b, c;' work on
3868 multiple lines.
3869
3870 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3871 (font-lock-defaults-alist): Don't change it any more.
3872 (reb-subexp-mode-map): Cleanup.
3873
3874 * custom.el (custom-current-group-alist): New var.
3875 (custom-declare-group): Set it.
3876 (custom-current-group): New fun.
3877 (custom-declare-variable, custom-handle-all-keywords):
3878 Use it as a default if no :group argument is specified.
3879
3880 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3881 (standard-keyboard-coding-systems): New var.
3882 (set-locale-environment): Use it to decide whether or not to call
3883 set-keyboard-coding-system.
3884 (locale-language-names): Use \"French\" for "fr".
3885
3886 2001-11-17 Richard M. Stallman <rms@gnu.org>
3887
3888 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3889 (add-to-list): Delete compatibility code.
3890 (checkdoc-next-message-error): Doc fix.
3891
3892 2001-11-17 Stephen Eglen <stephen@gnu.org>
3893
3894 * locate.el (locate): Show default locate pattern within the
3895 prompt, but don't insert it into the minibuffer contents.
3896 Catch the case when pattern is the empty string.
3897
3898 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3899
3900 * language/european.el ("French"): New language environment.
3901
3902 2001-11-16 Richard M. Stallman <rms@gnu.org>
3903
3904 * calendar/todo-mode.el (todo-save): Fix previous change.
3905
3906 * subr.el (functionp): Do use cdr-safe on object.
3907
3908 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3909
3910 * bindings.el (mode-line-mode-name): Only put the help-echo property
3911 if the local-map property was put as well.
3912 (global-map): Bind switch-frame, delete-frame, iconify-frame
3913 and make-frame-visible events.
3914
3915 * emacs-lisp/elp.el (elp-not-profilable): New var.
3916 (elp-not-profilable-p): New function.
3917 (elp-instrument-function): Use it. Use backquotes and push.
3918
3919 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3920 (byte-stack+-info, byte-compile-last-warned-form)
3921 (byte-compile-last-logged-file): Don't defconst a variable.
3922 (no-byte-compile): Declare.
3923 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3924 (byte-compile-defvar): Leave defconst as is.
3925
3926 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3927 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3928 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3929 (edebug-best-error): Don't defconst a variable.
3930 (edebug-read-syntax-table): Use a char-table.
3931 (edebug-lemacs-specific): Remove.
3932 Toplevel: Eliminate check for Lucid Emacs.
3933
3934 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3935
3936 * rect.el (move-to-column-force): Mark obsolete.
3937 (operate-on-rectangle, delete-extract-rectangle-line)
3938 (insert-rectangle, delete-whitespace-rectangle-line)
3939 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3940 (string-rectangle-history): New var.
3941 (string-rectangle, string-insert-rectangle): Use it.
3942 (delete-rectangle-line): Fix pos/column mixup and simplify.
3943
3944 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3945 (normal-top-level, command-line, command-line-1): Simplify.
3946
3947 * tar-mode.el (tar-mode): Use define-derived-mode.
3948
3949 * view.el (view-mode-enable): Don't use make-local-hook.
3950
3951 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3952
3953 2001-11-16 Richard M. Stallman <rms@gnu.org>
3954
3955 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3956 if it doesn't make sense as anything else.
3957 Don't recognize a "telephone number" at the beginning of the name.
3958 (mail-extr-leading-garbage): Match non-word characters only.
3959
3960 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3961
3962 * startup.el (command-line-processed): Doc fix.
3963
3964 * apropos.el (apropos-next-label-button): Doc fix.
3965
3966 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3967
3968 * comint.el (comint-mode): Simplify.
3969 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3970
3971 * subr.el (eval-after-load): Make it work with features as well.
3972
3973 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3974
3975 * international/mule-cmds.el (describe-input-method): Setup xref.
3976 (set-language-environment): Use functionp.
3977 (locale-language-names, locale-charset-language-names)
3978 (locale-preferred-coding-systems): Defconst and purecopy.
3979
3980 * language/european.el (mac-roman): Add mime-charset property.
3981
3982 2001-11-15 Richard M. Stallman <rms@gnu.org>
3983
3984 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3985 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3986 to get better doc strings.
3987
3988 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3989
3990 * derived.el: Fix autoload cookie.
3991
3992 2001-11-15 Richard M. Stallman <rms@gnu.org>
3993
3994 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3995
3996 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3997
3998 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3999
4000 2001-11-15 Richard M. Stallman <rms@gnu.org>
4001
4002 * dired.el (dired-undo): Display a message to explain
4003 that this does not undo file system changes.
4004
4005 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4006
4007 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4008 into `unread-command-events' instead of trying keymap
4009 lookups ourselves. This makes mouse-clicks do the right
4010 thing even when keymaps of overlays are involved.
4011 (mouse-drag-drag): Likewise.
4012
4013 2001-11-15 Andreas Schwab <schwab@suse.de>
4014
4015 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4016 characters and append anchor to pattern added to auto-mode-alist.
4017
4018 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * server.el (server-process-filter): Run pore/post-comment-hook
4021 before/after visiting the file.
4022
4023 * info-look.el (makefile-mode): Add info for automake.
4024 (autoconf-mode): Fix the name of the index for automake.
4025
4026 * international/latin-9.el: Give pilcrow punctuation syntax.
4027
4028 2001-11-15 Andre Spiegel <spiegel@gnu.org>
4029
4030 * vc.el: Documentation fixes.
4031
4032 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * smerge-mode.el (smerge-match-conflict): Fix typo.
4035 (smerge-diff): Be careful to read match-data early enough.
4036
4037 2001-11-14 Colin Walters <walters@verbum.org>
4038
4039 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4040 (calcFunc-subst): Use `defalias' instead of `fset' and
4041 `symbol-function'.
4042
4043 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4044 (calcFunc-ceil, calcFunc-round): Ditto.
4045
4046 * calc/calc-bin.el (calcFunc-clip): Ditto.
4047
4048 * calc/calc-ext.el (calcFunc-evalv): Ditto.
4049
4050 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4051
4052 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4053 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4054
4055 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4056
4057 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4058 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4059 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4060 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4061 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4062 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4063 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4064 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4065 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4066 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4067 * calcsel2.el: Style cleanup; don't put closing parens on their
4068 own line, add "foo.el ends here" to each file, and update
4069 copyright date.
4070
4071 * README: Update maintainer.
4072
4073 2001-11-13 Richard M. Stallman <rms@gnu.org>
4074
4075 * progmodes/compile.el (recompile): Use compilation-arguments if
4076 set, so as to be able to M-x recompile the exact command which
4077 created a compilation-mode buffer.
4078
4079 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4080
4081 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4082
4083 * mouse.el (mouse-drag-region): Don't run the up-event
4084 handler if window start changed due to the down-mouse event.
4085
4086 2001-11-13 Richard M. Stallman <rms@gnu.org>
4087
4088 * mouse.el (mouse-show-mark): Either move point to the mark
4089 or use highlighting, never both.
4090 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4091
4092 2001-11-13 Simon Josefsson <jas@extundo.com>
4093
4094 * mail/smtpmail.el (top-level): Change maintainer to Simon
4095 Josefsson, cleanup the smtpmail.el header.
4096
4097 * mail/smtpmail.el (top-level): Don't require cl or base64.
4098 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4099 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4100 Defsubst instead of defmacro.
4101 (smtpmail-intersection): Return value in reverse order.
4102 (smtpmail-open-stream): Use stringp instead of string-to-list.
4103 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4104 separated from smtpmail-via-smtp.
4105
4106 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4107 rfc2104. Require base64 and cl.
4108 (smtpmail-smtp-service): Doc fix. :type fix.
4109 (smtpmail-debug-info): Doc fix.
4110 (smtpmail-debug-verb, smtpmail-auth-credentials)
4111 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4112 New variables.
4113 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4114 mail-utils (it is autoloaded).
4115 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4116 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4117 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4118 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4119 (smtpmail-via-smtp): Support AUTH.
4120 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4121
4122 2001-11-13 Richard M. Stallman <rms@gnu.org>
4123
4124 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4125 (electric-buffer-overlay): New variable.
4126 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4127 (electric-buffer-list): Likewise.
4128
4129 * isearch.el (isearch-whitespace-chars): Doc fix.
4130 (isearch-mode): Handle negative search-slow-window-lines correctly.
4131
4132 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4135
4136 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4137 From Emmanuel Briot <briot@act-europe.fr>.
4138
4139 2001-11-13 Colin Walters <walters@debian.org>
4140
4141 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4142
4143 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4144 "~/.emacs"; use `read-file-name'.
4145
4146 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4147 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4148 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4149 * calc/calc.el: Use `frame-width' instead of `screen-width',
4150 `frame-height' instead of `screen-height', and,
4151 `executing-kbd-macro' instead of `executing-macro'.
4152
4153 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4154 correct number of arguments.
4155
4156 * calc/calc-aent.el (calc-do-alg-entry):
4157 Use `blink-paren-function' instead of `blink-paren-hook'.
4158
4159 2001-11-12 Richard M. Stallman <rms@gnu.org>
4160
4161 * calendar/todo-mode.el (todo-save): Add save-excursion
4162 and save-restriction.
4163
4164 * server.el (server-edit, server-done): Doc fix.
4165
4166 * simple.el (clone-indirect-buffer): Error if major mode symbol
4167 has a no-clone-indirect property.
4168 (clone-buffer): Check for obvious errors before reading clone name.
4169
4170 * info.el (Info-mode): Add a no-clone-indirect property.
4171
4172 2001-11-12 Sam Steingold <sds@gnu.org>
4173
4174 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4175 set-buffer-modified-p to nil after `vc-exec-after'.
4176 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4177 (log-view-mode): Make read-only.
4178 (log-view-current-file): Do final `expand-file-name' in the
4179 current `default-directory'.
4180 (log-view-current-tag): Take an optional `where' arg.
4181 (log-view-diff): New user command.
4182
4183 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4184
4185 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4186
4187 2001-11-12 Sam Steingold <sds@gnu.org>
4188
4189 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4190 `generic-flet', `generic-labels', `with-accessors',
4191 `with-condition-restarts'.
4192
4193 2001-11-12 Richard M. Stallman <rms@gnu.org>
4194
4195 * dired.el: Many trivial doc fixes.
4196 (dired-get-file-for-visit): New function.
4197 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4198 (dired-view-file, dired-find-file-other-window, dired-display-file):
4199 (dired-find-file): Use dired-get-file-for-visit.
4200
4201 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4202
4203 * sql.el (sql-mode): Doc change.
4204
4205 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4206 escape character.
4207
4208 2001-11-12 Colin Walters <walters@debian.org>
4209
4210 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4211 (calc-do-keypad): Don't attempt to use nonexistent global
4212 mouse-map, use calc-keypad-map.
4213 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4214 (calc-keypad-left-click): Don't use mouse-map; update to new event
4215 interface.
4216 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4217 (calc-keypad-press): Use `unread-command-events' instead of
4218 `unread-command-char'.
4219
4220 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4221 to match files renamed on initial calc import.
4222
4223 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4224
4225 * textmodes/flyspell.el (flyspell-default-dictionary):
4226 Fix previous change.
4227
4228 2001-11-12 Richard M. Stallman <rms@gnu.org>
4229
4230 * textmodes/flyspell.el (flyspell-default-dictionary):
4231 Fix custom type.
4232
4233 2001-11-11 Richard M. Stallman <rms@gnu.org>
4234
4235 * calendar/solar.el (solar-sunrise-and-sunset):
4236 Exchange the two extreme values of day-length.
4237
4238 * progmodes/sh-script.el (sh-must-be-shell-mode):
4239 Allow modes derived from sh-mode.
4240
4241 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4242 Turn off error in some re-search-forward calls.
4243
4244 * replace.el (query-replace-skip-read-only): New variable.
4245 (perform-replace): If that variable is non-nil, ignore matches
4246 that have a read-only property.
4247
4248 * derived.el (define-derived-mode): Doc fix.
4249
4250 * server.el (server-buffer-done): Test of server-existing-buffer
4251 was backwards.
4252 (server-existing-buffer): Doc fix.
4253
4254 * textmodes/flyspell.el (flyspell-default-dictionary):
4255 Allow nil as value, and make nil the default.
4256
4257 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4258
4259 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4260 it is not fboundp.
4261 (clipboard-yank): Ditto.
4262
4263 2001-11-11 Colin Walters <walters@verbum.org>
4264
4265 The following changes are based on patches from
4266 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4267 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4268
4269 * calc/calc.el (toplevel): Require calc-macs.
4270 (calc-minibuffer-size): New.
4271 (calcDigit-nondigit): Use it instead of `buffer-size'.
4272 (calcDigit-backspace): Likewise.
4273 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4274 `buffer-string'.
4275 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4276 `point-min'.
4277 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4278 `save-excursion'.
4279
4280 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4281 simple `setq' form.
4282
4283 * calc/calc-ext.el: (toplevel): Require calc.
4284 (calc-fancy-prefix-map): New.
4285 (calc-fancy-prefix): Use it.
4286 (calc-fancy-prefix-other-key): New.
4287
4288 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4289 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4290 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4291 (calcAlg-enter): Likewise.
4292 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4293
4294 2001-11-10 Richard M. Stallman <rms@gnu.org>
4295
4296 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4297 (quietly-read-abbrev-file): Doc fix.
4298
4299 * startup.el (command-line): Read standard abbrev
4300 file (abbrev-file-name), if it exists.
4301
4302 * files.el (save-abbrevs): Default value is t.
4303
4304 * progmodes/compile.el (compile-goto-error): Fix previous change
4305 in the case where subsequent errors have not been parsed yet
4306 because they are in a different source file.
4307
4308 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4309
4310 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4311 Merge two regular expressions into one.
4312 (ps-mode): Make local bindings for `comment-start' and
4313 `comment-start-skip'.
4314 (ps-mode-looking-at-nested): Simplify an if-else construct;
4315 use `set-match-data' to set the result.
4316
4317 2001-11-10 Richard M. Stallman <rms@gnu.org>
4318
4319 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4320 Function deleted.
4321 (flyspell-correct-word): Old definition deleted.
4322 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4323 All references renamed too.
4324
4325 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4326
4327 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4328
4329 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4330
4331 * wid-edit.el (checklist): Removed `:menu-tag'.
4332 (radio-button-choice): Ditto.
4333 (editable-list): Ditto.
4334
4335 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4336
4337 * play/gomoku.el: Move definitions of constants to the beginning
4338 of file, before their use.
4339
4340 2001-11-09 Richard M. Stallman <rms@gnu.org>
4341
4342 * textmodes/flyspell.el: Use the keymap property
4343 instead of local-map, and don't use a minor-mode map.
4344 (flyspell-mode-map): Variable deleted.
4345 Don't mess with minor-mode-map-alist.
4346 (calling add-minor-mode): Specify nil for keymap.
4347 And always use add-minor-mode, now that it exists.
4348 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4349 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4350 or flyspell-local-mouse-map.
4351 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4352 (flyspell-mode): Doc fix.
4353 (flyspell-mode-on): Don't call make-local-hook.
4354
4355 2001-11-09 Sam Steingold <sds@gnu.org>
4356
4357 * emacs-lisp/debug.el (debugger-make-xrefs):
4358 Add buttons to all symbols.
4359
4360 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4361
4362 * vc.el: Add John David Smith to credits.
4363
4364 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4365
4366 * vc-hooks.el (vc-error-occured): Backquotified.
4367 (vc-file-prop-obarray): Use prime length for better efficiency.
4368
4369 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4370
4371 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4372
4373 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4374
4375 2001-11-09 Miles Bader <miles@gnu.org>
4376
4377 * subr.el (functionp): Don't consider macros as functions.
4378
4379 2001-11-08 Miles Bader <miles@gnu.org>
4380
4381 * subr.el (functionp): Make work correctly for macros and unbound
4382 symbols.
4383
4384 * comint.el (comint-send-input): Fix description of
4385 `comint-process-echoes' in the doc-string.
4386
4387 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4388
4389 * international/mule.el (make-translation-table): Doc fix.
4390 Suggested by Alex Schroeder <alex@gnu.org>.
4391
4392 2001-11-07 Richard M. Stallman <rms@gnu.org>
4393
4394 * info.el (Info-fontify-node): Highlight every third menu item.
4395
4396 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4397
4398 * cus-edit.el (custom-face-value-create): Don't ignore the
4399 `customized-face' attribute when finding the current face spec.
4400
4401 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * subr.el (with-local-quit): New macro.
4404 (make-syntax-table): Always inherit.
4405 (functionp): Be more careful when `object' is a symbol.
4406
4407 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4408
4409 2001-11-07 Paul Eggert <eggert@twinsun.com>
4410
4411 * dired.el (dired-move-to-filename-regexp):
4412 Do not distinguish between ASCII letters and non-ASCII characters.
4413 Don't allow comma except in the form "month day, year".
4414 Don't allow space between month name and comma.
4415 Clean up the code that checks for trailing period, comma, and space.
4416 Remove now-obsolete comments, and add more commentary about
4417 Japanese dates.
4418 Always gobble up trailing spaces, instead of doing it only sometimes.
4419
4420 2001-11-07 Miles Bader <miles@gnu.org>
4421
4422 * paren.el (show-paren-match-face): Add dark-background variant.
4423
4424 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4425
4426 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4427 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4428 Don't disable adaptive-fill-mode.
4429 (lisp-fill-paragraph): Use tab-width rather than 8.
4430 Prevent filling the first line of docstrings.
4431
4432 2001-11-06 Richard M. Stallman <rms@gnu.org>
4433
4434 * play/gomoku.el (gomoku): Doc fix.
4435
4436 * jka-compr.el (jka-compr-partial-uncompress):
4437 Support an alternative of not using dd.
4438 (jka-compr-dd-program): Use defcustom to define this.
4439 (jka-compr-load-suffixes): Use defcustom.
4440 (jka-compr-mode-alist-additions): Use defcustom.
4441
4442 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4443
4444 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4445 Also work when LIMIT is further than the end of line.
4446
4447 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4448
4449 * international/quail.el (quail-update-leim-list-file): Print the
4450 offending file name if some of its quail-define-package forms is broken.
4451
4452 2001-11-05 Richard M. Stallman <rms@gnu.org>
4453
4454 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4455 of the evaluated form.
4456
4457 2001-11-05 Paul Eggert <eggert@twinsun.com>
4458
4459 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4460 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4461 stamps always line up by default. Also, it uses a slightly
4462 different window to determine whether files are "recent".
4463
4464 2001-11-05 Andrew Innes <andrewi@gnu.org>
4465
4466 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4467 Don't attempt to remake autoloads before nuking .elc files.
4468
4469 2001-11-04 Richard M. Stallman <rms@gnu.org>
4470
4471 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4472 previous-single-property-change or next-single-char-property-change
4473 returns nil.
4474
4475 * international/mule-cmds.el (set-locale-environment):
4476 Make it interactive; make arg optional.
4477
4478 * international/mule-diag.el (help-funs): Require help-funs.
4479
4480 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4483
4484 2001-11-04 Miles Bader <miles@gnu.org>
4485
4486 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4487 shadow of the splash image grey on a dark background instead of black.
4488
4489 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * term.el (all faces): Don't (copy-face 'default <foo>).
4492
4493 * term/xterm.el (function-key-map):
4494 Add entry for `ESC [ 3 ~' -> <delete>
4495 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4496 Use inheritance so that .emacs and terminfo take precedence.
4497
4498 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4499
4500 * tooltip.el (tooltip-delay): Decrease to 0.7.
4501 (tooltip-hide-delay): Enlarge to 10.
4502
4503 2001-11-03 Richard M. Stallman <rms@gnu.org>
4504
4505 * startup.el (fancy-splash-tail): Explain how to recover
4506 from a crash, if there was a crash.
4507 (command-line-1): Reorganize display of startup screen,
4508 to simplify the logic. Use a temp buffer for it.
4509
4510 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4511
4512 * frame.el (set-background-color, set-foreground-color):
4513 Call face-set-after-frame-default, to propagate the new colors to
4514 the frame's parameters alist.
4515
4516 * calendar/timeclock.el (timeclock-out): Signal an error if
4517 timeclock-last-event is nil.
4518
4519 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4520
4521 * textmodes/fill.el (fill-context-prefix): Fix braino.
4522
4523 * international/quail.el (quail-help):
4524 Use `help-buffer' and move `help-setup-xref' to beginning.
4525
4526 * international/mule-cmds.el (describe-language-environment):
4527 Use `help-buffer' and move `help-setup-xref' to beginning.
4528
4529 * international/mule-diag.el (list-character-sets)
4530 (sort-listed-character-sets, describe-character-set)
4531 (describe-coding-system, describe-fontset, list-fontsets):
4532 Use `help-buffer' and move `help-setup-xref' to beginning.
4533 (describe-char-after): Use `internal-describe-syntax-value'.
4534
4535 2001-11-02 Richard M. Stallman <rms@gnu.org>
4536
4537 * mouse.el (popup-menu): If the user refuses to select
4538 from a menu, don't try to invoke the menu.
4539
4540 2001-11-02 Miles Bader <miles@gnu.org>
4541
4542 * help-mode.el (help-xref): New button type.
4543 (help-function, help-variable, help-face, help-coding-system)
4544 (help-input-method, help-character-set, help-type, help-symbol)
4545 (help-back, help-info, help-customize-variable, help-customize-face)
4546 (help-function-def, help-variable-def): Use it as a supertype.
4547 Remove `action' property.
4548
4549 * international/mule-diag.el (describe-character-set)
4550 (describe-coding-system): Pass correct args to `help-xref-button'.
4551 (sort-listed-character-sets): New button type.
4552 (list-character-sets): Use it.
4553 (list-charset-chars): New button type.
4554 (list-character-sets-1): Use it.
4555
4556 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4557
4558 * indent.el (tab-always-indent, indent-for-tab-command):
4559 Remove redundant `never' setting.
4560
4561 * fill.el (fill-region-as-paragraph): Don't forget to skip
4562 over current whitespace before looking for a preceding space.
4563
4564 2001-11-01 Richard M. Stallman <rms@gnu.org>
4565
4566 * files.el (file-newest-backup): Don't pass backup file name
4567 thru file-name-sans-versions, because it never has version numbers.
4568
4569 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4570 to avoid ambiguous nested loops.
4571
4572 * files.el (find-file-noselect): Offer to change buffer-read-only
4573 only when the file's read-only status has changed from before
4574 as well as disagreeing with the buffer's current status.
4575 (buffer-file-read-only): New var, local in all buffers.
4576
4577 * buff-menu.el (buffer-menu): Doc fix.
4578 (buffer-menu-other-window): Doc fix.
4579 (list-buffers, list-buffers-noselect): Doc fix.
4580
4581 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4582
4583 * startup.el (command-line): If the terminal Emacs is running on
4584 has erase char set to ^H, use the Backspace key for deleting
4585 backward, and the Delete key for deleting forward.
4586
4587 2001-11-01 Miles Bader <miles@gnu.org>
4588
4589 * button.el (define-button-type): Make sure every user-defined
4590 button type has a supertype.
4591
4592 2001-10-31 Jason Rumney <jasonr@gnu.org>
4593
4594 * international/mule-cmds.el (locale-language-names): Add chs and
4595 cht as aliases for Chinese-GB and Chinese-BIG5.
4596
4597 2001-10-31 Richard M. Stallman <rms@gnu.org>
4598
4599 * bindings.el (mode-line-frame-identification): Add doc string.
4600 (mode-line-position, mode-line-modes): New variables.
4601 (mode-line-format): Use mode-line-position for the part
4602 that displays the position-in-buffer info.
4603 Use mode-line-modes for the part that displays major and minor modes.
4604
4605 2001-10-31 Sam Steingold <sds@gnu.org>
4606
4607 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4608 (debugger-setup-buffer): Call it.
4609 (debugger-mode-map): Bind RET and mouse-2.
4610
4611 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4612
4613 * startup.el: Document command line option --no-window-system
4614 instead of --no-windows.
4615
4616 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4619
4620 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4621 (font-lock-defaults-alist): Use it.
4622 From David Ponce <david.ponce@wanadoo.fr>
4623
4624 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4625 output of `char-after'.
4626
4627 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4628
4629 * simple.el (reindent-then-newline-and-indent): Insert the newline
4630 before indenting the first line.
4631 (undo-get-state, undo-revert-to-state): New funs.
4632 (shell-command): Don't kill the buffer even if empty.
4633 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4634 (transpose-subr-end2): Remove.
4635 (transpose-subr): Add `special' arg and simplify.
4636 (transpose-subr-1): Rewrite.
4637 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4638 (rfc822-goto-eoh): Simplify.
4639
4640 2001-10-30 Richard M. Stallman <rms@gnu.org>
4641
4642 * enriched.el (enriched-face-ans): Fix previous change.
4643
4644 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4645
4646 * international/iso-acc.el (iso-accents-compose): Remove a
4647 superfluous setq.
4648
4649 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4650
4651 * buff-menu.el (list-buffers-noselect): If the buffer's name
4652 starts with a blank, but it visits a file, do show it (for files
4653 whose names start with a blank).
4654
4655 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * textmodes/fill.el (sentence-end-double-space)
4658 (sentence-end-without-period): Move to paragraphs.el.
4659 (fill-indent-according-to-mode): Change default to t.
4660 (fill-context-prefix): Simplify control-flow and use a more
4661 sophisticated merge that unifies both previous checks.
4662 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4663 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4664 (fill-nobreak-p): New fun.
4665 (fill-region-as-paragraph): Use it.
4666 Handle `fill-indent-according-to-mode' slightly differently.
4667 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4668 (fill-individual-paragraphs-citation): Fix.
4669
4670 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4671 (paragraph-start): Change default to the `text-mode' value.
4672 (sentence-end-double-space, sentence-end-without-period):
4673 Move from fill.el.
4674 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4675 rather than rebinding `paragraph-start' and `paragraph-separate'.
4676
4677 * indent.el (indent-line-function): Change default to indent-relative.
4678 (tab-always-indent): Add an `never' setting.
4679 (indent-according-to-mode): Handle `indent-relative' and
4680 `indent-relative-maybe' specially.
4681 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4682 Handle the `never' case for `tab-always-indent'.
4683 Don't call indent-according-to-mode for indent-relative' and
4684 `indent-relative-maybe'.
4685 (insert-tab): Rename `prefix-arg' to `arg'.
4686 (indent-region): Indent the first line as well.
4687 (indent-relative): Don't mark the buffer modified if the indentation
4688 is unchanged.
4689
4690 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4691 Don't set paragraph-separate. Set paragraph-start more carefully.
4692 Set indent-line-function.
4693 (paragraph-indent-text-mode): Use it and define-derived-mode.
4694 (text-mode-map): Remove the \t binding.
4695 (text-mode): Simplify now that the default is more favorable.
4696
4697 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4700 If the regexp doesn't match, use a looser one.
4701 (find-variable-noselect): Add `file' argument.
4702
4703 * pcvs.el (cvs-mode-commit-hook): New hook.
4704 (cvs-mode-commit): Run it.
4705
4706 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4707
4708 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4709 (edebug-instrument-function): Use `find-function-noselect'.
4710
4711 2001-10-29 Richard M. Stallman <rms@gnu.org>
4712
4713 * term.el (term-if-emacs19): Macro deleted.
4714 Callers changed to use progn instead.
4715
4716 * frame.el (blink-cursor-mode): Doc fix.
4717
4718 * files.el (find-backup-file-name): Use make-backup-file-name.
4719
4720 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4721 window-live-p.
4722 (edebug-set-conditional-breakpoint): Unconditionally use
4723 the former Emacs >=19 definition.
4724 (edebug-mark): Define unconditionally.
4725 (edebug-eval-expression): Always call read-from-minibuffer
4726 and specify history list.
4727 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4728 edebug-set-conditional-breakpoint.
4729 (edebug-emacs-version-specific): Function deleted;
4730 do the job at top level.
4731 (edebug-emacs-19-specific): Function deleted, this is the default.
4732
4733 2001-10-29 Sam Steingold <sds@gnu.org>
4734
4735 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4736 "/cygdrive/LETTER/" pathnames.
4737
4738 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * faces.el (invert-face): Check for 'unspecified, not for nil,
4741 when testing whether face colors are not specified.
4742 From David.Kastrup@t-online.de (David Kastrup).
4743 (read-face-name): Doc fix.
4744 (make-face-bold, make-face-unbold, make-face-italic)
4745 (make-face-unitalic, make-face-bold-italic, invert-face):
4746 Remove trailing blank from the prompt passed to read-face-name.
4747
4748 2001-10-29 Sam Steingold <sds@gnu.org>
4749
4750 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4751 Report numbers of files skipped and failed too.
4752 (byte-compile-file): Return 'no-byte-compile for skipped files.
4753
4754 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4755
4756 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4757 and `M p'.
4758
4759 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4760
4761 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4762 as is on unread-command-events instead of `(SECOND-CHAR)'.
4763
4764 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4765
4766 * vc.el: Mention vc-*-switches in backend API documentation.
4767 (vc-annotate): Adapt doc string to recent change.
4768
4769 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4770
4771 * enriched.el (enriched-face-ans): Handle face attributes
4772 of the form `(FACE1 FACE2 ...)'.
4773
4774 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4775
4776 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4777
4778 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4779
4780 * progmodes/sql.el (sql-db2): Doc change.
4781 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4782 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4783
4784 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4785
4786 * env.el (substitute-env-vars): Don't quote argument to `rx';
4787 it's a macro.
4788
4789 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4790
4791 * cus-start.el (recursive-load-depth-limit): Added.
4792
4793 2001-10-28 Richard M. Stallman <rms@gnu.org>
4794
4795 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4796 All uses removed--assume Emacs version is >= 20.
4797
4798 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4799 by really checking that it is not version 18.
4800
4801 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4802
4803 2001-10-28 Miles Bader <miles@gnu.org>
4804
4805 * faces.el (face-attribute): Add INHERIT argument, consider face
4806 inheritance if it's non-nil.
4807 (face-attribute-merged-with): New function.
4808 (face-attribute-specified-or): New macro.
4809 (face-foreground, face-background, face-stipple): Add INHERIT
4810 argument. Use `face-attribute-specified-or'.
4811
4812 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * font-lock.el: Require `syntax'.
4815 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4816 Use `c-font-lock-syntactic-face-function' for c languages.
4817 (font-lock-mode): Don't unset vars when turning the mode off.
4818 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4819 (font-lock-extra-managed-props): New var.
4820 (font-lock-default-unfontify-region): Use it.
4821 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4822 Don't eval the value when there's no match.
4823 (font-lock-ppss-stats): New var.
4824 (font-lock-ppss): New fun.
4825 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4826 (font-lock-apply-highlight): Allow `highlight' to set several props.
4827 (font-lock-set-defaults): Use dolist.
4828 (font-lock-unset-defaults): Remove.
4829 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4830 Try to recognize prototypes using `foo P_ ((args))'.
4831 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4832 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4833 (c-font-lock-syntactic-face-function): New function.
4834 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4835 (c++-keywords): Use a more sophisticated regexp to handle
4836 shallowly nested templates.
4837
4838 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4839
4840 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4841 (sgml-tag): Use it. Cleanup with `cond'.
4842 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4843 Mark the overlays and only delete those that are marked.
4844 (sgml-skip-close-p): Remove.
4845 (sgml-value): Replace sgml-skip-close-p with its definition.
4846 (html-tag-alist): Use sgml-xml a bit more.
4847 (html-mode): Set sgml-empty-tags.
4848
4849 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4850 (texinfo-update-node, texinfo-sequential-node-update):
4851 Don't bind the obsolete `auto-fill-hook'.
4852 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4853 Use `set-buffer' rather than `switch-to-buffer'.
4854 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4855 Use `set-buffer' rather than `switch-to-buffer'.
4856
4857 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4858 text-mode-syntax-table.
4859 (mail-mode): Use define-derived-mode.
4860 Fix ordering of alternatives in adaptive-fill-regexp.
4861 (mail-mode-map): Don't rely on keymap's internal representation.
4862
4863 2001-10-27 Sam Steingold <sds@gnu.org>
4864
4865 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4866 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4867 (sgml-mode-common): Call it.
4868 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4869 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4870 (html-horizontal-rule, html-image, html-ordered-list):
4871 (html-unordered-list, html-list-item, html-paragraph):
4872 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4873 `html-xhtml'.
4874
4875 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4876
4877 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4878 (ifnothtml): New alias.
4879
4880 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4883 (toggle-text-mode-auto-fill): Use derived-mode-p.
4884
4885 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4886
4887 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4888 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4889
4890 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4891
4892 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4893 Add make-obsolete cookies, to follow faces.el.
4894
4895 These changes avoid warnings from the byte compiler in faces.el:
4896
4897 * faces.el (internal-get-face): Use facep instead of the obsolete
4898 internal-find-face.
4899 (internal-frob-font-weight, internal-frob-font-slant):
4900 New defaliases for obsolete functions.
4901 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4902 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4903 (x-make-font-bold-italic): Use internal-frob-font-weight and
4904 internal-frob-font-slant aliases instead of the obsolete
4905 x-frob-... functions.
4906
4907 2001-10-26 Sam Steingold <sds@gnu.org>
4908
4909 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4910 DOCTYPE; set `mode-name' based on it.
4911 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4912 (sgml-tag): Close empty tags in XHTML.
4913
4914 2001-10-26 Jason Rumney <jasonr@gnu.org>
4915
4916 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4917 when UNICODE is not defined.
4918
4919 2001-10-26 Sam Steingold <sds@gnu.org>
4920
4921 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4922 be alone on the line.
4923
4924 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4925
4926 * button.el (button): Special face definition for MS-DOS terminals.
4927
4928 2001-10-26 Sam Steingold <sds@gnu.org>
4929
4930 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4931 Protect the /= test by checking that the args are non-nil.
4932 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4933
4934 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4935
4936 * textmodes/artist.el (artist-version): 1.2.4.
4937 (artist-butlast-fn): New variable.
4938 (artist-butlast): New function.
4939 (artist-ellipse-mirror-quadrant): Use it.
4940 (artist-mouse-draw-poly): Use nil for `point-list'.
4941 (artist-mouse-draw-poly): Check for point-list being nil.
4942
4943 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4944
4945 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4946 lambda expression.
4947 (ps-mode-menu-main): Submenu with options on/off was replaced with
4948 a toggle button.
4949 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4950 (ps-mode): Autoload cookie added on same line as comment
4951 (ps-mode-tabkey, ps-mode-backward-delete-char):
4952 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4953 `indent-to' with `indent-line-to'
4954 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4955 instead of `eval'.
4956 (ps-mode-print-region): Use `with-temp-buffer'.
4957 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4958 (numerous places): Add back-tick and tick around names in
4959 docstrings, fix punctuation in docstrings, remove trailing spaces.
4960
4961 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4962
4963 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4964 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4965 (sgml-font-lock-syntactic-keywords): New var.
4966 (sgml-mode-common): Drop the two args.
4967 Don't make buffer-local variables that aren't used.
4968 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4969 Don't set `before-string' props from sgml-display-text.
4970 (sgml-mode): Use define-derived-mode.
4971 (sgml-tags-invisible): Use sgml-display-text.
4972 (sgml-quote): New command.
4973 (html-tag-alist): Add args for `span'.
4974 (html-mode): Use define-derived-mode.
4975 Set sgml-display-text and sgml-tag-face-alist.
4976
4977 2001-10-25 Sam Steingold <sds@gnu.org>
4978
4979 * add-log.el (add-log-always-start-new-record): New user option.
4980 (add-change-log-entry): Use it.
4981
4982 2001-10-25 Richard M. Stallman <rms@gnu.org>
4983
4984 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4985 bind case-fold-search if FROM is not all lower case.
4986
4987 2001-10-25 Gerd Moellmann <gerd@gnu.org>
4988
4989 * startup.el (normal-top-level): Check for frame-initial-frame
4990 only if it's really used.
4991
4992 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4993
4994 * progmodes/compile.el (compilation-parse-errors-filename-function):
4995 New variable.
4996 (compilation-parse-errors): Use it.
4997
4998 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4999
5000 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5001 interactively so that C-u M-C-x still does edebug.
5002 (checkdoc-sentencespace-region-engine): Don't force a double-space
5003 after `.' if it doesn't look like an end-of-sentence.
5004 (debug-ignored-errors): Add `disambiguate ...'.
5005
5006 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * textmodes/texinfo.el (texinfo-environments)
5009 (texinfo-environment-regexp): Hoist.
5010 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5011 Only highlight the menu name in menu items.
5012 Setup `@foo ... @end foo' as text clones.
5013 (texinfo-clone-environment): New function.
5014 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5015 (texinfo-insert-block): Simplify.
5016 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5017 the command is repeated.
5018 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5019 (texinfo-insert-@end): Simplify.
5020
5021 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5022 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5023 (texinfo-subsubsection-level-regexp)
5024 (texinfo-update-menu-same-level-regexps)
5025 (texinfo-update-menu-higher-regexps)
5026 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5027
5028 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5029 (derived-mode-p): Autoload.
5030
5031 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5032 New vars and functions.
5033 (text-clone-maintain, text-clone-create): New functions.
5034
5035 2001-10-25 Miles Bader <miles@gnu.org>
5036
5037 * facemenu.el (facemenu-add-new-face): Fix variable names.
5038
5039 2001-10-24 Richard M. Stallman <rms@gnu.org>
5040
5041 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5042 of t and nil values.
5043 (facemenu-set-face): Handle START and END interactively.
5044 (facemenu-set-foreground): Don't use a face; specify color directly.
5045 (facemenu-set-background): Likewise.
5046 (facemenu-set-face-from-menu): Doc fix.
5047 (facemenu-active-faces): Use face-attribute-vector
5048 to handle bare attributes not in faces.
5049 (facemenu-get-face): Don't handle face names fg:... and bg:...
5050 specially.
5051 (facemenu-add-new-face): New argument MENU.
5052 New way to handle adding colors to the color menus.
5053
5054 * env.el (substitute-env-vars): Quote the arg to rx.
5055
5056 2001-10-24 Sam Steingold <sds@gnu.org>
5057
5058 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5059 Control" and "SGML" groups.
5060
5061 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5062
5063 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5064 Better handling of C++ template args to avoid confusion with `<'
5065 and `>' used as operators in member init expressions.
5066
5067 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5068
5069 * replace.el (perform-replace): Move START and END parameters
5070 to the end of the argument list and make them optional.
5071
5072 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5073 perform-replace.
5074
5075 * international/fontset.el (x-must-resolve-font-name): New function.
5076 (x-complement-fontset-spec): Use it.
5077
5078 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5079
5080 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5081
5082 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5083 Turn caadr into caar of cdr.
5084
5085 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5086
5087 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5088 of mouse-{1,2} since dragging is on the down event.
5089
5090 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5091
5092 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5093 if ARG is nil.
5094
5095 * desktop.el (desktop-last-buffer): New variable.
5096 (desktop-create-buffer): Set it.
5097 (desktop-read): Bind it and switch to that buffer.
5098
5099 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5100
5101 * progmodes/compile.el (compilation-set-window-height):
5102 Select old window only if it's still live.
5103
5104 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5105
5106 * help-mode.el (help-buffer): Remove debugging code.
5107 From Stefan Monnier <monnier@cs.yale.edu>.
5108
5109 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5110
5111 * files.el (file-name-sans-extension, file-name-extension):
5112 Don't count the leading dots in file names as signaling an extension.
5113
5114 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5115
5116 * vc.el (vc-diff-switches): Doc rewritten.
5117
5118 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5119
5120 * tooltip.el (tooltip-set-param): Doc fix.
5121
5122 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5123 127 to sgml-maybe-name-self.
5124 (sgml-name-8bit-mode): Doc fix.
5125 (sgml-char-names-table): New variable.
5126 (sgml-name-char): Support non-ASCII and mule-unicode-*
5127 characters. Doc fix.
5128 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5129
5130 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5131 doc string the effect of `left' and `top' parameters in
5132 tooltip-frame-parameters, the default values, and the units.
5133 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5134 (tooltip-show): Mention in the doc string the `top' and `left'
5135 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5136
5137 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5138
5139 Add autoscaling support for vc-annotate.
5140 From J.D. Smith <jdsmith@alum.mit.edu>.
5141
5142 * vc.el (vc-annotate-display-default): Accept colormap scaling
5143 ratio (now deprecated).
5144 (vc-annotate-display-autoscale): Added.
5145 (vc-annotate-add-menu): New autoscaling menu options "Span to
5146 Oldest" and "Span Oldest->Newest". Easymenu support added for
5147 toggle menus driven by customize variable `vc-annotate-display-mode'.
5148 (vc-annotate-display-select): Added.
5149 (vc-annotate): Changed temp-buffer-show-function to
5150 `vc-annotate-display-select'.
5151 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5152 Added argument OFFSET. Instead of backend function, calls now
5153 generic `vc-annotate-difference'.
5154 (vc-annotate-difference): Added as generic function instead of
5155 backend-specific function. No longer takes argument POINT, but
5156 instead accepts a time OFFSET.
5157 (vc-default-annotate-current-time): Added.
5158
5159 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5160 version in vc.el, with
5161 (vc-cvs-annotate-current-time): Added, as override of default.
5162 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5163 `vc-cvs-annotate-difference'.
5164
5165 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5166
5167 * saveplace.el (save-place): Require `saveplace'.
5168
5169 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5170 Use `sexp' for :value-type instead of `face'.
5171
5172 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5175 regexps due to 5-digit message IDs.
5176
5177 2001-10-21 Jason Rumney <jasonr@gnu.org>
5178
5179 * term/w32-win.el (redisplay-dont-pause): Don't set.
5180
5181 2001-10-21 Miles Bader <miles@gnu.org>
5182
5183 * help-funs.el (help-manyarg-func-alist): Variable removed.
5184
5185 2001-10-21 Miles Bader <miles@gnu.org>
5186
5187 * help-funs.el (help-manyarg-func-alist): Remove entries for
5188 `insert', `insert-and-inherit', `insert-before-markers',
5189 `insert-before-markers-and-inherit', `message', `message-box',
5190 `message-or-box', `propertize', `format', `encode-time', `append',
5191 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5192 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5193 `ml-prefix-argument-loop'.
5194
5195 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5196
5197 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5198 (vc-default-diff-tree): New functions.
5199 (vc-version-diff): Use them. As a result, coding systems are now
5200 set up properly for all sorts of diffs, and tree diffs can now
5201 also be done locally.
5202 (vc-diff): With a prefix argument, don't require that it's called
5203 from a buffer under version control.
5204 (diff-switches): Remove duplicate definition.
5205
5206 * vc-cvs.el (vc-cvs-diff-tree): New function.
5207
5208 2001-10-21 Miles Bader <miles@gnu.org>
5209
5210 * help-funs.el (help-manyarg-func-alist): Remove entries for
5211 `list', `vector', `make-byte-code', `call-process',
5212 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5213 `logand', `logior', and `logxor'.
5214
5215 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5216 image bits to compensate. Use `make-string' instead of
5217 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5218
5219 2001-10-20 Kim F. Storm <storm@cua.dk>
5220
5221 * simple.el (kill-ring-save): Don't show extent of copied region
5222 if using transient-mark-mode and region is fully visible.
5223
5224 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5225
5226 * (Version 21.1 released.)
5227
5228 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5229
5230 * files.el (auto-mode-alist): Associate .indent.pro with
5231 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5232
5233 2001-10-18 Sam Steingold <sds@gnu.org>
5234
5235 Put the *Compile-Log* buffer in `compilation-mode'.
5236 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5237 (byte-compile-log-1, byte-compile-log-file)
5238 (displaying-byte-compile-warnings): Use it
5239
5240 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5241
5242 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5243
5244 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5245
5246 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5247
5248 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5249
5250 * obsolete/hilit19.el (hilit-lookup-face-create):
5251 Call set-face-font only if display-graphic-p.
5252 (toplevel): Remove references to window-system.
5253
5254 2001-10-18 Miles Bader <miles@gnu.org>
5255
5256 * simple.el (what-line): Avoid problems with field properties.
5257
5258 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5259
5260 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5261 Define special colors for a tty.
5262
5263 2001-10-17 Francesco Potorti` <pot@gnu.org>
5264
5265 * comint.el (comint-password-prompt-regexp): Make it less
5266 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5267
5268 2001-10-17 John Wiegley <johnw@gnu.org>
5269
5270 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5271 a regular file, before checking if it is a directory or symlink.
5272 This avoids a call to eshell-file-attributes, which can be
5273 expensive in some situations.
5274
5275 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5276 customization variable, to differentiate ls-in-dired from regular
5277 uses of ls.
5278
5279 2001-10-17 Miles Bader <miles@gnu.org>
5280
5281 * custom.el (defface): Mention `:inherit' in doc-string.
5282
5283 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5284
5285 * paren.el: Update the Commentary with installation instructions.
5286
5287 2001-10-15 Dave Love <fx@gnu.org>
5288
5289 * international/mule.el (set-auto-coding): Fix regexps for local
5290 variables section not to eat newlines.
5291
5292 2001-10-15 Miles Bader <miles@gnu.org>
5293
5294 * simple.el (display-message-or-buffer): Pass the correct buffer
5295 to `display-buffer'.
5296
5297 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5300 (executable-find): Use exec-suffixes.
5301 (executable-set-magic): Don't use make-local-hook.
5302
5303 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5304
5305 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5308 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5309 Add .so to the Unix and GNU branch.
5310
5311 * international/latin-1.el:
5312 * international/latin-2.el:
5313 * international/latin-3.el:
5314 * international/latin-4.el:
5315 * international/latin-5.el:
5316 * international/latin-8.el:
5317 * international/latin-9.el: Add no-byte-compile: t, since
5318 Makefile.in instructs make-docfile to look at .el files.
5319
5320 2001-10-14 Miles Bader <miles@gnu.org>
5321
5322 * button.el (define-button-type): Allow supertype property to be
5323 specified with a keyword `:supertype' too.
5324 (button-put, make-text-button): Allow button type property to be
5325 specified using the keyword `:type' too.
5326 (button-type): New function.
5327 (button): Add `button-category-symbol' property.
5328
5329 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5332 indent-new-comment-line from comment-indent-new-line.
5333
5334 * textmodes/refill.el (refill-mode):
5335 Bind DEL to backward-delete-char-untabify.
5336 Set backward-delete-char-untabify-method to `hungry'.
5337
5338 * textmodes/bib-mode.el (bib-mode):
5339 * play/gomoku.el (gomoku-mode):
5340 * textmodes/page-ext.el (pages-directory-mode):
5341 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5342
5343 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5344
5345 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5346
5347 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5348 Handle here-docs differently.
5349 (sh-font-lock-heredoc): Remove.
5350 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5351 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5352 (sh-font-lock-open-heredoc): New functions.
5353 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5354 (sh-font-lock-keywords-1): Use regexp-opt.
5355 (sh-in-comment-or-string): Use syntax-ppss.
5356 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5357 (sh-select, sh-tmp-file): Add explicit terminating \n.
5358
5359 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5360 Use with-current-buffer.
5361 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5362 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5363 filename), catch any error that occurs in `ange-ftp-cd'.
5364 If an error happened, don't bother sending `cmd' at all.
5365 Fix a parenthesis typo.
5366 (ange-ftp-write-region): Don't blindly use binary if the remote host
5367 is unix-like.
5368
5369 * play/pong.el (pong-init): Don't use make-local-hook.
5370
5371 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5372
5373 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5374 (viper-get-ex-address-subr): More precise addr for the $ marker
5375
5376 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5377
5378 * version.el (emacs-version): Bump to 21.1.50.
5379
5380 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5381
5382 * mail/mailalias.el (mail-directory-stream): Do not double
5383 variables in the lambda-list.
5384
5385 * play/gomoku.el (gomoku-init-display): Ditto.
5386
5387 * play/landmark.el (lm-init-display): Ditto.
5388
5389 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5390 (delimit-columns-rectangle-line): Ditto.
5391
5392 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * newcomment.el (comment-region-internal): Don't rebind
5395 invisibility_spec now that the C routines handle it correctly.
5396
5397 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5398
5399 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5400 and `same-frame'.
5401
5402 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5403
5404 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5405
5406 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5407 C-p and C-r. Remove redundant bindings from inheriting maps.
5408
5409 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5410 After 4.23 and: After 4.24:
5411 (cperl-contract-levels): Restore position.
5412 (cperl-beautify-level): Likewise.
5413 (cperl-beautify-regexp): Likewise.
5414 (cperl-commentify): Rudimental support for length=1 runs
5415 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5416 After 4.25:
5417 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5418 (imenu-example--create-perl-index): Was not enforcing
5419 syntaxification-to-the-end.
5420 (cperl-invert-if-unless): Allow `for', `foreach'.
5421 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5422 Mark qw(), m()x as indentable.
5423 (cperl-init-faces): Highlight `sysopen' too.
5424 Highlight $var in `for my $var' too.
5425 (cperl-invert-if-unless): Was leaving whitespace at end.
5426 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5427 (cperl-calculate-indent): Remove old commented out code.
5428 Support (primitive) indentation of qw(), m()x.
5429 After 4.26:
5430 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5431 q [] with intervening newlines.
5432 (cperl-autoindent-on-semi): New customization variable.
5433 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5434 (cperl-tips): Mention how to make CPerl the default mode.
5435 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5436 (cperl-outline-level): New function.
5437 (cperl-highlight-variables-indiscriminately): New customization var.
5438 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5439 From Sean Kamath <kamath@pogo.wv.tek.com>.
5440 (cperl-after-block-p): Support CHECK and INIT.
5441 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5442 From Doug MacEachern <dougm@covalent.net>.
5443 After 4.27:
5444 (cperl-find-pods-heres): Recognize \"" as a string.
5445 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5446 Allow whitespace between << and "FOO".
5447 (cperl-problems): Remove \"" and q [] with intervening newlines.
5448 Mention multiple <<EOF as unsupported.
5449 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5450 (cperl-indent-parens-as-block): New configuration variable.
5451 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5452 Use `cperl-indent-parens-as-block'.
5453 (cperl-find-pods-heres): Test for =cut without empty line instead of
5454 complaining about no =cut.
5455 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5456 (cperl-find-pods-heres): Likewise.
5457 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5458 POD could've been marked as comment already.
5459 (cperl-unwind-to-safe): Unwind before start of POD too.
5460 After 4.28:
5461 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5462 After 4.29:
5463 (x-color-defined-p): Make an extra case to peacify the warning.
5464 Toplevel: `defvar' to peacify the warnings.
5465 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5466 No -nw-compile time warnings now.
5467 (cperl-find-tags): TAGS file had too short substring-to-search.
5468 Be less verbose in non-interactive mode
5469 (imenu-example--create-perl-index): Set index-marker after name
5470 (cperl-outline-regexp): New variable.
5471 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5472 (cperl-mode): Made use `cperl-outline-regexp'.
5473 After 4.30:
5474 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5475 (cperl-outline-level): Make start-of-file same level as `package'.
5476 After 4.31:
5477 (cperl-electric-pod): `head1' and `over' electric only if empty.
5478 (cperl-unreadable-ok): New variable.
5479 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5480 on an unreadable file.
5481 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5482 on an unreadable directory.
5483
5484 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5485 Consider the text between two errors as belonging to the first error.
5486 (compilation-goto-locus): Use pop-to-buffer rather than
5487 switch-to-buffer-other-frame.
5488
5489 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5490 (awk-font-lock-syntactic-keywords): New var.
5491 (awk-mode): Use it.
5492
5493 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5494
5495 * faces.el (describe-face): Call help-setup-xref earlier.
5496
5497 * jka-compr.el (jka-compr-load-suffixes): New var.
5498 (jka-compr-install): Add its content to load-suffixes.
5499 (jka-compr-uninstall): Remove its content from load-suffixes.
5500
5501 2001-10-12 Sam Steingold <sds@gnu.org>
5502
5503 * bindings.el (completion-ignored-extensions): CL-related
5504 extensions are platform-independent.
5505
5506 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5507 asynchronous multiple file copying.
5508
5509 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5510
5511 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5512 Turn error for repeated variables into warning.
5513
5514 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5515 New function checking that lambda-list consists of non-constant
5516 symbols, that &rest and &optional are followed by variable names,
5517 that &rest VAR is the last element, and that variables aren't doubled.
5518 (byte-compile-lambda): Use it.
5519
5520 2001-10-12 Eli Barzilay <eli@barzilay.org>
5521
5522 * calculator.el (calculator-eng-display): Don't call concat
5523 with an integer argument.
5524
5525 2001-10-12 Miles Bader <miles@gnu.org>
5526
5527 * help-mode.el (help-customize-face): New button-type.
5528
5529 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5530 (describe-face): Fix args to `help-xref-button'.
5531 Don't switch to help-buffer around call to `help-setup-xref'.
5532 Use `help-buffer' instead of hard-wired "*Help*".
5533 Require `help-mode'.
5534
5535 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5536
5537 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5538
5539 * help-mode.el (help-buffer): New function.
5540 Returns the buffer-name to use for help output.
5541 Change all the code to use it instead of hard-coding *Help*.
5542 (help-mode-map): Put back the mouse-2 binding.
5543 (help-xref-stack): Change the format and make buffer-local.
5544 (help-xref-stack-item): Make buffer-local.
5545 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5546 (help-xref-interned): Display the face doc as well.
5547 (help-follow-mouse): Re-introduce.
5548 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5549 (help-do-xref): Don't `push' any more.
5550 (help-follow): Also follow face names.
5551
5552 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5553 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5554 Autoload and cleanup.
5555 (describe-function): Call help-setup-xref.
5556 (describe-variable): Call help-setup-xref earlier.
5557
5558 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5559 (view-lossage): Call help-setup-xref correctly and earlier.
5560 (describe-bindings): Call help-setup-xref earlier.
5561 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5562 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5563
5564 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5565
5566 * master.el (master-mode): Use define-minor-mode instead of
5567 easy-mmode-define-minor-mode. Add autload cookie.
5568 (Commentary): Remove the line showing how to autoload master-mode,
5569 since it's always autoloaded.
5570
5571 * master.el: New file.
5572
5573 2001-10-11 Dave Love <fx@gnu.org>
5574
5575 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5576 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5577 <const-C varset-X const-C>: Fix car/cdr typo.
5578
5579 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5580
5581 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5582 New function extracted from byte-compile-log-1.
5583 (byte-compile-log-1): Change output to be more in line with
5584 the output of other GNU tools.
5585 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5586 (byte-compile-report-error): Downcase error message.
5587 Use `error' instead of `!!' for error messages.
5588 (byte-compile-print-syms): Treat non-interactive case specially.
5589 (displaying-byte-compile-warnings): Use backquote.
5590 (byte-compile-from-buffer): Bind byte-compile-last-line.
5591 (batch-byte-compile): Remove `Done' message.
5592
5593 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5594
5595 * emacs-lisp/copyright.el (copyright): Add final \n.
5596
5597 2001-10-11 Miles Bader <miles@gnu.org>
5598
5599 * diff.el (diff): Display default values in prompts as
5600 `(default ...)', not `(...)'.
5601
5602 * info.el (Info-follow-reference): Likewise.
5603
5604 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5605
5606 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5607
5608 * newcomment.el (comment-indent): Be a little more robust in case
5609 comment-indent-function does funny things.
5610 (comment-normalize-vars): Autoload.
5611 (comment-region-internal): Fiddle with the visibility spec.
5612 (comment-valid-prefix): New function.
5613 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5614 that would turn comment-text into non-comment-text.
5615
5616 * emacs-lisp/syntax.el: New file.
5617
5618 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5619 compatibility cruft.
5620 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5621 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5622 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5623 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5624 tcl-submit-bug-report.
5625 (tcl-mode-syntax-table): Leave \f alone.
5626 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5627 tcl-end-of-defun, tcl-submit-bug-report.
5628 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5629 (tcl-add-emacs-menu): Remove.
5630 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5631 (tcl-keyword-list): Add `chain'.
5632 (tcl-font-lock-syntactic-keywords): New variable.
5633 (tcl-pps-has-arg-6): Remove.
5634 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5635 (tcl-internal-mark-defun): Remove.
5636 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5637 (tcl-mode): Use define-derived-mode. Simplify.
5638 Set comment-indent-function.
5639 (tcl-indent-command): Use line-beginning-position and comment-indent.
5640 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5641 (tcl-indent-line): Use tcl-calculate-indent.
5642 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5643 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5644 (tcl-filter): Use with-current-buffer, simplify.
5645 (inferior-tcl-mode): Use define-derived-mode.
5646 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5647 (tcl-simple-in-comment, tcl-in-comment): Removed.
5648 (tcl-files-alist): New function.
5649 (tcl-help-snarf-commands): Use it and return the result directly
5650 rather than through a global variable.
5651 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5652 (tcl-help-on-word): Provide the default value to completing-read.
5653 (tcl-hilit): Remove.
5654 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5655 (tcl-comment-indent): New function.
5656 (tcl-submit-bug-report): Remove.
5657 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5658 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5659 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5660
5661 2001-10-10 Miles Bader <miles@gnu.org>
5662
5663 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5664 (Info-fontify-node): Don't fontify the node if it's already been done.
5665
5666 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5667
5668 * international/iso-transl.el (iso-transl-e-caret)
5669 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5670 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5671
5672 * simple.el (end-of-buffer): Fix code scrolling specially
5673 for the buffer end.
5674
5675 * startup.el (command-line-1): Bind tab-width to 8.
5676
5677 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5678
5679 * emulation/tpu-edt.el: Use defalias instead of fset for
5680 user-visible commands. From Rob Riepel
5681 <riepel@Networking.Stanford.EDU>.
5682
5683 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5684
5685 * ruler-mode.el: New file.
5686
5687 2001-10-09 Miles Bader <miles@gnu.org>
5688
5689 * apropos.el (button): New require.
5690
5691 * help-funs.el: New file, contents mostly from `help.el'.
5692 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5693
5694 * help-mode.el: New file, contents mostly from `help.el'.
5695
5696 * help.el: Don't require `view' when compiling.
5697 (help-with-tutorial, describe-function, describe-function-1)
5698 (variable-at-point, describe-variable, locate-library):
5699 Functions moved into `help-funs.el'.
5700 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5701 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5702 (help-setup-xref, help-xref-following, help-make-xrefs)
5703 (help-xref-button, help-insert-xref-button, help-xref-interned)
5704 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5705 (help-xref-on-pp): Functions moved into `help-mode.el'
5706 (help-mode-map, help-xref-stack, help-xref-stack-item)
5707 (help-highlight-p, help-highlight-face, help-back-label)
5708 (help-xref-symbol-regexp, help-xref-mule-regexp)
5709 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5710 (help-symbol, help-back, help-info, help-customize-variable)
5711 (help-function-def, help-variable-def):
5712 Button-types moved into `help-mode.el'.
5713 (load-symbol-file-load-history, symbol-file):
5714 Functions moved into `subr.el'.
5715 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5716 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5717
5718 * subr.el (symbol-file-load-history-loaded)
5719 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5720
5721 * loadup.el ("button"): Load removed.
5722
5723 * button.el (define-button-type): Respect any `supertype' property.
5724 (button-type-subtype-p, button-has-type-p): New functions.
5725
5726 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5727 dollar-signs.
5728
5729 * comint.el (comint-insert-previous-argument): New function.
5730 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5731 (comint-insert-previous-argument-last-start-pos)
5732 (comint-insert-previous-argument-last-index): New variables.
5733
5734 * apropos.el (apropos-next-label-button): Use the presence of a
5735 `apropos-label' property to detect label buttons.
5736
5737 2001-10-08 Miles Bader <miles@gnu.org>
5738
5739 * button.el (next-button, previous-button): Remove N and WRAP
5740 parameters. Don't pay attention to `skip' properties.
5741 (forward-button): Implement wrapping, iterating, and skipping here
5742 instead.
5743 (button-activate): USE-MOUSE-ACTION is optional.
5744 (button-nop): Function removed.
5745 (default-button): Use `ignore' as default button action.
5746
5747 * apropos.el (apropos-next-label-button): Update arguments to
5748 `next-button'.
5749 (apropos-symbol): Add `skip' property.
5750 (apropos-function, apropos-macro, apropos-command)
5751 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5752 (apropos-plist): New button types.
5753 (apropos-label-properties): Variable removed.
5754 (apropos-print): Pass button-type to apropos-print-doc, rather
5755 than help function and label text.
5756 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5757 Get button label from TYPE.
5758
5759 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * help.el (help-mode): Use define-derived-mode.
5762 (describe-mode): Add optional `buffer' arg.
5763 Use it instead of going through help-xref-mode.
5764 Avoid doubling the word `minor' when prettifying.
5765 (describe-function-1): List the corresponding key bindings.
5766 (describe-variable): Say if the var is automatically buffer-local.
5767 If the source is `loaddefs.el', look for the real source.
5768 (help-xref-mode): Remove.
5769
5770 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5771 the file says no-byte-compile.
5772
5773 2001-10-08 Miles Bader <miles@gnu.org>
5774
5775 * button.el (next-button, previous-button): Respect `skip' property.
5776
5777 2001-10-07 Miles Bader <miles@gnu.org>
5778
5779 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5780 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5781 `woman-follow-word' instead of `woman-mouse-2'.
5782 (woman-follow-word): Renamed from `woman-mouse-2'.
5783 Follow current unconditionally, since this function is now only
5784 bound to M-mouse-2. Use accessor functions.
5785 (WoMan-highlight-references): Use `make-text-button'.
5786 (woman-xref): New button type.
5787
5788 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5789 ("button"): New load, just before "help" (which uses it).
5790
5791 * help.el (help-mode-map): Make button-buffer-map our parent.
5792 Don't bind mouse events or tab/backtab.
5793 (help-function, help-variable, help-face, help-coding-system)
5794 (help-input-method, help-character-set, help-back, help-info)
5795 (help-customize-variable, help-function-def, help-variable-def):
5796 New button types.
5797 (help-button-action): New function.
5798 (describe-function-1): Pass help button-types to
5799 `help-xref-button' rather than help function and help-echo string.
5800 Don't put multiple help-function args in a list to pass them to
5801 help-xref-button, just pass them as multiple arguments.
5802 Use `help-insert-xref-button' to make [back]-button, rather than
5803 `help-xref-button'.
5804 (help-xref-button): Take a button-type TYPE as a parameter rather
5805 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5806 and add a &rest parameter ARGS to serve the same purpose.
5807 Use `make-text-button' to add the button.
5808 (help-insert-xref-button): Use `insert-text-button' to add the button.
5809 (help-follow-mouse, help-next-ref, help-previous-ref):
5810 Functions removed.
5811 (help-do-xref): New function.
5812 (help-follow): Use `push-button' and `help-do-xref' to do most of
5813 the work.
5814
5815 * apropos.el (apropos-symbol, apropos-label): New button types.
5816 (apropos-symbol-button-display-help)
5817 (apropos-label-button-display-help, apropos-next-label-button):
5818 New functions.
5819 (apropos-mode-map): Make button-buffer-map our parent.
5820 Don't bind mouse events.
5821 (apropos-print, apropos-print-doc): Create buttons instead of text
5822 properties.
5823 (apropos-mouse-follow): Function removed.
5824 (apropos-follow): Use buttons.
5825
5826 * button.el: New file.
5827
5828 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5829
5830 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5831 Remove.
5832
5833 2001-10-05 Richard M. Stallman <rms@gnu.org>
5834
5835 * add-log.el (add-change-log-entry): Skip copyright notice
5836 and copying permission notice at start of file, if any.
5837 Make use of terms "entry" and "item" accord with Emacs manual.
5838 Simplify the logic for moving point while entering or creating
5839 an entry and then an item.
5840 (add-change-log-entry-other-window): Doc fix.
5841
5842 2001-10-06 Miles Bader <miles@gnu.org>
5843
5844 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5845 removed; they apparently don't work with faces.
5846
5847 2001-10-05 Sam Steingold <sds@gnu.org>
5848
5849 * textmodes/sgml-mode.el (html-xhtml): New user option.
5850 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5851 (html-ordered-list, html-unordered-list, html-list-item)
5852 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5853 (sgml-skip-close-p): New function.
5854 (sgml-value): Use it.
5855
5856 2001-10-05 Sam Steingold <sds@gnu.org>
5857
5858 * calendar/diary-lib.el (diary-entry-compare): When times are
5859 identical, compare the entries lexicographically.
5860
5861 2001-10-06 Miles Bader <miles@gnu.org>
5862
5863 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5864 Use `minibuffer-prompt-end'.
5865
5866 * simple.el (previous-matching-history-element): Fix misplaced
5867 parentheses.
5868
5869 2001-10-05 Miles Bader <miles@gnu.org>
5870
5871 * rfn-eshadow.el: New file.
5872
5873 2001-10-05 Miles Bader <miles@gnu.org>
5874
5875 * cus-face.el (custom-face-attributes): Make sure each attribute
5876 has a valid default value. Remove hacks that mapped `nil' to
5877 `off' and used nil to mean `unspecified'. Remove `unspecified'
5878 choices from all attributes (unspecified is handled by the parent
5879 checklist).
5880 * cus-edit.el (custom-face-edit-convert-widget)
5881 (custom-face-edit-deactivate, custom-face-edit-activate)
5882 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5883 New functions.
5884 (custom-face-edit): Specify a custom :convert-widget.
5885 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5886 Don't pass in default filters that map between `nil' and `off' and
5887 `unspecified' and `nil'.
5888
5889 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5890
5891 * progmodes/compile.el (compilation-buffer-name): New function.
5892 (compile-internal): Use it to determine the name of the
5893 compilation buffer.
5894
5895 2001-10-05 Miles Bader <miles@gnu.org>
5896
5897 * progmodes/compile.el (grep-use-null-device): New variable.
5898 (grep-command): Mention `grep-use-null-device'.
5899 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5900 Make computation of `grep-command' respect `grep-use-null-device'.
5901 (grep): Respect `grep-use-null-device'.
5902 Call `grep-compute-defaults' even if grep-command is set, if
5903 grep-use-null-device is still tentative.
5904
5905 * subr.el (call-process-shell-command): New function.
5906
5907 2001-10-05 Miles Bader <miles@gnu.org>
5908
5909 * simple.el (previous-matching-history-element)
5910 (next-history-element, next-complete-history-element): Use
5911 `minibuffer-' functions instead of calling `field-' functions directly.
5912 (minibuffer-prompt-end, minibuffer-contents):
5913 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5914 Functions removed (now subrs).
5915 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5916
5917 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5918 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5919 instead of calling `field-' functions directly.
5920 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5921
5922 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5923
5924 * files.el (find-file-noselect): If file's read-only status has
5925 changed on disk, ask if buffer's read-only status should be
5926 changed, unless NOWARN is set.
5927
5928 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5929 alias for define-setf-method.
5930
5931 * bindings.el: Remove no-byte-compile from file local variables
5932 to enable bootstrapping.
5933
5934 2001-10-04 Andrew Innes <andrewi@gnu.org>
5935
5936 * faces.el (face-font-registry-alternatives) [windows-nt]:
5937 Make gb2312 an alias for gb2312.1980.
5938
5939 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5940
5941 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5942 (uniquify-reverse-components): Remove.
5943
5944 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5945 Make sure the file is readable.
5946 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5947 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5948 (batch-byte-recompile-directory): Pass arg=0.
5949
5950 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5951 (perl-calculate-indent): Use it.
5952 (perl-backward-to-noncomment): Use forward-comment.
5953
5954 * derived.el (define-derived-mode, derived-mode-make-docstring):
5955 Allow `parent' to be nil.
5956
5957 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5958 Use define-derived-mode.
5959 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5960
5961 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5962
5963 * emacs-lisp/lselect.el: Use facep iso find-face.
5964
5965 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5966 Use regexp-opt.
5967 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5968 (lisp-font-lock-syntactic-face-function): New function.
5969 (lisp-mode-variables): Use it. Make arg optional.
5970 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5971 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5972 Set comment-start-skip.
5973
5974 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5975
5976 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5977 (ignore-errors): Don't bother using a `err' symbol.
5978
5979 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5980 (autoload-insert-section-header, autoload-before-p)
5981 (autoload-remove-section): New functions.
5982 (generate-file-autoloads): Use them.
5983 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5984 Make sure the autoload file is properly formatted when creating it.
5985 (update-autoloads-from-directories): Use them as well.
5986 Only update autoloads for files whose timestamp has changed.
5987 Add a dummy entry to remember the files which had no autoload cookies.
5988
5989 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5990
5991 * subr.el (define-key-after): Allow `key' to be longer than 1.
5992 (make-local-hook): Make obsolete.
5993 (add-hook, remove-hook): Don't use make-local-hook any more.
5994 (make-syntax-table): Inherit all chars from s-s-t.
5995
5996 2001-10-04 Gerd Moellmann <gerd@gnu.org>
5997
5998 This is a fix for a report saying that resuming a search with C-s
5999 C-s doesn't use the case-fold-search setting of the previous
6000 search (C-s ... M-c ... then C-s C-s).
6001
6002 * isearch.el (isearch-last-case-fold-search): New variable.
6003 (isearch-mode): Remember value of isearch-case-fold-search
6004 in isearch-last-case-fold-search.
6005 (isearch-done): Quote value of isearch-case-fold-search.
6006 (isearch-repeat): When resuming a search, restore
6007 isearch-case-fold-search from isearch-last-case-fold-search.
6008
6009 Added to NEWS.
6010
6011 * startup.el (inhibit-startup-buffer-menu): New user-option.
6012 (command-line-1): If inhibit-startup-buffer-menu is set, don't
6013 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
6014
6015 This allows upto 99999 messages in the summary without screwing up
6016 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
6017
6018 * mail/rmailsum.el (rmail-make-summary-line)
6019 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
6020 (rmail-summary-goto-msg, rmail-summary-goto-msg):
6021 Allow 5-digit message ids instead of 4.
6022
6023 This adds expansion of environment variables in the value
6024 specified with M-x setenv. Added to NEWS.
6025
6026 * env.el (substitute-env-vars): New function.
6027 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
6028 environment variables in VALUE. Return VALUE.
6029
6030 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6031
6032 * Branch for 21.1.
6033
6034 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
6037
6038 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6039
6040 * emulation/tpu-edt.el: Make messages match original TPU/edt
6041 editor. From riepel@Stanford.EDU (Rob Riepel).
6042
6043 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6044
6045 * rect.el: Update maintainer's email address.
6046
6047 2001-10-02 Andreas Schwab <schwab@suse.de>
6048
6049 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
6050 and Extended Passive Mode, resp.
6051
6052 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6053
6054 These changes add support for Calendar-related items in the
6055 menu bar on tty's as well:
6056
6057 * calendar/calendar.el (calendar-mode-map): Require cal-menu
6058 unconditionally.
6059 (calendar-mode): Set up activate-menubar-hook unconditionally.
6060
6061 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
6062 calls x-popup-menu only if popup menus are supported.
6063 (calendar-mouse-insert-hebrew-diary-entry)
6064 (calendar-mouse-insert-islamic-diary-entry)
6065 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6066 (calendar-mouse-view-other-diary-entries)
6067 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
6068 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6069 Call cal-menu-x-popup-menu instead of x-popup-menu.
6070
6071 2001-10-01 Gerd Moellmann <gerd@gnu.org>
6072
6073 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
6074
6075 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
6076
6077 * emacs-lisp/rx.el: New file.
6078
6079 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6080
6081 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
6082
6083 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6084
6085 * frame.el (select-frame-by-name, other-frame): Doc fix.
6086
6087 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6088
6089 * play/snake.el (snake-score-file): Use temporary-file-directory
6090 instead of a literal "/tmp". Suggested by Robert
6091 <robert@chezmarshall.freeserve.co.uk>.
6092
6093 * play/tetris.el (tetris-score-file): Ditto.
6094
6095 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * apropos.el (apropos-print): Make the directions inserted at the
6098 beginning of the *Apropos* buffer more clear.
6099
6100 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
6101
6102 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6103 Added comments.
6104
6105 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6106
6107 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6108 "\\s-" when defining comment-end-skip.
6109
6110 2001-09-27 Gerd Moellmann <gerd@gnu.org>
6111
6112 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6113 Call get-buffer-window first second arg `visible'.
6114
6115 * international/mule-diag.el (list-input-methods-1):
6116 Output something that's independent of Emacs' version.
6117
6118 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6119 calling byte-to-position with a nil tar-header-offset.
6120
6121 2001-09-27 Simon Josefsson <jas@extundo.com>
6122
6123 * mail/sendmail.el (send-mail-function): Doc fix.
6124 (mail-do-fcc): Error if header-end is not a marker.
6125 (mail-do-fcc): Add a comment.
6126 (mail-reply-to): Doc fix.
6127 (mail-signature): Make ATPOINT optional.
6128 (mail-yank-original): Use cond instead of nestled if.
6129
6130 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6131
6132 * info.el (Info-on-current-buffer): Default arg to "Top".
6133
6134 2001-09-25 Eli Barzilay <eli@barzilay.org>
6135
6136 * calculator.el (calculator-copy-displayer): New user-option.
6137 (calculator-displayer-prev, calculator-displayer-next):
6138 Renamed from calculator-displayed-{left,right}.
6139 (calculator, calculator-standard-displayer)
6140 (calculator-num-to-string, calculator-update-display)
6141 (calculator-copy, calculator-put-value): Bug and display fixes.
6142
6143 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6144
6145 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6146 (ebnf-version): New version (3.6.1).
6147
6148 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6149 (ebnf-bnf-non-terminal-chars): New internal const.
6150 (ebnf-bnf-lex): Fix code.
6151
6152 * ebnf-iso.el: Fix character range regexp. Doc fix.
6153 (ebnf-iso-non-terminal-chars): New internal const.
6154 (ebnf-iso-lex): Fix code.
6155
6156 * ebnf-yac.el: Fix character range regexp. Doc fix.
6157 (ebnf-yac-skip-chars): New internal const.
6158 (ebnf-yac-skip-code): Fix code.
6159
6160 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6163
6164 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6165 passing it to VC.
6166
6167 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6168 case where the file is relative.
6169
6170 2001-09-24 Gerd Moellmann <gerd@gnu.org>
6171
6172 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6173 same on each side. Make sure we properly handle simple quotes.
6174 From Daiki Ueno <ueno@unixuser.org>.
6175
6176 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6177
6178 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6179 <jas@extundo.com>.
6180
6181 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6182 some items of the Options menu.
6183
6184 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6185
6186 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6187
6188 * vc-hooks.el (vc-delete-automatic-version-backups):
6189 Don't fail if the directory doesn't exist.
6190
6191 * diff-mode.el (diff-default-read-only): New var.
6192 (diff-mode): Use it.
6193
6194 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6195
6196 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6197 Use make-keymap instead of copy-keymap, since copying the global
6198 keymap messes up the menu bar.
6199
6200 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6201 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6202
6203 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6204
6205 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6206
6207 * dired-aux.el (dired-insert-subdir): Pass switches to
6208 dired-build-subdir-alist.
6209
6210 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6211
6212 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6213 caused %#a and %#b to be mis-formatted.
6214
6215 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6216
6217 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6218 ccmode, emacs-mime, and eudc manuals.
6219
6220 2001-09-19 Sam Steingold <sds@gnu.org>
6221
6222 w32 find cannot be used with `grep-find'.
6223 * progmodes/compile.el (find-program): New variable.
6224 (grep-compute-defaults): Use it to set `grep-find-command'.
6225
6226 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6227
6228 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6229
6230 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6231
6232 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6233 programming. Doc fix.
6234 (ebnf-version): New version (3.6).
6235 (ebnf-eps-begin): Data fix.
6236 (ebnf-begin-file): Code fix.
6237
6238 * ebnf-bnf.el: Doc fix.
6239 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6240
6241 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6242
6243 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6244
6245 * ps-print.el: Better face mapping for black/white PostScript printers.
6246 Check if mark is active when printing a region. Doc fix.
6247 (ps-print-version): New version number (6.5.5).
6248 (ps-print-color-p): Customization fix.
6249 (ps-black-white-faces): New option.
6250 (ps-black-white-faces-alist): New internal var.
6251 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6252 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6253 (ps-nb-pages-region): Interactive fix.
6254 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6255 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6256
6257 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6258
6259 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6260 numeric month value, and allow the Kanji character after the it to
6261 be missing (happens with ls-lisp's output on Japanese versions of
6262 MS-Windows).
6263
6264 2001-09-18 Miles Bader <miles@gnu.org>
6265
6266 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6267 it's empty (and thus probably a new patch file about to be edited).
6268
6269 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6270
6271 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6272 Check for '(' in column 0 of doc string.
6273
6274 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6275 of `nth' so that using a vector as bounding-box works.
6276 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6277
6278 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6279
6280 * vc.el (vc-annotate): Use current workfile version explicitly as
6281 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6282
6283 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6284
6285 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6286 convert-standard-filename doesn't guarantee that the .el extension
6287 is preserved.
6288
6289 * dos-fns.el (convert-standard-filename): Replace invalid
6290 characters only after converting dash/underscore to a period.
6291 (original-make-auto-save-file-name): New.
6292 (make-auto-save-file-name): New function, overrides the definition
6293 on files.el and calls the original function via
6294 original-make-auto-save-file-name.
6295
6296 * mail/rmail.el (top-level): Require mule-utils when compiling.
6297 (rmail-decode-babyl-format): Use detect-coding-with-priority
6298 instead of detect-coding-region, to favor detection of emacs-mule
6299 encoded Babyl files written by rmailout.el etc. Suggested by
6300 Kenichi Handa <handa@etl.go.jp>.
6301
6302 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6303
6304 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6305 Use `equal', not `=', since the device number can be a cons cell.
6306
6307 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6308
6309 * simple.el: Comment out change of 2001-09-13.
6310
6311 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6312
6313 * progmodes/compile.el (grep-compute-defaults): Don't set
6314 grep-command/grep-find-command when it is already non-nil.
6315 (grep-command): Make it a user option.
6316 (grep-find-command): Likewise.
6317
6318 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6319
6320 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6321 inhibit quit.
6322
6323 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * files.el (make-auto-save-file-name): If long file names are not
6326 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6327 generating an auto-save file name from it.
6328
6329 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6330
6331 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6332 (ps-nb-pages-region): Signal an error if called interactively
6333 and the mark is not active.
6334
6335 * simple.el (minibuffer-prompt-modification)
6336 (minibuffer-prompt-insertion): New functions.
6337 (minibuffer-prompt-properties): Use `modification-hooks' and
6338 `insert-in-front-hooks'.
6339
6340 2001-09-12 Richard M. Stallman <rms@gnu.org>
6341
6342 * textmodes/outline.el (outline-regexp): Doc fix.
6343 Initialize it in the defcustom, the usual way.
6344
6345 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6346
6347 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6348 from `ediff-meta-info' properties need not be an overlay.
6349 From David Ponce <dponce@voila.fr>.
6350
6351 * isearch.el (isearch-intersects-p): Fix end checks.
6352
6353 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6354
6355 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6356 `t' branch of `cond', since Irix 6.1 and up is a special case of
6357 the standard dbx interface.
6358
6359 2001-09-11 Miles Bader <miles@gnu.org>
6360
6361 * comint.el (comint-send-input): When waiting for echoed input,
6362 don't save the expected end position in `echo-end', so that things
6363 work properly even if the buffer is modified elsewhere at the same
6364 time [this happens if `comint-truncate-buffer' is used].
6365
6366 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6367
6368 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6369 when constructing imenu-generic-expression from outline-regexp.
6370
6371 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6374 `equal' instead of `=', since they can be cons cells. From Nils
6375 Goesche <cartan@cartan.de>.
6376
6377 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6378
6379 * vc.el (vc-annotate): Rewrote doc string.
6380
6381 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * time-stamp.el: Update Stephen Gildea's email address.
6384
6385 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6386
6387 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6388 enable-multibyte-characters = nil. From Hallvard B Furuseth
6389 <h.b.furuseth@usit.uio.no>.
6390
6391 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6392
6393 * ediff-init.el (ediff-highest-priority): Bug fix.
6394
6395 * viper-cmd.el (viper-special-read-and-insert-char): New function
6396 that reads a character and uses the current input method or
6397 iso-accents when appropriate.
6398
6399 * viper.el and all others: Corrections to the comment blocks at
6400 the top.
6401
6402 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6403
6404 * info.el (Info-goto-node): Doc fix.
6405
6406 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6407
6408 * isearch.el (isearch-intersects-p): New function.
6409 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6410 use isearch-intersects-p, and clean up.
6411
6412 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6415 and "german8", for the new German orthography dictionaries,
6416 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6417 the entries, to keep the line length balanced for loaddefs.el.
6418
6419 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6420
6421 * comint.el (comint-send-input): Handle comint-process-echoes
6422 differently.
6423
6424 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6425
6426 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6427
6428 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6429
6430 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6431
6432 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6433
6434 * server.el (server-switch-buffer):
6435 * textmodes/refer.el (refer-find-entry-internal):
6436 * term/sup-mouse.el (sup-pos-to-window):
6437 * term/bg-mouse.el (bg-window-from-x-y):
6438 * emacs-lisp/edebug.el (edebug-window-live-p):
6439 Use get-window-with-predicate.
6440
6441 * window.el (get-window-with-predicate): Renamed from some-window.
6442 (some-window): Make it an alias.
6443
6444 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6445
6446 * simple.el (undo): Remove positions from buffer-undo-list up to
6447 the next undo boundary only.
6448
6449 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6450
6451 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6452 Kim <ryk@dspwiz.com>
6453
6454 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6455 the message "Creating customization items...done".
6456
6457 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6458
6459 * font-lock.el (toplevel): Require `jit-lock' only if
6460 font-lock-support-mode is set to jit-lock-mode.
6461
6462 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6463
6464 * international/quail.el (quail-use-package, quail-inactivate)
6465 (quail-activate): Mention the hooks these functions run in their
6466 doc strings.
6467
6468 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6469
6470 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6471 of file in header of menu.
6472
6473 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6474
6475 * env.el (setenv): Interactively, if VARIABLE has a current value,
6476 add that to the front of the history, as the doc string says.
6477
6478 * comint.el (comint-send-input): Change help-echo.
6479 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6480
6481 * bookmark.el (bookmark-write-file): Bind print-length and
6482 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6483
6484 * obsolete/uncompress.el: Moved there from lisp/.
6485
6486 * comint.el (comint-insert-clicked-input): Goto point-max before
6487 deleting previous input. From "Dr Francis J. Wright"
6488 <F.J.Wright@qmw.ac.uk>.
6489
6490 * simple.el (backward-word): Doc fix.
6491
6492 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6493
6494 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6495 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6496 * w32-fns.el: Add Keywords header.
6497
6498 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6501 "Text Properties". Suggested by Simon Marshall
6502 <Simon.Marshall@midas-kapiti.com>.
6503
6504 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6505
6506 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6507 consulting the value of file-name-coding-system.
6508
6509 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6510
6511 * help.el (describe-function-1): Save precomputed `file-name' rather
6512 than recomputing it (incorrectly) with `symbol-file'.
6513
6514 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6515
6516 * international/isearch-x.el (isearch-exit-recursive-edit):
6517 Take three parameters, since it's used as an after-change-function.
6518
6519 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6520 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6521 from doc strings.
6522
6523 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6524
6525 * progmodes/glasses.el (glasses-convert-to-unreadable):
6526 Consider underscores as in `glasses-make-readable'.
6527
6528 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6529
6530 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6531 MS-DOS, since cpp might not be available.
6532
6533 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6534 Mention "yank" in the help-echo text.
6535 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6536
6537 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * newcomment.el (comment-indent): Insert spaces more carefully.
6540
6541 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6542
6543 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6544 exists. From Andy Petrusenco <andy@int.spb.ru>.
6545
6546 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6547 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6548 <andy@int.spb.ru>.
6549
6550 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6551
6552 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6553 Instead of running mouse-yank-at-click, see what the event is
6554 bound to outside Isearch and run that.
6555
6556 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6557
6558 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6559 Fix the menu entry to mention transient-mark-mode.
6560
6561 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6562
6563 * simple.el (eval-expression-print-level): Fix last change.
6564
6565 * bindings.el (mode-line-coding-system-map): New variable.
6566 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6567
6568 * simple.el (eval-expression-print-level): Change the type
6569 of the defcustom to allow nil.
6570
6571 * emacs-lisp/find-gc.el: Moved here from lisp/.
6572
6573 * international/quail.el (quail-completion-1):
6574 Reverse the ((CHAR . DEFN) ...) list before processing it.
6575 From Kenichi Handa <handa@etl.go.jp>.
6576
6577 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6578 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6579
6580 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6581
6582 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6583 aren't supported. This avoids the annoying gray strip drawn by
6584 the Windows version instead of the missing tool bar.
6585
6586 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6587
6588 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6589 and tooltips more consistent. From "Marshall, Simon"
6590 <Simon.Marshall@midas-kapiti.com>.
6591
6592 * startup.el (fancy-splash-screens): Temporarily set
6593 minor-mode-map-alist to nil while displaying splash screens.
6594
6595 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6596
6597 * buff-menu.el: Add Keywords header.
6598 Doc fix (C-x C-b is bound to list-buffers).
6599
6600 * dired-x.el: Add keyword files to get listed in finder.
6601 Remove confusing notes about GNU Emacs 19.
6602
6603 * dired.el, dired-aux.el: Add Keywords header.
6604
6605 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6606
6607 * vc.el (vc-revert-file): Call the backend even if the FILE's
6608 contents can be reverted locally; pass new arg CONTENTS-DONE
6609 down to the backend.
6610
6611 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6612 optional arg CONTENTS-DONE.
6613
6614 2001-08-28 Andrew Innes <andrewi@gnu.org>
6615
6616 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6617
6618 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6619
6620 * makefile.nt (install): Copy more *.el files.
6621
6622 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6623
6624 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6625 instead of `w' which is already in use.
6626
6627 * gs.el (gs-load-image): Use sleep-for.
6628 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6629
6630 2001-08-28 Miles Bader <miles@gnu.org>
6631
6632 * replace.el (query-replace-regexp-eval): Return args from
6633 `interactive' form in correct order.
6634
6635 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6636
6637 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6638 major modes, don't create panes for modes for which
6639 mouse-buffer-menu-alist returns an empty alist.
6640
6641 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6642
6643 * progmodes/hideshow.el: Update first-line description.
6644 Sync comments w/ maintainer version 5.31.
6645
6646 (hs-isearch-open): Default value now `code'.
6647 Fix docstring to use "code blocks" vs "comment blocks",
6648 as opposed to "block" vs "comment".
6649 (hs-flag-region): Accept `hs-isearch-open' value
6650 of `block' as synonymous w/ `code'.
6651 (hs-hide-block-at-point): For code blocks, pass `code'
6652 to `hs-flag-region' instead of `block'.
6653
6654 2001-08-28 Miles Bader <miles@gnu.org>
6655
6656 * comint.el (comint-next-prompt): Don't loop infinitely if
6657 {next,previous}-single-char-property-change returns its input
6658 position when the search fails.
6659
6660 2001-08-27 Miles Bader <miles@gnu.org>
6661
6662 * comint.el (comint-get-old-input-default): Don't signal an error
6663 if point is not on an input field; instead, return the current
6664 line (using `comint-bol' to skip any prompt, in case we're not
6665 using fields at all).
6666
6667 * man.el (Man-mode-line-format): Variable removed.
6668 (Man-mode): Change `mode-line-buffer-identification' instead of
6669 `mode-line-format'.
6670
6671 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6672
6673 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6674 From Simon Josefsson <jas@extundo.com>.
6675
6676 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6679 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6680
6681 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6682 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6683
6684 * emacs-lisp/lselect.el: Ditto.
6685
6686 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6687 Remove periods from the end of error message strings.
6688 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6689
6690 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6691 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6692
6693 * net/telnet.el: Ditto.
6694
6695 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6696
6697 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6698 KEYMAP to the call to define-minor-mode.
6699
6700 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6701
6702 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6703 Replace some of the undefined characters with emulations of bidi
6704 formatting characters and Niqud as per SI 1311-1.
6705 (IT-unicode-translations): Ditto.
6706 (IT-display-table-setup, IT-setup-unicode-display):
6707 Fill characters without translations with dos-unsupported-char-glyph.
6708
6709 2001-08-24 Simon Josefsson <jas@extundo.com>
6710
6711 * hl-line.el (hl-line-mode): Don't be a global mode.
6712 (global-hl-line-mode): New function.
6713
6714 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6715
6716 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6717 being reset by Ghostscript. Don't kill the gs process.
6718 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6719
6720 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6721
6722 * term/mac-win.el: Require scroll-bar.
6723
6724 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6725
6726 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6727
6728 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6729
6730 * hexl.el (hexl-insert-multibyte-char) New function.
6731 (hexl-quoted-insert, hexl-self-insert-command)
6732 (hexl-insert-hex-char, hexl-insert-decimal-char)
6733 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6734 Fix the doc strings accordingly.
6735 (hexl-insert-char): Reject characters whose code is above 255.
6736 Doc fix.
6737 (hexl-mode-map): Copy the global keymap instead of creating a
6738 sparse keymap, and bind all self-inserting characters to
6739 hexl-self-insert-command.
6740
6741 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6742
6743 * wid-edit.el (text): Re-order docstring correctly.
6744
6745 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6746
6747 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6748
6749 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * simple.el (line-number-mode): Mention the variable
6752 line-number-display-limit-width in the doc string.
6753
6754 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6755
6756 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6757 Temporarily select EVENT's window for switching buffers.
6758 (mode-line-bury-buffer): New function.
6759 (mode-line-buffer-identification-keymap): Use it instead of
6760 bury-buffer. Bind down-mouse events to prevent global down-mouse
6761 events from shining through.
6762
6763 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6764
6765 * newcomment.el (comment-beginning): Make sure the comment-start
6766 we found isn't a comment-end (in cases where confusion is possible).
6767
6768 2001-08-22 Miles Bader <miles@gnu.org>
6769
6770 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6771 before writing it, so that hard-links don't see new version.
6772
6773 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6774
6775 * gs.el (gs-set-ghostview-colors-window-prop):
6776 Call x-change-window-property with 3rd arg FRAME.
6777 (gs-load-image): Wait for a previous Ghostscript process
6778 to complete before starting a new one.
6779
6780 * image.el (image-type-regexps): Make sure that the TIFF
6781 pattern is only matched at the beginning of a string.
6782 From Markus Rost <rost@math.ohio-state.edu>.
6783
6784 * international/swedish.el: Pre-Mule file removed. From Jonas
6785 Oberg <jonas@gnu.org>.
6786
6787 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6788
6789 * whitespace.el (whitespace-abort-on-error): Add custom variable
6790 to whitespace to abort a write-file if whitespace is detected in file.
6791
6792 * whitespace.el (whitespace-write-file-hook): Hook to be called
6793 when writing a file. If `whitespace-abort-on-error' is set, the
6794 write will abort on detecting whitespaces.
6795 If `whitespace-auto-cleanup' is set, the file will be cleaned
6796 automatically prior to writing.
6797
6798 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6799 whitespaces in the error output!
6800
6801 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6802 `indent-tabs-mode', since the latter notes user preferences on
6803 TABs anyway.
6804
6805 * whitespace.el (whitespace-version): 3.1. All of the above issues
6806 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6807
6808 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6809
6810 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6811 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6812
6813 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6814
6815 2001-08-20 Alex Schroeder <alex@gnu.org>
6816
6817 * sql.el (sql-db2): Doc change.
6818
6819 2001-08-20 Alex Schroeder <alex@gnu.org>
6820
6821 * sql.el (sql-postgres): Add the database at the end of the
6822 parameters instead of at the beginning.
6823 (sql-postgres-options): Doc change.
6824
6825 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6826
6827 * custom.el (defcustom): Doc fix.
6828
6829 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6830
6831 * ps-mule.el (find-composition): Check if (char-after POS)
6832 returns a valid character.
6833
6834 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6835
6836 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6837 original-point for extra CR characters that are added/removed when
6838 the buffer is written/read whose EOL type is -dos.
6839
6840 2001-08-16 Miles Bader <miles@gnu.org>
6841
6842 * simple.el (line-move): Undo previous change.
6843
6844 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6845 property to input-terminating `boundary' overlays to avoid
6846 line-move wierdness.
6847
6848 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6849
6850 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6851 buffer in a save-restriction. Under one test case with Ediff,
6852 window-scroll-functions are run with a window start that's
6853 temporarily outside of the restriction.
6854
6855 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6856
6857 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6858 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6859 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6860 (texinfo-update-menu-region-beginning)
6861 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6862 command, @ifnottex, to regexps, so it is found.
6863
6864 2001-08-16 Andrew Innes <andrewi@gnu.org>
6865
6866 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6867 (DONTCOMPILE): Omit sc.el.
6868
6869 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6870 (DONTCOMPILE): Omit sc.el.
6871
6872 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6873
6874 * replace.el (occur): Bind inhibit-read-only to t.
6875
6876 2001-08-16 Miles Bader <miles@gnu.org>
6877
6878 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6879 calling `constrain-to-field', to avoid problems with comint prompts.
6880
6881 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6882
6883 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6884 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6885
6886 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6887 of a while-loop.
6888
6889 * Makefile.in (DONTCOMPILE): Remove sc.el.
6890
6891 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6892 Don't include term/.
6893
6894 * mail/sc.el: Moved to obsolete/.
6895
6896 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6897
6898 * ps-print.el: Change error function arguments to follow Emacs
6899 message convention. Doc fix.
6900 (ps-print-version): New version number (6.5.4).
6901 (coding-system-for-write): Change declaration position to avoid
6902 XEmacs compilation gripes.
6903 (coding-system-for-read, buffer-file-coding-system):
6904 Declarations to avoid XEmacs compilation gripes.
6905
6906 * ps-mule.el: Doc fix.
6907 (ps-mule-encode-header-string): If STRING is not a string, replace
6908 STRING by empty string.
6909
6910 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6911
6912 * frame.el (show-trailing-whitespace): Doc fix.
6913
6914 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6915
6916 * desktop.el (desktop-save): Insert the coding: tag before
6917 desktop-header.
6918
6919 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6920
6921 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6922 its path from $els.
6923
6924 * image.el (image-jpeg-p): Fix call of substring.
6925
6926 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6927
6928 * play/animate.el (animate-string): Doc fix. Use a buffer
6929 name with stars in it.
6930 (animate-sequence): New function.
6931 From Richard Stallman <rms@gnu.org>.
6932
6933 * frame.el (select-frame-set-input-focus): New function
6934 extracted from other-frame.
6935 (other-frame): Use it.
6936 (next-multiframe-window, previous-multiframe-window): Use it.
6937
6938 * isearch.el (isearch-other-meta-char): Don't switch to the
6939 buffer of a window clicked on, when the current buffer is
6940 in Isearch mode.
6941
6942 * image.el (image-jpeg-p): Test for APPn markers in the range
6943 #xe0..#xef.
6944
6945 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6946
6947 * desktop.el (desktop-save): Don't use concat to form a file
6948 name, use expand-file-name.
6949
6950 * mouse.el (mouse-delete-window): Do nothing if frame has just
6951 one window.
6952
6953 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6954 for the minor mode name.
6955
6956 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6957 minor mode name.
6958
6959 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6960 instead of make-mode-line-mouse2-map.
6961
6962 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6963 the minor mode name.
6964
6965 * emacs-lisp/easy-mmode.el (define-minor-mode):
6966 Use mode-line-minor-mode-keymap for the minor mode name.
6967
6968 * calendar/calendar.el (calendar-mode-line-format):
6969 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6970
6971 * bindings.el (make-mode-line-mouse-map): Renamed from
6972 make-mode-line-mouse2-map. Take additional arg MOUSE.
6973 (mode-line-modified): Use mouse-3 instead of mouse-2.
6974 (mode-line-buffer-identification-keymap): Bind keys differently.
6975 (propertized-buffer-identification): Adapt help-echo to new bindings.
6976
6977 * bindings.el (mode-line-format): Specify help-echo for line
6978 number, column number and buffer-percent part of the mode-line.
6979
6980 * image.el (image-type-regexps): Allow whitespace at the start
6981 of the image data for XPM, XBM and Postscript, which are
6982 text files.
6983 (image-jpeg-p): Correct calculation of next field offset.
6984
6985 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6986
6987 * battery.el: Fix typo.
6988
6989 2001-08-08 Gerd Moellmann <gerd@gnu.org>
6990
6991 * image.el (image-type-regexps): Allow predicates. Change the way
6992 JPEG images are recognized.
6993 (image-jpeg-p): New function.
6994 (image-type-from-data): Handle predicates in image-type-regexps.
6995
6996 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6997 #:, #x, #o, and similar constructs.
6998
6999 2001-08-07 Gerd Moellmann <gerd@gnu.org>
7000
7001 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
7002
7003 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
7004 instead of `progn'.
7005
7006 * tar-mode.el (tar-extract): Avoid generating a new buffer
7007 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
7008
7009 * textmodes/paragraphs.el (forward-sentence): Avoid building
7010 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
7011
7012 * progmodes/executable.el (executable-set-magic):
7013 If executable-find returns a quoted file name, unquote it before
7014 inserting it.
7015
7016 * image.el (image-type-regexps): For JPEG files, use a regexp
7017 derived from the JFIF spec.
7018
7019 * image.el (image-type-regexps): Use `\`' instead of `^' in
7020 most regular expressions.
7021
7022 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7023
7024 * play/animate.el: Re-insert a reference to re-inserted function.
7025
7026 2001-08-06 Gerd Moellmann <gerd@gnu.org>
7027
7028 * help.el (describe-function-1): Use find-function-search-for-symbol
7029 instead of find-function-noselect because the latter follows aliases.
7030
7031 * play/animate.el (animate-birthday-present): Re-insert.
7032
7033 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7034 Handle old-style menu definitions.
7035
7036 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7037
7038 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
7039 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
7040
7041 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
7042 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
7043 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7044
7045 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7046
7047 * textmodes/tildify.el: Milan Zamazal has new address.
7048
7049 2001-08-03 Gerd Moellmann <gerd@gnu.org>
7050
7051 * custom.el (custom-set-variables): Don't test `custom-requests'
7052 properties, check the third element of the options passed to
7053 custom-set-variables instead.
7054
7055 * info.el (info-insert-file-contents): Use info-file-exists-p
7056 instead of file-exists-p.
7057
7058 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
7059 the mode-line face is restored. Fix several bugs.
7060
7061 * replace.el (perform-replace): Doc fix.
7062
7063 2001-08-02 Francesco Potorti` <pot@gnu.org>
7064
7065 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
7066 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
7067 (uniquify-fix-item-base, uniquify-fix-item-filename)
7068 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7069 Callers changed.
7070 (uniquify-set-proposed): Changed to work with a vector item.
7071 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
7072 the fix list, and a list of strings for the non-file buffer
7073 names. Both changes reduce consing.
7074 (uniquify-rationalize-a-list): Local variable renaming.
7075 (uniquify-rationalize-conflicting-sublist): Use member instead of
7076 assoc.
7077 (uniquify-rename-buffer): Use unless instead of if not.
7078
7079 2001-08-02 Gerd Moellmann <gerd@gnu.org>
7080
7081 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7082
7083 * custom.el (custom-set-variables): Set options with :require
7084 clauses last.
7085
7086 * custom.el (defcustom): Doc fix.
7087
7088 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7089
7090 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7091
7092 * man.el (man): Mention Man-switches in the doc string.
7093 (Man-switches): Mention -a in the doc string.
7094
7095 * textmodes/ispell.el (ispell-alternate-dictionary):
7096 Add /usr/share/lib/dict/words, for Irix.
7097
7098 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7099 corresponding non-kp keys. Suggested by Stephen Gildea
7100 <gildea@stop.mail-abuse.org>.
7101
7102 2001-08-01 Francesco Potorti` <pot@gnu.org>
7103
7104 * uniquify.el: These changes correct a corner case that the old
7105 code managed correctly.
7106 (uniquify-fix-item-proposed): Renamed from
7107 uniquify-fix-item-min-proposed.
7108 (uniquify-set-proposed): New function.
7109 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7110 clarity and speed.
7111 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7112 This is equivalent to what the old code did.
7113 (uniquify-rationalize-a-list): Never recompute the proposed
7114 name. Sort the conflicting sublist before rationalising it: this
7115 is equivalent to what the old code did, but one directory element
7116 at a time, and only when necessary.
7117 (uniquify-rationalize-conflicting-sublist): Recompute here the
7118 proposed name.
7119
7120 2001-08-01 Gerd Moellmann <gerd@gnu.org>
7121
7122 * play/animate.el: Add Keywords and Maintainer. Remove a
7123 reference to a removed function.
7124
7125 * play/animate.el (animate-string): Handle case that the string is
7126 longer than the window is wide.
7127
7128 2001-07-31 Gerd Moellmann <gerd@gnu.org>
7129
7130 * desktop.el (desktop-save): Bind coding-system-for-write to
7131 `emacs-mule' for write-region.
7132
7133 * delsel.el (delete-selection-pre-hook): Don't set this-command
7134 to `ignore' if the region is empty.
7135
7136 * international/mule.el (set-keyboard-coding-system):
7137 Set keyboard-coding-system.
7138
7139 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7140 before accessing it.
7141
7142 2001-07-30 Andreas Schwab <schwab@suse.de>
7143
7144 * menu-bar.el (toggle-highlight-paren-mode):
7145 Use `(show-paren-mode)' as body.
7146
7147 2001-07-30 Andre Spiegel <spiegel@gnu.org>
7148
7149 * vc.el (vc-checkout-hook): New hook.
7150 (vc-checkout): Run it.
7151
7152 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7153
7154 * progmodes/make-mode.el (makefile-macroassign-regex):
7155 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
7156
7157 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7158
7159 * vc.el (vc-switch-backend): Fix autoload cookie.
7160
7161 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7162 the desktop file.
7163
7164 2001-07-30 Simon Josefsson <jas@extundo.com>
7165
7166 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7167 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7168
7169 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7170
7171 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7172 (last-sexp-toggle-display): Renamed from last-sexp-print.
7173 (last-sexp-toggle-display, eval-last-sexp-1):
7174 Use last-sexp-setup-props.
7175
7176 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7177 New user-options.
7178 (mouse-wheel-change-button): New function.
7179 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7180 (mwheel-scroll): Ditto.
7181
7182 2001-07-26 Gerd Moellmann <gerd@gnu.org>
7183
7184 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7185 `...', compare with unabbreviated printed representation instead.
7186 (last-sexp-print): Bind print-length and print-level to nil.
7187
7188 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7189 before assigning text properties. Make properties rear-nonsticky.
7190
7191 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7192 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7193 <mouse-2> and <RET> in that map to a function printing the
7194 unabbreviated value.
7195
7196 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7197 is a buffer, put a text property `printed-value' on the printed
7198 representation, with the Lisp object printed as value.
7199
7200 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7201
7202 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7203 Mention the effect of eval-expression-print-length and
7204 eval-expression-print-level in the doc strings. Suggested by
7205 Kevin Gallagher <kevingal@onramp.net>.
7206
7207 2001-07-25 Gerd Moellmann <gerd@gnu.org>
7208
7209 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7210 for buttons > 3.
7211 (xterm-mouse-translate): Handle the case that we don't get a
7212 down-event.
7213
7214 * emacs-lisp/find-func.el (find-function-regexp):
7215 Add easy-mmode-define-global-mode to the regexp. Allow newlines
7216 in front of the function name.
7217
7218 * isearch.el (isearch-other-meta-char): Fix last change.
7219
7220 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7221 similar events for which fake prefix keys are generated. It's no
7222 longer necessary since read_key_sequence doesn't modify these
7223 events for internal purposes anymore.
7224
7225 * files.el (auto-mode-alist): Use nroff-mode for files ending
7226 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7227
7228 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7229
7230 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7231 tool-bar-lines parameter, behave as if its value were zero.
7232 (mouse-avoidance-set-pointer-shape): Don't do anything if
7233 x-pointer-shape is not boundp.
7234
7235 2001-07-23 Francesco Potorti` <pot@gnu.org>
7236
7237 * uniquify.el: Overall speedup changes when using many buffers.
7238 (uniquify-fix-item-base, uniquify-fix-item-filename)
7239 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7240 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7241 place in the item, but was never used.
7242 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7243 in the item is now used as cache for the proposed name.
7244 (uniquify-rationalize-file-buffer-names): Move computation made on
7245 newbuffile out of the loop, in the newbuffile-nd local var.
7246 Use dolist (cosmetic change). Compute the proposed name for the most
7247 common case and cache it in the fourth place in the item.
7248 (uniquify-rationalize-file-buffer-names): Used to return a a list
7249 of buffer whose name was changed, but that return value was never used.
7250 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7251 the cached proposed name, does much less consing and is quicker.
7252 (uniquify-filename-lessp): Deleted.
7253 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7254 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7255 cached proposed name is possible.
7256 (uniquify-get-proposed-name): Arguments changed, callers changed.
7257 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7258 uniquify-possibly-resolvable flag, which is no more bound locally.
7259 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7260 flag, which does not exist any more.
7261
7262 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * term/internal.el (IT-unicode-translations): Fix the appearance of
7265 "6`".
7266
7267 * progmodes/compile.el (compile-internal): If EMACS is already
7268 defined in the environment, don't override its value.
7269
7270 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7271
7272 * play/fortune.el: Undo change of 2001-07-13.
7273 Fix autoload cookies. Add types to defcustoms.
7274 (fortune) <defgroup>: Add :link.
7275 (fortune-from-region): Use eq, not eql.
7276 From Dave Love <fx@gnu.org>.
7277
7278 * play/animate.el (animate-birthday-present): Function removed.
7279
7280 * play/animate.el: New file.
7281
7282 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7283
7284 * startup.el (normal-top-level-add-subdirs-to-load-path):
7285 On Windows, put into normal-top-level-add-subdirs-inode-list the
7286 canonicalized names of the directories instead of inode numbers.
7287
7288 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7289
7290 * ediff-util.el: Copyright years.
7291 (ediff-choose-syntax-table): New function.
7292 (ediff-setup): Use ediff-choose-syntax-table.
7293 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7294 vc-state is available.
7295 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7296
7297 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7298 with-syntax-table.
7299 (ediff-coding-system-for-read): From ediff-diff.el
7300 (ediff-coding-system-for-write): New variable.
7301 (ediff-highest-priority): Fixed the bug having to do with disappearing
7302 overlays.
7303 (ediff-file-remote-p): Use file-remote-p, if available.
7304 (ediff-listable-file): New function.
7305 (ediff-file-attributes): Use ediff-listable-file.
7306
7307 * ediff-mult.el (ediff-meta-insert-file-info1):
7308 Use ediff-listable-file.
7309
7310 * ediff-ptch.el (ediff-prompt-for-patch-file):
7311 Use ediff-coding-system-for-read.
7312 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7313
7314 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7315 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7316
7317 * ediff.el: Date of last update, copyright years.
7318
7319 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7320
7321 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7322 of Scott Bronson.
7323 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7324 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7325 Deleted functions.
7326 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7327 ex-token-list.
7328 (viper-get-ex-address-subr): Convert registers to char data type.
7329
7330 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7331 (viper-memq-char): Use viper-int-to-char.
7332 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7333 vc-locking-state.
7334 (viper-read-key): Use viper-read-key-sequence.
7335
7336 * viper.el (viper-major-mode-modifier-list):
7337 Added inferior-emacs-lisp-mode.
7338 (this-major-mode-requires-vi-state): New function that uses simple
7339 heuristics to decide if vi state is appropriate.
7340 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7341 (viper-non-hook-settings): Don't advise read-key-sequence.
7342 (viper-read-key-sequence): New function that replaces the
7343 previously used advice to read-key-sequence.
7344
7345 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7346 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7347 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7348 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7349 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7350 Got rid of the negative character hack.
7351 (viper-escape-to-state,viper-replace-state-exit-cmd):
7352 Use viper-read-key-sequence.
7353 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7354 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7355 Don't override existing minibuffer-setup-hook.
7356 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7357 Convert registers to char data type.
7358 (viper-autoindent): Use viper-indent-line.
7359
7360 * viper-keym.el: Use viper-exec-key-in-emacs.
7361
7362 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7363
7364 * server.el (server-visit-files): Fix variable name typo.
7365
7366 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7367
7368 * simple.el (delete-trailing-whitespace): Save match data
7369 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7370
7371 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7372
7373 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7374 return a this-error using the alternative format (a pair of markers).
7375
7376 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7377
7378 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7379
7380 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7381 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7382
7383 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7384
7385 * international/iso-transl.el: Fix typo in the header of the file.
7386
7387 * textmodes/picture.el (picture): Doc fix.
7388
7389 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7390 follow coding conventions in generated files.
7391
7392 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7393
7394 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7395 (tool-bar-add-item): Don't call image-related primitives if the
7396 display doesn't support images.
7397
7398 * frame.el (display-images-p): New function.
7399
7400 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7401
7402 * server.el (server-visit-files): Handle the case the specified
7403 column number is <= 0.
7404
7405 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7406
7407 * startup.el (command-line-1): Add support for +LINE:COLUMN
7408 command line argument.
7409
7410 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7411
7412 * server.el (server-process-filter, server-visit-files):
7413 Add support for +LINE:COLUMN style emacsclient calls.
7414
7415 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7416
7417 * emacs-lisp/easy-mmode.el: Add Keywords header.
7418
7419 * play/pong.el: Author has new address.
7420
7421 * play/landmark.el: Author is no more reachable.
7422
7423 * play/handwrite.el: Author is no more reachable.
7424
7425 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7426
7427 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7428 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7429 Complete bindings for F<1..12> keys.
7430 (global-map): Remove `undo' binding (already in the default).
7431 Replace `t<n>' bindings with `f<n>' bindings.
7432
7433 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7436 (tcl-mode): Use tcl-add-log-defun.
7437 (tcl-indent-line): Use tcl-calculate-indent.
7438 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7439 (tcl-indent-exp): Renamed from indent-tcl-exp.
7440 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7441 (tcl-indent-for-comment): Call comment-indent-function properly
7442 and handle the case where it returns nil.
7443
7444 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7445
7446 * calendar/cal-islam.el (calendar-goto-islamic-date):
7447 Remove autoload cookie.
7448
7449 * calendar/calendar.el (calendar-goto-islamic-date):
7450 Add call to autoload.
7451
7452 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7455 Don't change compile-auto-highlight globally.
7456 Don't bother with `font-lock-defaults' property since XEmacs
7457 also understands the `font-lock-defaults' variable.
7458 Use make-local-variable rather than make-variable-buffer-local.
7459 Don't `defconst' comment-indent-function: keep the default.
7460 Call easy-menu-add unconditionally.
7461 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7462 (ada-create-menu): Use :included for Emacs as well.
7463
7464 * vc.el (vc-do-command): Autoload.
7465
7466 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7467
7468 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7469
7470 * ps-print.el: Fix Author: header.
7471
7472 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7473
7474 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7475 mouse-1 etc., bind them to `ignore'.
7476
7477 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7478 send-invisible, which is already defined in Comint.
7479 (eshell-watch-for-password-prompt): Use it.
7480
7481 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7482
7483 * which-func.el (which-func-mode): Doc fix.
7484
7485 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7486 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7487 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7488 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7489 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7490 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7491 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7492 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7493 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7494 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7495 * emulation/edt-mapper.el, emulation/edt-pc.el,
7496 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7497 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7498 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7499 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7500 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7501 * international/isearch-x.el, international/iso-cvt.el,
7502 * international/ogonek.el, international/quail.el,
7503 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7504 * language/devanagari.el, language/ethio-util.el,
7505 * language/ethiopic.el, language/european.el, language/indian.el,
7506 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7507 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7508 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7509 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7510 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7511 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7512 * progmodes/autoconf.el, progmodes/cmacexp.el,
7513 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7514 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7515 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7516 * progmodes/ebnf2ps.el, progmodes/executable.el,
7517 * progmodes/fortran.el, progmodes/idlw-shell.el,
7518 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7519 * progmodes/m4-mode.el, progmodes/mantemp.el,
7520 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7521 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7522 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7523 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7524 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7525 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7526 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7527 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7528 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7529 * textmodes/two-column.el, time-stamp.el, timezone.el,
7530 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7531 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7532 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7533 conventions.
7534
7535 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7536
7537 * simple.el (set-variable): Require 'cus-edit' instead of
7538 `wid-edit', so that the Custom widgets get defined.
7539
7540 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7541
7542 * allout.el: A fix to follow coding conventions.
7543
7544 * find-lisp.el: A fix to follow coding conventions.
7545
7546 * term/w32-win.el: A fix to follow coding conventions.
7547
7548 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7549
7550 * term/xterm.el: A fix to follow coding conventions.
7551
7552 * term/news.el: A fix to follow coding conventions.
7553
7554 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7555 header line fixed.
7556
7557 * sun-curs.el: Fix Maintainer: header line.
7558
7559 * emacs-lisp/easymenu.el: Address of the author added.
7560
7561 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7562
7563 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7564 property.
7565
7566 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7567
7568 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7569 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7570 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7571 Some fixes to follow coding conventions.
7572
7573 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7574
7575 * which-func.el (which-func-mode): Doc fix.
7576
7577 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7578
7579 * net/rcompile.el (remote-compile): Use make-local-variable.
7580
7581 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7582
7583 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7584
7585 * mail/reporter.el (reporter-submit-bug-report):
7586 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7587
7588 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7589
7590 * calendar/cal-china.el, calendar/cal-coptic.el,
7591 * calendar/cal-dst.el, calendar/cal-french.el,
7592 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7593 * calendar/cal-iso.el, calendar/cal-julian.el,
7594 * calendar/cal-mayan.el, calendar/cal-persia.el,
7595 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7596 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7597 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7598 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7599 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7600 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7601 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7602 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7603 * progmodes/ada-xref.el, progmodes/cc-align.el,
7604 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7605 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7606 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7607 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7608 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7609 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7610 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7611 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7612 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7613 * textmodes/reftex.el: Some fixes to follow coding
7614 conventions in Elisp files with known maintainers.
7615
7616 * emulation/viper.el: A fix to follow coding conventions.
7617
7618 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7619 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7620 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7621 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7622 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7623 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7624 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7625 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7626 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7627 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7628 conventions in Elisp files.
7629
7630 * composite.el, diff.el, emacs-lisp/levents.el,
7631 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7632 * emulation/pc-mode.el, emulation/viper-cmd.el,
7633 * emulation/viper-ex.el, emulation/viper-init.el,
7634 * emulation/viper-keym.el, emulation/viper-macs.el,
7635 * emulation/viper-mous.el, emulation/viper-util.el,
7636 * emulation/viper.el, forms-pass.el, international/ccl.el,
7637 * international/characters.el, international/encoded-kb.el,
7638 * international/fontset.el, international/ja-dic-cnv.el,
7639 * international/ja-dic-utl.el, international/kinsoku.el,
7640 * international/kkc.el, international/mule-cmds.el,
7641 * international/mule-diag.el, international/mule-util.el,
7642 * international/mule.el, international/titdic-cnv.el,
7643 * language/china-util.el, language/chinese.el,
7644 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7645 * language/greek.el, language/hebrew.el, language/japan-util.el,
7646 * language/japanese.el, language/korea-util.el, language/korean.el,
7647 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7648 * language/slovak.el, language/thai-util.el, language/thai.el,
7649 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7650 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7651 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7652 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7653 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7654 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7655 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7656 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7657 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7658 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7659 to follow coding conventions in files without maintainer or in files
7660 with clear maintainer (but without Maintainer header stating so).
7661
7662 * emacs-lisp/elp.el: A fix to follow coding conventions.
7663
7664 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7665 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7666 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7667 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7668 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7669 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7670 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7671 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7672 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7673 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7674 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7675 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7676 conventions in files from Gnus.
7677
7678 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7679 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7680 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7681 * echistory.el, electric.el, emacs-lisp/authors.el,
7682 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7683 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7684 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7685 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7686 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7687 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7688 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7689 * international/codepage.el, international/iso-ascii.el,
7690 * international/iso-insert.el, international/iso-transl.el,
7691 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7692 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7693 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7694 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7695 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7696 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7697 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7698 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7699 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7700 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7701 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7702 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7703 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7704 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7705 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7706 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7707 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7708 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7709 * textmodes/tex-mode.el, textmodes/text-mode.el,
7710 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7711 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7712 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7713 files maintained by FSF.
7714
7715 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7716
7717 * arc-mode.el: A fix to follow coding conventions.
7718
7719 * bindings.el: Ditto.
7720
7721 * cdl.el: Ditto.
7722
7723 * comint.el: Ditto.
7724
7725 * cus-start.el: Ditto.
7726
7727 * shell.el: Ditto.
7728
7729 * skeleton.el: Ditto.
7730
7731 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7732
7733 * info.el (Info-build-node-completions):
7734 Make Info-current-file-completions buffer local.
7735
7736 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7737
7738 * which-func.el (which-func-mode, which-func-ff-hook)
7739 (which-function-mode): Remove references to which-func-mode-global.
7740
7741 * calendar/cal-islam.el (calendar-goto-islamic-date):
7742 Add autoload cookie.
7743
7744 * play/fortune.el: Add types to defcustoms.
7745
7746 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7747
7748 * language/czech.el: A fix to follow coding conventions.
7749
7750 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7751
7752 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7753 to the extension list, for antlr-mode. From Christoph Wedler
7754 <Christoph.Wedler@sap.com>.
7755
7756 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7757
7758 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7759 (vc-dired-mode-map): Fix the madness.
7760
7761 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7762 (vc-prefix-map): Moved back from vc.el.
7763
7764 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7765
7766 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7767 Increase the size of the obarray.
7768 (mail-extr-all-top-level-domains): Add more toplevel domains,
7769 add more long names.
7770 From: Per Starback <starback@ling.uu.se>.
7771
7772 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7773
7774 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7775 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7776
7777 * progmodes/ada-mode.el: Ditto.
7778
7779 * progmodes/ada-xref.el: Ditto.
7780
7781 2001-07-11 Miles Bader <miles@gnu.org>
7782
7783 * finder.el (finder-insert-at-column): Also move to the next line
7784 if exactly at COLUMN.
7785
7786 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7787
7788 * help.el (describe-function-1): When printing FUNCTION's
7789 documentation, don't assume FUNCTION is a symbol.
7790
7791 * startup.el (normal-top-level): Don't operate on the initial
7792 frame if we failed to create one.
7793
7794 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7795
7796 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7797 itself, i.e. only indent the contents in it.
7798
7799 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7800
7801 * mail/rmail.el (rmail-show-message): Show beginning of message in
7802 all windows containing it.
7803
7804 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7805
7806 * term/tty-colors.el: Fix the header line and copyright years.
7807
7808 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7809
7810 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7811 original definition has an interactive form, but is Elp
7812 instrumented, use the interactive form of the function called by
7813 elp-wrapper.
7814
7815 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7816 configurations with compare-window-configuration; they aren't
7817 window configurations.
7818
7819 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7820 from the server for the format we expect. Don't use it if it
7821 doesn't look like what the Internet draft for FTP extensions specifies.
7822
7823 * toolbar/*.pbm: Cleaned up.
7824 From Luis Fernandes <elf@ee.ryerson.ca>.
7825
7826 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7827
7828 * cc-cmds.el: Extended the kludge to interoperate with the
7829 delsel and pending-del packages wrt to the new function
7830 `c-electric-delete-forward'.
7831
7832 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7833
7834 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7835 to delay the call to <mode> for global minor modes.
7836 (easy-mmode-define-navigation): Only recenter if interactive.
7837
7838 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7839
7840 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7841 to lisp-indent-line.
7842
7843 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7844 from the server. Call encode-time only when we are sure that we
7845 got a 213 response.
7846
7847 2001-07-06 Simon Josefsson <jas@extundo.com>
7848
7849 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7850 (mail-envelope-from): New user option.
7851 (sendmail-send-it): Use it.
7852
7853 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7854
7855 * ps-print.el: Use locale dependant date to print date in header.
7856 Doc fix.
7857 (ps-print-version): New version number (6.5.3).
7858 (ps-right-header, ps-right-footer): Initialization and doc fix.
7859 (ps-time-stamp-locale-default): New fun.
7860
7861 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7862
7863 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7864 field problem with MIME-mode.
7865
7866 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7867
7868 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7869
7870 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7871 MIME-mode.
7872
7873 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7874
7875 * bindings.el (mode-line-mule-info): Don't show the tip with
7876 buffer-file-coding-system if that is nil.
7877
7878 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7879
7880 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7881 instead of kill-line.
7882
7883 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7884 <Pavel@Janik.cz>.
7885
7886 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7887 <Pavel@Janik.cz>.
7888
7889 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7890
7891 * font-lock.el (c-font-lock-keywords-3): When matching something
7892 like `struct X Y', finish with point after Y.
7893
7894 2001-07-04 Simon Josefsson <jas@extundo.com>
7895
7896 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7897 in caller buffer.
7898
7899 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7900
7901 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7902 instead of string-match to find the basename of the file.
7903 From Pascal Obry <p.obry@wanadoo.fr>.
7904
7905 * net/browse-url.el (browse-url-default-windows-browser):
7906 Support the MS-DOS port when it runs on Windows.
7907 (browse-url-browser-function) [ms-dos]: Default to
7908 browse-url-default-windows-browser.
7909
7910 * help.el (locate-library): Enable code that looks for compressed
7911 libraries if auto-compression-mode is on.
7912
7913 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7914
7915 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7916
7917 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7918
7919 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7920
7921 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * allout.el: Fix the header line, so that finder.el recognizes it.
7924 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7925
7926 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7927 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7928
7929 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7930
7931 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7932
7933 * ps-bdf.el (bdf-directory-list): Use the value relative to
7934 installation-directory for MS-Windows as well.
7935
7936 2001-06-29 Richard M. Stallman <rms@gnu.org>
7937
7938 * wid-edit.el (widget-color-sample-face-get):
7939 Return ((foreground-color . COLOR)) instead of constructing a face.
7940
7941 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * faces.el (region): Change the background color for the
7944 light-background color display to lightgoldenrod2, to make it
7945 visible on some laptops.
7946
7947 2001-06-28 Richard M. Stallman <rms@gnu.org>
7948
7949 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7950 (rmail-msg-restore-non-pruned-header): Likewise.
7951 If point was in the old pruned header, put it at the top.
7952 (rmail-msg-prune-header): If point was at the top, keep it there.
7953
7954 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7955 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7956
7957 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7958
7959 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7960
7961 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7962
7963 * saveplace.el: Update maintainer email address.
7964
7965 2001-06-27 Francesco Potorti` <pot@gnu.org>
7966
7967 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7968 Undo previous change.
7969
7970 2001-06-27 Francesco Potorti` <pot@gnu.org>
7971
7972 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7973 preliminary quick reordering. Can speed things up dramatically.
7974
7975 2001-06-26 Richard M. Stallman <rms@gnu.org>
7976
7977 * dired.el (dired-get-filename): A file name starting with ~
7978 is not absolute in this context.
7979
7980 * which-func.el (which-func-maxout): Increase default to 500000.
7981 (which-function-mode): This is now the "real" name of the function.
7982 (which-func-mode): Now an alias.
7983 (which-func-mode-global): Name deleted.
7984
7985 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7986 button-2, when binding hs-mouse-toggle-hiding.
7987
7988 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7989
7990 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7991 (rmail-msg-prune-header): Likewise.
7992 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7993 and `rmail-msg-prune-header'.
7994
7995 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7996
7997 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7998 back than LINEBEG.
7999
8000 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8001
8002 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
8003 window where they clicked the mouse has a header line, adjust
8004 vertical movement by one.
8005
8006 2001-06-25 Milan Zamazal <pdm@zamazal.org>
8007
8008 * progmodes/glasses.el (glasses-make-readable): Consider underscores
8009 too when separating a parenthesis.
8010
8011 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
8012
8013 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8014 (bookmark-bmenu-hide-filenames): Add help-echo to
8015 mouse-highlighted text.
8016 (bookmark-bmenu-show-filenames): Remove help-echo property from
8017 the whitespace.
8018
8019 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
8020
8021 * files.el (auto-mode-alist): Add configure.ac (autoconf).
8022 From Karl Eichwalder <ke@suse.de>.
8023
8024 2001-06-23 Richard M. Stallman <rms@gnu.org>
8025
8026 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
8027
8028 * progmodes/cc-styles.el (c-set-style): Don't specify initial
8029 contents for completing-read.
8030
8031 2001-06-22 Richard M. Stallman <rms@gnu.org>
8032
8033 * menu-bar.el (menu-bar-make-toggle): Construct the
8034 function's doc string from HELP, not DOC, and make it accurate by
8035 adding "Toggle whether to " at the front and downcasing the initial.
8036 Change the HELP arg in some calls to make it fit this usage.
8037
8038 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
8039 Undo previous change.
8040
8041 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8042
8043 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
8044
8045 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
8046
8047 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
8050
8051 * dabbrev.el (dabbrev--select-buffers): Fix last change.
8052
8053 2001-06-20 Richard M. Stallman <rms@gnu.org>
8054
8055 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
8056 broken out from dabbrev--find-expansion. Handle minibuffer
8057 specially here.
8058 (dabbrev--find-expansion): Simplify code in various ways.
8059 Don't treat minibuffers specially.
8060 Call dabbrev--make-friend-buffer-list.
8061 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
8062 (dabbrev--scanning-message): Do nothing when minibuffer is current.
8063
8064 2001-06-19 John Wiegley <johnw@gnu.org>
8065
8066 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
8067 Also, added a comment describing how to greatly speedup Eshell
8068 loadup time, by concatenating together all of Eshell's .elc files.
8069
8070 2001-06-19 John Wiegley <johnw@gnu.org>
8071
8072 * eshell/esh-mode.el: Disabled a test that often yields false failures.
8073
8074 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
8075
8076 * woman.el (WoMan-highlight-references): Add help-echo to
8077 mouse-highlighted text.
8078
8079 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8080
8081 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8082
8083 2001-06-18 Gerd Moellmann <gerd@gnu.org>
8084
8085 * international/quail.el (quail-start-conversion):
8086 Reset quail-translating to nil.
8087
8088 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8089 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8090
8091 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8092
8093 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8094 mouse-highlighted text.
8095
8096 * dired.el (dired-mark-pop-up): Fix last change.
8097
8098 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8101 mouse-highlighted text.
8102
8103 * net/quickurl.el (quickurl-url-file): Run through
8104 convert-standard-filename.
8105 (quickurl-list-populate-buffer): Add help-echo to
8106 mouse-highlighted text.
8107 (top-level): Update Dave's URL.
8108
8109 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8110 mouse-highlighted text.
8111
8112 * textmodes/page-ext.el (pages-copy-header-and-position):
8113 Add help-echo to mouse-highlighted text.
8114
8115 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8116 mouse-highlighted text.
8117
8118 * replace.el (occur): Add help-echo to mouse-highlighted text.
8119
8120 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8121 mouse-highlighted text.
8122
8123 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8124 mouse-highlighted text.
8125
8126 * progmodes/compile.el (compile-reinitialize-errors):
8127 Add help-echo to mouse-highlighted messages.
8128 (compilation-forget-errors): Remove help-echo property as well.
8129
8130 * play/landmark.el (lm-plot-square, lm-init-display):
8131 Add help-echo to mouse-highlighted text.
8132
8133 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8134 Add help-echo to mouse-highlighted text.
8135
8136 * dired.el (dired-insert-set-properties): Add help-echo to
8137 mouse-highlighted text.
8138 (dired-mark-pop-up): Remove help-echo property from the file name.
8139
8140 * comint.el (comint-send-input): Add help-echo to
8141 mouse-highlighted text.
8142
8143 * buff-menu.el (list-buffers-noselect): Add help-echo to
8144 mouse-highlighted text.
8145
8146 * arc-mode.el (archive-summarize-files): Add help-echo to
8147 mouse-highlighted text.
8148
8149 * ffap.el (ffap-machine-p): Always return nil if
8150 open-network-stream is not fboundp.
8151
8152 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8153
8154 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8155 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8156 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8157 incorrectly binding chars between 128 and 256 to it.
8158 (sgml-maybe-name-self): Handle latin-1 chars properly.
8159 (sgml-tags-invisible): Bind buffer-file-name to nil.
8160 Use unwind-protect and restore-buffer-modified-p.
8161 (sgml-point-entered): Use buffer-substring-no-properties.
8162 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8163 (html-mode): Don't force `imenu-sort-function'.
8164
8165 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8166
8167 * tar-mode.el: Fix the copyright notice.
8168
8169 * font-lock.el (font-lock-comment-face): For tty's with dark
8170 background, use "red1", since "lightred" is not one of the colors
8171 recognized by tty-colors.el.
8172
8173 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8174 create a buffer for extracted file, in case there's more than one
8175 file by that name in an archive, possibly in different
8176 directories. From Kevin Rodgers <kevinr@ihs.com>.
8177
8178 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8179 <alex@gnu.org>.
8180
8181 2001-06-15 Miles Bader <miles@gnu.org>
8182
8183 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8184 Revert previous change.
8185
8186 2001-06-14 Richard M. Stallman <rms@gnu.org>
8187
8188 * replace.el (keep-lines-read-args): Return just a regexp.
8189 Provide nil for the region args.
8190 (keep-lines, flush-lines, how-many):
8191 Calculate the defaults for the region here, when args are nil.
8192
8193 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * rot13.el (rot13-other-window): Some more doc fix.
8196
8197 2001-06-14 Per Starback <starback@ling.uu.se>
8198
8199 * replace.el (case-replace, query-replace-from-history-variable)
8200 (query-replace-to-history-variable, keep-lines-read-args)
8201 (occur-revert-function, query-replace-help): Dox fix.
8202
8203 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8204
8205 * rot13.el (rot13-other-window): Doc fix.
8206
8207 2001-06-14 Miles Bader <miles@gnu.org>
8208
8209 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8210 of " and \ to "." (punctuation).
8211 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8212
8213 2001-06-13 Richard M. Stallman <rms@gnu.org>
8214
8215 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8216
8217 * simple.el (shell-command-on-region): Never kill the
8218 *Shell Command Output* buffer.
8219
8220 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8221
8222 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8223
8224 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8225
8226 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8227 New var, to recognize ${ $' and PODs.
8228 (perl-font-lock-syntactic-face-function): New function.
8229 (perl-mode): Use them.
8230 (perl-continuation-line-p): New function, from perl-calculate-indent.
8231 (perl-calculate-indent): Use it, to properly handle continuation
8232 lines of continuation lines.
8233
8234 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8235
8236 * server.el (server-process, server-buffer-clients): Doc fix.
8237 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8238
8239 2001-06-09 John Wiegley <johnw@gnu.org>
8240
8241 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8242 test if the last command was Lisp or not.
8243 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8244 B x C".
8245
8246 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8249 general one on compile.el supports drive letters.
8250
8251 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8252
8253 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8254 key description.
8255
8256 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8257
8258 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8259 (reftex-toc-jump): New command.
8260
8261 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8262 to parse international characters as well.
8263
8264 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8265 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8266
8267 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8268
8269 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8270 TAB to the key separators.
8271
8272 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8273
8274 * international/mule.el (auto-coding-alist): Remove redundant
8275 up-cased versions of the extensions (auto-coding-alist-lookup is
8276 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8277 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8278
8279 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8280
8281 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8282
8283 2001-06-01 Richard M. Stallman <rms@gnu.org>
8284
8285 * help.el (describe-variable): Put value on same line
8286 with preceding text, if it is short enough to look good that way.
8287
8288 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8289
8290 * term/internal.el (IT-unicode-translations): New variable.
8291 (IT-setup-unicode-display): New function.
8292
8293 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8294
8295 * ps-print.el: Handle before-string and after-string overlay properties
8296 in ps-print-*-with-faces commands. Doc fix.
8297 (ps-print-version): New version number (6.5.2).
8298 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8299 for XEmacs.
8300 (ps-prefix-quote): Doc fix.
8301 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8302 (ps-basic-plot-str, ps-plot-string): New funs.
8303
8304 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8305
8306 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8307 and :type spec.
8308
8309 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8310
8311 * international/mule-cmds.el (inactivate-input-method):
8312 Set input-method-function to nil.
8313
8314 * xml.el (xml-parse-tag): The document may contain invalid characters.
8315 From ShengHuo ZHU <zsh@cs.rochester.edu>
8316
8317 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8318
8319 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8320 `rmail-summary-line-decoder' if the message does not have
8321 a Subject: field.
8322
8323 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8324
8325 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8326 New variable.
8327 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8328 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8329 is non-nil.
8330
8331 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8332
8333 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8334
8335 2001-05-29 Sam Steingold <sds@gnu.org>
8336
8337 * faces.el (face-valid-attribute-values): Bind `valid' directly
8338 instead of using `setq'.
8339
8340 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8341 Use `tex-shell-buf'.
8342 (tex-shell-proc): Use `tex-shell-running'.
8343 (tex-shell-buf-no-error): New function.
8344 (tex-send-tex-command): Use it.
8345 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8346 (tex-kill-job): Check the process before calling `quit-process'.
8347
8348 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8349
8350 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8351 UTF-8 sequences.
8352
8353 2001-05-28 Miles Bader <miles@gnu.org>
8354
8355 * comint.el (comint-carriage-motion): Renamed from
8356 `comint-cr-magic'. Operate on the buffer instead of the string
8357 (for use as a comint post-output filter, instead of as a
8358 pre-output filter). Handle backspaces too. Add to the
8359 `comint-output-filter-functions' hook instead of
8360 `comint-preoutput-filter-functions'.
8361
8362 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8363
8364 * language/japan-util.el (japanese-hankaku): Prefer the charset
8365 `jisx0201' when the optional argument `ascii-only' is not specified.
8366 (japanese-hankaku-region): Ditto.
8367 From Katsumi Yamaoka <yamaoka@jpl.org>
8368
8369 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8370
8371 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8372 (outline-invisible-p): New function.
8373 (hide-leaves): Save excursion.
8374 (hide-other): Stop looping when reaching bobp.
8375
8376 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8377
8378 * cus-edit.el (custom-file): Fix last change.
8379
8380 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8381
8382 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8383 same definition in byte-compile-function-environment as `autoload'
8384 would put in `symbol-function'.
8385
8386 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8387 patch to correct the error message as well.
8388
8389 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8390
8391 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8392 unless ~/.emacs exists.
8393
8394 * novice.el (enable-command): If user-init-file is nil or does not
8395 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8396
8397 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8398
8399 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8400 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8401 Allow spaces around macro arguments.
8402 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8403 indent-for-tab-command.
8404 (latex-mode-map, plain-tex-mode-map): New keymaps.
8405 Inherit from tex-mode-map.
8406 (tex-common-initialization): Don't setup the keymap any more
8407 since it's now done right by define-derived-mode.
8408 (latex-mode): Set skeleton-end-hook to nil.
8409 (latex-skeleton-end-hook): Remove.
8410 (tex-latex-block, latex-insert-item): Simplify.
8411 (latex-syntax-after): Use following-char rather than char-after.
8412 (tex-discount-args-cmds, tex-count-words): New functions.
8413
8414 * textmodes/tildify.el (tildify-ignored-environments-alist):
8415 Recognize \verb* as well.
8416
8417 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8418 (perl-comment-indent): Simplify to let newcomment.el do its job.
8419 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8420 (perl-mark-function): Cleanup the namespace.
8421 (perl-calculate-indent): Don't be fooled by nested functions.
8422
8423 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8424
8425 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8426 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8427
8428 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8429
8430 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8431 actually be `\\'.
8432 (ctlau-b5-converter): Likewise.
8433
8434 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8435
8436 * international/titdic-cnv.el (quail-misc-package-ext-info):
8437 Change CTLauB.el to CTLau-b5.el.
8438
8439 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8440
8441 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8442 rather than beginning-of-line to avoid problems with fields.
8443 (gud-perldb-massage-args): Use unless and push.
8444 (gud-chdir-before-run): New var.
8445 (gud-common-init): Use it.
8446
8447 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8448
8449 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8450 delete entries for chinese-ctlau and chinese-ctlaub.
8451 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8452 chinese-ctlaub.
8453 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8454 New functions.
8455
8456 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8457
8458 * cus-edit.el (custom-comment-show): Remove debug code.
8459
8460 * language/japan-util.el (japanese-symbol-table): Fix handling of
8461 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8462
8463 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8464
8465 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8466 Renamed by removing the silly `-flag' suffix.
8467 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8468
8469 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8470
8471 * replace.el (keep-lines-read-args): Use `copy-marker'.
8472 (how-many): Save excursion properly.
8473 (occur-mode): Use define-derived-mode.
8474 (perform-replace): Use with-current-buffer.
8475
8476 2001-05-20 Richard M. Stallman <rms@gnu.org>
8477
8478 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8479
8480 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8481
8482 * info.el (Info-read-subfile): Widen before finding the
8483 desired node in the subfile.
8484
8485 * startup.el (command-line-1): When >2 files visited,
8486 leave the last one visible, and make that the selected window.
8487
8488 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8489
8490 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8491
8492 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8493
8494 * international/ccl.el (define-ccl-program): Fix a typo.
8495 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8496
8497 * international/mule.el (decode-char): Fix a typo. From Pavel
8498 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8499
8500 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8501 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8502
8503 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8504 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8505
8506 2001-05-18 Sam Steingold <sds@gnu.org>
8507
8508 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8509 and [RET] to `cvs-mode-find-file'.
8510
8511 2001-05-18 John Wiegley <johnw@gnu.org>
8512
8513 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8514 configuration variable, which determines the initial character
8515 that forces use of an external version of a command. The default
8516 is *, but may be set to \, for example.
8517
8518 * eshell/esh-ext.el (eshell-explicit-command):
8519 Use `eshell-explicit-command-char' instead of ?*.
8520
8521 * eshell/esh-cmd.el (eshell/which):
8522 Use `eshell-explicit-command-char' instead of ?*.
8523
8524 * eshell/em-cmpl.el (eshell-completion-command-name)
8525 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8526 instead of ?*.
8527
8528 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8529
8530 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8531 subst-char-in-string.
8532 (ange-ftp-after-parse-ls-hook): New variable.
8533 (ange-ftp-ls): Run that hook.
8534 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8535
8536 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8537 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8538 text into *Completions*.
8539
8540 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8541 part of which look like email addresses.
8542
8543 2001-05-18 Andrew Innes <andrewi@gnu.org>
8544
8545 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8546 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8547 cmd.exe's handling of FOR loops.
8548 (autoloads): Set find-file-suppress-same-file-warnings to t to
8549 avoid slew of spurious messages.
8550
8551 2001-05-18 Simon Josefsson <simon@josefsson.org>
8552
8553 * mail/smtpmail.el (maybe-append-domain): Renamed to
8554 `smtpmail-maybe-append-domain'.
8555 (smtpmail-via-smtp): Use the new name.
8556
8557 * net/browse-url.el (browse-url-browser-function): Add kde.
8558 (browse-url-kde-program, browse-url-kde-args): New variables.
8559 (browse-url-kde): New function.
8560
8561 2001-05-18 Miles Bader <miles@gnu.org>
8562
8563 * simple.el (delete-horizontal-space, just-one-space):
8564 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8565 because it's more efficient for large files.
8566
8567 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8568
8569 * mail/rmail.el (rmail-require-mime-maybe): New function.
8570 (rmail): Use it.
8571 (rmail-mode): Handle the case of finding Rmail files.
8572
8573 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8574 functions.
8575
8576 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8577
8578 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8579 text-property after moving to the beginning of line and regardless
8580 of the value of font-lock-multiline.
8581
8582 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8583
8584 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8585
8586 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8587 last coding system used before calling set-buffer-modified-p
8588 because that function changes last-coding-system.
8589
8590 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8591
8592 * files.el (switch-to-buffer-other-window)
8593 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8594 the doc string.
8595
8596 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8597
8598 * language/slovak.el, language/czech.el: New maintainer.
8599
8600 2001-05-16 Sam Steingold <sds@gnu.org>
8601
8602 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8603 sub-form of `defgeneric' correctly.
8604
8605 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8606
8607 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8608 of `c'.
8609
8610 * textmodes/outline.el (outline-font-lock-level): Remove the
8611 condition-case, test what outline-level returns instead, to
8612 ease debugging.
8613
8614 * international/mule.el (auto-coding-regexp-alist): New user-option.
8615 (auto-coding-from-file-contents): New function.
8616 (set-auto-coding): Use it to determine a coding system.
8617
8618 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8619
8620 * mouse.el (mouse-delete-other-windows): Doc fix.
8621
8622 * emacs-lisp/lisp-mode.el (lisp-mode):
8623 Make font-lock-keywords-case-fold-search a buffer-local variable with
8624 make-local-variable before setting it.
8625
8626 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8629 prefixes.
8630
8631 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8632
8633 * hexl.el (hexl-current-address): Print a message when called
8634 interactively.
8635
8636 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8637
8638 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8639
8640 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8641
8642 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8643
8644 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8645
8646 * startup.el (command-line): If parameters have been changed in
8647 the init files which influence font selection, clear the face
8648 cache so that faces get realized with the new parameters.
8649
8650 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8651
8652 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8653
8654 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8655
8656 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8657
8658 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8659 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8660
8661 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8662
8663 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8664 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8665
8666 2001-05-09 John Wiegley <johnw@gnu.org>
8667
8668 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8669 Annotated the documentation string to tell users about
8670 `eshell-no-numeric-conversions'.
8671
8672 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8673 conversions if a Lisp function has the property
8674 `eshell-no-numeric-conversions' set to a non-nil value.
8675
8676 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8677 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8678 property `eshell-no-numeric-conversions' on the following
8679 functions (which all deal with filesystem entities, and never Lisp
8680 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8681 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8682 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8683 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8684 eshell/which, eshell/addpath.
8685
8686 2001-05-09 John Wiegley <johnw@gnu.org>
8687
8688 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8689 encountered as an argument, don't convert it right away, but tag
8690 the first character of the string with the text properties
8691 `number', which signifies to `eshell-lisp-command' that the
8692 argument should be passed through `string-to-number' if it is
8693 actually used in the call to a Lisp function.
8694
8695 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8696 function, convert any string arguments that have been tagged as
8697 "numbers", by calling string-to-number.
8698
8699 * eshell/esh-util.el (eshell-number-regexp): Now that number
8700 conversions only happen for Lisp function calls, the number regexp
8701 should now match all integer and floating point forms.
8702
8703 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8704 `eshell-continue-process', since they are both nonfunctional at
8705 the moment.
8706 (eshell-proc-initialize): Don't bind keys for
8707 `eshell-stop-process' or `eshell-continue-process'.
8708
8709 * eshell/em-unix.el (eshell-shuffle-files):
8710 Apply `directory-file-name' before calling `file-name-directory'.
8711
8712 * eshell/em-hist.el (eshell-add-to-history): Reference to
8713 `eshell-history-ring' needed to be `eshell-history-index'.
8714
8715 * calendar/timeclock.el (timeclock-find-discrep):
8716 Initialize `elapsed' to 0.
8717 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8718 it's still nil.
8719
8720 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8721
8722 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8723 (archive-mode): Use capitalize.
8724 (archive-unique-fname): Use make-temp-file.
8725
8726 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8727
8728 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8729
8730 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8731
8732 * tar-mode.el (tar-extract): Pay attention to the value of
8733 coding-system-for-read, if it is non-nil.
8734
8735 * calendar/holidays.el (holidays): Add an autoload cookie.
8736 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8737
8738 2001-05-08 John Wiegley <johnw@gnu.org>
8739
8740 * calendar/timeclock.el (timeclock-workday-remaining):
8741 Changed logic for determining how much time is remaining.
8742 (timeclock-workday-elapsed): Don't accept a "relative" argument
8743 for the current day's elapsed time. What could that have meant?
8744 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8745 (timeclock-when-to-leave): Changed logic, similarly to what was
8746 done for `timeclock-workday-remaining'.
8747 (timeclock-find-discrep): Removed "today-only" argument, which had
8748 no meaning. Fixed some more math problems. The function now
8749 returns a three member list: (TOTAL-TIME-DISCREPANCY
8750 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8751
8752 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8753
8754 * w32-fns.el (convert-standard-filename): Start replacing slashes
8755 from the beginning of the file name, not from where the last
8756 invalid character was. From "Andrew Maguire (SWW)"
8757 <Andrew.Maguire@Smallworld.co.uk>
8758
8759 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8760
8761 The following changes are to provide infrastructure for handling
8762 MIME messages to rmail. They don't affect the original behaviour
8763 if rmail-enable-mime is nil.
8764
8765 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8766 (rmail-search-mime-message-function)
8767 (rmail-search-mime-header-function): New variables.
8768 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8769 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8770 `rmail-view-buffer' is hidden.
8771 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8772 call rmai-show-mime-function.
8773 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8774 mode-line-process of rmail-view-buffer.
8775 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8776 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8777 buffer.
8778 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8779 set-buffer to the Rmail buffer.
8780 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8781 rmail-search-mime-header-function.
8782 (rmail-search-message): New function.
8783 (rmail-search): Call rmail-search-message to check if a message
8784 matches REGEXP, lastly update point after calling
8785 rmail-show-message.
8786 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8787 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8788 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8789 header region, refer to rmail-msgref-vector while setting the
8790 current buffer to rmail-buffer temporarily.
8791 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8792 If rmail-enable-mime is non-nil, call
8793 rmail-insert-mime-forwarded-message-function instead of inserting
8794 forwarded message by itself.
8795
8796 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8797 Rmail buffer.
8798 (rmail-set-label, rmail-next-labeled-message): Likewise.
8799
8800 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8801 set-buffer to the Rmail buffer.
8802 (rmail-output-to-rmail-file): Likewise.
8803 (rmail-output): Likewise.
8804
8805 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8806 of mail-fetch-field by rmail-summary-line-decoder.
8807 (rmail-new-summary): Be sure to go to the Rmail buffer.
8808 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8809 rmail-view-buffer to nil.
8810 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8811 rmail-view-buffer.
8812 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8813 rmail-buffer.
8814 (rmail-summary-scroll-msg-down): Likewise.
8815 (rmail-summary-beginning-of-message): Likewise.
8816 (rmail-summary-wipe): Likewise.
8817 (rmail-summary-toggle-header): Use save-window-excursion, not
8818 save-excursion. Update point in rmail-view-buffer, not in
8819 rmail-buffer.
8820 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8821 rmail-view-buffer, not rmail-buffer.
8822
8823 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8824
8825 * cus-edit.el (custom-file): Signal an error if user-init-file is
8826 nil (running -q).
8827
8828 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8829
8830 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8831 Add :version.
8832
8833 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8834 New option.
8835 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8836 only if smtpmail-warn-about-unknown-extensions is set.
8837
8838 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8839 instead of rmail-sort-by-keywords.
8840
8841 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8842 rmail-sort-by-keywords.
8843
8844 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8845 rmail-summary-sort-by-keywords. Doc fix.
8846 (rmail-summary-mode): Doc fix.
8847
8848 * mail/rmail.el (rmail-edit): New Custom group.
8849
8850 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8851 (rmail-edit-mode-hook): New user-option.
8852
8853 2001-05-05 Richard M. Stallman <rms@gnu.org>
8854
8855 * help.el (help-xref-symbol-regexp): Recognize "source of"
8856 and friends, meaning make a link to the source file.
8857 (help-make-xrefs): Handle "source of" and friends
8858 by constructing a link that visits the source file.
8859
8860 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8861
8862 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8863
8864 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8865 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8866 Renamed from perl-font-lock-keywords to avoid clashes.
8867 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8868 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8869 Updated correspondingly.
8870
8871 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8872 Typo `nonexistant' -> `nonexistent'.
8873
8874 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8875
8876 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8877 Split `c-electric-delete' into two functions where
8878 `c-electric-delete-forward' always deletes forward and
8879 `c-electric-delete' only contains the code necessary for XEmacs to
8880 choose between backward and forward deletion.
8881
8882 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8883 get the electric behavior on that key too.
8884 (c-fill-paragraph): Fixed bogus direct use of
8885 c-comment-prefix-regexp, which caused an error when it's a list.
8886
8887 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8888
8889 * dired-aux.el (dired-diff): Doc fix.
8890
8891 * dired.el (dired-diff): Likewise.
8892
8893 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8894
8895 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8896
8897 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8898
8899 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8900 if both the buffer and the file are read-only.
8901
8902 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8903 rather than font-lock-string-face.
8904 (sh-get-indent-info): Treat heredocs like strings.
8905
8906 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8907
8908 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8909 a newline following `}'.
8910 (texinfo-format-email): New function.
8911 (toplevel): Use texinfo-format-email for @email.
8912 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8913 Add `display'.
8914 (texinfo-sort-region): Goto point-min before sorting.
8915 (texinfo-set): Remove leading white space from value.
8916 From yagi@is.titech.ac.jp.
8917
8918 * replace.el (query-replace-regexp-eval): Doc fix.
8919
8920 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8921
8922 * diff-mode.el (diff-nonexistant-face): New face.
8923 (diff-font-lock-keywords): Use it.
8924
8925 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8926
8927 * font-lock.el (font-lock-mode): Doc fix.
8928
8929 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8930 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8931
8932 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8933
8934 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8935 backslash at the start of the here-document delimiter.
8936 (sh-font-lock-syntactic-keywords): Likewise.
8937
8938 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8939
8940 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8941
8942 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8943 (tty-color-translate, tty-color-by-index, tty-color-values)
8944 (tty-color-desc): Doc fix.
8945
8946 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8947
8948 * dired-aux.el (dired-do-create-files, dired-do-copy)
8949 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8950 Mention dired-dwim-target in the doc string.
8951
8952 2001-04-28 Miles Bader <miles@gnu.org>
8953
8954 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8955 (dabbrev--find-expansion): Use it.
8956 (dabbrev--select-buffers): Don't select ignored buffers.
8957
8958 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8959
8960 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8961
8962 2001-04-26 Richard M. Stallman <rms@gnu.org>
8963
8964 * dabbrev.el: Add doc strings for some functions.
8965 (dabbrev--eliminate-newlines): New variable.
8966 (dabbrev--substitute-expansion): Convert newlines to spaces
8967 if dabbrev--eliminate-newlines is set.
8968 If abbrev and expansion are both all-lower-case,
8969 leave dabbrev--last-case-pattern nil.
8970
8971 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8972
8973 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8974 if necessary, like in rmail-show-message.
8975
8976 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8977
8978 * ps-print.el: Color specified by number is forced to be float number.
8979 (ps-print-version): New version number (6.5.1.1).
8980 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8981 initialization.
8982 (ps-prefix-quote): New internal var.
8983 (ps-print-quote): New fun.
8984 (ps-setup, ps-output-frame-properties, ps-float-format)
8985 (ps-format-color): Code fix.
8986 (ps-plot-region): Eliminate redundant foreground color text setting.
8987
8988 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8989
8990 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8991
8992 2001-04-25 Gerd Moellmann <gerd@gnu.org>
8993
8994 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8995
8996 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8997
8998 * info.el (Info-additional-directory-list): Doc fix.
8999
9000 * find-lisp.el (find-lisp-find-dired-filter)
9001 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
9002 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
9003
9004 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * progmodes/make-mode.el (makefile-font-lock-keywords):
9007 Rationalize the rules for includes and conditionals and use the
9008 keyword face for them.
9009
9010 * faces.el (modify-face): Add compatibility for non-interactive use.
9011
9012 2001-04-24 John Wiegley <johnw@gnu.org>
9013
9014 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
9015 fix from last night, since it wasn't finding eshell/cd.
9016
9017 2001-04-24 Gerd Moellmann <gerd@gnu.org>
9018
9019 * rect.el (string-rectangle): Revert to 20.x behaviour.
9020 (replace-rectangle): Make it an alias for string-rectangle.
9021 (string-insert-rectangle): New function.
9022
9023 2001-04-23 John Wiegley <johnw@gnu.org>
9024
9025 * eshell/em-unix.el (eshell/diff): Fixed problems that were
9026 occurring with Emacs 21's diff.el/compile.el interaction layer.
9027
9028 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
9029
9030 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
9031 case where the function was defined in a file, but not part of an
9032 eshell module.
9033
9034 2001-04-23 John Wiegley <johnw@gnu.org>
9035
9036 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
9037 code to work around a redisplay problem I've been having.
9038
9039 2001-04-23 John Wiegley <johnw@gnu.org>
9040
9041 * calendar/timeclock.el (timeclock-day-required): If the time
9042 required for a particular day is not set, use `timeclock-workday'.
9043 (timeclock-find-discrep): Added some sample code in a comment.
9044
9045 * eshell/eshell.el (eshell-command): Made a few changes so that
9046 `eshell-command' could be called programmatically.
9047
9048 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
9049
9050 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
9051
9052 2001-04-23 John Wiegley <johnw@gnu.org>
9053
9054 * calendar/timeclock.el: Updated copyright.
9055 (timeclock-generate-report): Don't report the daily or two-week
9056 total, if no time has been worked in that period.
9057 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
9058 final computational form, which was unnecessary; corrected a
9059 parsing problem when timeclock-relative was nil.
9060
9061 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
9062
9063 * calendar/timeclock.el (timeclock-modeline-display): Check if
9064 `list-entry' is null.
9065 (timeclock-use-display-time): The first argument to `set-variable'
9066 must be a symbol.
9067
9068 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9069
9070 * calendar/calendar.el (diary-entry-marker)
9071 (calendar-today-marker, calendar-holiday-marker):
9072 Use display-color-p instead of window-system.
9073 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
9074 instead of window-system.
9075 (calendar-hide-window): Use display-multi-frame-p instead of
9076 window-system.
9077
9078 * calendar/cal-x.el (calendar-two-frame-setup)
9079 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9080 Use display-multi-frame-p instead of window-system.
9081
9082 2001-04-23 Gerd Moellmann <gerd@gnu.org>
9083
9084 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9085
9086 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9087 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9088
9089 2001-04-23 Alex Schroeder <alex@gnu.org>
9090
9091 * goto-addr.el: Instead of defining line-beginning-position and
9092 line-end-position a defalias is used for point-at-bol and point-at-eol.
9093
9094 2001-04-23 Alex Schroeder <alex@gnu.org>
9095
9096 * goto-addr.el: Added XEmacs compatibility code.
9097 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
9098
9099 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9100
9101 * textmodes/paragraphs.el (sentence-end): Doc fix.
9102
9103 2001-04-20 Alex Schroeder <alex@gnu.org>
9104
9105 * sql.el (sql-escape-newlines-and-send): New function.
9106 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
9107
9108 2001-04-20 Alex Schroeder <alex@gnu.org>
9109
9110 * sql.el (sql-db2-program): New option.
9111 (sql-db2-options): New option.
9112 (sql-db2): New function.
9113
9114 2001-04-20 Alex Schroeder <alex@gnu.org>
9115
9116 * sql.el (sql-mode-menu): Added highlighting entries.
9117 (sql-highlight-oracle-keywords): New function.
9118 (sql-highlight-postgres-keywords): New function.
9119 (sql-highlight-ansi-keywords): New function.
9120
9121 2001-04-20 Alex Schroeder <alex@gnu.org>
9122
9123 * sql.el (sql-help): Doc change.
9124
9125 2001-04-19 Karl Fogel <kfogel@collab.net>
9126
9127 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9128 that inserted file content only to delete it immediately.
9129 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9130 <lektu@uol.com.br> for the patch.
9131
9132 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9133
9134 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9135
9136 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9137
9138 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9139 for defmethod.
9140
9141 * comint.el (comint-cr-magic): New function.
9142 (toplevel): Add it to comint-preoutput-filter-functions.
9143
9144 2001-04-18 Andrew Innes <andrewi@gnu.org>
9145
9146 * makefile.w32-in (EMACSLOADPATH): Define.
9147 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9148 (recompile): Remove stuff to set EMACSLOADPATH.
9149
9150 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9151
9152 * language/slovak.el ("Slovak"): Add tutorial entry.
9153
9154 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9155 browse-url-new-window-p.
9156
9157 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9158
9159 * info.el (Info-menu-update): When there are no menus and/or no
9160 cross references in the node, make the respective items of the
9161 Info menu-bar menu inactive.
9162
9163 2001-04-17 Gerd Moellmann <gerd@gnu.org>
9164
9165 * indent.el (indent-for-tab-command): Call indent-line-function
9166 with no argument if PREFIX-ARG is non-nil.
9167
9168 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9169
9170 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9173 an async subprocess if start-process is unavailable. Suggested by
9174 Tim Van Holder <tim.van.holder@pandora.be>.
9175
9176 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * info.el (Info-additional-directory-list): Doc fix. Suggested by
9179 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9180
9181 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9182
9183 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9184 manual.
9185
9186 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9187
9188 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9189 (cvs-menu): Add a few entries.
9190
9191 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9192 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9193 lock file appears to be reachable from Emacs.
9194 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9195 (cvs-mode-find-file): Look for cvs-header-face rather than
9196 cvs-dirname-face (which doesn't exist).
9197 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9198
9199 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9200
9201 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9204 normal-erase-is-backspace on a tty. Instead, bind some keys such
9205 as [delete] directly, like pc-select.el did before
9206 normal-erase-is-backspace was invented.
9207
9208 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9211
9212 2001-04-11 John Wiegley <johnw@gnu.org>
9213
9214 * eshell/em-ls.el (eshell-ls-insert-directory):
9215 Set font-lock-defaults to nil, to prevent fontification in dired
9216 buffers, if Eshell's ls is being used.
9217
9218 2001-04-11 John Wiegley <johnw@gnu.org>
9219
9220 * calendar/timeclock.el (timeclock-completing-read): New function.
9221 (timeclock-ask-for-project, timeclock-ask-for-reason):
9222 Call `timeclock-completing-read'.
9223
9224 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9225 required where `member' was being used.
9226
9227 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9228
9229 * eshell/em-hist.el (eshell-previous-matching-input):
9230 Don't display "History item" if the minibuffer is active.
9231
9232 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9233
9234 * startup.el (command-line): Output a newline after printing
9235 an error from loading the window system's init file.
9236
9237 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9238
9239 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9240 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9241 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9242 keywords whose arguments routinely include @@.
9243
9244 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9245
9246 * emacs-lisp/advice.el (ad-make-advised-definition):
9247 Construct advice for subrs differently.
9248
9249 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9250 regexp in parentheses when building the regexp for searching backwards.
9251
9252 * simple.el (completion-list-mode-finish): New function.
9253 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9254
9255 * language/european.el ("Polish"): Change sample text.
9256 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9257
9258 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9259 parameter.
9260
9261 * faces.el (menu): Doc fix.
9262
9263 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9264
9265 * ps-print.el: Footer implementation. Doc fix.
9266 (ps-print-version): New version number (6.5.1).
9267 (ps-header-frame-alist): New customization var for header frame
9268 properties.
9269 (ps-line-number-color): New customization var for line number color.
9270 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9271 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9272 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9273 (ps-right-footer): New customization vars for footers.
9274 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9275 footers.
9276 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9277 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9278 Code fix.
9279 (ps-prologue-file): Indentation fix.
9280 (ps-print-quote): Fun eliminated.
9281 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9282 (ps-output-frame-properties): New fun.
9283 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9284 (ps-skip-newline): Replace defun by defsubst.
9285
9286 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9287
9288 * eshell/eshell.el (eshell-command): Needed a "%s" format
9289 specifier, in case the buffer contains percent characters.
9290
9291 2001-04-10 John Wiegley <johnw@gnu.org>
9292
9293 * calendar/timeclock.el (timeclock-generate-report): Added a
9294 missing insert of the project name.
9295
9296 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9297
9298 * obsolete/profile.el: Moved from emacs-lisp/.
9299
9300 * Makefile.in (nonobsolete_setwins): New macro.
9301 (finder-data): Use it instead of `setwins'.
9302 From: Dave Love <fx@gnu.org>.
9303
9304 * server.el (server-visit-files): Set server-existing-buffer correctly.
9305 (server-visit-files): Run server-visit-hook after going to
9306 line 1 so that the hook can set point as it sees fit.
9307
9308 * bindings.el (mode-line-modified): Unify help messages.
9309
9310 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9311
9312 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9313 All callers changed.
9314
9315 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9316
9317 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9318 long file names aren't supported, truncate the file names in
9319 quail-misc-package-ext-info to 8+3 before matching them against
9320 FILENAME.
9321
9322 * dos-fns.el (dos-truncate-to-8+3): New function.
9323
9324 * progmodes/compile.el (grep-compute-defaults): Use null-device
9325 instead of literal /dev/null. Reported by Jens Schmidt
9326 <schmidt@mathematik.uni-kl.de>.
9327
9328 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9329
9330 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * textmodes/sgml-mode.el: Add unknown maintainer.
9333 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9334 (html-mode-map): Use set-keymap-parent.
9335
9336 2001-04-06 Dave Love <fx@gnu.org>
9337
9338 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9339 Remove redundant string-to-list.
9340
9341 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9342
9343 * composite.el (reference-point-alist): Doc fix.
9344
9345 2001-04-05 Sam Steingold <sds@gnu.org>
9346
9347 * font-lock.el (font-lock-keywords-case-fold-search):
9348 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9349 file made font-lock case-insensitive.
9350
9351 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9352
9353 * faces.el (defface menu): Doc fix.
9354
9355 * wid-edit.el (widget-color-sample-face-get): Don't make
9356 faces for undefined colors.
9357
9358 * version.el (emacs-version): Include LessTif/Motif version info.
9359
9360 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9361
9362 * ps-mule.el: Eliminate cl package dependence.
9363 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9364 if they aren't defined yet.
9365 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9366 Eliminate cl package dependence.
9367
9368 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9369
9370 * progmodes/cc-cmds.el (c-outline-level):
9371 Bind buffer-invisibility-spec. Originally from Dave Love, but
9372 got lost when incorporating version 5.26.
9373
9374 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9375
9376 * emulation/pc-select.el (pc-selection-mode):
9377 Call normal-erase-is-backspace-mode instead of binding
9378 keys individually.
9379
9380 * cus-load.el (normal-erase-is-backspace): Use it instead of
9381 delete-key-deletes-forward.
9382
9383 * startup.el (command-line): Use normal-erase-is-backspace and
9384 normal-erase-is-backspace-mode.
9385
9386 * simple.el (normal-erase-is-backspace): Rename from
9387 delete-key-deletes-forward. Doc fix.
9388 (normal-erase-is-backspace-mode): Rename from
9389 delete-key-deletes-forward-mode. Doc fix.
9390 Run normal-erase-is-backspace-hook.
9391
9392 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9393 ``human-readable'' format produced by GNU `ls'.
9394 (dired-move-to-filename-regexp): Recognize ISO format dates.
9395 From Paul Eggert <eggert@twinsun.com>.
9396
9397 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9398
9399 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9400 New functions.
9401 (lm-verify): Check keywords.
9402 From Eric M. Ludlam <eric@siege-engine.com>.
9403
9404 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9405
9406 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9407 `xemacs' feature instead of for the function `set-extent-property'.
9408
9409 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9410
9411 * mail/mh-utils.el (mh-folder-hist): New var.
9412 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9413
9414 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9417 region, position point on the first or last 16-byte group.
9418 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9419 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9420 hexl-beginning-of-line.
9421
9422 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9423
9424 * icomplete.el (icomplete-mode): Treat an argument like other
9425 modes do.
9426
9427 * startup.el (fancy-splash-head): Use splash8.xpm for color
9428 depth 8.
9429
9430 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9431 Add an antry for ``converts''.
9432
9433 * language/slovak.el ("Slovak"): Add documentation string.
9434 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9435
9436 * language/czech.el ("Czech"): Add documentation string.
9437 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9438
9439 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9440 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9441
9442 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9443
9444 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9445 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9446 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9447 Use `defsubst' rather than a macro to ease debugging.
9448 (mail-extr-last): Remove (use `last' instead).
9449 (mail-extract-address-components): Properly reset the syntax-table
9450 after parsing an address. Use `last' rather than mail-extr-last.
9451 Make sure the end marker stays at the very end.
9452
9453 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9454
9455 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9456 last change.
9457
9458 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9459
9460 * ps-print.el: Line and paragraph spacing feature. Region to cut
9461 out when printing. Doc fix.
9462 (ps-print-version): New version number (6.5).
9463 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9464 New vars. Line and paragraph spacing feature.
9465 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9466 out when printing.
9467 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9468 (ps-get-font-size, ps-begin-job, ps-continue-line)
9469 (ps-plot-region): Code fix.
9470 (ps-print-prologue-2): Var eliminated.
9471 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9472 New internal vars.
9473 (ps-get-size): New fun.
9474 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9475 (ps-next-line): Replace defun by defsubst.
9476 (ps-mule-plot-string): Autoload doc fix.
9477
9478 * ps-bdf.el: XEmacs compatibility. Doc fix.
9479 (installation-directory, coding-system-for-read): Declare vars if
9480 it's not declared yet.
9481 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9482
9483 * ps-mule.el: XEmacs compatibility. Doc fix.
9484 (leading-code-private-22): Declare var if it's not declared yet.
9485 (charset-bytes, charset-dimension, charset-id, charset-width)
9486 (find-charset-region, split-char, char-width, chars-in-region)
9487 (forward-point, decompose-composite-char, encode-coding-string)
9488 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9489 Define funs if not defined yet.
9490 (encode-composition-rule, find-composition): Define funs if not
9491 loaded yet.
9492 (ps-mule-prologue): PostScript code fix.
9493
9494 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9495
9496 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9497 non-nil, generate font for the header strings.
9498 (ps-mule-prepare-font): Likewise.
9499 (ps-mule-generate-glyphs): Likewise.
9500 (ps-mule-string-encoding): Likewise.
9501 (ps-mule-header-charsets): New variable.
9502 (ps-mule-encode-header-string): New function.
9503 (ps-mule-header-string-charsets): New function.
9504 (ps-mule-begin-job): Check charsets in the header strings. If there
9505 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9506
9507 * ps-print.el (ps-generate-header-line): Encode the header string by
9508 ps-mule-encode-header-string.
9509 (ps-mule-encode-header-string): Declare autoload.
9510
9511 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9512
9513 * frame.el (cursor-in-non-selected-windows):
9514 Replaces show-cursor-in-non-selected-windows.
9515
9516 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9517
9518 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9519 Delete entries for "chinese-py" and "chinese-ziranma".
9520 (quail-misc-package-ext-info): New variable.
9521 (tsang-quick-converter): New function.
9522 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9523 (quick-cns-converter, py-converter, ziranma-converter)
9524 (miscdic-convert, batch-miscdic-convert): New functions.
9525
9526 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9527
9528 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9529 eight-bit-control chars.
9530
9531 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9532 Reduce making temporary vector (suggested by Dave Love).
9533
9534 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9535
9536 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9537 string as well.
9538
9539 2001-03-30 Andreas Schwab <schwab@suse.de>
9540
9541 * files.el (backup-directory-alist): Fix typo.
9542
9543 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9544
9545 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9546 <eggert@twinsun.com>.
9547
9548 2001-03-30 Dave Love <fx@gnu.org>
9549
9550 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9551
9552 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9555
9556 2001-03-30 Miles Bader <miles@gnu.org>
9557
9558 * subr.el (interactive-form): Fix paren typo.
9559
9560 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9561
9562 * emacs-lisp/profile.el: Say that it's obsolete in the header
9563 line, so that finder.el puts that into its data-base.
9564 Suggested by Alex Schroeder <alex@gnu.org>.
9565
9566 2001-03-29 Paul Eggert <eggert@twinsun.com>
9567
9568 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9569 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9570
9571 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9572
9573 * generic.el (generic-mode-set-comments): Use "" rather than nil
9574 for comment-end.
9575
9576 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9577
9578 * emacs-lisp/advice.el (ad-make-advised-definition):
9579 Call interactive-form to obtain the interactive spec of subrs.
9580
9581 * subr.el (interactive-form): New function.
9582
9583 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9584
9585 * vc-sccs.el (vc-sccs-register): Use relative file names.
9586
9587 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9588
9589 * bookmark.el (bookmark-get-bookmark): Handle case that
9590 BOOKMARK is not a string.
9591
9592 * image.el (image-type-regexps): Change type for PS files
9593 to `postscript'.
9594
9595 * subr.el (read-passwd): Clear command history after each
9596 character entered. From: Stephen Gildea
9597 <gildea@stop.mail-abuse.org>.
9598
9599 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9600
9601 * international/kkc.el (kkc-save-init-file): Locally bind
9602 print-length to nil.
9603
9604 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9605
9606 * textmodes/flyspell.el: Some doc fixes.
9607 (flyspell-maybe-correct-transposition)
9608 (flyspell-maybe-correct-doubling): Use a temporary buffer
9609
9610 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9611
9612 * emacs-lisp/byte-opt.el (byte-optimize-while)
9613 (byte-optimize-form-code-walker): Diagnose too few arguments
9614 for `if' and `while'.
9615
9616 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9617
9618 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9619 Prepend `\' to "\<quail-translation-docstring>".
9620
9621 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9622
9623 * autorevert.el (global-auto-revert-non-file-buffers):
9624 Remove duplicate defcustom.
9625
9626 2001-03-26 Miles Bader <miles@gnu.org>
9627
9628 * international/latin1-disp.el (latin1-char-displayable-p):
9629 Add leading "-" for X font pattern.
9630
9631 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9632
9633 * international/mule-diag.el (describe-coding-system):
9634 For raw-text and emacs-mule, don't add anymore text about what
9635 charsets they can encode.
9636
9637 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * help.el (view-lossage): Mention open-dribble-file in the doc
9640 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9641
9642 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9643
9644 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9645 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9646
9647 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9648
9649 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9650 Call ccl-execute-on-string directly so that CCL program handling
9651 multibyte sequence can work correctly.
9652 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9653 property of the coding system.
9654
9655 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9656
9657 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9658 Fix transcription typo.
9659
9660 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9661
9662 * whitespace.el: Add buffer local variables to toggle testing of
9663 whitespaces in buffers without affecting the default values.
9664 Bump version to 3.0 to account for a few other changes.
9665 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9666 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9667 (whitespace-toggle-spacetab-check): New functions.
9668
9669 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9670
9671 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9672
9673 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9674
9675 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9676 bs-cycle-configuration-name. From Juanma Barranquero
9677 <lektu@uol.com.br>.
9678
9679 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9680 and cc-vars.el.
9681
9682 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9683 headers. Always invoke sendmail with option -t.
9684
9685 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9686
9687 * Release of cc-mode 5.28.
9688
9689 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9690
9691 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9692 Removed the hardcoded switch to "java" style in Java mode.
9693 It's instead taken care of by the default value for c-default-style.
9694
9695 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9696
9697 * cc-align.el (c-lineup-math): Fix bug where lineup was
9698 triggered by equal signs in string literals.
9699
9700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9701
9702 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9703 limit detection when at the ends of the buffer.
9704
9705 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9706 "for" statement clause in case 7F; a better one is done
9707 earlier in case 7D anyway.
9708
9709 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9710
9711 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9712 somewhat more and did a small optimization.
9713
9714 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9715
9716 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9717 Use the limit argument only to limit the syntactic context
9718 search, not to limit the actual movement.
9719
9720 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9721 inside multiline strings, just like in comments. Also various
9722 fixes to the paragraph and comment prefix recognition, block
9723 comment ender handling etc.
9724
9725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9726
9727 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9728 the relative position of the point.
9729
9730 * cc-cmds.el (c-electric-continued-statement): New function to
9731 use as abbrev hook to reindent for keywords such as "else"
9732 that continues an earlier statement.
9733
9734 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9735 like classes.
9736
9737 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9738 (pike-mode): Populate the default abbrev tables to reindent for
9739 keywords such as "else" that can continue earlier statements.
9740 Abbrev mode is therefore turned on by default now. (Note that
9741 this doesn't apply to idl-mode, since IDL afaik doesn't have
9742 statements at all.)
9743
9744 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9745
9746 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9747 bracelists where the declaration contains template arguments.
9748
9749 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9750
9751 * cc-cmds.el (c-comment-indent):
9752 Use `c-get-syntactic-indentation' to correctly calculate the
9753 syntactic indentation. Fixes bug with lineup functions that
9754 return vectors.
9755
9756 * cc-engine.el (c-get-syntactic-indentation): Split the
9757 indentation sum calculation from `c-indent-line' to a separate
9758 function.
9759
9760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9761
9762 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9763 Fixed places where it was assumed that preprocessor directives
9764 have to start in column zero.
9765
9766 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9767 template arguments after a class identifier properly.
9768
9769 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9770 lists for `new Foo[]' constructs in Java as expressions and
9771 not top level definition brace lists on the top level, so that
9772 they'll get indented consistently with the same type of
9773 expression in a normal block.
9774
9775 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9776
9777 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9778 whether the adaptive filling package fails to keep the comment
9779 prefix is now kludged further to check for filladapt-mode
9780 which doesn't have that problem. This is really icky, but it's
9781 the only way that works with the current misfeatures/bugs in
9782 both adaptive-fill-mode and filladapt-mode.
9783
9784 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9785 around point is recognized more robust.
9786
9787 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9788
9789 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9790 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9791 (c-lit-type): Fixed all internal variables used dynamically so
9792 that they are always bound.
9793
9794 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9795 errors:
9796
9797 (c-indent-region): Fixed reporting of syntactic errors so that
9798 the region is fully reindented even when an error occurs.
9799 The last syntactic error is printed afterwards. Also cleanup up a
9800 whole lot of code that tried to optimize indentation of whole
9801 sexps but in reality accomplishes nothing.
9802
9803 (c-indent-sexp): Use c-indent-region.
9804
9805 (c-parsing-error): Changed this variable to hold the message
9806 for any syntactic error that is discovered.
9807
9808 (c-parse-state): Search backward from point instead of the bod
9809 position when the latter is invalid. This makes CC Mode
9810 recover faster when there are unbalanced close braces.
9811
9812 (c-backward-to-start-of-if): Use c-parsing-error to report
9813 dangling "else" clauses instead of throwing an error, and fall
9814 back to a reasonable position.
9815
9816 (c-indent-line): Added argument to avoid reporting syntactic errors.
9817
9818 (c-show-syntactic-information): Don't report any syntactic errors.
9819
9820 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9821
9822 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9823 paragraph recognition when moving by sentence in literals.
9824
9825 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9826 start regexp for javadoc to recognize javadoc markup in general instead
9827 of a specific set of keywords, to be more future-safe.
9828
9829 (c-Pike-pikedoc-paragraph-start)
9830 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9831 pikedoc markup.
9832
9833 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9834
9835 (pike-mode): Initialize paragraph settings pikedoc recognition.
9836
9837 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9838
9839 (c-comment-prefix-regexp): Made it possible to use an
9840 association list on this to specify mode specific regexps.
9841 The default value now use a special regexp in Pike mode to
9842 recognize pikedoc markup.
9843
9844 (c-current-comment-prefix): New variable containing the actual
9845 regexp from c-comment-prefix-regexp for the current buffer.
9846
9847 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9848
9849 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9850 lists: We can't look at the syntax, since a brace list can get
9851 recognized as a plain statement-cont.
9852
9853 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9854 special brace list opener broken over two lines got recognized
9855 as a statement on the second line. Case 9A changed.
9856
9857 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9858
9859 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9860 adjustment after line is reindented.
9861
9862 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9863
9864 * cc-defs.el (c-point): Added optional argument for position
9865 to use instead of the current point.
9866
9867 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9868 the in-expression block symbols when the construct starts at
9869 boi, to avoid the extra level of indentation in that case.
9870 Cases 4, 16A and 17E affected.
9871
9872 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9873
9874 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9875 calls to `c-indent-line', to adhere better to Emacs conventions.
9876
9877 * cc-engine.el (c-indent-line): Use the syntax already bound
9878 to `c-syntactic-context', if there is any.
9879
9880 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9883 wasn't added up correctly when a lineup function returned nil.
9884
9885 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9886
9887 * cc-engine.el (c-collect-line-comments): Fixed bug where
9888 empty lines were ignored when collecting line comments backwards.
9889
9890 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9891
9892 * cc-align.el (c-lineup-dont-change): Return an absolute
9893 indentation column to work correctly in the case when several
9894 syntactic elements are processed for the same line.
9895
9896 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9897 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9898 (c-set-offset): Added absolute indentation column settings by
9899 using the vector type.
9900
9901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9902
9903 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9904 Implemented two new cleanups `space-before-funcall' and
9905 `compact-empty-funcall'.
9906
9907 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9908
9909 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9910 helping building regexps.
9911
9912 * cc-engine.el (c-on-identifier): New function for detecting
9913 identifiers. It takes keywords into account.
9914
9915 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9916 lists. `c-keywords' is set to a regexp matching all keywords
9917 in the current language.
9918
9919 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9920
9921 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9922 list of characters to skip backwards over at the beginning of
9923 a statement, since it can precede string literals in Pike.
9924
9925 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9926
9927 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9928 recognition when standing on the last line in a C++ comment
9929 with nothing but whitespace after the prefix.
9930
9931 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9932 given no limit argument.
9933
9934 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9935
9936 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9937 recognition for the `[]= operator symbol in Pike.
9938
9939 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9940
9941 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9942 around a bug in `eval-when-compile' in the byte compiler.
9943
9944 * cc-engine.el (c-forward-token-1): Fixed bug with return
9945 value when count is zero and there's no token start within the limit.
9946
9947 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9948 "prefix comments", i.e. comments which are followed by code on
9949 the same line.
9950
9951 * cc-mode-19.el: Fixes so that checks that must be done at
9952 compile time also are done then.
9953
9954 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9955
9956 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9957 time and at runtime, and only when it's needed.
9958
9959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9960
9961 Major cleanup for less error prone and more warning free
9962 compilation, including some fixes for bugs due to different
9963 compilation orders. Thanks to Martin Buchholz for providing
9964 the basis for all this.
9965
9966 * cc-bytecomp.el: New file that provides some byte compilation
9967 features: It ensures that files always are loaded from the
9968 current source directory during compilation, and it provides a
9969 set of macros to turn off specific compiler warnings for
9970 specific symbols. (It's not CC Mode specific in any way.)
9971
9972 Fixed a nearly acyclic dependency tree (both runtime and
9973 compile-time) between all files.
9974
9975 * cc-defs.el: Separated all macros before the inline functions,
9976 to ensure correct compilation.
9977
9978 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9979 cc-defs.el to cc-engine.el and made it a function instead.
9980
9981 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9982 about char-after.
9983
9984 * cc-vars.el: Cope even when there isn't a custom package
9985 containing defcustom available.
9986
9987 * cc-make.el: Removed since it's no longer necessary.
9988
9989 README: Updated installation instructions.
9990
9991 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9992
9993 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9994 improve the modularity: Moved all mode init stuff from
9995 cc-langs.el to cc-mode.el, including the keymap
9996 initialization; cc-langs now only contains the various
9997 variables for configuring the language syntax.
9998
9999 * cc-engine.el, cc-styles.el (c-evaluate-offset)
10000 (c-get-offset): Moved from cc-styles to cc-engine since file
10001 dependency analysis suggests they belong there (which also
10002 makes more sense). Thanks to Martin Buchholz for doing the analysis.
10003
10004 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10005
10006 * cc-cmds.el (c-fn-region-is-active-p): New function that
10007 wraps the corresponding macro, for use in places that aren't
10008 compiled. Thanks to Martin Buchholz for pointing out this.
10009
10010 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
10011
10012 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
10013 add things to the bug report.
10014
10015 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10016
10017 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
10018 returned prefix could contain a newline when the search for a
10019 good prefix line failed.
10020
10021 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10022
10023 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
10024 (c-toggle-auto-hungry-state): Made the argument optional, as
10025 the documentation says it is.
10026
10027 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10028
10029 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
10030 multiline string syntax, #"...", as a cpp macro.
10031
10032 2001-03-21 Paul Eggert <eggert@twinsun.com>
10033
10034 * international/mule-cmds.el (set-locale-environment):
10035 Set system-messages-locale and system-time-locale, but only if the
10036 caller specifies a non-nil locale name.
10037
10038 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10039
10040 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
10041 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
10042
10043 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10044
10045 * follow.el (follow-avoid-tail-recenter): Doc fix.
10046
10047 * custom.el (custom-set-variables): Avoid reversing the list
10048 of args needlessly.
10049
10050 * startup.el (fancy-splash-head): Don't change the colors of the
10051 XPM image on a dark background.
10052
10053 * comint.el (comint-exec-1): Set columns of the terminal to
10054 window-width instead of frame-width.
10055
10056 * info.el (Info-scroll-down): Add missing WINDOW arg for
10057 pos-visible-in-window-p.
10058
10059 * ehelp.el (electric-help-mode-hook): Add defcustom.
10060
10061 * mail/sendmail.el (mail-mode): Activate case-folding in
10062 font-lock-defaults.
10063
10064 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
10065
10066 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
10067 (completion-ignored-extensions): Remove duplicate ".class".
10068
10069 2001-03-19 Andreas Schwab <schwab@suse.de>
10070
10071 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
10072 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10073
10074 2001-03-19 Gerd Moellmann <gerd@gnu.org>
10075
10076 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
10077 methods since there are not prefix input methods.
10078
10079 2001-03-19 Kenichi Handa <handa@etl.go.jp>
10080
10081 * international/mule-cmds.el (read-input-method-name):
10082 Locally bind enable-recursive-minibuffers to t.
10083
10084 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10085
10086 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10087
10088 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
10089
10090 * ediff-util.el: Copyright years.
10091 (ediff-choose-syntax-table): New function.
10092 (ediff-setup): Use ediff-choose-syntax-table.
10093
10094 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10095 with-syntax-table.
10096
10097 * ediff.el: Date of last update, copyright years.
10098
10099 * ediff-wind (ediff-setup-control-frame): Nill->nil.
10100
10101 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10102 of Scott Bronson.
10103 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10104 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10105 Deleted functions.
10106 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10107 ex-token-list.
10108
10109 * viper-util.el: Spaces, indentation.
10110
10111 * viper.el: Changed version, modification time.
10112
10113 2001-03-16 John Wiegley <johnw@gnu.org>
10114
10115 * calendar/timeclock.el (timeclock-workday-remaining):
10116 Check whether `discrep' is non-null before using it.
10117
10118 2001-03-16 John Wiegley <johnw@gnu.org>
10119
10120 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10121 first-time checkins.
10122 (timeclock-log-data): Fixed problem with reading timelog log file.
10123 Resulting data in the "day list" was incorrect.
10124 (timeclock-find-discrep): Check if `timeclock-file' is readable
10125 before opening it.
10126 (timeclock-time-less-p): New function.
10127 (timeclock-day-base): New function.
10128 (timeclock-geometric-mean): New function.
10129 (timeclock-generate-report): Generate a summary report based on
10130 the contents of the log file. This uses `timeclock-log-data', and
10131 is an example of writing a timelog manipulation function.
10132 (timeclock-visit-timelog): A quick command for opening the timelog
10133 file.
10134 (timeclock-log-data): Bound the variable event.
10135
10136 2001-03-16 Kenichi Handa <handa@etl.go.jp>
10137
10138 * international/mule-cmds.el (select-safe-coding-system):
10139 Fix typo: symbol-name -> symbol-value.
10140
10141 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10142 before substitute-in-file-name to handle double slashes in FILE
10143 correctly.
10144
10145 2001-03-15 Gerd Moellmann <gerd@gnu.org>
10146
10147 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10148 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
10149
10150 2001-03-14 Gerd Moellmann <gerd@gnu.org>
10151
10152 * bindings.el (features): Add `md5' and `overlay' to the list.
10153
10154 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10155 bound before using it. It's not bound when configured without X,
10156 for instance.
10157
10158 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10159
10160 * progmodes/hideshow.el: Update copyright.
10161 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10162 (hs-minor-mode-hook): Include `:version' in defcustom form.
10163
10164 2001-03-13 Gerd Moellmann <gerd@gnu.org>
10165
10166 * help.el (string-key-binding): Don't call event-start on
10167 a non-list.
10168
10169 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10170
10171 * startup.el (fancy-splash-tail, command-line-1): Fix the
10172 copyright year.
10173
10174 2001-03-13 Kenichi Handa <handa@etl.go.jp>
10175
10176 * term.el: These changes are based on a patch sent from Yong Lu
10177 <lyongu@yahoo.com>.
10178 (term-set-escape-char): Bind M-x to execute-extended-command in
10179 term-raw-escape-map.
10180 (term-move-columns): Don't try to move to negagive column.
10181 (term-emulate-terminal): Insert a string before deleting a text to
10182 overwrite.
10183
10184 2001-03-12 Gerd Moellmann <gerd@gnu.org>
10185
10186 * play/life.el (life): Rearrange code so that all calls to
10187 life-display-generation are in a catch-form.
10188
10189 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10190 file that isn't interesting. In an interesting file, push the old
10191 value of point on the mark ring.
10192
10193 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10194 New function.
10195 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10196 Use it.
10197
10198 * emacs-lisp/autoload.el (generate-file-autoloads):
10199 Remove warning about line lengths.
10200
10201 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10202
10203 * progmodes/etags.el (tags-compression-info-list): New variable.
10204 (find-tag-in-order): Use it to deal with compressed source files.
10205 (tag-file-name-match-p): New function.
10206 (etags-recognize-tags-table): Use it for better match of file names.
10207
10208 2001-03-12 Kenichi Handa <handa@etl.go.jp>
10209
10210 * international/mule-cmds.el (register-input-method): Doc fix.
10211
10212 * international/quail.el (quail-translate-key): Fix condition to
10213 check if there's another breaking point in the current key.
10214
10215 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10216
10217 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10218 Babyl header to the newly-created output file, bind
10219 coding-system-for-write to either rmail-file-coding-system or
10220 emacs-mule-unix.
10221
10222 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10223
10224 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10225 Fix the name and regexp used for subsubsections.
10226
10227 2001-03-10 Dave Love <fx@gnu.org>
10228
10229 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10230 and save-buffer if buffer-file-name non-nil. From rms.
10231
10232 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10233
10234 * vc.el (vc-do-command): If the destination buffer is already
10235 current, don't set it up and don't erase it. Updated doc string
10236 to reflect that.
10237 (vc-version-diff): When doing a single file diff, don't switch to the
10238 *vc-diff* buffer before the command. This is to preserve local
10239 variable bindings that might affect the diff command.
10240 (vc-print-log): Don't switch to the *vc* buffer before the
10241 command, so that local variable bindings are preserved.
10242
10243 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10244 not the current buffer.
10245 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10246
10247 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10248 make output go to buffer *vc*, not the current buffer.
10249
10250 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10251
10252 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10253 so ^, $, *, ? and + are interpreted correctly.
10254
10255 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10256
10257 * help.el (string-key-binding): Renamed from
10258 mode-line-key-binding. Handle any event on a string.
10259 Check for `keymap' properties as well as `local-map' properties.
10260
10261 * comint.el (comint-insert-clicked-input): Use the last key
10262 from this-command-keys to lookup the global key definition.
10263
10264 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10265
10266 * international/characters.el: Add category `j' for
10267 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10268
10269 * international/mule-conf.el (no-conversion): Fix docstring.
10270 (raw-text): Fix docstring.
10271
10272 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10273
10274 * simple.el (choose-completion-string): When not leaving the
10275 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10276 is set.
10277
10278 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10279 parameter `(minibuffer . t)'.
10280
10281 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10282
10283 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10284 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10285 (sh-mode): Remove `make-local-variable' for unused var
10286 `font-lock-unfontify-region-function'.
10287
10288 2001-03-07 Richard M. Stallman <rms@gnu.org>
10289
10290 * info.el (Info-scroll-down): Fix previous change.
10291
10292 * mail/rmail.el (rmail-toggle-header): Use a window which
10293 is showing the Rmail buffer, rather than the selected window.
10294
10295 2001-03-07 Dave Love <fx@gnu.org>
10296
10297 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10298 now, to avoid problems with binding imenu directly to a mouse event.
10299
10300 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10301
10302 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10303 second arg t.
10304
10305 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10306
10307 * log-edit.el (log-edit-common-indent): New var.
10308 (log-edit-set-common-indentation): Renamed from
10309 log-edit-delete-common-indentation. Use the new var.
10310 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10311
10312 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10313 (cvs-mode-add-change-log-entry-other-window):
10314 Don't presume change-log-default-name is defined.
10315
10316 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10317
10318 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10319 the "tree" operation as well.
10320
10321 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10322
10323 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10324 to match paragraph-start.
10325
10326 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10327 comment-start-skip and set comment-end-skip as well.
10328 (sgml-comment-indent): Fix for new value of comment-start-skip.
10329 (html-autoview-mode): Don't bother using make-local-hook.
10330
10331 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10332
10333 * cus-edit.el (custom-save-delete): Move in front of local
10334 variables, otherwise long Custom entries would make them ineffective.
10335
10336 * uniquify.el: Set maintainer to FSF.
10337
10338 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10339
10340 * dired-aux.el (dired-do-shell-command): Doc fix.
10341
10342 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10345
10346 * which-func.el (which-func-modes): Add cperl-mode.
10347 (which-func-mode-global): Use define-minor-mode.
10348
10349 * info-look.el: Docstring fixes and dead code eliminated.
10350 (cperl-mode): Add support.
10351 (emacs-lisp-mode): List all entries from elisp manual, whether
10352 or not they are currently (f)bound or not. Update regexp.
10353
10354 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10355
10356 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10357 so that C-h m shows the correct information.
10358 Use make-local-variable rather than make-variable-buffer-local.
10359 (cperl-info-buffer, cperl-setup-tmp-buf):
10360 Use make-local-variable rather than make-variable-buffer-local.
10361 (cperl-msb-fix, cperl-get-help-defer):
10362 Check major-mode for `cperl-mode' as well.
10363
10364 * progmodes/cperl-mode.el: Updated to author version 4.23.
10365 (cperl-electric-pod): SYNOPSIS was misspelled.
10366 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10367 (cperl-after-expr-p): Make true after __END__.
10368
10369 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10370
10371 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10372 bookmark-completion-ignore-case is t.
10373
10374 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10375 switch, like xterm, and concat resource strings, with a newline
10376 between them.
10377
10378 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10379
10380 * international/codepage.el (cp770-decode-table)
10381 (cp773-decode-table, cp774-decode-table): New variables.
10382
10383 * man.el (Man-hyphenated-reference-regexp): New variable.
10384 (Man-build-references-alist): Use it to search for referenced
10385 manpages. If hyphenated is non-nil, record a concatenated word in
10386 Man-refpages-alist only if it matches Man-reference-regexp.
10387 Update word's length when it is concatenated. Reverse the list,
10388 to get the first manpage at the head.
10389 (Man-possibly-hyphenated-word): New function.
10390 (Man-follow-manual-reference): Use it instead of current-word to
10391 find a manpage at point, in a way that accounts for hyphenated
10392 references.
10393
10394 2001-03-06 Alex Schroeder <alex@gnu.org>
10395
10396 * sql.el (sql-interbase): New function.
10397 (sql-interbase-program): New option.
10398 (sql-interbase-options): New option.
10399 And some typos fixed: "customise" to "customize".
10400
10401 2001-03-06 Dave Love <fx@gnu.org>
10402
10403 * textmodes/flyspell.el (flyspell-region):
10404 Set up flyspell-local-mouse-map.
10405
10406 2001-03-05 Richard M. Stallman <rms@gnu.org>
10407
10408 * mail/rmail.el (rmail-retry-failure):
10409 Don't call rmail-beginning-of-message.
10410 Don't discard From: field. Do discard Received: field.
10411 Use unwind-protect to re-prune.
10412 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10413
10414 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10415
10416 * international/quail.el (quail-title): Add autoload cookie.
10417
10418 2001-03-05 Dave Love <fx@gnu.org>
10419
10420 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10421 new defs.
10422
10423 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10424
10425 * language/ethio-util.el (ethio-toggle-space):
10426 Update current-input-method-title if necessary.
10427 (ethio-toggle-punctuation): Likewise.
10428
10429 * international/quail.el (quail-title): Fix for the case that a
10430 title of an input method is specified by a list of the same form
10431 as used in mode-line-format.
10432
10433 * international/mule-cmds.el (activate-input-method):
10434 If current-input-method-title is set by activating INPUT-METHOD,
10435 respect that value.
10436
10437 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10438
10439 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10440
10441 2001-03-05 Alex Schroeder <alex@gnu.org>
10442
10443 * sql.el (sql-sybase): Fix typo (was: query user about server two
10444 times instead of server and database).
10445
10446 * sql.el (sql-sybase): Doc change.
10447 (sql-mysql): Doc change.
10448 (sql-postgres): Doc change.
10449
10450 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10451
10452 * international/mule-conf.el (emacs-mule, raw-text):
10453 Docstring modified.
10454
10455 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10456
10457 * term/internal.el: Update copyright notice.
10458
10459 * term/pc-win.el: Update copyright notice.
10460
10461 2001-03-02 Dave Love <fx@gnu.org>
10462
10463 * files.el (insert-file-contents-literally):
10464 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10465 not jka-compr-compression-info-list.
10466
10467 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10468
10469 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10470 spaces in default comment-start-skip settings rather than \s-.
10471
10472 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10473
10474 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10475 default-frame-alist as well.
10476
10477 2001-03-01 Dave Love <fx@gnu.org>
10478
10479 * textmodes/reftex.el (defvar): Wrap some defvars in
10480 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10481
10482 * subr.el (event-basic-type): Doc fix.
10483
10484 * international/quail.el: Doc fixes.
10485
10486 * international/utf-8.el: Doc fixes.
10487
10488 * international/mule-cmds.el: Doc fixes.
10489 (leim-list-header): Fix header text.
10490
10491 * international/mule.el (coding-system-category): Doc fix.
10492
10493 * international/ccl.el (ccl-compile): Doc fix.
10494
10495 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10498 rather than (before|after)-change-functions.
10499
10500 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10501
10502 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10503 scroll-left and scroll-right being called interactively so that
10504 they set the window's min_hscroll.
10505
10506 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10507
10508 * info.el (info-insert-file-contents-1): Accept an additional
10509 argument `lfn': if it is non-nil, concatenate `filename' and
10510 `suffix'; otherwise use the complicated MS-DOS code.
10511 All callers changed.
10512 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10513 can access long file names, try the long file-name version of
10514 `info-insert-file-contents-1', then the short file-name version.
10515
10516 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10517
10518 * language/ethio-util.el (setup-ethiopic-environment-internal):
10519 Change bindings of functions keys to conform to "Emacs Lisp Coding
10520 Convention".
10521
10522 * language/ethiopic.el ("Ethiopic"): Add documentation.
10523
10524 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10525
10526 * international/utf-8.el (mule-utf-8): Set coding-category
10527 property to coding-category-utf-8.
10528
10529 2001-02-27 Richard M. Stallman <rms@gnu.org>
10530
10531 * lpr.el (lpr-page-header-switches, print-region-1):
10532 Undo 2000-07-06 change.
10533 (lpr-add-switches): Default to t on gnu/linux.
10534
10535 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10536
10537 * bs.el (bs-attributes-list): Doc fix.
10538
10539 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10540
10541 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10542
10543 * help.el (view-order-manuals): Use goto-address.
10544
10545 * startup.el (command-line-1): Add info about ordering manuals
10546 to the not so fancy splash screens.
10547
10548 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10549
10550 * vc.el (vc-default-workfile-unchanged-p)
10551 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10552
10553 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10554
10555 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10556 fontify in the right buffer.
10557
10558 * allout.el (outline-flag-region): Move macro in front of first
10559 use to avoid a run-time error.
10560
10561 2001-02-24 Andrew Innes <andrewi@gnu.org>
10562
10563 * makefile.w32-in: Fix copyright notice.
10564
10565 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10566
10567 * international/utf-8.el (mule-utf-8): Set correct value for
10568 valid-codes property.
10569
10570 * international/fontset.el (x-complement-fontset-spec): In the
10571 case that we use ASCII font for the other charsets, use only
10572 family and registry part of it.
10573
10574 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10575
10576 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10577 (shrink-window-if-larger-than-buffer): Doc fix.
10578
10579 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10580
10581 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10582 predicate passed to completing-read.
10583
10584 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10585
10586 * startup.el (command-line): Fix last change.
10587
10588 2001-02-23 Jason Rumney <jasonr@gnu.org>
10589
10590 * startup.el (tool-bar-originally-present): New variable.
10591 (command-line): Set it if the tool-bar is switched on at startup.
10592
10593 * frame.el (frame-notice-user-settings): Only adjust frame height
10594 for no tool-bar case if tool-bar was originally switched on.
10595 From E. Jay Berkenbilt.
10596
10597 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10598
10599 * server.el (server-switch-buffer): Only switch window if the
10600 current one is dedicated.
10601
10602 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10603 rather than using (match-beginning 0) when searching for break point.
10604
10605 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10606
10607 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10608 @ follows an accent command such as @'. Support optional braces
10609 in commands that insert accents, like makeinfo does.
10610
10611 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10612
10613 * startup.el (fancy-splash-text): Add a line for ordering
10614 manuals. Reverse order of splash screens shown.
10615 (use-fancy-splash-screens-p): Adapt to the text line added.
10616
10617 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10618 manuals from the FSF.
10619
10620 * help.el (view-order-manuals): New function.
10621 (toplevel): Bind C-h C-m to this function.
10622
10623 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * newcomment.el (comment-forward): Skip the comment-start before
10626 searching for the comment-end.
10627
10628 2001-02-21 Dave Love <fx@gnu.org>
10629
10630 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10631
10632 * international/mule-cmds.el, international/mule.el: Doc fixes.
10633
10634 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10635
10636 * startup.el (fancy-splash-screens): Use display-hourglass
10637 instead of display-busy-cursor.
10638
10639 * frame.el (display-hourglass): Renamed from busy-cursor.
10640 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10641 (show-cursor-in-non-selected-windows): Doc fix.
10642
10643 2001-02-20 Dave Love <fx@gnu.org>
10644
10645 * international/utf-8.el: Doc and commentary fixes.
10646
10647 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10648
10649 * ehelp.el (with-electric-help): Doc fix.
10650
10651 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10652
10653 * msb.el (msb-mode): Call the update-buffers function explicitly
10654 with a FORCE argument.
10655
10656 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10657 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10658 returns nil.
10659
10660 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10661
10662 * ps-print.el: Timestamp package replacement. Some enhancements.
10663 Some XEmacs compatibility. Doc fix.
10664 (ps-print-version): New version number (6.4).
10665 (ps-printer-name): Initialization fix.
10666 (ps-zebra-stripe-follow): Funcionality enhancement.
10667 (ps-prologue-file): Code enhancement.
10668 (ps-right-header): Timestamp package replacement.
10669 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10670 (ps-get-page-dimensions)
10671 (ps-generate-header, ps-begin-file, ps-begin-job)
10672 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10673 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10674 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10675 (coding-system-for-write): Var declaration (XEmacs compatibility).
10676
10677 2001-02-20 Miles Bader <miles@gnu.org>
10678
10679 * image-file.el (image-file-name-extensions): Add "tif".
10680
10681 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10682
10683 * wid-edit.el (widget-button-click): Save the selected window
10684 around the code handling clicks on buttons.
10685
10686 2001-02-18 Dave Love <fx@gnu.org>
10687
10688 * imenu.el (imenu--generic-function): Use mapc to iterate over
10689 syntax characters.
10690
10691 2001-02-17 Richard M. Stallman <rms@gnu.org>
10692
10693 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10694
10695 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10696
10697 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10698
10699 * mouse.el (mouse-save-then-kill): If the distance from the new
10700 point to the mark is equal to the distance of point from the new
10701 point, move point instead of the mark.
10702
10703 2001-02-16 Dave Love <fx@gnu.org>
10704
10705 * textmodes/flyspell.el (flyspell-get-word): Return string without
10706 properties.
10707
10708 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10709
10710 * generic.el (generic-find-file-regexp): Doc fix.
10711 (generic-ignore-files-regexp): New defcustom.
10712 (generic-mode-find-file-hook): If the file's name matches the
10713 regexp in `generic-ignore-files-regexp', don't enter
10714 default-generic-mode. Doc fix.
10715
10716 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10717
10718 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10719 Add autoload cookies.
10720
10721 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10722 of cal-tex-24.
10723
10724 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10725
10726 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10727
10728 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10729 the character class after the (optional) drive, to support file
10730 names with embedded blanks.
10731
10732 2001-02-15 Sam Steingold <sds@gnu.org>
10733
10734 * textmodes/tex-mode.el (tex-shell-running):
10735 Check the process buffer too.
10736
10737 2001-02-15 Dave Love <fx@gnu.org>
10738
10739 * battery.el (battery-status-function): Fix doc, :type.
10740
10741 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10742
10743 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10744
10745 * subr.el (read-passwd): Clear Lisp memory holding password.
10746
10747 2001-02-15 Miles Bader <miles@gnu.org>
10748
10749 * info.el (Info-copy-current-node-name): New function.
10750 (Info-mode-menu): Add it to the menu.
10751
10752 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10753
10754 * international/mule-cmds.el (toggle-input-method): Doc fix.
10755
10756 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10757
10758 * replace.el (occur): Stop at end of buffer.
10759
10760 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10761
10762 * international/mule-cmds.el (set-input-method): Another doc fix.
10763
10764 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10765
10766 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10767
10768 2001-02-13 Miles Bader <miles@gnu.org>
10769
10770 * faces.el (set-face-background, set-face-foreground)
10771 (set-face-stipple): Treat a value of nil as being `unspecified'.
10772
10773 2001-02-12 Dave Love <d.love@dl.ac.uk>
10774
10775 * international/latin1-disp.el: Doc fixes.
10776 (latin1-display) <defgroup>: Add :link.
10777 (latin1-display) <function>: Set variable latin1-display.
10778
10779 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10780
10781 * international/mule-cmds.el (set-input-method): Doc fix.
10782
10783 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10784
10785 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10786 (speedbar-line-file): Return nil if not a file.
10787 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10788
10789 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10790
10791 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10792 for remote files.
10793 (ediff-coding-system-for-read): Replaced the no-conversion default
10794 with raw-text.
10795
10796 * ediff-init.el: Removed :version from defcustom vars.
10797
10798 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10799 Better handling of the diff mode.
10800
10801 * ediff.texi: Added ediff-coding-system-for-read.
10802
10803 * viper.texi: Fix typos.
10804
10805 2001-02-11 Dave Love <fx@gnu.org>
10806
10807 * shadowfile.el: Doc fixes.
10808 (shadow) <defgroup>: Add :link.
10809 (shadowfile-unload-hook): New function.
10810 (shadow-initialize): Use defalias, not fset.
10811 (shadow-define-cluster, shadow-define-literal-group)
10812 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10813
10814 * international/mule.el: Doc and message fixes.
10815
10816 * international/ccl.el (define-ccl-program): Doc fix.
10817
10818 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10819
10820 * faces.el (mode-line): Set :line-width property to -1.
10821
10822 2001-02-10 Richard M. Stallman <rms@gnu.org>
10823
10824 * complete.el (partial-completion-mode): Doc fix.
10825
10826 * simple.el (delete-key-deletes-forward-mode):
10827 Change `let' to `let*' to fix gross bug in last change.
10828
10829 * repeat.el (repeat): Don't let execute-kbd-macro alter
10830 real-last-command.
10831
10832 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10833
10834 * simple.el (eval-expression): Doc fix.
10835
10836 2001-02-09 Dave Love <fx@gnu.org>
10837
10838 * imenu.el (imenu-generic-expression): Doc fix.
10839
10840 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10841 From Juanma Barranquero.
10842
10843 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10844
10845 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10846
10847 * faces.el (set-face-attribute): Describe the case of a negative
10848 value specified for :line-width.
10849
10850 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10851
10852 * which-func.el (which-func-mode): Invert which-func-mode-global.
10853 From Juanma Barranquero <lektu@uol.com.br>.
10854
10855 2001-02-08 Dave Love <fx@gnu.org>
10856
10857 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10858 widget-plist-value-type.
10859 (widget-alist-convert-widget): Replace binding of
10860 widget-alist-value-type.
10861
10862 * textmodes/paragraphs.el (sentence-end): Doc fix.
10863
10864 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10865 Remove `backward-line'.
10866
10867 * play/pong.el (pong-blank-color, pong-bat-color)
10868 (pong-ball-color, pong-border-color, pong-left-key)
10869 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10870 (pong-pause-key, pong-resume-key, pong-timer-delay):
10871 * mail/mh-comp.el (mh-compose-letter-function):
10872 * eshell/esh-mode.el (eshell-skip-prompt-function):
10873 * emulation/viper-ex.el (ex-unix-type-shell-options):
10874 * recentf.el (recentf-menu-filter):
10875 * ps-print.el (ps-print-region-function):
10876 * lpr.el (print-region-function):
10877 * forms.el (forms-mode-hooks):
10878 * dirtrack.el (dirtrack-directory-change-hook):
10879 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10880 * textmodes/spell.el (spell-filter):
10881 * textmodes/fill.el (adaptive-fill-function):
10882 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10883 * progmodes/etags.el (find-tag-default-function):
10884 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10885 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10886
10887 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10888
10889 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10890 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10891 Meyering <jim@meyering.net>.
10892
10893 * loadup.el: Revert last change.
10894
10895 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10896
10897 * international/mule.el (transform-make-coding-system-args):
10898 Make it work also for coding systems not using CCL.
10899
10900 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * simple.el (previous-matching-history-element)
10903 (next-matching-history-element): Doc fix.
10904
10905 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10906 specific part.
10907
10908 2001-02-06 Dave Love <fx@gnu.org>
10909
10910 * add-log.el (add-log-current-defun-function)
10911 (add-log-buffer-file-name-function, add-log-file-name-function):
10912 Fix :type.
10913 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10914
10915 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10916
10917 * info.el (info-initialize): Remove the test for system-type when
10918 invocation-directory is non-nil.
10919
10920 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10921 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10922
10923 2001-02-06 Andrew Innes <andrewi@gnu.org>
10924
10925 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10926 absolute.
10927
10928 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10929
10930 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10931 buffers. When hi-lock turned on rather than only checking current
10932 buffer for regexps, all buffers are checked. Moved activation of
10933 font-lock to hi-lock-refontify. When font-lock turned off rather
10934 than removing added highlighting just in current buffer, remove it
10935 in all buffers. Changed edit menu text from "Automatic
10936 Highlighting" to "Regexp Highlighting" Documentation for
10937 highlighting phrases, minor documentation changes.
10938 (hi-lock-set-file-patterns): Execute only if there are new or
10939 existing file patterns.
10940 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10941 unfontify and, if a support mode is active, will not refontify the
10942 whole buffer. If necessary, turn on font lock. (Removed
10943 font-lock-unfontify and font-lock support-mode-specific calls,
10944 such as lazy-lock-fontify-window.)
10945 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10946 patterns are found. Not useful now since find-file-hook is removed
10947 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10948 (hi-lock-face-phrase-buffer): New function. Also added related
10949 menu item and keybinding.
10950 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10951 (hi-lock-process-phrase): New function.
10952 (hi-lock-line-face-buffer): Doc fixes.
10953 (hi-lock-face-buffer): Doc fixes.
10954 (hi-lock-unface-buffer): Doc fixes.
10955
10956 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10957
10958 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10959 dabbrev-ignored-regexps.
10960
10961 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10962
10963 * simple.el (kill-line): Doc fix.
10964
10965 2001-02-05 Dave Love <fx@gnu.org>
10966
10967 * loadup.el: Revert last two changes -- bootstrapping works with
10968 regenerated loaddefs.
10969
10970 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10971
10972 * isearch.el (isearch-forward): Doc fix.
10973
10974 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10975 of font-lock-defaults to backward-paragraph.
10976
10977 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10978
10979 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10980 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10981
10982 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10983
10984 * ebnf2ps.el: Eliminate time-stamp functions.
10985 (ebnf-version): New version (3.5).
10986 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10987 format-time-string.
10988
10989 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10990
10991 * simple.el (next-line): Goto end-of-line before inserting a newline.
10992
10993 2001-02-05 Miles Bader <miles@gnu.org>
10994
10995 * image-file.el (insert-image-file): When visiting an image, also
10996 set `truncate-lines' to t so that any fringe arrow looks correct.
10997
10998 2001-02-05 Kenichi Handa <handa@etl.go.jp>
10999
11000 * isearch.el (isearch-forward): Add description about input method
11001 in the docsting.
11002
11003 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * skeleton.el (skeleton-internal-1): Always push the mark for @.
11006
11007 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11008
11009 * info.el (info-initialize): If installation-directory is nil, for
11010 DOS/Windows systems try looking in a sibling of invocation-directory.
11011
11012 2001-02-02 Gerd Moellmann <gerd@gnu.org>
11013
11014 * wid-edit.el (widget-button-click): Fix last change.
11015
11016 * frame.el (frame-notice-user-settings): When resizing the initial
11017 frame because the tool bar is off, also change the frame's top
11018 position if a negative top position was specified.
11019
11020 2001-02-02 Miles Bader <miles@gnu.org>
11021
11022 * image-file.el (insert-image-file): When visiting an image,
11023 suppress the cursor in the image buffer.
11024
11025 2001-02-01 Dave Love <fx@gnu.org>
11026
11027 * progmodes/f90.el (f90-mode): Remove startup message.
11028
11029 * vc-cvs.el: Remove autoloads. Require vc when compiling.
11030
11031 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11032
11033 * startup.el (command-line): Fix code determining whether or not
11034 to use delete-key-deletes-forward-mode.
11035
11036 2001-02-01 Andre Spiegel <spiegel@gnu.org>
11037
11038 * vc.el (vc-diff-switches): New user option.
11039 (vc-version-diff): Use it.
11040 (vc-diff-switches-list): New macro.
11041
11042 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
11043 New customization options.
11044 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
11045
11046 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
11047
11048 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11049
11050 * msb.el (toplevel): Quote hook symbols.
11051
11052 2001-02-01 Kenichi Handa <handa@etl.go.jp>
11053
11054 * international/mule.el (make-coding-system): Add description
11055 about recognized properties in the docstring.
11056
11057 * international/mule-conf.el: Remove unused charsets
11058 mac-roman-lower and mac-roman-upper.
11059
11060 2001-01-31 Gerd Moellmann <gerd@gnu.org>
11061
11062 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
11063 is in front of the left-margin, if any.
11064
11065 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
11066 like `delete'.
11067
11068 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
11069
11070 * term/w32-win.el (mouse-set-font): Doc fix.
11071
11072 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
11073
11074 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
11075 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
11076 on already.
11077
11078 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
11079
11080 * files.el (save-buffer): Don't give message if (buffer-file-name)
11081 returns nil.
11082
11083 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11084
11085 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11086
11087 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11088 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11089
11090 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11091 display problems.
11092
11093 2001-01-31 Kenichi Handa <handa@etl.go.jp>
11094
11095 * international/mule.el (charset-info): Fix docstring.
11096
11097 * international/mule-diag.el (describe-character-set): Check final
11098 char valid before printing it.
11099
11100 2001-01-30 Gerd Moellmann <gerd@gnu.org>
11101
11102 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11103
11104 * frame.el (frame-notice-user-settings): Do the tool-bar
11105 stuff only for graphical displays. Fix a braino.
11106
11107 * frame.el (frame-initialize): Create initial frame visible.
11108 (frame-notice-user-settings): When tool-bar has been switched off,
11109 correct the frame size and sync tool-bar-mode.
11110
11111 * startup.el (command-line): Remove manipulation of frame
11112 height for tool bars.
11113
11114 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11115
11116 * lpr.el: Compatibility with XEmacs and doc fixes.
11117 (lpr-windows-system, lpr-lp-system): New vars.
11118 (lpr-printer-switch): New defcustom.
11119 (printer-name, lpr-command): Customization fix.
11120 (print-region-1): Code fix.
11121 (print-region-new-buffer, printify-region): Indentation fix.
11122 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11123 New functions.
11124
11125 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11126
11127 * msb.el (toplevel): Fix the eval-after-load.
11128
11129 2001-01-29 Dave Love <fx@gnu.org>
11130
11131 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11132
11133 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11134
11135 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11136 (tcl-using-emacs-19-23): Consider Emacs 21+.
11137 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11138 (tcl-add-emacs-menu): Supply menu name.
11139 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11140
11141 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11142
11143 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11144
11145 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11146
11147 * pcvs.el (cvs-mark-fis-dead): New function.
11148 (cvs-mode-add): Use it.
11149 (cvs-mode-add-change-log-entry-other-window):
11150 Rebind change-log-default-name to itself rather than to nil.
11151
11152 2001-01-29 Sam Steingold <sds@gnu.org>
11153
11154 * vc-cvs.el: Replaced (require 'vc) with a bunch of
11155 `autoload' statements.
11156
11157 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11158
11159 * files.el (confirm-kill-emacs): Doc fix.
11160
11161 * frame.el (frame-initialize): Doc fix.
11162
11163 * time-stamp.el (time-stamp-string): Doc fix.
11164
11165 * woman.el (WoMan-log-1): Make the log buffer writable.
11166 From Markus Rost <rost@math.ohio-state.edu>.
11167
11168 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11169
11170 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11171 the `make-variable-buffer-local'.
11172
11173 2001-01-29 Dave Love <fx@gnu.org>
11174
11175 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11176 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11177 Add autoload cookie.
11178 (ansi-color-apply-sequence): Fix typo.
11179
11180 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11181
11182 * menu-bar.el (menu-bar-files-menu): Add menu items for
11183 Postscript printing in black and white.
11184
11185 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11186 X-Mailman-Version, Precedence, List-Help, List-Post,
11187 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11188 Content-Type, Content-Length.
11189
11190 2001-01-29 Dave Love <fx@gnu.org>
11191
11192 * elide-head.el (elide-head): Make overlay evaporate.
11193
11194 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11195
11196 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11197
11198 * isearch.el (isearch-highlight): Don't punt if the display
11199 doesn't support colors, since isearch faces are defined for
11200 monochrome displays as well.
11201
11202 2001-01-27 Sam Steingold <sds@gnu.org>
11203
11204 * shell.el (shell-write-history-on-exit): Make sure that we are in
11205 the shell buffer (M-x tex-file RET inserted the error message into
11206 the TeX buffer).
11207
11208 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11209
11210 * simple.el (transient-mark-mode): Doc fix.
11211
11212 2001-01-27 Gerd Moellmann <gerd@gnu.org>
11213
11214 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11215
11216 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11217
11218 * shell.el (shell-unquote-argument): If the shell is one of the
11219 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11220 quote character.
11221 (shell-dumb-shell-regexp): Document that the shells which match
11222 this regexp are supposed to not treat a backslash as a quote character.
11223
11224 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11225 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11226
11227 2001-01-27 Richard M. Stallman <rms@gnu.org>
11228
11229 * dabbrev.el (dabbrev--substitute-expansion):
11230 Treat a one-capital-letter abbrev as "not all upper case",
11231 so as to force preservation of the expansion's pattern
11232 if the expansion starts with a capital letter.
11233
11234 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11237 Doc fix.
11238
11239 * simple.el (transient-mark-mode): Document the fact that many
11240 commands act on the region when mark is active.
11241
11242 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11243
11244 * international/quail.el (quail-setup-completion-buf): Make the
11245 multibyteness of current buffer inherited to Quail completion buffer.
11246 (quail-show-guidance-buf): Make the multibyteness of current
11247 buffer inherited to Quail guidance buffer.
11248 (quail-help): Make the multibyteness of current buffer inherited
11249 to Quail help buffer.
11250
11251 2001-01-26 Dave Love <fx@gnu.org>
11252
11253 * time-stamp.el: Doc fixes.
11254
11255 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11256 (delphi-keyword-face, delphi-other-face): Fix :type.
11257
11258 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11259
11260 * mail/feedmail.el (feedmail): Add :link.
11261 (feedmail-send-it): Doc fix.
11262
11263 * mail/sendmail.el: Doc fixes.
11264 (sendmail-send-it): Fix the non-ASCII regexp and use
11265 rfc2047-encode-string.
11266
11267 * dired.el, dired-aux.el: Revert last change.
11268
11269 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11270
11271 * makefile.w32-in (DONTCOMPILE): Add various term files.
11272
11273 2001-01-26 Dave Love <fx@gnu.org>
11274
11275 * Makefile.in (DONTCOMPILE): Add various term files.
11276
11277 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11278
11279 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11280
11281 * startup.el (display-startup-echo-area-message): Make sure
11282 the echo area is resized to fit the size of the startup message.
11283
11284 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11285 part of which is a constant.
11286
11287 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11288
11289 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11290
11291 2001-01-26 Richard M. Stallman <rms@gnu.org>
11292
11293 * simple.el (next-line): Don't let `newline' expand abbrevs.
11294 Simplify slightly.
11295 (open-line): Don't let `newline' expand abbrevs.
11296
11297 2001-01-25 John Wiegley <johnw@gnu.org>
11298
11299 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11300 to `repeat' in the :type field.
11301
11302 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11303 allow a choice of regexp or nil.
11304 (pcomplete-dir-ignore): Same.
11305
11306 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11307 a command) to always fail.
11308
11309 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11310
11311 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11312 discard the result.
11313 (iswitchb-to-end): Likewise.
11314
11315 2001-01-25 Sam Steingold <sds@gnu.org>
11316
11317 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11318 Require vc.
11319
11320 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11321
11322 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11323
11324 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11325
11326 2001-01-25 Dave Love <fx@gnu.org>
11327
11328 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11329 (describe-coding-system): Tweak the English text.
11330
11331 * loadup.el: Preload international/ccl for utf-8.
11332
11333 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11334
11335 * mail/rmail.el (rmail-redecode-body): Doc fix.
11336
11337 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11338
11339 * international/mule-cmds.el (reset-language-environment):
11340 Reset coding-category-utf-8 to mule-utf-8.
11341
11342 * international/mule-conf.el (coding-category-utf-8):
11343 Initialize to mule-utf-8.
11344
11345 * loadup.el: Preload international/utf-8.
11346
11347 * international/utf-8.el: New file.
11348
11349 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11350
11351 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11352
11353 2001-01-24 Sam Steingold <sds@gnu.org>
11354
11355 * dired.el (dired-replace-in-string): Removed.
11356 (dired-sort-toggle): Use `replace-regexps-in-string'
11357 instead of `dired-replace-in-string'.
11358
11359 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11360 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11361
11362 * gs.el (gs-replace-in-string): Removed.
11363 (gs-options): Use `replace-regexps-in-string'
11364 instead of `gs-replace-in-string'.
11365
11366 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11367
11368 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11369 bug report is mailed to an email list and posted to a news group.
11370
11371 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11372
11373 * comint.el (comint-replace-by-expanded-history-before-point):
11374 Fix change of 2000-08-03 to move point to the start of the line again.
11375
11376 * startup.el (tool-bar-images-pixel-height): New variable.
11377 (command-line): After loading the user's init file, when
11378 tool-bar-mode is on, increase the frame's size by some lines for
11379 the tool-bar.
11380
11381 * frame.el (frame-initialize): Create the initial frame invisible.
11382
11383 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11384
11385 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11386 (chinese-big5): MIME:Big5.
11387
11388 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11389
11390 * international/mule-cmds.el (universal-coding-system-argument):
11391 Handle commands with prefix args.
11392
11393 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11394
11395 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11396 being a list of numbers.
11397 (diary-mail-entries): Rewritten.
11398
11399 2001-01-23 Dave Love <fx@gnu.org>
11400
11401 * international/mule.el (make-coding-system): Fix typo.
11402
11403 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11404 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11405
11406 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * font-lock.el (font-lock-mode): Doc fix.
11409
11410 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11411
11412 * international/mule.el (make-translation-table): Fix docstring.
11413
11414 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11415
11416 * mail/rmail.el (rmail-redecode-body): New function.
11417
11418 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11419
11420 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11421
11422 * isearch.el (isearch-lazy-highlight-case-fold-search)
11423 (isearch-lazy-highlight-regexp): New variables.
11424 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11425 case-fold search or regexp search has been toggled.
11426
11427 * wid-edit.el (widget-button-click): Avoid a save-excursion
11428 around running a global binding.
11429
11430 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11431 to 0.25.
11432
11433 2001-01-20 Miles Bader <miles@gnu.org>
11434
11435 * cus-edit.el (custom-face-save): Do post-processing on the face's
11436 new value like `custom-face-set' does.
11437
11438 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11439
11440 * mail/emacsbug.el (report-emacs-bug): Report the value of
11441 LC_CTYPE, not LC_TYPE.
11442
11443 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11444 isearch-toggle-regexp and isearch-edit-string to doc string.
11445
11446 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11447
11448 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11449 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11450
11451 * jit-lock.el (jit-lock-fontify-now): Don't bind
11452 font-lock-beginning-of-syntax-function to nil.
11453
11454 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11455
11456 * mail/emacsbug.el (report-emacs-bug): Report values of
11457 locale-coding-system, default-enable-multibyte-characters, and the
11458 environment variables LC_ALL, LC_TYPE, and LANG.
11459
11460 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11461
11462 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11463
11464 * font-lock.el (font-lock-multiline): Default to nil.
11465 (font-lock-default-fontify-region): If font-lock-multiline is
11466 nil, don't check the property `font-lock-multiline'.
11467
11468 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11469 is nil, don't check the `font-lock-multiline' text property.
11470
11471 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11472
11473 * viper.el: Call initial-major-mode on startup.
11474
11475 * ediff.el (ediff-patch-file): Use better defaults.
11476
11477 * ediff-vers.el: Fix for 8+3 DOS file systems.
11478
11479 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11480
11481 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11482 diff mode, if available.
11483
11484 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11485
11486 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11487
11488 * ediff-init.el (subst-char-in-string): Define and use it, unless
11489 it's already defined.
11490
11491 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11492
11493 * tooltip.el (tooltip-hide-delay): New user-option.
11494 (tooltip-show): Use tooltip-hide-delay instead of the default.
11495
11496 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11497
11498 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11499 kill-local-variable doesn't work for enable-multibyte-characters.
11500
11501 2001-01-17 Dave Love <fx@gnu.org>
11502
11503 * ediff-init.el (ediff-before-setup-hook)
11504 (ediff-merge-filename-prefix): Add :version.
11505
11506 * international/latin1-disp.el: Require disp-table.
11507 (latin1-display): Fix :set.
11508
11509 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11510
11511 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11512
11513 * isearch.el (isearch-lazy-highlight-initial-delay)
11514 (isearch-lazy-highlight-interval): Default to 0.
11515
11516 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11517
11518 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11519 1 here rather than each time through
11520 isearch-lazy-highlight-new-loop.
11521 (isearch-lazy-highlight-max): Variable deleted.
11522 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11523 isearch-lazy-highlight-max but controls a single invocation of
11524 isearch-lazy-highlight-update.
11525 (isearch-lazy-highlight-wrapped): Variable recreated.
11526 (isearch-lazy-highlight-window-start): New variable.
11527 (isearch-lazy-highlight-cleanup): Restored to behavior of
11528 before 2-Jan.
11529 (isearch-lazy-highlight-remove-overlays): Function deleted;
11530 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11531 behavior removed.
11532 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11533 isearch-lazy-highlight-update in a loop rather than just once.
11534 Test isearch-invalid-regexp here and decide not to start a new
11535 loop, rather than testing it each time through
11536 isearch-lazy-highlight-update.
11537 (isearch-lazy-highlight-search): Function restored.
11538 (isearch-lazy-highlight-update): Get called in a timer loop again,
11539 but this time highlight more than one match each time through.
11540 Only highlight matches in the visible part of the window.
11541 Start at point, move in the direction of the search, and wrap around at
11542 the edge of the window. Use sit-for to force redisplay and ensure
11543 window-start is credible. "Face suppressing" behavior removed;
11544 overlay priorities should make it unnecessary, right?
11545 (isearch-highlight): Face suppressing behavior removed.
11546 (isearch-dehighlight): Face suppressing behavior removed.
11547 (isearch-set-lazy-highlight-faces-at): Removed.
11548
11549 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11550
11551 * language/european.el ("Latin-1"): Make the format of description
11552 about additional language environments same as that of Latin-2.
11553
11554 2001-01-16 Dave Love <fx@gnu.org>
11555
11556 * isearch.el (isearch-lazy-highlight): Add :version.
11557
11558 * simple.el (backward-delete-char-untabify-method)
11559 (next-line-add-newlines): Add :version.
11560
11561 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11562
11563 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11564 Don't bind <delete> otherwise.
11565
11566 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11567 and <delete> via function-key-map.
11568
11569 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11570 Subject line only if point is after the `Subject:'.
11571
11572 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11573
11574 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11575 japanese-jisx0213-2 in `charset' property of this lang. env.
11576
11577 * language/european.el ("Latin-1"): Add description for Dutch and
11578 Spanish lang. env.
11579
11580 * international/mule.el (decode-char): Fix conditions.
11581 (encode-char): Handle eight-bit-control too.
11582 (transform-make-coding-system-args): New function.
11583 (make-coding-system): Accept XEmacs style arguments for CCL base
11584 coding system.
11585
11586 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11587
11588 * progmodes/etags.el (find-tag-noselect): Save the value of
11589 tags-file-name before switching buffers, for the case it has a
11590 buffer-local value.
11591
11592 2001-01-15 Alex Schroeder <alex@gnu.org>
11593
11594 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11595 From Dave Love <fx@gnu.org>.
11596 (ansi-color-for-comint-mode): Fix :version.
11597
11598 2001-01-15 Alex Schroeder <alex@gnu.org>
11599
11600 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11601
11602 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11603
11604 * dired.el (dired-insert-directory): If file-system-info fails,
11605 remove the " free " part, but don't signal an error.
11606
11607 2001-01-12 Sam Steingold <sds@gnu.org>
11608
11609 * bookmark.el (bookmark-maybe-historicize-string):
11610 Use new backquote syntax.
11611
11612 2001-01-12 Richard M. Stallman <rms@gnu.org>
11613
11614 * subr.el (last): Handle a list that doesn't end in nil.
11615
11616 2001-01-12 Sam Steingold <sds@gnu.org>
11617
11618 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11619 to `backward-delete-char-untabify'.
11620
11621 2001-01-12 Dave Love <fx@gnu.org>
11622
11623 * cus-edit.el (customize-menu-create): Fix the :filter following
11624 easymenu change.
11625
11626 * wid-edit.el (function): Add :match-alternatives.
11627 (widget-color-action): Doc fix.
11628
11629 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11630
11631 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11632
11633 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11634
11635 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11636
11637 * international/ccl.el (define-ccl-program): Fix docstring.
11638
11639 2001-01-11 Dave Love <fx@gnu.org>
11640
11641 * international/mule-cmds.el (standard-display-european-internal):
11642 Set display table for 2208 as for 160.
11643
11644 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11645
11646 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11647 entry for custom-menu-create change.
11648 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11649 don't cons it in the search loop.
11650
11651 * imenu.el (imenu--truncate-items): Revert last change.
11652
11653 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11654
11655 * info.el (Info-setup-header-line): If the node header includes
11656 either Next: or Prev: links, don't show the File: and Node: parts
11657 in the header line.
11658
11659 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11660
11661 * comint.el (comint-goto-process-mark): Don't print a message
11662 when running in batch mode.
11663
11664 * isearch.el (isearch-search): In the condition-case handler for
11665 `error', set isearch-invalid-regexp to the whole error message.
11666
11667 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11668 ensure that eval-after-load works for files dumped with Emacs.
11669
11670 * help.el (load-symbol-file-load-history): New function extracted
11671 from function symbol-file.
11672 (symbol-file): Use it.
11673
11674 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11675
11676 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11677
11678 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11679 behave as if there were no prefix argument.
11680 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11681 argument were nil.
11682
11683 2001-01-11 Richard M. Stallman <rms@gnu.org>
11684
11685 * isearch.el (isearch-lazy-highlight-update):
11686 Don't look for more potential matches once maximum is exceeded.
11687 Use overlays-in to check correctly for overlap with current match.
11688 Ignore empty matches.
11689
11690 2001-01-11 Miles Bader <miles@gnu.org>
11691
11692 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11693 (ispell-overlay-window, ispell-help, ispell-show-choices)
11694 (ispell-command-loop): Use it instead of `window-height'.
11695
11696 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11697
11698 * files.el (confirm-kill-emacs): New user-option.
11699 (save-buffers-kill-emacs): Ask for final confirmation before
11700 killing Emacs.
11701
11702 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11703 to nil.
11704
11705 2001-01-10 Dave Love <fx@gnu.org>
11706
11707 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11708
11709 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11710
11711 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11712
11713 * calculator.el (calculator-number-digits): Fix :type.
11714
11715 * vc-cvs.el (vc-cvs-header): Fix :type.
11716 * vc-rcs.el (vc-rcs-header): Fix :type.
11717 * vc-sccs.el (vc-sccs-header): Fix :type.
11718
11719 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11720
11721 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11722
11723 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11724
11725 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11726
11727 * simple.el (set-variable): Force a thorough redisplay for the
11728 case that the variable has an effect on the display, like
11729 `tab-width' has.
11730
11731 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11732
11733 * vc.el: Add documentation for backend interface.
11734
11735 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11736
11737 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11738
11739 * international/mule-conf.el (latin-extra-code-table): Set to t
11740 for \223 and \224.
11741
11742 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11743
11744 * international/mule-cmds.el (locale-language-names): Map "es" to
11745 "Spanish" and "nl" to "Dutch".
11746
11747 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11748
11749 * bindings.el (global-map): Bind <home> to beginning-of-line,
11750 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11751 C-<end> to end-of-buffer.
11752
11753 * language/european.el: Add Dutch and Spanish language info
11754 to be able to use the appropriate tutorials.
11755
11756 2001-01-09 Alex Schroeder <alex@gnu.org>
11757
11758 * ansi-color.el (ansi-color-process-output): Use markers instead
11759 of positions for start and end of region.
11760 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11761 Previously, occasional mistakes happend when fontifying many
11762 chunks of output (eg. ls --color=yes /dev). This happened
11763 whenever an overlay was created up to the end of the region, which
11764 coincided with the process-mark. New text would then be added
11765 within that overlay instead of after it.
11766 (ansi-color-make-extent): Overlays are created with the property
11767 `modification-hooks' set to '(ansi-color-freeze-overlay).
11768 (ansi-color-freeze-overlay): New function. When inserting text at
11769 the end of the overlay, the overlay will resize.
11770
11771 2000-01-09 Alex Schroeder <alex@gnu.org>
11772
11773 * ansi-color.el (ansi-color-process-output): Doc change.
11774 (ansi-color-unfontify-region): Doc change. No longer installed
11775 automatically in font-lock-unfontify-region-function.
11776 (ansi-color-apply): Doc change.
11777 (ansi-color-apply-on-region): Use extents or overlays instead of
11778 text-properties.
11779 (ansi-color-make-extent): New function.
11780 (ansi-color-set-extent-face): New function.
11781
11782 2000-01-09 Alex Schroeder <alex@gnu.org>
11783
11784 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11785 both use ansi-color-process-output, now.
11786 (ansi-color-process-output): Doesn't return string anymore. It is
11787 installed in comint-output-filter-functions for both Emacs and
11788 XEmacs, now.
11789 (ansi-color-unfontify-region): Simplified code removing variables
11790 pos and start-ansi.
11791 (ansi-color-apply): Put text-property ansi-color before putting
11792 text-property face because ansi-color-unfontify-region is called
11793 immediately after the call to put-text-property.
11794 (ansi-color-context-region): Doc change.
11795 (ansi-color-filter-region): Simplified code.
11796 (ansi-color-apply-on-region): Changed start to start-marker, using
11797 a marker explicitly. Put text-property ansi-color before putting
11798 text-property face because ansi-color-unfontify-region is called
11799 immediately after the call to put-text-property.
11800
11801 2000-01-09 Alex Schroeder <alex@gnu.org>
11802
11803 * ansi-color.el (ansi-color-faces-vector): Doc change.
11804 (ansi-color-for-comint-mode): Changed :type property to choice.
11805 (ansi-color-last-context): Removed.
11806 (ansi-color-process-output): Don't use ansi-color-last-context, as
11807 the main functions will store their context now.
11808 (ansi-color-context): Doc change.
11809 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11810 Uses ansi-color-context such that repeated calls will strip
11811 partial escape sequences, too.
11812 (ansi-color-apply): Simplified code. Colorize end of string if
11813 face is not null. Store context in new (FACE STRING) format, such
11814 that repeated calls will strip partial escape sequences, too.
11815 Append faces to face property using ansi-color-apply-sequence such
11816 that cumulative mode actually works.
11817 (ansi-color-context-region): New variable.
11818 (ansi-color-filter-region): Rewrote it based on
11819 ansi-color-apply-on-region. Uses ansi-color-context-region such
11820 that repeated calls will strip partial escape sequences, too.
11821 (ansi-color-apply-on-region): Simplified code. Colorize end of
11822 region if face is not null. Store context in new (FACE POS)
11823 format, such that repeated calls will strip partial escape
11824 sequences, too. Append faces to face property using
11825 ansi-color-apply-sequence such that cumulative mode actually works.
11826 (ansi-color-apply-sequence): New function.
11827 (ansi-color-get-face): When the default face is added to the list
11828 of faces, all previous settings are discarded and the list of
11829 faces is set to '(default).
11830
11831 2000-01-09 Alex Schroeder <alex@gnu.org>
11832
11833 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11834 face, such that ansi-color-apply and ansi-color-apply-on-region
11835 will do the right thing.
11836 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11837 returns nil, set the list of faces back to nil instead of
11838 appending the result of ansi-color-get-face to the front of the list.
11839
11840 2000-01-09 Alex Schroeder <alex@gnu.org>
11841
11842 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11843 (ansi-color-process): Doc change.
11844 (ansi-color-last-context): New buffer-local variable.
11845 (ansi-color-process-output): New function. It is automatically
11846 added to comint-output-filter-functions if this is XEmacs.
11847 (ansi-color-unfontify-region): New optional parameter for XEmacs
11848 compatibility. Check wether font-lock-syntactic-keywords is
11849 boundp before removing the syntax table text property, as XEmacs
11850 doesn't have it.
11851 (ansi-color-filter-region): Doc change.
11852 (ansi-color-apply-on-region): Doc change.
11853 (ansi-color-make-face): New function. Compatibility layer for
11854 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11855 (ansi-color-make-color-map): Use ansi-color-make-face.
11856 (ansi-color-get-face): Avoid face text property '(nil) as results
11857 in an errow for XEmacs.
11858
11859 2000-01-09 Alex Schroeder <alex@gnu.org>
11860
11861 * ansi-color.el (ansi-color-unfontify-region): New function.
11862 Uses text-property ansi-color in order to preserve fontification by
11863 ansi-color. When the package is loaded, a lambda expression is
11864 put onto font-lock-mode-hook. This lambda expression will check
11865 font-lock-unfontify-region-function and replace
11866 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11867 (ansi-color-apply): Add text-property ansi-color in addition to
11868 text-property face.
11869 (ansi-color-apply-on-region): Add text-property ansi-color in
11870 addition to text-property face.
11871 (save-buffer-state): Copy of the macro that is also used by
11872 lazy-lock and font-lock.
11873
11874 (ansi-color-for-comint-mode): New option.
11875 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11876 (ansi-color-for-comint-mode-off): Ditto.
11877 (ansi-color-for-comint-mode-filter): Ditto.
11878 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11879 decide what to do. This function is added to
11880 comint-preoutput-filter-functions when the package is loaded.
11881
11882 (ansi-color-for-shell-mode-set): Removed.
11883 (ansi-color-for-shell-mode): Removed.
11884
11885 2000-01-09 Alex Schroeder <alex@gnu.org>
11886
11887 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11888 the lambda expression from the ansi-color-for-shell-mode :set
11889 property. Additionally, modify shell-mode-hook to enable or
11890 disable font-lock-mode for future shell buffers.
11891 (ansi-color-for-shell-mode): The :set property calls
11892 ansi-color-for-shell-mode-set instead of a lambda expression.
11893
11894 2000-01-09 Alex Schroeder <alex@gnu.org>
11895
11896 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11897 (ansi-color-context): New variable.
11898 (ansi-color-apply): Save context between calls.
11899
11900 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11901
11902 * isearch.el (isearch, isearch-lazy-highlight-face):
11903 New definitions for face colors and attributes.
11904
11905 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11906 of display-mouse-p.
11907
11908 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11909
11910 * international/mule.el (make-coding-system): If the coding system
11911 accepts extra latin codes, register such codes as safe for the
11912 coding system.
11913
11914 2001-01-08 Richard M. Stallman <rms@gnu.org>
11915
11916 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11917 don't mention the file name or the date here, because they are
11918 logged at the start of the file.
11919
11920 2001-01-08 Richard M. Stallman <rms@gnu.org>
11921
11922 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11923 Change screen-width to frame-width.
11924
11925 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11926
11927 * info.el (Info-search): Print the default as part of the prompt.
11928
11929 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11930
11931 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11932 constant implementations in backends.
11933
11934 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11935 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11936
11937 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11938 WRITABLE to EDITABLE.
11939
11940 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11941 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11942 to EDITABLE.
11943
11944 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11945
11946 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11947 (copyright, copyright-update): Compute the current year at run time.
11948
11949 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11950
11951 * isearch.el (isearch-old-signal-hook): Removed.
11952 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11953 instead of setting signal-hook-function.
11954 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11955
11956 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11957
11958 * emulation/edt.el: Update to version 4.0. Provide support for
11959 EDT scroll margins at top and bottom of the window. Provide an
11960 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11961 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11962 user when file-related buffer modifications exist.
11963 Provide support for running EDT Emulation in XEmacs.
11964 Provide customize access to some user updatable variables.
11965 Add Commentary section to file header.
11966 Fixed a few minor bugs and cleaned up some code.
11967
11968 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11969 for detecting a keypress that generates an ASCII key sequence.
11970 (Previously, only a keypress that generates a vector was
11971 recognized.) Embed Window Manager name into name of the generated
11972 EDT Emulation initialization file since the initialization file is
11973 Window Manager specific. Add Commentary section to file header.
11974
11975 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11976
11977 * mail/sendmail.el (mail-mode): Doc fix.
11978
11979 * info.el (Info-goto-emacs-command-node): Doc fix.
11980 (Info-goto-emacs-key-command-node): Doc fix.
11981
11982 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11983
11984 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11985 systems without long file-name support.
11986
11987 2001-01-06 Andrew Innes <andrewi@gnu.org>
11988
11989 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11990
11991 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11992
11993 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11994 (isearch-lazy-highlight-update): Doc fix.
11995
11996 * ffap.el (ffap-bindings): Doc fix.
11997
11998 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11999
12000 2001-01-05 Dave Love <fx@gnu.org>
12001
12002 * emacs-lisp/cl-seq.el (remove, remq): Remove.
12003
12004 2001-01-05 Gerd Moellmann <gerd@gnu.org>
12005
12006 * mouse-drag.el (mouse-drag-safe-scroll):
12007 Bind scroll-preserve-screen-position to nil.
12008
12009 * isearch.el (isearch-old-signal-hook): New variable.
12010 (isearch-mode): Set signal-hook-function to isearch-done.
12011 (isearch-done): Restore old signal-hook-function.
12012
12013 * info.el (Info-fontify-node): Mark one more char as intangible.
12014
12015 2000-01-05 Kenichi Handa <handa@etl.go.jp>
12016
12017 * composite.el (compose-last-chars): New argument COMPONENTS.
12018 If it is non-nil, compose preceding characters by compose-region with
12019 COMPONENTS.
12020
12021 * international/quail.el (quail-input-string-to-events): New function.
12022 (quail-input-method): Convert input string to events here.
12023 (quail-start-translation): Return input string, not event list.
12024 (quail-start-conversion): Likewise.
12025
12026 2001-01-04 Gerd Moellmann <gerd@gnu.org>
12027
12028 * tooltip.el (tooltip-cancel-delayed-tip)
12029 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
12030 and tooltip-add-timeout.
12031 (tooltip-show): Set border color from faces's foreground.
12032 (tooltip-show-help-function): If called with the same help string
12033 as last time, do nothing.
12034 (tooltip-help-tips): Don't set tooltip-help-message to nil.
12035
12036 * startup.el (fancy-splash-screens): Don't bind show-help-function
12037 to nil.
12038
12039 * tooltip.el (tooltip-frame-parameters): Remove colors.
12040 (tooltip): New face
12041 (tooltip-set-param): New function.
12042 (tooltip-show): Set up color frame parameters from face `tooltip'.
12043 Display the tooltip text in face `tooltip'.
12044
12045 2001-01-04 Dave Love <fx@gnu.org>
12046
12047 * whitespace.el (whitespace-global-mode): Fix typo.
12048
12049 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
12050
12051 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
12052
12053 * help.el (help-for-help): Fix a typo in a doc string.
12054 From kwzh@gnu.org (Karl Heuer).
12055
12056 2001-01-03 Dave Love <fx@gnu.org>
12057
12058 * dired-x.el: Doc fixes. Maintainer change.
12059 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
12060 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
12061 (dired-guess-shell-alist-user): Customize.
12062 (dired-x-help-address): Set to bug-gnu-emacs.
12063 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
12064 (dired-default-directory): Renamed from default-directory.
12065
12066 * hl-line.el (hl-line): Doc fix.
12067
12068 2001-01-03 Karl Fogel <kfogel@red-bean.com>
12069
12070 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
12071
12072 2001-01-02 Richard M. Stallman <rms@gnu.org>
12073
12074 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
12075 to remove all the current alternative-match highlighting.
12076 If nil, remove only what's outside the current window.
12077 (isearch-lazy-highlight-remove-overlays): Take optional
12078 region within which NOT to remove them.
12079 (isearch-lazy-highlight-new-loop): Greatly simplified.
12080 (isearch-lazy-highlight-update): Find all the other occurrences
12081 visible in the window, in just one call.
12082 (isearch-lazy-highlight-start): Now holds start of region to scan.
12083 (isearch-lazy-highlight-end): Now holds end of region to scan.
12084 (isearch-lazy-highlight-wrapped): Variable deleted.
12085 (isearch-lazy-highlight-search): Function deleted.
12086
12087 2000-01-02 Andrew Innes <andrewi@gnu.org>
12088
12089 * w32-fns.el (convert-standard-filename): Do length check on name
12090 before aref.
12091
12092 2001-01-02 Dave Love <fx@gnu.org>
12093
12094 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12095 value.
12096 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12097
12098 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12099
12100 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12101 read syntax.
12102
12103 * calendar/todo-mode.el (todo): Add :link, :version.
12104 (todo-save-top-priorities): Remove autoload cookie.
12105 (todo-add-category, todo-add-item-non-interactively)
12106 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
12107
12108 2001-01-02 Gerd Moellmann <gerd@gnu.org>
12109
12110 * comint.el (comint-input-history-ignore): New variable.
12111 (comint-read-input-ring): Ignore entries matching
12112 comint-input-history-ignore.
12113
12114 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
12115
12116 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12117 (lm-copyright-mark): New function.
12118 (lm-crack-copyright): New function.
12119 (lm-verify): Check that the file has a copyright.
12120 Check that the file is copyright Free Software Foundation.
12121
12122 2000-12-30 Kenichi Handa <handa@etl.go.jp>
12123
12124 * international/mule-diag.el (print-fontset): Indent font name by
12125 24 columns, not 25.
12126
12127 2000-12-29 Gerd Moellmann <gerd@gnu.org>
12128
12129 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12130 in Subject line.
12131
12132 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12133 Use mail-mode-hook instead of mail-setup-hook.
12134 Otherwise continuing an interrupted message with C-u C-x m for
12135 instance, winds up in Mail mode without abbrevs.
12136
12137 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12138
12139 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12140 non-nil. Adding almost all customization variables on ps-setup.
12141 Doc fix.
12142 (ps-print-version): New version number (6.3.3).
12143 (ps-end-with-control-d): Initialization fix.
12144 (ps-lines-printed): New var.
12145 (ps-skip-newline): New fun.
12146 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12147 (ps-next-line, ps-continue-line, ps-plot-region)
12148 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12149
12150 2000-12-29 Kenichi Handa <handa@etl.go.jp>
12151
12152 * international/fontset.el (x-complement-fontset-spec):
12153 Resolve ASCII font name so that the same family name is used for fonts
12154 registered in x-font-name-charset-alist.
12155 (create-fontset-from-fontset-spec): Adjusted for the above change.
12156 The name of fontset alias should be a unresolved ASCII font name.
12157
12158 2000-12-28 Gerd Moellmann <gerd@gnu.org>
12159
12160 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12161 and delete in isearch-mode-map.
12162
12163 2000-12-28 Richard M. Stallman <rms@gnu.org>
12164
12165 * dired-x.el (dired-guess-shell-alist-default):
12166 Use xpdf instead of acroread.
12167
12168 2000-12-28 Kenichi Handa <handa@etl.go.jp>
12169
12170 * textmodes/artist.el (artist-butlast): Deleted.
12171 (artist-ellipse-mirror-quadrant): Use butlast instead of
12172 artist-butlast.
12173
12174 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12175
12176 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12177
12178 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12179
12180 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12181
12182 * ls-lisp.el: Better support for the Mac and MS-Windows.
12183 (ls-lisp): New defgroup.
12184 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12185 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12186 (ls-lisp-support-shell-wildcards): New defcustoms.
12187 (ls-lisp-parse-symlink): New function.
12188 (insert-directory): Code to convert switches to a list and set up
12189 the wildcard argument copied from ls-lisp-insert-directory.
12190 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12191 for -C and -R switches.
12192 (ls-lisp-column-format): New function.
12193 (ls-lisp-delete-matching, ls-lisp-handle-switches)
12194 (ls-lisp-format-time): Add doc strings.
12195 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12196 Support ls-lisp-dirs-first.
12197 (ls-lisp-classify, ls-lisp-extension): New functions.
12198 (ls-lisp-format): Optionally support emulation of symlinks.
12199 Support -i, -s, and -G switches.
12200
12201 2000-12-27 Gerd Moellmann <gerd@gnu.org>
12202
12203 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12204
12205 * version.el (emacs-version): Print X scroll bar information.
12206
12207 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12208 instead of x-toolkit-scroll-bars-p.
12209
12210 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12211 of x-toolkit-scroll-bars-p.
12212
12213 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12214
12215 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12216 (ffap-bindings): Doc fix, to reflect the above change.
12217
12218 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12219
12220 * term.el (term-char-mode): Define all non-ascii self-inserting
12221 characters to 'term-send-raw in term-raw-map.
12222
12223 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12224
12225 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12226
12227 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12228 Changed initialization; use add-hook.
12229 (ediff-file-remote-p): Use file-local-copy.
12230
12231 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12232
12233 * ediff.el (ediff-patch-buffer): Bug fix.
12234 (ediff-revision): Allow selection of the file at the prompt.
12235
12236 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12237
12238 * subr.el (combine-run-hooks): Remove.
12239
12240 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12241 and remove the rogue second spec.
12242
12243 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12244
12245 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12246
12247 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12248
12249 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12250 Use minibuffer menu prompt for the `=' prefix.
12251 (smerge-command-prefix): Change default to C-^.
12252 (smerge-mode): Don't assume font-lock doesn't move point.
12253
12254 * skeleton.el (skeleton-internal-1): Make sure the first line of
12255 the region is also re-indented.
12256 (skeleton-end-newline): New var.
12257 (skeleton-end-hook): Use it.
12258
12259 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12260
12261 * comint.el (comint-password-prompt-regexp): Support CVS.
12262
12263 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12264
12265 * simple.el (delete-key-deletes-forward-mode): Simplify.
12266 Also backspace key combinations, depending on
12267 delete-key-deletes-forward.
12268
12269 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12270
12271 * simple.el (delete-key-deletes-forward): Doc fix.
12272
12273 2000-08-22 Emmanuel Briot <briot@gnat.com>
12274
12275 * xml.el (top level comment): Updated to reflect the fact that
12276 white spaces are relevant in the XML file.
12277 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12278 to parse was already edited. This allows for on-the-fly analysis
12279 of XML files.
12280 (xml-parse-tag): Check that the casing is the same in the start
12281 tag and end tag, since XML is case-sensitive. Allows for spaces
12282 in the end tag, after the name of the tag.
12283 (xml-parse-attlist): Allow for the character '-' in the name of
12284 attributes, as in the standard http-equiv attribute Do not save
12285 the properties in the XML tree, since they are not relevant.
12286
12287 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12288
12289 * generic.el (generic-read-type): Undo last change, inline into
12290 `generic-mode' and then remove.
12291 (generic-mode): Inline generic-read-type.
12292 (define-generic-mode): Push the symbol name rather than the symbol
12293 onto generic-mode-list.
12294
12295 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12296
12297 * generic.el (generic-read-type): Build an alist for
12298 completing-read as in 20.7.
12299
12300 * play/landmark.el (lm): Use interactive spec `P'.
12301 (toplevel): Don't set debug-on-error.
12302
12303 * server.el (server-switch-buffer): Choose a window on a visible frame.
12304
12305 2000-12-21 Dave Pearson <davep@davep.org>
12306
12307 * quickurl.el: Commentry change, I've moved my web site.
12308
12309 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12310
12311 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12312 ranges like \177-\237, but accepts the character sequence from \177 to
12313 \237. Doc fix.
12314 (ebnf-version): New version (3.4).
12315 (ebnf-setup): Code fix.
12316 (ebnf-range-regexp): New fun.
12317 (ebnf-8-bit-chars): Const fix.
12318
12319 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12320 entry. Doc fix.
12321 (ebnf-bnf-lex): Code fix.
12322 (ebnf-bnf-comment-chars): Const fix.
12323
12324 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12325 entry. Doc fix.
12326 (ebnf-iso-comment-chars): Const fix.
12327
12328 * ebnf-otz.el: Doc fix.
12329
12330 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12331 entry. Doc fix.
12332 (ebnf-yac-skip-code): Code fix.
12333 (ebnf-yac-comment-chars): Const fix.
12334
12335 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12336
12337 * files.el (insert-directory-safely): New function.
12338 (recover-file): Use it instead of insert-directory.
12339 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12340
12341 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12342
12343 * international/mule-cmds.el (select-safe-coding-system):
12344 Check coding-category-list more rigidly. Improve help message.
12345
12346 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12347
12348 2000-12-21 Miles Bader <miles@gnu.org>
12349
12350 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12351
12352 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12353
12354 * international/mule-diag.el (describe-char-after): Make *Help*
12355 buffer inherit multibyteness of the current buffer.
12356
12357 * international/mule.el (make-char): Docstring adjusted for the
12358 change of make-char-internal.
12359
12360 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12361
12362 * international/iso-cvt.el: Docstrings fix.
12363
12364 2000-12-20 Dave Love <fx@gnu.org>
12365
12366 * subr.el (eval-after-load): Doc fix.
12367
12368 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12369
12370 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12371 for numbers.
12372
12373 2000-12-20 Miles Bader <miles@gnu.org>
12374
12375 * international/quail.el (quail-help): Resize the help window
12376 again after it has all its contents. Remove unneeded progn.
12377
12378 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12379
12380 * pcmpl-linux.el: Fix copy/paste error.
12381
12382 2000-12-19 Andrew Innes <andrewi@gnu.org>
12383
12384 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12385
12386 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12387
12388 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12389
12390 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12391
12392 * progmodes/idlw-shell.el: Fixed copyright notice.
12393
12394 * progmodes/idlwave.el: Fixed copyright notice.
12395
12396 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12397 TAB as key separators.
12398
12399 2000-12-19 Alex Schroeder <alex@gnu.org>
12400
12401 * sql.el (sql-sybase-options): New option.
12402 (sql-sybase): Use it. Add sql-database to the list of parameters
12403 provided for login. The options -w 2048 -n are not used any more.
12404 (sql-postgres-options): Changed default from "--pset" to "-P".
12405 (sql-mysql-options): Doc change.
12406 (sql-stop): Doc change.
12407
12408 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12409
12410 * international/quail.el (quail-input-method): Always hide
12411 the guidance buffer on exiting.
12412
12413 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12414
12415 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12416 isn't fboundp.
12417
12418 * server.el (server-buffer-done): Bury the buffer before
12419 killing it.
12420
12421 * faces.el (face-spec-set): Interpret a nil in specs for
12422 foreground and background colors as `unspecified', for
12423 compatibility with 20.x.
12424
12425 2000-12-18 Dave Love <fx@gnu.org>
12426
12427 * simple.el (mail-user-agent): Doc fix.
12428 (input-mode-8-bit): Removed.
12429
12430 * international/mule.el (set-keyboard-coding-system): Doc fix.
12431 (keyboard-coding-system): New option.
12432
12433 * mail/sendmail.el (send-mail-function): Customize.
12434
12435 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12436
12437 * international/codepage.el (cp866-decode-table): New table.
12438
12439 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12440
12441 * version.el (emacs-version): Remove `%a' from the time format
12442 because the weekday doesn't fit well into each locale.
12443
12444 2000-12-18 Miles Bader <miles@gnu.org>
12445
12446 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12447
12448 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12449 Check that emacs-major-version is `=' to 20, not `>='.
12450 (artist-replace-chars): Use `make-string' instead of a loop.
12451
12452 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12453
12454 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12455 (cvs-execute-single-file): Don't change directory.
12456 Patch from Per Cederqvist.
12457
12458 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12459
12460 * textmodes/ispell.el (check-ispell-version):
12461 If `ispell-program-name' is "aspell", pass it the -v switch instead
12462 of -vv.
12463
12464 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12465
12466 * international/mule-diag.el (mule-diag): Insert information about
12467 configure options, multibyte awareness, language env.
12468
12469 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12470 regexp to search for candidates.
12471
12472 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12473
12474 * info.el (Info-forward-node): If the node has an
12475 Info-header-line, widen the buffer before searching for "next:"
12476 and "up:" pointers, and set the search limit to stay in the
12477 current node.
12478
12479 2000-12-16 Miles Bader <miles@gnu.org>
12480
12481 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12482
12483 2000-12-15 Miles Bader <miles@gnu.org>
12484
12485 * comint.el (comint-send-string, comint-send-region): Also accept
12486 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12487 process-send-string/region.
12488
12489 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12490
12491 * isearch.el (isearch-lazy-highlight-max): New user-option.
12492 (isearch-lazy-highlight-update): Don't highlight more than
12493 isearch-lazy-highlight-max matches.
12494
12495 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12496
12497 2000-12-15 Richard M. Stallman <rms@gnu.org>
12498
12499 * sort.el (sort-columns): Fix error message.
12500
12501 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12502 `upcase' or `downcase' or nil.
12503 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12504 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12505 (dabbrev--substitute-expansion): New arg record-case-pattern.
12506 If it is non-nil, set dabbrev--last-case-pattern.
12507 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12508
12509 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12510
12511 2000-12-15 Miles Bader <miles@gnu.org>
12512
12513 * paths.el (Info-default-directory-list): Don't delete
12514 configure-info-directory from the list of standard info
12515 directories when appending it to the end -- their order is important.
12516
12517 * faces.el (read-face-attribute): If there's no entry for the
12518 user's input in VALID, just use it as-is (this will often result
12519 in an error, but it may be OK for e.g. colors using hexadecimal
12520 notation, and at least will yield a better error message).
12521
12522 * window.el (mode-line-window-height-fudge): Function removed.
12523 (height-affecting-face-attributes, mode-line-window-height-fudge):
12524 Variables removed.
12525 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12526 window is really the right size. Use vertical-motion
12527 rather than forward-line.
12528 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12529 (ispell-command-loop, ispell-show-choices): Use the variable
12530 ispell-choices-win-default-height, rather than the function.
12531 (ispell-choices-win-default-height): Function removed.
12532 (ispell-mode-line-window-height-fudge): Function removed.
12533
12534 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12535
12536 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12537
12538 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12539
12540 * paths.el (Info-default-directory-list):
12541 If configure-info-directory is not one of the standard directories,
12542 put it first in the list; otherwise put it last. Doc string
12543 changed accordingly.
12544
12545 * info.el (Info-directory-list): Change doc string to reflect the
12546 change in Info-default-directory-list.
12547
12548 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12549 windows-nt as windowed environments, even under -nw.
12550
12551 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12552 if not fboundp. Switch delete-forward mode for the <delete> key
12553 on all PC platforms, even under -nw.
12554
12555 * term/internal.el ([M-delete]): Remap to M-d.
12556
12557 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12558
12559 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12560
12561 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12562
12563 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12564
12565 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12566
12567 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12568 if appropriate.
12569
12570 * simple.el (delete-key-deletes-forward): New user-option.
12571 (delete-key-deletes-forward-mode): New function.
12572
12573 * bindings.el: Bind `delete' to backward-delete-char.
12574
12575 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12576 Test if symbol is bound before getting its value.
12577
12578 * tooltip.el (tooltip-show): If an error is signaled in
12579 x-show-tip, display that error, and display the help in the
12580 echo area.
12581
12582 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12583
12584 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12585 Show "... entries" messages for every 10000 entries, not 10.
12586
12587 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12588
12589 * bookmark.el: Provide a generic exit hook, as suggested by
12590 Ovidiu Predescu <ovidiu@cup.hp.com>:
12591 (bookmark-exit-hook): New var.
12592 (bookmark-exit-hook-internal): New func, replaces
12593 old raw lambda form in `kill-emacs-hook', and runs new
12594 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12595 as logically that feature must have been provided if this function
12596 is running.
12597 Removed ;;;###autoload before the `add-hook' call.
12598
12599 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12600
12601 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12602 (easy-menu-current-active-maps): New function.
12603 (easy-menu-get-map): Use it.
12604 Make a proper menu entry when creating a new keymap.
12605
12606 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12607
12608 * international/characters.el: Fix cases and syntaxes for
12609 mule-unicode-0100-24ff.
12610
12611 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12612 that a Japanese character is not appended after day and year.
12613
12614 * info.el (Info-suffix-list): Change format for a command that
12615 requires arguments.
12616 (info-insert-file-contents): Adjusted for the above change.
12617
12618 2000-12-12 Andreas Schwab <schwab@suse.de>
12619
12620 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12621 on the name of the tar buffer. Verify that the existing buffer is
12622 visiting the same subfile.
12623
12624 2000-12-12 Dave Love <fx@gnu.org>
12625
12626 * subdirs.el: Add obsolete.
12627
12628 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12629
12630 * mail/rmailsum.el (rmail-summary-expunge)
12631 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12632 instead of rmail-confirm-expunge.
12633
12634 * replace.el (perform-replace): Don't use an empty match adjacent
12635 to a non-empty match when computing the next match before the
12636 replacement is performed.
12637
12638 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12639
12640 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12641 definition (patch by Stefan Monnier).
12642 (glasses-mode): Use jit-lock instead of `after-change-functions'
12643 (patch by Stefan Monnier).
12644
12645 2000-12-12 Miles Bader <miles@gnu.org>
12646
12647 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12648 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12649
12650 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12651
12652 * term/mac-win.el: Remove load for ls-lisp.
12653
12654 * loadup.el: Load ls-lisp for system-type `macos'.
12655
12656 2000-12-12 Miles Bader <miles@gnu.org>
12657
12658 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12659 Respect field end too.
12660 (just-one-space): Respect fields as `delete-horizontal-space'.
12661 (newline-and-indent, reindent-then-newline-and-indent):
12662 Use `delete-horizontal-space'.
12663
12664 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12667 (so as to obey the field property in the minibuffer).
12668
12669 * obsolete/c-mode.el: Moved from lisp/progmodes.
12670 * obsolete/auto-show.el: Moved from lisp.
12671 * obsolete/ooutline.el: Moved from lisp/textmodes.
12672
12673 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12674
12675 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12676 changes to list them here.
12677
12678 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12679 Too many changes to list them here.
12680
12681 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12682 Too many changes to list them here.
12683
12684 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12685
12686 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12687
12688 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12689
12690 * cus-edit.el (custom-save-variables, custom-save-faces):
12691 Comment fix.
12692
12693 * hscroll.el: Moved to `obsolete' subdir.
12694
12695 2000-12-11 Miles Bader <miles@gnu.org>
12696
12697 * window.el (window-text-height): Function removed (now in C).
12698
12699 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12700
12701 * log-edit.el (log-edit-parent-buffer): New var.
12702 (log-edit): Set it. Add BUFFER argument.
12703 (log-edit-done): Use char-before.
12704 Don't bother checking validity of vc-comment-ring.
12705 Only bury the buffer if log-edit popped it up.
12706
12707 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12708 (cvs-mode-diff-help): Remove.
12709 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12710 (cvs-mode-marked): Set up the default for CMD manually.
12711
12712 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12713 Remove binding for ? now made unnecessary.
12714
12715 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12716
12717 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12718 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12719
12720 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12721 when master file is not open.
12722
12723 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12724
12725 * progmodes/ada-stmt.el: Update `maintainer'.
12726
12727 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12728
12729 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12730 choices to match documentation string.
12731
12732 2000-12-09 Miles Bader <miles@gnu.org>
12733
12734 * minibuf-eldef.el: New file.
12735
12736 * window.el (fit-window-to-buffer): Don't pass last argument to
12737 pos-visible-in-window-p, now that its meaning is inverted.
12738
12739 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12740
12741 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12742 <ceder@lysator.liu.se>.
12743
12744 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12745
12746 * autoinsert.el (auto-insert-alist): Add missing final \n.
12747
12748 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12749 (cvs-menu-map): Remove.
12750 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12751 (cvs-mode-quit): Turn it back into a plain function.
12752
12753 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12754 (texinfo-filter): Remove (move to texinfo.el).
12755
12756 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12757 file where it's more visible.
12758 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12759 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12760 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12761 (texinfo-inside-macro-p): Only catch `scan-error's.
12762 (texinfo-inside-env-p): Make better use of the match info.
12763 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12764 (texinfo-insert-@end): Slight re-organization.
12765 Also remove useless `looking-at' call.
12766
12767 2000-12-08 Andrew Innes <andrewi@gnu.org>
12768
12769 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12770 accessible in -nw mode.
12771
12772 * term/w32-win.el: Remove stuff about selection timeout, which is
12773 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12774 it is accessible in -nw mode.
12775
12776 2000-12-08 Dave Love <fx@gnu.org>
12777
12778 * emacs-lisp/lisp-mode.el (lisp-mode):
12779 Set font-lock-keywords-case-fold-search.
12780
12781 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12782
12783 * textmodes/ispell.el (ispell): Doc fix.
12784
12785 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12786
12787 * international/quail.el (quail-insert-decode-map): Check the
12788 frame width of a window displaying the current buffer, not that of
12789 the selected frame.
12790 (quail-help): Make sure that the help buffer has window before
12791 inserting text in it.
12792
12793 2000-12-07 Sam Steingold <sds@gnu.org>
12794
12795 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12796 Backquote is used in isearch.el, so autoloading saves nothing.
12797
12798 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * startup.el (normal-top-level-add-subdirs-to-load-path):
12801 Ignore the CVS and RCS subdirectories case-insensitively.
12802
12803 * dired.el (dired-insert-directory): If file-system-info is
12804 fboundp, call it instead of invoking dired-free-space-program.
12805
12806 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12807
12808 * server.el (server-visit-files): Push files on file-name-history.
12809
12810 * progmodes/cc-langs.el: Update copyright.
12811
12812 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12813
12814 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12815
12816 * bindings.el (mode-line-mode-menu): Reverse the order
12817 of define-keys so that the menu appears in alphabetical order.
12818
12819 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12820
12821 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12822 of the function.
12823
12824 2000-12-07 Dave Love <fx@gnu.org>
12825
12826 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12827
12828 * facemenu.el (facemenu-unlisted-faces): Fix value.
12829
12830 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12831
12832 * font-lock.el (font-lock-default-fontify-region):
12833 Include the terminating \n (off-by-one error).
12834 (font-lock-set-defaults): Use dolist.
12835
12836 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12837
12838 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12839
12840 * international/mule-cmds.el (describe-language-environment):
12841 Fix for the case that an input method title is not string but a list.
12842
12843 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12844 of wrong SIZE record.
12845
12846 2000-12-06 Dave Love <fx@gnu.org>
12847
12848 * newcomment.el (comment-region, comment-dwim): Doc fix.
12849
12850 * textmodes/texinfo.el: Require tex-mode when compiling.
12851 (texinfo-update-node): Doc fix.
12852 (texinfo-imenu-generic-expression): Add @anchor.
12853 (texinfo-font-lock-keywords): Add @uref.
12854 (texinfo-inside-macro-p): Don't use ignore-errors.
12855 (texinfo-insert-quote): Match more contexts.
12856
12857 * international/mule.el (decode-char, encode-char): Doc fix.
12858 (auto-coding-alist): Customize.
12859
12860 * files.el (load-file): Fix change of 2000-03-12.
12861
12862 * wid-edit.el (widget-text-keymap): Doc fix.
12863
12864 2000-12-06 Andrew Innes <andrewi@gnu.org>
12865
12866 * makefile.w32-in (lisp): Set to an absolute directory, namely
12867 $(CURDIR).
12868
12869 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12870
12871 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12872 read generated-autoload-file, and set buffer-file-coding-system to
12873 raw-text-unix after reading the file.
12874
12875 * international/mule-conf.el (file-coding-system-alist):
12876 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12877
12878 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12879
12880 * replace.el (occur): Make line-number-width 1 smaller for the
12881 colon following the line number.
12882
12883 * startup.el (fancy-splash-text, command-line-1):
12884 Use `File' for the menu name instead of `Files'.
12885
12886 * tmm.el: Update copyright.
12887
12888 * cus-start.el: Add entry for even-window-heights.
12889
12890 2000-12-06 Miles Bader <miles@gnu.org>
12891
12892 * faces.el (frame-set-background-mode): Avoid stomping on
12893 locally modified faces.
12894
12895 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12896
12897 * international/fontset.el: Correct the font registries for
12898 japanese-jisx0213-1 and japanese-jisx0213-2.
12899
12900 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12901
12902 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12903
12904 * iswitchb.el: Update customization commentary.
12905
12906 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12907
12908 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12909 (tpu-search-highlight): Fixed comparison of overlay end positions.
12910 (tpu-trim-line-ends): Implemented trimming logic locally.
12911
12912 * emulation/tpu-extras.el (tpu-write-file-hook)
12913 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12914
12915 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12916
12917 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12918 to cn-gb.
12919 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12920
12921 2000-12-04 Dave Love <fx@gnu.org>
12922
12923 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12924
12925 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12926
12927 * mail/rmailsum.el (rmail-summary-expunge)
12928 (rmail-summary-expunge-and-save): Ask for confirmation with
12929 rmail-expunge-confirmed.
12930
12931 * mail/rmail.el (rmail-expunge-confirmed): New function.
12932 (rmail-expunge): Use it.
12933
12934 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12935
12936 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12937 (etags-recognize-tags-table, find-tag-in-order):
12938 New functionality: interpret file names as tags.
12939
12940 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12941
12942 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12943 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12944 the first subnode until the bottom of the current node is visible.
12945
12946 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12947
12948 * format.el (format-decode): Don't change buffer's undo list.
12949
12950 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12951
12952 * faces.el (face-font-registry-alternatives): Add entries for CJK
12953 fonts. Doc-string adjusted for the actual usage of this data.
12954
12955 * international/fontset.el: Change the font registries for CJK
12956 fonts in the default fontset. Don't append '*' to registries.
12957
12958 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12959
12960 * emacs-lisp/easy-mmode.el (define-derived-mode)
12961 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12962
12963 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12964 (derived-mode-p): New function.
12965 (derived-mode-make-docstring): Add `docstring' argument.
12966 Use it if available and complete it if necessary.
12967
12968 2000-12-03 Andreas Schwab <schwab@suse.de>
12969
12970 * type-break.el (type-break): Don't make parent of itself.
12971
12972 2000-12-03 Miles Bader <miles@gnu.org>
12973
12974 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12975
12976 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12977
12978 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12979 (tex-main-file, tex-file): Simplify.
12980 (tex-generate-zap-file-name): Use subst-char-in-string.
12981 (tex-strip-dots): Remove.
12982
12983 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12984
12985 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12986 to check if the match succeeded.
12987
12988 2000-12-02 Gerd Moellmann <gerd@gnu.org>
12989
12990 * startup.el (use-fancy-splash-screens-p): New function.
12991 (command-line-1): Use it to determine whether or not to use
12992 a fancy splash screen.
12993
12994 2000-12-02 Andreas Schwab <schwab@suse.de>
12995
12996 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12997
12998 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12999
13000 * international/mule.el (make-char): Fix last change.
13001
13002 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13003 New defcustoms.
13004 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
13005 autoloading tex-mode; instead, do the same manually.
13006 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
13007 with numeric argument. Docstring fix.
13008 (toplevel): Require cl when compiling.
13009
13010 * international/mule.el (make-char): Doc fix.
13011
13012 2000-12-02 Jason Rumney <jasonr@gnu.org>
13013
13014 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
13015 the Emacs Lisp manual)
13016
13017 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13018
13019 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13020
13021 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
13022 the Emacs Lisp manual).
13023
13024 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13025
13026 * simple.el (next-line-add-newlines): Change default to nil.
13027
13028 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
13029
13030 * files.el (revert-buffer, recover-file):
13031 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
13032
13033 2000-12-01 Gerd Moellmann <gerd@gnu.org>
13034
13035 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13036
13037 2000-12-01 Miles Bader <miles@gnu.org>
13038
13039 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
13040
13041 2000-12-01 Kenichi Handa <handa@etl.go.jp>
13042
13043 * international/mule-diag.el (describe-char-after): Fix typo.
13044 (describe-character-set, non-iso-charset-alist): Fix typo.
13045
13046 2000-12-01 Miles Bader <miles@gnu.org>
13047
13048 * image-file.el (image-file-name-regexp): Automatically add
13049 upper-case variants of each filename extension in
13050 `image-file-name-extensions', since they seem to be common.
13051
13052 * simple.el (minibuffer-contents)
13053 (minibuffer-contents-no-properties, delete-minibuffer-contents):
13054 New functions.
13055 * filecache.el (file-cache-directory-name)
13056 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
13057
13058 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
13059
13060 * filecache.el (file-cache-minibuffer-complete): Don't try to
13061 delete the minibuffer prompt.
13062
13063 2000-11-30 Dave Love <fx@gnu.org>
13064
13065 * cus-start.el: Fix read-buffer-function type.
13066
13067 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13068
13069 * md5.el: Removed. There's a built-in function, now.
13070
13071 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
13072
13073 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
13074 as dummy 0-th char of rmail-deleted-vector.
13075
13076 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
13077
13078 * ps-print.el (ps-end-job): Bind case-fold-search only after
13079 switching to ps-spool-buffer.
13080
13081 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13082
13083 * ps-print.el: Line number font customization. PostScript: Lines and
13084 PageCount are initialized on each page. Doc Fix.
13085 (ps-print-version): New version number (6.3.2).
13086 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13087 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13088 (ps-right-header): Customization fix.
13089 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13090 Fix code.
13091 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13092 New vars.
13093
13094 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13095
13096 * bs.el: Fix typos and spelling errors.
13097 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13098 (bs-configuration): Doc fix.
13099
13100 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13101
13102 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
13103
13104 * emulation/tpu-edt.el (tpu-version): New version.
13105 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13106 (tpu-original-mode-line): Variable deleted.
13107 (tpu-mark-flag): New initial value.
13108 (tpu-set-mode-line): Don't redefine mode-line-format.
13109 Add tpu-mark-flag to minor-mode-alist.
13110 (tpu-update-mode-line): New mark flag logic.
13111 (tpu-get): Use find-file-wildcards.
13112 (tpu-search-highlight): Move overlay less, reset overlay properly.
13113 (tpu-unselect): Deactivate mark.
13114 (tpu-lm-replace): Reset overlay properly.
13115 (tpu-forward-line): Use forward-visible-line.
13116 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13117
13118 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13119
13120 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13121
13122 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13123
13124 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13125
13126 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13127 and skip whitespace and newlines.
13128
13129 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13130
13131 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13132
13133 2000-11-29 Gerd Moellmann <gerd@gnu.org>
13134
13135 * help.el (describe-function-1): Regexp-quote function name
13136 when used as part of a regexp.
13137
13138 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13139 Use face-attribute instead of face-foreground and face-background.
13140 (tool-bar-add-item): Likewise, and handle unspecified colors.
13141
13142 * enriched.el (enriched-face-ans): Use face-attribute instead
13143 of face-foreground and face-background.
13144
13145 * faces.el (face-foreground, face-background, face-stipple):
13146 Return nil if attribute is unspecified, for backward compatibility.
13147
13148 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13149
13150 * play/5x5.el: Remove version info.
13151
13152 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13153
13154 * frame.el (blink-cursor-mode): Doc fix.
13155
13156 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13157
13158 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13159 to create Makefile rules.
13160 (antlr-tool-command): New user option.
13161 (antlr-ask-about-save): New user option.
13162 (antlr-makefile-specification): New user option.
13163 (antlr-file-formats-alist): New variable.
13164 (antlr-special-file-formats): New variable.
13165 (antlr-unknown-file-formats): New user option.
13166 (antlr-help-unknown-file-text): New variable.
13167 (antlr-help-rules-intro): New variable.
13168 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13169 (antlr-mode-menu): Add entries.
13170 (antlr-file-dependencies): New function.
13171 (antlr-directory-dependencies): New function.
13172 (antlr-superclasses-glibs): New function.
13173 (antlr-run-tool): New command.
13174 (antlr-makefile-insert-variable): New function.
13175 (antlr-insert-makefile-rules): New function.
13176 (antlr-show-makefile-rules): New command.
13177
13178 * antlr-mode.el: More Emacs/XEmacs stuff.
13179 (antlr-no-action-keywords): New constant with value nil.
13180 (antlr-font-lock-keywords-alist): Use it. Old value would break
13181 syntax highlighting in Emacs-21.0.
13182 (antlr-default-directory): Emacs/XEmacs dependend function.
13183 (antlr-read-shell-command): Ditto.
13184 (antlr-with-displaying-help-buffer): Ditto.
13185
13186 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13187
13188 * antlr-mode.el: imenu, parsing and highlighting changes.
13189 (antlr-imenu-create-index-function): Don't create extra submenus
13190 for definitions in different grammar classes. It is not necessary
13191 for the menu and would make command `imenu' awkward to use.
13192 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13193 header actions and more than one.
13194 (antlr-font-lock-tokendef-face): Changed color.
13195 (antlr-font-lock-tokenref-face): Changed color.
13196 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13197 (antlr-mode-syntax-table): New variable.
13198 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13199 (antlr-with-syntax-table): Don't copy syntax table.
13200
13201 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13202
13203 * antlr-mode.el: Minor changes: language setting.
13204 (antlr-language-alist): The value for file option "language" can
13205 be both an identifier and a string.
13206 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13207 (antlr-language-limit-n-regexp): Change accordingly.
13208
13209 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13210
13211 * antlr-mode.el: Minor changes: tabs, hiding.
13212 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13213 (antlr-action-visibility): Also allow value nil to also hide the
13214 braces. Renamed from `antlr-tiny-action-length'.
13215 Suggested by Jay@aol.com.
13216 (antlr-hide-actions): Change accordingly. Hide line if completely
13217 hidden action is on a line of its own.
13218
13219 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13220
13221 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13222
13223 * sort.el (sort-columns): Don't concat strings with numbers.
13224
13225 2000-11-29 Dave Love <fx@gnu.org>
13226
13227 * cus-edit.el (face): Fix :format.
13228
13229 * mail/feedmail.el: Require smtpmail when compiling.
13230 (mail-do-fcc): Autoload.
13231 (feedmail) <defgroup>: Fix :link.
13232 (feedmail-nuke-body-in-fcc): Fix :type.
13233 (feedmail-send-it): Add autoload cookie.
13234
13235 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13236
13237 * newcomment.el (comment-indent): Save excursion around call to
13238 comment-indent-function.
13239
13240 2000-11-29 Miles Bader <miles@gnu.org>
13241
13242 * subr.el (member-ignore-case): Return the tail of the list who's
13243 car matches, like `member', not the matching element itself.
13244
13245 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13246
13247 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13248 should not contain `\n'.
13249
13250 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13251
13252 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13253
13254 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13255
13256 * dired-aux.el (dired-do-create-files): Construct default file
13257 name for dired-mark-read-file-name so that when the user enters
13258 just RET, the target file will end up in the target directory.
13259
13260 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13261 local-abbrev-table before changing buffers because it might
13262 have a buffer-local binding.
13263
13264 2000-11-28 Miles Bader <miles@gnu.org>
13265
13266 * simple.el (delete-horizontal-space): Handle fields more generally.
13267
13268 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13269
13270 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13271
13272 2000-11-28 Dave Love <fx@gnu.org>
13273
13274 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13275 comment-start-skip locally.
13276
13277 * progmodes/fortran.el (fortran-mode): Don't set
13278 fortran-comment-line-start-skip. Set comment-start to
13279 fortran-comment-line-start.
13280 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13281 (fortran-comment-line-start-skip): Simplify slightly.
13282
13283 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13284
13285 * play/5x5.el: Remove RCS keyword.
13286
13287 * bs.el: Mistaken commit, undone 2000-11-30.
13288
13289 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13290
13291 * textmodes/tildify.el (tildify-string-alist):
13292 Add `plain-tex-mode' here.
13293
13294 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13295
13296 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13297 reference.
13298
13299 2000-11-28 Miles Bader <miles@gnu.org>
13300
13301 * cus-face.el (custom-face-attributes): Add post-filter function
13302 for :box. Make pre-filter function for :box handle all cases.
13303
13304 * wid-edit.el (widget-choose): Make sure pop-up window is large
13305 enough to display all the choices, as there's no way to scroll it.
13306
13307 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13308
13309 * international/mule-conf.el: Make the coding system no-conversion
13310 safe for all characters.
13311
13312 2000-11-27 Dave Love <fx@gnu.org>
13313
13314 * net/ldap.el (ldap) <defgroup>: Add :version.
13315
13316 * tooltip.el (tooltip-use-echo-area): Doc fix.
13317
13318 * cus-start.el <minibuffer-prompt-properties>: Add version.
13319 <read-buffer-function>: Add.
13320
13321 * apropos.el (apropos-print): Add help-echo to active text.
13322
13323 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13324
13325 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13326
13327 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13328 type, group and version.
13329
13330 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13331
13332 * select.el (x-get-selection): Docstring fix.
13333
13334 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13335
13336 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13337
13338 2000-11-27 Andrew Innes <andrewi@gnu.org>
13339
13340 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13341
13342 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13343
13344 2000-11-27 Miles Bader <miles@gnu.org>
13345
13346 * dired.el (dired-get-filename): Return filename verbatim if
13347 LOCALP is `verbatim'.
13348 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13349 `verbatim' so that we don't inadvertently delete a non-existant
13350 directory name.
13351
13352 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13353
13354 * international/characters.el: Specify cases and syntaxes for
13355 mule-unicode-0100-24ff.
13356
13357 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13358
13359 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13360 that foreground and/or background colors of the face `tool-bar'
13361 are unspecified.
13362
13363 2000-11-27 Miles Bader <miles@gnu.org>
13364
13365 * wid-edit.el (widget-field-buffer, widget-field-start)
13366 (widget-field-end): Handle widget field `pseudo-overlays'.
13367 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13368 if it's there instead of in `widget-field-list'.
13369
13370 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13371 (help-make-xrefs): Delete extraneous newlines at the end of the
13372 docstring.
13373
13374 2000-11-25 Jason Rumney <jasonr@gnu.org>
13375
13376 * startup.el (command-line): Call set-locale-environment after
13377 Window System init file is read, as it can result in a call to
13378 redraw-frame.
13379
13380 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13381
13382 * simple.el (shell-command): Mention the effect of the prefix
13383 argument in the doc string.
13384
13385 2000-11-25 Miles Bader <miles@gnu.org>
13386
13387 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13388
13389 * wid-edit.el (widget-field-value-delete): Don't try to delete
13390 overlay when it's the `pseudo-overlay' that exists at some points.
13391
13392 2000-11-24 Jason Rumney <jasonr@gnu.org>
13393
13394 * international/mule-cmds.el (locale-language-names): Add "jp" as
13395 a non-standard alternative for Japanese.
13396
13397 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13398
13399 * vc-hooks.el: Require 'cl during compilation.
13400
13401 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13402
13403 * faces.el (face-set-after-frame-default): Let face attributes
13404 specified for new frames override frame parameters.
13405
13406 * startup.el (command-line): Fix computation of the source file
13407 for user-init-file when user-init-file is a compiled file.
13408
13409 2000-11-24 Miles Bader <miles@gnu.org>
13410
13411 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13412 (custom-post-filter-face-spec): New functions.
13413 (custom-face-set, custom-face-value-create): Filter the face spec
13414 before and after customization.
13415 (custom-face-set): If VALUE specifies a null face, pass a
13416 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13417 * cus-face.el (custom-face-attributes): Remove SET and GET
13418 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13419 cases they're needed.
13420
13421 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13422 that it's distinguishable from the :off-glyph on dark-background
13423 displays. Set its background color too.
13424
13425 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13426 so that people can easily turn it off.
13427
13428 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13429
13430 * ediff-diff.el: Moved variables around to have it compile under NT.
13431
13432 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13433
13434 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13435
13436 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13437 redundant skip-small-frames test.
13438
13439 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13440 (viper-downgrade-to-insert): Protect against errors in hooks.
13441
13442 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13443 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13444 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13445 New functions.
13446
13447 * viper-util.el (viper-memq-char): Bug fixes.
13448
13449 * viper.el (viper-mode): Fix cursor handling.
13450
13451 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13452
13453 * international/mule-diag.el (list-iso-charset-chars):
13454 For two-byte charset, fix the `while' condition.
13455 (list-non-iso-charset-chars): Fix the `while' condition.
13456
13457 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13458
13459 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13460 if the variable is make-variable-buffer-local.
13461
13462 * progmodes/ada-stmt.el (ada-template-map):
13463 Initialize and bind it to C-c t in ada-mode-map.
13464 (ada-stmt-mode-hook): New function extracted from old code.
13465 Only change the buffer-local side of skeleton-*.
13466 (ada-mode-hook): Use it.
13467
13468 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13469
13470 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13471 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13472 we expect to be returned by minibuffer-depth once we prompt the
13473 user in the minibuffer.
13474 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13475 as recorded in iswitchb-minibuf-depth, return non-nil.
13476
13477 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13478
13479 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13480 (hscroll-window-maybe): Docstring fix.
13481
13482 2000-11-23 Dave Love <fx@gnu.org>
13483
13484 * rect.el (string-rectangle): Don't test delete-selection-mode.
13485
13486 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13487
13488 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13489 is in the tool bar.
13490
13491 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13492 with `no-dir'; we want the directory part to be able to remove it.
13493
13494 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13495
13496 * textmodes/outline.el (outline-flag-region):
13497 Don't bind inhibit-read-only since we don't modify the buffer.
13498 (outline-isearch-open-invisible): Don't jump to overlay-start
13499 since we're trying to unhide text around point.
13500 (outline-discard-overlays): Use dolist.
13501
13502 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13503
13504 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13505
13506 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13507
13508 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13509
13510 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13511 Fix ARG regexp to skip quoted braces.
13512 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13513 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13514 are (correctly) handled separately).
13515 Remove `caption' and `footnote' from `citations': they contain text.
13516 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13517 (latex-skeleton-end-hook): New function.
13518 (latex-mode): Use it.
13519 (tex-start-tex-marker): Remove.
13520 (tex-send-tex-command): Don't set tex-start-tex-marker.
13521 (tex-error-parse-syntax-table): New var.
13522 (tex-compilation-parse-errors): Use it.
13523 Ignore tex-start-tex-marker. Don't bother with marker-position.
13524 (tex-validate-buffer): Don't bother with marker-position.
13525
13526 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13527 (flyspell-generic-progmode-verify): Use it.
13528
13529 2000-11-22 Sam Steingold <sds@gnu.org>
13530
13531 * simple.el (delete-trailing-whitespace): New interactive function.
13532
13533 * progmodes/ada-mode.el (ada-mode): Use it instead of
13534 `ada-remove-trailing-spaces'.
13535 (ada-remove-trailing-spaces): Removed.
13536
13537 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13538
13539 * textmodes/picture.el (picture-clean): Removed.
13540 (picture-mode-exit): Call it instead of `picture-clean'.
13541
13542 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13543
13544 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13545
13546 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13547 jit-lock-fontify-buffer; it should anyway be unneccessary to
13548 do anything special when jit-lock is active.
13549 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13550
13551 2000-11-22 Dave Love <fx@gnu.org>
13552
13553 * calendar/todo-mode.el (todo-top-priorities): Use
13554 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13555
13556 * language/chinese.el, language/cyrillic.el:
13557 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13558 * language/hebrew.el, language/indian.el, language/japanese.el:
13559 * language/korean.el, language/lao.el, language/misc-lang.el:
13560 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13561 Use provide.
13562
13563 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13564 (custom-variable-set): Improve validation error mesage.
13565
13566 * rect.el (string-rectangle): Revert last change.
13567 (string-rectangle-line): New arg DELETE.
13568 (string-rectangle): Check delete-selection-mode.
13569
13570 * emacs-lisp/edebug.el (edebug-version)
13571 (edebug-maintainer-address): Deleted.
13572 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13573 (edebug-read-function): Account for other `'#' read forms.
13574 (edebug-mode-menus): Make some items toggles.
13575 (edebug-outside-unread-command-event, unread-command-event):
13576 Remove these to avoid warnings.
13577
13578 2000-11-22 David Ponce <david@dponce.com>
13579
13580 * recentf.el (recentf-menu-items-for-commands)
13581 (recentf-make-menu-items, recentf-make-menu-item)
13582 (recentf-filter-changer): Added :help and :active menu-item properties.
13583
13584 (recentf-build-dir-rules, recentf-dump-variable)
13585 (recentf-edit-list, recentf-open-files-item)
13586 (recentf-open-files): Replaced unnecessary `mapcar' with new
13587 built-in `mapc'.
13588
13589 2000-11-23 Miles Bader <miles@gnu.org>
13590
13591 * faces.el (menu): Make inverse-video on ttys too.
13592
13593 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13594
13595 * simple.el (comment-line-break-function): Use the new name
13596 indent-new-comment-line -> comment-indent-new-line.
13597 (clone-indirect-buffer): Don't ignore NORECORD.
13598 (next-completion): Properly handle the case where items are adjacent.
13599
13600 * mouse.el (popup-menu): Stupid typo.
13601
13602 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13603
13604 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13605 maintainer, keywords tags.
13606
13607 * rect.el (replace-rectangle): Don't call string-rectangle-line
13608 with too many arguments.
13609
13610 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13611
13612 * ediff-util.el (ediff-file-checked-out-p)
13613 (ediff-file-checked-in-p): Call vc-state instead of
13614 vc-locking-user, which no longer exists.
13615
13616 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13617
13618 2000-11-22 Dave Love <fx@gnu.org>
13619
13620 * md5.el (md5): Provide.
13621 (md5): Fix error call.
13622
13623 2000-11-22 Miles Bader <miles@gnu.org>
13624
13625 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13626 (refill-fill-paragraph-at): Remove debugging code.
13627
13628 * calendar/calendar.el (generate-calendar-window): When we don't
13629 call `fit-window-to-buffer', make sure the top line is fully visible.
13630
13631 * image-file.el (insert-image-file): Don't make `read-only'
13632 property rear-nonsticky.
13633
13634 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13635 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13636 stashing away its original value.
13637 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13638 in the recursive edit.
13639 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13640 (isearch-done): Restore `minibuffer-message-timeout'.
13641
13642 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13643
13644 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13645
13646 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13647
13648 * find-lisp.el (find-lisp-find-files-internal):
13649 Use dolist, when and file-name-as-directory.
13650
13651 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13652 (define-derived-mode, define-minor-mode): Add specs.
13653
13654 * window.el: General comment and spacing fixes.
13655 (save-selected-window): Use backquotes.
13656 (window-safely-shrinkable-p): New function.
13657 (shrink-window-if-larger-than-buffer): Use it.
13658
13659 * subr.el (make-local-hook): Docstring fix.
13660
13661 * shell.el (shell-mode): Use define-derived-mode.
13662
13663 * newcomment.el (comment-indent): Insert comment before calling
13664 comment-indent-function. Don't insert in column 0.
13665 (comment-dwim): Indent before inserting comment.
13666
13667 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13668 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13669 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13670 Use mapc rather than map.
13671
13672 * files.el (find-buffer-visiting): Compare all attributes before
13673 declaring two files identical (rather than just their inode-no).
13674 (auto-mode-alist): Use \' rather than $.
13675
13676 * which-func.el: Update maintainer line.
13677
13678 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13679 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13680 (uniquify-buffer-file-name): Use it.
13681
13682 2000-11-22 Miles Bader <miles@gnu.org>
13683
13684 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13685 * simple.el (minibuffer-avoid-prompt): New function.
13686
13687 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13688
13689 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13690
13691 2000-11-21 Miles Bader <miles@gnu.org>
13692
13693 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13694 inclusion of `track-mouse'.
13695
13696 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13697 (refill-adjust-ignorable-overlay): New function.
13698 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13699 only the paragraph's tail if possible.
13700 Update `refill-ignorable-overlay'.
13701 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13702
13703 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13704 point inside the fill-prefix.
13705
13706 * textmodes/refill.el (refill-post-command-function): Don't reset
13707 refill-doit in the case where a self-insertion command doesn't
13708 case a refill. Use `refill-fill-paragraph-at', getting position
13709 from `refill-doit'.
13710 (refill-after-change-function): Set `refill-doit' to END.
13711 (refill-fill-paragraph-at): New function, mostly from old
13712 refill-fill-paragraph.
13713 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13714 (refill-pre-command-function): New function.
13715 (refill-mode): Add it to `pre-command-hook'.
13716
13717 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13718
13719 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13720
13721 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13722 javadoc tags.
13723
13724 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13725
13726 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13727 vc.el).
13728
13729 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13730 require vc.
13731
13732 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13733 checkouts.
13734
13735 2000-11-20 Dave Love <fx@gnu.org>
13736
13737 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13738
13739 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13740
13741 * calculator.el (calculator-paste): Use `if' instead of `and'
13742 and `or'.
13743 (calculator-help): Don't use electric-describe-mode for XEmacs.
13744
13745 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13746
13747 * info.el (info-menu-5): Doc fix.
13748
13749 * textmodes/artist.el: New file.
13750
13751 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13752
13753 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13754 and differentiate according to checkout model.
13755 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13756 since this function is only concerned with master state.
13757
13758 * vc-hooks.el (vc-workfile-unchanged-p)
13759 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13760
13761 * vc.el (vc-workfile-unchanged-p)
13762 (vc-default-workfile-unchanged-p): See above.
13763
13764 2000-11-19 Miles Bader <miles@gnu.org>
13765
13766 * image-file.el (insert-image-file): Make `intangible' and
13767 `read-only' properties rear-nonsticky too.
13768
13769 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13770
13771 * ps-print.el: Update copyright notice.
13772
13773 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13774 (tooltip-show): Use the offsets.
13775
13776 * bindings.el (mode-line-modified): Fix a typo.
13777 (mode-line-toggle-modified, mode-line-widen)
13778 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13779
13780 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13781
13782 * ps-print.el (toplevel): Test for find-coding-system being
13783 fboundp before calling ps-x-find-coding-system.
13784
13785 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13786
13787 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13788 (vc-version-backup-file): Docstring fix.
13789
13790 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13791
13792 * files.el (basic-save-buffer): Don't add a newline if
13793 find-file-literally is non-nil.
13794 (find-file-literally): Extend doc string.
13795
13796 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13797 sort(1) with the `-f' argument.
13798
13799 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13800
13801 * vc.el: Updated backend documentation.
13802 (vc-default-check-headers): New function.
13803
13804 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13805
13806 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13807 up-to-date.
13808 (vc-do-command): In the asynchronous case, output messages only if
13809 the minibuffer is not active.
13810
13811 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13812 `vc-cvs-use-edit' is on.
13813 (vc-cvs-checkout): When this is used for reverting the workfile,
13814 make a backup of the original contents and revert to that in case
13815 of error.
13816 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13817 remote repositories.
13818
13819 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13820 for both version and ratio in the minibuffer.
13821
13822 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13823 Use vc-do-command to perform the annotation, not call-process.
13824
13825 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13826
13827 * international/quail.el (quail-start-translation): Don't call
13828 `message' before reading key sequence.
13829
13830 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13831
13832 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13833
13834 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13835
13836 * window.el (fit-window-to-buffer): Be sure to acquire at least
13837 one text line even if the buffer is empty.
13838
13839 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13840
13841 * net/ange-ftp.el (ange-ftp-file-writable-p)
13842 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13843 Bind ange-ftp-process-verbose to nil.
13844
13845 2000-11-15 Dave Love <fx@gnu.org>
13846
13847 * wid-edit.el (widget-specify-field, widget-specify-button):
13848 If :help-echo is a function, set help-echo of overlay to
13849 widget-mouse-help.
13850 (widget-mouse-help): New function.
13851 (widget-echo-help): Rewritten for :help-echo functions only taking
13852 a widget arg.
13853
13854 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13855 Use display-graphic-p.
13856 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13857 and that JPEG is available.
13858 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13859
13860 * international/mule-cmds.el (locale-charset-language-names):
13861 Match @euro.
13862
13863 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13864
13865 * faces.el (face-set-after-frame-default):
13866 If `inhibit-default-face-x-resources' is bound, don't intialize the
13867 default face from X resources.
13868
13869 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13870
13871 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13872 Don't set EMACSLOADPATH.
13873
13874 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13875
13876 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13877 texinfo-insert-@url.
13878 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13879 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13880
13881 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13882
13883 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13884 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13885 (checkdoc-minor-keymap): Backward compatibility.
13886 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13887 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13888 (checkdoc-this-string-valid-engine): Be a bit more strict
13889 to avoid matching substrings of `...' quoted vars/funs.
13890 (checkdoc-defun-info): Only look for `interactive' if alone.
13891 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13892
13893 * progmodes/compile.el (grep): `tag-default' can be nil.
13894
13895 * newcomment.el (comment-indent): Paren typo.
13896
13897 2000-11-14 Dave Love <fx@gnu.org>
13898
13899 * calculator.el: New maintainer version.
13900
13901 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13902
13903 * cmuscheme.el: Doc fixes.
13904 (cmuscheme) <defgroup>: Use `scheme' as parent.
13905 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13906
13907 * xscheme.el (scheme-program-name): Don't define here.
13908
13909 * progmodes/scheme.el (scheme-program-name): New variable
13910 (originally in cmuscheme).
13911
13912 2000-11-14 Miles Bader <miles@gnu.org>
13913
13914 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13915 Handle header-lines. Don't loop forever if we can't enlarge the
13916 window anymore. Simplify a bit.
13917
13918 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13919
13920 * window.el (fit-window-to-buffer): Don't check
13921 window-text-height. Assure that the last line is fully visible.
13922
13923 * international/quail.el (quail-show-guidance-buf):
13924 Call fit-window-to-buffer to assure the enough height of the guidance
13925 buffer.
13926 (quail-update-guidance): Avoid making the guidance buffer shorter.
13927
13928 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13929
13930 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13931 rather than `prepend' and add an interesting comment.
13932 (tex-math-face, tex-font-lock-syntactic-face-function):
13933 New face and function to use it.
13934 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13935 than `menu-enable' symbol property.
13936 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13937 (tex-mode): Add some latex-mode commands for auto-selection.
13938 Use tex-font-lock-syntactic-face-function.
13939 (tex-insert-quote): Simplify.
13940 (tex-shell): New mode.
13941 (tex-start-shell): Use it.
13942 (tex-shell-proc, tex-shell-buf): New functions.
13943 (tex-send-command): Use it.
13944 (tex-main-file): Fix the meaning of the new arg REALFILE.
13945 (tex-send-tex-command): New function split from `tex-start-tex'.
13946 Set compilation-last-buffer and compilation-parsing-end.
13947
13948 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13949 when it follows non-comment text on the line.
13950
13951 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13952 Set font-lock-defaults.
13953 (lisp-mode-shared-map): Init inside the defvar.
13954 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13955 Use define-derived-mode.
13956
13957 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13958
13959 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13960
13961 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13962
13963 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13964 Don't recursively optimize body because that can lead to infinite
13965 recursion; see comment there.
13966
13967 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13968
13969 * faces.el (face-spec-set-match-display): Revert the change from
13970 2000-10-24. Add a FIXME for after v21.1.
13971
13972 2000-11-13 Miles Bader <miles@gnu.org>
13973
13974 * textmodes/fill.el (skip-line-prefix): New function.
13975 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13976 (fill-paragraph): Don't leave point inside the fill-prefix.
13977 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13978 point inside the fill-prefix.
13979
13980 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13981
13982 * calendar/calendar.el (generate-calendar-window):
13983 Use `fit-window-to-buffer'.
13984
13985 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13986
13987 * gud.el (gud-minor-mode): New var.
13988 (gud-symbol, gud-val): New functions.
13989 (gud-find-file): Copy gud-minor-mode to the new buffer.
13990 (gud-menu-map): Include entries for commands that are not always
13991 available, using :enable to (de)activate them.
13992 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13993 (gud-mode-map): New map.
13994 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13995 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13996 Don't set up gud's menu (it's done by the minor-mode).
13997 (gud-minibuffer-local-map): New.
13998 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13999 (gud-query-cmdline): New function.
14000 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
14001 (gud-mode): Use define-derived-mode.
14002 Don't set up gud's menu (it's done by the minor-mode).
14003 (gud-chop-words): Remove.
14004 (gud-common-init): Use split-string instead.
14005 (gud-new-keymap, gud-make-debug-menu): Eradicate.
14006
14007 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14008 Add keyword arg :name.
14009
14010 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
14011 (diff-count-matches, diff-split-hunk): New functions.
14012 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
14013
14014 * pcvs-info.el (cvs-fi-conflict-face): New var.
14015
14016 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
14017 Make it into a simple syntax-table, shared among all submodes.
14018 (sh-heredoc-face): Re-introduce.
14019 (sh-font-lock-syntactic-face-function): New function.
14020 (sh-mode): Use it. Also use define-derived-mode.
14021 Remove old bogus setting of indent-region-function.
14022 (sh-set-shell): Don't set the syntax-table any more.
14023 (sh-mode-syntax-table) <defun>: Remove.
14024
14025 2000-11-12 Miles Bader <miles@gnu.org>
14026
14027 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
14028 message if interactive.
14029
14030 2000-11-12 Dave Love <fx@gnu.org>
14031
14032 * mail/feedmail.el: Fix header,
14033 (feedmail) <defgroup>: Add :link.
14034
14035 * view.el: Use local-map property, not keymap on mode-line string.
14036
14037 * scroll-all.el (scroll-all-mode): Customize variable.
14038 Add autoload cookie to function.
14039
14040 * lazy-lock.el: Remove compatibility code.
14041
14042 * finder.el (finder-known-keywords): Add `files', remove `vms'.
14043 (finder-help-echo): New variable.
14044 (finder-mouse-face-on-line): Add help-echo stuff.
14045 (finder-list-keywords, finder-list-matches): Use mapc.
14046
14047 * faces.el (face-font-registry-alternatives): Add :version.
14048
14049 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
14050 tags-table-list.
14051
14052 * net/browse-url.el (browse-url-browser-function): Update :version.
14053
14054 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
14055 (mail-mode): Use [:alnum:] in some regexps.
14056
14057 2000-11-10 Dave Love <fx@gnu.org>
14058
14059 * ediff.el (ediff-regions-internal, ediff-documentation):
14060 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
14061 fundamental mode.
14062
14063 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
14064 buffer into fundamental mode.
14065 (ediff-set-difference): Use copy-sequence if available.
14066
14067 * ediff-ptch.el (ediff-dispatch-file-patching-job):
14068 Check ediff-patch-map non-nil.
14069 (ediff-fixup-patch-map, ediff-fixup-patch-map)
14070 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
14071 buffer into fundamental mode.
14072
14073 * ediff-merg.el (state-or-merge): Defvar when compiling.
14074
14075 2000-11-10 Jason Rumney <jasonr@gnu.org>
14076
14077 * w32-fns.el (w32-add-charset-info): New function.
14078 (w32-charset-info-alist): Use it.
14079
14080 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14081
14082 * faces.el (face-font-registry-alternatives): New user-option.
14083
14084 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14085
14086 * textmodes/texinfo.el (texinfo-block-default): New var.
14087 (texinfo-insert-block): Use it. Insert a newline if needed.
14088
14089 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14090 (fill-region-as-paragraph): Use it.
14091
14092 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14093 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14094 Tweak paragraph regexps to allow a leading [ \t]*.
14095 (tex-latex-block): Insert a newline if necessary.
14096 (latex-insert-item): Only insert a newline if necessary.
14097 (tex-guess-main-file): New function.
14098 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14099 Set tex-main-file if TeX-master is provided.
14100 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14101
14102 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14103
14104 * startup.el (command-line): Set the default tooltip-mode
14105 to t for graphical displays which implement x-show-tip.
14106
14107 * tooltip.el (tooltip-mode): Add a comment about startup.el
14108 setting the default value of this user-option.
14109
14110 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14111
14112 * font-lock.el (font-lock-*-face) <defvar>: Move.
14113 (font-lock-defaults-alist): Mark obsolete.
14114 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14115 (font-lock-mode): Use define-minor-mode.
14116 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14117 (font-lock-turn-off-thing-lock): Be more explicit.
14118 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14119 (font-lock-syntactic-face-function): New var.
14120 (font-lock-fontify-syntactically-region): Use it.
14121 (font-lock-doc-face): New.
14122
14123 * pcvs.el (cvs-enabledp): Ignore errors.
14124 (cvs-commit-filelist): Never query.
14125 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14126 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14127 (cvs-do-removal): Use cvs-partition rather than delete-if.
14128 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14129 cvs-bury-buffer.
14130
14131 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14132 Allow `next' to jump to after the end of the last match.
14133
14134 2000-11-09 Gerd Moellmann <gerd@gnu.org>
14135
14136 * simple.el (byte-compiling-files-p): New function.
14137
14138 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14139 if it is there.
14140
14141 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14142 nil again.
14143
14144 * textmodes/ispell.el (ispell-library-path): Don't call
14145 check-ispell-version when byte-compiling because that starts
14146 an ispell process, and ispell might not be installed.
14147 (toplevel): Don't set up a menu when byte-compiling.
14148
14149 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14150 it, so that a boundp test can be used to determine if we're
14151 currently byte-compiling.
14152
14153 2000-11-09 Dave Love <fx@gnu.org>
14154
14155 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14156
14157 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14158
14159 * ps-print.el: Patch for variable initialization when spooling.
14160 Doc fix.
14161 (ps-output-list): Fun eliminated.
14162 (ps-begin-file, ps-begin-job): Code fix.
14163
14164 2000-11-08 Dave Love <fx@gnu.org>
14165
14166 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14167
14168 2000-11-08 Gerd Moellmann <gerd@gnu.org>
14169
14170 * simple.el (shell-command, display-message-or-buffer)
14171 (shell-command-on-region): Mention resize-mini-windows in the doc
14172 string.
14173 (display-message-or-buffer): Take the value of resize-mini-windows
14174 into account.
14175
14176 2000-11-07 Gerd Moellmann <gerd@gnu.org>
14177
14178 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14179
14180 * dired.el (dired-between-files): Add `^. find' as an alternative
14181 to the regular expression, for find-dired.
14182
14183 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14184
14185 * textmodes/texnfo-upd.el: Require texinfo.
14186 (defmacro, defgroup): Remove.
14187 (texinfo-section-to-generic-alist): Remove.
14188 Use texinfo-section-list instead (i.e. level is changed string->int).
14189 (texinfo-filter): New function.
14190 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14191 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14192 Use it. And use regexp-opt.
14193 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14194 (texinfo-update-menu-region-beginning)
14195 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14196 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14197 (texinfo-update-menu-same-level-regexps): Update.
14198 (texinfo-update-node, texinfo-every-node-update)
14199 (texinfo-sequential-node-update): Remove autoload cookie.
14200
14201 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14202 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14203 (texinfo-chapter-level-regexp): Remove.
14204 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14205
14206 2000-11-06 Dave Love <fx@gnu.org>
14207
14208 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14209
14210 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14211 Match defun*.
14212
14213 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14214
14215 * composite.el (composition-function-table): Variable declaration
14216 moved to src/composite.c.
14217 (compose-chars-after): New optional arg object.
14218
14219 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14220
14221 * bindings.el (mode-line-toggle-read-only)
14222 (mode-line-toggle-modified, mode-line-widen)
14223 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14224 (make-mode-line-mouse2-map): Rewritten.
14225 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14226 functions so that C-h k can show something with a doc string.
14227
14228 * startup.el (fancy-splash-delay): Set to 10 seconds.
14229 (fancy-splash-max-time): New user-option.
14230 (fancy-splash-stop-time): New variable.
14231 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14232 (fancy-splash-screens-1): Throw `stop-splashing' when current
14233 time is greater than fancy-splash-stop-time.
14234
14235 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14236
14237 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14238
14239 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14240 Prompt user for a file rather than raising an error.
14241 (cvs-enabledp): Fix call to cvs-mode-marked.
14242 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14243 (cvs-mode-insert): Use it. Change the init prompt' value.
14244 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14245
14246 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14247 Don't pass default arg to ewoc-locate.
14248 (ewoc-collect): Return result in the right order.
14249
14250 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14251
14252 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14253 (cvs-status-get-tags): Fix regexp.
14254 (cvs-status-trees, cvs-status-cvstrees):
14255 Combine after change hooks and don't sit-for.
14256 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14257 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14258 Use make-char rather than hard-coded cryptic data.
14259 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14260
14261 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14262
14263 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14264 (cvs-insert-strings): New function.
14265
14266 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14267
14268 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14269 `mwheel-scroll-amount'.
14270 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14271 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14272 string-matching against the version string.
14273
14274 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14275
14276 * language/thai.el ("Thai"): Set a lisp form that produces
14277 composed string in `sample-text' language info.
14278
14279 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14280 composed string in `sample-text' language info.
14281
14282 * international/mule-cmds.el (describe-language-environment):
14283 Eval `sample-text' data and insert the result.
14284
14285 * international/mule-conf.el (compound-text): Define this coding
14286 system here. Make x-ctext and ctext aliases of it.
14287
14288 * language/european.el (compound-text, ctext): Moved to
14289 international/mule-conf.el.
14290
14291 2000-11-05 Andrew Innes <andrewi@gnu.org>
14292
14293 * w32-fns.el (w32-version): New function.
14294
14295 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14296
14297 * progmodes/awk-mode.el: Update copyright.
14298 (awk-mode-abbrev-table): Remove.
14299 (awk-font-lock-keywords): Use regexp-opt.
14300 (awk-mode): Use define-derived-mode.
14301
14302 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14303 when extracting a suffix.
14304
14305 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14306
14307 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14308 auto-save-mode.
14309
14310 2000-11-04 Jason Rumney <jasonr@gnu.org>
14311
14312 * language/european.el (decode-mac-roman): Test against r1 not r0.
14313
14314 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14315
14316 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14317 (icon-mode): Define indent-line-function.
14318 (icon-comment-indent): Simplify.
14319 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14320
14321 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14322
14323 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14324 Bind change-log-default-mode to defeat the caching done on it.
14325 Don't bother saving excursion any more.
14326
14327 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14328
14329 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14330 (set-frame-font): Use the new name (and the old for compatibility).
14331
14332 * toolbar/tool-bar.el (tool-bar-mode):
14333 * time.el (display-time-mode):
14334 * recentf.el (recentf-mode):
14335 * paren.el (show-paren-mode):
14336 * mwheel.el (mouse-wheel-mode):
14337 * msb.el (msb-mode):
14338 * jka-compr.el (auto-compression-mode):
14339 * image-file.el (auto-image-file-mode):
14340 * hl-line.el (hl-line-mode):
14341 * delsel.el (delete-selection-mode):
14342 * autoinsert.el (auto-insert-mode):
14343 * complete.el (partial-completion-mode): Drop unneeded positional args.
14344
14345 * info.el (Info-mode):
14346 * comint.el (comint-mode): Don't bother with make-local-hook.
14347
14348 * log-edit.el (log-edit-menu): New menu.
14349
14350 2000-11-03 Miles Bader <miles@gnu.org>
14351
14352 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14353 definition, so that trailing spaces are handled properly.
14354 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14355
14356 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14357
14358 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14359 tab character.
14360 (fancy-splash-screens): Set tab-width to 20.
14361
14362 2000-11-03 Dave Love <fx@gnu.org>
14363
14364 * comint.el (comint-completion-addsuffix): Fix custom type.
14365
14366 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14367
14368 * font-lock.el (font-lock-buffers): Remove.
14369 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14370 (font-lock-change-major-mode): Remove.
14371 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14372 (font-lock-default-fontify-region): Extend the multiline
14373 fontification to whole lines.
14374 (font-lock-fontify-anchored-keywords)
14375 (font-lock-fontify-keywords-region): If matching just one
14376 line (with \n) only mark the \n as multiline.
14377
14378 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14379 Correctly handle the case where several :group args are supplied.
14380 Allow :extra-args.
14381 (easy-mmode-define-global-mode): Allow :extra-args.
14382 Correctly handle the case where several :group args are supplied.
14383
14384 2000-11-02 Miles Bader <miles@gnu.org>
14385
14386 * calendar/calendar.el (diary-face, calendar-today-face)
14387 (holiday-face): Remove dependency on `window-system'.
14388
14389 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14390
14391 * Makefile.in (emacs): Set EMACSLOADPATH always.
14392 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14393 (compile-files): Bomb out if compilation of a file fails.
14394
14395 2000-11-02 Dave Love <fx@gnu.org>
14396
14397 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14398
14399 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14400
14401 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14402 punctuation in the warning inserted into the *mail* buffer.
14403
14404 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14405
14406 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14407 (authors-public-domain-p): New function.
14408 (authors-print): Use it.
14409
14410 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14411
14412 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14413
14414 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14415
14416 * ps-print.el: Extension for even/odd printing. Doc fix.
14417 (ps-print-version): New version number (6.3.1).
14418 (ps-even-or-odd-pages): Customization fix.
14419 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14420 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14421 (ps-page-count): Var replaced by `ps-page-column'.
14422 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14423 (ps-print-sheet-p): New fun.
14424
14425 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14426
14427 * tooltip.el (tooltip-gud-tips-setup): New function.
14428 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14429 (tooltip-mode): Call tooltip-gud-tips-setup.
14430 (tooltip-gud-tips): Use `gud-basic-call' instead of
14431 process-send-string, so the prompt gets frobbed appropriately.
14432 Handle nil return value from `tooltip-gud-print-command'.
14433
14434 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14435
14436 * comint.el (comint-add-to-input-history): New function.
14437 (comint-send-input): Use `comint-add-to-input-history'.
14438
14439 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14440
14441 * info.el (info-menu-header): New face.
14442 (Info-fontify-menu-headers): New function.
14443 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14444
14445 * info.el (Info-insert-dir): Don't include blank lines at
14446 beginning of additional dir files (one is added automatically).
14447
14448 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14449
14450 * emacs-lisp/easy-mmode.el (define-minor-mode):
14451 Revert the latest changes.
14452 Allow the three positional arguments to be skipped and replaced
14453 by keyword arguments.
14454 Add a :toggle argument to determine whether a nil arg means toggle
14455 or means turn-on. The default is unchanged.
14456 Add a call to force-mode-line-update.
14457
14458 2000-11-01 Dave Love <fx@gnu.org>
14459
14460 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14461
14462 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14463
14464 * calendar/calendar.el (diary-face, holiday-face):
14465 Add dark-background variants.
14466
14467 2000-10-31 Sam Steingold <sds@gnu.org>
14468
14469 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14470 `tex-main-file' does not have directory in it.
14471
14472 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14473
14474 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14475
14476 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14477
14478 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14479 functional change.
14480
14481 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14482
14483 * files.el (find-file-noselect): When we expand a wildcard, return
14484 a list of buffers, as we should do according to the doc string.
14485
14486 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14487
14488 * loadup.el (top level): Adjust load path if program name is
14489 "../src/bootstrap-emacs", in case it's not dumped and thus the
14490 load path adjustment hasn't already been done.
14491
14492 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14493
14494 * ps-print.el: Fix bug on selected pages for printing.
14495 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14496 is on. Try to avoid warning messages when compiling. Doc Fix.
14497 (ps-print-version): New version number (6.3).
14498 (ps-color-device): Use `color-values' to determine if device
14499 supports color.
14500 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14501 (ps-print-page-p): Changed from defsubst to defun.
14502 (ps-page-number): Changed from defmacro to defun.
14503 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14504 printing.
14505 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14506 (ps-end-file, ps-dummy-page): Funs eliminated.
14507 (ps-print-color-scale): Changed default value.
14508 (ps-page-n-up, ps-print-page-p): New internal vars.
14509 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14510 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14511
14512 * delim-col.el: Little programming improvement.
14513 (delimit-columns-str): New macro.
14514 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14515
14516 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14517
14518 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14519 Moved to european.el.
14520 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14521 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14522 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14523 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14524
14525 2000-10-30 Dave Love <fx@gnu.org>
14526
14527 * progmodes/cc-menus.el (imenu-generic-expression)
14528 (imenu-progress-message): Only defvar when compiling.
14529
14530 * emacs-lisp/elp.el (elp-unload-hook): New function.
14531
14532 * loadhist.el (unload-feature): Call elp-restore-function,
14533 checking for symbols; don't use elp-restore-all.
14534 (loadhist-hook-functions): Doc fix.
14535
14536 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * log-edit.el (log-edit-confirm): Fix the default.
14539
14540 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14541
14542 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14543 delimit-columns-format.
14544 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14545
14546 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14547
14548 * comint.el (comint-replace-by-expanded-history): Don't use
14549 comint-get-old-input (we're not looking at *old* input).
14550 (comint-get-old-input-default): If using fields, signal an error
14551 when the point is not in an input field.
14552
14553 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14554
14555 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14556 and mule-unicode-e000-ffff.
14557
14558 * international/mule.el (decode-char, encode-char): New functions.
14559 (make-coding-system): Accept a symbol of translation table as a
14560 value of property `safe-chars'.
14561
14562 * international/mule-cmds.el (encode-coding-char): Check property
14563 safe-chars instead of safe-charsets.
14564
14565 * international/fontset.el (fontset-default): Modified for
14566 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14567 (x-font-name-charset-alist): Likewise.
14568 (ccl-encode-unicode-font): New CCL program. Record it in
14569 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14570
14571 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14572 New translation tables.
14573 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14574 programs are modified and moved from mac-win.el.
14575 (mac-roman): Definition of this coding system is modified and
14576 moved from mac-win.el.
14577
14578 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14579
14580 * ediff-wind.el (ediff-setup-control-frame): Enclose
14581 face-attribute in condition-case to avoid errors in older emacsen.
14582
14583 2000-10-29 Miles Bader <miles@gnu.org>
14584
14585 * custom.el (custom-add-to-group): Allow multiple entries for a
14586 given value OPTION, as long as their widget types are different.
14587 * cus-edit.el (custom-face-value-create): If face name doesn't end
14588 with "face", add such here (similar to custom group widgets).
14589
14590 * comint.el (comint-highlight-prompt): Add :type.
14591
14592 2000-10-28 John Wiegley <johnw@gnu.org>
14593
14594 * calendar/timeclock.el (timeclock-log): Doc fix.
14595 (timeclock-last-event): Doc fix.
14596 (timeclock-log): Kill the timelog buffer after appending a new event.
14597 (timeclock-find-discrep): Use a temp buffer to read in the
14598 timelog, instead of visiting the file.
14599 (timeclock-log-data): A new function, along with a host of helper
14600 functions, for the purpose of making timelog data accessible to
14601 programmers.
14602
14603 * eshell/esh-mode.el (window-height test): Make certain that
14604 `eshell-stringify-t' is non-nil.
14605 (eshell-password-prompt-regexp): Changed to a much simpler
14606 password regexp.
14607 (eshell-send-input): If `eshell-invoke-directly' returns t,
14608 directly invoke the parsed command using `eval'. This improves
14609 turn-around time on simple commands by a factor of three or
14610 greater, such as cd, ls, pwd, etc. -- which get used very often.
14611 It also conserves thousands of cons cells per call (since
14612 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14613 in the Pacific Cookie Company).
14614
14615 * eshell/esh-test.el (eshell-test): Whitespace fix.
14616
14617 * eshell/em-ls.el (eshell-ls-insert-directory):
14618 Make `eshell-ls-initial-args' nil when inserting directory contents.
14619
14620 * eshell/em-script.el (eshell-script-initialize): Add names to
14621 `eshell-complex-commands, since `source' and `.' are complex.
14622
14623 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14624 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14625 `eshell-copy-handles'.
14626 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14627 bodies.
14628 (eshell-separate-commands): Whitespace fix.
14629 (eshell-complex-commands): Added a new list of names, for
14630 determining whether a given command is as simple as it looks.
14631 (eshell-invoke-directly): New function. Returns t if a command
14632 should be invoked directly (using `eval'), rather than indirectly
14633 using `eshell-do-eval'.
14634 (eshell-do-eval): Whitespace fix.
14635
14636 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14637 which provides an emulation of the DOS shell behavior of assuming
14638 that cp/mv/ln should copy/move/link to the current directory.
14639 (eshell-remove-entries): Added a doc string.
14640 (eshell-shuffle-files): Removed the check for `target' being null.
14641 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14642 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14643 it to do a smarter check of whether a destination was provided.
14644 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14645 (eshell/ln): Enable `:preserve-args', and use
14646 `eshell-mvcpln-template' to implement the body of the function.
14647 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14648 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14649 list after flattening it. This makes it possible to cat files
14650 with numerical names.
14651 (eshell-unix-initialize): Added several names to
14652 `eshell-complex-commands.
14653 (eshell-unix-command-complex-p): Return t if a given command name
14654 may result in external processes being invoked.
14655
14656 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14657 variable nil by default, since it slows down glob processing by a
14658 factor of two or more, and increases memory consumption.
14659
14660 * eshell/em-smart.el: Added a note about how memory consumptive
14661 smart display mode can be (at least this is true in Emacs 21).
14662 (eshell-smart-initialize): Whitespace fix.
14663 (eshell-refresh-windows): Use `if' instead of `when'.
14664 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14665 not necessary.
14666 (eshell-currently-handling-window): Added a missing global variable.
14667
14668 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14669 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14670 Whitespace fix.
14671 (eshell-ls-exclude-hidden): Added this variable in addition to
14672 `eshell-ls-exclude-regexp'. This one prevents files beginning
14673 with . from even being read, which can improve memory consumption
14674 quite a bit.
14675 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14676 read file entries beginning with a dot. In home directories with
14677 lots of hidden files, fully two-thirds of the time spent in ls is
14678 used to read directory entries that are immediately thrown away.
14679 (eshell-ls-initial-args): Added back this configuration variable,
14680 for specifying default initial arguments to every call to ls.
14681 Much faster than using an alias to do the same thing.
14682 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14683 (eshell-ls-dir): Whitespace change.
14684
14685 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14686
14687 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14688 (eshell-stringify-t): Added a customization variable, to indicate
14689 whether `t' should be rendered as a string at all. If not, one
14690 can still determine if the result of an expression is true using
14691 "file-exists-p FILE && echo true".
14692 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14693 stringify t!
14694
14695 * eshell/esh-module.el: Whitespace fix.
14696
14697 * eshell/em-alias.el (eshell-alias-initialize):
14698 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14699 (eshell-command-aliased-p): New function that returns t if a
14700 command name names an aliased.
14701
14702 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14703
14704 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14705 redrawing the screen when changing cursor color.
14706 (viper-insert-state-pre-command-sentinel)
14707 (viper-replace-state-pre-command-sentinel)
14708 (viper-replace-state-post-command-sentinel):
14709 Use viper-preserve-cursor-color.
14710 Many functions changed to use viper= instead of = when comparing
14711 characters.
14712 * viper-util.el (viper-memq-char,viper=): New functions for
14713 working with characters.
14714 (viper-change-cursor-color): Fixed buglet.
14715 Many functions changed to use viper= instead of = when comparing
14716 characters.
14717 * viper.el (viper-insert-state-mode-list): Added eshell.
14718
14719 * ediff-init.el (ediff-before-setup-hook): New hook.
14720 Several typos fixed in various docstrings.
14721 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14722 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14723 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14724 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14725 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14726 (ediff-get-selected-buffers): New function.
14727 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14728 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14729 Use save-window-excursion.
14730 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14731 termination check in while loop.
14732 * ediff.el (ediff-get-default-file-name): Better defaults when in
14733 dired buffer.
14734 (ediff-files,ediff-merge-files,ediff-files3)
14735 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14736
14737 2000-10-28 Dave Love <fx@gnu.org>
14738
14739 * info.el (Info-fontify-node): Add help-echo for menu items.
14740
14741 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14742
14743 * startup.el (normal-top-level): If the value of $TERM indicates
14744 we are running from xterm or one of its work-alikes, default to a
14745 light background mode.
14746
14747 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14748 * faces.el (tty-handle-reverse-video): New function.
14749 (tty-create-frame-with-faces): Call it.
14750
14751 * frame.el (frame-notice-user-settings): Don't apply
14752 default-frame-alist and initial-frame-alist to MS-DOS frames.
14753 Call tty-handle-reverse-video, frame-set-background-mode, and
14754 face-set-after-frame-default for non-MS-DOS frames.
14755
14756 * startup.el (tty-long-option-alist): New variable.
14757 (tty-handle-args): New function.
14758 (command-line): Call tty-handle-args.
14759
14760 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14761 startup.el now does that for all character-terminal frames.
14762
14763 2000-10-28 Miles Bader <miles@gnu.org>
14764
14765 * emacs-lisp/easy-mmode.el (define-minor-mode):
14766 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14767 is global. If :global is followed by a non-nil but non-t value,
14768 make the mode buffer-local, but also generate a `global-MODE'
14769 version using `easy-mmode-define-global-mode'.
14770 Add :conditional-turn-on keyword argument.
14771
14772 2000-10-28 Dave Love <fx@gnu.org>
14773
14774 * international/latin1-disp.el (latin1-char-displayable-p):
14775 Don't use window-system.
14776
14777 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14778
14779 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14780 Don't call find-buffer-file-type-coding-system. Instead, just
14781 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14782 if the file is on an untranslated filesystem.
14783 (add-untranslated-filesystem): Use "D" instead of "f" inside
14784 interactive.
14785
14786 2000-10-27 Dave Love <fx@gnu.org>
14787
14788 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14789 (refill-mode): Use it.
14790
14791 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14792
14793 * international/quail.el (quail-activate): Don't make-local-hook.
14794
14795 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14796
14797 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14798 manual backups and file.~<rev>.~ for automatic ones.
14799 (vc-make-version-backup): Don't do it on MS-DOS without long file
14800 names.
14801
14802 * vc.el (vc-version-other-window): If an automatic backup of the
14803 desired version exists, rename it instead of copying it.
14804
14805 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14806 after command. If there's an unexpected error, signal it instead
14807 of being silent.
14808 (vc-cvs-merge-news): Be prepared for no news at all.
14809
14810 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14811
14812 * shell.el (shell): Add BUFFER argument.
14813 * comint.el (make-comint-in-buffer): New function.
14814 (make-comint): Use it.
14815
14816 * faces.el (face-spec-choose): Change syntax so that the list of
14817 attribute-value pairs is now the cdr of each clause, not the cadr.
14818 Detect old-style entries, and handle them. Use pop.
14819
14820 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14821
14822 * cus-edit.el (custom-mode-map): Use a sparse map.
14823 (custom-mode): Don't bother with make-local-hook.
14824
14825 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14826
14827 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14828
14829 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14830
14831 * ps-print.el: Avoid compilation gripes.
14832 (ps-print-version): New version number (6.2.1).
14833
14834 2000-10-26 Dave Love <fx@gnu.org>
14835
14836 * menu-bar.el: Modify some menu item help strings.
14837 (menu-bar-help-menu): Add link to MORE.STUFF.
14838
14839 * cus-edit.el (custom-mode): Add `special' mode-class property.
14840
14841 * wid-browse.el (widget-browse-mode): Likewise.
14842
14843 * wid-edit.el (widget-specify-field): Revert to using local-map
14844 property, not keymap.
14845
14846 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14847
14848 * wid-edit.el (widget-field-end): When checking for a `boundary'
14849 field, do so in the correct buffer.
14850
14851 * simple.el (undo): Correctly distinguish between numeric and
14852 non-numeric prefix args in non-transient-mark-mode, as per the doc
14853 string. When in transient-mark-mode, treat all prefix-args as
14854 numeric.
14855
14856 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14857 Position point on match. Handle N == 0 correctly.
14858
14859 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14860 (comint-mode-map): Reverse order of `comint-write-output' and
14861 `comint-append-output-to-file'.
14862 (comint-append-output-to-file): Reinstate this function, for the
14863 benefit of the menu.
14864
14865 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14866
14867 * vc.el (vc-version-other-window): Bind `file'.
14868
14869 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14870
14871 * Makefile.in (update-authors): New target for maintenance purposes.
14872
14873 * emacs-lisp/authors.el (batch-update-authors): New function.
14874 (authors-fixed-entries): New defconst.
14875 (authors-add-fixed-entries): New function.
14876 (authors): Call it.: Don't process lispref/.
14877
14878 2000-10-25 Jason Rumney <jasonr@gnu.org>
14879
14880 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14881 Merge x w32 and mac definitions.
14882
14883 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14884
14885 * menu-bar.el (menu-bar-options-menu): Add a help string for
14886 `uniquify'.
14887
14888 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14889
14890 * time-stamp.el (time-stamp-string-preprocess):
14891 Fix a wrong type argument error.
14892
14893 2000-10-25 Miles Bader <miles@gnu.org>
14894
14895 * recentf.el (recentf-mode): Variable removed.
14896 (recentf-mode): Use `define-minor-mode'.
14897
14898 * mwheel.el (mouse-wheel-mode): New global minor mode.
14899 (mwheel-install): Use `mouse-wheel-mode'.
14900
14901 2000-10-25 Dave Love <fx@gnu.org>
14902
14903 * progmodes/cperl-mode.el (cperl-mode):
14904 Set normal-auto-fill-function correctly.
14905
14906 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14907 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14908 bindings.
14909
14910 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14911
14912 * wid-edit.el (widget-field-at): New function.
14913 (widget-at, widget-field-activate): Use it.
14914 (widget-tabable-at): Use `widget-at'.
14915 (widget-specify-field): If the terminating character of the widget
14916 field (which is read-only) is a newline, put it into a special
14917 `boundary' field so that C-n/C-p act more naturally.
14918 (widget-field-end): Also don't subtract one if a special
14919 `boundary' field has been added after the widget field.
14920
14921 * comint.el (comint-output-filter, comint-send-input):
14922 Don't bother adding stickiness fields to overlays to fool the field
14923 code, since it should notice the overlay insertion-types now.
14924
14925 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14926 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14927 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14928
14929 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14930
14931 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14932 (authors): Set file coding system to iso-2022-7bit.
14933 Add file-local variables to output buffer.
14934
14935 * files.el (after-find-file): Don't print any warnings if
14936 WARN is nil.
14937
14938 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14939
14940 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14941
14942 * delim-col.el: Now there is a column formatting mechanism.
14943 Modified to customization mechanisms convention. Doc fix.
14944 (columns): New group for delim-col.
14945 (delimit-columns-before, delimit-columns-after)
14946 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14947 (delimit-columns-end): New vars.
14948 (delimit-columns-customize, delimit-columns-format): New funs.
14949 (delimit-columns-region, delimit-columns-rectangle)
14950 (delimit-columns-rectangle-line): Modified to support column
14951 formatting.
14952
14953 2000-10-24 Dave Love <fx@gnu.org>
14954
14955 * log-edit.el (log-edit): Add :version and a :group for vc.
14956
14957 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14958
14959 * files.el (after-find-file): Don't print a message ``New file''
14960 if WARN is nil.
14961
14962 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14963 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14964 get duplicate tool-bar entries because we'll see the global ones
14965 on more than one path through keymaps.
14966
14967 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14968
14969 * progmodes/cmacexp.el: Change Francesco's email address.
14970
14971 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14972
14973 * window.el (fit-window-to-buffer): Adjust point of the window
14974 buffer, not that of the current buffer.
14975
14976 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14977
14978 * progmodes/cmacexp.el: Update the euthor's email address.
14979
14980 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14981
14982 * faces.el (face-spec-set-match-display): Add `graphic' display
14983 type (the inverse of `tty'). Use `display-graphic-p' instead of
14984 the window-system variable.
14985
14986 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14987
14988 * international/isearch-x.el (isearch-with-input-method):
14989 Call input-method-function with the first event in
14990 unread-command-events.
14991
14992 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14993
14994 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14995
14996 2000-10-24 Andrew Choi <akochoi@i-cable.com>
14997
14998 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14999 New charsets.
15000
15001 * term/mac-win.el: Remove definitions of mac-roman-lower and
15002 mac-roman-upper, require dired, and define instead of set
15003 mac-ready-for-drag-n-drop to avoid compilation error.
15004
15005 2000-10-23 Andrew Innes <andrewi@gnu.org>
15006
15007 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
15008 Remove superfluous calls to subst-char-in-string; instead apply
15009 expand-file-name after convert-standard-filename to ensure
15010 expected directory separators are used.
15011
15012 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15013
15014 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
15015
15016 2000-10-23 Dave Love <fx@gnu.org>
15017
15018 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
15019 (tool-bar-add-item): Set foreground and background for XBM icons.
15020
15021 * international/latin1-disp.el (latin1-char-displayable-p):
15022 New function (from Handa).
15023 (latin1-display-check-font): Use it.
15024
15025 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
15026 using :key-sequence, making it much more usable.
15027 Use nconc, not append.
15028 (imenu--create-keymap-1): Avoid append.
15029
15030 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
15031
15032 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15033
15034 [the following changes fix a bug where `define-minor-mode' didn't
15035 correctly generate :require clauses for defcustoms in compiled files]
15036 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
15037 (byte-compile-log-file, byte-compile-log-1): Don't set
15038 `byte-compile-current-file' to nil. Instead set
15039 `byte-compile-last-logged-file' to it. Test whether
15040 byte-compile-current-file equals byte-compile-last-logged-file
15041 instead of whether its nil.
15042 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
15043
15044 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
15045
15046 * textmodes/refill.el: Fix var names in doc.
15047 (refill-mode): Don't bother with make-local-hook anymore.
15048
15049 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15050
15051 * faces.el (face-user-default-spec, face-default-spec): New functions.
15052 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
15053 (frame-set-background-mode, face-set-after-frame-default):
15054 Use `face-user-default-spec'. Simplify code slightly.
15055
15056 * woman.el (woman-italic-face, woman-bold-face)
15057 (woman-unknown-face): Add dark-background variants.
15058 (woman-default-faces): Renamed from `woman-colour-faces'.
15059 Set using the stored defaults, rather than using hard-wired colors.
15060 (woman-monochrome-faces): Renamed from `woman-black-faces'.
15061 Just make the foreground `unspecified' rather than "black".
15062 (woman-menu): Rename menu entries accordingly.
15063
15064 * faces.el (header-line): Make more reasonable on mono/grayscale
15065 displays.
15066
15067 2000-10-23 Andrew Choi <akochoi@i-cable.com>
15068
15069 * cus-edit.el (custom-button-face): Use 3D look for mac.
15070 (custom-button-pressed-face): Likewise.
15071
15072 * faces.el (set-face-attributes-from-resources): Handle mac frames
15073 in the same way as x and w32 frames.
15074 (face-valid-attribute-values): Likewise.
15075 (read-face-attribute): Likewise.
15076 (defined-colors): Likewise.
15077 (color-defined-p): Likewise.
15078 (color-values): Likewise.
15079 (display-grayscale-p): Likewise.
15080 (face-set-after-frame-default): Likewise.
15081 (mode-line): Same default face as for x and w32.
15082 (tool-bar): Likewise.
15083
15084 * frame.el: Remove call to frame-notice-user-settings at end of
15085 the file.
15086
15087 * info.el (Info-fontify-node): Make underlines invisible for mac
15088 as for x, pc, and w32 frame types.
15089
15090 * term/mac-win.el: New file.
15091
15092 2000-10-22 Dave Love <fx@gnu.org>
15093
15094 * textmodes/refill.el: New file.
15095
15096 2000-10-22 Andre Spiegel <spiegel@gnu.org>
15097
15098 * vc-hooks.el (vc-version-backup-file-name): New optional args
15099 MANUAL and REGEXP.
15100 (vc-delete-automatic-version-backups, vc-make-version-backup):
15101 New functions.
15102 (vc-before-save): Use the latter.
15103 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15104 confusion.
15105
15106 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
15107 expected by vc[-hooks].el.
15108
15109 * vc.el (vc-checkout): Added `-p' suffix in call to
15110 vc-make-version-backups-p; use vc-make-version-backup to actually
15111 make the backup.
15112 (vc-version-other-window, vc-version-backup-file): Handle both
15113 automatic and manual backups.
15114 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15115 of all of them.
15116
15117 2000-10-22 Miles Bader <miles@gnu.org>
15118
15119 * comint.el (comint-highlight-input, comint-highlight-prompt):
15120 Renamed, `-face' at end removed.
15121 (comint-send-input, comint-output-filter): Use renamed faces.
15122
15123 * window.el (fit-window-to-buffer): Change defaulting of
15124 MAX-HEIGHT slightly.
15125
15126 * faces.el (color-values, color-defined-p): Use `member', not
15127 `memq', because it works correctly for strings.
15128 (frame-set-background-mode): Actually, "unspecified-fg" and
15129 "unspecified-bg" *are* strings. Use `member', not `memq', and
15130 `equal', not `eq', when a string value is possible.
15131
15132 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15133
15134 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15135
15136 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15137
15138 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15139 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15140 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15141 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15142 (sh-font-lock-syntactic-keywords): Use them.
15143 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15144 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15145 (sh-mode): Don't override font-lock-unfontify-region-function.
15146 Use a copy of sh-font-lock-syntactic-keywords.
15147 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15148 Don't call sh-scan-buffer since font-lock does it on the fly.
15149 (sh-get-indent-info): Use `face' rather than `syntax-table'
15150 text-property to detect here-documents.
15151 Replace sh-special-syntax with sh-st-punc.
15152 (sh-prev-line): Use `face' rather than `syntax-table'
15153 text-property to skip over here-documents.
15154 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15155 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15156 (sh-electric-less, sh-set-here-doc-region)
15157 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15158 (sh-scan-buffer, sh-rescan-buffer): Remove.
15159
15160 2000-10-21 Andrew Innes <andrewi@gnu.org>
15161
15162 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15163 remote (ange-ftp) file names.
15164
15165 2000-10-21 Miles Bader <miles@gnu.org>
15166
15167 * window.el (fit-window-to-buffer): New function.
15168 (shrink-window-if-larger-than-buffer): Use it.
15169 (window-text-height): Don't expect minibuffers to have mode-lines.
15170
15171 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15172 * international/quail.el (quail-update-guidance):
15173 Use `fit-window-to-buffer' instead of `set-window-text-height'.
15174
15175 * international/quail.el (quail-show-guidance-buf): Make sure
15176 guidance window really has enough room.
15177 (quail-update-guidance): If quail-guidance-win is already shown,
15178 make sure its height is OK.
15179
15180 * window.el (window-text-height, set-window-text-height):
15181 New functions.
15182 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15183 instead of `window-height' & `mode-line-window-height-fudge'.
15184 (mode-line-window-height-fudge): Add FACE parameter.
15185 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15186 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15187
15188 2000-10-20 Miles Bader <miles@gnu.org>
15189
15190 * window.el (height-affecting-face-attributes): Use `defconst'.
15191
15192 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15193 New function, conditionally aliased to `mode-line-window-height-fudge'.
15194 (ispell-help): Use it.
15195 (ispell-choices-win-default-height): Don't include mode-line fudge.
15196 (ispell-choices-win-default-height): New function.
15197 (ispell-show-choices, ispell-command-loop): Use function
15198 `ispell-choices-win-default-height' instead of variable.
15199
15200 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15201
15202 * window.el (mode-line-window-height-fudge): New variable.
15203 (height-affecting-face-attributes): New variable.
15204 (mode-line-window-height-fudge): New function.
15205 (shrink-window-if-larger-than-buffer): Use it.
15206 * help.el (resize-temp-buffer-window): Likewise.
15207
15208 * info.el (Info-fontify-node): Add support for @subsubsection
15209 titles, which use `Info-title-4-face'.
15210 (Info-title-4-face): New face.
15211 (Info-title-3-face): Inherit from Info-title-4-face instead of
15212 variable-pitch.
15213
15214 2000-10-19 Jason Rumney <jasonr@gnu.org>
15215
15216 * dired.el (dired-insert-directory): Do not let errors signalled by
15217 attempt to run dired-free-space-program prevent dired from working.
15218
15219 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15220
15221 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15222
15223 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15224
15225 * dirtrack.el (dirtrack): Fix call to run-hooks.
15226
15227 * cmuscheme.el (cmuscheme-program-name): Renamed from
15228 scheme-program-name because xscheme.el contains a defcustom with
15229 the same name. As a consequence, customizing group `cmuscheme'
15230 loaded `xscheme' which redefined run-scheme.
15231 (run-scheme): Use cmuscheme-program-name.
15232
15233 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15234
15235 * play/doctor.el (doctor-death): Update the Samaritans'
15236 anonymous address, and add a website for Befrienders International.
15237
15238 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15239
15240 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15241 Avoid compilation gripes. Doc fix.
15242 (ps-print-version): New version number (6.2).
15243 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15244 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15245 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15246 (ps-x-extent-priority, ps-x-extent-start-position)
15247 (ps-x-face-font-instance, ps-x-find-coding-system)
15248 (ps-x-font-instance-properties, ps-x-make-color-instance)
15249 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15250 avoid compilation gripes without defining functions.
15251 (ps-e-find-composition): Alias for function find-composition, to have a
15252 suitable function depending on Emacs version.
15253 (ps-color-device, ps-color-values, ps-face-foreground-name)
15254 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15255 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15256 (ps-print-ensure-fontified): Function definitions surrounded by
15257 `eval-and-compile' to avoid compilation gripes.
15258 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15259 by symbol-value to avoid compilation gripes.
15260 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15261 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15262
15263 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15264
15265 * startup.el (normal-top-level): Call `frame-set-background-mode'
15266 after `frame-notice-user-settings' because the latter doesn't call
15267 the former on a tty.
15268
15269 * faces.el (frame-set-background-mode): `unspecified' &c are
15270 symbols, not strings.
15271
15272 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15273
15274 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15275 why some "light*" colors are deliberately absent from the alist.
15276
15277 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15278 Change colors for tty's, as suggested by Miles Bader.
15279
15280 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15281
15282 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15283 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15284 for ISO10646-1 fonts.
15285 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15286
15287 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15288
15289 * faces.el (frame-set-background-mode): If a tty frame defines a
15290 background color, use that to compute the background mode, instead
15291 of always defaulting to "dark".
15292
15293 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15294
15295 * comint.el (comint-write-output): New function.
15296 (comint-mode-map): Add it to the menu.
15297 Bind `C-c C-s' to comint-write-output.
15298
15299 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15300
15301 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15302 Use fancy-splash-delay.
15303
15304 2000-10-18 Alex Schroeder <alex@gnu.org>
15305
15306 * progmodes/sql.el (sql-sybase-options): New option.
15307 (sql-sybase): Use it. Add sql-database to the list of parameters
15308 provided for login. The options -w 2048 -n are not used any more.
15309
15310 * comint.el (comint-read-input-ring): Bugfix such that the first
15311 and the last entry of the input ring file are not lost.
15312
15313 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15314
15315 * ps-print.el: Internal variable changes to defcustom,
15316 make-local-hook changes to defvar. Doc fix.
15317 (ps-print-version): New version number (6.1).
15318 (ps-setup, ps-do-despool): Code fix.
15319 (ps-printer-name): Customization fix.
15320 (ps-printer-name-option): Now is a defcustom instead of an
15321 internal variable.
15322 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15323 (ps-print-begin-column-hook): Now are defvar instead of
15324 make-local-hook.
15325
15326 2000-10-18 Miles Bader <miles@gnu.org>
15327
15328 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15329 (comint-kill-output): Changed into an alias for `comint-delete-output',
15330 and made obsolete.
15331 (comint-mode-map): Rename references to comint-kill-output.
15332
15333 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15334
15335 * diff-mode.el (diff-header-face, diff-file-header-face)
15336 (diff-changed-face): Add bold and italic attributes to tty faces.
15337 (diff-function-face): New face.
15338 (diff-font-lock-keywords): Use it.
15339
15340 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15341
15342 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15343 Remove commented-out call to force-mode-line-update.
15344 (comint-kill-output): Use `forward-line 0' instead of
15345 beginning-of-line to make sure we get past the prompt.
15346
15347 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15348
15349 * diff-mode.el (diff-header-face, diff-file-header-face):
15350 Add specific setting for dark background.
15351 (diff-context-face): Renamed from diff-comment-face.
15352 Set explicitly rather than inheriting from font-lock-comment-face.
15353
15354 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15355
15356 * startup.el (command-line): Move the code which sets the default
15357 TTY colors to before before-init-hook.
15358
15359 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15360
15361 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15362
15363 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15364
15365 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15366 extensions, for MS-DOS.
15367
15368 * diff-mode.el (diff-header-face, diff-file-header-face)
15369 (diff-changed-face): Define tty-specific colors.
15370
15371 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15372
15373 * startup.el (fancy-splash-text): Realign the text.
15374
15375 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15376
15377 * font-lock.el (font-lock-comment-face): Define a separate default
15378 for dark-background tty's.
15379
15380 2000-10-17 Miles Bader <miles@gnu.org>
15381
15382 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15383 being obscured by whizzy mode-lines on graphics displays.
15384
15385 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15386
15387 * info.el (Info-title-1-face, Info-title-2-face)
15388 (Info-title-3-face): Define colors for tty's.
15389 (info-header-node): Remove unneeded tty-specific definition.
15390
15391 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15392
15393 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15394 reverse from the frame parameters, and don't invert foreground and
15395 background colors.
15396
15397 2000-10-16 Miles Bader <miles@gnu.org>
15398
15399 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15400 string "*Info*". Call propertized-buffer-identification to spruce
15401 up the result.
15402
15403 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15404
15405 * help.el: Provide `help' for the sake of define-minor-mode
15406 which generates defcustoms with requires.
15407
15408 * jit-lock.el (jit-lock-after-change): If we're in text that
15409 matches a multi-line font-lock pattern, make sure the whole text
15410 will be redisplayed.
15411
15412 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15413 author's name is unknown.
15414
15415 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15416 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15417 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15418 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15419 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15420 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15421 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15422 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15423 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15424 Add author information.
15425
15426 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15427
15428 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15429 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15430 full-color version (using the Gimp) to eliminate dithering artifacts.
15431
15432 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15433
15434 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15435
15436 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15437
15438 2000-10-15 Dave Love <fx@gnu.org>
15439
15440 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15441
15442 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15443
15444 * whitespace.el: Doc fixes.
15445 (top-level): Don't add hooks here.
15446 (whitespace-running-emacs): Deleted.
15447 (timer): Don't require.
15448 (whitespace): Add back :version conditional on xemacs test.
15449 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15450 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15451 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15452 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15453 Avoid specific xemacs test.
15454 (whitespace-global-mode): New option.
15455 (whitespace-global-mode): New command.
15456 (whitespace-unload-hook): New function.
15457
15458 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15459 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15460 (Info-fontify-node): `Goto' goes to `Go to'.
15461 (Info-fontify-node): Add help-echo to xref links.
15462
15463 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15464
15465 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15466
15467 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15468
15469 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15470 Use plist-get and allow :inherit.
15471
15472 * emacs-lisp/cl-macs.el (cl-do-arglist):
15473 Use plist-get and plist-member instead of memq.
15474
15475 * emacs-lisp/ewoc.el (ewoc-location): New function.
15476 (ewoc-enter-after, ewoc-enter-before): Document return value.
15477 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15478 Don't need make-local-hook any more.
15479 (cvs-addto-collection): Return the new tin.
15480 (cvs-mode-insert): Jump to the new line.
15481
15482 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15483
15484 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15485
15486 * font-lock.el (font-lock-syntactically-fontified): New var.
15487 (font-lock-fontify-syntactic-keywords-region): Use it.
15488 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15489
15490 * diff-mode.el (diff-find-file-name): Fix regexp.
15491
15492 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15493 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15494
15495 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15496 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15497 (sh-mode): Don't make all vars local here.
15498 (sh-kw): Reformat.
15499 (sh-set-shell): Use dolist. Don't set indent-region-function.
15500 (sh-mode-syntax-table): Use pop.
15501 (sh-remember-variable): Use push.
15502 (sh-help-string-for-variable): Use memq.
15503 (sh-safe-backward-sexp): Remove.
15504 (sh-safe-forward-sexp): Add ARG.
15505 (sh-get-indent-info, sh-prev-stmt): Use it.
15506 (sh-prev-line): Simplify by using forward-comment.
15507 (sh-this-is-a-continuation): Simplify.
15508 (sh-learn-buffer-indent): Use dolist.
15509 (sh-do-nothing): Remove.
15510 (sh-set-char-syntax, sh-set-here-doc-region):
15511 Use inhibit-modification-hooks.
15512 (sh-name-style): Use mapcar and push.
15513 (sh-load-style): Use dolist.
15514 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15515 (sh-case, sh-while-getopts): Use propertize directly rather
15516 than sh-electric-rparen.
15517
15518 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15519
15520 * textmodes/tex-mode.el: Require CL when compiling.
15521 (tex-mode-syntax-table): Init immediately.
15522 (tex-mode-map): Bind M-RET to latex-insert-item.
15523 (latex-mode): Set indent-line-function to latex-indent.
15524 (tex-common-initialization): Don't setup the syntax-table any more.
15525 (latex-insert-item): New skeleton.
15526 (tex-next-unmatched-end): Fix copy/paste braino.
15527 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15528 (latex-indent, latex-find-indent): New functions.
15529 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15530 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15531 (tex-compilation-parse-errors): Use with-syntax-table.
15532
15533 2000-10-15 Miles Bader <miles@gnu.org>
15534
15535 * font-lock.el (font-lock-comment-face): Change dark-background,
15536 color, non-tty, default to `chocolate1'.
15537
15538 2000-10-13 John Wiegley <johnw@gnu.org>
15539
15540 * eshell/esh-util.el (require): Added a missing `require' form,
15541 needed when compiling (for an ange-ftp macro definition).
15542
15543 2000-10-13 Dave Love <fx@gnu.org>
15544
15545 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15546
15547 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15548
15549 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15550
15551 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15552 transparent -colors 8).
15553
15554 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15555
15556 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15557 that breaks with old list format timestamps.
15558 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15559 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15560
15561 2000-10-13 John Wiegley <johnw@gnu.org>
15562
15563 * align.el, pcomplete.el, calendar/timeclock.el,
15564 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15565
15566 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15567 faulty math, where holiday hours were being computing as seconds.
15568
15569 2000-10-13 John Wiegley <johnw@gnu.org>
15570
15571 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15572 specifying what "other" kinds of buffers should be saved.
15573 This used to be hard-coded.
15574 (desktop-buffer-misc-functions): A global for specifying how
15575 auxiliary data should be determined for special buffer types.
15576 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15577 instead of hard-coding the special buffer types.
15578 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15579 auxiliary data, instead of hard-coding for Info buffers and dired.
15580 (desktop-buffer-info-misc-data): Aux function for determining Info
15581 buffer auxiliary info.
15582 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15583 (desktop-buffer-info): Changed this function to use the info
15584 gathered above.
15585 (desktop-create-buffer): Be a little more careful about what
15586 `minor-mode' means before calling it. This is important for some
15587 buffer types.
15588
15589 2000-10-13 John Wiegley <johnw@gnu.org>
15590
15591 * eshell/esh-util.el: Added a global form which declares an
15592 autoload for `parse-time-string', if that function is not already
15593 defined, and if parse-time.el is available on the user's system.
15594
15595 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15596 to be aware of ange-ftp user info.
15597 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15598 (eshell-ls-annotate): Use `eshell-file-attributes'.
15599 (eshell-ls-file): Made the user-id printing code a bit smarter.
15600
15601 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15602 allow identification of alias user ids in remote directories.
15603 It's manual, but there's no other way to know when the current user
15604 on the local machine, is also the owning user on the remote machine.
15605 (fboundp): Bind `ange-cache'.
15606 (eshell-directory-files-and-attributes): Re-organized the logic a
15607 bit to use `eshell-file-attributes' instead of `file-attributes'.
15608 The former is more sensitive to directories that are read via FTP,
15609 and knows how to use ange-ftp to determine full attribute
15610 information, instead of just the name and last modtime.
15611 (eshell-current-ange-uids): Return the current user id when in a
15612 remote directory.
15613 (eshell-parse-ange-ls): Parse a full directory listing that has
15614 been returned by ange-ftp.
15615 (eshell-file-attributes): This beefed up version of
15616 `file-attributes' is only special if the user is currently in a
15617 remote directory, in which case it does a lot of work to find out
15618 what the real attributes of a file are, as they appear on the
15619 remote machine. This makes usage of remote directories (i.e.,
15620 ange-ftp pathnames) much more useful. You can now use Eshell as a
15621 full-fledged FTP client, with much more manipulation ability than
15622 most other clients.
15623
15624 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15625 variable, which means that Eshell's du should always be preferred
15626 in remote directories.
15627 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15628 just `file-attributes'.
15629 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15630 when reading remote directories. This is an Eshell-specific
15631 variable (not part of ange-ftp).
15632 (eshell/ln): Bind `ange-cache'.
15633 (eshell/du): Added some extra logic for determining when to use
15634 Eshell's du (which is slow), and when to use the external version
15635 (which may or may not exist).
15636
15637 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15638 Call `eshell-interactive-process', rather than using
15639 `get-buffer-process', since backgrounded processes don't count in
15640 the context of this function's logic.
15641
15642 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15643 `forward-char', so that null strings are parsed correctly.
15644
15645 2000-09-13 John Wiegley <johnw@gnu.org>
15646
15647 * eshell/em-pred.el (eshell-pred-file-type)
15648 (eshell-pred-file-links, eshell-pred-file-size):
15649 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15650
15651 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15652 that remote file globbing is more efficient.
15653
15654 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15655 gathering the files and attributes within a directory.
15656
15657 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15658 the command line is a special file (not a regular file, directory
15659 or symlink), always attempt to call the external version of cat.
15660
15661 2000-09-13 John Wiegley <johnw@gnu.org>
15662
15663 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15664 Eshell-friendly version of find-tag.
15665
15666 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15667
15668 * image-file.el (image-file-name-extensions)
15669 (image-file-name-regexps): Add autoload cookies.
15670
15671 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15672
15673 * international/mule-cmds.el (select-safe-coding-system): If FROM
15674 is string, show it in *Warning* buffer.
15675
15676 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15677
15678 * startup.el (normal-top-level): Use display-popup-menus-p instead
15679 of window-system.
15680 (command-line): Use display-graphic-p instead of window-system.
15681 (command-line-1): Use display-popup-menus-p and display-mouse-p
15682 instead of window-system.
15683
15684 2000-10-12 Sam Steingold <sds@gnu.org>
15685
15686 * tooltip.el (tooltip-use-echo-area): New user variable.
15687 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15688
15689 2000-10-12 Dave Love <fx@gnu.org>
15690
15691 * recentf.el: Maintainer's checkdoc fixes.
15692
15693 * startup.el (normal-top-level-add-subdirs-to-load-path):
15694 Use character class, not ASCII when matching file names.
15695 (fancy-splash-head): Add trailing slash to URL.
15696 (command-line): Don't require XPM support for toolbar.
15697
15698 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15699 (cperl-invalid-face): Revert last change.
15700 (cperl-init-faces): Quote cperl-invalid-face.
15701
15702 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15703
15704 * startup.el (fancy-splash-text): Remove superfluous quote.
15705
15706 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15707
15708 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15709 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15710 (command-line-1): Don't use fancy-splash-pending-command.
15711 (fancy-splash-screens-1): Goto point-min after inserting text.
15712
15713 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15714
15715 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15716 instead of shared-lisp-mode-map.
15717
15718 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15719
15720 * faces.el (header-line): Change tty-variant to use underlining.
15721
15722 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15723 (isearch-highlight): Restore lazy-isearch face properties at old
15724 position, and suppress them at new position.
15725 (isearch-dehighlight): Restore lazy-isearch face properties.
15726 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15727 over the real isearch overlay, but in that case, don't give it a
15728 face property. Use `push'.
15729
15730 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15731
15732 * man.el (Man-getpage-in-background): Fix previous change.
15733 Decode the process output only when we are in multibyte mode.
15734
15735 2000-10-11 Dave Love <fx@gnu.org>
15736
15737 * info.el (Info-mode-menu): Fix some help.
15738 (info-tool-bar-map): Add entry for Info-last.
15739
15740 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15741 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15742 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15743 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15744 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15745 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15746 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15747 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15748 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15749 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15750 Reduce colour requirements to 25 overall. (Probably wants
15751 revisiting from the originals to reduce further.)
15752
15753 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15754
15755 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15756 buffer-file-coding-system, instead of raw-text.
15757 (dehexlify-buffer): Bind coding-system-for-read to
15758 buffer-file-coding-system, instead of raw-text.
15759
15760 2000-10-11 Sam Steingold <sds@gnu.org>
15761
15762 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15763 `underline' - fixes the bug introduced on 2000-09-21.
15764
15765 2000-10-11 Dave Love <fx@gnu.org>
15766
15767 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15768 Avoid compiler warnings.
15769 (scheme-mode): Doc fix.
15770 (scheme-font-lock-keywords-1): Match `define-syntax'.
15771
15772 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15773
15774 * faces.el (frame-set-background-mode): Pay attention to saved
15775 face specs as well as default ones. Only do anything if the
15776 bg-mode or display-type has actually changed. Use `dolist'.
15777 (region): Make dark-background `region' face less in-your-face.
15778
15779 2000-10-10 Sam Steingold <sds@gnu.org>
15780
15781 * chistory.el, ielm.el, ledit.el:
15782 * progmodes/inf-lisp.el, progmodes/scheme.el:
15783 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15784
15785 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15786
15787 * textmodes/texinfo.el: Update copyright and fix typo.
15788
15789 * desktop.el (desktop-modes-not-to-save): New var.
15790 (desktop-save-buffer-p): Use it.
15791 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15792 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15793
15794 2000-10-10 Dave Love <fx@gnu.org>
15795
15796 * toolbar/tool-bar.el (tool-bar-add-item)
15797 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15798
15799 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15800 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15801 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15802 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15803 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15804 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15805 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15806 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15807 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15808 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15809 the .xpms; probably need retouching.
15810
15811 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15812
15813 * subr.el (add-to-list): Add optional argument APPEND.
15814 * battery.el (display-battery): Use `add-to-list'.
15815
15816 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15817
15818 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15819 properties.
15820 (zone, zone-when-idle, zone-leave-me-alone)
15821 (zone-pgm-whack-chars): Use new symbol properties.
15822
15823 * battery.el (display-battery): Doc spelling fix.
15824
15825 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15826 property.
15827
15828 2000-10-09 Dave Love <fx@gnu.org>
15829
15830 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15831 has been initialized before calling tool-bar-setup.
15832 (tool-bar-add-item-from-menu): Add autoload cookie.
15833
15834 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15835
15836 * menu-bar.el (send-mail-item-name): New function.
15837 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15838 of mail-user-agent in the menu. Don't display the "Send Mail"
15839 item if mail-user-agent is nil or its value is ignore.
15840 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15841 if read-mail-command is nil or its value is ignore.
15842
15843 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15844
15845 2000-10-09 Miles Bader <miles@gnu.org>
15846
15847 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15848 Correct image size.
15849 * toolbar/left_arrow.xpm: Correct image size.
15850
15851 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15852 will be done by the definition of `auto-compression-mode' if
15853 necessary. Move code to uninstall existing file-name handler
15854 before definition of `auto-compression-mode'.
15855
15856 * image-file.el (auto-image-file-mode): Move to the end of the
15857 file, because `define-minor-mode' actually calls the mode-function
15858 if the associated variable is non-nil, which requires that all
15859 needed functions be already defined.
15860
15861 * mouse.el (popup-menu): Balance parens.
15862
15863 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15864
15865 * mouse.el (popup-menu): Move the command call outside the loop
15866 so that popup-menu returns whatever the command returns.
15867
15868 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15869 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15870 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15871 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15872
15873 * vc.el (vc-version-diff): diff-switches can be a list.
15874 Use relative filenames for prettier output.
15875
15876 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15877 (vc-post-command-functions): Remove old-VC compatibility code.
15878
15879 * newcomment.el (comment-indent-default): Autoload.
15880
15881 * font-lock.el (font-lock-defaults): Make buffer-local.
15882 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15883 (font-lock-choose-keywords):
15884 Ignore LEVEL unless KEYWORDS is a list of syms.
15885 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15886 Don't wrap regexp-opt things in \(...\) unnecessarily.
15887
15888 * jit-lock.el: Don't require font-lock any more.
15889 (jit-lock-functions): Make buffer-local.
15890 (jit-lock-saved-fontify-buffer-function): Remove.
15891 (jit-lock-mode): Remove autoload cookie.
15892 Remove font-lock specific code.
15893 (jit-lock-unregister): Don't bother handling complex hooks any more.
15894 (jit-lock-refontify): New function.
15895 (jit-lock-fontify-buffer): Use it.
15896 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15897 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15898 Add optional args START and END.
15899 Never call font-lock-fontify-region directly.
15900 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15901
15902 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15903
15904 2000-10-08 Dave Love <fx@gnu.org>
15905
15906 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15907
15908 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15909
15910 * play/studly.el (studlify-region, studlify-word): Add autoload
15911 cookie.
15912
15913 * play/morse.el (morse-region, unmorse-region): Add autoload
15914 cookie.
15915
15916 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15917 concat.
15918
15919 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15920 insist on symbols starting with word syntax.
15921 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15922 (eval-defun-1): Doc fix.
15923 (indent-sexp): Use nconc to build up indent-stack.
15924
15925 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15926 Gnus with little use.
15927 (mail-setup-hook): Add mail-abbrevs-setup to options.
15928
15929 * recentf.el: Doc fixes.
15930
15931 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15932 Clean up remainder.
15933
15934 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15935 without timezone and (8) with timezone to enforce some whitespace.
15936 Simplify code somewhat.
15937
15938 * options.el (list-options): Doc that you should use customize.
15939
15940 * iswitchb.el (iswitchb-mode): Add :require.
15941
15942 * info.el (Info-goto-node, Info-menu): Doc fix.
15943 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15944 (info-tool-bar-map): New variable.
15945 (Info-mode): Use it.
15946 (Info-edit-map): Define all in defvar.
15947 (speedbar-attached-frame): Avoid compiler warning.
15948
15949 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15950 (global-map): Bind [tool-bar] to a filtered map.
15951 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15952 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15953 Allow PBM icons.
15954 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15955
15956 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15957 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15958 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15959 icons, except up_arrow, which is left-arrow rotated.
15960
15961 * imenu.el (imenu-add-to-menubar): Fix last change.
15962
15963 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15964
15965 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15966 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15967
15968 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15969
15970 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15971 typos in doc strings.
15972
15973 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15974 the doc strings how to customize Font Lock faces.
15975
15976 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15977 computing growth when dragging the header line.
15978
15979 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15980
15981 * simple.el (kill-line): Doc fix.
15982
15983 2000-10-08 Miles Bader <miles@gnu.org>
15984
15985 * faces.el (secondary-selection): Make foreground visible on tty.
15986
15987 * jka-compr.el (auto-compression-mode): Move to the end of the
15988 file, because `define-minor-mode' actually calls the mode-function
15989 if the associated variable is non-nil, which requires that all
15990 needed functions be already defined.
15991 (with-auto-compression-mode): Add autoload cookie.
15992
15993 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15994
15995 * files.el (find-backup-file-name) [ms-dos]: If support for long
15996 file names is not available, behave as if version-control were set
15997 to never.
15998
15999 2000-10-07 Dave Love <fx@gnu.org>
16000
16001 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
16002 (browse-url-gnome-moz): New function.
16003 (browse-url-browser-function): Use it.
16004 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
16005
16006 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
16007
16008 * indent.el (tab-always-indent): New var.
16009 (indent-for-tab-command): Use it.
16010
16011 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
16012 raise an error. This way it can still default to a sane value.
16013
16014 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16015
16016 * startup.el (fancy-splash-screens): Use local rather than global map.
16017 Don't use `update-menu-bindings' any more.
16018 Get rid of assumptions about keymap representation.
16019
16020 2000-10-06 Dave Love <fx@gnu.org>
16021
16022 * textmodes/fill.el (sentence-end-double-space)
16023 (sentence-end-without-period): Doc fix.
16024 (adaptive-fill-regexp): Purecopy.
16025 (unjustify-current-line): Use line-end-position.
16026 (fill-individual-paragraphs-prefix): Use line-beginning-position.
16027
16028 * net/eudc-vars.el (eudc): Add :version, :link.
16029
16030 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
16031
16032 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
16033 Fix for define-minor-mode.
16034 (function-at-point): Alias to function-called-at-point.
16035
16036 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
16037
16038 * simple.el (backward-word): Doc fix.
16039
16040 * image-file.el (image-file-name-regexp): image-file-regexps ->
16041 image-file-name-regexps.
16042 (image-file-name-extensions): Add pbm.
16043
16044 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16045
16046 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
16047 and add filename to the names so that diff-mode can jump to source.
16048
16049 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
16050 (tex-font-lock-keywords, tex-font-lock-keywords-2)
16051 (tex-font-lock-keywords-1): Remove.
16052 (font-lock-turn-on-thing-lock): Use jit-lock-register.
16053 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
16054 (font-lock-default-fontify-region):
16055 Expand beg..end correctly when just following a multiline region.
16056 (font-lock-fontify-anchored-keywords):
16057 Include the anchor text as part of the multiline.
16058
16059 2000-10-06 Gerd Moellmann <gerd@gnu.org>
16060
16061 * loadup.el (toplevel): Load `loaddefs' before `help' because the
16062 latter needs the autoloaded define-minor-mode macro during the
16063 bootstrap.
16064
16065 * startup.el (command-line): For now, activate tool-bar-mode only
16066 if XPM images are supported.
16067
16068 * mouse.el (mouse-drag-header-line): Don't allow resizing a
16069 window by dragging a header-line at the top of the frame; that's
16070 confusing because the header-line doesn't move.
16071 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
16072 of treating the event as a list. Some cleanup.
16073
16074 2000-10-06 Miles Bader <miles@gnu.org>
16075
16076 * simple.el (display-message-or-buffer): New function.
16077 (shell-command-on-region): Use `display-message-or-buffer'.
16078
16079 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16080 docstring parts.
16081
16082 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16083 (smbclient-prompt-regexp): Add usage note to doc string.
16084 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16085 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16086 Use add-hook for adding the comint filter function, and only do so
16087 if it's not already in the global hook list.
16088 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16089 to `make-local-variable'.
16090 (nslookup-font-lock-keywords): Remove prompt entry.
16091 (nslookup): Don't set the process-filter.
16092 (finger): Exit the loop correctly when the regexps list runs out.
16093 (ftp, smbclient, smbclient-list-shares):
16094 Set the real major mode immediately, not after execing.
16095 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16096
16097 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16098
16099 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16100
16101 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16102
16103 * which-func.el (which-func-format): Remove spurious space.
16104 (which-func-mode): Don't make it permanent-local.
16105 (which-func-ff-hook): Allow which-func-maxout to be nil.
16106 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16107 (which-func-mode): Simplify.
16108 Use post-command-idle-hook rather than post-command-hook.
16109 Go through all buffers and update their state.
16110 (which-function): Also try add-log-current-defun-function.
16111
16112 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16113 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16114 Update call to with-vc-properties accordingly.
16115 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16116 (vc-revert-buffer): More careful about window selection and deletion.
16117 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16118
16119 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16120 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16121 (cvs-dired-action): Change the default to quickdir.
16122
16123 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16124 if comment-indent-function returns nil.
16125 (comment-indent-default): New function.
16126 (comment-indent-function): Use it and document the new semantics.
16127
16128 * image-file.el: Docstring fixes.
16129
16130 * help.el (help-xref-on-pp): Use match-string.
16131 (describe-variable): New arg BUFFER.
16132 Store the current buffer in the help-xref-stack.
16133 (temp-buffer-resize-mode): Use define-minor-mode.
16134
16135 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16136 consistently with its docstring.
16137 Set jit-lock-first-unfontify-pos in an idempotent way.
16138 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16139
16140 2000-10-05 Alex Schroeder <alex@gnu.org>
16141
16142 * sql.el (sql-mysql-options): New variable.
16143 (sql-mysql): Use it.
16144
16145 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16146
16147 * image.el (image): New group.
16148
16149 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16150 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16151
16152 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16153
16154 * net/net-utils.el (nslookup-font-lock-keywords)
16155 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16156 Ignore the value of wqindow-system; always define keywords
16157
16158 2000-10-05 Kenichi Handa <handa@etl.go.jp>
16159
16160 * startup.el (fancy-splash-screens): Remove the code for
16161 debugging; `(trace-to-stderr "EXITTT\n")'.
16162
16163 2000-10-05 Miles Bader <miles@gnu.org>
16164
16165 * diff-mode.el (diff-goto-source): Update call to
16166 `diff-hunk-status-msg' to reflect new REV variable.
16167
16168 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16169
16170 * progmodes/icon.el (icon-mode):
16171 Don't gratuitously override the default for comment-column.
16172
16173 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16174
16175 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16176 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16177 (jit-lock-functions): New var.
16178 (jit-lock-function-1): Use it if non-nil.
16179 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16180 Set the `fontified' property before doing the fontification to avoid
16181 repeatedly going through the same error.
16182 Don't turn errors into messages.
16183 (jit-lock-register, jit-lock-unregister): New functions.
16184
16185 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16186 Use with-current-buffer.
16187
16188 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16189 Turn comment into docstring.
16190
16191 * apropos.el (apropos-mode): Use define-derived-mode.
16192
16193 2000-10-04 Gerd Moellmann <gerd@gnu.org>
16194
16195 * startup.el (fancy-splash-pending-command): New variable.
16196 (fancy-splash-pre-command): New function.
16197 (fancy-splash-screens): Rewritten.
16198 (command-line-1): If fancy-splash-pending-command is set, call it
16199 interactively.
16200
16201 2000-10-04 Dave Love <fx@gnu.org>
16202
16203 * toolbar/tool-bar.el (tool-bar-setup): New function.
16204 (tool-bar-mode): Use it.
16205
16206 * subr.el (substitute-key-definition): Doc fix.
16207 (play-sound-file): New command.
16208
16209 2000-10-04 Andre Spiegel <spiegel@gnu.org>
16210
16211 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16212 vc-version-backup-file-name): New functions.
16213
16214 * files.el (basic-save-buffer): Call vc-before-save before saving.
16215
16216 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16217 vc-cvs-stay-local-p.
16218
16219 * vc.el (vc-revert-buffer): Handle empty diff properly.
16220 (vc-version-backup-file): New function.
16221 (vc-checkout): Create a version backup if necessary.
16222 (vc-checkin): If a version backup file exists, delete it.
16223 (vc-version-diff): Diff locally using version backups, if available.
16224 (vc-revert-file): If there's a version backup, revert locally.
16225 (vc-transfer-file): Use version backup for base version, if
16226 available. If not, ask for confirmation whether to get it from the
16227 server. Update mode line before check-in.
16228
16229 2000-10-04 Dave Love <fx@gnu.org>
16230
16231 * toolbar/tool-bar.el (tool-bar-setup): New function.
16232 (tool-bar-mode): Use it.
16233
16234 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16235
16236 * net/net-utils.el (nslookup-font-lock-keywords)
16237 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16238 Only set if window-system is non-nil
16239 (net-utils-run-program): Returns buffer.
16240 (network-connection-reconnect): Added this function.
16241
16242 * generic.el:
16243 Incorporates extensive cleanup and docfixes by
16244 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16245 Uses cl compile-time macros.
16246 (generic-mode-name, generic-comment-list)
16247 (generic-keywords-list, generic-font-lock-expressions)
16248 (generic-mode-function-list, generic-mode-syntax-table):
16249 Removed variables.
16250 (generic-mode-alist): Renamed to generic-mode-list.
16251 (generic-find-file-regexp): Default changed to "^#".
16252 (generic-read-type): Uses completing read on generic-mode-list.
16253 (generic-mode-sanity-check): removed this function.
16254 (generic-add-to-auto-mode): Removed this function
16255 (generic-mode-internal): Bind mode-specific definitions
16256 into function instead of putting them in alist.
16257 (generic-mode-set-comments): Reworked extensively.
16258 (generic-mode-find-file-hook): Simplified regexp searching
16259 (generic-make-keywords-list): Omit extra pair of parens
16260
16261 * find-lisp.el (find-lisp-find-files-internal):
16262 Make sure directory name ends with "/".
16263
16264 * generic-x.el (apache-conf-generic-mode):
16265 Regexp now allows leading whitespace.
16266 (rc-generic-mode): Added eval-when-compile
16267 around generic-make-keywords-list.
16268 Deleted duplicate regexp
16269 (rul-generic-mode): Added eval-when-compile
16270 around generic-make-keywords-list.
16271 (etc-fstab-generic-mode): New generic mode.
16272 (rul-generic-mode): Removed one eval-when-compile
16273 which caused a max-specpdl-size exceeded error.
16274
16275 2000-10-04 Miles Bader <miles@gnu.org>
16276
16277 * simple.el (minibuffer-temporary-goal-position): New variable.
16278 (next-history-element): Try to keep the position of point in the
16279 input string constant.
16280
16281 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16282 (dired-do-create-files): If there's only one file, pass it in as
16283 the DEFAULT arg to dired-mark-read-file-name.
16284
16285 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16286
16287 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16288 (diff-goto-source): Be smarter when choosing REVERSE or not.
16289
16290 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16291 (texinfo-mode-menu): Add an explicit shortcut for update all.
16292
16293 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16294
16295 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16296 factorize backend-specific code cleanly (this was essentially
16297 conceived by Stefan Monnier).
16298 (vc-unregister): Function removed.
16299 (vc-revert-file): New function.
16300 (vc-revert-buffer): Delegate some of the work to it.
16301
16302 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16303 default branch unconditionally.
16304 (vc-rcs-set-default-branch): New function.
16305 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16306 (vc-rcs-checkin): If an appropriate default branch has been set,
16307 force creation of that branch.
16308 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16309 code (as suggested by Stefan Monnier).
16310
16311 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16312
16313 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16314 highlighting overlay with a different face over the overlay
16315 isearch uses to highlight the current match because that can lead
16316 to bad face combinations.
16317
16318 * loadup.el (toplevel): Load faces before isearch.
16319
16320 * isearch.el (isearch-faces): New custom group.
16321 (isearch): New defface; was already tested for in the code.
16322 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16323 (isearch-highlight): Always use face `isearch'.
16324
16325 2000-10-02 Dave Love <fx@gnu.org>
16326
16327 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16328 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16329 comparison of opcode with operand.
16330
16331 2000-10-03 Miles Bader <miles@gnu.org>
16332
16333 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16334 buffer, since the echo area will now grow to accommodate them.
16335
16336 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16337
16338 * vc-hooks.el (vc-registered): If FILE used to be registered under
16339 a certain backend, try that one first.
16340
16341 * vc.el (vc-responsible-backend): Undo the previous change in the
16342 argument list. Handle multiple backends correctly.
16343 (vc-find-new-backend): Function removed.
16344 (vc-register): Use vc-responsible-backend, as before.
16345 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16346
16347 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16348
16349 * startup.el (fancy-splash-head): Change message below the
16350 logo.
16351
16352 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16353
16354 * diff-mode.el (diff-goto-source): Emit a status message.
16355 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16356 (diff-test-hunk): Fix doc string.
16357 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16358 (diff-advance-after-apply-hunk): New variable.
16359 (diff-apply-hunk): Don't return a value.
16360
16361 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16362
16363 * vc.el (vc-editable-p): Minor optimization.
16364 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16365 (vc-find-new-backend): New function split from vc-responsible-backend.
16366 (vc-register): Use it.
16367 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16368 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16369 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16370 (vc-clear-headers): Don't use find-file.
16371 (vc-revert-buffer): Use `and' again (must have been a braino).
16372 (vc-switch-backend): Only prompt if requested.
16373 Short circuit if nothing is to be done.
16374 Don't use vc-resynch-buffer which could lose unsaved editing.
16375 (vc-default-receive-file): Update call to vc-unregister.
16376 (with-vc-file, vc-next-action-on-file):
16377 Use vc-backend rather than vc-registered.
16378 (vc-next-action-on-file): Use intern-soft.
16379 Deal with read-only *vc-diff* buffer.
16380 (vc-transfer-file): Docstring fix.
16381
16382 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16383 (vc-rcs-receive-file): Avoid with-vc-properties.
16384 Update call to vc-unregister.
16385 Use constant `RCS' rather than (dynamically bound) var `backend'.
16386
16387 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16388
16389 * vc.el (vc-next-action-on-file): Update mode line only if file
16390 is visited.
16391 (vc-start-entry): New argument initial-contents. Don't visit the file
16392 if it isn't already visited. Brought documentation up-to-date.
16393 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16394 (vc-checkin): New optional arg initial-contents, which is passed to
16395 vc-start-entry.
16396 (vc-finish-logentry): Make sure to bury log buffer only if there
16397 really is one. Call `vc-resynch-buffer' on log-file, not
16398 buffer-file-name.
16399 (vc-default-comment-history, vc-default-wash-log): New functions.
16400 (vc-index-of): Removed.
16401 (vc-transfer-file): Make do without the above.
16402 (vc-default-receive-file): Call comment-history unconditionally. Pass
16403 the resulting string to vc-checkin, instead of inserting it into the
16404 comment ring.
16405
16406 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16407 unconditionally. Use the comments as initial contents of the log
16408 entry buffer. Document the trick to force branch creation with no
16409 changes.
16410
16411 2000-10-01 Miles Bader <miles@gnu.org>
16412
16413 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16414 `recenter' with an arg to prevent redrawing the display.
16415
16416 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16417
16418 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16419
16420 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16421
16422 * progmodes/c-mode.el (c-mode):
16423 Don't gratuitously override the default for comment-column.
16424
16425 * textmodes/tex-mode.el (latex-metasection-list): New var.
16426 (latex-imenu-create-index): Use it.
16427 Move the regexp construction outside loops (and use push).
16428 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16429 (tex-font-lock-keywords): Moved from font-lock.el.
16430 (tex-comment-indent): Remove.
16431 (tex-common-initialization): Don't set comment-indent-function.
16432 (latex-block-default): New var.
16433 (tex-latex-block): Use it to provide a default choice.
16434 Add any unknown choice to latex-block-names.
16435 Insert [...] after {...}.
16436 (tex-last-unended-begin): Simplify regexp.
16437 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16438 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16439 (latex-mode): Set forward-sexp-function.
16440
16441 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16442 Add regexp for @ignore ... @end ignore.
16443 (texinfo-heading-face): New face.
16444 (texinfo-font-lock-keywords): Use it.
16445 (texinfo-mode-menu): New menu.
16446 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16447 New functions.
16448 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16449 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16450 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16451 Remove declaration.
16452 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16453
16454 * delsel.el (delete-selection-mode): Use define-minor-mode.
16455
16456 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16457
16458 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16459
16460 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16461
16462 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16463
16464 * replace.el (keep-lines-read-args): New function.
16465 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16466 read arguments interactively. Add parameters RSTART and REND.
16467 Operate on the active region in Transient Mark mode.
16468
16469 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16470
16471 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16472 (authors-obsolete-files-regexps): New variable.
16473 (authors-add): Don't record changes in obsolete files.
16474
16475 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16476
16477 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16478
16479 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16480 (comment-indent): Make sure there's a space between code and comment.
16481 Shift comments left to avoid going past fill-column.
16482
16483 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16484
16485 * startup.el (startup-echo-area-message): New function.
16486 (display-startup-echo-area-message): Use it.
16487 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16488 (fancy-splash-default-action): New function.
16489 (fancy-splash-screens-1): New function.
16490 (fancy-splash-head): Put a help-echo and a keymap under the image.
16491
16492 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16493
16494 * diff-mode.el (diff-add-log-file-name): Remove.
16495 (diff-mode): Use add-log-buffer-file-name-function.
16496
16497 * add-log.el (find-change-log): New arg BUFFER-FILE.
16498 (add-log-file-name): Obey add-log-file-name-function.
16499 (add-log-buffer-file-name-function): New var.
16500 (add-change-log-entry): Use it.
16501
16502 2000-09-29 Miles Bader <miles@gnu.org>
16503
16504 * image-file.el (image-file-name-extensions): New variable.
16505 (image-file-name-regexps): Renamed from `image-file-regexps'.
16506 New default value is nil. Call `auto-image-file-mode'.
16507 (image-file-name-regexp): New function.
16508 (auto-image-file-mode): New minor mode.
16509 (insert-image-file): Don't make conditional on the image-file
16510 handler being enabled.
16511 (image-file-handler): Make the call here conditional instead.
16512 (set-image-file-handler-enabled, enable-image-file-handler)
16513 (disable-image-file-handler): Functions removed.
16514
16515 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16516 string.
16517
16518 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16519
16520 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16521 it's a function from CL.
16522 (latex-imenu-create-index): Replace eval-when-compile with progn
16523 because latex-section-alist is not bound while compiling.
16524
16525 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16526
16527 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16528 (outline-mode): Use define-derived-mode.
16529
16530 * progmodes/perl-mode.el (perl-mode):
16531 * progmodes/awk-mode.el (awk-mode):
16532 * progmodes/asm-mode.el (asm-mode):
16533 Don't gratuitously override the default for comment-column.
16534
16535 * emacs-lisp/lisp.el (lisp-complete-symbol):
16536 Distinguish the let-binding case from the funcall case.
16537 (forward-sexp-function): New variable.
16538 (forward-sexp): Use it.
16539
16540 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16541 (easy-mmode-defmap): Remove the now useless autoload.
16542
16543 * time.el (display-time-mode): Use define-minor-mode.
16544
16545 * subr.el (add-minor-mode): Don't eval NAME.
16546 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16547 Use if rather than cond.
16548
16549 * simple.el (read-expression-map): Define more properly.
16550 (comment-indent-hook): Remove.
16551 (string-to-syntax): Bug fix.
16552
16553 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16554 (cvs-ediff-diff): Fix typo.
16555 (cvs-revert-if-needed): Don't bother preserving read-only.
16556
16557 * paren.el (show-paren-mode): Use define-minor-mode.
16558
16559 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16560 (toggle-auto-compression): Remove.
16561 (jka-compr-build-file-regexp): Remove useless grouping.
16562
16563 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16564 Avoid user-reserved bindings.
16565 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16566 (diff-header-face): Revert to grey85.
16567
16568 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16569
16570 * complete.el (partial-completion-mode) <defcustom>: Remove.
16571 (partial-completion-mode): Use define-minor-mode.
16572 (PC-do-completion): Understand `completion-auto-help = delay'
16573 to mean to popup the completion buffer only the second time.
16574 (PC-include-file-all-completions, PC-include-file-all-completions)
16575 (PC-include-file-all-completions): Don't quote lambda.
16576
16577 * comint.el (comint-mode-hook): Docstring fix.
16578 (comint-mode): Use define-derived-mode.
16579 (comint-mode-map): Remove obsolete comment.
16580 (make-comint): Minor stylistic change.
16581 (comint-insert-clicked-input): Be more careful to find the overlay.
16582 Use this-command-keys rather than hardcoding mouse-2.
16583
16584 * font-lock.el: Replace confusing (,@ with ,
16585 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16586 Don't use regexp-opt-depth. Spice up the regexp for args.
16587 Don't distinguish between cmds that can take an opt arg or not.
16588 Use `append' and `prepend' rather than `keep'.
16589
16590 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16591 (latex-outline-regexp): New var.
16592 (latex-outline-level): New fun.
16593 (latex-section-alist): New var.
16594 (latex-imenu-create-index): Use it. Use `push' as well.
16595 (tex-shell-map): Initialize it properly.
16596 (tex-mode): Minor stylistic change.
16597 (plain-tex-mode): Use define-derived-mode.
16598 (latex-mode): Use define-derived-mode.
16599 Construct the paragraph regexps in a more readable way.
16600 Set the buffer-local outline-{level,regexp} vars.
16601 (slitex-mode): Derive from latex-mode.
16602 (tex-common-initialization): Don't kill-all-vars anymore.
16603 Add setting for comment-add and font-lock-defaults.
16604 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16605 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16606 (tex-start-tex): New arg DIR (and send a chdir command for it).
16607 Also display the shell buffer and save it in tex-last-buffer-texed.
16608 (tex-region): Use expand-file-name rather than concat.
16609 Remove code made useless by changes in tex-start-tex.
16610 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16611
16612 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16613
16614 2000-09-28 Dave Love <fx@gnu.org>
16615
16616 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16617
16618 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16619
16620 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16621 `append'.
16622
16623 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16624
16625 * info.el (Info-extract-pointer): Undo last change.
16626 Instead, fix the position of the `bound' arg to re-search-backward.
16627
16628 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16629
16630 * info.el (Info-extract-pointer):
16631 Widen more carefully, to avoid finding pointers in other nodes.
16632 (Info-index): Use push.
16633
16634 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16635
16636 * frame.el (set-frame-font): Remove call to obsolete function
16637 frame-update-faces.
16638 (set-foreground-color, set-background-color): Likewise for
16639 frame-update-face-colors.
16640
16641 2000-09-27 Miles Bader <miles@gnu.org>
16642
16643 * image-file.el: New file.
16644
16645 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16646
16647 * frame.el (frame-notice-user-settings): Don't call
16648 frame-update-faces, which is a no-op now.
16649
16650 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16651 tool-bar-lines.
16652
16653 2000-09-27 Dave Love <fx@gnu.org>
16654
16655 * mouse.el: Fix last change.
16656
16657 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16658
16659 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16660
16661 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16662
16663 * international/quail.el (quail-help): The output message is
16664 improved.
16665
16666 2000-09-26 Dave Love <fx@gnu.org>
16667
16668 * mouse.el (popup-menu): If POSITION is nil, set it using
16669 mouse-position.
16670
16671 2000-09-25 Sam Steingold <sds@gnu.org>
16672
16673 * net/browse-url.el (browse-url-file-url): Check for null maps.
16674
16675 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16676
16677 * frame.el (frame-notice-user-settings): Don't add a
16678 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16679
16680 * frame.el (frame-notice-user-settings):
16681 Make tool-bar-mode and default-frame-alist consistent.
16682
16683 * toolbar/tool-bar.el (tool-bar-help): New function.
16684
16685 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16686
16687 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16688 current-load-list in top-level forms. Else this leaks a cons cell
16689 every time a defun is called.
16690
16691 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16692
16693 2000-09-25 Dave Love <fx@gnu.org>
16694
16695 * startup.el (fancy-splash-head): Check XPM is available.
16696
16697 * autoinsert.el (auto-insert): Doc fix.
16698 (auto-insert-alist): Following GNU notices, don't say `copyright
16699 _by_'. Use line-beginning-position.
16700 (auto-insert): Check buffer-file-name is non-nil before use.
16701
16702 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16703
16704 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16705 starting with `@def' or `@multitable', in addition to ones
16706 specified by the user in auto-fill-inhibit-regexp.
16707
16708 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16709
16710 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16711 rmail-dont-reply-to-names matches the empty string.
16712
16713 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16714
16715 * startup.el (command-line-1, fancy-splash-text): Change the
16716 text to sound more friendly.
16717
16718 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16719
16720 * progmodes/hideshow.el: Update author email address.
16721 Generally, sync w/ maintainer version 5.22.
16722 (hs-hide-all-non-comment-function): New var.
16723 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16724 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16725 (hs-show-region): Delete this command.
16726 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16727
16728 2000-09-22 Dave Love <fx@gnu.org>
16729
16730 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16731 (hl-line-highlight): Specify buffer when moving overlay.
16732
16733 * progmodes/fortran.el (fortran-mode): Locally set
16734 normal-auto-fill-function.
16735 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16736 (fortran-mode-map): Adjust auto-fill menu entry.
16737
16738 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16739
16740 * vc-rcs.el (toplevel): Require `vc' when compiling.
16741
16742 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16743
16744 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16745
16746 * vc.el (vc-switch-backend): Signal an error if the file is not
16747 registered under the new backend.
16748
16749 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16750 without explicit revision number.
16751
16752 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16753
16754 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16755 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16756 (diff-xor): New function.
16757 (diff-find-source-location): Use it. Fix a stupid name clash.
16758 (diff-hunk-status-msg): New function.
16759 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16760 (diff-test-hunk): Use diff-find-source-location.
16761 (diff-goto-source): Favor the `reverse'.
16762 (diff-hunk-text): Properly handle one-sided context diffs.
16763 (diff-apply-hunk): When done, advance to the next hunk.
16764
16765 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16766
16767 * startup.el (command-line): If frame was created with a non-zero
16768 tool-bar-lines parameter, switch tool-bar-mode on.
16769
16770 * add-log.el (change-log-date-face, change-log-name-face)
16771 (change-log-email-face, change-log-file-face)
16772 (change-log-list-face, change-log-conditionals-face)
16773 (change-log-function-face, change-log-acknowledgement-face):
16774 New faces, inheriting from font-lock faces.
16775 (change-log-font-lock-keywords): Use them.
16776
16777 2000-09-21 Dave Love <fx@gnu.org>
16778
16779 * progmodes/cperl-mode.el (top-level): Clean up
16780 `eval-when-compile's and assorted defvars.
16781 (cperl-invalid-face): Don't double-quote value. Change custom
16782 type.
16783 (cperl-mode): Set normal-auto-fill-function and don't zap
16784 auto-fill-function.
16785 (cperl-imenu--function-name-regexp-perl): Renamed from
16786 imenu-example--function-name-regexp-perl.
16787 (cperl-imenu--create-perl-index): Renamed from
16788 imenu-example--create-perl-index.
16789 (cperl-xsub-scan): Don't require cl.
16790
16791 * msb.el (msb-mode-map): Use substitute-key-definition.
16792 (msb-mode): Use msb-mode-map.
16793
16794 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16795
16796 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16797 New functions.
16798 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16799 (vc-switch-backend): New function.
16800 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16801 (vc-register): Fix prompt.
16802 (vc-unregister, vc-default-unregister): New functions.
16803 (vc-version-diff): Handle empty buffer in sentinel.
16804
16805 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16806 (vc-rcs-state-heuristic): Use it to guess the state of files with
16807 non-strict locking.
16808 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16809 been set with -b, but not created yet.
16810 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16811 contents in order to find the state.
16812 (vc-rcs-checkin): Allow creation of branches with no changes.
16813 (vc-rcs-unregister, vc-rcs-receive-file)
16814 (vc-rcs-set-non-strict-locking): New functions.
16815
16816 * vc-hooks.el (vc-name): Force correct computation of the value
16817 in case it is missing.
16818
16819 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16820
16821 * startup.el (fancy-splash-tail): Use a different foreground
16822 color on a dark frame background.
16823
16824 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16825
16826 * info.el: Use the correct capitalization when making Info-mode
16827 and Info-edit-mode `special' modes.
16828
16829 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16830
16831 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16832 (diff-mode): Add support for add-log.el.
16833 (diff-hunk-text): Use char offsets rather than line offsets.
16834 (diff-find-source-location): Replace LINE with line-offset (nil
16835 if not found) and always set POS to a meaningful position.
16836 Adapt to the new char-offsets.
16837 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16838 Adapt to the new diff-find-source-location.
16839 (diff-goto-source): Adapt to the new diff-find-source-location.
16840
16841 * add-log.el (add-log-file-name): New function (split out of
16842 add-change-log-entry).
16843 (add-change-log-entry): Use it.
16844 Call add-log-file-name-function with the changelog file name if
16845 the current buffer is not associated with any file.
16846 Avoid find-file if the selected window is dedicated.
16847
16848 * diff-mode.el (diff-find-source-location):
16849 Move code from diff-apply-hunk. Return buffer rather than file.
16850 (diff-apply-hunk): Use the new result from diff-find-source-location.
16851 (diff-goto-source): Use the new diff-find-source-location.
16852
16853 2000-09-20 Dave Love <fx@gnu.org>
16854
16855 * iswitchb.el: Some doc fixes.
16856 (iswitchb-mode-map): Define completely initially. Inherit
16857 minibuffer-local-map.
16858 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16859 fundamental-mode.
16860 (iswitchb-global-map): New variable.
16861 (iswitchb-summaries-to-end): Amalgamate regexps.
16862 (iswitchb-mode): New.
16863 (iswitchb-mode-hook): New variable.
16864 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16865 `extensions'.
16866
16867 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16868
16869 * ehelp.el (electric-help): New defgroup.
16870 (electric-help-shrink-window): New user-option.
16871 (with-electric-help): Use it.
16872
16873 * window.el (shrink-window-if-larger-than-buffer): If face
16874 `mode-line' has a :box, and we're on a graphical frame, add 1
16875 to the needed window height.
16876
16877 * frame.el (frame-notice-user-settings): Add a last parameter nil
16878 to a call to `append', because the last list passed to `append' is
16879 not copied, and so subsequent calls to assq-delete-all will modify
16880 default-frame-alist.
16881
16882 * startup.el (fancy-splash-image): Change :type.
16883 (fancy-splash-head): Use an XBM image if appropriate.
16884 (command-line-1): Show splash screens in more cases.
16885
16886 * startup.el (fancy-splash-text): Don't quote faces.
16887
16888 * dired.el (dired-font-lock-keywords): Undo last change.
16889 (dired-readin): Bind indent-tabs-mode to nil.
16890
16891 * startup.el (fancy-splash-head): If frame's background mode
16892 is `dark', change the black background of the image to gray.
16893 (fancy-splash-screens): Display startup echo area message.
16894 (display-startup-echo-area-message): New function.
16895
16896 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16897
16898 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16899
16900 * info.el (info-header-node): Tweak for color ttys.
16901
16902 * faces.el (face-valid-attribute-values): Make sure directories we
16903 search for stipples both exist and are readable before trying to
16904 search them.
16905
16906 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16907 in the dry-run case.
16908
16909 * jka-compr.el (with-auto-compression-mode): New macro.
16910
16911 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16912 (custom-group-tag-face, custom-variable-tag-face): Use relative
16913 :height and inherit from `variable-pitch' face instead of
16914 hardwiring :family.
16915 * hi-lock.el (hi-black-hb): Likewise.
16916
16917 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16918 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16919 toolbar-add-item, if image doesn't have a mask add a `:mask
16920 heuristic'.
16921
16922 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16923
16924 * diff-mode.el: Docstring fixes.
16925 (diff-header-face, diff-comment-face): New faces.
16926 (diff-font-lock-keywords): Highlight a bit differently.
16927 (diff-find-source-location): Don't return SPAN any more.
16928 (diff-hunk-text): Don't bother erasing the temp buffer.
16929 (diff-find-text): Drop argument LINE.
16930 (diff-apply-hunk): Update calls to diff-find-text.
16931 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16932
16933 * calendar/calendar.el: Docstring fixes.
16934 (calendar-make-alist): Don't quote lambda.
16935 (calendar-star-date): Use make-local-variable.
16936
16937 2000-09-19 Dave Love <fx@gnu.org>
16938
16939 * toolbar/tool-bar.el: Renamed from toolbar.el.
16940 Change `toolbar' to `tool-bar' generally in symbols.
16941 Make some items invisible in `special' major modes.
16942 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16943 Add arg PROPS.
16944
16945 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16946 Add :version here.
16947 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16948
16949 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16950
16951 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16952
16953 * files.el (find-file-suppress-same-file-warnings): New user-option.
16954 (find-file-noselect): Use it.
16955
16956 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16957 (fancy-splash-screen): Defgroup.
16958
16959 * add-log.el (change-log-font-lock-keywords): Match names
16960 more exactly for the case that font-lock-constant-face is
16961 underlined.
16962
16963 2000-09-19 Richard M. Stallman <rms@gnu.org>
16964
16965 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16966
16967 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16968
16969 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16970
16971 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16972
16973 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16974 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16975 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16976 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16977 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16978 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16979 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16980 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16981 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16982 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16983 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16984 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16985
16986 * startup.el (fancy-splash-text): New variable.
16987 (fancy-splash-delay, fancy-splash-image): New user-options.
16988 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16989 (fancy-splash-screens): New functions.
16990 (command-line-1): If display has a `display' frame parameter, has
16991 colors, and we have XPM support, show more fancy splash screens.
16992
16993 2000-09-19 Dave Love <fx@gnu.org>
16994
16995 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16996 with null `help'. Use modern backquote syntax.
16997
16998 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16999
17000 * font-lock.el (font-lock-mode): Change message telling the user
17001 that ``the buffer is too big''.
17002
17003 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
17004 for instance for the case that tab-width is 2.
17005
17006 2000-09-18 Gerd Moellmann <gerd@gnu.org>
17007
17008 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
17009 toolbar-add-item, if image doesn't have a mask add a `:mask
17010 heuristic'.
17011
17012 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
17013
17014 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
17015 and return a cons if it's non-nil.
17016 (diff-apply-hunk): Try to jump to the line in the source text
17017 corresponding to the position of point in the in the hunk.
17018
17019 * info.el (Info-title-3-face, Info-title-2-face)
17020 (Info-title-1-face): Use face inheritance and relative sizes
17021 instead of hard-wiring things.
17022
17023 * faces.el (secondary-selection): Make dark-background variant sane.
17024
17025 2000-09-16 Andrew Innes <andrewi@gnu.org>
17026
17027 * makefile.w32-in (compile-files-CMD): No need to make .elc files
17028 read-only, since they aren't under VC now.
17029
17030 2000-09-17 Dave Love <fx@gnu.org>
17031
17032 * tmm.el: Replace mapcar with mapc in several places.
17033
17034 * loadhist.el (unload-feature): Maybe call elp-restore-list and
17035 ad-unadvise.
17036
17037 * international/latin1-disp.el: New file.
17038
17039 * calendar/cal-move.el (scroll-calendar-left)
17040 (scroll-calendar-right): Make arg optional (for active mode line).
17041
17042 * calendar/calendar.el (calendar-mode-line-format): Make fields
17043 mouse-sensitive.
17044 (calendar-read-date, calendar-read-date, calendar-window-list):
17045 Unquote lambda.
17046 (calendar-month-name): Use aref, not sref.
17047
17048 * view.el (minor-mode-alist): Propertize the string.
17049
17050 * international/characters.el (standard-case-table): Add entries
17051 for Greek.
17052
17053 2000-09-18 Miles Bader <miles@gnu.org>
17054
17055 * info.el (info-node, info-xref): Add dark-background variants.
17056
17057 * faces.el (header-line): Change defaults to be less confusing
17058 when mixed with mode-lines.
17059
17060 * info.el (Info-fontify-node): Make a few cleanups.
17061 Add extra `help-echo' and `local-map' props to node xrefs.
17062 Use header-specific faces for node-names & xrefs.
17063 (Info-use-header-line): New variable.
17064 (info-header-xref, info-header-node): New faces.
17065 (Info-setup-header-line): New function.
17066 (Info-select-node): Call Info-setup-header-line when enabled.
17067 (Info-extract-pointer): Work even if the header line is hidden.
17068 (Info-header-line): New variable.
17069
17070 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
17071
17072 * vms-patch.el (print-region-function): Don't quote lambda.
17073
17074 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
17075
17076 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
17077 (lm-get-header-re): Allow spaces between the header and the colon.
17078 (lm-header): Allow $ in non-RCS headers.
17079 (lm-header-multiline): Put the strings back into order.
17080 Stop at an empty line. Don't require two space chars if the
17081 line is clearly not another header line.
17082
17083 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17084 (popup-menu-popup): Remove.
17085
17086 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17087
17088 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17089 specification if or if not tool-bar item contains an `:enabled'
17090 property.
17091
17092 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17093 current buffer has no file name.
17094
17095 2000-09-15 Dave Love <fx@gnu.org>
17096
17097 * strokes.el: Sync with maintainer's current version with changes
17098 for Emacs, but avoid runtime cl and levents.
17099 (toplevel): Change autoloads and compilation requires.
17100 (strokes-version, strokes-bug-address, strokes-lift): Values
17101 changed.
17102 (strokes-xpm-header, strokes-insinuated): New variable.
17103 (strokes): Add :link.
17104 (strokes-mode): Customized.
17105 (strokes-while-inhibiting-garbage-collector): New macro.
17106 (strokes-remassoc): Avoid remove-if.
17107 (strokes-fix-button2-command): Don't use ad-do-it.
17108 (strokes-insinuate): New function.
17109 (strokes-button-press-event-p, strokes-button-release-event-p):
17110 New functions, used instead of non-`strokes-' versions..
17111 (strokes-mouse-event-p): Rewritten.
17112 (strokes-event-closest-point): Avoid event-point.
17113 (strokes-get-grid-position): Avoid cdadr, caadr
17114 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17115 functions.
17116 (strokes-help): Use with-output-to-temp-buffer.
17117 (strokes-window-configuration-changed-p): New function.
17118 (strokes-update-window-configuration): Use buffer-live-p,
17119 strokes-window-configuration-changed-p.
17120 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17121 (strokes-char-face): New face.
17122 (strokes-char-table, strokes-base64-chars): New variable.
17123 (strokes-xpm-for-stroke, strokes-list-strokes)
17124 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17125 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17126 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17127 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17128 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17129 functions.
17130
17131 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17132
17133 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17134
17135 * image.el (create-image): Doc fix.
17136
17137 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17138 instead of `:heuristic-mask t'.
17139
17140 2000-09-14 Andrew Innes <andrewi@gnu.org>
17141
17142 * makefile.w32-in: Revert to Unix line endings.
17143
17144 2000-09-14 Andrew Innes <andrewi@gnu.org>
17145
17146 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17147 when installing.
17148
17149 * makefile.nt (DONTCOMPILE): Fix typo.
17150
17151 * shell.el (shell-write-history-on-exit): New function.
17152 (shell-dumb-shell-regexp): New custom variable.
17153 (shell-mode): Make shell-write-history-on-exit the process
17154 sentinel if shell name matches shell-dumb-shell-regexp.
17155
17156 * w32-fns.el: Comment out before-init-hook function which resets
17157 source-directory based; this breaks bootstrap.
17158
17159 2000-09-14 Dave Love <fx@gnu.org>
17160
17161 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17162 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17163 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17164 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17165 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17166 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17167 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17168 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17169 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17170
17171 * toolbar/toolbar.el: New.
17172
17173 * subdirs.el: Add toolbar.
17174
17175 2000-09-14 Gerd Moellmann <gerd@gnu.org>
17176
17177 * indent.el (indent-for-tab-command): Doc fix.
17178
17179 2000-09-14 Alex Schroeder <alex@gnu.org>
17180
17181 * ansi-color.el (ansi-colors): Doc change.
17182 (ansi-color-get-face): Simplified regexp.
17183 (ansi-color-faces-vector): Added more faces, doc change.
17184 (ansi-color-names-vector): Doc change.
17185 (ansi-color-regexp): Simplified regexp.
17186 (ansi-color-parameter-regexp): New regexp.
17187 (ansi-color-filter-apply): Doc change.
17188 (ansi-color-filter-region): Doc change.
17189 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17190 deal with zero length parameters.
17191 (ansi-color-apply-on-region): Doc change.
17192 (ansi-color-map): Doc change.
17193 (ansi-color-map-update): Removed debugging message.
17194 (ansi-color-get-face-1): Added condition-case to trap
17195 args-out-of-range errors.
17196 (ansi-color-get-face): Doc change.
17197 (ansi-color-make-face): Removed.
17198 (ansi-color-for-shell-mode): New option.
17199
17200 2000-09-13 Kenichi Handa <handa@etl.go.jp>
17201
17202 * international/quail.el (quail-start-translation): Translate KEY
17203 if necessary even if it doesn't have any mapping in the current
17204 input method.
17205 (quail-start-conversion): Likewise.
17206 (quail-help): The output message is improved.
17207
17208 2000-09-13 Miles Bader <miles@gnu.org>
17209
17210 * comint.el (comint-output-filter): Revert to using
17211 `insert-before-markers'. Add bletcherous hack to undo damage
17212 caused by `insert-before-markers'. Put `front-sticky' property on
17213 overlays created here so that the field code understands how the
17214 overlay works. Use a let when making comint-last-prompt-overlay,
17215 so that the code is easier to read.
17216
17217 2000-09-13 Dave Love <fx@gnu.org>
17218
17219 * wid-edit.el (widget-default-format-handler): DTRT when
17220 doc-property is a function.
17221
17222 2000-09-12 Francesco Potorti` <pot@gnu.org>
17223
17224 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17225 filed name if it's not there.
17226
17227 2000-09-12 Dave Love <fx@gnu.org>
17228
17229 * simple.el (read-mail-command): Doc fix.
17230 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17231
17232 * vc.el (vc-dired-listing-switches): Fix :version.
17233
17234 * vc-hooks.el: Doc fixes.
17235
17236 * subr.el (add-minor-mode): Use toggle-fun arg.
17237
17238 * speedbar.el: Add :version to several defcustoms.
17239
17240 * imenu.el (imenu--truncate-items, imenu--cleanup)
17241 (imenu--generic-function): Avoid mapcar.
17242 (imenu--replace-spaces): Function removed.
17243 (imenu--completion-buffer): Use subst-char-in-string.
17244 (imenu-add-to-menubar): Use keymap inheritance.
17245
17246 2000-09-12 Miles Bader <miles@gnu.org>
17247
17248 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17249 (diff-mode-map): Bind `diff-test-hunk'.
17250 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17251
17252 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17253
17254 * bytecomp.el (byte-compile-defvar): Undo last change
17255 because it breaks '(make-variable-buffer-local (defvar ...)'
17256 which is used at least in dired.
17257
17258 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17259
17260 * international/quail.el (quail-define-package): Docstring
17261 modified.
17262
17263 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17264
17265 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17266 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17267 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17268 docstring of "chinese-py".
17269
17270 * international/quail.el (quail-translation-docstring): New
17271 variable.
17272 (quail-show-keyboard-layout): Docstring modified.
17273 (quail-select-current): Likewise.
17274 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17275 infinite recursive call.
17276 (quail-help): Check quail-translation-docstring. Format of the
17277 output changed.
17278 (quail-help-insert-keymap-description): Adjusted for the above
17279 change.
17280
17281 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17282
17283 * bytecomp.el (byte-compile-defvar): Only cons onto
17284 current-load-list in top-level forms. Else this leaks a cons cell
17285 every time a defun is called.
17286
17287 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17288
17289 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17290 Now understands non-unified diffs. Some functionality moved into
17291 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17292 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17293 modify anything. Only reposition point in the patched file if the
17294 patch succeeds. Only pop up another window if POPUP is true.
17295 Emit a message describing what happened if successful, and at what
17296 line-offset. Automatically detect reversed hunks and do something
17297 appropriate.
17298 (diff-hunk-text, diff-find-text): New functions.
17299 (diff-filter-lines): Function removed.
17300 (diff-test-hunk): New function.
17301 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17302
17303 2000-09-10 Dave Love <fx@gnu.org>
17304
17305 * textmodes/tildify.el: Minor doc/commentary fixes.
17306 (tildify) <defgroup>: Add :version.
17307
17308 * faces.el (face-x-resources): Make custom type more specific.
17309 (frame-background-mode): Use mapc.
17310 (region) <defcustom>: Add :version.
17311
17312 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17313
17314 * vc-sccs.el (vc-sccs-register):
17315 * vc-rcs.el (vc-rcs-register):
17316 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17317 * vc.el (vc-register): Clear file's properties.
17318
17319 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17320
17321 * faces.el (face-spec-set): Only face-spec-reset-face when
17322 ATTRS is non-nil.
17323
17324 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17325
17326 * help.el (help-insert-xref-button): Fix a typo in doc string.
17327
17328 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17329
17330 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17331 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17332 methods.
17333
17334 * menu-bar.el (read-mail-item-name): New function.
17335 (menu-bar-tools-menu): Use it to compute and display the package
17336 used to read email.
17337 (menu-bar-tools-menu): Fix typo in GUD's help string.
17338
17339 2000-09-07 Dave Love <fx@gnu.org>
17340
17341 * diff-mode.el (diff-mouse-goto-source): New function.
17342
17343 * vc-sccs.el: Doc fixes.
17344 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17345
17346 * vc-rcs.el: Doc fixes.
17347 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17348 (vc-rcs-checkout-switches, vc-rcs-header)
17349 (vc-rcs-master-templates): Add or change :version.
17350
17351 * vc-cvs.el: Doc fixes.
17352 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17353 (vc-cvs-stay-local): Add :version.
17354
17355 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17356
17357 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17358
17359 * international/quail.el (quail-help): Fix previous change.
17360
17361 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17362
17363 * faces.el (color-values): Doc fix.
17364
17365 * faces.el (frame-set-background-mode): Use frame-parameter
17366 instead of frame-parameters.
17367
17368 * frame.el (filtered-frame-list): Reduce consing.
17369 (frames-on-display-list): Call frame-parameter instead of
17370 frame-parameters.
17371
17372 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17373
17374 * language/devan-util.el (devanagari-to-indian-region): In the
17375 loop, change the following char, not preceding char.
17376
17377 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17378
17379 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17380 instead of frame-parameters.
17381
17382 * faces.el (set-face-attribute): Simplify by calling
17383 internal-set-lisp-face-attribute with FRAME being 0.
17384
17385 * vc.el: Remove `Id' version control keyword.
17386
17387 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17388
17389 * help.el (help-make-xrefs): Adjusted for the change of
17390 help-xref-mule-regexp.
17391 (help-insert-xref-button): New function.
17392
17393 * international/mule-cmds.el (help-xref-mule-regexp-template):
17394 Include the pattern for character set.
17395 (leim): New group.
17396
17397 * international/quail.el: Don't require face.
17398 (quail): New group.
17399 (quail-other-command): Dummy command to make quail-help work better.
17400 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17401 (quail-keyboard-layout-substitution): New variable.
17402 (quail-update-keyboard-layout): New function.
17403 (quail-keyboard-layout-type): New customizable variable.
17404 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17405 (quail-keyboard-translate): Pay attention to
17406 quail-keyboard-layout-substitution.
17407 (quail-insert-kbd-layout): New function.
17408 (quail-show-keyboard-layout): New function.
17409 (quail-get-translation): If the definition is a vector of length
17410 1, and the element is a string of length 1, return the character
17411 in that string.
17412 (quail-update-current-translations): Fix the case of
17413 relative-index out of range.
17414 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17415 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17416 Show key sequences for all available characters.
17417 (quail-help-insert-keymap-description): Don't show such verbose
17418 key bindings as quail-self-insert-command.
17419
17420 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17421 Format changed, and each element now have extra documentations.
17422 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17423 Adjusted for the change of quail-cxterm-package-ext-info.
17424
17425 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17426
17427 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17428 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17429 during bootstrap.
17430
17431 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17432
17433 * vc.el: (toplevel): Don't require `dired' at run-time.
17434 (vc-dired-resynch-file): Remove autoload cookie.
17435
17436 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17437
17438 * vc.el: Made several backend functions optional.
17439 (vc-default-responsible-p): New function.
17440 (vc-merge): Use RET for first version to trigger merge-news, not
17441 prefix arg.
17442 (vc-annotate): Handle backends that do not support annotation.
17443 (vc-default-merge-news): Removed. The existence of a merge-news
17444 implementation is now checked on caller sites.
17445
17446 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17447 case.
17448
17449 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17450 special case that has been removed from the default in vc-hooks.el.
17451
17452 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17453
17454 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17455
17456 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17457
17458 * vc-hooks.el: Require vc during compilation.
17459 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17460 macro `with-vc-properties' in vc.el.
17461 (vc-file-getprop): Doc fix.
17462 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17463
17464 * vc.el: Require dired-aux during compilation.
17465 (vc-name-assoc-file): Moved to vc-sccs.el.
17466 (with-vc-properties): New macro.
17467 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17468 vc-finish-steal): Use it.
17469 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17470 to the backend-specific function is now supposed to do the checkout,
17471 too.
17472 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17473
17474 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17475 set file properties; that gets done in the generic code now.
17476
17477 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17478 Changed parameter list, added code from vc.el that does the
17479 checkout, possibly with a double-take.
17480
17481 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17482 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17483 the above under the new name.
17484 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17485 parameter list, added checkout command.
17486 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17487 properties; that gets done in the generic code now.
17488
17489 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17490
17491 * vc.el: Docstring fixes (courtesy of checkdoc).
17492
17493 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17494
17495 * vc.el (vc-checkout-writable-buffer-hook)
17496 (vc-checkout-writable-buffer): Remove.
17497 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17498 (vc-log-mode): Make it into a clean derived major mode.
17499 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17500 vc-log-mode if log-edit is not available.
17501 (vc-dired-mode-map): Don't set-keymap-parent yet.
17502 (vc-dired-mode): Do set-keymap-parent here.
17503 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17504
17505 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17506
17507 * faces.el (set-face-attribute, face-spec-reset-face)
17508 (face-spec-set): Avoid consing by removing calls to `apply'.
17509
17510 * frame.el (frame-parameter): Move to C code.
17511
17512 2000-09-05 Dave Love <fx@gnu.org>
17513
17514 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17515 insert-before-markers-and-inherit. Now checked systematically!
17516
17517 2000-09-05 Alex Schroeder <alex@gnu.org>
17518
17519 * sql.el (sql-postgres): Use sql-postgres-options.
17520 (sql-postgres-options): New variable.
17521
17522 2000-09-05 Alex Schroeder <alex@gnu.org>
17523
17524 * sql.el (sql-mode-menu): Work around missing variable mark-active
17525 in XEmacs.
17526 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17527 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17528 compatibility.
17529
17530 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17531
17532 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17533
17534 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17535
17536 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17537
17538 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17539
17540 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17541 don't support anything else under SCCS yet.
17542
17543 * vc-hooks.el: Minor doc fixes.
17544
17545 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17546
17547 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17548 not necessary. If verbose in state `needs-patch', do the same as
17549 under `up-to-date'. When NOT verbose and `needs-patch', check out
17550 latest version instead of `merge-news'.
17551 (vc-next-action-dired): Don't mess with default-directory here; it
17552 breaks other parts of dired. It is the job of the
17553 backend-specific functions to adjust it temporarily if they need it.
17554 (vc-next-action): Remove a special CVS case.
17555 (vc-clear-headers): New optional arg FILE.
17556 (vc-checkin, vc-checkout): Set properties vc-state and
17557 vc-checkout-time properly.
17558 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17559 (vc-print-log): Use new backend function `show-log-entry'.
17560 (vc-cancel-version): Do the checks in a different order. Added a
17561 FIXME concerning RCS-only code.
17562
17563 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17564 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17565
17566 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17567
17568 * vc-hooks.el (vc-default-mode-line-string): Show state
17569 `needs-patch' as a `-' too.
17570
17571 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17572
17573 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17574 (vc-default-could-register): New function.
17575 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17576 (vc-resynch-buffer): Call vc-dired-resynch-file.
17577 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17578 vc-resynch-buffer instead of vc-resynch-window.
17579 (vc-next-action-dired): Don't redisplay here, that gets done as a
17580 result of the individual file operations.
17581 (vc-retrieve-snapshot): Corrected prompt order.
17582
17583 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17584
17585 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17586 as well.
17587 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17588 hostname regexps. Updated all callers.
17589 (vc-cvs-responsible-p): Handle directories as well.
17590 (vc-cvs-could-register): New function.
17591 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17592 properties up-to-date.
17593
17594 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17595 user whether to create one.
17596
17597 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17598
17599 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17600 check out a non-existing file.
17601
17602 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17603 workfile does not exist.
17604
17605 * vc.el (vc-version-diff): Use `require' to check for existence of
17606 diff-mode.
17607
17608 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17609
17610 * vc-cvs.el (vc-cvs-registered): Use new function
17611 vc-cvs-parse-entry to do the actual work.
17612
17613 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17614
17615 * vc-hooks.el (vc-find-backend-function): If function doesn't
17616 exist, return nil instead of error.
17617 (vc-call-backend): Doc fix.
17618
17619 * vc.el (vc-do-command): Doc fix.
17620 (vc-finish-logentry): When checking in from vc-dired, choose the
17621 right backend for logentry check.
17622 (vc-dired-mode-map): Inherit from dired-mode-map.
17623 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17624 simplified.
17625 (vc-dired-state-info): Removed, updated caller.
17626 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17627 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17628 (vc-dired-listing-switches): New variable.
17629 (vc-directory): Use it, instead of dired-listing-switches.
17630
17631 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17632 (vc-cvs-dir-state): New function.
17633 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17634 (vc-cvs-parse-entry): New function, also to be used in
17635 vc-cvs-registered.
17636
17637 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17638
17639 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17640 *or* single-window-frames.
17641
17642 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17643
17644 * vc.el (vc-update-changelog): Split into generic part and default
17645 implementation. Doc string adapted.
17646 (vc-default-update-changelog): New function. Call the `rcs2log'
17647 script in exec-directory, to fix a long-standing nuisance.
17648
17649 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17650 simply signals an error.
17651
17652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17653
17654 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17655 control-flow more clear and to avoid running `cvs' twice.
17656
17657 * vc.el (vc-next-action-on-file): Doc fix.
17658 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17659 (vc-print-log): Eval `file' before constructing the continuation.
17660
17661 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17662
17663 * vc.el (vc-next-action-on-file): Corrected several messages.
17664 (vc-merge): Add prefix arg `merge-news'; handle it.
17665
17666 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17667 is not reached. It is.
17668 (vc-cvs-merge): Set state to 'edited after merge.
17669 (vc-cvs-merge-news): Set workfile version to nil if not known.
17670 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17671
17672 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17673 via stdout. (Merge from main line.)
17674
17675 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17676
17677 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17678 detection.
17679
17680 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17681
17682 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17683 against kill-all-local-variables.
17684 (vc-log-edit): Don't save vc-parent-buffer any more.
17685 (vc-last-comment-match): Initialize to an empty string.
17686 (vc-post-command-functions): New hook.
17687 (vc-do-command): Run it.
17688 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17689 (vc-finish-logentry): Only add the comment to the ring if it's
17690 different from the last comment entered.
17691 (vc-new-comment-index): New function.
17692 (vc-previous-comment): Use it. Make the minibuffer message
17693 slightly less terse.
17694 (vc-comment-search-reverse): Make it work forward as well. Don't
17695 set vc-comment-ring-index if no match is found. Use
17696 vc-new-comment-index.
17697 (vc-comment-search-forward): Use vc-comment-search-reverse.
17698 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17699 define-derived-mode will do it for us. Bind `v' to a keymap that
17700 inherits from vc-prefix-map so that we can bind `vt' without
17701 binding C-x v t.
17702 (vc-retrieve-snapshot): Parenthesis typo.
17703
17704 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17705 to 1. Make sure to switch to *vc* before looking for an error
17706 message. Use vc-parse-buffer.
17707
17708 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17709
17710 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17711 and NAME.
17712 (vc-retrieve-snapshot): Split into two parts.
17713 (vc-default-retrieve-snapshot): New function.
17714
17715 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17716 (vc-cvs-retrieve-snapshot): New function (untested).
17717 (vc-cvs-stay-local): Default to t.
17718 (vc-cvs-remote-p): New function and property.
17719 (vc-cvs-state): Stay local only if the above is t.
17720 (vc-handle-cvs): Removed.
17721 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17722 done via vc-handled-backends now.
17723 (vc-cvs-header): Escape Id.
17724
17725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17726
17727 * vc.el (vc-do-command): Remove unused commands.
17728 (vc-version-diff): Make sure default-directory ends with a slash.
17729 Move the window commands into a vc-exec-after.
17730 (vc-print-log): Move more of the code into the `vc-exec-after'.
17731
17732 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17733
17734 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17735 (vc-print-log): Search current revision from beginning of buffer.
17736 (vc-revert-buffer): Clear echo area after the diff is finished.
17737 (vc-prefix-map): Removed definition of "t" for terse display in vc
17738 dired.
17739 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17740 definition of "vt" for terse display.
17741 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17742
17743 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17744
17745 * vc.el (vc-exec-after): Avoid caddr.
17746
17747 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17748
17749 * vc.el (vc-exec-after): New function.
17750 (vc-do-command): Use it to add a termination message for async
17751 procs.
17752 (vc-checkout): Try to handle a missing-backend situation.
17753 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17754 of a directory with a backend using async diffs.
17755 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17756 present.
17757
17758 * vc-sccs.el (vc-sccs-state-heuristic): Use
17759 file-ownership-preserved-p.
17760
17761 * vc-rcs.el (vc-rcs-state-heuristic): Use
17762 file-ownership-preserved-p.
17763 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17764
17765 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17766
17767 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17768 vc-do-command.
17769
17770 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17771 when there are no changes.
17772
17773 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17774
17775 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17776
17777 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17778
17779 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17780
17781 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17782
17783 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17784 the `fset' outside of the defvar so that it works even if
17785 vc-prefix-map was already defined.
17786 (vc-setup-buffer): New function, split out of vc-do-command.
17787 (vc-do-command): Allow BUFFER to be t to mean `just use the
17788 current buffer without any fuss'.
17789 (vc-version-diff): Change the `diff' backend operation to just put
17790 the diff in the current buffer without erasing it. Always use
17791 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17792 shrink-window-if-larger-than-buffer.
17793 (vc-print-log): Change the `print-log' backend operation to just
17794 put the log in the current buffer without erasing it. Protect
17795 shrink-window-if-larger-than-buffer.
17796 (vc-update-change-log): Fix setd typo.
17797
17798 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17799 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17800
17801 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17802 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17803 CMP.
17804
17805 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17806 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17807 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17808
17809 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17810
17811 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17812 not possible, use vc-BACKEND-workfile-unchanged-p.
17813 (vc-default-workfile-unchanged-p): New function. Delegates to a
17814 full vc-BACKEND-diff.
17815
17816 * vc-hooks.el (vc-simple-command): Removed.
17817
17818 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17819 instead of vc-simple-command.
17820 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17821 avoid doing a diff when opening a file.
17822 (vc-rcs-state): Added check for unlocked-changes.
17823 (vc-rcs-header): Escape Id.
17824 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17825 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17826 version.
17827
17828 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17829 (vc-sccs-diff): Remove optional arg CMP.
17830 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17831 SCCS-specific function.
17832
17833 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17834 vc-simple-command.
17835
17836 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17837
17838 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17839 (with-vc-file, vc-merge): Use vc-editable-p.
17840 (vc-do-command): Remove unused var vc-file and fix the
17841 doubly-defined `status' var. Add a user message when starting an
17842 async command.
17843 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17844 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17845 Use with-current-buffer.
17846 (vc-buffer-sync): Use unless.
17847 (vc-next-action-on-file): If the file is 'edited by read-only,
17848 make it read-write instead of trying to commit.
17849 (vc-version-diff, vc-update-change-log): Use `setq
17850 default-directory' rather than `cd'.
17851 (vc-log-edit): Don't forget to set default-directory in the
17852 buffer.
17853
17854 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17855 (vc-sccs-state-heuristic): Use file-writable-p instead of
17856 comparing userids.
17857 (vc-sccs-checkout): Use `unless'.
17858
17859 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17860 of comparing userids.
17861 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17862 Simplify the logic by eliminating unreachable code.
17863 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17864 just do a recursive call if we need to retry.
17865 (vc-rcs-checkout): Handle the case where rcs is missing by making
17866 the buffer read-write if requested and re-signalling the error.
17867
17868 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17869
17870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17871
17872 * vc-hooks.el (vc-handled-backends): Docstring change.
17873 (vc-ignore-vc-files): Mark obsolete.
17874 (vc-registered): Check vc-ignore-vc-files.
17875 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17876 vc-ignore-vc-files.
17877
17878 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17879
17880 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17881
17882 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17883 files since ange-ftp already has vc-registered return nil.
17884
17885 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17886 (vc-sccs-workfile-version): Use with-temp-buffer and new
17887 vc-parse-buffer and don't bother setting the property.
17888 (vc-sccs-add-triple): Use with-current-buffer and
17889 find-file-noselect.
17890 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17891
17892 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17893 derives from the old vc-parse-buffer but uses the revision number
17894 rather than the date (much easier to compare robustly).
17895 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17896 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17897 locking-user more directly. Check strict locking and set
17898 checkout-model appropriately.
17899 (vc-rcs-parse-locks): Remove.
17900 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17901 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17902 (vc-rcs-system-release): Use with-current-buffer and
17903 vc-parse-buffer.
17904 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17905
17906 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17907 (vc-simple-command): Docstring fix.
17908 (vc-registered): Align the way the file-handler is called with the
17909 way the function itself works.
17910 (vc-file-owner): Remove.
17911
17912 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17913 extraction of fields and call to file-attributes because of a
17914 temporary bug in rcp.el.
17915 (vc-cvs-fetch-status): Use with-current-buffer.
17916
17917 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17918
17919 * vc.el (vc-do-command): Use file-relative-name.
17920 (vc-responsible-backend): Use vc-backend if possible.
17921 (vc-create-snapshot): Improve the `interactive' spec. Add support
17922 for branches and dispatch to backend-specific `create-snapshot'.
17923 (vc-default-create-snapshot): New function, containing the bulk of
17924 the old vc-create-snapshot.
17925 (vc-retrieve-snapshot): Improve the interactive spec.
17926
17927 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17928 (vc-backend-hook-functions): Remove.
17929 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17930 (vc-backend): Reintroduce the test for `file = nil' now that I
17931 know why it was there (and added a comment to better remember).
17932
17933 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17934 code from vc-sccs-hooks.el.
17935 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17936 'vc anymore.
17937 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17938 and file-directory-p instead of file-exists-p.
17939 (vc-sccs-check-headers): Simplify the regexp.
17940
17941 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17942 from vc-rcs-hooks.el. Don't require 'vc anymore.
17943 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17944 file-directory-p instead of file-exists-p.
17945
17946 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17947 from vc-cvs-hooks.el.
17948 (proto vc-cvs-registered): Require 'vc-cvs instead of
17949 'vc-cvs-hooks. Don't require 'vc anymore.
17950 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17951 file-directory-p instead of file-exists-p.
17952 (vc-cvs-create-snapshot): New function, replacing
17953 vc-cvs-assign-name.
17954 (vc-cvs-assign-name): Remove.
17955
17956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17957
17958 * vc-cvs.el (vc-cvs-header): New var.
17959
17960 * vc-rcs.el (vc-rcs-exists): Remove.
17961 (vc-rcs-header): New var.
17962
17963 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17964 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17965 (vc-sccs-header): New var.
17966
17967 * vc.el (vc-do-command): Get rid of the `last' argument.
17968 (vc-header-alist): Remove, replaced by vc-X-header.
17969 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17970 (vc-dired-hook): Use expand-file-name instead of concat.
17971 (vc-directory): Use file-name-as-directory.
17972 (vc-snapshot-precondition, vc-create-snapshot)
17973 (vc-retrieve-snapshot): Allow the command to operate on any
17974 directory.
17975
17976 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17977 just removing the 'WORKFILE argument or by removing the 'MASTER
17978 argument and replacing `file' with (vc-name file).
17979
17980 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17981
17982 * vc.el: Update Copyright and add a crude list of backend funs.
17983 (vc-writable-p): New function.
17984 (with-vc-file): Use vc-writable-p.
17985 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17986 (vc-register): Avoid vc-name.
17987 (vc-locking-user): Remove.
17988 (vc-steal-lock): Make the `owner' arg non-optional.
17989 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17990 vc-checkout-model.
17991 (vc-default-dired-state-info): Use vc-state instead of
17992 vc-locking-user and return special strings for special states.
17993 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17994 and get rid of one of the special CVS cases.
17995 (vc-cancel-version): prettify error message with \\[...].
17996 (vc-rename-master): New function.
17997 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17998 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17999 the CVS special case generic.
18000 (vc-default-record-rename): Remove.
18001 (vc-file-tree-walk-internal): Only call FUNC for files that are
18002 under control of some VC backend and replace `concat' with
18003 expand-file-name.
18004 (vc-file-tree-walk): Update docstring.
18005 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
18006 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
18007
18008 * vc-sccs.el (vc-sccs-rename-file): Renamed from
18009 vc-sccs-record-rename. Use `find-file-noselect' rather than
18010 `find-file' and call `vc-rename-master' to do the actual move.
18011 (vc-sccs-diff): Remove unused `backend' variable.
18012
18013 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
18014 to delay loading of vc-sccs until it is really used.
18015 (vc-sccs-master-templates): Preload.
18016 (vc-sccs-state): Update call to vc-sccs-parse-locks.
18017 (vc-sccs-project-dir): Remove (merged into
18018 vc-sccs-search-project-dir).
18019 (vc-sccs-search-project-dir): Rewrite using file name handling ops
18020 rather than `concat', make sure it is preloaded and don't bother
18021 to check that the file actually exists.
18022 (vc-sccs-parse-locks): Remove unused `file' argument, remove
18023 `locks' argument (use buffer's content instead) and eliminate n^2
18024 behavior.
18025
18026 * vc-rcs.el: Update Copyright.
18027 (vc-rcs-rename-file): New function.
18028 (vc-rcs-diff): Remove unused `backend' variable.
18029
18030 * vc-hooks.el: Update Copyright.
18031 (vc-backend): Don't accept a nil argument any more.
18032 (vc-up-to-date-p): Turn into a defsubst.
18033 (vc-possible-master): New function.
18034 (vc-check-master-templates): Use `vc-possible-master' and allow
18035 funs in vc-X-master-templates to return a non-existent file.
18036
18037 * vc-cvs.el: Update Copyright.
18038 (vc-cvs-diff): Remove unused `backend' variable.
18039 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
18040
18041 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
18042
18043 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18044
18045 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
18046 since it can be called from vc-rcs.el.
18047 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
18048
18049 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18050
18051 * vc.el (vc-version-diff): Expand file name read from the
18052 minibuffer. Handle the case when a previous version number can't
18053 be guessed. Give suitable messages when there were no differences
18054 found.
18055 (vc-clear-headers): Call backend-specific implementation, if one
18056 exists.
18057 (vc-cancel-version): Made error checks generic. When done, clear
18058 headers generically, too.
18059
18060 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
18061 from vc-clear-headers in vc.el.
18062
18063 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
18064 correctly.
18065 (vc-rcs-latest-on-branch-p): Made second argument VERSION
18066 optional. Handle the case when it's not there.
18067
18068 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18069
18070 * vc.el (vc-locking-user): Moved from vc-hooks.el.
18071
18072 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18073
18074 * vc-hooks.el (vc-loadup): Remove.
18075 (vc-find-backend-function): Use `require'. Also, handle the case
18076 where vc-BACKEND-hooks.el doesn't exist.
18077 (vc-call-backend): Cleanup.
18078
18079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18080
18081 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18082 vc-rcs-grab-templates)
18083 (vc-rcs-registered): Remove. The default function works as well.
18084 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18085 vc-sccs-grab-templates)
18086 (vc-sccs-registered): Remove. The default function works as well.
18087
18088 * vc.el (vc-version-diff): Left out a vc- in call to
18089 vc-call-backend.
18090 (vc-default-dired-state-info, vc-default-record-rename)
18091 (vc-default-merge-news): Update for the new backend argument.
18092
18093 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18094 using the default function.
18095 (vc-call-backend): If calling the default function, pass it the
18096 backend as first argument. Update the docstring accordingly.
18097 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18098 for the new backend argument.
18099 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18100 (vc-find-backend-function): Use the new name.
18101 (vc-default-registered): New function.
18102
18103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18104
18105 * vc.el (vc-merge): Use vc-find-backend-function.
18106
18107 * vc-hooks.el (vc-backend-functions): Remove.
18108 (vc-loadup): Don't setup 'vc-functions.
18109 (vc-find-backend-function): New function.
18110 (vc-call-backend): Use above fun and populate 'vc-functions
18111 lazily.
18112 (vc-backend-defines): Remove.
18113
18114 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18115
18116 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18117 Call vc-call-backend without the leading vc-.
18118 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18119 (vc-check-headers): Call vc-call-backend without the leading vc-.
18120 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18121 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18122 Call vc-call-backend without the leading vc-.
18123
18124 * vc-cvs.el (tail): Provide vc-cvs.
18125 * vc-sccs.el (tail): Provide vc-sccs.
18126 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18127
18128 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18129 (vc-make-backend-function, vc-call): Pass names without leading
18130 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18131 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18132 (vc-call-backend): Always try to load vc-X-hooks.
18133 (vc-registered): Remove vc- in call to vc-call-backend.
18134
18135 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * vc.el (vc-process-filter): New function.
18138 (vc-do-command): Setup `vc-process-filter' for the async process.
18139 (vc-maybe-resolve-conflicts): New function to reduce
18140 code-duplication. Additionally, it puts the buffer in
18141 `smerge-mode' if applicable.
18142 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18143 calling `merge-news'.
18144 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18145 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18146 interfacing to log-edit.el.
18147 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18148 log-edit is available.
18149 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18150
18151 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18152
18153 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18154 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18155 defvar and the initialization.
18156 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18157
18158 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18159 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18160
18161 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18162
18163 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18164
18165 * vc.el (vc-file-clear-masterprops): Removed.
18166 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18167 (vc-version-diff): Use buffer-size without argument.
18168 (vc-register): Heed vc-initial-comment.
18169
18170 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18171 default branch.
18172
18173 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18174 file name and workfile version.
18175 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18176
18177 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18178 vc-file-clear-masterprops.
18179
18180 * vc-sccs.el (vc-sccs-checkout): Removed call to
18181 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18182 rather than user login name.
18183
18184
18185 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18186
18187 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18188 `want-differences-if-changed' and simplify.
18189 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18190 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18191 output (which is invalid for async vc-diff) to decide whether to
18192 do the revert silently or not.
18193
18194 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18195
18196 * vc-hooks.el (vc-loadup): Load files quietly.
18197 (vc-call-backend): Oops, brain fart.
18198
18199 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18200
18201 * vc-cvs.el (vc-cvs-state): Typo.
18202 (vc-cvs-merge-news): Return the status code rather than the error msg.
18203
18204 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18205
18206 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18207 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18208 vc-state or vc-up-to-date-p.
18209 (vc-merge): Use vc-backend-defines to check whether merging is
18210 possible. Set state to 'edited after successful merge.
18211
18212 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18213 return that name. Redocumented.
18214
18215 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18216
18217 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18218 new `vc-state' semantics.
18219 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18220 'vc-locking-user to the current user.
18221 (vc-merge): Inline vc-backend-merge. Comment out code that I
18222 don't understand and hence can't adapt to the new `vc-state' and
18223 `vc-locking-user' semantics.
18224 (vc-backend-merge): Remove.
18225
18226 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18227 rather than 'vc-locking-user.
18228
18229 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18230
18231 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18232 (vc-state): Don't use 'reserved any more. Just use the same
18233 convention as the one used for vc-<backend>-state where the
18234 locking user (as a string) is returned.
18235 (vc-locking-user): Update, based on the above convention. The
18236 'vc-locking-user property has disappeared.
18237 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18238
18239 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18240 with a heuristic one.
18241 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18242 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18243 error. That allows us to get to 'needs-merge even in the
18244 stay-local case. There's still no way to detect 'needs-patch in
18245 such a setup (or to force an update for that matter).
18246 (vc-cvs-logentry-check): Remove, the default works as well.
18247
18248 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18249
18250 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18251
18252 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18253 major-mode in which the buffer might have been put earlier. Use
18254 `remove' and `when'. Allow `okstatus' to be `async' and use
18255 `start-process' in this case.
18256 (vc-version-diff): Handle the case where the diff looks empty
18257 because of the use of an async process.
18258
18259 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18260
18261 * vc.el (vc-next-action-on-file): Removed optional parameter
18262 `simple'. Recompute state unconditionally.
18263 (vc-default-toggle-read-only): Removed.
18264
18265 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18266 (vc-toggle-read-only): Undid prev change.
18267
18268 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18269 vc-cvs-simple-toggle. Redocumented.
18270 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18271 (vc-cvs-toggle-read-only): Removed.
18272
18273 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18274
18275 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18276 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18277 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18278 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18279 still is. So maybe it should be removed.
18280 (vc-head-version, vc-find-binary): Remove.
18281 (vc-recompute-state): Move from vc-hooks.el.
18282 (vc-next-action-on-file): Add a `simple' argument to allow
18283 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18284 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18285 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18286 (vc-dired-mode-map): Properly defvar it.
18287 (vc-print-log): Call log-view-mode if available.
18288 (small-temporary-file-directory): defvar instead of use boundp.
18289 (vc-merge-news): Moved to vc-cvs.el.
18290 (vc-default-merge-news): New function.
18291
18292 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18293 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18294 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18295 unknown `vc-latest-version' function. It should probably refer to
18296 vc-workfile-version or somesuch, but it's very unclear to me and I
18297 don't have SCCS to test things.
18298
18299 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18300 (vc-sccs-state-heuristic): Fix typo.
18301 (vc-sccs-workfile-unchanged-p): Add missing argument.
18302
18303 * vc-rcs.el: Require vc and vc-rcs-hooks.
18304 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18305 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18306 (vc-release-greater-or-equal-p): Move from vc.
18307 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18308 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18309 (vc-rcs-checkout): Add a missing `new-version' argument in the
18310 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18311
18312 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18313 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18314 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18315 than the apparently unbound `workfile-version'.
18316
18317 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18318 (vc-file-prop-obarray): Use `make-vector'.
18319 (vc-backend-functions): Add new hookable functions
18320 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18321 (vc-loadup): If neither backend nor default functions exist, use
18322 the backend function rather than nil.
18323 (vc-call-backend): If the function if not bound yet, try to load
18324 the non-hook file to see if it provides it.
18325 (vc-call): New macro plus use it wherever possible.
18326 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18327 nor `vc-find-binary' since it's only called from
18328 vc-mistrust-permission which is only used once the backend is known.
18329 (vc-checkout-model): Fix parenthesis.
18330 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18331
18332 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18333 (vc-cvs-release, vc-cvs-system-release): Remove.
18334 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18335 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18336 status symbols.
18337 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18338 (vc-cvs-toggle-read-only): First cut at a function to allow a
18339 cvs-status-free vc-toggle-read-only.
18340 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18341 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18342 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18343 (vc-cvs-checkout): Modify access rights directly if the user
18344 requested not to use `cvs edit'. And refresh the mode line.
18345
18346 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18347 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18348
18349 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18350
18351 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18352 workfile' that got lost when the code was extracted from vc.el.
18353 And merged the tail with the rest of the code (not possible in the
18354 old vc.el where the tail was shared among all backends). And
18355 explicitly set the state to 'edited if `writable' is set.
18356
18357 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18358 (vc-cvs-state): Be careful to return the value from
18359 vc-cvs-parse-state.
18360 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18361 property but return it instead. Also be careful to handle a nil
18362 or "" `rev' when workfile is non-nil (it was handled properly when
18363 workfile was nil).
18364
18365 * vc.el: Removed those pesky unnecessary `(function' quotes.
18366 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18367 directly in the defvar.
18368 (vc-do-command): Bind inhibit-read-only so as to properly handle
18369 the case where the destination buffer has been made read-only.
18370 (vc-diff): Delegate to vc-version-diff in all cases.
18371 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18372 (vc-annotate-mode-variables): Removed (code moved partly to
18373 defvars and partly to vc-annotate-add-menu).
18374 (vc-annotate-mode): Turned into a derived-mode.
18375 (vc-annotate-add-menu): Moved in code in
18376 vc-annotate-mode-variables.
18377 (vc-update-change-log): Use make-temp-file if available.
18378
18379 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18380
18381 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18382 `vc-checkout-model' updated to `vc-cvs-update-model'.
18383
18384 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18385
18386 * vc.el (vc-next-action-on-file): Added handling of state
18387 `unlocked-changes'.
18388 (vc-checkout-carefully): Is now practically obsolete, unless the
18389 above is too slow to be enabled unconditionally.
18390 (vc-update-change-log): Fixed typo.
18391
18392 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18393
18394 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18395 Now handles state `unlocked-changes'.
18396 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18397
18398 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18399
18400 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18401 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18402 `unlocked-changes'.
18403 (vc-rcs-workfile-unchanged-p): Renamed from
18404 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18405 function yet, but supposed to become one soon.
18406
18407 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18408 `vc-steal-lock'.
18409 (vc-call-backend): Changed error message.
18410 (vc-state): Added description of state `unlocked-changes'.
18411
18412 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18413
18414 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18415 always return t in CVS-controlled directories.
18416
18417 * vc.el (vc-responsible-backend): New function.
18418 (vc-register): Largely rewritten.
18419 (vc-admin): Removed (implementation moved into vc-register).
18420 (vc-checkin): Redocumented.
18421 (vc-finish-logentry): If no backend defined yet (because we are in
18422 the process of registering), use the responsible backend.
18423
18424 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18425 Updated function lists.
18426 (vc-call-backend): Fixed typo.
18427
18428 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18429 New functions.
18430 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18431 Removed query option. Redocumented.
18432
18433 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18434
18435 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18436
18437 * vc.el: Updated callers of `vc-checkout-required' to use
18438 `vc-checkout-model'.
18439
18440 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18441
18442 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18443 stuff updated to reference this function instead of the old
18444 `vc-backend-release-p'.
18445
18446 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18447
18448 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18449 vc-checkout-model. Return appropriate values. Updated callers.
18450
18451 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18452
18453 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18454 (vc-backend-revert): Function moved into `vc-revert';
18455 `vc-next-action' must be updated to accomodate this change.
18456 (vc-backend-steal): Function moved into `vc-finish-steal'.
18457 (vc-backend-logentry-check): Function moved into
18458 `vc-finish-logentry'.
18459 (vc-backend-printlog): Function moved into `vc-print-log'.
18460 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18461 (vc-backend-assign-name): Function moved into
18462 `vc-create-snapshot'.
18463
18464 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18465
18466 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18467 Rename to vc-checkout-model. Return appropriate values.
18468 Update callers.
18469
18470 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18471 to vc-checkout-model.
18472 (vc-checkout-required): Rename to vc-checkout-model.
18473 Re-implement and re-comment.
18474 (vc-after-save): Use vc-checkout-model.
18475
18476 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18477
18478 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18479 Update to use the vc-BACKEND-diff functions instead.
18480 `vc-diff' is now working.
18481
18482 * vc-rcs.el (vc-rcs-logentry-check): New function.
18483
18484 * vc-cvs.el (vc-cvs-logentry-check): New function.
18485
18486 * vc-sccs.el (vc-sccs-diff): Function changed name from
18487 `vc-backend-diff'. This makes `vc-diff' work.
18488
18489 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18490 of functions possibly implemented in a vc-BACKEND library.
18491 (vc-checkout-required): Fix bug that caused an error to be
18492 signaled during `vc-after-save'.
18493
18494 * vc.el: Fix typo.
18495 This checkin is made with our new VC code base for the very first time.
18496 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18497
18498 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18499 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18500
18501 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18502 updated to `vc-uses-locking'.
18503 (vc-checkout-required): Call to backend function.
18504 `vc-checkout-required' updated to `vc-uses-locking' instead.
18505
18506 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18507 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18508
18509 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18510 to match the split into various backends.
18511 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18512 (vc-retrieve-snapshot): Bug fix.
18513
18514 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18515
18516 * vc-sccs.el (vc-sccs-release): Doc fix.
18517
18518 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18519
18520 * vc.el (vc-next-action-on-file): Bug found and fixed.
18521 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18522 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18523
18524 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18525 (vc-rcs-checkout): Name space cleaned up. No more revision number
18526 crunching function names that are not prefixed with vc-rcs.
18527 (vc-rcs-checkout-model): Function added. References to
18528 `vc-checkout-model' replaced.
18529
18530 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18531
18532 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18533 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18534 still need to be split, and implemented for RCS).
18535
18536 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18537
18538 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18539
18540 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18541 required by the vc.el file.
18542
18543 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18544 required by the vc.el file.
18545 (vc-rcs-exists): Function added.
18546
18547 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18548 required by the vc.el file.
18549
18550 * vc.el (vc-admin): Updated to handle selection of appropriate
18551 backend. Current implementation is crufty and need re-thinking.
18552
18553 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18554
18555 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18556
18557 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18558 beginning of annotate buffers correctly.
18559
18560 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18561 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18562 functionality updated quite a lot to support multiple backends.
18563 Variables `vc-annotate-mode', `vc-annotate-buffers',
18564 `vc-annotate-backend' added.
18565
18566 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18567 `vc-annotate-difference' added to supported backend functions.
18568
18569 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18570
18571 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18572 Use with-temp-file instead of /bin/sh. Merged from mainline
18573
18574 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18575
18576 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18577
18578 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18579
18580 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18581
18582 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18583
18584 * vc-hooks.el: vc-state-heuristic added to
18585 vc-backend-hook-functions.
18586
18587 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18588
18589 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18590
18591 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18592 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18593 state to `reserved'.
18594
18595 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18596 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18597
18598 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18599
18600 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18601 untouched.
18602
18603 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18604
18605 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18606 if defined. (Merged from main line, slightly adapted.)
18607
18608 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18609 millenium problem (merged from mainline).
18610
18611 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18612
18613 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18614 part and moved the non-BACKEND stuff to vc.el.
18615
18616 * vc.el: Split the annotate feature into a BACKEND specific part
18617 and moved it from the vc-cvs.el file to this one.
18618
18619 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18620
18621 * vc-hooks.el: Implement new state model.
18622 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18623 (vc-locking-user): Simplify. Now only needed if the file is
18624 locked by somebody else.
18625 (vc-lock-from-permissions): Remove. Functionality is in
18626 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18627 (vc-mode-line-string): New name for former vc-status. Adapted.
18628 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18629
18630 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18631 Various simplifications and adaptations all over the place.
18632
18633 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18634 Simplify and adapt the rest.
18635
18636 * vc.el (vc-resynch-window): Add TODO comment: check for
18637 interaction with view mode according to recent RCS change.
18638 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18639
18640 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18641
18642 * vc.el: Convert the remaining function comments to docstrings.
18643
18644 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18645
18646 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18647 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18648 (vc-minor-part, vc-previous-version): Functions that operate and
18649 compare revision numbers got proper documentation. Comments added
18650 about their possible removal.
18651
18652 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18653
18654 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18655 the vc-backend.el files.
18656
18657 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18658
18659 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18660 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18661 (vc-rcs-previous-version): Functions added.
18662
18663 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18664
18665 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18666
18667 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18668
18669 * vc-hooks.el (vc-master-templates): Is really obsolete.
18670 Comment out the definition for now. What is the right procedure
18671 to get rid of it?
18672 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18673 rewritten.
18674 (vc-default-registered): Remove.
18675 (vc-check-master-templates): New function; does mostly what the
18676 above did before.
18677 (vc-locking-user): Don't rely on the backend to set the property.
18678
18679 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18680 Rewrite documentation.
18681 (vc-rcs-templates-grabbed): New variable.
18682 (vc-rcs-grab-templates): New function.
18683 (vc-rcs-registered): Rewrite to use above mechanism.
18684
18685 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18686 Rewrite documentation.
18687 (vc-sccs-templates-grabbed): New variable.
18688 (vc-sccs-grab-templates): New function.
18689 (vc-sccs-registered): Rewrite to use above mechanism.
18690 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18691 Don't throw the result, simply return it.
18692
18693 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18694 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18695 (vc-cvs-registered): Does the check itself now. Simplify.
18696
18697 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18698 from main line.
18699
18700 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18701
18702 * vc-cvs.el (vc-cvs-diff): New function.
18703
18704 * vc-sccs.el (vc-sccs-diff): New function.
18705
18706 * vc-rcs.el (vc-rcs-diff): New function.
18707 (vc-rcs-checkout): Bug (typo) found and fixed.
18708 (vc-rcs-register-switches): New variable.
18709
18710 * vc.el (vc-backend-diff): Function removed and placed in the
18711 backend files.
18712
18713 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18714
18715 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18716
18717 * vc.el (vc-backend-checkout): Function removed and replaced in
18718 the vc-backend.el files.
18719
18720 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18721
18722 * vc.el (vc-backend-admin): Removed and replaced in the
18723 vc-backend.el files.
18724
18725 * vc.el (Martin): Removed all the annotate functionality since it
18726 is CVS backend specific.
18727
18728 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18729
18730 * spec.txt: Added specification of vc-state.
18731
18732 * vc-sccs-hooks.el (vc-sccs-master-properties):
18733 Remove handling of vc-latest-version and
18734 vc-your-latest-version. What used to be vc-latest-version, is now
18735 returned as vc-workfile-version.
18736 (vc-sccs-workfile-version): Adapt.
18737
18738 2000-09-04 Dave Love <fx@gnu.org>
18739
18740 * vc.el: [Merged from mainline.]
18741 (vc-dired-mode): Make the dired-move-to-filename-regexp
18742 regexp match the date, to avoid treating date as file size.
18743 Add YYYY S option to WESTERN/
18744
18745 2000-09-04 Dave Love <fx@gnu.org>
18746
18747 * vc.el: Require `compile' when compiling.
18748 (vc-logentry-check-hook): New option.
18749 (vc-steal-lock): Use compose-mail.
18750 (vc-dired-mode-map): Defvar when compiling.
18751 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18752 vc-sccs.el and renamed. Callers changed.
18753 (vc-backend-checkout, vc-backend-logentry-check)
18754 (vc-backend-merge-news): Doc fix.
18755 (vc-default-logentry-check): New function.
18756 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18757 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18758 (vc-backend-merge): Doc fix. Use backend functions.
18759 (vc-check-headers): Use backend functions.
18760
18761 * vc-cvs.el: Require vc when compiling.
18762 (vc-cvs-register-switches): Doc fix.
18763 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18764 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18765 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18766 New functions (code from vc.el).
18767 (vc-annotate-display-default): Fix interactive spec.
18768 (vc-annotate-time-span): Doc fix.
18769
18770 * vc-rcs.el: Require vc when compiling.
18771 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18772 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18773 (vc-rcs-checkin): New functions (code from vc.el).
18774 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18775 Doc fix.
18776 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18777
18778 * vc-sccs.el: Require vc when compiling.
18779 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18780 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18781 (vc-sccs-revert)
18782 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18783 from vc.el).
18784 (vc-sccs-add-triple, vc-sccs-record-rename)
18785 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18786 (vc-sccs-admin): Doc fix.
18787
18788 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18789
18790 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18791 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18792 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18793 from vc.el.
18794
18795 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18796
18797 * vc-cvs.el: Moved the annotate functionality from vc.el.
18798 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18799
18800 2000-09-04 Dave Love <fx@gnu.org>
18801
18802 * vc.el (vc-backend-release): Call vc-system-release.
18803
18804 * vc-sccs.el (vc-sccs-system-release):
18805 Renamed from vc-sccs-backend-release.
18806
18807 * vc-rcs.el (vc-rcs-system-release):
18808 Renamed from vc-rcs-backend-release.
18809
18810 * vc-cvs.el (vc-cvs-system-release):
18811 Renamed from vc-cvs-backend-release.
18812
18813 2000-09-04 Dave Love <fx@gnu.org>
18814
18815 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18816 backend files.
18817 (vc-backend-release): Dispatch to backend functions.
18818 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18819 probably needs attention.]
18820
18821 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18822 (vc-sccs-backend-release): New function.
18823
18824 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18825 (vc-cvs-backend-release): New function.
18826
18827 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18828 Doc fix.
18829 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18830 (vc-default-dired-state-info): New function.
18831 (vc-dired-state-info): Dispatch to backends.
18832 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18833
18834 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18835 from vc.el and renamed.
18836
18837 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18838
18839 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18840 (vc-version-other-window, vc-backend-assign-name): Removed
18841 references to vc-latest-version; sometimes changed into
18842 vc-workfile-version.
18843
18844 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18845 vc-rcs-master-workfile-version.
18846 (vc-rcs-workfile-version): Use the above. Don't call
18847 vc-latest-version (that was unreachable code, anyway).
18848 (vc-rcs-fetch-master-properties): Doc fix.
18849
18850 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18851 (vc-backend-hook-functions): Removed them from this list, too.
18852 (vc-fetch-properties): Removed.
18853 (vc-workfile-version): Doc fix.
18854
18855 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18856 (vc-rcs-workfile-version, vc-rcs-locking-user)
18857 (vc-rcs-uses-locking): Use it.
18858
18859 * vc-hooks.el (vc-consult-rcs-headers):
18860 Moved into vc-rcs-hooks.el, under the name
18861 vc-rcs-consult-headers.
18862
18863 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18864 headers.
18865 (vc-cvs-find-master): Use this name only; correct different
18866 versions of the name.
18867
18868 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18869 New functions.
18870 (vc-sccs-locking-user): Use the latter.
18871
18872 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18873 New functions.
18874
18875 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18876 Moved into both
18877 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18878 functions are implementation details of those two backends.
18879
18880 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18881
18882 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18883 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18884
18885 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18886 (vc-sccs-parse-locks): SCCS-specific code moved here from
18887 vc-hooks.
18888
18889 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18890 code moved here from vc-hooks.
18891
18892 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18893 into back-end specific parts and removed. Callers not updated
18894 yet; because I guess these callers will disappear into back-end
18895 specific files anyway.
18896
18897 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18898
18899 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18900 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18901 `vc-uses-locking'.
18902
18903 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18904 Store yes/no in the property, and return t/nil. Updated all
18905 callers.
18906
18907 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18908 vc-sccs-uses-locking. Don't set property.
18909 (vc-sccs-locking-user): Don't set property.
18910
18911 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18912 vc-cvs-uses-locking. Don't set property here; leave that to
18913 vc-hooks.
18914 (vc-cvs-locking-user): Reflect above change. Streamlined.
18915
18916 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18917 vc-rcs-uses-locking.
18918 (vc-rcs-locking-user): Reflect above change.
18919
18920 2000-09-04 Dave Love <fx@gnu.org>
18921
18922 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18923
18924 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18925
18926 * vc-hooks.el (vc-checkout-model): Punt to backends.
18927
18928 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18929
18930 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18931
18932 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18933 New functions.
18934
18935 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18936 New functions.
18937
18938 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18939 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18940
18941 * vc-hooks.el (vc-default-locking-user): New function.
18942 (vc-locking-user, vc-workfile-version): Punt to backends.
18943
18944 2000-09-04 Dave Love <fx@gnu.org>
18945
18946 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18947 (vc-master-workfile-version): Moved from vc-hooks.
18948
18949 * vc-rcs-hooks.el: Fix duplicate code in last change.
18950
18951 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18952 (vc-rcs-master-templates): Improve :type.
18953 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18954 vc-master-workfile-version): Moved from vc-hooks.
18955
18956 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18957 (vc-sccs-master-templates): Improve :type.
18958 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18959
18960 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18961
18962 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18963 (vc-cvs-master-templates): Improve :type. Use
18964 vc-cvs-find-cvs-master.
18965 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18966 from vc-hooks.
18967 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18968
18969 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18970 Moved to vc-cvs-hooks.
18971
18972 * vc-hooks.el: Add doc strings in various places. Simplify the
18973 minor mode setup.
18974 (vc-handled-backends): New user variable.
18975 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18976 simplification.
18977
18978 2000-09-04 Dave Love <fx@gnu.org>
18979
18980 * vc.el: Some doc fixes for autoloaded and interactive functions.
18981 Fix compilation warnings from ediff stuff.
18982 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18983
18984 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18985
18986 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18987
18988 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18989
18990 2000-09-04 Dave Love <fx@gnu.org>
18991
18992 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18993 New variable.
18994 (vc-make-backend-function, vc-loadup, vc-call-backend)
18995 (vc-backend-defines): New functions.
18996
18997 * vc-hooks.el: Various doc fixes.
18998 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18999 (vc-match-substring): Function removed. Callers changed to use
19000 match-string.
19001 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
19002 Simplify.
19003
19004 2000-09-04 Dave Love <fx@gnu.org>
19005
19006 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
19007 type.
19008 (vc-sccs-project-dir, vc-search-sccs-project-dir)
19009 (vc-sccs-registered): Doc fix.
19010
19011 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
19012 (vc-cvs-registered): Doc fix.
19013
19014 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
19015 (vc-rcs-registered): Doc fix.
19016
19017 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19018
19019 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
19020
19021 * vc-hooks.el: vc-registered has been renamed
19022 vc-default-registered. Some functions have been moved to the
19023 backend specific files. they all support the
19024 vc-BACKEND-registered functions.
19025
19026 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19027
19028 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
19029
19030 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
19031
19032 2000-09-04 Dave Love <fx@gnu.org>
19033
19034 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
19035 menu-bar-update-hook.
19036
19037 * help.el (help-manyarg-func-alist): Add
19038 find-operation-coding-system.
19039
19040 * wid-edit.el (widget-sexp-validate): Fix garbled code.
19041
19042 * custom.el (custom-set-variables): Print message about errors in
19043 setting.
19044
19045 2000-09-03 Andrew Innes <andrewi@gnu.org>
19046
19047 * makefile.w32-in: Change to DOS line endings.
19048
19049 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19050
19051 * mouse.el (mouse-popup-menubar): Supply the prompt string for
19052 minor-mode keymaps, if they don't have one.
19053
19054 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19055
19056 * eshell/esh-module.el (eval-when-compile): Don't lose if
19057 esh-module.el's file name is truncated to DOS 8+3 limits.
19058
19059 2000-09-01 John Wiegley <johnw@gnu.org>
19060
19061 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
19062 predicate, which caused entries in the completion list to be
19063 doubled.
19064
19065 2000-08-30 John Wiegley <johnw@gnu.org>
19066
19067 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
19068 sending to subprocesses. Also, hook pre-command-hook if
19069 `eshell-send-direct-to-subprocesses' is non-nil.
19070 (eshell-send-direct-to-subprocesses): New config variable. If t,
19071 subprocess input is send immediately.
19072 (eshell-toggle-direct-send): New function.
19073 (eshell-self-insert-command): New function.
19074 (eshell-intercept-commands): New function.
19075 (eshell-send-input): If direct subprocess sending is enabled,
19076 don't echo any input to the Eshell buffer. Let the subprocess
19077 handle that. This requires "stty echo" in bash, for example.
19078
19079 2000-08-28 John Wiegley <johnw@gnu.org>
19080
19081 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19082 completion function for Eshell's implementation of `unset'.
19083
19084 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19085
19086 * info.el (Info-directory-list): Doc fix.
19087
19088 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19089
19090 * filecache.el (file-cache-add-directory-using-find): Don't quote
19091 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19092
19093 2000-08-31 Kenichi Handa <handa@etl.go.jp>
19094
19095 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19096 coding systems.
19097
19098 2000-08-30 Andrew Innes <andrewi@gnu.org>
19099
19100 * timer.el (run-with-idle-timer): Undo last change, so that timer
19101 is not activated immediately if Emacs is already idle. Some
19102 existing code relies on this behaviour.
19103
19104 2000-08-30 Miles Bader <miles@gnu.org>
19105
19106 * frame.el (set-frame-font): Do completion of font-name for
19107 interactive use.
19108
19109 2000-08-30 Kenichi Handa <handa@etl.go.jp>
19110
19111 * international/quail.el (quail-start-translation): Bind locally
19112 last-command-event, last-command, and this-command.
19113 (quail-start-conversion): Likewise.
19114 (quail-self-insert-command): Fix docstring.
19115
19116 2000-08-29 Gerd Moellmann <gerd@gnu.org>
19117
19118 * progmodes/executable.el
19119 (executable-make-buffer-file-executable-if-script-p): Check that
19120 buffer contains at least 2 characters.
19121
19122 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19123
19124 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19125
19126 2000-08-29 Dave Love <fx@gnu.org>
19127
19128 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19129 (diff-mode-shared-map): Bind mouse-2.
19130 (diff-imenu-generic-expression): New variable.
19131 (diff-mode): Use it.
19132
19133 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19134 (mouse-popup-menubar): Add minor mode menus.
19135 (popup-menu): Check for lookup-key returning number.
19136
19137 2000-08-29 Miles Bader <miles@gnu.org>
19138
19139 * comint.el (comint-send-input): Create overlays using the proper
19140 front/read-advance arguments.
19141
19142 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19143
19144 * ps-print.el: Even/odd pages printing. Doc fix.
19145 (ps-print-version): New version number (6.0).
19146 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19147 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19148 (ps-print-duplex-feature): Variable eliminated.
19149 (ps-even-or-odd-pages): New variable.
19150
19151 * progmodes/ebnf2ps.el: Doc fix.
19152 (ebnf-version): New version (3.3).
19153 (ebnf-user-arrow): Change variable customization to sexp.
19154 (ebnf-user-arrow): Function eliminated.
19155 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19156
19157 2000-08-29 Kenichi Handa <handa@etl.go.jp>
19158
19159 * help.el (help-xref-mule-regexp): New variable.
19160 (help-make-xrefs): Handle help-xref-mule-regexp.
19161
19162 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19163 variable.
19164 (describe-input-method): Temporarily activate the specfied input
19165 method to display the information.
19166 (describe-language-environment): Hyperlinks to mule related items.
19167
19168 * international/mule-diag.el (charset-multibyte-form-string): New
19169 function.
19170 (list-character-sets-1): Use charset-multibyte-form-string.
19171 (describe-character-set): New function.
19172 (describe-coding-system): Hyperlinks to safe character sets.
19173
19174 * international/quail.el (quail-help): New arg PACKAGE.
19175 Hyperlinks to mule related items.
19176 (quail-help-insert-keymap-description): Use
19177 substitute-command-keys instead of describe-bindings.
19178 (quail-translation-help): Hyperlinks to mule related items.
19179
19180 2000-08-28 John Wiegley <johnw@gnu.org>
19181
19182 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19183 have a defsubst call itself. Made `eshell-flatten-list' back into
19184 a function again.
19185
19186 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19187 catch, in case re-centering point at bottom messes up the display.
19188 This happens frequently in Emacs 21, due I believe to variable
19189 line heights.
19190
19191 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19192 to call `find-tag-interactive'.
19193
19194 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19195 the list of remember directories.
19196
19197 2000-08-28 John Wiegley <johnw@gnu.org>
19198
19199 * align.el: Test align-region-separate to see if it's a symbol.
19200
19201 2000-08-28 John Wiegley <johnw@gnu.org>
19202
19203 * eshell/esh-util.el (eshell-flatten-list): Made this function
19204 into a defsubst form. It gets used very frequently, although
19205 calls don't occur all that often.
19206
19207 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19208 examining it.
19209
19210 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19211 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19212 `eshell-protect'.
19213 (eshell-copy-handles): Created a new macro for duplicating the
19214 current set of open handles. This is needed by the looping
19215 functions.
19216 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19217 is not incorrectly stomped on.
19218
19219 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19220 declaration for pcomplete-use-paring.
19221 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19222 value of eshell-cmpl-use-paring.
19223 * pcomplete.el (pcomplete-use-paring): New config variable, to
19224 indicate whether paring should be used.
19225 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19226 completion alternatives that have already been used.
19227
19228 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19229 bound to C-c C-y, which will repeat the previous N arguments
19230 (based on prefix argument).
19231 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19232
19233 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19234 if there is no *Help* buffer. This is for XEmacs, which renames
19235 its help buffers uniquely. TODO: Find out what the current buffer
19236 name to delete is.
19237
19238 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19239 first entry that correlates to a passwd/group number. Later
19240 entries (used for group/user name aliasing to multiple IDs) are
19241 ignored.
19242
19243 * eshell/em-xtra.el (eshell/expr):
19244 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19245 (eshell-grep, eshell/diff, eshell/locate):
19246 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19247 argument list, before passing it to the system command.
19248
19249 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19250 `find-tag' for use at final position in Eshell buffers (which
19251 otherwise triggers an error on Emacs 21).
19252 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19253 buffer, if it is currently bound to `find-tag'.
19254
19255 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19256 in the list of matched Makefile names.
19257 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19258 directory, prefer its contents to Makefile.
19259
19260 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19261 directory parts (like "cd old new", or "cd =regexp"), are now case
19262 sensitive on non-Windows/DOS platforms.
19263
19264 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19265 types RET after an open delimiter (like "), display a message
19266 indicating that Eshell is waiting for the closing delimiter.
19267
19268 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19269 environment variables.
19270
19271 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19272 gracefully if the user enters incorrect arguments.
19273
19274 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19275 Eshell buffers.
19276
19277 * eshell/esh-var.el (eshell-interpolate-variable):
19278 * eshell/esh-mode.el (eshell-move-argument):
19279 * eshell/em-unix.el (eshell-du-sum-directory):
19280 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19281 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19282 (not (= ...)).
19283
19284 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19285 to ensure the `preserve' flag gets propagated when doing recursive
19286 directory copies.
19287
19288 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19289
19290 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19291 Don't convert \n into \0177 in memory.
19292 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19293 and back again, when reading and writing.
19294
19295 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19296
19297 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19298 testing of `fboundp' on `processp'.
19299
19300 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19301 (eshell/jobs): Don't call process-list if it is not bound.
19302 (eshell-gather-process-output): Support systems where async
19303 subprocesses aren't supported.
19304 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19305 variables.
19306
19307 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19308 eshell-do-eval returns t.
19309 (eshell-do-pipelines-synchronously): New defmacro.
19310 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19311 when async subprocesses aren't supported.
19312 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19313 if async subprocesses aren't supported.
19314 (eshell-resume-command): Don't assume STATUS is a string.
19315
19316 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19317
19318 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19319 (eshell-close-target, eshell-get-target): Use eshell-processp.
19320 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19321 fix.
19322 (eshell-get-target, eshell-create-handles): Doc fix.
19323
19324 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19325
19326 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19327 criterion to include commands that output something, as long as it
19328 leaves both the command and the end-of-buffer visible when the
19329 command has exited.
19330 (eshell-review-quick-commands): Adjust the help doc string
19331 accordingly.
19332
19333 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19334
19335 * locate.el (locate): Cleaned up locate command's interactive prompting
19336 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19337
19338 * filecache.el (file-cache-case-fold-search): New variable
19339 (file-cache-assoc-function): New variable
19340 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19341 Use file-cache-case-fold-search variable
19342 (file-cache-add-file): Use file-cache-assoc-function
19343 (file-cache-delete-file): likewise
19344 (file-cache-directory-name): likewise
19345 (file-cache-debug-read-from-minibuffer): likewise
19346
19347 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19348
19349 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19350 (abbrev-table-name): New function.
19351 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19352 If non-nil list local abbrev, only.
19353
19354 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19355
19356 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19357 from Gnus support code, and use special article copy buffer
19358 `(gnus-original-article-buffer)' instead. This allows to get rid
19359 of article-hide-headers usage (which breaks in the latest Gnus
19360 version). Thanks to Detlev Zundel.
19361
19362 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19363
19364 * international/quail.el (quail-use-package): Hide "... loaded"
19365 message.
19366 (quail-start-translation, quail-start-conversion): Likewise.
19367
19368 * international/kkc.el (kkc-region): Hide "... loaded" message.
19369
19370 2000-08-27 Dave Love <fx@gnu.org>
19371
19372 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19373
19374 2000-08-27 Miles Bader <miles@gnu.org>
19375
19376 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19377
19378 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19379
19380 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19381 'ja-dic-cnv), not (require 'skkdic-cnv).
19382
19383 2000-08-26 Miles Bader <miles@gnu.org>
19384
19385 * faces.el (face-x-resources): Add entry for :inherit.
19386 * cus-face.el (custom-face-attributes): Add support for :inherit
19387 attribute. Add support for relative face heights.
19388 (custom-face-attributes-get): Treat `nil' as being a default value
19389 for :inherit (as well as `unspecified').
19390
19391 * faces.el (set-face-attribute): Update doc string.
19392 (face-attribute-name-alist): Add :inherit.
19393 (face-valid-attribute-values): Handle :inherit.
19394 (face-read-string): Rephrase prompt to be less confusing.
19395 Assume that DEFAULT is a string, since we must return a string.
19396 (face-read-integer): Use `format' to turn DEFAULT into an
19397 acceptable default for face-read-string. Match NEW-VALUE against
19398 the string "unspecified", not the symbol `unspecified', since
19399 that's what face-read-string returns.
19400 (read-face-attribute): Lookup a name for old-value in valid, and
19401 use it as a default if we find one. Treat all values from
19402 face-read-string as strings. If the default is used, don't do any
19403 more processing on the value, just use the old value directly.
19404 (read-face-and-attribute, modify-face): Tweak prompt.
19405 (read-face-name): Don't assume prompt ends with a space.
19406
19407 * faces.el (describe-face): Add support for :inherit attribute.
19408
19409 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19410
19411 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19412 concat doesn't accept interger.
19413
19414 * international/kkc.el: Remove SKK from Keywords. Require
19415 ja-dic-utl instead of skkdic-utl.
19416
19417 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19418 Provide ja-dic-cnv instead of skkdic-cnv.
19419 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19420 (iso-2022-7bit-short): Add safe-charsets property.
19421 (skkdic-convert-postfix): Search Japanese chou-on character in
19422 addition to Hiragana character.
19423 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19424 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19425 (batch-skkdic-convert): Likewise.
19426
19427 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19428 Provide ja-dic-utl instead of skkdic-utl.
19429 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19430
19431 2000-08-24 Dave Love <fx@gnu.org>
19432
19433 * disp-table.el (standard-display-default): Make the test of `l'
19434 useful.
19435
19436 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19437 mod sample text.
19438
19439 * international/iso-ascii.el: Make pilcrow convenient string
19440 consistent with section.
19441 (iso-ascii-display): Set up multibyte characters as well as
19442 unibyte.
19443
19444 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19445
19446 * international/mule-cmds.el (reset-language-environment): Set
19447 default-process-coding-system to '(undecided . iso-latin-1), which
19448 makes process I/O almost consistent with file I/O. Call this
19449 function when mule-cmds.el[c] is loaded.
19450
19451 2000-08-22 Andrew Innes <andrewi@gnu.org>
19452
19453 * makefile.w32-in: New file.
19454
19455 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19456
19457 * comint.el (comint-output-filter): Compare end of
19458 comint-last-output-overlay with the start of the newly inserted
19459 text, not the end, when deciding whether to extend it.
19460 Set saved-point's insertion type to advance after insertion.
19461
19462 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19463 since this is now done independently of font-lock mode.
19464
19465 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19466
19467 * server.el (server-kill-new-buffers): New user option.
19468 (server-existing-buffer): New buffer-local variable.
19469 (server-visit-files): When using an existing buffer, set
19470 server-existing-buffer to t.
19471 (server-buffer-done): If server-kill-new-buffers is t, kill the
19472 buffer, unless it was already present before visiting it with
19473 Emacs server.
19474
19475 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19476
19477 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19478 even if the display doesn't support colors: some displays will
19479 support bold/underline faces.
19480
19481 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19482
19483 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19484
19485 * startup.el (command-line): If user's init file had an error,
19486 add explanatory text to *Messages*.
19487
19488 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19489
19490 * man.el (Man-getpage-in-background): Decode the process output by
19491 the system locale coding system.
19492
19493 2000-08-20 Dave Love <fx@gnu.org>
19494
19495 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19496 Don't test x-popup-menu.
19497 (function) <complete-function>: Complete only fbound symbols.
19498 <validate, value>: New.
19499 (variable) <complete-function>: Complete only bound symbols.
19500 (coding-system): Add :base-only, :complete-function, :validate,
19501 :value, :prompt-match.
19502 (widget-coding-system-prompt-value): Use read-coding-system and
19503 act on :base-only.
19504 (editable-field): Add :help-echo.
19505 (widget-push-button-gui, widget-push-button-cache)
19506 (widget-gui-action, widget-editable-list-gui): COmment out, along
19507 with uses.
19508 (widget-at): Make arg optional.
19509 (widget-echo-help): Adjust for current help-echo calling sequence.
19510 (widget-specify-field, widget-specify-button)
19511 (widget-specify-insert, widget-get-sibling, widget-image-find)
19512 (widget-convert, widget-insert, widget-leave-text)
19513 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19514 (widget-setup, widget-field-find, widget-before-change)
19515 (widget-after-change, widget-default-complete)
19516 (widget-default-create, widget-default-delete)
19517 (widget-push-button-value-create, editable-field)
19518 (widget-field-prompt-value, widget-field-validate)
19519 (widget-choice-value-create, widget-choice-action)
19520 (widget-choice-validate, widget-checklist-add-item)
19521 (widget-radio-add-item, widget-radio-chosen)
19522 (widget-radio-value-inline, widget-editable-list-value-create)
19523 (widget-editable-list-entry-create)
19524 (widget-documentation-link-add)
19525 (widget-documentation-string-value-create)
19526 (widget-regexp-validate, widget-file-complete)
19527 (widget-sexp-validate, widget-plist-convert-widget)
19528 (widget-plist-convert-widget, widget-alist-convert-widget)
19529 (widget-alist-convert-widget, widget-color-complete): Simplify,
19530 particularly to avoid bindings which aren't optimized out.
19531
19532 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19533 Doc fix.
19534 (down-list, backward-up-list, up-list, kill-sexp)
19535 (backward-kill-sexp, mark-sexp): Make arg optional.
19536 (lisp-complete-symbol): Add optional arg PREDICATE.
19537
19538 * cus-start.el: Add display-buffer-reuse-frames,
19539 file-coding-system-alist.
19540
19541 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19542
19543 * startup.el (command-line): Clear realized faces after
19544 modifying TTY color mappings.
19545
19546 2000-08-20 Miles Bader <miles@gnu.org>
19547
19548 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19549 merely a subset of FACE's attributes.
19550
19551 2000-08-19 Miles Bader <miles@gnu.org>
19552
19553 * comint.el (comint-output-filter): Save the point with a marker,
19554 not just a buffer position.
19555
19556 * international/mule.el (set-buffer-process-coding-system): Make
19557 interactive prompt less confusing.
19558
19559 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19560
19561 * hilit-chg.el: General cleanup of doc strings, comments and
19562 code formatting.
19563
19564 2000-08-19 Miles Bader <miles@gnu.org>
19565
19566 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19567 Compiler macro removed; beginning-of-line is no longer always
19568 equivalent to forward-line, in the presence of fields.
19569
19570 * comint.el (comint-output-filter): Remove ad-hoc saving of
19571 restriction, and just use save-restriction, now that it works
19572 correctly. Don't adjust comint-last-input-start to account for
19573 our insertion; it shouldn't have moved because we don't use
19574 insert-before-markers anymore. Comment out call to
19575 `force-mode-line-update'; why is it here?
19576
19577 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19578 while checking for prompt to delete. Use `forward-line 0'
19579 instead of beginning-of-line.
19580 (gud-filter): Temporarily widen gud comint buffer while
19581 examining output.
19582
19583 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19584
19585 * progmodes/sh-script.el: Big bag of typos.
19586
19587 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19588 check since ispell-process is not bound when ispell is not yet loaded.
19589
19590 2000-08-18 Dave Love <fx@gnu.org>
19591
19592 * image.el (find-image): Copy `spec' before using plist-put.
19593
19594 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19595
19596 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19597 `portugues'.
19598
19599 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19600 backward-kill-sexp, analogous to kill-sexp.
19601
19602 * progmodes/icon.el (icon-indent-line)
19603 (icon-is-continuation-line): Handle comments specially.
19604
19605 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19606
19607 * ispell.el: Set to standard author/maintainer/keyword fields.
19608 Fine tuning to menu map appearance and operation, and added help.
19609 Remove `start' and `end' error messages when compiling.
19610 (ispell-choices-win-default-height): Fixed comment string.
19611 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19612 castellano8 dictionaries.
19613 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19614 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19615 dictionary, added italiano dictionary.
19616 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19617 word character
19618 (ispell-tex-skip-alists): Added psfig support.
19619 (ispell-skip-html): Renamed from ispell-skip-sgml.
19620 (ispell-begin-skip-region-regexp, ispell-skip-region)
19621 (ispell-minor-check): Improved html skipping support to skip across
19622 code, and recognize `&' commands without propper `;' syntax;
19623 (ispell-process-line): Fix alignment error when manually
19624 correcting spelling.
19625 (ispell): Fix comment string.
19626 (ispell-add-per-file-word-list): Always put word list on new line.
19627
19628 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19629
19630 * format.el (format-encode-run-method): Fix error message to say
19631 `encode' instead of `decode'. Use save-window-excursion around
19632 shell-command-on-region as in format-decode-run-method because
19633 shell-command-on-region can display a buffer with error output.
19634 (format-decode): Don't record undo information for the decoding.
19635 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19636 that number part of the temporary buffer name so that more than
19637 one decoding using a temporary buffer can happen safely.
19638
19639 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19640 of `A-z' in the regexp.
19641
19642 * hilit-chg.el: Fix typos in commentary.
19643
19644 * help.el (view-emacs-news): Rewritten for new naming scheme
19645 for old NEWS files.
19646
19647 * startup.el (command-line): Pop to *Messages* in case an error
19648 is signaled while loading user-init-file.
19649
19650 2000-08-17 Andreas Schwab <schwab@suse.de>
19651
19652 * files.el (insert-directory): Don't lose original file name,
19653 undoing an undocumented change.
19654
19655 2000-08-17 Alex Schroeder <alex@gnu.org>
19656
19657 * sql.el (sql-magic-go): Use comint-bol.
19658 (sql-copy-column): Use comint-line-beginning-position.
19659 (comint-line-beginning-position): Define a replacement for
19660 comint-line-beginning-position if it is not fboundp.
19661
19662 2000-08-17 Alex Schroeder <alex@gnu.org>
19663
19664 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19665 it didn't have any effect anyway.
19666
19667 2000-08-17 Alex Schroeder <alex@gnu.org>
19668
19669 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19670 --pset and pager=off instead of sending \\o|cat at the beginning
19671 of the session.
19672
19673 2000-08-17 Miles Bader <miles@gnu.org>
19674
19675 * progmodes/octave-inf.el: Add compatibility definition of
19676 comint-line-beginning-position.
19677
19678 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19679
19680 * startup.el (normal-top-level): Look in each dir in load-path for
19681 a leim-list.el file too. This assures of loading leim-list.el
19682 that is created at Emacs installation time even if a user have his
19683 own leim-list.el.
19684
19685 2000-08-17 Miles Bader <miles@gnu.org>
19686
19687 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19688 foreground color to black if the background is dark.
19689
19690 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19691
19692 * loadhist.el (unload-feature): Typo.
19693
19694 * finder.el (finder-compile-keywords):
19695 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19696 to the generated file.
19697
19698 * mail/mh-e.el (mh-make-local-vars):
19699 Replace make-variable-buffer-local with make-local-variable.
19700
19701 * play/landmark.el:
19702 * options.el (Edit-options-{set,toggle,t,nil}):
19703 * mail/mailabbrev.el (mail-abbrevs-mode):
19704 * textmodes/tex-mode.el (tex-expand-files):
19705 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19706
19707 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19708
19709 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19710 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19711 Allow going past the last element.
19712 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19713 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19714 (cvs-mouse-toggle-mark): Don't move point.
19715 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19716
19717 * progmodes/compile.el (grep): Provide a default set of files.
19718 (next-error): Docstring fix.
19719 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19720
19721 * emacs-lisp/easy-mmode.el (define-minor-mode):
19722 Use `symbol-value' to keep the byte-compiler quiet.
19723
19724 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19725 (diff-find-source-location): New fun, extracted from diff-goto-source.
19726 (diff-goto-source): Use it.
19727 (diff-next-complex-hunk, diff-filter-lines): New function.
19728 (diff-apply-hunk): New command.
19729
19730 * smerge-mode.el (smerge-mode-menu): Doc fix.
19731
19732 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19733
19734 2000-08-16 Dave Love <fx@gnu.org>
19735
19736 * windmove.el (windmove) <defgroup>: Add :version.
19737
19738 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19739 (goto-address-fontify-p, goto-address-highlight-p)
19740 (goto-address-url-face, goto-address-url-mouse-face)
19741 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19742 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19743 (goto-address-fontify, goto-address-at-mouse): Simplify,
19744 (goto-address-at-point): browse-url-url-at-point,
19745 goto-address-find-address-at-point can return nil.
19746 (goto-address-find-address-at-point): Return nil on failure.
19747
19748 * align.el (align) <defgroup>: Add :version.
19749
19750 * calculator.el (calculator): Add :version.
19751 (calculator): Use two lines for calculator window if `modeline'
19752 face is boxed.
19753
19754 * play/5x5.el: Doc fixes.
19755 (5x5) <defgroup>: Add :version.
19756
19757 * play/fortune.el (fortune) <defgroup>: Add :version.
19758 (fortune-append): Fix error message.
19759 (fortune-from-region): Doc fix.
19760
19761 * play/pong.el (pong): Doc fix.
19762
19763 * play/morse.el: Keywords, commentary, autoloads.
19764
19765 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19766
19767 * desktop.el (desktop-save): Don't look at symbol-value of a
19768 member of minor-mode-alist, unless it is boundp.
19769
19770 2000-08-16 Sam Steingold <sds@gnu.org>
19771
19772 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19773 `while'; use `with-current-buffer' instead of `save-excursion'.
19774 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19775
19776 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19777
19778 * international/ccl.el (declare-ccl-program): Docstring modified.
19779 (ccl-execute-with-args): Likewise.
19780
19781 2000-08-16 Miles Bader <miles@gnu.org>
19782
19783 * progmodes/sql.el: Add compatibility definition of
19784 comint-line-beginning-position.
19785
19786 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19787
19788 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19789 'buffer-menu' property.
19790 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19791 fails.
19792 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19793 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19794 wasn't killed.
19795
19796 * buff-menu.el (list-buffers-noselect): Don't display the
19797 *Buffer List* buffer.
19798
19799 * font-lock.el: Require jit-lock to prevent a very late
19800 `Loading jit-lock' message.
19801
19802 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19803 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19804 mail address.
19805
19806 2000-08-15 Miles Bader <miles@gnu.org>
19807
19808 * textmodes/ispell.el (ispell-graphic-p): New constant.
19809 (ispell-choices-win-default-height, ispell-help): Use
19810 `ispell-graphic-p' instead of `xemacsp'.
19811
19812 2000-08-15 Dave Love <fx@gnu.org>
19813
19814 * simple.el: Autoload widget-convert when compiling.
19815 (mail-user-agent): Doc fix.
19816
19817 * help.el (function-called-at-point, variable-at-point): Use
19818 with-syntax-table.
19819 (help-manyarg-func-alist): Add insert-and-inherit.
19820
19821 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19822
19823 * delsel.el (delsel-unload-hook): New function.
19824
19825 * find-file.el: Doc fixes. Move provide to end.
19826 (ff) <defgroup>: Add :link.
19827 (ff-goto-click): Deleted.
19828 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19829 Use mouse-set-point.
19830
19831 * textmodes/tildify.el: Doc fixes.
19832 (tildify) <defgroup>: Add:version.
19833
19834 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19835 (glasses-custom-set): Use set-default, not set.
19836 (minor-mode-alist): Propertize the lighter.
19837 (glasses-mode): Provide optional arg.
19838
19839 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19840 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19841 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19842 option. Provide :type.
19843 (cwarn-configuration): Provide :type.
19844 (cwarn-mode): Doc fix.
19845
19846 * add-log.el (change-log-merge): Doc fix.
19847 (change-log-redate): New command.
19848
19849 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19850 Doze and Dog.
19851 (browse-url): Use dolist, not mapcar.
19852 (browse-url-at-point): Check for null url.
19853 (browse-url-event-buffer, browse-url-event-point): Functions
19854 deleted.
19855 (browse-url-at-mouse, browse-url-netscape): Simplify.
19856
19857 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19858 modes.
19859 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19860 Fix previous change to mapcan.
19861 (msb--init-file-alist, msb--add-separators)
19862 (msb--make-keymap-menu): Simplify.
19863 (msb--choose-file-menu): Use copy-sequence.
19864 (msb-mode-map): Add title to keymap.
19865 (msb-unload-hook): New function.
19866
19867 * bs.el: Fix indentation.
19868 (bs) <defgroup>: Add :links.
19869 (bs-show): Doc fix.
19870 (bs-apply-sort-faces): Don't use window-system.
19871 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19872
19873 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19874
19875 * calendar/timeclock.el (timeclock-file): Run .timelog through
19876 convert-standard-filename.
19877
19878 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19879
19880 * emacs-lisp/authors.el: New file.
19881
19882 * paren.el (show-paren-priority): New user option.
19883 (show-paren-function): Set overlay priorities to
19884 show-paren-priority.
19885
19886 2000-08-14 Miles Bader <miles@gnu.org>
19887
19888 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19889 beginning-of-line with inhibit-field-text-motion bound.
19890
19891 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19892
19893 * calendar/timeclock.el: New file.
19894
19895 2000-08-14 David Ponce <david@dponce.com>
19896
19897 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19898 `widget-button-click'. so that one can use left mouse button to
19899 click on dialog buttons.
19900
19901 2000-08-14 Emmanuel Briot <briot@gnat.com>
19902
19903 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19904 identifiers, since XML is case sensitive
19905
19906 2000-08-12 Miles Bader <miles@gnu.org>
19907
19908 * comint.el (comint-output-filter): Don't bother frobbing
19909 window-start, it doesn't seem to be necessary.
19910
19911 * comint.el (comint-send-string, comint-send-region): Make into
19912 real functions. Snapshot the prompt before sending.
19913
19914 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19915
19916 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19917 technique similar to Info-index, instead of relying on specific
19918 names of relevant Index nodes.
19919 (Info-goto-emacs-command-node): Bind Info-history to nil when
19920 going to the first node found by Info-find-emacs-command-nodes.
19921
19922 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19923
19924 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19925
19926 2000-08-10 Miles Bader <miles@gnu.org>
19927
19928 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19929
19930 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19931
19932 * info.el (Info-file-list-for-emacs): More elements for the
19933 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19934 and woman manuals.
19935
19936 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19937
19938 * comint.el (comint-send-input): Make the newline boundary overlay
19939 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19940 (comint-output-filter): Use `insert' instead of
19941 `insert-before-markers'. Extend comint-last-output-overlay when
19942 necessary since we can't rely on insert-before-markers to do it.
19943 * gud.el (gud-filter): Use `with-current-buffer' instead of
19944 save-excursion when inserting the output, so that point gets
19945 updated correctly; the old method relied on a rather dodgy
19946 side-effect of comint-output-filter to avoid the effect of
19947 save-excursion.
19948
19949 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19950
19951 * files.el (recover-file): Call insert-directory instead of
19952 invoking `ls' directly.
19953
19954 2000-08-10 Miles Bader <miles@gnu.org>
19955
19956 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19957 (comint-last-prompt-overlay): New variables.
19958 (comint-output-filter): Implement prompt highlighting.
19959 (comint-snapshot-last-prompt): New function.
19960 (comint-send-input): Snapshot the last prompt.
19961 Use comint-highlight-input-face.
19962 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19963 Use defface instead of defcustom.
19964 (send-invisible, comint-send-eof): Snapshot the last prompt.
19965 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19966 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19967
19968 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19969
19970 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19971 (regexp-opt-group): Use a list of chars for `letters'.
19972 (regexp-opt-charset): `chars' is now a list of chars.
19973 Use a char-table rather than a vector so it works for multibyte chars.
19974
19975 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19976 Set cvs-minor-current-files to the selected fileinfo.
19977 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19978 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19979
19980 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19981
19982 * files.el (insert-directory): Don't call access-file on
19983 directories on DOS and Windows.
19984
19985 2000-08-09 Kenichi Handa <handa@etl.go.jp>
19986
19987 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19988 longer if necessary.
19989 (ccl-embed-code): Call ccl-embed-data to store CODE in
19990 ccl-program-vector.
19991
19992 2000-08-09 Miles Bader <miles@gnu.org>
19993
19994 * comint.el (comint-output-filter): Properly handle the case where
19995 the text surrounded by comint-last-output-overlay was deleted.
19996
19997 2000-08-08 Gerd Moellmann <gerd@gnu.org>
19998
19999 * info.el (Info-insert-dir): Use Info-additional-directory-list if
20000 non-nil.
20001 (Info-file-list-for-emacs): Remove "info" from the list because
20002 that leads to trying to use the documentation from file `info'
20003 in various situations where it isn't appropriate, for instance
20004 C-h C-k C-h i.
20005
20006 * ffap.el (ffap-read-file-or-url-internal): Handle case that
20007 DIR and/or STRING are nil.
20008
20009 * progmodes/compile.el (compilation-setup): Make variable
20010 compilation-error-screen-columns buffer-local, as some comment
20011 in the code suggests it should be.
20012
20013 * files.el (auto-mode-interpreter-regexp): New variable.
20014 (set-auto-mode): Use it.
20015
20016 * indent.el (indent-for-tab-command): Doc fix.
20017
20018 * mouse-sel.el (mouse-sel-mode): Doc fix.
20019
20020 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
20021 labels.
20022
20023 * help.el (print-help-return-message): When
20024 display-buffer-reuse-frames is set, let the help window been quit,
20025 instead of deleting it, which might delete a reused frame.
20026
20027 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
20028
20029 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
20030 rename a directory to a name that differs only by its letter case.
20031
20032 2000-08-08 Kenichi Handa <handa@etl.go.jp>
20033
20034 * international/quail.el (quail-define-rules): Handle Quail decode
20035 map correctly. Add code for supporting annotations.
20036 (quail-install-decode-map): New function.
20037 (quail-defrule-internal): New optional arguments decode-map and
20038 props.
20039 (quail-advice): New function.
20040
20041 2000-08-07 Sam Steingold <sds@gnu.org>
20042
20043 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
20044 `defconst', `define-condition', `with-slots'.
20045 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
20046
20047 2000-08-03 Miles Bader <miles@gnu.org>
20048
20049 * comint.el (comint-use-prompt-regexp-instead-of-fields):
20050 New variable.
20051 (comint-prompt-regexp, comint-get-old-input): Document dependence on
20052 comint-use-prompt-regexp-instead-of-fields.
20053 (comint-send-input): Add `input' field property to stuff we send to
20054 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
20055 (comint-output-filter): Add `output' field property to process
20056 output, if comint-use-prompt-regexp-instead-of-fields is nil.
20057 (comint-replace-by-expanded-history)
20058 (comint-get-old-input-default, comint-show-output)
20059 (comint-backward-matching-input, comint-forward-matching-input)
20060 (comint-next-prompt, comint-previous-prompt): Use field
20061 properties if comint-use-prompt-regexp-instead-of-fields is nil.
20062 (comint-line-beginning-position): New function.
20063 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
20064 (comint-replace-by-expanded-history-before-point): Use
20065 comint-line-beginning-position and line-end-position.
20066 (comint-last-output-overlay): New variable.
20067 (comint-mode): Make `comint-last-output-overlay' buffer-local.
20068
20069 * shell.el (shell-prompt-pattern): Doc change.
20070 (shell-backward-command): Use line-beginning-position.
20071
20072 * gud.el (gud-gdb-complete-command): Use
20073 comint-line-beginning-position.
20074
20075 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
20076 comint-bol doesn't actually go to the beginning of the line.
20077
20078 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20079 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20080 (try-expand-line-all-buffers): Likewise.
20081
20082 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20083 explicitly matching comint-prompt-regexp.
20084 (sql-copy-column): Use comint-line-beginning-position instead of
20085 explicitly matching comint-prompt-regexp.
20086
20087 * progmodes/octave-inf.el (inferior-octave-complete): Use
20088 comint-line-beginning-position.
20089
20090 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20091
20092 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20093 looking for a prompt, use `forward-line 0' instead of
20094 `beginning-of-line', to avoid getting caught by an input field.
20095
20096 2000-08-07 Gerd Moellmann <gerd@gnu.org>
20097
20098 * files.el (shell-quote-wildcard-pattern): Make sure to return
20099 PATTERN, in the Unix case.
20100
20101 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20102
20103 * play/zone.el (zone): Discard any pending input before running
20104 the randomly-chosen pgm.
20105
20106 2000-08-07 Kenichi Handa <handa@etl.go.jp>
20107
20108 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20109 checking the existence of any multibyte characters.
20110
20111 2000-08-06 Gerd Moellmann <gerd@gnu.org>
20112
20113 * help.el (describe-mode): Test minor-mode symbol for being
20114 bound before testing its value for being nil.
20115
20116 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20117 `first', `second', and `third'.
20118
20119 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20120 (second): Make it an alias for `cadr'.
20121
20122 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20123
20124 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20125 types of display support faces now.
20126
20127 2000-08-05 Gerd Moellmann <gerd@gnu.org>
20128
20129 * pcvs.el (require): Require `cl' during compilation, only.
20130
20131 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20132 (toplevel): Remove `remq' and `remove' from autoloads.
20133 (cl-fake-autoloads): New variable. If set, arrange for an error
20134 when CL functions etc. are autoloaded.
20135
20136 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20137
20138 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20139
20140 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20141 popped up, but the user clicks outside the menu, return an empty
20142 regexp (that causes unhighlight-regexp to have no effect).
20143
20144 * menu-bar.el (menu-bar-games-menu): Add Zone.
20145
20146 * hi-lock.el (toplevel): Require font-lock.
20147
20148 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20149
20150 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20151 (ebnf-8-bit-chars): New var for bug fix.
20152 (ebnf-string): Bug fix.
20153
20154 2000-08-03 Sam Steingold <sds@gnu.org>
20155
20156 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20157 instead of `buffer-string'.
20158 (require 'cl): Always, not just when compiling.
20159 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20160 necessary.
20161
20162 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20163
20164 * international/mule-cmds.el (select-safe-coding-system): Make
20165 the message text about selecting a safe coding system more clear.
20166
20167 2000-08-02 Gerd Moellmann <gerd@gnu.org>
20168
20169 * hi-lock.el: New file.
20170
20171 * play/zone.el: New file.
20172
20173 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20174 value of tab-width in the original buffer. Choose a line number
20175 format that's a multiple of the original buffer's tab width, so
20176 that lines appear right.
20177
20178 * textmodes/ispell.el (ispell): New function, replacing an alias.
20179 Spell-check active region if in transient-mark-mode and mark
20180 is active; otherwise spell-check buffer.
20181
20182 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20183
20184 * ps-mule.el: Fix a customization problem on
20185 ps-mule-font-info-database-default.
20186
20187 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20188
20189 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20190 display-mouse-p instead of window-system.
20191 (ebrowse-member-mode-map): Ditto.
20192
20193 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20194
20195 * progmodes/ebnf2ps.el: Update ps-print functions call.
20196 Indentation fix. Doc fix.
20197 (ebnf-version): New version number (3.2).
20198 (ebnf-format-color, ebnf-begin-job): Code fix.
20199
20200 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20201
20202 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20203 font lock support on window-system.
20204 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20205
20206 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20207 display-color-p, if fboundp, instead of window-system.
20208
20209 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20210
20211 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20212 instead of window-system.
20213
20214 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20215 window-system.
20216 (widget-choice-mouse-down-action): Use display-popup-menus-p
20217 instead of window-system.
20218
20219 * strokes.el (strokes-file): Run the file name through
20220 convert-standard-filename.
20221 (strokes-mode): Call display-mouse-p instead of looking at
20222 window-system. Change the error message accordingly.
20223
20224 * progmodes/cpp.el (toplevel): Support faces on tty's.
20225
20226 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20227 (lm-plot-square, lm-init-display): Don't use window-system.
20228
20229 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20230 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20231
20232 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20233 instead of looking at window-system.
20234
20235 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20236
20237 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20238 of testing if iswitchb-prepost-hooks is bound, because the
20239 latter will always be true when invoking a recursive minibuffer
20240 from an active Iswitchb buffer.
20241
20242 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20243
20244 * files.el (shell-quote-wildcard-pattern): New function.
20245 (insert-directory): Call it. Only prepend "\" to command on Unix
20246 and GNU/Linux systems.
20247
20248 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20249
20250 * eshell/esh-groups.el: Change custom :link file names
20251 from `eshell.info' to `eshell'.
20252
20253 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20254
20255 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20256 correctly in recursive ange-ftp listings.
20257
20258 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20259
20260 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20261 ps-header-font-size-internal and
20262 ps-header-title-font-size-internal variables are not set,
20263 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20264 face text property is (foreground-color . COLOR) or
20265 `(background-color . COLOR)', ps-print crashes. Doc fix.
20266 (ps-print-version): New version number (5.2.4).
20267 (ps-plot-region): Code fix.
20268 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20269 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20270 Bug fix 2.
20271
20272 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20273
20274 * glasses.el (glasses-make-readable): Fix uncapitalization of
20275 identifiers like `myXMLDocument'.
20276
20277 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20278
20279 * mail/mail-hist.el (mail-hist-previous-input)
20280 (mail-hist-next-input): Do the obvious code factorization.
20281 (mail-hist-retrieve-and-insert): New func, contains common
20282 code of above two.
20283 If inserting a message body, leave point at top.
20284
20285 2000-07-28 Sam Steingold <sds@gnu.org>
20286
20287 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20288 Use `<=', not `<' to compare times!
20289 (ange-ftp-ls): Remove.
20290
20291 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20292
20293 * play/cookie1.el: Add explanation of how to make cookie.el
20294 compatible with strfile(1) to comment.
20295
20296 * subr.el (remove, remq): New functions.
20297
20298 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20299 escape `*' in regexps.
20300 (midnight-find): Reverse order of arguments in the funcall of
20301 TEST.
20302
20303 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20304 and `.class'.
20305
20306 * play/meese.el: Add Commentary section.
20307
20308 2000-07-27 Alex Schroeder <alex@gnu.org>
20309
20310 * sql.el (sql-ms): Added autoload cookie.
20311 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20312 (sql-oracle): Ditto.
20313 (sql-help): Doc change.
20314
20315 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20316 types and exceptions.
20317
20318 2000-07-27 Alex Schroeder <alex@gnu.org>
20319
20320 * sql.el (sql-placeholder-history): New variable.
20321 (sql-query-placeholders-and-send): New function that will query
20322 the user and replace placeholders with user input.
20323 (sql-oracle): If running on NT, set comint-input-sender to
20324 sql-query-placeholders-and-send.
20325
20326 (sql-stop): If in the SQLi buffer, insert stop notification, else
20327 present it as a message.
20328
20329 2000-07-27 Alex Schroeder <alex@gnu.org>
20330
20331 * sql.el (sql-input-ring-separator): Doc change.
20332 (sql-input-ring-file-name): Doc change.
20333 (sql-interactive-mode): Use `sql-input-ring-separator' and
20334 `sql-input-ring-file-name' to set the comint-mode equivalents
20335 without making them local variables.
20336 (sql-stop): Don't bind `sql-input-ring-separator' and
20337 `sql-input-ring-file-name' dynamically to their comint-mode
20338 equivalents.
20339
20340 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20341
20342 * international/mule.el (register-char-codings): New function.
20343 (make-coding-system): Handle `safe-chars' specification in the arg
20344 PROPERTY.
20345
20346 * international/mule-cmds.el
20347 (find-coding-systems-region-subset-p): This function deleted.
20348 (sort-coding-systems-predicate): New variable.
20349 (sort-coding-systems): New function.
20350 (find-coding-systems-region): Use
20351 find-coding-systems-region-internal.
20352 (find-coding-systems-string): Use find-coding-systems-region.
20353 (find-coding-systems-for-charsets): Check
20354 char-coding-system-table.
20355 (select-safe-coding-system-accept-default-p): New variable.
20356 (select-safe-coding-system): Mostly rewritten. New argument
20357 ACCEPT-DEFAULT-P.
20358 (select-message-coding-system): Call select-safe-coding-system
20359 with ACCEPT-DEFAULT-P arg.
20360 (reset-language-environment): Reset default-sendmail-coding-system
20361 to the default value iso-latin-1.
20362 (set-language-environment): Don't set the obsolete variable
20363 charset-origin-alist.
20364
20365 * international/codepage.el (cp-coding-system-for-codepage-1):
20366 Give `safe-chars' property to make-coding-system.
20367
20368 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20369 calling select-message-coding-system twice.
20370
20371 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20372 instead of `safe-charsets'.
20373 (cyrillic-alternativnyj): Likewise.
20374 (ccl-encode-alternativnyj): Don't check the charset
20375 cyrillic-iso8859-5.
20376
20377 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20378
20379 * composite.el (compose-chars-after): Preserve match data.
20380
20381 2000-07-26 Sam Steingold <sds@gnu.org>
20382
20383 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20384 (ange-ftp-real-file-newer-than-file-p): New function.
20385 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20386 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20387
20388 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20389 * midnight.el (midnight-float-time): Ditto.
20390
20391 2000-07-26 Andreas Schwab <schwab@suse.de>
20392
20393 * files.el (normal-backup-enable-predicate): Correct
20394 interpretation of the return value of compare-strings.
20395
20396 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20397
20398 * isearch.el (isearch-resume): New function.
20399 (isearch-done): Add something to command-history to resume
20400 the search.
20401 (isearch-yank-line, isearch-yank-word): Use
20402 buffer-substring-no-properties instead of buffer-substring.
20403
20404 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20405 of flyspell-mouse-map.
20406
20407 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20408 duplicate definition.
20409 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20410
20411 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20412 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20413
20414 2000-07-25 Sam Steingold <sds@gnu.org>
20415
20416 * net/ange-ftp.el: Get modtime over the net.
20417 (ange-ftp-file-modtime): New function.
20418 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20419 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20420 Use it.
20421 (ange-ftp-dot-to-slash): New function.
20422 (ange-ftp-fix-name-for-vms): Use it.
20423
20424 * midnight.el (midnight-buffer-display-time): Use
20425 `with-current-buffer'.
20426
20427 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20428
20429 * find-dired.el: Update copyright notice.
20430 (find-dired): Offer to kill a running `find'.
20431
20432 * enriched.el (enriched-face-ans): For a `foreground-color'
20433 property, return '(("x-color" COLOR))' so that COLOR will be
20434 output as a parameter of the x-color annotation. Likewise for the
20435 `background-color' property. In the case of normal face
20436 properties, don't return annotations for unspecified foreground
20437 and background face attributes.
20438
20439 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20440
20441 * language/japan-util.el (japanese-katakana-region): Fix handling
20442 HANKAKU argument.
20443
20444 2000-07-25 Miles Bader <miles@gnu.org>
20445
20446 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20447 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20448 constrain-to-field.
20449
20450 2000-07-24 Andrew Innes <andrewi@gnu.org>
20451
20452 * timer.el (timer-activate-when-idle): Add optional parameter
20453 DONT-WAIT. Update docstring.
20454 (run-with-idle-timer): Specify extra parameter to
20455 timer-activate-when-idle, so that timer will be activated
20456 immediately if Emacs is already idle.
20457
20458 * w32-fns.el (w32-using-nt): Fix docstring.
20459
20460 2000-07-24 Dave Love <fx@gnu.org>
20461
20462 * mouse.el (popup-menu): Set last-command-event.
20463 (mouse-major-mode-menu-prefix): Declare.
20464
20465 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20466
20467 * textmodes/flyspell.el: Update to author's version 1.5d.
20468
20469 * progmodes/hideshow.el: Update copyright notice.
20470
20471 * vcursor.el: Set maintainer to FSF, since author cannot
20472 be reached.
20473
20474 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20475
20476 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20477 the prompt.
20478
20479 * mouse.el (popup-menu): Run the keymap through indirect-function,
20480 in case it was defined with define-prefix-key. If the menu is a
20481 list of keymaps, look up the binding of user's choice in each one
20482 of the keymaps.
20483 (mouse-popup-menubar): If the global and local menu-bar keymaps
20484 don't have a prompt string, create one and insert it into the
20485 keymap. Don't barf if current-local-map returns nil.
20486
20487 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20488
20489 * dired.el (dired-sort-R-check): Added to allow recursive listing
20490 to be undone.
20491 (dired-sort-other): Use it.
20492
20493 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20494
20495 * Release of cc-mode 5.27
20496
20497 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20498
20499 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20500 c-beginning-of-statement-1 that caused a bad case of recursion
20501 which could consume a lot of CPU in large classes in languages
20502 that have in-expression classes (i.e. Java and Pike).
20503
20504 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20505 statements before top level constructs (i.e. case 6 is moved
20506 before case 5 and is now case 4) to catch in-expression
20507 classes in top level expressions correctly.
20508
20509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20510
20511 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20512 objc-method-intro. Case 4 removed and case 5I added.
20513
20514 * cc-langs.el (c-append-paragraph-start): New variable used by
20515 c-common-init to get paragraph-start correct.
20516 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20517 initialize paragraph-start to make it correct both with and
20518 without the javadoc special case.
20519
20520 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20521 initialize paragraph-start for javadoc markup.
20522
20523 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20524 change by defaulting this to t. It's motivated by the
20525 confusing behavior that otherwise arise from the style system
20526 when editing both java and non-java files at the same time
20527 (see the comments about style setting in c-common-init).
20528
20529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20530
20531 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20532 similar to the one in c-fill-paragraph to check the fill
20533 prefix from the adaptive fill function for sanity.
20534
20535 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20536
20537 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20538 defun block.
20539
20540 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20541
20542 * cc-align.el (c-lineup-multi-inher): Handle lines with
20543 leading comma nicely. Extended to handle member initializers
20544 too.
20545
20546 * cc-engine.el: (c-beginning-of-inheritance-list,
20547 c-guess-basic-syntax): Fixed recognition of inheritance lists
20548 when the lines begins with a comma.
20549
20550 * cc-vars.el (c-offsets-alist): Changed default for
20551 member-init-cont to c-lineup-multi-inher since it now handles
20552 member initializers and indents better for leading commas.
20553
20554 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20555
20556 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20557 handling that caused class open lines to be recognized as
20558 statement-conts in some cases.
20559
20560 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20561 guessed by the adaptive fill function unless point is on the
20562 first line of a block comment.
20563
20564 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20565 when the buffer ends with a macro continuation char.
20566
20567 * cc-engine.el (c-guess-basic-syntax): Added support for
20568 function definitions as statements in Pike. The first
20569 statement in a lambda block is now labeled defun-block-intro
20570 instead of statement-block-intro.
20571
20572 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20573 so that the class surrounding point is selected, not the one
20574 innermost in the state.
20575
20576 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20577 recognition of switch labels having hanging multiline
20578 statements.
20579
20580 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20581 some code in c-guess-basic-syntax to a separate function.
20582 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20583 recognition of member inits with multiple line arglists.
20584 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20585 member-init-cont when the commas are in funny places.
20586
20587 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20588
20589 * cc-defs.el (c-auto-newline): Removed this macro since it's
20590 not used anymore.
20591
20592 * cc-engine.el (c-looking-at-bos): New helper function.
20593 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20594 inexpr and toplevel classes apart in Pike.
20595
20596 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20597 of case 9A.
20598
20599 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20600 constant, since "class" can introduce an in-expression class
20601 in Pike nowadays.
20602
20603 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20604
20605 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20606 indentation on cpp-macro lines.
20607
20608 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20609 a syntax modifier like comment-intro, to make it possible to
20610 get syntactic indentation for preprocessor directives. It's
20611 incompatible wrt to lineup functions on cpp-macro, but it has
20612 no observable effect in the 99.9% common case where cpp-macro
20613 is set to -1000.
20614
20615 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20616
20617 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20618 member-init-cont when the preceding arglist is several lines.
20619
20620 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20621
20622 * cc-styles.el (c-style-alist): The basic offset for the BSD
20623 style corrected to 8.
20624
20625 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20626
20627 * cc-styles.el (c-style-alist): Adjusted the indentation of
20628 brace list openers in the gnu style.
20629
20630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20631
20632 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20633
20634 * cc-cmds.el (c-electric-brace, c-electric-slash,
20635 c-electric-star, c-electric-semi&comma, c-electric-colon,
20636 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20637 when c-syntactic-indentation is nil.
20638
20639 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20640 we were left at comments preceding the first statement when
20641 reaching the beginning of the buffer.
20642
20643 * cc-vars.el (c-syntactic-indentation): New variable to turn
20644 off all syntactic indentation.
20645
20646 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20647
20648 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20649 between the text and the block comment ender when it hangs,
20650 depending on how many there are before the fill.
20651
20652 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * cc-engine.el (c-beginning-of-closest-statement): New helper
20655 function to go back to the closest preceding statement start,
20656 which could be inside a conditional statement.
20657 * cc-engine.el (c-guess-basic-syntax): Use
20658 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20659
20660 * cc-engine.el (c-guess-basic-syntax): Better handling of
20661 arglist-intro, arglist-cont-nonempty and arglist-close when
20662 the arglist is nested inside parens. Cases 7A, 7C and 7F
20663 changed.
20664
20665 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20666 up-to-date with javadoc 1.2.
20667
20668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20669
20670 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20671 multiline Pike type decls.
20672
20673 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20674
20675 * cc-cmds.el (c-indent-new-comment-line): Always break
20676 multiline comments in multiline mode, regardless of
20677 comment-multi-line.
20678
20679 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20680
20681 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20682 fully::qualified::names in C++ member init lists. Preamble in
20683 case 5D changed.
20684
20685 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20686
20687 * cc-langs.el (c-common-init): Handling of obsolete variables
20688 moved to c-initialize-cc-mode. More compatible style override
20689 when using global style variables.
20690 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20691 variables moved here.
20692
20693 * cc-styles.el (c-make-styles-buffer-local): Flag style
20694 variable localness in c-style-variables-are-local-p to make
20695 the compatibility measure in c-common-init work well.
20696
20697 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20698 longer contain set-from-style.
20699 * cc-styles.el (c-initialize-builtin-style): Don't check for
20700 set-from-style on c-special-indent-hook.
20701 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20702 copy-alist is sufficient now.
20703
20704 * cc-styles.el (c-set-style, c-set-style-1,
20705 c-get-style-variables): Fixes to variable initialization so
20706 that duplicate entries in styles have the same effect
20707 regardless of DONT-OVERRIDE.
20708
20709 * cc-styles.el (c-set-style-2): Fixed bug where the
20710 initialization of inheriting styles failed when the
20711 dont-override flag is set.
20712
20713 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20714 on this.
20715
20716 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20717
20718 * cc-defs.el (c-forward-comment): Removed the workaround
20719 introduced in 5.38 since it had worse side-effects. If a line
20720 contains the string "//\"", it regarded the // as a comment
20721 start since the \ temporarily doesn't have escape syntax.
20722
20723 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20724
20725 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20726 ada-xref.el before ada-prj.el, so that the Project menu is created
20727 when ada-prj tries to add to it.
20728 (ada-activate-keys-for-case): Suppress the characters that are not
20729 part of the Ada syntax. Better compatibility with else-mode
20730 (ada-adjust-case-interactive): When auto-casing is not active,
20731 correctly insert newlines (used to insert only ^M). Prevent the
20732 syntax table from being changed in case of an error
20733 (or '_' becomes part of a word and some commands are confused).
20734 Do nothing if ada-auto-case is nil.
20735 (ada-after-keyword-p): Ignore keywords that are also attributes
20736 (ada-batch-reformat): Update usage comment
20737 (ada-call-from-contextual-menu): New function
20738 (ada-case-read-exceptions): Reinitialize the casing exception list
20739 first to nil first, so that the casing exception file can be
20740 shared.
20741 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20742 files.
20743 (ada-compile-goto-error): Fix regexp used to detect a file:line
20744 anywhere in the error message
20745 (ada-contextual-menu-last-point): New variable
20746 (ada-create-keymap): If the variable delete-key-deletes-forward is
20747 t on XEmacs, it means that DEL should delete one character
20748 forward.
20749 (ada-create-menu): Use :included instead of :visible for XEmacs.
20750 New submenu "Options".
20751 (ada-end-stmt-re): Correctly indent "select ... then abort"
20752 statements.
20753 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20754 even if they don't match ada-fill-comment-prefix Fix handling of
20755 paragraphs on the first or last line of a file.
20756 (ada-format-paramlist): Fix handling of default parameter values.
20757 (ada-get-body-name): New function.
20758 (ada-get-current-indent): Optimized by searchling directly for an
20759 existing generic part or a statement outside of it. Handle
20760 ada-indent-align-comments when indenting comments Replaced some
20761 regexps by testing directly the next character. This results in a
20762 huge speedup on some files. New indentation scheme for renames
20763 statements. Stop looking for the 'while' or 'for' associated with
20764 a 'loop' at the first semicolon encountered. A "return" can also
20765 match an anonymous access subprogram declaration.
20766 (ada-get-indent-noindent): Ignore strings and comments when
20767 looking for the keywords "record" and "private".
20768 (ada-goto-matching-decl-start): When matching "if", make sure we
20769 are not in fact seeing "end if". Ignore "when" statements except
20770 when initial keyword was "begin". Fix handling of nested
20771 procedures. Add a recursive call to this function to skip over
20772 other 'end' statmts. Fix indentation for "when .. => begin"
20773 (ada-in-open-paren-p): Fix indentation for complex boolean
20774 expressions, where 'and then', 'or else' and parenthesis
20775 statements are mixed up.
20776 (ada-in-paramlist-p): Skip comments while searching for the
20777 beginning Fix handling of operator declarations.
20778 (ada-indent-align-comments): New variable
20779 (ada-indent-current): Change the syntax table only in the
20780 protected section, so that we are sure it is restored correctly.
20781 (ada-indent-on-previous-lines): Use ada-use-indent and
20782 ada-with-indent Correctly indent "select ... then"
20783 (ada-indent-region): Slight speedup.
20784 (ada-indent-renames): New variable.
20785 (ada-last-which-function-subprog, ada-last-which-function-line):
20786 New variables
20787 (ada-looking-at-semi-private): Correctly indent the 'private'
20788 keyword when it is the first word in a package declaration.
20789 (ada-loose-case-word): Stop searching if at the end of the buffer.
20790 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20791 even if point is not initially at the end of the word.
20792 (ada-matching-decl-start-re): Add "when".
20793 (ada-mode): Add support for abbrev-mode, outline-mode and
20794 which-func-mode Override the old find-file.el entry in
20795 ff-special-constructs since it is using the obsolete
20796 ada-spec-suffix variable
20797 (ada-no-auto-case): New function
20798 (ada-scan-paramlist): When parsing the argument type, accept
20799 spaces (as in "X 'Class", generated by Rational Rose).
20800 (ada-other-file-name): No longer loads the other file.
20801 (ada-popup-menu): Save and restore the current buffer and cursor
20802 position before and after displaying the menu.
20803 (ada-search-ignore-complex-boolean): New function.
20804 (ada-uncomment-region): Emacs21 already knows how to delete
20805 comments not starting in the first column.
20806 (ada-use-indent): New variable
20807 (ada-which-function): New function.
20808 (ada-with-indent): New variable
20809 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20810 can be batch-compiled from the command line.
20811
20812 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20813 Add to the menu when the file is loaded, not in ada-mode-hook.
20814 Add -toolbar to the default ddd command Switches moved from
20815 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20816 ada-prj-default-comp-opt
20817 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20818 Reference Manual to the menu
20819 (ada-check-current): rewritten as a call to ada-compile-current
20820 (ada-compile): Removed.
20821 (ada-compile-application, ada-compile-current, ada-check-current):
20822 Set the compilation-search-path so that compile.el automatically
20823 finds the sources in src_dir. Automatic scrollong of the
20824 compilation buffer. C-uC-cC-c asks for confirmation before
20825 compiling
20826 (ada-compile-current): New parameter, prj-field
20827 (ada-complete-identifier): Load the .ali file before doing
20828 processing
20829 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20830 conform to gnatmake's behavior.
20831 (ada-find-file-in-dir): New function
20832 (ada-find-references): Set the environment variables for gnatfind
20833 (ada-find-src-file-in-dir): New function.
20834 (ada-first-non-nil): Removed
20835 (ada-gdb-application): Add support for jdb, the java debugger.
20836 (ada-get-ada-file-name): Load the original-file first if not done
20837 yet.
20838 (ada-get-all-references): Handles the new ali syntax (parent types
20839 are found between <>).
20840 (ada-initialize-runtime-library): New function
20841 (ada-mode-hook): Always load a project file when a file is opened,
20842 so that the casing exceptions are correctly read.
20843 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20844 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20845 to open the project file, since the latter does not work with
20846 speedbar Get default values before loading the prj file, or the
20847 default executable file name is wrong. Use the absolute value of
20848 src_dir to initialize ada-search-directories and
20849 compilation-search-path,... Add the standard runtime library to
20850 the search path for find-file.
20851 (ada-prj-default-debugger): Was missing an opening '{'
20852 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20853 variables.
20854 (ada-prj-default-gnatmake-opt): New variable
20855 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20856 buffers, the project file is the default one Save the windows
20857 configuration before displaying the menu.
20858 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20859 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20860 ...) regexp-quote identifiers names to support operators +,
20861 -,... in regexps.
20862 (ada-remote): New function.
20863 (ada-run-application): Erase the output buffer before starting the
20864 run Support remote execution of the application. Use
20865 call-process, or the arguments are incorrectly parsed
20866 (ada-set-default-project-file): Reread the content of the active
20867 project file, not the one from the current buffer When a project
20868 file is set as the default project, all directories are
20869 automatically associated with it.
20870 (ada-set-environment): New function
20871 (ada-treat-cmd-string): New special variable ${current}
20872 (ada-treat-cmd-string): Revised. The substitution is now done for
20873 any ${...} substring
20874 (ada-xref-current): If no body was found, compiles the spec
20875 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20876 compiler to get rid of command line length limitations.
20877 (ada-xref-get-project-field): New function
20878 (ada-xref-project-files): New variable
20879 (ada-xref-runtime-library-specs-path)
20880 (ada-xref-runtime-library-ali-path): New variables
20881 (ada-xref-set-default-prj-values): Default run command now does a
20882 cd to the build directory. New field: main_unit Provide a default
20883 file name even if the current buffer has no prj file.
20884
20885 * ada-prj.el:
20886 Rewritten to show a tabbed-dialog.
20887 (ada-prj-add-ada-menu): Remove the map and name parameters.
20888 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20889 New function
20890 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20891 (ada-prj-load-from-file): New function
20892 (ada-prj-save): Always save fields that depend on the current buffer
20893 (ada-prj-show-value): New function
20894
20895 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20896 Ada mode. This will allow us to display the Ada menu in any buffer
20897 we want (for project items).
20898 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20899 number of spaces in the header.
20900
20901 2000-07-24 Dave Love <fx@gnu.org>
20902
20903 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20904
20905 2000-07-23 Noah Friedman <friedman@splode.com>
20906
20907 * type-break.el (type-break): perform autosave.
20908 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20909 (type-break-do-query): Cancel query schedule while performing
20910 actual query, to avoid possibility of a second query being made
20911 while first one is already in progress.
20912 (type-break-time-stamp-format): New variable.
20913 (type-break-time-stamp): New function.
20914 (type-break-time-warning): Use it.
20915 (type-break-keystroke-warning): Use it.
20916 (type-break-noninteractive-query): Use it.
20917
20918 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20919 cookie.
20920 Use add-minor-mode to set minor-mode-alist, if available.
20921 (eldoc-echo-area-use-multiline-p): New user option.
20922 (eldoc-echo-area-multiline-supported-p): New variable.
20923 (eldoc-docstring-format-sym-doc): Use them.
20924 (eldoc-mode): If not using idle timers, append to local post and
20925 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20926 (eldoc-display-message-no-interference-p): Don't interfere with
20927 edebug.
20928 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20929 (eldoc-function-arglist): New function.
20930 (eldoc-function-argstring): Use it.
20931
20932 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20933 auto save directory exists before calling directory-files.
20934
20935 2000-07-23 Dave Love <fx@gnu.org>
20936
20937 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20938 ^o, ^u.
20939
20940 2000-07-21 Dave Love <fx@gnu.org>
20941
20942 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20943 now passed to the function. It now works properly.
20944
20945 * smerge-mode.el (smerge-mode-menu): Fill it out.
20946
20947 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20948
20949 * info-look.el (info-lookup): If *info* is shown in another frame
20950 on the same display, select that frame, instead of switching to
20951 the Info buffer in another window of the selected frame.
20952
20953 * simple.el (universal-argument-map): Bind numeric keypad keys
20954 kp-0 to kp-9 and kp-subtract.
20955 (digit-argument): Handle these keys.
20956
20957 2000-07-20 Dave Love <fx@gnu.org>
20958
20959 * net/goto-addr.el (goto-address-fontify): Don't bother with
20960 buffer-modified and read-only stuff -- irrelevant with overlays.
20961 Put an extra property on the overlays and use it to clean up in
20962 case goto-address is re-run.
20963
20964 2000-07-19 Richard M. Stallman <rms@gnu.org>
20965
20966 * timer.el (run-with-idle-timer): Doc fix.
20967
20968 * mail/mail-utils.el (mail-strip-quoted-names):
20969 Handle case where <...> appears inside "...".
20970 Use replace-match to edit the string more simply.
20971 (rmail-dont-reply-to): Cope with an unmatched ".
20972
20973 2000-07-19 Dave Love <fx@gnu.org>
20974
20975 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20976 implementation.
20977
20978 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20979 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20980 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20981
20982 2000-07-19 Gerd Moellmann <gerd@gnu.org>
20983
20984 * textmodes/refer.el: Correct maintainer's email address.
20985
20986 * progmodes/hideif.el: Correct author's email address.
20987 Fix typo in comment.
20988
20989 * xml.el: New file.
20990
20991 * mail/mailheader.el: Correct author's mail address.
20992
20993 * gnus/parse-time.el: Correct author's mail address.
20994
20995 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20996
20997 * comint.el (comint-highlight-input, comint-highlight-face):
20998 New user options.
20999 (comint-input-ring-file-name): Change custom type.
21000 (comint-mode-map): Bind mouse-2.
21001 (comint-insert-clicked-input): New function.
21002 (comint-send-input): Handle input highlighting.
21003
21004 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
21005
21006 * mouse.el (popup-menu): New function.
21007 (mouse-major-mode-menu): Use it.
21008
21009 2000-07-18 Dave Love <fx@gnu.org>
21010
21011 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
21012 improvements.
21013
21014 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21015
21016 * faces.el (face-font-selection-order)
21017 (face-font-family-alternatives): Add custom type.
21018
21019 2000-07-18 Dave Love <fx@gnu.org>
21020
21021 * cus-edit.el (custom-variable-reset-saved)
21022 (custom-variable-reset-standard): Remove unused bindings.
21023
21024 * rect.el (open-rectangle-line): Remove unused let.
21025
21026 * hl-line.el (hl-line-highlight): Check hl-line-mode.
21027
21028 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21029
21030 * cdl.el: Fix `Maintainer' keyword.
21031
21032 * play/pong.el: Add author's email address.
21033
21034 2000-07-17 Sam Steingold <sds@gnu.org>
21035
21036 * files.el (insert-directory): Call `split-string' instead of
21037 re-implementing it.
21038
21039 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21040
21041 * mail/vms-pmail.el: Change maintainer to FSF.
21042
21043 * net/goto-addr.el: Change maintainer to FSF.
21044
21045 * info.el (Info-title-face-alist): Removed.
21046
21047 2000-07-18 David Ponce <david@dponce.com>
21048
21049 * recentf.el (recentf-open-files): New command that works like
21050 `recentf-open-more-files', but shows the whole list of files (not just
21051 those omitted from the menu). Useful if you don't use a menu-bar!
21052 (recentf-open-more-files) Modified to use `recentf-open-files'.
21053
21054 (recentf-open-files, recentf-open-more-files)
21055 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
21056
21057 (recentf-dialog-mode): New mode for dialogs. You can now just type
21058 "q" to cancel the dialogs.
21059
21060 2000-07-18 David Ponce <david@dponce.com>
21061
21062 * recentf.el: This is a major update of recentf.el. It adds new
21063 features to better organize the recentf menu and "More..." buffer.
21064
21065 Using new provided menu filtering functions you can now organize the
21066 recent files list:
21067
21068 - by major modes
21069 - by directories
21070 - by user defined rules
21071
21072 Finally, with the new `recentf-filter-changer' customizable filter you
21073 can define a ring of filters and dynamically (via the menu) cycle on
21074 each menu organization in the ring (a la msb).
21075
21076 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
21077
21078 * eshell/eshell.el (eshell): Replace links to eshell.info with
21079 links to eshell, to avoid problems on systems where the manual is
21080 installed as `eshell'.
21081 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21082 * eshell/em-smart.el (eshell-smart): Ditto.
21083 * eshell/em-banner.el (eshell-banner): Ditto.
21084 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21085
21086 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21087 same-file check in the MS-DOS version (it does support inodes).
21088
21089 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21090
21091 * eshell/eshell.el (eshell-directory-name):
21092 Run default directory name through convert-standard-filename.
21093
21094 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21095
21096 * international/mule-cmds.el (select-safe-coding-system):
21097 Fix typo in the comment.
21098
21099 * language/european.el (compound-text):
21100 Force katakana-jisx0201 to be designated to G1.
21101
21102 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21103 Don't translate some national variant characters of latin-jisx0201.
21104 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21105
21106 * international/kkc.el (kkc-after-update-conversion-functions):
21107 New variable.
21108 (kkc-update-conversion): Run functions in it at the tail.
21109
21110 2000-07-16 John Wiegley <johnw@gnu.org>
21111
21112 * lisp/align.el (align-newline-and-indent):
21113 Adding new function. for auto-aligning blocks of code on RET.
21114 (align-region): Fixed badly formatted minibuffer message.
21115
21116 2000-07-17 Kenichi Handa <handa@etl.go.jp>
21117
21118 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21119 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21120 the conversion list at first if appropriate.
21121 (kkc-next): Don't update kkc-next-count here.
21122 (kkc-prev): Don't update kkc-prev-count here.
21123 (kkc-show-conversion-list-update): Fix setting up of conversion
21124 list message.
21125
21126 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21127
21128 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21129
21130 2000-07-16 Dave Love <fx@gnu.org>
21131
21132 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21133 function to be more specific.
21134
21135 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21136 non-string help-echo.
21137 (widget-types-convert-widget): Defsubst it.
21138 (widget-echo-help): Try to cope with a help-echo function of two
21139 possible sorts.
21140
21141 2000-07-15 Jason Rumney <jasonr@gnu.org>
21142
21143 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21144 Declare as obsolete.
21145
21146 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21147
21148 2000-07-14 Gerd Moellmann <gerd@gnu.org>
21149
21150 * hilit-chg.el: Fix typo.
21151
21152 2000-07-14 Dave Love <fx@gnu.org>
21153
21154 * info.el (Info-mode-menu): Fix use of :help, :enable.
21155
21156 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21157
21158 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21159
21160 2000-07-13 Dave Love <fx@gnu.org>
21161
21162 * emacs-lisp/easymenu.el: Doc fixes.
21163 (easy-menu-remove): Defalias to ignore.
21164
21165 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21166 Call throw correctly.
21167
21168 2000-07-13 Gerd Moellmann <gerd@gnu.org>
21169
21170 * faces.el (frame-background-mode): Doc fix.
21171
21172 * simple.el (eval-expression-print-length): Change custom type to
21173 allow entering nil as value.
21174
21175 2000-07-13 Dave Love <fx@gnu.org>
21176
21177 * progmodes/fortran.el (fortran-imenu-generic-expression):
21178 Change definition layout.
21179 (fortran-mode-menu): Reinstate customize entries.
21180
21181 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21182 Use :filter, per old XEmacs code.
21183
21184 2000-07-12 Gerd Moellmann <gerd@gnu.org>
21185
21186 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21187 event when deciding what to send to the terminal.
21188
21189 2000-07-12 Dave Love <fx@gnu.org>
21190
21191 * cus-start.el: Add optional version as 4th element of specs and
21192 use it for several things new in v21. Remove load-path. Fix type
21193 of line-number-display-limit.
21194
21195 2000-07-11 Dave Love <fx@gnu.org>
21196
21197 * progmodes/fortran.el: Don't require easymenu.
21198 Use repeat counts in various regexps.
21199 (fortran-mode-syntax-table): Defvar directly.
21200 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21201 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21202 Use defvar, not defconst.
21203 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21204 (fortran-mode): Set fortran-comment-line-start-skip,
21205 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21206 (fortran-comment-indent): Use defsubst.
21207 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21208 Use fortran-comment-indent, not fortran-comment-indent-function.
21209 (fortran-comment-region, fortran-electric-line-number): Simplify.
21210 (fortran-auto-fill): New function.
21211 (fortran-do-auto-fill): Deleted.
21212 (fortran-find-comment-start-skip):
21213 Check for non-null comment-start-skip.
21214 (fortran-auto-fill-mode, fortran-fill-statement):
21215 Use fortran-auto-fill.
21216 (fortran-fill): Use fortran-auto-fill. Check for null
21217 comment-start-skip. Simplify final clause and use end-of-line finally.
21218
21219 * widget.el (widget-plist-member): New alias.
21220
21221 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21222
21223 * eshell/esh-module.el (toplevel): Reference
21224 byte-compile-current-file only if it is bound.
21225
21226 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21227
21228 * dired.el: Don't require `dired-aux'.
21229
21230 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21231
21232 * dired-aux.el (dired-show-file-type): New function.
21233 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21234 (dired-show-file-type): Add autoload.
21235
21236 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21237
21238 * international/mule-diag.el (describe-font): Adjusted for the
21239 change of fontset-info.
21240 (print-fontset): Likewise.
21241
21242 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21243
21244 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21245
21246 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21247
21248 * bindings.el: Bind `[delete]' to delete-char.
21249
21250 * dired.el (dired-find-alternate-file): New function.
21251 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21252 (toplevel): Require dired-aux when compiling.
21253 (dired-buffers): Move defvar within file to avoid compiler warning.
21254
21255 * info.el (Info-last-search): Variable removed.
21256 (Info-search-history): New variable.
21257 (Info-search): New Info-search-history.
21258
21259 * battery.el, info-look.el: Change author's mail address.
21260
21261 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21262
21263 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21264 if rmail-ignored-headers is nil.
21265 (rmail-retry-failure): Bind rmail-ignored-headers and
21266 rmail-displayed-headers to nil.
21267
21268 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21269
21270 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21271 (print-region-1): Don't hard code `-h' here.
21272
21273 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21274
21275 2000-07-01 Francesco Potorti` <pot@gnu.org>
21276
21277 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21278 exim can use "your message" instead of "the message".
21279
21280 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21281
21282 * facemenu.el: Docstrings fixes.
21283 (facemenu-get-face): Don't use internal-find-face.
21284 (facemenu-iterate): Rename arg to match the docstring.
21285
21286 * newcomment.el (uncomment-region): Be more careful when skipping
21287 backwards over `=' not to bump into BOBP.
21288
21289 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21290
21291 * ediff-diff.el (ediff-wordify): Use syntax table.
21292 * ediff-init.el (ediff-has-face-support-p): Use
21293 ediff-color-display-p.
21294 (ediff-color-display-p): Use display-color-p, changed to defun
21295 from defsubst.
21296 Got rid of special cases for NeXT and OS/2.
21297 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21298 face.
21299
21300 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21301
21302 * emacs-lisp/lucid.el: Require CL.
21303 (copy-tree, remprop): Remove, it's provided by CL.
21304 (map-keymap): Define in terms of cl-map-keymap.
21305 (extent-property, set-extent-end-glyph): New functions.
21306
21307 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21308
21309 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21310
21311 * Makefile.in (DONTCOMPILE): Add comment that the name may
21312 not be changed without changing the make-dist script.
21313
21314 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21315 (cl-mapc): Use mapc instead of cl-old-mapc.
21316
21317 2000-07-05 Andrew Innes <andrewi@gnu.org>
21318
21319 * makefile.nt: Add support for `bootstrap' and related targets.
21320
21321 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21322
21323 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21324 (easy-menu-do-define): Use `menu-item' format.
21325 Handle case where easy-menu-create-menu returns a symbol.
21326 Manually call the potential top-level filter in the function binding.
21327 (easy-menu-filter-return): New arg NAME.
21328 Convert to a keymap if MENU is an XEmacs menu.
21329 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21330 (easy-menu-converted-items-table, easy-menu-convert-item):
21331 New var and fun to memoize easy-menu-convert-item-1.
21332 (easy-menu-do-add-item): Use it.
21333 (easy-menu-create-menu): Use easy-menu-convert-item.
21334 Wrap easy-menu-filter-return around any :filter specification.
21335 Don't convert the menu if a filter was specified.
21336 Tell easy-menu-make-symbol not to check for MENU being an expression.
21337 (easy-menu-make-symbol): New arg NOEXP.
21338
21339 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21340
21341 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21342 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21343 (eval-defun): If called with prefix arg, instrument code for
21344 Edebug.
21345
21346 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21347 similar to that of eval-defun.
21348
21349 2000-07-04 Dave Love <fx@gnu.org>
21350
21351 * hl-line.el (hl-line-overlay): Make it permanent-local.
21352
21353 * calendar/todo-mode.el: Replaced with a working version, based on
21354 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21355
21356 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21357
21358 * paths.el (prune-directory-list): New function.
21359 (Info-default-directory-list): Rewritten to more methodically
21360 enumerate a big list of possible info directories (based on the
21361 list used by the standalone info reader).
21362
21363 * info.el (info-initialize): Use prune-directory-list to remove
21364 non-existent directories from Info-directory-list.
21365
21366 * paths.el (Info-default-directory-list): Try a list of possible
21367 info-directories instead of a single one. Add the possible
21368 info directory "/usr/share/info".
21369
21370 * woman.el (woman-man.conf-path): Explicitly include the debian
21371 man-db config file "/etc/manpath.config".
21372 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21373 are present in `manpath.config'.
21374 (woman-manpath): Include "/usr/share/man".
21375
21376 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21377
21378 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21379
21380 * startup.el (command-line): Initialize blink-cursor based
21381 on window-system.
21382
21383 * frame.el (blink-cursor): Default to nil if not running under
21384 a window-system.
21385
21386 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21387 (face-x-resources): Remove duplicate entry for :font.
21388
21389 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21390 instead of cycling through windows with next-window.
21391
21392 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21393 of cycling through windows with next-window.
21394
21395 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21396 of cycling through windows with next-window.
21397
21398 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21399 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21400 instead of cycling through windows with next-window.
21401
21402 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21403 instead of cycling through windows with next-window.
21404
21405 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21406 of cycling through windows with next-window.
21407
21408 * terminal.el (te-process-output): Use walk-windows instead of
21409 cycling through windows with next-window.
21410
21411 * server.el (server-switch-buffer): Use some-window instead of
21412 cycling through windows with next-window.
21413
21414 * window.el (some-window): New function.
21415 (walk-windows): Remove reference to walk-windows-start.
21416
21417 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21418
21419 2000-07-03 Richard Stallman <rms@gnu.org>
21420
21421 * window.el (walk-windows): Guarantee termination by keeping a list
21422 of all the windows already handled.
21423
21424 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21425
21426 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21427 window-system.
21428
21429 * man.el (Man-notify-when-ready): Don't use window-system. If
21430 Man-notify-method is newframe, and the display is not
21431 multi-frame, select the frame created for the man page.
21432 (Man-init-defvars): Doc fix.
21433
21434 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21435
21436 * faces.el (region): Change background color for light background.
21437
21438 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21439 attribute from mode-line face of Ediff control frame.
21440
21441 * replace.el (query-replace-map): Bind `e' like `E'.
21442
21443 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21444
21445 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21446 Change name to "Select All".
21447
21448 * dos-fns.el (convert-standard-filename): Fix last change.
21449
21450 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21451
21452 * help.el (describe-variable): Don't insert a second `'s' in front
21453 of the string `value is shown below'. Since the syntax-table is
21454 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21455 an existing `'s', so that this won't be deleted.
21456
21457 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21458 * pcmpl-unix.el: New files.
21459
21460 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21461
21462 * wid-edit.el (widget-member): Use the new plist-member.
21463
21464 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21465
21466 * replace.el (perform-replace): Undo change of 2000-04-04.
21467 Instead, move backward 1 character at the end of the loop when
21468 necessary.
21469
21470 * faces.el (fringe): Change face for different backgrounds.
21471
21472 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21473 patch from John.
21474
21475 * eshell/*.el: Change spelling of the Free Software Foundation.
21476
21477 * eshell/esh-toggle.el: Removed.
21478
21479 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21480
21481 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21482 interactively.
21483
21484 2000-06-26 Alex Schroeder <alex@gnu.org>
21485
21486 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21487 `define-key'; instead of checking `(emacs-version)' check for
21488 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21489 for `;' and `o' which might be electric.
21490
21491 (sql-electric-stuff): New user option.
21492 (sql-magic-go): New function which uses `sql-electric-stuff'.
21493 (sql-magic-semicolon): New function which uses
21494 `sql-electric-stuff'.
21495
21496 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21497 is not fboundp.
21498
21499 (sql-oracle-options): New variable.
21500 (sql-oracle): Use it.
21501
21502 (sql-imenu-generic-expression): Doc change.
21503 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21504 is used.
21505
21506 (sql-informix): Added command line parameter "-" to force
21507 sql-informix-program to use stdout.
21508
21509 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21510
21511 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21512 (cp864-decode-table): Doc fix.
21513 (cp720-decode-table): New variable, supports the Arabic OEM
21514 codepage used by Windows.
21515 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21516
21517 2000-06-23 Dave Love <fx@gnu.org>
21518
21519 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21520 (font-lock-fontify-anchored-keywords): Use
21521 line-beginning-position.
21522 (global-font-lock-mode): Use mapc.
21523
21524 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21525
21526 * eshell/esh-module.el: Require CL when compiling.
21527
21528 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21529
21530 * comint.el (comint-substitute-in-file-name): Call replace-match
21531 with second and third arg t.
21532
21533 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21534 Specify foreground color.
21535
21536 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21537 color.
21538
21539 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21540
21541 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21542 cddr instead of cdddr.
21543
21544 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21545 instead of copy-list.
21546
21547 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21548 of copy-list.
21549
21550 * subdirs.el: Add eshell subdirectory.
21551
21552 * eshell: New subdirectory containing the Eshell package.
21553
21554 * pcomplete.el: New file.
21555
21556 2000-06-23 Paul Eggert <eggert@twinsun.com>
21557
21558 * mail/mailpost.el (post-mail-send-it): Make sure file has
21559 proper permissions from birth.
21560
21561 * files.el (basic-save-buffer-2): When temporarily setting
21562 file modes, set them to current modes plus 0200, not to 0777.
21563
21564 * emerge.el (emerge-make-temp-file): Make sure file has proper
21565 permissions from birth.
21566
21567 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21568
21569 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21570 backup file name through convert-standard-filename.
21571
21572 * dos-fns.el (convert-standard-filename): Convert leading
21573 directories as well. When long file names are supported, convert
21574 characters that are invalid in Windows file names.
21575
21576 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21577
21578 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21579 ps-print crashes. New feature: page selection for printing. Create
21580 raw-text-unix coding system for XEmacs. Doc fix.
21581 (ps-print-version): New version number (5.2.3).
21582 (ps-plot-region): Bug fix.
21583 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21584 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21585 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21586 funs.
21587 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21588 (ps-last-page): New vars.
21589
21590 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21591
21592 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21593 empty option string.
21594
21595 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21596
21597 * man.el (man): Doc fix.
21598
21599 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21600
21601 * international/mule-cmds.el (set-language-info-alist): Docstring
21602 fixed.
21603
21604 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21605
21606 * version.el (emacs-version): Use ISO date format.
21607
21608 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21609 instead of `M-backspace'.
21610
21611 * simple.el (turn-off-auto-fill): New function.
21612
21613 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21614
21615 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21616 Renamed from with-buffer-prepared-for-font-lock and use
21617 inhibit-modification-hooks rather than setting *-change-functions.
21618 Update all functions to use the new name.
21619 (jit-lock-first-unfontify-pos): New semantics (and doc).
21620 (jit-lock-mode): Make non-interactive.
21621 Don't automatically turn on font-lock.
21622 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21623 Always use jit-lock-after-change.
21624 Remove and restore font-lock-after-change-function.
21625 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21626 (jit-lock-after-unfontify-buffer): Remove.
21627 (jit-lock-stealth-fontify):
21628 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21629 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21630
21631 2000-06-20 Sam Steingold <sds@gnu.org>
21632
21633 * emacs-lisp/cl-indent.el (toplevel): Indent
21634 `print-unreadable-object' properly. Untabify.
21635
21636 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21637
21638 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21639 Support for bibentry.
21640 (reftex-compile-variables): Fixed problem with end of section-re.
21641
21642 * texmodes/reftex-dcr.el (reftex-view-crossref,
21643 reftex-view-crossref-from-bibtex):
21644 Deal with changed `reftex-find-citation-regexp-format'.
21645 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21646 Replaced `remprop' with `put'.
21647 (reftex-view-crossref, reftex-view-crossref-when-idle):
21648 Support for bibentry.
21649
21650 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21651 New entry for bibentry package.
21652
21653 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21654 Regexp also matches "\nobibliography".
21655
21656 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21657 Call `reftex-ensure-write-access' before doing anything.
21658 (reftex-ensure-write-access): New function.
21659
21660 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21661
21662 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21663
21664 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21665
21666 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21667
21668 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21669
21670
21671 2000-06-20 Dave Love <fx@gnu.org>
21672
21673 * faces.el (frame-background-mode): Use set-default, not set, in
21674 setter.
21675 (frame-update-faces, frame-update-face-colors): Define with
21676 defalias.
21677
21678 * enriched.el (enriched-decode-foreground)
21679 (enriched-decode-background): Don't use internal-find-face.
21680
21681 * apropos.el: Doc fixes.
21682
21683 * cus-edit.el (customize-changed-options): Check arg.
21684 (customize-version-lessp): Don't require decimal point.
21685
21686 * custom.el (defcustom, defgroup): Doc fix.
21687
21688 * newcomment.el (comment) <defgroup>: Add :version.
21689 (comment-multi-line): Doc fix.
21690
21691 * emulation/mlsupport.el (define-hooked-local-abbrev,
21692 define-hooked-global-abbrev): Fix, using define-abbrev.
21693
21694 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21695
21696 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21697 the whole buffer.
21698
21699 2000-06-19 Dave Love <fx@gnu.org>
21700
21701 * menu-bar.el (menu-bar-options-save): New function.
21702 (menu-bar-options-menu): Use it.
21703 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21704 Simplify.
21705
21706 2000-06-19 Andreas Schwab <schwab@suse.de>
21707
21708 * progmodes/etags.el (tags-query-replace): Put new parameters
21709 START and END at the end, for backward compatibility.
21710
21711 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21712
21713 * international/codepage.el:
21714 (cp-coding-system-for-codepage-1): Delete special codes for
21715 generating xxx-dos coding system because now a CCL based coding
21716 system can handle EOL conversion by default.
21717
21718 * international/mule.el (make-coding-system): Generate subsidiary
21719 coding systems for EOL handling variants even for a CCL based
21720 coding system.
21721
21722 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21723
21724 * international/isearch-x.el (isearch-minibuffer-input-method)
21725 (isearch-minibuffer-input-method-function): These variables
21726 deleted.
21727 (isearch-with-input-method): Don't use the above variables.
21728 (isearch-process-search-multibyte-characters): Likewise. Call
21729 read-string with the arg INHERIT-INPUT-METHOD t.
21730
21731 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21732
21733 * font-lock.el (font-lock-after-fontify-buffer)
21734 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21735
21736 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21737 Use consistent make-local-variable style for font-lock-fontified.
21738 (jit-lock-fontify-buffer):
21739 Don't bother checking for font-lock-mode and jit-lock-mode.
21740
21741 * time.el: Remove trailing ^M that prevent CVS-merging.
21742
21743 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21744
21745 * Makefile.in (distclean): New target.
21746
21747 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21748
21749 * Makefile.in (srcdir): Define for update-subdirs.
21750
21751 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21752
21753 * find-lisp.el: New file.
21754
21755 2000-06-16 Andrew Innes <andrewi@gnu.org>
21756
21757 * time.el (display-time-mail-function): New variable, to allow
21758 external packages to indicate when new mail is available.
21759 (display-time-update): Use it.
21760
21761 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21762
21763 * international/mule.el (mule-version): Change version name to
21764 SAKAKI. AOI has already been used by Meadow.
21765
21766 * international/quail.el (quail-show-guidance-buf): To find the
21767 bottom window (but minibuffer), pay attention to the height of
21768 minibuffer.
21769
21770 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21771
21772 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21773 menu-bar menus. Add help strings. Don't remove the Edit menu
21774 from the menu bar, as the menu bar has enough space now.
21775
21776 * Makefile.in (SHELL): Make sure /bin/sh is used.
21777
21778 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21779 characters, which use series of two ^H characters instead of one.
21780
21781 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21782
21783 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21784 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21785 functions.
21786 (Info-find-node-2): Try a case-sensitive search first, then
21787 do a case-insensitive search.
21788
21789 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21790 tutorials.
21791
21792 * complete.el (PC-env-vars-alist): New variable.
21793 (PC-complete-as-file-name): New function.
21794 (partial-completion-mode): Initialize PC-env-vars-alist from
21795 process-environment.
21796 (PC-do-completion): Handle completion of env vars.
21797
21798 * info.el (Info-set-mode-line): Show file name in mode line,
21799 use `*Info*' instead of `Info:'.
21800
21801 * startup.el (command-line-1): Change copyright messages to year
21802 2000.
21803
21804 2000-06-15 Dave Love <fx@gnu.org>
21805
21806 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21807 not local-map.
21808
21809 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21810
21811 * international/mule.el (set-buffer-file-coding-system): Almost
21812 rewritten to handle `undecided' as no-op.
21813
21814 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21815
21816 * Makefile.in: New file.
21817
21818 * Makefile: Removed.
21819
21820 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21821 (goto-address-highlight-keymap): Bind C-c RET.
21822
21823 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21824
21825 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21826 inherits buffer-file-coding-system of the current buffer.
21827
21828 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21829 0. Give correct argument to set-auto-coding-function.
21830 (tar-expunge): For goto-char, use (point-min), not 0.
21831 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21832 (tar-subfile-save-buffer): Likewize.
21833
21834 * international/mule.el
21835 (after-insert-file-set-buffer-file-coding-system): Call
21836 set-buffer-file-coding-system with the arg FORCE t.
21837
21838 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21839
21840 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21841 nil. Contemporary sendmails issue an X-Authentication-Warning if
21842 the sender is set with `-f'.
21843
21844 2000-06-13 Dave Love <fx@gnu.org>
21845
21846 * help.el (describe-function-1): Kluge around cases of functions
21847 fset to subrs whose doc doesn't match their symbol-name.
21848
21849 * image.el (insert-image): Default STRING to a space.
21850
21851 * info.el Doc fixes.
21852 (Info-build-node-completions): Match Ref tags.
21853
21854 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21855
21856 * frame.el (display-multi-frame-p, display-multi-font-p): New
21857 defaliases for display-graphic-p.
21858
21859 * hl-line.el: Fixed a typo in commentary.
21860
21861 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21862
21863 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21864 fixed.
21865
21866 2000-06-12 Dave Love <fx@gnu.org>
21867
21868 * image.el (insert-image): Save a little consing.
21869
21870 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21871
21872 * language/tibet-util.el: Convert all tibetan-1-column characters
21873 to the corresponding tibetan characters.
21874 (tibetan-add-components): Delete code for the special treatment of
21875 'a chung.
21876
21877 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21878 change.
21879 (tibetan-vowel-transcription-alist): More rules added.
21880 (tibetan-composite-vowel-alist): New variable.
21881 (tibetan-precomposition-rule-alist): More rules added.
21882
21883 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21884
21885 * startup.el (command-line): Only call menu-bar-mode if interactive.
21886
21887 * thingatpt.el (toplevel symbol-properties):
21888 * textmodes/makeinfo.el (makeinfo-compile):
21889 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21890 * progmodes/hideif.el (hif-compress-define-list)
21891 (hide-ifdef-use-define-alist):
21892 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21893 (ange-ftp-vms-add-file-entry):
21894 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21895 * man.el (Man-build-man-command):
21896 * mail/rnewspost.el (news-reply-header-hook):
21897 * info.el (Info-insert-dir):
21898 * emulation/mlconvert.el (backward-word, forward-word, setq):
21899 * emacs-lisp/gulp.el (gulp-send-requests):
21900 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21901 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21902 (byte-optimize-apply, end of file):
21903 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21904 (ad-make-freeze-definition):
21905 * startup.el (command-line, command-line-1): Don't quote lambdas.
21906
21907 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21908 (cvs-cleanup-removed): New function.
21909 (cvs-cleanup-functions): New var.
21910 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21911 some flexibility in specifying additional entries to auto-cleanup.
21912 (cvs-quickdir): New function.
21913 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21914 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21915 (cvs-mode-find-file): Check that we are on a filename or dirname
21916 when invoked through a mouse-click.
21917 (cvs-full-path): Remove.
21918 (cvs-dired-action): Re-introduced.
21919 (cvs-dired-noselect): Use it.
21920 (vc-post-command-functions): use this new hook if available.
21921
21922 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21923 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21924 (cvs-filename-map, cvs-dirname-map): Remove.
21925 (cvs-default-action): Remove.
21926 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21927 if the arg is really a keymap.
21928 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21929 Don't hardcode the mapping from state (aka type) to face, but check
21930 the var cvs-fi-<type>-face instead.
21931 (cvs-fileinfo-from-entries): New function.
21932
21933 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21934 Docstring fix.
21935 (cvs-find-file-and-jump): Change default to be safer.
21936 (cvs-mode-diff-map): Define it as a function as well.
21937 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21938 Bind mouse-2 in this global map rather than with text-properties.
21939
21940 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21941 file to resolve the ambiguity between C(conflict) and C(need-merge).
21942
21943 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21944
21945 * international/mule.el (set-buffer-file-coding-system): If
21946 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21947 unconditionally.
21948
21949 2000-06-12 Dave Love <fx@gnu.org>
21950
21951 * wid-edit.el (widget-specify-button): Really suppress the face if
21952 required.
21953
21954 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21955
21956 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21957
21958 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21959
21960 * imenu.el (imenu-generic-expression): Docstring fix.
21961
21962 * composite.el (composition-function-table): Move the `put'
21963 below the autoload cookie so we can load the file before loaddefs.
21964
21965 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21966
21967 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21968 Handle easy-mmode-define-global-mode.
21969 For complex macros like define-minor-mode that can generate
21970 several autoload entries, try to autoload entries in the
21971 macroexpanded code.
21972
21973 * emacs-lisp/easy-mmode.el (define-minor-mode):
21974 If KEYMAP is a symbol, just use it.
21975 Use byte-compile-current-file and load-file-name to infer the
21976 proper :require to pass to defcustom.
21977 Wrap the hook var into `progn' so as not to autoload it.
21978 Add a :autoload-end cookie.
21979 Be more careful about the evaluation of KEYMAP.
21980 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21981 (define-derived-mode): Move define-abbrev-table outside of defvar.
21982
21983 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21984
21985 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21986 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21987 (backup-compiled-files): Ignore errors during `tar'.
21988 (bootstrap): Make autoloads before elc files.
21989
21990 2000-06-10 Kenichi Handa <handa@etl.go.jp>
21991
21992 * international/mule.el (set-buffer-file-coding-system): If one of
21993 undecided-XXX is specified, change only EOL conversion.
21994
21995 * international/mule-conf.el (unix): New alias for the coding
21996 system undecided-unix.
21997
21998 2000-06-09 Dave Love <fx@gnu.org>
21999
22000 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
22001
22002 * progmodes/executable.el: Byte compile dynamic.
22003 (executable-insert): Change custom type.
22004 (executable-find): Add autoload cookie.
22005 (executable-make-buffer-file-executable-if-script-p): New
22006 function. After Noah Friedman.
22007
22008 * files.el (after-save-hook): Customize, with
22009 executable-make-buffer-file-executable-if-script-p as an option.
22010
22011 2000-06-09 Kenichi Handa <handa@etl.go.jp>
22012
22013 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
22014 "tib24p-mule.bdf" for Tibetan.
22015
22016 * composite.el (decompose-composite-char): Declare it as obsolete.
22017
22018 * man.el (Man-fontify-manpage): Pay attention to underline and
22019 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
22020
22021 2000-06-08 Gerd Moellmann <gerd@gnu.org>
22022
22023 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
22024 Set maintainer to FSF since author isn't reachable.
22025
22026 2000-06-08 Dave Love <fx@gnu.org>
22027
22028 * international/mule-cmds.el (select-safe-coding-system): If
22029 DEFAULT-CODING-SYSTEM is not specified, also check the most
22030 preferred coding-system if buffer-file-coding-system is
22031 `undecided'. From Handa.
22032
22033 2000-06-08 Kenichi Handa <handa@etl.go.jp>
22034
22035 * international/mule.el
22036 (after-insert-file-set-buffer-file-coding-system): If the buffer
22037 size is greater than INSERTED, judget that we are not visiting.
22038
22039 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
22040
22041 * whitespace.el (defgroup whitespace): Comment out `:version'.
22042 XEmacs 20.4 has problems defining the group with this present.
22043 We'll have this commented out till get resolve the problem.
22044
22045 2000-06-07 John Wiegley <johnw@gnu.org>
22046
22047 * align.el (align-dq-string-modes, align-sq-string-modes)
22048 (align-open-comment-modes): Add pyhton-mode.
22049 (align-rules-list): Use get-text-property instead of
22050 text-properties-at.
22051 (align-rules-list): Add python-assignment.
22052 (align-rules-list): Change perl-comma-delimiter to
22053 basic-comma-delimiter. Use if for Perl modes and python-mode.
22054 (align-rules-list): Add python-chain-logic and
22055 basic-line-continuation.
22056
22057 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
22058
22059 * apropos.el (apropos-mode-hook): New user variable.
22060 (apropos-mode): Run apropos-mode-hook.
22061
22062 2000-06-07 David Ponce <david@dponce.com>
22063
22064 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
22065 commands. Require `wid-edit' at run-time.
22066
22067 2000-06-07 David Ponce <david@dponce.com>
22068
22069 * recentf.el: Added some "Commentary".
22070 (recentf-open-more-files, recentf-edit-list): Minor changes to
22071 move the point at the top of the file list. This behaviour is
22072 consistent with the menu one when the list contains a lot of
22073 files.
22074 (recentf-cleanup): Now displays the number of items removed from
22075 the list.
22076 (recentf-relative-filter) New menu filter to show filenames
22077 relative to `default-directory'.
22078
22079 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22080
22081 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22082 with/without giving an error if PostScript printer doesn't have this
22083 kind of page size. Zebra Stripe continues or restarts on next page.
22084 Manual/automatic paper feeding. Switch or not the header.
22085 (ps-print-version): New version number (5.2.2).
22086 (ps-windows-system): Include emx as a Windows system.
22087 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22088 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22089 (ps-background-text): Code fix.
22090 (ps-error-handler-message, ps-user-defined-prologue)
22091 (ps-print-prologue-header, ps-printer-name)
22092 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22093 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22094 (ps-use-face-background): Customization fix.
22095 (ps-n-up-database): Data fix.
22096 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22097 (ps-switch-header): New vars.
22098 (ps-xemacs-color-name, ps-face-foreground-name)
22099 (ps-face-background-name, ps-boolean-constant): New funs.
22100
22101 2000-06-07 Dave Love <fx@gnu.org>
22102
22103 * allout.el: New version from Manheimer.
22104
22105 2000-06-07 Kenichi Handa <handa@etl.go.jp>
22106
22107 * textmodes/fill.el (fill-find-break-point): Check the validity of
22108 charset.
22109
22110 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22111
22112 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22113 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22114 Call display-color-p and display-mouse-p instead of looking at
22115 window-system.
22116
22117 2000-06-06 Dave Love <fx@gnu.org>
22118
22119 * image.el (find-image): Doc fix. Return nil if image not found.
22120 (put-image, insert-image): Make STRING arg optional.
22121
22122 2000-06-06 Kenichi Handa <handa@etl.go.jp>
22123
22124 * language/vietnamese.el: Remove eval-when-compile.
22125 (viet-viscii-nonascii-translation-table): Define it as a
22126 translation table made from viet-viscii-decode-table.
22127 (viet-viscii-encode-table): Define it as a translation table made
22128 from the reverse map of above.
22129 (viet-vscii-nonascii-translation-table): Define it as a
22130 translation table made from viet-vscii-decode-table.
22131 (viet-vscii-encode-table): Define it as a translation table made
22132 from the reverse map of above.
22133 (ccl-decode-viscii): Use translate-character.
22134 (ccl-encode-viscii, ccl-encode-viscii-font)
22135 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22136 Likewize.
22137
22138 * language/cyrillic.el: Remove eval-when-compile.
22139 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22140 translation table made from cyrillic-koi8-r-decode-table.
22141 (cyrillic-koi8-r-encode-table): Define it as a translation table
22142 made from the reverse map of above.
22143 (ccl-decode-koi8): Use translate-character.
22144 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22145 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22146 a translation table made from cyrillic-alternativnyj-decode-table.
22147 (cyrillic-alternativnyj-encode-table): Define it as a translation
22148 table made from the reverse map of above.
22149 (ccl-decode-alternativnyj): Use translate-character.
22150 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22151 Likewize
22152
22153 * international/mule-diag.el (non-iso-charset-alist): Specify
22154 translation table symbol instead of translation table itself.
22155 (list-block-of-chars): CHARSET may be a translation table symbol.
22156
22157 * international/mule.el (make-coding-system): If CODING-SYSTEM
22158 already exists, override it.
22159
22160 * international/fontset.el: Use family `proportional' for Tibetan
22161 fonts.
22162
22163 * international/ccl.el (ccl-compile-translate-character): Don't
22164 check if Rrr has property translation-table.
22165 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22166
22167 2000-06-05 Gerd Moellmann <gerd@gnu.org>
22168
22169 * info.el: Bind case-fold-search to t when searching in case
22170 a user sets it to nil in a hook.
22171
22172 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22173
22174 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22175 * hl-line.el (hl-line-mode): Use the new :global key argument.
22176
22177 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22178 (tar-clip-time-string): Prepend a space.
22179 (tar-grind-file-mode): Construct a string rather than modifying one.
22180 (tar-header-block-summarize): Fix docstring.
22181 Use `format' rather than an error-prone set of copy-loops.
22182
22183 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22184 (diff-goto-source, diff-unified->context, diff-context->unified)
22185 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22186 understand the format output by the `-p' argument to diff.
22187
22188 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22189 (sh-re-done): Use defconst.
22190 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22191 (sh-help-string-for-variable, sh-guess-basic-offset):
22192 Don't quote lambdas.
22193 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22194 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22195
22196 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22197 (mh-letter-mode): Derive from text-mode.
22198 This implicitly means that it now calls kill-all-local-variables.
22199 Also remove the Emacs-18 compatibility code.
22200
22201 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22202 Make use of symbol-property doc-string-elt.
22203 Use memq rather than a sequence of eq.
22204 (doc-string-elt): Fix the wrong or missing previously unused values.
22205 (autoload-print-form): New function extracted from
22206 generate-file-autoloads to allow recursion when handling progn
22207 so that defvar's and defun's docstrings are properly printed.
22208 (generate-file-autoloads): Use it.
22209
22210 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22211 Use find-file-hooks in the minor-mode function.
22212 Be careful not to loop indefinitely in the post-command-hook function.
22213
22214 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22215
22216 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22217 tty's.
22218 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22219 differences whenever appropriate.
22220 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22221 * viper.el (find-file, find-file-other-window): Get viper to do
22222 wildcards.
22223
22224 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22225
22226 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22227 (jit-lock-fontify-buffer): New function for JIT refontification.
22228 (jit-lock-mode): Fix docstring.
22229 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22230 Remove jit-lock-after-change from the _local_ hook.
22231 (jit-lock-function-1): Fix docstring.
22232
22233 * info.el (Info-on-current-buffer): Initialize info.
22234
22235 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22236
22237 * progmodes/tcl.el (tcl-indent-for-comment):
22238 Ignore comment-indent-hook.
22239
22240 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22241 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22242 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22243 and improve to use the lighter to guess the capitalization.
22244 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22245 Add keyword arguments to specify global-ness or the custom group.
22246 Add local-map and help-echo properties to the lighter.
22247 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22248 (easy-mmode-define-global-mode): New macro.
22249
22250 2000-06-02 Dave Love <fx@gnu.org>
22251
22252 * wid-edit.el: byte-compile-dynamic since we typically don't use
22253 all the widgets. Don't require cl or widget. Remove
22254 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22255 (widget-read-event): Removed. Callers changed to use read-event.
22256 (widget-button-release-event-p): Renamed from
22257 button-release-event-p.
22258 (widget-field-add-space, widget-field-use-before-change):
22259 Uncustomize.
22260 (widget-specify-field): Use keymap property, not local-map.
22261 (widget-specify-button): Obey :suppress-face.
22262 (widget-specify-insert): Use modern backquote syntax.
22263 (widget-image-directory): Renamed from widget-glyph-directory.
22264 (widget-image-enable): Renamed from widget-glyph-enable.
22265 (widget-image-find): Replaces widget-glyph-find.
22266 (widget-button-pressed-face): Move defvar.
22267 (widget-image-insert): Replaces widget-glyph-insert.
22268 (widget-convert): Use keywordp.
22269 (widget-leave-text, widget-children-value-delete): Use mapc.
22270 (widget-keymap): Remove XEmacs stuff.
22271 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22272 (widget-button-click): Don't set point at the click, but re-centre
22273 if we scroll out of window. Rewritten for images v. glyphs &c.
22274 (widget-tabable-at): Use POS arg, not point.
22275 (widget-beginning-of-line, widget-end-of-line)
22276 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22277 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22278 (widget-default-create): Use widget-image-insert; some rewriting.
22279 (widget-visibility-value-create)
22280 (widget-push-button-value-create, widget-toggle-value-create): Use
22281 widget-image-insert.
22282 (checkbox): Create on and off images dynamically.
22283 (documentation-link): Change :help-echo.
22284 (widget-documentation-link-echo-help): Remove.
22285
22286 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22287
22288 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22289
22290 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22291 (easy-mmode-define-toggle, define-minor-mode): Use it.
22292 (easy-mmode-define-keymap): Docstring fix.
22293 (define-derived-mode): Default PARENT to fundamental-mode.
22294 Add the derived-mode-parent symbol-property.
22295 (easy-mmode-derived-mode-p): New function.
22296
22297 2000-06-02 Dave Love <fx@gnu.org>
22298
22299 * files.el (convert-standard-filename): Doc fix.
22300 (normal-backup-enable-predicate): New function.
22301 (backup-enable-predicate): Use it to replace the lambda form.
22302
22303 * calendar/todo-mode.el: [This needs more work on the outline
22304 stuff.] Doc fixes.
22305 (todo) <defgroup>: Add :version.
22306 (todo-add-category): Don't use pushnew.
22307 (todo-cmd-raise): Fix typo.
22308 (todo-top-priorities): Change temp buffer name.
22309 (todo-category-alist): Avoid redundant lambda.
22310 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22311 Use outline-next-heading.
22312
22313 * autoarg.el: Rewritten to use define-minor-mode.
22314 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22315 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22316
22317 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22318
22319 * isearch.el (isearch-other-meta-char): Fix previous change.
22320
22321 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22322
22323 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22324 (log-edit-done): Only add the comment to the ring if it's different
22325 from the last comment entered.
22326
22327 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22328
22329 2000-06-01 Dave Love <fx@gnu.org>
22330
22331 * hl-line.el: Rewritten using define-minor-mode.
22332
22333 * help.el (describe-function-1): Distinguish special form from
22334 builtin function. Sanity-check presence of arglist for builtins.
22335
22336 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22337
22338 * international/characters.el: Fix syntax/category setting of
22339 Tibetan characters.
22340
22341 * language/tibet-util.el (tibetan-add-components): Fixes for new
22342 encoding of Tibetan characters.
22343 (tibetan-decompose-precomposition-alist): New variable.
22344 (tibetan-decompose-region): Convert precomposed characters to
22345 non-precomposed characters.
22346 (tibetan-decompose-string): Likewise.
22347 (tibetan-composition-function): Fix args to
22348 thibetan-compose-string.
22349
22350 * language/tibetan.el (tibetan-composable-pattern): More
22351 characters included.
22352 (tibetan-consonant-transcription-alist): Rule for "R" added.
22353 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22354 "+R" added.
22355 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22356
22357 * language/lao-util.el (lao-composition-function): Fix args to
22358 compose-string.
22359
22360 * language/thai-util.el (thai-composition-function): Fix args to
22361 compose-string.
22362
22363 * isearch.el (isearch-update): Set disable-point-adjustment to t
22364 to prevent the point moving to the end of a composition when a
22365 part of a composition is searched.
22366 (isearch-other-meta-char): If the key invoking this command can be
22367 mapped by function-key-map to a printing char, call
22368 isearch-process-search-char directly.
22369
22370 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22371
22372 * emacs-lisp/bytecomp.el:
22373 * frame.el:
22374 * international/mule-cmds.el:
22375 * international/mule-util.el:
22376 * international/mule.el:
22377 * mouse.el:
22378 * subr.el:
22379 * faces.el: Update calls to make-obsolete with a WHEN argument.
22380
22381 * byte-run.el (make-obsolete, make-obsolete-variable):
22382 Add an optional WHEN argument and change the format of the
22383 symbol-property information.
22384 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22385 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22386 new obsolete-symbol-property format and print WHEN if it is provided.
22387
22388 2000-05-31 Dave Love <fx@gnu.org>
22389
22390 * loadhist.el (loadhist-hook-functions): Remove
22391 before-change-function, after-change-function.
22392 (unload-feature): Deal with symbols which are both bound and
22393 fbound.
22394
22395 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22396 before-change-function, after-change-function.
22397
22398 * simple.el (newline): Don't bind before-change-function,
22399 after-change-function.
22400
22401 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22402
22403 * whitespace.el (whitespace-rescan-timer-time): Update interval
22404 set to 600 seconds (10 minutes) instead of 60 seconds since
22405 a large number of whitespace buffers causes emacs to `freeze'
22406 for a considerable amount of time.
22407
22408 * whitespace.el: Updated email address
22409
22410 2000-05-31 Dave Love <fx@gnu.org>
22411
22412 * add-log.el (change-log-font-lock-keywords) <function>: Add
22413 pattern for function of change.
22414 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22415 acknowledgements patterns.
22416
22417 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22418
22419 * isearch.el (isearch-printing-char): If keyboard coding system is
22420 being used, call isearch-process-search-multibyte-characters.
22421
22422 * international/isearch-x.el: Mostly rewritten.
22423
22424 * international/quail.el (quail-start-conversion): Don't include
22425 unhandled events in the returned events, but set them in
22426 unread-command-events. Exit if all inputs are deleted.
22427
22428 2000-05-30 Jason Rumney <jasonr@gnu.org>
22429
22430 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22431
22432 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22433 Reenable code to create initial fontsets.
22434 Use set-fontset-font in place of put-charset-property.
22435
22436 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22437
22438 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22439 label, ensure that the first colon isn't followed by another.
22440
22441 * paths.el (Info-default-directory-list): Doc fix.
22442
22443 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22444 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22445 send a query containing USER only, not USER@HOST.
22446
22447 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22448 and rmail-msgend to compute the restriction at the end, instead of
22449 computing it.
22450
22451 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22452
22453 * dabbrev.el (dabbrev-expand): Don't display messages in the
22454 echo area if the minibuffer window is active.
22455
22456 * jit-lock.el (jit-lock-mode): Add after change function to
22457 local hook.
22458
22459 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22460
22461 * antlr-mode.el: New commands: hide/unhide actions,
22462 upcase/downcase literals.
22463 (antlr-tiny-action-length): New user option.
22464 (antlr-hide-actions): New command. Suggested by
22465 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22466 (antlr-mode-map): New binding [C-c C-v].
22467 (antlr-mode-menu): New entries.
22468 (antlr-downcase-literals): New command.
22469 (antlr-upcase-literals): Ditto.
22470
22471 * antlr-mode.el: Minor changes: indendation, mode-name.
22472 (antlr-indent-line): Indent cpp directive at column 0.
22473 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22474
22475 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22476 (antlr-font-lock-additional-keywords): Workaround for intentional
22477 bug in XEmacs version of font-lock.
22478 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22479 be used by a smarter version of `buffers-menu-grouping-function'.
22480
22481 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22482
22483 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22484 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22485
22486 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22487
22488 * international/encoded-kb.el
22489 (encoded-kbd-iso2022-designation-map): Pay attention to that
22490 charset-iso-final-char return -1 for eight-bit-control and
22491 eight-bit-graphic.
22492
22493 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22494
22495 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22496 (speedbar-easymenu-definition-base): Use display-graphic-p where
22497 available, instead of window-system.
22498
22499 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22500
22501 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22502 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22503 coding systems.
22504
22505 2000-05-26 Dave Love <fx@gnu.org>
22506
22507 * disp-table.el (standard-display-underline): Don't use
22508 internal-find-face.
22509
22510 * mail/reporter.el: Maintainer change. Doc fixes.
22511 (reporter-version): Deleted.
22512
22513 * emacs-lisp/elp.el: Maintainer change.
22514 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22515
22516 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22517
22518 * add-log.el (add-change-log-entry): Merge the current entry with the
22519 previous one if the previous one is empty.
22520
22521 2000-05-26 Dave Love <fx@gnu.org>
22522
22523 * loadhist.el (unload-feature): Fix interactive spec [from
22524 lijnzaad@ebi.ac.uk].
22525
22526 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22527 subr-arity to check primitives.
22528 (byte-compile-flush-pending, byte-compile-file-form-progn)
22529 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22530 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22531 mapcar.
22532
22533 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22534
22535 * international/fontset.el: Set family names of non-latin charsets
22536 in default fontset to "*".
22537
22538 * international/mule-diag.el (print-fontset): Combine family part
22539 and registry part of the fontname by "-*-" instead of "-".
22540
22541 * international/mule-cmds.el (encode-coding-char): Make strings
22542 multibyte before calling encode-coding-string.
22543
22544 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22545
22546 * derived.el: Fix keywords.
22547 (define-derived-mode): Only define if needed.
22548
22549 * simple.el (fill-comment, comment-column, comment-start)
22550 (comment-start-skip, comment-end, comment-indent-function)
22551 (block-comment-start, block-comment-end, indent-for-comment)
22552 (set-comment-column, kill-comment, comment-padding, comment-region)
22553 (comment-multi-line, indent-new-comment-line): Remove.
22554
22555 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22556 function names for comment operations.
22557
22558 * newcomment.el: Add abundant autoload cookies.
22559 (comment-style): Don't depend on runtime data at compile-time.
22560 (comment-indent-hook): Remove.
22561 (comment-indent): Check if comment-indent-hook is bound.
22562 (comment-region): Docstring fix.
22563
22564 2000-05-25 Dave Love <fx@gnu.org>
22565
22566 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22567 byte-code-function-p.
22568
22569 * mail/rmailsum.el: Add provide.
22570
22571 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22572
22573 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22574 defcustom.
22575
22576 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22577
22578 * ediff-diff.el (ediff-exec-process): delete --binary option from
22579 non-buffer ediff jobs.
22580
22581 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22582
22583 * hilit-chg.el (highlight-changes-mode): Ask about color or
22584 grayscale support, not about window-system.
22585
22586 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22587 window-system.
22588 (ffap-highlight): Always default to t.
22589
22590 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22591 display-popup-menus-p instead of looking at window-system.
22592
22593 * disp-table.el (standard-display-g1, standard-display-graphic):
22594 Only refuse to use string glyphs on X and MS-Windows.
22595
22596 * avoid.el: Remove window-system from commentary, suggest to use
22597 display-*-p instead.
22598
22599 * apropos.el (apropos-print): Use display-mouse-p instead of
22600 window-system.
22601
22602 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22603
22604 * international/codepage.el (cp-decoding-vector-for-codepage):
22605 Fill up unsupported characters with their own codes. From Kenichi
22606 Handa.
22607
22608 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22609
22610 * international/mule-diag.el (describe-char-after): Use
22611 display-graphic-p instead of window-system, so that this function
22612 works on MS-DOS.
22613
22614 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22615
22616 * international/codepage.el (cp-make-coding-systems-for-codepage):
22617 Remove the eight-bit-graphic and eight-bit-control charsets from
22618 the list of charsets which we convert into `?'.
22619
22620 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22621
22622 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22623 private charsets.
22624 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22625 japanese-jisx0213-2): New charsets.
22626
22627 * international/fontset.el: Setup default fontset for new charsets.
22628
22629 2000-05-24 Dave Love <fx@gnu.org>
22630
22631 * info.el (Info-find-node-2): Restructure [following "Vadim
22632 S. Solomin" <sovs@uic.nnov.ru>].
22633
22634 * icomplete.el: Fix header for Finder.
22635
22636 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22637
22638 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22639 STAY.
22640
22641 * rmail.el (rmail-automatic-folder-directives): New user variable.
22642 (rmail-show-message): Add call to `rmail-auto-file' during
22643 display.
22644 (rmail-auto-file): New function.
22645
22646 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22647
22648 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22649 account.
22650 (ediff-test-utility,ediff-diff-mandatory-option)
22651 (ediff-reset-diff-options): Utilities for proper initialization of
22652 ediff-diff-options and ediff-diff3-options on Windows.
22653
22654 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22655 variable.
22656
22657 * ediff-mult.el (ediff-filegroup-action): Use
22658 ediff-merge-filename-prefix.
22659
22660 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22661
22662 * viper-ex.el (ex-write): Set selective display to nil.
22663
22664 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22665
22666 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22667 aliases for hebrew-iso-8bit.
22668
22669 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22670
22671 * woman.el: New version from Francis J. Wright
22672 <F.J.Wright@Maths.QMW.ac.uk>.
22673 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22674 names in environment variables regardless of the path separator.
22675 (woman-topic-all-completions-1): Don't call file-name-directory-p
22676 on all files, since woman-file-regexp already filters out any
22677 directories.
22678
22679 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22680
22681 * international/quail.el (quail-start-translation): Don't change
22682 modified-p of the current buffer.
22683 (quail-start-conversion): Likewise.
22684
22685 * international/kkc.el (kkc-region): Don't change modified-p of
22686 the current buffer.
22687
22688 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22689 conform to RFC1468.
22690 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22691
22692 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22693
22694 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22695 (speedbar-insert-button): Invisible text property fix.
22696 (speedbar-directory-plus): Renamed from speedbar-directory-+
22697 (speedbar-directory-minus): Renamed from speedbar-directory--
22698 (speedbar-page-plus): Renamed from speedbar-file-+
22699 (speedbar-page-minus): Renamed from speedbar-file--
22700 (speedbar-page): Renamed from speedbar-file-
22701 (speedbar-tag): Renamed from speedbar-tag-
22702 (speedbar-tag-plus): Renamed from speedbar-tag-+
22703 (speedbar-tag-minus): Renamed from speedbar-tag--
22704 (speedbar-expand-image-button-alist): Use above renames.
22705
22706 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22707 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22708 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22709 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22710 * sb-pg.xpm: Renamed from sb-file.xpm
22711 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22712 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22713
22714 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22715
22716 * international/quail.el (quail-show-guidance-buf): Set
22717 current-input-method of the guidance buffer to the name of the
22718 curren input method.
22719
22720 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22721
22722 * progmodes/compile.el (compile-internal): Style typo.
22723
22724 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22725 quote vars and functions in the docstring.
22726
22727 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22728
22729 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22730 Don't quote lambdas.
22731
22732 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22733
22734 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22735
22736 * startup.el (command-line): Determine source file of compiled
22737 user init file differently. Warn if compiled user init file
22738 is older than its source file.
22739
22740 * ffap.el (ffap-url-regexp): Add `https'.
22741
22742 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22743
22744 * files.el (make-backup-file-name-1): Replace slashes with `!'
22745 rather than `|' (which is not allowed on Windows). Replace the
22746 drive letters with a string "drive_X".
22747
22748 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22749
22750 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22751
22752 * files.el (interpreter-mode-alist): Add `bash2'.
22753
22754 2000-05-22 Dave Love <fx@gnu.org>
22755
22756 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22757 mapc.
22758 (feature-file): Avoid calling symbol-name. Doc fix.
22759 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22760 (loadhist-hook-functions): Add mouse-position-function.
22761 (unload-feature): Change uses of mapcar.
22762
22763 * files.el (parse-colon-path): Doc fix.
22764 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22765 (set-auto-mode): Use mapc.
22766
22767 * complete.el (PC-look-for-include-file): Use :alnum: character
22768 class.
22769 (partial-completion-mode): Add autoload cookie.
22770
22771 2000-05-22 Sam Steingold <sds@gnu.org>
22772
22773 * info.el (Info-fontify-node): Fixed the call to
22774 `add-text-properties' (bug introduced on 2000-05-18).
22775
22776 2000-05-22 Dave Love <fx@gnu.org>
22777
22778 * bindings.el: Remove debug-ignored-errors set in other files.
22779
22780 * progmodes/etags.el: Add to debug-ignored-errors.
22781 (visit-tags-table-buffer): Clear out buffers holding old tables
22782 when making a new list.
22783 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22784 mapc.
22785
22786 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22787 quote keywords.
22788 (cmpl-string-case-type): Use character classes.
22789
22790 * comint.el:
22791 * textmodes/ispell.el:
22792 * imenu.el:
22793 * mail/mh-e.el:
22794 * progmodes/compile.el: Add to debug-ignored-errors.
22795
22796 * dabbrev.el: Add to debug-ignored-errors.
22797 (dabbrev-completion): Use mapc.
22798
22799 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22800
22801 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22802 (woman-mapcan, woman-parse-man.conf)
22803 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22804 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22805 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22806 path syntax better.
22807 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22808 (woman-manpath): Call woman-parse-man.conf.
22809 (woman-emulation): New defcustom, defaults to nroff.
22810 (woman-font-support): New defconst.
22811 (woman-use-symbol-font): New defcustom.
22812 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22813 "Emulation".
22814 Many functions: Doc fix.
22815
22816 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22817
22818 * international/quail.el (quail-simple-translation-keymap): Map
22819 128..255 to quail-self-insert-command.
22820 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22821
22822 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22823
22824 * help.el (help-manyarg-func-alist): Typo.
22825
22826 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22827 intervals which makes it heaps simpler.
22828
22829 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22830 the nested comment markers.
22831
22832 * subr.el (remove-hook): Don't turn the hook's value into a list.
22833
22834 2000-05-21 Dave Love <fx@gnu.org>
22835
22836 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22837 are invalid characters.
22838
22839 * international/mule-util.el (detect-coding-with-priority): Use
22840 mapc. Remove redundant lambda.
22841
22842 * international/mule-diag.el (list-non-iso-charset-chars)
22843 (describe-fontset): Remove redundant lambda.
22844
22845 * emulation/crisp.el (brief-mode): New alias.
22846
22847 * emacs-lisp/ring.el (ring-elements): New function.
22848
22849 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22850 (easy-menu-do-add-item): Use keywordp.
22851
22852 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22853
22854 * replace.el: Doc and error message fixes.
22855 (replace-highlight): Use facep, not internal-find-face.
22856
22857 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22858
22859 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22860
22861 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22862 (log-edit-insert-changelog): Drop `:' as well.
22863
22864 * log-view.el: Fix file description.
22865 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22866 available.
22867 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22868 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22869
22870 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22871 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22872 Print a status message if the toggle is called interactively.
22873 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22874 for global minor modes and use `defcustom' for them.
22875 Use add-minor-mode.
22876 (easy-mmode-define-derived-mode): Remove.
22877 (define-derived-mode): Fancier default docstring.
22878 (easy-mmode-define-navigation): Signal an error rather than (ding).
22879
22880 * newcomment.el (comment-styles): New `box-multi'.
22881 (comment-normalize-vars): Better default for comment-continue to
22882 avoid whitespace-only continuations.
22883 (comment-search-forward): Always move even in the no-syntax case.
22884 (comment-padright): Only obey N if it's only obeyed for padleft.
22885 (comment-make-extra-lines): Better handling of empty continuations.
22886 Use `=' for the filler if comment-start has only one character.
22887 (uncomment-region): Try handling the special `=' filler.
22888 (comment-region): Allow LINES even if MULTI is nil.
22889 (comment-box): Choose box style based on comment-style.
22890
22891 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22892
22893 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22894 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22895
22896 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22897
22898 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22899 and insert, not subst-char-in-region.
22900
22901 * international/mule-diag.el (list-character-sets-1): Handle
22902 charsets eight-bit-control and eight-bit-graphic.
22903 (list-iso-charset-chars): Likewise.
22904 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22905 charactes as is. Use indent-to to align characters.
22906
22907 * international/mule-cmds.el (find-multibyte-characters): Never
22908 exclude charsets eight-bit-control and eight-bit-graphic.
22909
22910 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22911
22912 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22913 Don't quote lambdas.
22914
22915 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22916
22917 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22918
22919 * gud.el (gud-jdb-directories): Doc fix.
22920
22921 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22922
22923 * newcomment.el: New file.
22924
22925 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22926
22927 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22928
22929 2000-05-18 Andreas Schwab <schwab@suse.de>
22930
22931 * dired.el (dired-between-files): Also skip lines beginning with
22932 `used'.
22933
22934 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22935
22936 * msb.el (msb-menu-cond): Add choice `user'.
22937
22938 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22939
22940 * ps-print.el: Compatibility, customization and doc fix.
22941 (ps-printer-name-option): Replace defconst by defvar.
22942 (ps-postscript-code-directory): XEmacs compatibility.
22943 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22944 fix.
22945 (ps-user-defined-prologue, ps-print-prologue-header)
22946 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22947 compatibility and code fix.
22948 (ps-print-background-image, ps-print-background-text):
22949 Customization fix.
22950 (ps-line-number-start, ps-n-up-on): New vars.
22951
22952 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22953
22954 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22955 the indent-comment function to just return the appropriate indent.
22956
22957 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22958
22959 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22960 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22961 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22962
22963 2000-05-18 Dave Love <fx@gnu.org>
22964
22965 * info.el (Info-fontify-node): Add intangible property as well as
22966 invisible.
22967
22968 * calendar/appt.el (appt-make-list): Match all lines of entry.
22969 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22970
22971 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22972
22973 * international/mule-diag.el (describe-char-after): Call
22974 internal-char-font, not char-font. If internal-char-font returns
22975 nil, display "-- none --".
22976
22977 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22978
22979 * image.el (image-type-available-p): Don't reference image-types
22980 if it isn't bound.
22981
22982 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22983
22984 * autoarg.el (autoarg-mode): Typo in the :set argument.
22985
22986 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22987
22988 * startup.el (command-line-1): Don't signal an error if the
22989 directory for auto-save-list files does not yet exist.
22990
22991 2000-05-17 Kenichi Handa <handa@etl.go.jp>
22992
22993 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22994
22995 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22996
22997 * subr.el (remove-hook): `setq' hook-value, not `set'.
22998
22999 2000-05-16 Sam Steingold <sds@gnu.org>
23000
23001 * info.el (debug-ignored-errors): More errors to ignore.
23002
23003 2000-05-16 Dave Love <fx@gnu.org>
23004
23005 * cus-edit.el: Don't require cl or easymenu.
23006 (custom-variable-prompt): Test standard-value property, not
23007 user-variable-p.
23008
23009 2000-05-16 Sam Steingold <sds@gnu.org>
23010
23011 * subr.el (add-hook): `setq' hook-value, not `set'.
23012
23013 2000-05-16 Gerd Moellmann <gerd@gnu.org>
23014
23015 * startup.el (command-line-1): Mention the FAQ in the startup
23016 message.
23017
23018 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
23019
23020 * progmodes/compile.el (compilation-parse-errors): Collect
23021 `nomessage' regexps last.
23022
23023 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
23024
23025 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
23026 to the function name.
23027
23028 2000-05-15 Dave Love <fx@gnu.org>
23029
23030 * speedbar.el (speedbar-recenter): Typo.
23031 (speedbar-expand-line): Make arg optional.
23032 (speedbar-mode): Avoid a compiler warning.
23033
23034 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23035
23036 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
23037 user-specified option string is empty.
23038
23039 * mouse.el (mouse-yank-at-click): Doc fix.
23040
23041 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
23042
23043 * term/internal.el (IT-character-translations): More updates of
23044 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
23045 documents.
23046
23047 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23048
23049 * env.el (getenv): New function, interactively callable.
23050 (setenv, getenv): Remove autoload cookies.
23051
23052 * loadup.el: Load `env'.
23053
23054 * progmodes/f90.el: Change author's mail address.
23055
23056 2000-05-14 Dave Love <fx@gnu.org>
23057
23058 * mail/rmail.el (rmail-show-message-hook): Customize and offer
23059 goto-addr as an option.
23060
23061 * help.el (help-xref-stack): Doc fix.
23062 (help-xref-following): New variable.
23063 (help-make-xrefs): Use it.
23064 (help-xref-go-back): Use position information from stack element.
23065 (help-follow): Make position in stack element a pair. Use
23066 help-xref-following.
23067
23068 * autoarg.el: New file.
23069
23070 * faces.el: Declare more functions obsolete.
23071
23072 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
23073 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
23074 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
23075 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
23076 Remove all the setup-...-environment functions.
23077
23078 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23079
23080 * speedbar.el: Updated the commentary section. xemacs20p now uses
23081 >= when detecting. Require `defimage' safely.
23082 (speedbar-easymenu-definition-base): Add toggle for images.
23083 (speedbar-easymenu-definition-special): Add flush cache & expand.
23084 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23085 (speedbar-reconfigure-keymaps-hook): New variable.
23086 (speedbar-frame-parameters): Updated documentation.
23087 (speedbar-use-imenu-flag): Updated custom tag
23088 (speedbar-dynamic-tags-function-list): New variable.
23089 (speedbar-tag-hierarchy-method): Updated doc & custom.
23090 (speedbar-indentation-width, speedbar-indentation-width) New
23091 variables.
23092 (speedbar-hide-button-brackets-flag): Customizable.
23093 (speedbar-vc-indicator): Doc update.
23094 (speedbar-ignored-path-expressions): Updated default value.
23095 (speedbar-supported-extension-expressions): Updated default value.
23096 (speedbar-syntax-table): Remove {} paren status.
23097 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23098 as "+". Added overlay aliases.
23099 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23100 `force-mode-line-update'.
23101 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23102 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23103 `mouse-set-point'
23104 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23105 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23106 of arbitrary text, and new helper functions.
23107 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23108 filename finder.
23109 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23110 (speedbar-directory-buttons): Update path search/expansion.
23111 (speedbar-make-tag-line): Pay attention to
23112 `speedbar-indentation-width'. Use more care w/ invisible
23113 properties.
23114 (speedbar-change-expand-button-char): Call
23115 `speedbar-insert-image-button-maybe'.
23116 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23117 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23118 (speedbar-trim-words-tag-hierarchy)
23119 (speedbar-simple-group-tag-hierarchy): New functions
23120 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23121 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23122 functions.
23123 (speedbar-mouse-set-point): New function
23124 (speedbar-power-click): Updated documentation.
23125 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23126 of tag prefix text.
23127 (speedbar-expand-line, speedbar-contract-line): Make more robust
23128 to strange text.
23129 (speedbar-expand-line): Takes universal argument to flush the
23130 cache.
23131 (speedbar-flush-expand-line): New function.
23132 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23133 Use new generator insertion method.
23134 (speedbar-fetch-dynamic-tags): New function.
23135 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23136 `speedbar-fetch-dynamic-imenu'.
23137 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23138 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23139 "Revert Buffer" menu items.
23140 (speedbar-buffer-buttons-engine): Be smarter when creating a
23141 filename tag (for expansion purposes.).
23142 (speedbar-highlight-one-tag-line,
23143 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23144 (speedbar-recenter): New functions.
23145 (defimage-speedbar): Image loading abstraction.
23146 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23147 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23148 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23149 (speedbar-tag-type, speedbar-tag-mail): New images.
23150 (speedbar-expand-image-button-alist): New variable.
23151 (speedbar-insert-image-button-maybe): Insert an image over some
23152 buttons.
23153
23154 2000-05-13 Kenichi Handa <handa@etl.go.jp>
23155
23156 * international/mule-cmds.el (encode-coding-char): An ASCII
23157 character is always encodable.
23158
23159 * international/mule-conf.el: Add more information in descriptions
23160 of character sets.
23161
23162 * international/mule-diag.el (describe-char-after): New function.
23163 (describe-font-internal): Adjusted for the change of font-info.
23164 (describe-font): Likewise.
23165 (print-fontset): Rewritten for the new fontset implementation.
23166 (describe-fontset): Include fontset alias names in completion.
23167 (list-fontsets): Adjusted for the change of print-fontset.
23168
23169 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23170 describe-char-after instead of displaying the detail in the echo
23171 area.
23172 (syntax-code-table): Format changed.
23173 (string-to-syntax): Adjusted for the above change.
23174
23175 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23176
23177 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23178
23179 2000-05-12 Dave Love <fx@gnu.org>
23180
23181 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23182 dependence. Use line-{beginning,end}-position, not
23183 point-at{b,e}ol. Some doc fixes.
23184 (todo-position): New function. Fix callers of position to use it.
23185 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23186
23187 2000-05-12 Gerd Moellmann <gerd@gnu.org>
23188
23189 * time.el (display-time-mail-icon): Use `:ascent center'.
23190
23191 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23192 handling FTP security extensions.
23193
23194 2000-05-11 Dave Love <fx@gnu.org>
23195
23196 * calendar/todo-mode.el: New file.
23197
23198 2000-05-11 Gerd Moellmann <gerd@gnu.org>
23199
23200 * comint.el (comint-read-input-ring): Move reference to
23201 comint-input-ring-size outside of the save-excursion. It was
23202 causing the default value to be the only one ever seen.
23203
23204 * font-lock.el: Update copyright. Remove Simon Marshall's email
23205 address on request from him.
23206
23207 * subr.el (substitute-key-definition): Add comment describing
23208 the meaning of PREFIX.
23209
23210 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23211
23212 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23213
23214 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23215 (add-minor-mode): Don't make the variable buffer-local and add a
23216 reference to define-minor-mode in the docstring.
23217
23218 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23219 HEADER/FOOTER and fix bug with trailing empty directory.
23220 (cvs-append-to-ignore): Use vc-editable-p if available.
23221 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23222 (vc-do-command): Tweak advice to handle the new VC.
23223
23224 * log-view.el (log-view-goto-rev): New function for the new VC.
23225 (log-view-minor-wrap): Use mark-active.
23226
23227 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23228 (log-edit-changelog-full-paragraphs): New var.
23229 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23230 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23231 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23232 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23233 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23234 Replace the `cvs' prefix with `log-edit'.
23235
23236 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23237
23238 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23239 (diff-font-lock-defaults): Explicitly turn off multiline.
23240 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23241 (diff-ediff-patch): Fix call to ediff-patch-file.
23242 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23243 Handle comments.
23244
23245 * frame.el (automatic-hscrolling): Typo.
23246
23247 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23248
23249 2000-05-09 Sam Steingold <sds@goems.com>
23250
23251 * apropos.el (apropos-print): use `describe-face' instead of
23252 `customize-face-other-window'.
23253
23254 2000-05-09 Dave Love <fx@gnu.org>
23255
23256 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23257
23258 * help.el (describe-variable): Have customize button pop the
23259 help-xref stack when invoked.
23260 (help-xref-symbol-regexp): Add `face'.
23261 (help-make-xrefs): Check for quoted face names and adapt regexp
23262 submatch numbers to cope.
23263 (help-xref-interned): Maybe insert face doc too. Separate
23264 sections with a line of hyphens.
23265
23266 * faces.el: Some doc fixes. Declare some functions obsolete.
23267 (describe-face): Add customize button. Return the help
23268 text. Fix prompt.
23269
23270 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23271
23272 * term/internal.el (IT-character-translations): Fix last change.
23273
23274 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23275
23276 * woman.el: New file
23277 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23278
23279 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23280
23281 * term/internal.el (IT-character-translations): Update ASCII
23282 simulations for greek-iso8859-7, add latin-iso8859-14 and
23283 latin-iso8859-15.
23284
23285 * international/mule-cmds.el (set-language-info-alist): Call
23286 define-prefix-command with 3 arguments, to make the map suitable
23287 for a menu.
23288
23289 2000-05-07 Dave Love <fx@gnu.org>
23290
23291 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23292
23293 2000-05-05 Dave Love <fx@gnu.org>
23294
23295 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23296 list in doc string. Don't quote keyword symbols.
23297 * emacs-lisp/cl.el: Likewise
23298 * emacs-lisp/cl-seq.el: Likewise
23299
23300 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23301
23302 * abbrev.el (abbrev-mode): Make ARG optional.
23303
23304 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23305
23306 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23307
23308 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23309
23310 * subr.el (substitute-key-definition): Clarify documentation.
23311
23312 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23313
23314 * glasses.el (glasses-convert-to-unreadable): Use
23315 `glasses-separator' instead of the hard-wired "_".
23316 (glasses-mode): Call `glasses-make-unreadable' only in a single
23317 place.
23318
23319 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23320
23321 * term/internal.el (cjk-codepages-alist): Add associations for
23322 Chinese and Korean codepages. Remove FIXME comment.
23323
23324 2000-05-03 Dave Love <fx@gnu.org>
23325
23326 * time.el (display-time-mail-face, display-time-use-mail-icon):
23327 New option.
23328 (display-time-mail-icon): New variable.
23329 (display-time-string-forms): Use the above. Fix the local-map.
23330
23331 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23332
23333 * replace.el (query-replace-map): Add binding for `E'.
23334 (query-replace-help): Extend help text.
23335 (perform-replace): Allow editing the replacement string.
23336
23337 * make-mode.el (makefile-mode-abbrev-table): New variable.
23338 (makefile-mode): Set local abbrev table to
23339 makefile-mode-abbrev-table.
23340 (makefile-font-lock-keywords): Fontify includes and conditionals.
23341
23342 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23343 set TOGGLE's value.
23344
23345 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23346 mail-interactive-insert-alias.
23347 (mail-abbrev-complete-alias): New command.
23348 (mail-mode-map): Bind it to `M-TAB'.
23349
23350 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23351
23352 * language/lao-util.el (lao-compose-region): New function.
23353
23354 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23355
23356 * files.el (recover-session): Make directories as necessary
23357 if they don't exist yet.
23358
23359 * calendar/cal-french.el
23360 (french-calendar-multibyte-special-days-array)
23361 (french-calendar-special-days-array): Change French text.
23362 (calendar-french-date-string): Change output.
23363 (calendar-goto-french-date): Likewise.
23364
23365 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23366
23367 * wid-edit.el (widget-default-active): Obey `:always-active'.
23368 (widget-documentation-string-value-create): Set `:always-active'.
23369
23370 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23371
23372 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23373 default prefix to `~/_emacs.d/auto-save.list/_s'.
23374 (normal-top-level): Create the directory for auto-save files, if
23375 it doesn't already exist (in the ms-dos case only).
23376
23377 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23378
23379 * international/mule-cmds.el (set-language-environment): Don't
23380 concat an integer (dos-codepage), use format instead.
23381
23382 2000-05-02 Dave Love <fx@gnu.org>
23383
23384 * help.el (help-xref-on-pp): Check for constant symbols.
23385
23386 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23387
23388 * startup.el (normal-top-level): Put a condition-case around
23389 the code loading subdirs.el.
23390
23391 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23392
23393 * ps-print.el: Upside-down and face background color printing,
23394 line number step, doc fix.
23395 (ps-print-version): New version number (5.2).
23396 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23397 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23398 (ps-spool-config): Var fix.
23399 (ps-printer-name-option): Const fix.
23400 (ps-print-upside-down, ps-use-face-background)
23401 (ps-line-number-step): New vars.
23402 (ps-window-system, ps-lp-system): New consts.
23403 (ps-face-background): New fun.
23404
23405 2000-04-28 Richard Stallman <rms@gnu.org>
23406
23407 * files.el (make-auto-save-file-name):
23408 Apply auto-save-file-name-transforms to visited file name
23409 before generating auto save file name.
23410 (auto-save-file-name-transforms): New variable.
23411
23412 * files.el (backup-enable-predicate):
23413 Correctly test for a file under a temporary directory.
23414
23415 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23416
23417 * subr.el (add-minor-mode): Rewritten.
23418
23419 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23420
23421 * mail/sendmail.el (sendmail-send-it): Set
23422 buffer-file-coding-system to the selected coding system for MIME
23423 header.
23424
23425 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23426
23427 * dired.el (dired-move-to-filename-regexp): Allow format where
23428 YYYY is followed by two spaces.
23429
23430 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23431 in the second character class of the regexp.
23432
23433 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23434 mh-etc, too.
23435
23436 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23437 nil.
23438
23439 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23440
23441 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23442 argument.
23443
23444 2000-04-27 Sen Nagata <sen@eccosys.com>
23445
23446 * emacs-lisp/crm.el (crm-completion-table): New variable.
23447 (crm-collection-fn, crm-test-completion)
23448 (completing-read-multiple): Use it.
23449
23450 2000-04-27 Dave Love <fx@gnu.org>
23451
23452 * help.el (locate-library): Use mapc.
23453 (help-manyarg-func-alist): Add call-process-region.
23454
23455 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23456
23457 * subr.el (add-minor-mode): Make argument MAP optional.
23458
23459 * desktop.el (desktop-save): Save list of minor modes.
23460 (desktop-create-buffer): Restore minor modes.
23461 (desktop-minor-mode-table): New user-option.
23462
23463 * subr.el (add-minor-mode): New function.
23464
23465 * image.el (find-image): New function.
23466 (defimage): Rewritten to find image at load time.
23467
23468 * startup.el (normal-top-level-add-to-load-path): Handle
23469 case that the default directory is not in load-path.
23470
23471 * help.el: Old patch from Stefan Monnier.
23472 (help-xref-on-pp): New function.
23473 (describe-variable): Use it to display xrefs in a symbol's value.
23474
23475 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23476
23477 * cus-edit.el (custom-face): Fix parenthesis.
23478
23479 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23480
23481 * mail/rmail.el (rmail-expunge): When there are no deleted
23482 messages, do nothing.
23483
23484 2000-04-26 Dave Love <fx@gnu.org>
23485
23486 * international/mule-cmds.el (locale-translation-file-name):
23487 Defvar to nil.
23488 (set-locale-environment): Set it here (at runtime).
23489
23490 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23491
23492 * replace.el (perform-replace): Add parameters START and END. Use
23493 them instead of the check for a region in Transient Mark mode.
23494 (query-replace-read-args): Return two more list elements for the
23495 start and end of the region in Transient Mark mode.
23496 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23497 (map-query-replace-regexp, replace-string, replace-regexp): Add
23498 optional last arguments START and END and pass them to
23499 perform-replace.
23500
23501 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23502 form with additional arguments for perform-replace.
23503
23504 * progmodes/etags.el (tags-query-replace): Add parameters START
23505 and END. Construct a form with additional arguments for
23506 perform-replace.
23507
23508 * simple.el (shell-command): Set default directory for "*Shell
23509 Command Output" buffer.
23510
23511 * language/european.el (iso-latin-4): Fix typo.
23512
23513 * emacs-lisp/crm.el: New file.
23514
23515 2000-04-24 Dave Love <fx@gnu.org>
23516
23517 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23518 (Custom-reset-saved, Custom-reset-standard)
23519 (custom-group-value-create, custom-group-set, custom-group-save)
23520 (custom-group-reset-current, custom-group-reset-saved)
23521 (custom-group-reset-standard): Use mapc.
23522 (custom-buffer-create-internal): Disable undo when creating items.
23523 Use mapc.
23524 (custom-face): Avoid redundant lambda.
23525
23526 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23527
23528 * startup.el (auto-save-list-file-prefix): Set default to
23529 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23530
23531 2000-04-24 Sam Steingold <sds@gnu.org>
23532
23533 * time-stamp.el (time-stamp-string-preprocess): Always convert
23534 `field-result' to a string.
23535
23536 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23537
23538 * frame.el (scrolling): New group.
23539 (automatic-hscrolling): New user-option.
23540
23541 * startup.el (command-line-x-option-alist): Add `-lsp' and
23542 `--line-spacing'.
23543
23544 2000-04-19 Dave Love <fx@gnu.org>
23545
23546 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23547 (cl-mapc): Rename from mapc. Fix the funcall.
23548
23549 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23550
23551 * simple.el (clone-indirect-buffer-other-window): New command.
23552 (clone-indirect-buffer): Add optional arg NORECROD.
23553 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23554
23555 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23556
23557 * window.el (count-screen-lines): New function.
23558 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23559 instead of window-buffer-height.
23560
23561 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23562 non-existing variable comint-input-sentinel.
23563 (inferior-lisp-args-to-list): Removed.
23564 (inferior-lisp): Use split-string instead of
23565 inferior-lisp-args-to-list.
23566
23567 * hexl.el (hexl-insert-hex-string): New command.
23568
23569 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23570 instead of concat.
23571
23572 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23573
23574 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23575 at the start of an existing but empty folder.
23576
23577 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23578
23579 * ps-mule.el: Customization fix, doc fix.
23580 (ps-multibyte-buffer): Customization fix.
23581
23582 2000-04-17 Richard M. Stallman <rms@gnu.org>
23583
23584 * subr.el (read-passwd): Use read-char-exclusive.
23585
23586 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23587
23588 * textmodes/texinfo.el (texinfo-insert-@email)
23589 (texinfo-insert-@emph, texinfo-insert-@quotation)
23590 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23591 (texinfo-mode-map): Add key bindings for them.
23592
23593 * files.el (basic-save-buffer-2): Use a template with `$'
23594 instead of `#' for VMS.
23595
23596 * simple.el (clone-indirect-buffer): New function.
23597
23598 2000-04-16 Stephen Eglen <stephen@gnu.org>
23599
23600 * iswitchb.el (iswitchb-case): New function. If the user input
23601 contains any upper-case characters, the search is made
23602 case-sensitive.
23603
23604 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23605
23606 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23607 comment-end.
23608 (texinfo-font-lock-syntactic-keywords): New var.
23609 (texinfo-font-lock-keywords): Remove comment regexp.
23610 (texinfo-insert-block): New function.
23611 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23612 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23613 and font-lock-defaults. Use regexp-opt for outline-regexp.
23614 (texinfo-environments): New var.
23615 (texinfo-environment-regexp): Use regexp-opt and
23616 texinfo-environments.
23617
23618 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23619 ispell-process is bound since this might be eval'd before ispell
23620 is loaded.
23621 (ispell-message): Use a tiny bit less magic and a bit more hard
23622 data to figure out what kind of sc-cite-regexp to use.
23623
23624 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23625
23626 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23627 (insert-cyclic-diary-entry): Unquote the lambda.
23628
23629 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23630
23631 * files.el (backup-enable-predicate): Unquote the lambda.
23632
23633 * cus-edit.el (custom-face, face): Unquote the lambda.
23634
23635 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23636
23637 * ps-print.el: Check for line-beginning-position definition.
23638
23639 * ps-print.el: Fix counting lines in a region.
23640 (ps-print-version): New version number (5.1.5).
23641 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23642 (ps-printing-region): Fun code fix.
23643
23644 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23645
23646 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23647 to file-directory-p.
23648
23649 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23650
23651 * gud.el (gud-jdb-build-source-files-list): Check that directory
23652 exists before calling directory-files.
23653
23654 2000-04-13 Dave Love <fx@gnu.org>
23655
23656 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23657 syntax.
23658
23659 * emacs-lisp/cl-specs.el: Remove when, unless.
23660
23661 * emacs-lisp/cl-extra.el: Don't quote keywords.
23662 (cl-old-mapc): New variable.
23663 (mapc): Use it.
23664 (cl-map-intervals): Use with-current-buffer. Don't check for
23665 next-property-change.
23666 (cl-map-overlays): Use with-current-buffer.
23667 (cl-expt): Remove.
23668 (copy-tree, remprop): Define unconditionally.
23669
23670 * emacs-lisp/cl-compat.el (keywordp): Remove.
23671
23672 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23673 to use keywordp.
23674 (edebug-spec): Enable keywordp.
23675
23676 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23677 string-lessp.
23678
23679 * cus-start.el: Use keywordp.
23680
23681 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23682
23683 * diary-lib.el (include-other-diary-files): Fix the fix of
23684 2000-02-18 by doing a save-excursion.
23685
23686 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23687
23688 * ps-print.el: Customization fix, doc fix.
23689 (ps-print-version): New version number (5.1.4).
23690 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23691 (ps-print-preprint): Adjust code.
23692 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23693 (ps-print-prologue-header, ps-print-control-characters)
23694 (ps-spool-config): Customization fix.
23695
23696 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23697
23698 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23699 converted to the new menu-item format, names silightly changed,
23700 help strings added.
23701
23702 Support for spelling without async subprocesses:
23703
23704 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23705 (ispell-session-buffer): New variables.
23706 (ispell-start-process, ispell-process-status,
23707 ispell-accept-output, ispell-send-string): New functions, for
23708 Ispell invocation when async subprocesses aren't supported.
23709 (ispell-word, ispell-pdict-save, ispell-command-loop,
23710 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23711 to process-send-string with calls to ispell-send-string, and
23712 accept-process-output with ispell-accept-output.
23713 (ispell-init-process): Call ispell-process-status instead of
23714 process-status with.
23715 (ispell-init-process): Call ispell-start-process. Call
23716 ispell-accept-output and ispell-send-string. Don't call
23717 process-kill-without-query and kill-process if they are unbound.
23718 (ispell-async-processp): New function.
23719
23720 2000-04-12 Dave Love <fx@gnu.org>
23721
23722 * info.el: Add debug-ignored-errors.
23723 (Info-mode-menu): Add some items.
23724 (Info-directory): Add autoload cookie.
23725
23726 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23727 Modify `truncate-lines'. Make `describe-language-environment'
23728 always visible and add help. Modify `describe-key' help. Invoke
23729 Info-directory from `info'. New entry `emacs-manual'.
23730
23731 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23732
23733 * progmodes/ebrowse.el (ebrowse-tree-mode):
23734 Use propertized-buffer-identification.
23735 (ebrowse-update-member-buffer-mode-line): Likewise.
23736 (ebrowse--mode-strings): Removed.
23737 (ebrowse--mode-line-props): Removed.
23738
23739 * files.el (auto-mode-alist): Add `EBROWSE'.
23740
23741 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23742 space before testing for end of buffer.
23743 (ebrowse-load): Removed.
23744 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23745 (ebrowse-create-tree-buffer): Rewritten.
23746 (ebrowse-tree-mode): Read tree from buffer.
23747
23748 * progmodes/ebrowse-ffh.el: Removed.
23749
23750 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23751
23752 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23753
23754 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23755
23756 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23757 at the wrong place.
23758
23759 2000-04-09 Dave Love <fx@gnu.org>
23760
23761 * files.el (backup-enable-predicate):
23762 Use temporary-file-directory, small-temporary-file-directory.
23763 (make-backup-file-name-function, backup-directory-alist): New vars.
23764 (make-backup-file-name-1): New function.
23765 (make-backup-file-name): Use it.
23766 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23767 (file-newest-backup): Use make-backup-file-name.
23768
23769 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23770
23771 * progmodes/ebrowse-ffh.el: New file.
23772
23773 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23774 Moved to ebrowse-ffh.el.
23775 (ebrowse-load): Add autoload.
23776
23777 * finder.el (finder-commentary): Add autoload cookie.
23778
23779 * mail/rfc2368.el: Correct author's email address.
23780
23781 * progmodes/ebrowse.el: New file.
23782
23783 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23784 item help string.
23785 (easy-menu-do-add-item): Ditto.
23786 (easy-menu-define): Extend doc string.
23787
23788 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23789 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23790 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23791 with-buffer-unmodified.
23792
23793 2000-04-08 Dave Love <fx@gnu.org>
23794
23795 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23796 unless, when.
23797
23798 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23799
23800 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23801 (viper-flash-search-pattern): No operation when using Emacs
23802 doesn't support face.
23803 Use `viper-put-on-search-overlay'.
23804
23805 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23806
23807 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23808 like C-r.
23809
23810 * progmodes/make-mode.el: Some doc fixes.
23811 (makefile-mode-abbrev-table): New variable.
23812 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23813 (makefile-font-lock-keywords): Fontify includes and conditionals.
23814 (toplevel): Require `dabbrev' and `add-log' when compiling.
23815
23816 * replace.el (perform-replace): Don't move forward one char
23817 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23818 to do that because it leaves point 1 position after the last
23819 replacement, after everything has been replaced.
23820
23821 * jit-lock.el (with-buffer-unmodified): New macro.
23822 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23823 modified state.
23824 (jit-lock-function-1): Extracted from jit-lock-function; not
23825 preserving buffer's modified state.
23826 (jit-lock-function, jit-lock-stealth-fontify):
23827 Call jit-lock-function-1.
23828
23829 * mail/rfc2368.el: Remove supernumerary copyright line.
23830
23831 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23832
23833 * glasses.el: Provide facilities for inserting space before left
23834 parentheses and uncapitalization of identifiers.
23835 (glasses-mode): Try to remove old overlays in all cases.
23836
23837 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23838
23839 * progmodes/compile.el (compile-internal): Display the compilation
23840 buffer in a different frame, if it's already displayed there.
23841
23842 * mail/rfc2368.el: New file.
23843
23844 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23845 header and insert its value as mail body.
23846
23847 * subr.el (member-ignore-case): New function.
23848
23849 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23850 (dabbrev--find-expansion): Ignore buffers matching a regexp
23851 from dabbrev-ignored-regexps.
23852
23853 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23854 to extensions handled by gzip.
23855
23856 2000-04-03 Richard M. Stallman <rms@gnu.org>
23857
23858 * files.el (insert-directory): List the total free space
23859 along with the used space.
23860
23861 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23862 line is followed by one that matches CITATION-REGEXP, end the
23863 paragraph.
23864
23865 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23866
23867 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23868 (rmail-make-basic-summary-line): Use that option.
23869
23870 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23871
23872 * international/mule-cmds.el (encoded-string-description):
23873 Rewritten. Try pretty description for ISO 2022 escape sequences
23874 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23875 for hexadecimal format.
23876
23877 2000-04-01 Dave Love <fx@gnu.org>
23878
23879 * cpp.el: Change customization group to `c' from `C'.
23880
23881 * vcursor.el (vcursor-move): Use display-color-p.
23882
23883 * international/mule-util.el: Provide mule-utils.
23884 (string-to-sequence): Simplify and speed up.
23885
23886 * international/mule.el (make-coding-system): Purecopy doc-string.
23887
23888 * international/mule-cmds.el: Various menu changes.
23889 (describe-specified-language-support): Handle `Default'.
23890 (set-language-info): Purecopy `info'.
23891
23892 2000-03-31 Andrew Innes <andrewi@gnu.org>
23893
23894 * vc.el (vc-backend-diff): Return the correct status if we had to
23895 retry the rcsdiff command without the --brief option.
23896
23897 2000-03-31 Dave Love <fx@gnu.org>
23898
23899 * help.el (help-manyarg-func-alist): Correct several omissions.
23900
23901 * add-log.el: Don't require cl, fortran.
23902 (add-log-current-defun-function): Doc fix.
23903 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23904 (change-log-version-rcs): Function deleted.
23905 (change-log-version-number-search): Doc fix.
23906 Use vc-workfile-version. Avoid CL dolist.
23907 (add-change-log-entry): Just call add-log-current-defun to get
23908 defun. Simplify somewhat.
23909 (change-log-get-method-definition-1): Likewise.
23910 (add-log-current-defun): Return nil if calling
23911 add-log-current-defun-function does so. Move Fortran stuff to
23912 fortran.el. Return string without properties.
23913
23914 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23915 and :alpha: char classes.
23916
23917 * mail/supercite.el: Defvar curline when compiling.
23918 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23919 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23920 rather than a-zA-Z0-9 to allow non-ASCII characters.
23921
23922 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23923
23924 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23925
23926 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23927 Re-enable new code.
23928
23929 * lpr.el (print-region-1): Use -d to specify printer name for
23930 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23931
23932 2000-03-31 Dave Love <fx@gnu.org>
23933
23934 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23935 Look for function definition in symbol's function value slot first
23936 instead of first consulting byte-compile-function-environment.
23937
23938 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23939
23940 * language/european.el ("Polish"): New language environment.
23941 (setup-polish-environment): New function.
23942
23943 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23944
23945 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23946 Disable new code.
23947
23948 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23949 trying to `load' the symbol of an autoload instead of the file
23950 recorded in the autoload. Fix error messages.
23951
23952 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23953
23954 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23955 (ps-print-version): New version number (5.1.3).
23956 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23957 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23958 (ps-generate-postscript-with-faces): Code fix.
23959 (ps-color-values): XEmacs compatibility.
23960 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23961 (ps-default-fg, ps-default-bg): Adjust customization.
23962 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23963 (ps-color-scale): Renaming old ps-color-value fun.
23964 (ps-print-headers): Replace ps-print-header group to avoid conflict
23965 with ps-print-header variable.
23966 (ps-print-miscellany): New group.
23967 (ps-format-color, ps-rgb-color): New funs.
23968 (ps-default-foreground): New var.
23969 (ps-printer-name-option): New const.
23970
23971 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23972
23973 * net/net-utils.el:
23974 (network-connection-host, network-connection-service): New variables
23975 (network-connection-mode): New mode, derived from comint-mode
23976 (network-connection-mode-setup): New function, saves host and
23977 service information in local variables.
23978
23979 * lisp/locate.el:
23980 (locate-word-at-point): Added this function
23981 (locate): Default to using locate-word-at-point as input
23982 Run dired-mode-hook
23983
23984 2000-03-29 Dave Love <fx@gnu.org>
23985
23986 * calendar/appt.el: Doc fixes.
23987 (appt-check): Convert min-to-app to a string before passing to
23988 appt-disp-window-function or concat.
23989 (appt-delete-window): Remove test for frame-root-window.
23990 (appt-select-lowest-window, appt-convert-time): Simplify.
23991
23992 * emacs-lisp/bytecomp.el: Doc fixes.
23993 (byte-compile-file-form-autoload):
23994 Update byte-compile-function-environment.
23995
23996 2000-03-29 Andreas Schwab <schwab@suse.de>
23997
23998 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23999
24000 * dired.el (dired-insert-directory): If dired-free-space-program
24001 failed just delete its output.
24002
24003 2000-03-29 Dave Love <fx@gnu.org>
24004
24005 * international/iso-cvt.el: Move provide to end. Doc fixes.
24006 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
24007 (iso-iso2sgml, iso-sgml2iso): New functions.
24008 (iso-cvt-define-menu): Fix some entries and use backquote for
24009 clarity.
24010
24011 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
24012
24013 2000-03-28 Gerd Moellmann <gerd@gnu.org>
24014
24015 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
24016 ISO-DATE. If non-nil, return date in ISO 8601 format.
24017
24018 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
24019
24020 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
24021 if it ever becomes used.
24022 (log-edit-mode-hook): Default to vc-log-mode-hook.
24023 (log-edit-mode): Fix the docstring.
24024
24025 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
24026 the code.
24027
24028 2000-03-26 Dave Love <fx@gnu.org>
24029
24030 * net/browse-url.el (browse-url): Re-fix case of
24031 browse-url-browser-function being an alist.
24032 (browse-url): Add :link to defgroup.
24033
24034 * files.el: Doc fixes.
24035 (file-truename): Include `[' in wildcard characters.
24036 (automount-dir-prefix): Customize.
24037 (find-file-wildcards): Add :version.
24038 (find-file-noselect): Simplify a mapcar call.
24039
24040 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
24041 compatible with inf-lisp version.
24042 (eval-defun-1): Fix custom-declare-variable case.
24043
24044 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
24045
24046 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
24047
24048 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24049
24050 * Makefile (COMPILE_FIRST): New macro.
24051 (compile-files): Compile files from COMPILE_FIRST first.
24052
24053 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
24054
24055 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
24056 matching open parenthesis in column 0 to defun-prompt-regexp
24057 only if open-paren-in-column-0-is-defun-start is set.
24058
24059 * sun-curs.el: Require CL at compile-time only.
24060
24061 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
24062 instead of copy-list which is a function from CL.
24063 (msb--choose-menu, msb--mode-menu-cond)
24064 (msb--create-buffer-menu-2): Use dolist instead of mapc.
24065 (msb--init-file-alist): Use mapcar instead of mapcan.
24066 (msb--aggregate-alist): Use mapcar instead of mapcan.
24067 Fix `(' in column 0 in doc string.
24068 (msb--add-separators): Use mapcar instead of mapcan.
24069
24070 * cus-dep.el: Require CL at compile-time only.
24071
24072 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
24073
24074 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
24075 (byte-compile-warnings): New warning `noruntime'.
24076 (byte-compile-constants, byte-compile-variables): Fix docstring.
24077 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
24078 execute `eval-whenc-compile's body.
24079 (byte-compile-unresolved-functions): Fix docstring.
24080 (byte-compile-eval): New function.
24081 (byte-compile-callargs-warn): Check if the function will be available
24082 at runtime (via property `byte-compile-noruntime').
24083 (byte-compile-print-syms): New function.
24084 (byte-compile-warn-about-unresolved-functions): Also warn about
24085 `noruntime' functions (and use `byte-compile-print-syms').
24086 (byte-compile-file): Capitalize the message.
24087
24088 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24089
24090 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24091 (rmail-expunge): Ask for confirmation depending on the setting
24092 of rmail-confirm-expunge.
24093
24094 2000-03-23 Gerd Moellmann <gerd@gnu.org>
24095
24096 * Makefile (bootstrap-clean): If $(emacs) exists, build
24097 loaddefs.el first. A loaddefs.el that's not up-to-date might
24098 cause a bootstrap failure because things don't autoload as expected.
24099
24100 2000-03-23 Dave Love <fx@gnu.org>
24101
24102 * net/browse-url.el: Restore previous use of
24103 browse-url-maybe-new-window.
24104
24105 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24106
24107 * ps-print.el: Skip banner page fix.
24108 (ps-print-version): New version number (5.1.2).
24109 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24110
24111 2000-03-23 Dave Pearson <davep@davep.org>
24112
24113 * net/quickurl.el Changed the type of parameter passed to the
24114 function defined by `quickurl-format-function'. Before only the
24115 text of the URL was passed. Now the whole URL structure is passed
24116 and the function is responsible for extracting the parts it requires.
24117 Changed the default of `quickurl-format-function' accordingly.
24118 (quickurl-insert): Changed the `funcall' of
24119 `quickurl-format-function' to match the above change.
24120 (quickurl-list-insert): Changed the `url' case so that it makes
24121 use of `quickurl-format-function', previous to this the format was
24122 hard wired.
24123
24124 2000-03-22 Gerd Moellmann <gerd@gnu.org>
24125
24126 * startup.el: Change some spellings for the X Window System.
24127
24128 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24129
24130 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24131 Clean up the code and the regexp and make sure the cursor is
24132 temporarily moved to the suspicious line while querying the user.
24133
24134 2000-03-22 Jason Rumney <jasonr@gnu.org>
24135
24136 * w32-fns.el (w32-charset-info-alist): Initialize.
24137
24138 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24139
24140 * ps-print.el: N-up last page fix.
24141 (ps-print-version): New version number (5.1.1).
24142 (ps-end-file, ps-end-job, ps-generate): Code fix.
24143
24144 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24145
24146 * files.el (find-file-run-dired): Update docstring.
24147 (find-directory-functions): New hook.
24148 (find-file-noselect): Run find-directory-functions rather than
24149 calling dired directly.
24150
24151 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24152
24153 * pcvs.el: Add a minimal leading commentary.
24154 (cvs-make-cvs-buffer): Change the header part by removing the startup
24155 message and adding a `Module' entry. Also replace the FOOTER and
24156 HEADER special fileinfos with the new support in ewoc for updating
24157 its own footer and header.
24158 (cvs-update-header): Update to use the header/footer of the ewoc.
24159 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24160 (cvs-is-within-p): New function.
24161 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24162 to only examine some subset of the buffers.
24163
24164 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24165 `format' instead of our own ad-hoc functions.
24166 Remove HEADER and FOOTER cases, now handled in the EWOC.
24167 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24168
24169 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24170 output to avoid scaring the user.
24171 (cvs-parse-table): Catch message for non-up-to-date commits.
24172
24173 * pcvs-defs.el (cvs-startup-message): Remove.
24174 (cvs-global-menu): New autoloaded menu.
24175
24176 * pcvs-util.el (cvs-string-fill): Remove.
24177
24178 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24179 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24180 PP part of it and also make it work for footers and headers.
24181 (ewoc-create): Drop POS and BUFFER arguments.
24182 Use the DLL's dummy node to store the end-of-footer position.
24183 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24184 (ewoc-refresh): Remove unused `header' variable.
24185 (ewoc-(get|set)-hf): New functions.
24186
24187 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24188 log-view-*-(message|file) and use easy-mmode-define-navigation.
24189 (log-view-message-re): Match SCCS format as well.
24190 And match the revision line rather than the dashed separator line.
24191 (log-view-mode): Use the new define-derived-mode.
24192 (log-view-current-tag): Fill in with an actual implementation.
24193
24194 * cvs-status.el (cvs-status-(prev|next)): Rename from
24195 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24196 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24197 to let the output "breathe" a little more (more readable).
24198 (cvs-status-mode): Use the new define-derived-mode.
24199
24200 * smerge-mode.el (smerge-auto-leave): New function and variable.
24201 (smerge-basic-map): Rename from smerge-basic-keymap.
24202 Change the bindings for smerge-diff-*.
24203 (smerge-*-map): Use easy-mmode-defmap.
24204 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24205 (smerge-keep-*): Use smerge-auto-leave.
24206
24207 2000-03-21 Jason Rumney <jasonr@gnu.org>
24208
24209 * cus-edit.el (custom-button-face): Use 3D look for w32.
24210 (custom-button-pressed-face): Likewise.
24211
24212 2000-03-21 Gerd Moellmann <gerd@gnu.org>
24213
24214 * progmodes/etags.el (tags-case-fold-search): New user-option.
24215 (tags-loop-eval): New function. Bind case-fold-search around eval
24216 depending on the value of tags-case-fold-search.
24217 (tags-loop-continue): Use tags-loop-eval.
24218 (find-tag-in-order): Bind case-fold-search depending on the value
24219 of tags-case-fold-search.
24220
24221 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24222
24223 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24224 (diff-end-of-hunk): Return the end position for use in
24225 `easy-mmode-define-navigation'.
24226 (diff-recenter): Remove.
24227 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24228 of `easy-mmode-define-navigation'.
24229 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24230 previous renaming) and fix to use new names.
24231 (diff-merge-strings): Use \n as separator: simpler, faster.
24232 (diff-mode): Use `define-derived-mode'.
24233
24234 * derived.el (define-derived-mode): Don't autoload anymore.
24235 Prefer the macro-only version provided by easy-mmode.el.
24236
24237 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24238 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24239 (easy-mmode-define-navigation): New macro.
24240
24241 * subr.el (combine-run-hooks): New function.
24242
24243 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24244
24245 * term/x-win.el: Fontsets related initialization is simplified.
24246
24247 * international/mule-diag.el (describe-font): Don't refer to
24248 global-fontset-alist, instead call font-list.
24249 (describe-fontset, list-fontsets, mule-diag): Likewise.
24250 (print-fontset): Adjusted for the change of fontset implementation.
24251
24252 * international/fontset.el (x-charset-registries): Variable removed,
24253 instead the corresponding data is stored in the default fontset.
24254 (register-alternate-fontnames): Function removed.
24255 (resolved-ascii-font): Variable removed.
24256 (x-compose-font-name): Ignore the second argument REDOCE.
24257 (x-complement-fontset-spec): Complement only an ASCII font and
24258 element for those charsets than can use that ASCII font.
24259 (generate-fontset-menu): Don't refer to global-fontset-alist,
24260 instead call fontset-list.
24261 (uninstantiated-fontset-alist): Variable removed.
24262 (x-style-funcs-alist): Likewise.
24263 (fontset-default-styles): Likewise.
24264 (x-modify-font-name): Function removed.
24265 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24266 (create-fontset-from-ascii-font): Docsting adjusted for the above
24267 change.
24268 (instantiate-fontset, resolve-fontset-name): Functions removed.
24269 (fontset-list): Now implemented by C code.
24270
24271 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24272 (describe-face): Include `font' attribute in the description.
24273
24274 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24275
24276 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24277
24278 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24279
24280 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24281 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24282 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24283
24284 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24285 about behavior of set-buffer-modified-p wrt redisplay.
24286
24287 2000-03-19 Richard M. Stallman <rms@gnu.org>
24288
24289 * view.el (view-mode-disable): Kill local binding of view-read-only.
24290
24291 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24292
24293 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24294 is a string, convert it to a syntax cell using string-to-syntax.
24295
24296 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24297 (string-to-syntax): New function.
24298
24299 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24300 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24301 try to use passive ftp mode.
24302
24303 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24304
24305 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24306
24307 * simple.el (append-to-buffer): Update point of windows after
24308 insertion.
24309
24310 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24311 forward then moving backward. Reindent.
24312
24313 * frame.el (other-frame): Call x-focus-frame only if
24314 focus-follows-mouse is off.
24315
24316 2000-03-17 Dave Love <fx@gnu.org>
24317
24318 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24319
24320 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24321
24322 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24323 regexp for labels cannot span several lines.
24324
24325 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24326 `(setq :<key> ':<key>)' to the macro expansion.
24327
24328 2000-03-16 Dave Love <fx@gnu.org>
24329
24330 * progmodes/f90.el (f90): Put custom group under `languages', not
24331 `fortran'.
24332 (f90-mode-hook): Customize.
24333 (f90-mode): Set add-log-current-defun-function.
24334 (f90-current-defun): New function.
24335
24336 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24337
24338 * cus-edit.el (custom-variable-tag-face): Handle case that
24339 default face's height is not a number.
24340 (custom-face-tag-face, custom-group-tag-face-1)
24341 (custom-group-tag-face): Ditto.
24342 (custom-group-tag-face-1): Add :group.
24343
24344 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24345
24346 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24347
24348 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24349 requiring easymenu.
24350
24351 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24352
24353 * ps-print.el: PostScript user-defined prologue, PostScript error
24354 handler, doc fix.
24355 (ps-print-version): New version number (5.1).
24356 (ps-user-defined-prologue, ps-error-handler-message)
24357 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24358 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24359 (ps-insert-string): New function.
24360
24361 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24362
24363 * international/ccl.el (ccl-compile-expression): Don't generate
24364 invalid self-assignment code.
24365
24366 2000-03-14 Dave Love <fx@gnu.org>
24367
24368 * subr.el (replace-regexp-in-string): Renamed from
24369 replace-regexps-in-string. Doc fix.
24370
24371 2000-03-12 Dave Love <fx@gnu.org>
24372
24373 * cus-edit.el: Doc fixes.
24374 (customize-set-variable, customize-save-variable): Rename args for doc.
24375 (custom-variable-tag-face, custom-face-tag-face)
24376 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24377 style which user identify as hyperlink.
24378 (hook): Don't add undefined functions to the hook.
24379 (debug-ignored-errors): Transfer message from bindings.el.
24380
24381 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24382
24383 * recentf.el (recentf-keep-non-readable-files-p):
24384 Remove double/nested definition.
24385
24386 2000-03-12 Dave Love <fx@gnu.org>
24387
24388 * facemenu.el (facemenu-get-face): Use display-color-p.
24389 * enriched.el (enriched-decode-foreground): Likewise.
24390 (enriched-decode-background): Likewise.
24391 * isearch.el (isearch-highlight): Likewise.
24392 * info-look.el (info-lookup): Likewise.
24393 * simple.el (completion-setup-function): Likewise.
24394
24395 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24396 :options.
24397
24398 * bindings.el (mode-line-format): Fix line-number and
24399 column-number items. Add help-echo for the background.
24400 (mode-line-mule-info): Modify help-echo.
24401
24402 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24403
24404 * files.el (load-file): Allow completion to .elc.
24405
24406 * man.el: Doc fixes.
24407 (Man-init-defvars): Use display-color-p to set fontification.
24408
24409 * play/hanoi.el (hanoi-internal): Don't use oddp.
24410
24411 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24412
24413 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24414
24415 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24416
24417 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24418
24419 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24420 Fix comment.
24421
24422 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24423
24424 * font-lock.el (font-lock-keywords): Fix the doc now that
24425 regexp-opt-depth is unnecessary.
24426 (save-buffer-state): Set an edebug spec.
24427 (font-lock-fontify-anchored-keywords): Properly handle the case when
24428 the matcher goes past the limit.
24429
24430 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24431 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24432
24433 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24434 dll.el and cookie.el (from Elib) with heavy renaming and other
24435 massaging.
24436
24437 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24438 Autoload the functions used.
24439 (easy-mmode-define-syntax): Fix CL typo.
24440 (easy-mmode-define-derived-mode): Improve the docstring generation.
24441
24442 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24443
24444 * textmodes/texinfo.el (texinfo-version): Variable and function
24445 removed.
24446
24447 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24448
24449 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24450 allow more flexibility.
24451 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24452 (easy-mmode-defmap, easy-mmode-defsyntax)
24453 (easy-mmode-define-derived-mode): New macros.
24454
24455 2000-03-09 Didier Verna <didier@xemacs.org>
24456
24457 * rect.el (replace-rectangle): New function.
24458
24459 2000-03-09 Dave Love <fx@gnu.org>
24460
24461 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24462 (fortran-comment-line-start-skip): Don't match cpp stuff.
24463 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24464 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24465 (fortran-mode): Don't set fortran-comment-line-start-skip,
24466 fortran-comment-line-start here. Set comment-start,
24467 add-log-current-defun.
24468 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24469 (fortran-current-defun): New function.
24470
24471 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24472
24473 * emacs-lisp/re-builder.el: New file.
24474
24475 * mouse.el (mouse-drag-region): Don't run up-event handler
24476 if hscroll has changed.
24477
24478 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24479 builtin operators, use `font-lock-builtin-face' for Emacs and
24480 `font-lock-preprocessor-face' otherwise.
24481
24482 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24483 `(defun (setf foo)' differently.
24484
24485 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24486
24487 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24488 (regexp-opt): Update comment and adapt the code the new meaning of
24489 the `paren' argument of regex-opt-group for shy-groups.
24490 (regexp-opt-depth): Handle shy groups as well as backslashed
24491 backslashes.
24492 (regexp-opt-group): Turn the leading comment into a docstring.
24493 Allow `paren' to be a string (the string to use to open a group).
24494 Remove open-presuf and close-presuf. Instead of checking for `all
24495 one-char' and then later on check for `several one-char', handle
24496 both cases close together. Also apply a more generic algorithm
24497 for suffixes (the mirror image of the algorithm used for
24498 prefixes). Use shy-groups. Use nreverse rather than reverse.
24499 (regexp-opt-try-suffix): Removed.
24500
24501 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24502 from comint-mode-map, so we can just inherit from it. Also, move
24503 the initialization into the `defvar' since there's no docstring
24504 anyway and it's fairly short.
24505 (inferior-scheme-mode): Define it as derived-mode: the code is
24506 shorter and this way we inherit from comint-mode-map rather than
24507 copying it.
24508
24509 * subr.el (replace-regexps-in-string): Properly handle the case
24510 where we match an empty string.
24511
24512 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24513 when the command has a directory component (such as "./testml").
24514 Also fix a typo in the comment.
24515
24516 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24517
24518 * Makefile (compile-files): Compile files one by one because
24519 that's the only way to ensure a clean compilation environment for
24520 each individual file.
24521
24522 * frame.el (other-frame): Call x-focus-frame.
24523
24524 2000-03-07 Dave Love <fx@gnu.org>
24525
24526 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24527 :require to defcustom.
24528
24529 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24530
24531 * files.el (auto-mode-alist): Add configure.in.
24532
24533 * progmodes/autoconf.el: New file.
24534
24535 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24536
24537 * mail/mh-e.el: Change maintainer to `none'.
24538
24539 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24540 to remove-hook and add-hook.
24541
24542 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24543
24544 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24545 it as the default.
24546 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24547 (sendmail-send-it): Conditionally add MIME headers specifying the
24548 used character set.
24549
24550 2000-03-07 Dave Love <fx@gnu.org>
24551
24552 * winner.el: Fix keywords, autoload cookies.
24553 Split eval-when-compile form to avoid compilation failure.
24554
24555 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24556
24557 * international/mule.el: Modify comment about coding system
24558 property `coding-category'.
24559 (make-coding-system): New argument EOL-TYPE. Pay attention to
24560 coding-category property of PROPERTIES.
24561
24562 * international/mule-conf.el (coding-category-utf-8)
24563 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24564 categories. Include them in the argument for set-coding-priority.
24565
24566 * international/mule-cmds.el (reset-language-environment):
24567 Include coding-category-utf-8, coding-category-utf-16-be, and
24568 coding-category-utf-16-le in the argument for set-coding-priority.
24569 (reset-language-environment): Initialize coding-category-utf-8,
24570 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24571
24572 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24573
24574 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24575 code abstracted out of `bookmark-jump-noselect'. Now tries info
24576 extensions as well as compression extensions.
24577 (bookmark-jump-noselect): Use above new func.
24578
24579 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24580
24581 * strokes.el: Change maintainer's mail address.
24582
24583 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24584
24585 * international/mule-diag.el (list-character-sets): Make help-echo
24586 string by substitute-command-keys.
24587 (list-character-sets): Likewise.
24588 (sort-listed-character-sets): Call help-setup-xref.
24589
24590 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24591
24592 * time.el (display-time-mail-file): Add `none' to the list of choices.
24593
24594 2000-03-01 Dave Love <fx@gnu.org>
24595
24596 * help.el (help-xref-go-back): Don't try to set position.
24597
24598 * international/mule-diag.el (list-character-sets):
24599 Call help-setup-xref. Add help-echo to xrefs.
24600 (list-character-sets-1): Add help-echo to xrefs.
24601
24602 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24603
24604 * frame.el (blink-cursor-mode): Switch cursor on when turning
24605 the mode off.
24606
24607 * add-log.el (add-log-current-defun): Add support for
24608 Autoconf mode.
24609
24610 * mail/rmail.el (rmail-quit-hook): New variable.
24611
24612 2000-03-01 Dave Love <fx@gnu.org>
24613
24614 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24615
24616 * help.el (help-xref-button): Add help-echo arg.
24617 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24618
24619 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24620
24621 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24622
24623 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24624
24625 * image.el (defimage): Look for image files in load-path.
24626
24627 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24628
24629 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24630
24631 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24632
24633 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24634
24635 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24636 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24637 action to select/unselect a file.
24638 (recentf-edit-list): Code cleanup and improvement.
24639 (recentf-open-more-files-action): `recentf-open-more-files' button
24640 widget action to open a file.
24641 (recentf-open-more-files): No more use standard completion but widgets.
24642 (recentf-more-collection): Deleted.
24643 (recentf-more-history): Deleted.
24644 (recentf-setup-more-completion): Deleted.
24645
24646 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24647
24648 * recentf.el (recentf-mode): No more needs that Emacs is running
24649 under a window-system.
24650
24651 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24652
24653 * recentf.el (recentf-edit-list): New command to edit the recent
24654 list which allow the user to remove files.
24655 (recentf-edit-selected-items): New global variable, used by
24656 `recentf-edit-list' to hold the list of files to be removed from
24657 the recent list.
24658 (recentf-make-menu-items): Updated to display a "Edit list..."
24659 menu item. Minor code cleanup.
24660
24661 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24662
24663 * recentf.el (recentf-open-more-files): New command to open files
24664 that are not displayed in the menu.
24665 (recentf-more-collection): New global variable holding the set of
24666 permissible completions used by `recentf-open-more-files'.
24667 (recentf-more-history): New global variable holding the history list
24668 used by `recentf-open-more-files' completion.
24669 (recentf-setup-more-completion): New function to setup completion for
24670 `recentf-open-more-files'.
24671 (recentf-make-menu-items): Updated to display a "More..." menu item.
24672
24673 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24674
24675 * recentf.el (recentf-menu-action): Doc fixed.
24676
24677 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24678
24679 * recentf.el (recentf-menu-filter): Doc updated.
24680 (recentf-update-menu-hook): Allow menu filters to force menu update.
24681 (recentf-make-menu-items): New menu filter handling.
24682 (recentf-make-menu-item): New helper function.
24683 (recentf-menu-elements): New menu handling function.
24684 (recentf-sort-ascending): Updated to new menu filter handling.
24685 (recentf-sort-descending): Updated to new menu filter handling.
24686 (recentf-sort-basenames-ascending): New menu filter function.
24687 (recentf-sort-basenames-descending): New menu filter function.
24688 (recentf-show-basenames): New menu filter function.
24689 (recentf-show-basenames-ascending): New menu filter function.
24690 (recentf-show-basenames-descending): New menu filter function.
24691
24692 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24693
24694 * diary-lib.el (list-diary-entries): Don't try to go forward at
24695 the end of the buffer.
24696
24697 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24698
24699 * international/mule-diag.el (list-character-sets):
24700 Completely rewritten.
24701 (sort-listed-character-sets): New function.
24702 (list-character-sets-1): Completely rewritten.
24703 (list-character-sets-2): New function.
24704 (non-iso-charset-alist): New variable.
24705 (decode-codepage-char): New function.
24706 (charset-history): New variable.
24707 (read-charset) (list-block-of-chars)
24708 (list-iso-charset-chars)
24709 (list-non-iso-charset-chars)
24710 (list-charset-chars): New functions.
24711 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24712 (dump-charsets): Likewise.
24713
24714 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24715
24716 * dired-x.el (dired-filename-at-point): Add `@' to valid
24717 file name characters.
24718 (dired-filename-at-point): Handle ange-ftp file names.
24719
24720 * frame.el (frame-notice-user-settings): Use assq-delete-all
24721 instead of assoc-delete-all.
24722 (frame-notice-user-settings): Ditto.
24723
24724 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24725 Don't copy alist.
24726
24727 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24728
24729 * calculator.el (calculator-use-menu): New option.
24730 (calculator-initial-bindings): Changed some bindings to work as macros.
24731 (calculator-forced-input): Removed.
24732 (calculator-restart-other-mode): New variable.
24733 (calculator-mode-map): Set up menu.
24734
24735 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24736
24737 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24738
24739 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24740
24741 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24742 translate all ESC key sequences.
24743 (viper-goto-mark-subr): Restore markers for files for which
24744 they were saved.
24745 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24746 * viper-util.el (viper-set-replace-overlay-glyphs)
24747 (viper-set-replace-overlay): Always check if the replacement
24748 overlay is live.
24749 * viper.el (viper-vi-state-mode-list): Add major modes.
24750 * ediff-wind.el: Minor comment changes.
24751 * ediff.el: Copyright notice date fix.
24752
24753 2000-02-27 Jason Rumney <jasonr@gnu.org>
24754
24755 * faces.el (face-font-family-alternatives): Add arial to helv.
24756 (mode-line, header-line, tool-bar): Same default as x for w32.
24757 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24758 face-font-family-alternatives from working.
24759 * term/w32-win.el (mouse-set-font): Do not build fontset from
24760 chosen font.
24761
24762 2000-02-25 Sam Steingold <sds@goems.com>
24763
24764 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24765 properly.
24766
24767 2000-02-25 Richard M. Stallman <rms@gnu.org>
24768
24769 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24770
24771 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24772
24773 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24774
24775 * frame.el (busy-cursor-delay-seconds): New option.
24776
24777 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24778
24779 * frame.el (show-cursor-in-non-selected-windows): New option.
24780
24781 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24782
24783 * diary-lib.el (include-other-diary-files): Undo the selective
24784 display in any included file and don't kill it.
24785
24786 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24787
24788 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24789 Menu items converted to (menu-item format, help strings added.
24790 [downcase, upcase]: Don't enable on MS-DOS.
24791 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24792 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24793
24794 2000-02-23 Dave Love <fx@gnu.org>
24795
24796 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24797 (backward-kill-word): Revert addition of * to interactive spec --
24798 it's a feature.
24799
24800 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24801 (backward-kill-sentence, kill-sentence): Likewise.
24802
24803 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24804 scratch buffer name.
24805 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24806
24807 * term/w32-win.el (internal-face-interactive): Update prompt for
24808 new read-face-name.
24809
24810 * mail/footnote.el (footnote): Add :version to defgroup.
24811 (footnote-section-tag-regexp): Customize.
24812 (footnote-start-tag, footnote-end-tag): New option.
24813 (footnote-latin-regexp): New variable.
24814 (Footnote-latin): New function.
24815 (footnote-style-alist): Add element for latin style.
24816 (footnote-style): Moved.
24817 (Footnote-goto-footnote): Use eq to test arg.
24818
24819 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24820
24821 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24822 (byte-compile-trueconstp): Include keywords.
24823 (byte-optimize-quote, byte-optimize-lapcode):
24824 Use byte-compile-const-symbol-p.
24825 (byte-optimize-char-before): New optimization.
24826
24827 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24828 (byte-compile-const-symbol-p): New function.
24829 (byte-compile-constp, byte-compile-out-toplevel)
24830 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24831 Use it.
24832
24833 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24834
24835 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24836
24837 * international/encoded-kb.el: Be sure to update minor-mode-alist
24838 and minor-mode-map-alist.
24839 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24840 codes SS2 and SS3 correctly.
24841 (encoded-kbd-self-insert-ccl): New function.
24842 (encoded-kbd-setup-keymap): New function.
24843 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24844 by calling encoded-kbd-setup-keymap.
24845
24846 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24847 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24848
24849 2000-02-22 Dave Love <fx@gnu.org>
24850
24851 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24852 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24853 (lisp-mode-syntax-table): Set up for #|...|# comments.
24854 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24855 classes. Match `defface'.
24856 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24857 (eval-defun-1): Fix for defcustom.
24858 (lisp-indent-region): Doc fix.
24859
24860 * subr.el (when, unless, split-string): Doc fix.
24861 (read-passwd): Move call of clear-this-command-keys to the right place.
24862 (replace-regexps-in-string): New function.
24863
24864 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24865
24866 * help.el (describe-variable): Set syntax table to
24867 emacs-lisp-mode-syntax-table when moving forward over the
24868 symbol's name.
24869
24870 2000-02-22 Dave Love <fx@gnu.org>
24871
24872 * xt-mouse.el: Doc fixes.
24873 (xterm-mouse-position-function): New function, replacing advice of
24874 mouse-position.
24875 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24876
24877 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24878
24879 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24880
24881 * format.el (format-annotate-single-property-change):
24882 Handle properties with dotted-list values.
24883 (format-proper-list-p): New function.
24884
24885 * enriched.el (enriched-face-ans): Handle '(foreground-color
24886 . COLOR) and (background-color . COLOR).
24887
24888 2000-02-20 Dave Love <fx@gnu.org>
24889
24890 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24891 and assignments to it.
24892 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24893 current local map.
24894 (make-flyspell-overlay): Use it.
24895 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24896
24897 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24898 (lm-get-header-re): Defun, not defsubst.
24899 (lm-get-package-name): Defun, not defsubst. Simplify.
24900 (lm-version): Doc fix. Simplify.
24901 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24902 (lm-crack-address, lm-last-modified-date, lm-commentary)
24903 (lm-verify, lm-synopsis): Simplify.
24904 (lm-report-bug): Require emacsbug. Use compose-mail.
24905
24906 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24907
24908 * dired.el (dired-mode): Call propertized-buffer-identification
24909 to set mode-line-buffer-identification to something having
24910 the right text properties.
24911
24912 * bindings.el (propertized-buffer-identification): New function.
24913
24914 2000-02-20 Dave Love <fx@gnu.org>
24915
24916 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24917 check for t-mouse too.
24918
24919 * cus-start.el: Make echo-keystrokes `number'.
24920
24921 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24922
24923 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24924 Don't call ring-empty-p unless tags-location-ring is bound.
24925 From Noah Friedman <friedman@splode.com>.
24926
24927 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24928
24929 * progmodes/hideshow.el (hs-flag-region): No longer use
24930 `intangible' overlay property.
24931
24932 (hs-toggle-hiding): New command.
24933 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24934
24935 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24936 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24937 and deactivation.
24938
24939 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24940
24941 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24942
24943 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24944
24945 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24946
24947 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24948 of `*' to handle `(* ... *)' comments.
24949
24950 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24951
24952 * faces.el (list-faces-display): Use display-mouse-p instead of
24953 window-system.
24954
24955 * menu-bar.el (global-map): Menu-bar items converted to the new
24956 format (menu-item..., rearranged for better CUA compliance, and
24957 their names changed for better clarity. Help strings added.
24958
24959 * international/mule-cmds.el (mule-menu-keymap)
24960 (describe-language-environment-map, set-coding-system-map)
24961 (setup-language-environment-map): Convert to new (menu-item...
24962 form, add help strings. Change names of menu items for better clarity.
24963 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24964
24965 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24966
24967 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24968 within the code.
24969
24970 2000-02-16 Dave Love <fx@gnu.org>
24971
24972 * faces.el: Don't require custom. Add more specific :groups to
24973 various deffaces.
24974 (set-face-attribute): Purecopy args.
24975 (read-face-name): Default to name at point and use it in prompt.
24976 Remove colon from arg in all callers.
24977 (list-faces-display): Hyperlink to face descriptions and customize
24978 buffers.
24979
24980 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24981
24982 * wid-edit.el (widget-match-inline): An atom never matches a list.
24983
24984 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24985
24986 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24987 at ':' characters by call to split-string.
24988
24989 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24990
24991 * textmodes/bibtex.el: Added RCS version identification.
24992
24993 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24994
24995 * textmodes/bibtex.el: Some temporary comments removed.
24996 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24997 (bibtex-field-const): Allow capital letters.
24998 (bibtex-start-of-string): Deleted because unused.
24999
25000 * textmodes/bibtex.el: Unified some nomenclature. We no longer
25001 use the term 'reference' to describe a bibtex entry as a whole.
25002 Further, reference keys are no longer called 'labels'.
25003 (bibtex-keys): Renamed to bibtex-reference-keys.
25004 (bibtex-reformat-previous-labels): Renamed to
25005 bibtex-reformat-previous-reference-keys.
25006 (bibtex-reference-type): Renamed to bibtex-entry-type.
25007 (bibtex-reference-head): Renamed to bibtex-entry-head.
25008 (bibtex-reference-maybe-empty-head): Renamed to
25009 bibtex-entry-maybe-empty-head.
25010 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
25011 (bibtex-search-reference): Renamed to bibtex-search-entry.
25012 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
25013 bibtex-enclosing-entry-maybe-empty-head.
25014 (bibtex-entry-field-alist, bibtex-entry-head)
25015 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
25016 (bibtex-map-entries, bibtex-search-entry)
25017 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
25018 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25019 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
25020 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
25021 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
25022 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
25023 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
25024
25025 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25026
25027 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
25028 comment.
25029 (bibtex-format-field-delimiters): New function, functionality
25030 extracted from bibtex-format-entry.
25031 (bibtex-autokey-get-yearfield-digits): New function, functionality
25032 extracted from bibtex-autokey-get-yearfield.
25033
25034 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
25035 entries in order to avoid stack overflow in the regexp matcher if
25036 field contents become large.
25037 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
25038 (bibtex-field-string-part-not-braced)
25039 (bibtex-field-string-part-no-inner-braces)
25040 (bibtex-field-string-part-1-inner-brace)
25041 (bibtex-field-string-part-2-inner-braces)
25042 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
25043 (bibtex-field-string-quoted, bibtex-field-string)
25044 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
25045 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
25046 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
25047 Deleted as parsing is now performed by the following functions.
25048 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
25049 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
25050 (bibtex-parse-field-string, bibtex-search-forward-field-string)
25051 (bibtex-parse-association, bibtex-field-name-for-parsing)
25052 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
25053 (bibtex-search-forward-field, bibtex-search-backward-field)
25054 (bibtex-start-of-field, bibtex-end-of-field)
25055 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
25056 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25057 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
25058 (bibtex-parse-string, bibtex-search-forward-string)
25059 (bibtex-search-backward-string, bibtex-start-of-string)
25060 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
25061 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
25062 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
25063 entries. Instead of reporting the results of the parsing by
25064 match-beginning or match-end, these functions return data structures
25065 that hold the corresponding positions.
25066 (bibtex-enclosing-field): Changed to also report field boundaries by
25067 return values rather than by match-beginning or match-end.
25068 The following functions have been adapted to use the new
25069 parsing functions.
25070 (bibtex-skip-to-valid-entry, bibtex-search-reference)
25071 (bibtex-enclosing-field, bibtex-format-entry)
25072 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
25073 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
25074 (bibtex-print-help-message, bibtex-end-of-entry)
25075 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
25076 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25077 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
25078 Use the new method for parsing.
25079 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25080 (bibtex-map-entries, bibtex-flash-head)
25081 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25082 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25083 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25084 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25085 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25086 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25087 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25088 order to make the new binding of case-fold-search immediately visible.
25089
25090 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25091
25092 * textmodes/bibtex.el: Copyright notice is up to date.
25093 Added constant 'bibtex-maintainer-salutation.
25094
25095 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
25096 than make-temp-name, use match-string-no-properties and eliminate
25097 a quadratic behavior when building bibtex-strings.
25098
25099 * bibtex.el (bibtex-reference-key): Accept string entries whose
25100 reference key contains upper case letters.
25101
25102 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25103
25104 * bibtex.el (bibtex-reference-head): Allow entries to start with
25105 a new line.
25106
25107 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25108
25109 * bibtex.el: Hiding of entry bodies is not longer provided by
25110 bibtex.el directly. Instead the hideshow package can be used.
25111 Added a special bibtex entry to hs-special-modes-alist.
25112 (bibtex-hs-forward-sexp): Added for hideshow.el.
25113
25114 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25115
25116 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25117 proceedings entry type (for cross referencing). Thanks to Wagner
25118 Toledo Correa for the suggestion.
25119
25120 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25121
25122 2000-02-14 Kenichi Handa <handa@etl.go.jp>
25123
25124 * international/characters.el: Setup case table for Vietnamese.
25125
25126 2000-02-12 Gerd Moellmann <gerd@gnu.org>
25127
25128 * uniquify.el (toplevel): Require CL at compile time.
25129 (uniquify-push): Removed.
25130
25131 * shadowfile.el (shadow-when): Removed.
25132
25133 * tempo.el (tempo-dolist, tempo-mapc): Removed.
25134 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25135
25136 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25137 regexp for paragraph-start.
25138
25139 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25140 commas as well.
25141
25142 2000-02-10 Dave Love <fx@gnu.org>
25143
25144 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25145 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25146 Deleted.
25147 (widget-specify-field, widget-specify-button): Don't use
25148 widget-mouse-help as help-echo property.
25149 (default): Use #'ignore for :validate and :mouse-down-action.
25150 (checkbox): Add help-echo.
25151 (widget-sexp-validate): Rewritten to clarify error messages.
25152 (character): Use char-valid-p in :match function.
25153 (widget-color-complete): Use facemenu-color-alist.
25154 (widget-color-action): Use facemenu-read-color.
25155
25156 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25157 set up `caar' &c that we now have.
25158
25159 2000-02-09 Ray Blaak <blaak@gnu.org>
25160
25161 * delphi.el: Make resourcestring a declaration region, like const
25162 and var.
25163
25164 2000-02-09 Dave Love <fx@gnu.org>
25165
25166 * bindings.el (mode-line-input-method-map): New variable.
25167 (mode-line-mule-info): Use it; fix last change.
25168 (mode-line-mode-menu): Move definition.
25169 (mode-line-mouse-sensitive-p): Deleted.
25170 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25171 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
25172
25173 * startup.el (command-line-1): Don't call
25174 make-mode-line-mouse-sensitive.
25175
25176 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25177
25178 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25179 before rmail-toggle-header, because the former toggles headers.
25180
25181 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25182
25183 * diff-mode.el (diff-kill-junk): New interactive function.
25184 (diff-reverse-direction): Use delete-and-extract-region.
25185 (diff-post-command-hook): Restrict the area so that the hook also works
25186 outside of any diff hunk. This is necessary for the minor-mode.
25187 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25188 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25189
25190 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25191 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25192 so that it can be used more easily in <foo>-mode-hook. Also make sure
25193 to avoid duplicate entries.
25194 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25195 (font-lock-remove-keywords): Just as was done for `add', allow it to
25196 work even if font-lock-mode is nil. Also make sure we don't modify
25197 any pre-existing list by forcing a copy-sequence. Finally rename
25198 `major-mode' to `mode'.
25199 (font-lock-fontify-syntactic-anchored-keywords)
25200 (font-lock-fontify-anchored-keywords)
25201 (font-lock-fontify-keywords-region): Use line-end-position.
25202 Don't make `font-lock-multiline' local (it's now done in
25203 font-lock-set-defaults).
25204 (font-lock-set-defaults): Make `font-lock-multiline' local.
25205 Move the `font-lock-fontified' creation to inside the `unless'.
25206
25207 2000-02-06 Andrew Innes <andrewi@gnu.org>
25208
25209 * term/w32-win.el (x-handle-args): Comment out call to message,
25210 which occurs before window system is initialized.
25211
25212 * makefile.nt: Add support for recompiling lisp code.
25213
25214 2000-02-04 Dave Love <fx@gnu.org>
25215
25216 * bindings.el (mode-line-mule-info): Fix/extend last change.
25217
25218 * completion.el: Replace completion-dolist with dolist.
25219
25220 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25221
25222 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25223
25224 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25225 environment names before they go into the section regexp.
25226
25227 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25228 char class in regexp.
25229
25230 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25231 Bind `case-fold-search' to nil.
25232
25233 * progmodes/idlwave.el (idlwave-template):
25234 Respect `idlwave-abbrev-change-case'.
25235 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25236 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25237 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25238 (idlwave-rw-case): New function.
25239 (idlwave-statement-match): Fixed problem with assignment regexp.
25240 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25241 (idlwave-surround): New argument LENGTH to support padding of
25242 operators longer than 1 char.
25243
25244 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25245 idlwave-shell-expression-overlay. Implemented printing of
25246 expressions on higher levels of the calling stack.
25247 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25248 (idlwave-retrieve-expression-from-level): New function.
25249 (idlwave-shell-last-calling-stack): Variable removed.
25250 (idlwave-shell-reset): Argument action reversed (`visible' to
25251 `hidden'). Also remove stop-line overlay.
25252 (idlwave-shell-calling-stack-routine): New variable.
25253 (idlwave-shell-parse-stack-and-display): Messages now display
25254 negative level numbers.
25255 (idlwave-shell-mode): Set `modeline-format'.
25256 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25257 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25258 (idlwave-shell-print-expression-function): New option.
25259
25260 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25261 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25262 `tool-bar' instead of `toolbar'.
25263
25264 2000-02-02 Dave Love <fx@gnu.org>
25265
25266 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25267 emacs-lisp-mode-hook. Don't check for defalias being defined.
25268
25269 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25270 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25271 Use the new builtins directly.
25272
25273 * whitespace.el (whitespace): Add :version to defgroup.
25274
25275 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25276 Doc fix.
25277
25278 * thingatpt.el (sexp-at-point, symbol-at-point)
25279 (number-at-point, list-at-point): Add autoload cookie.
25280
25281 * recentf.el (recentf): Add :version to defgroup.
25282
25283 * quickurl.el (quickurl): Add :version to defgroup.
25284
25285 * elide-head.el (elide-head): Use point-marker more.
25286
25287 * bs.el (bs): Add :version to defgroup.
25288
25289 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25290
25291 * progmodes/delphi.el (delphi): Add :version to defgroup.
25292
25293 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25294
25295 * ange-ftp.el (ange-ftp-write-region): Handle case that
25296 succeeding process operation sets a different coding system.
25297
25298 * calculator.el: New file.
25299
25300 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25301
25302 * frame.el (frames-on-display-list, framep-on-display): New functions.
25303 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25304 (display-selections-p, display-screens, display-pixel-width)
25305 (display-pixel-height, display-mm-width, display-mm-height)
25306 (display-backing-store, display-save-under, display-planes)
25307 (display-color-cells, display-visual-class): New functions.
25308
25309 * term/tty-colors.el (tty-color-gray-shades): New function.
25310
25311 * faces.el (display-color-p): Use framep-on-display.
25312 (display-grayscale-p): New function.
25313
25314 2000-01-31 Dave Love <fx@gnu.org>
25315
25316 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25317 (create-fontset-from-x-resource): Don't concat integers.
25318
25319 2000-01-31 Inge Frick <inge@nada.kth.se>
25320
25321 * view.el: Some changes in documentation. Removed some trailing
25322 whitespace. Changed some parameter names to agree with documentation.
25323 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25324 window is not deleted. Modifies change 1998-04-26.
25325
25326 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25327
25328 * windmove.el: New file.
25329
25330 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25331 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25332 progmodes/ebnf-yac.el: Update copyright and license info.
25333
25334 * jit-lock.el (jit-lock-function): Widen before calculating
25335 end position.
25336 (jit-lock-stealth-chunk-start): Rewritten.
25337
25338 * info.el (Info-title-face-alist): Removed.
25339 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25340 (Info-fontify-node): Use these faces.
25341
25342 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25343
25344 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25345 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25346 `&allow-other-keywords'.
25347
25348 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25349 the list of directories scanned heuristically.
25350
25351 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25352
25353 2000-01-30 Jason Rumney <jasonr@gnu.org>
25354
25355 * w32-fns.el: Define w32-tty-standard-colors.
25356
25357 * startup.el (command-line): Use w32-tty-standard-colors when in
25358 w32 console mode.
25359
25360 2000-01-30 Dave Love <fx@gnu.org>
25361
25362 * jka-compr.el (jka-compr-load): Fix up load-history.
25363
25364 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25365
25366 * emacs-lisp/cl-macs.el: Revert previous change.
25367
25368 2000-01-29 Dave Love <fx@gnu.org>
25369
25370 * facemenu.el: Purecopy various strings.
25371
25372 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25373 years. Deal with three-digit years.
25374
25375 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25376 Use defconst, purecopy.
25377 (help-back-label): Purecopy it.
25378
25379 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25380
25381 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25382 variable. If non-nil, order the buffer list according to the
25383 currently selected frame.
25384 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25385 non-nil, pass the selected frame to function buffer-list.
25386
25387 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25388
25389 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25390
25391 2000-01-28 Dave Love <fx@gnu.org>
25392
25393 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25394
25395 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25396 Don't use lisp-indent-hook property.
25397 (cl-abs): Remove.
25398
25399 * subr.el: Move out indent and edebug specs for when and unless.
25400
25401 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25402 when, unless.
25403
25404 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25405 unless, when.
25406
25407 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25408
25409 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25410 `collecting' as synonym for `collect'.
25411
25412 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25413 for the case it contains spaces.
25414
25415 * simple.el (what-cursor-position): Change formatting of messages.
25416
25417 * frame.el (delete-other-frames): New function.
25418 (toplevel): Bind it to C-x 5 1.
25419
25420 * sort.el (sort-numeric-base): New option.
25421 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25422 interpret it as octal or hexadecimal. Use sort-numeric-base
25423 as default base.
25424
25425 * progmodes/glasses.el: New file.
25426
25427 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25428
25429 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25430 userids differently.
25431
25432 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25433 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25434 progmodes/ebnf-yac.el: New files.
25435
25436 2000-01-26 Dave Love <fx@gnu.org>
25437
25438 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25439 on a function with an empty body. [From Eric Ludlam.]
25440
25441 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25442
25443 * vc.el (vc-version-diff): Make sure file name is expanded.
25444
25445 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25446
25447 * scroll-bar.el (scroll-bar-timer): Variable removed.
25448 (scroll-bar-toolkit-scroll): Don't use a timer.
25449
25450 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25451
25452 * language/thai-util.el (thai-composition-function):
25453 Delete superfluous `a'.
25454
25455 2000-01-24 Dave Love <fx@gnu.org>
25456
25457 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25458 end-of-defun-function.
25459
25460 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25461
25462 2000-01-22 Jason Rumney <jasonr@gnu.org>
25463
25464 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25465 conflicts with new face support.
25466
25467 2000-01-22 Richard M. Stallman <rms@gnu.org>
25468
25469 * replace.el (query-replace): Rename last arg to DELIMITED.
25470 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25471 (query-replace-regexp): Likewise.
25472
25473 2000-01-20 Richard M. Stallman <rms@gnu.org>
25474
25475 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25476
25477 * emacs-lisp/lisp.el (beginning-of-defun-function):
25478 Variable renamed from beginning-of-defun.
25479 Do not call make-variable-buffer-local.
25480 (beginning-of-defun-raw): Use new variable name; doc fix.
25481 (beginning-of-defun): Doc fix.
25482 (end-of-defun-function): Variable renamed from end-of-defun.
25483 Do not call make-variable-buffer-local.
25484 (end-of-defun): Use new variable name; doc fix.
25485
25486 * subr.el (dolist, dotimes): Copied from cl-macs.el
25487 and made to work.
25488
25489 * mail/undigest.el (rmail-digest-end-regexps):
25490 Variable replaces rmail-digest-end-regexp.
25491 Allows multiple regexps for detecting the end line.
25492 (undigestify-rmail-message): Corresponding changes.
25493
25494 2000-01-19 Dave Love <fx@gnu.org>
25495
25496 * files.el (user-init-file): Don't declare here -- is primitive.
25497
25498 * startup.el (command-line): Check for compiled user-init-file and
25499 set to uncompiled version if necessary.
25500
25501 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25502
25503 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25504 (undigestify-rmail-message): Use it.
25505
25506 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25507
25508 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25509
25510 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25511 of mini-buffer.
25512
25513 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25514
25515 * emacs-lisp/copyright.el (copyright-update): Removed the
25516 requirement for a trailing space from `copyright-regexp', to
25517 support copyrights with owner specified on a separate line..
25518
25519 * align.el: New file.
25520
25521 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25522
25523 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25524
25525 2000-01-13 Dave Love <fx@gnu.org>
25526
25527 * ph.el: Removed. (Obsoleted by EUDC.)
25528
25529 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25530
25531 * net/eudc.el (toplevel): Remove autoloaded code installing
25532 menu with easymenu, because that causes build problems.
25533
25534 * frame.el (frame-notice-user-settings): New variable.
25535 (frame-notice-user-settings): Don't modify frame parameters
25536 if called a second time.
25537
25538 2000-01-13 Richard M. Stallman <rms@gnu.org>
25539
25540 * frame.el (frame-notice-user-settings):
25541 Notice default-frame-parameters even for non-window frames.
25542
25543 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25544
25545 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25546 for Emacs.
25547 (eudc-bob-can-display-inline-images): Extend for Emacs.
25548 (eudc-bob-toggle-inline-display): Ditto.
25549 (eudc-bob-display-jpeg): Ditto.
25550
25551 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25552
25553 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25554 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25555 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25556
25557 * add-log.el (add-change-log-entry): Fix error trying an
25558 `(insert nil)'.
25559
25560 * subdirs.el: Add `net' directory.
25561
25562 * net: New directory.
25563
25564 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25565 eval-last-sexp. Don't bind debug-on-error here.
25566 (eval-last-sexp): New function. Bind debug-on-error if
25567 eval-expression-debug-on-error is non-nil.
25568 (eval-defun-2, eval-defun): Likewise.
25569
25570 * simple.el (eval-expression): Don't bind debug-on-error if
25571 eval-expression-debug-on-error is nil. Detect changed
25572 debug-on-error, and propagate new value to global binding, if
25573 eval-expression-debug-on-error is non-nil,
25574 (eval-expression-debug-on-error): Change doc string.
25575
25576 2000-01-11 Richard M. Stallman <rms@gnu.org>
25577
25578 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25579
25580 * emacs-lisp/lisp-mode.el (with-syntax-table):
25581 Set up lisp-indent-function property.
25582
25583 * subr.el (with-syntax-table): Moved from simple.el.
25584
25585 * simple.el (with-syntax-table): Moved to subr.el.
25586
25587 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25588
25589 * tmm.el (tmm-shortcut): Delete region after prompt instead
25590 of erasing buffer.
25591
25592 * textmodes/fill.el (fill-common-string-prefix): New function.
25593 (fill-context-prefix): Use the longest common prefix of first
25594 and second line fill prefix, if there is one.
25595
25596 2000-01-11 Richard M. Stallman <rms@gnu.org>
25597
25598 * array.el (array-mode): Don't use make-variable-buffer-local.
25599 Use make-local-variable for `truncate-lines'.
25600
25601 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25602
25603 * add-log.el (add-log-current-defun): Handle user-defined
25604 add-log-current-function returning nil,
25605
25606 * add-log.el (add-change-log-entry): Insert version number
25607 if having found a current function
25608
25609 * add-log.el (add-log-current-defun):
25610 Call `add-log-current-defun-function'. Try matches at level 0 and
25611 level 1. Strip whitespace from defun found.
25612
25613 2000-01-10 John Wiegley <johnw@gnu.org>
25614
25615 * allout.el (isearch-done/outline-provisions): Added `edit'
25616 argument to correspond with the current definition of `isearch-done'.
25617
25618 2000-01-10 Dave Love <fx@gnu.org>
25619
25620 * elide-head.el (elide-head): Use point-marker, not point.
25621
25622 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25623
25624 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25625 before and after the year 2000.
25626
25627 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25628 Add ispell- prefix.
25629
25630 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25631
25632 * ispell.el: Only define dictionaries in menus when they exist.
25633 (version18p): New variable.
25634 (version20p): New variable.
25635 (xemacsp): New variable.
25636 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25637 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25638 (ispell-dictionary-alist6): Russian command lines no longer accept
25639 run-together words.
25640 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25641 (ispell-dictionary-alist): Add koi8-r to customize definition.
25642 (check-ispell-version): Added documentation string. Return library
25643 path when called non-interactively.
25644 (ispell-menu-map-needed): Uses new variables.
25645 (ispell-library-path): New variable.
25646 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25647 (ispell-word): Improved documentation string. Test for valid
25648 character mappings. Correctly check typed in word changes that can
25649 result in single words split into multiple words.
25650 Return replacement word.
25651 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25652 replace in recursive query replace mode. Help message for
25653 recursive edit mode.
25654 (ispell-show-choices): Protect against bad framepop bindings.
25655 (ispell-help): Fix to work with XEmacs.
25656 (ispell-highlight-spelling-error): Use new variables.
25657 (ispell-overlay-window): Fix to work with XEmacs.
25658 (ispell-parse-output): Passed and returns location information
25659 tracking spelling corrections. Doesn't recheck same word on
25660 current line.
25661 (ispell-init-process): Protect against bogus XEmacs variable binding.
25662 Fix call to single argument in sleep-for. Use new variables.
25663 (ispell-region): Passed and returns location information tracking
25664 spelling corrections. Doesn't check same word on current line.
25665 Improved documentation string. Doesn't resend a line already
25666 checked to the ispell process - fixes bug in LaTeX parsing.
25667 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25668 (ispell-skip-region): No longer skips <TT> in SGML.
25669 (ispell-process-line): Tracks location information with spelling
25670 corrections. Added documentation string. Accounts for words
25671 already accepted on this line. Don't allow query-replace on line
25672 starting with math characters. Doesn't resend a line already sent
25673 to ispell process. Fixes alignment error bug.
25674
25675 2000-01-10 Richard M. Stallman <rms@gnu.org>
25676
25677 * dired-x.el (dired-guess-shell-alist-default):
25678 Suggest xloadimage, which is free, not xv, which isn't.
25679
25680 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25681 Don't ever include the host name or user name in the value.
25682
25683 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25684
25685 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25686 of a real newline.
25687
25688 2000-01-09 Stephen Eglen <stephen@gnu.org>
25689
25690 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25691 for .png files.
25692
25693 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25694
25695 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25696
25697 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25698
25699 * progmodes/cperl-mode.el: Replace ^F with ^L.
25700
25701 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25702 `require'ing rmail and mailalias to prevent infinite recursion.
25703
25704 2000-01-08 Dave Love <fx@gnu.org>
25705
25706 * emacs-lisp/backquote.el: Remove inappropriate customization
25707 (allowing custom.el to use backquote).
25708
25709 2000-01-07 Dave Love <fx@gnu.org>
25710
25711 * add-log.el (add-log-debugging): Deleted.
25712 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25713 file. Remove debugging code.
25714 (change-log-get-method-definition, change-log-name): Add doc.
25715 (change-log-sortable-date-at): New function.
25716 (change-log-merge): New command.
25717
25718 * time.el (display-time-string-forms): Make the Mail string active.
25719 (display-time-update): Provide help-echo for load average.
25720
25721 * bindings.el (make-mode-line-mouse2-map): New function.
25722 (mode-line-modified): Use it and simplify.
25723 (mode-line-mule-info): Provide help-echo info.
25724 (minor-mode-alist): Activate the strings.
25725 (make-mode-line-mouse-sensitive): Simplify for
25726 mode-line-buffer-identification.
25727
25728 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25729
25730 * play/pong.el: New file.
25731
25732 2000-01-06 Dave Love <fx@gnu.org>
25733
25734 * array.el: Assorted cleanups for compiler warnings, doc strings,
25735 `array-' prefix for symbols.
25736
25737 2000-01-05 Dave Love <fx@gnu.org>
25738
25739 * textmodes/outline.el (outline-mode-menu-bar-map):
25740 Add outline-headers-as-kill.
25741 (outline-mode): Define imenu-generic-expression.
25742 (outline-headers-as-kill): New command.
25743
25744 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25745 from paragraph-start.
25746 (paragraph-indent-minor-mode): New command.
25747
25748 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25749 M-C-e, M-C-h, C-j, C-xnd, TAB.
25750 (fortran-mode): Set beginning-of-defun, end-of-defun.
25751 (fortran-column-ruler): Simplify.
25752 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25753 (fortran-with-subprogram-narrowing): Likewise.
25754 (fortran-indent-subprogram): Call mark-defun.
25755 (fortran-check-for-matching-do): Change narrowing.
25756
25757 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25758 (cl-lucid-hash-tag): Delete.
25759 (cl-hash-table-p): Correct test for native table.
25760 (cl-hash-table-count): Use hash-table-count.
25761
25762 * browse-url.el (browse-url): Fix case of
25763 browse-url-browser-function being an alist.
25764
25765 2000-01-05 Carsten Dominik <cd@gnu.org>
25766
25767 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25768 (reftex-index-phrase-file-extension): New options.
25769
25770 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25771 Use new option `reftex-index-phrase-file-extension'.
25772
25773 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25774 `reftex-parse-file-extension'.
25775
25776 2000-01-05 Dave Love <fx@gnu.org>
25777
25778 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25779 (beginning-of-defun-raw): Use it.
25780 (end-of-defun): New variable.
25781 (end-of-defun): Use it.
25782 (check-parens): New command.
25783
25784 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25785
25786 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25787 (hs-show-block): Don't use `mapcar' when not accumulating.
25788
25789 Fix buglet in local variables initialization.
25790
25791 2000-01-05 Andreas Schwab <schwab@suse.de>
25792
25793 * hscroll.el (hscroll): Doc fix.
25794
25795 2000-01-05 Carsten Dominik <cd@gnu.org>
25796
25797 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25798 Require idlw-toolbar.
25799
25800 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25801 file idlw-rinfo.el.
25802 (idlwave-customize): Load must read file idlw-shell.el.
25803 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25804
25805 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25806
25807 * progmodes/idlw-shell.el: Also provide idlwave-shell
25808 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25809 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25810
25811 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25812 both reftex-dcr and reftex-vcr.
25813
25814 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25815
25816 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25817
25818 * ps-print.el: PostScript code now is in separate files, doc fix.
25819 (ps-print-version): New version number (5.0.3).
25820 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25821 local.
25822 (ps-spool-config): Initialization fix.
25823 (ps-print-prologue-1, ps-print-prologue-2)
25824 (ps-print-duplex-feature): PostScript code moved to separated file.
25825 (ps-background-image): Little code reformating.
25826 (ps-begin-file, ps-begin-job): Fix code.
25827 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25828 (ps-prologue-file): New fun.
25829
25830 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25831
25832 * ps-vars.el: Eliminated.
25833
25834 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25835 `;;;###autoload'.
25836
25837 * ps-print.el: ps-vars eliminated, doc fix.
25838 (ps-print-version): New version number (5.0.2).
25839 (ps-spool-config): Initialization fix.
25840 (ps-print-customize): New fun.
25841
25842 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25843
25844 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25845
25846 2000-01-04 Dave Love <fx@gnu.org>
25847
25848 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25849 menu items.
25850
25851 2000-01-03 Dave Love <fx@gnu.org>
25852
25853 * elide-head.el (elide-head) [defgroup]: Add :version.
25854
25855 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25856 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25857 Use `cl-hash-table-p', not `hash-table-p'.
25858 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25859
25860 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25861
25862 * faces.el (face-read-integer, read-face-attribute)
25863 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25864
25865 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25866
25867 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25868 at comment end, and re-insert them after filling.
25869
25870 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25871
25872 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25873 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25874 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25875
25876 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25877
25878 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25879 the new name of face-color-supported-p.
25880
25881 * term/w32-win.el (xw-defined-colors): Likewise.
25882
25883 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25884
25885 * simple.el (completion-setup-function): Count completion-size
25886 from minibuffer-prompt-end, not from point-min.
25887
25888 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25889
25890 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25891 Pass the frame to tty-color-* functions.
25892 (display-color-p, frame-set-background-mode): Pass the frame to
25893 tty-display-color-p.
25894
25895 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25896 tty-color-alist.
25897 (tty-color-alist, tty-modify-color-alist): New functions.
25898 (tty-color-define, tty-color-clear, tty-color-approximate)
25899 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25900 optional parameter FRAME.
25901
25902 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25903
25904 * image.el (create-image, defimage): Don't assume image data is
25905 a string.
25906
25907 * image.el (defimage): Handle specifications containing :data
25908 instead of :file.
25909 (image-type-from-data): New function.
25910 (image-type-from-file-header): Use it.
25911 (create-image): Add parameter DATA-P.
25912
25913 See ChangeLog.8 for earlier changes.
25914
25915 ;; Local Variables:
25916 ;; coding: iso-2022-7bit
25917 ;; End:
25918
25919 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25920 Copying and distribution of this file, with or without modification,
25921 are permitted provided the copyright notice and this notice are preserved.