Augment expression parser to handle conditional expressions.
[bpt/emacs.git] / lisp / ChangeLog
1 2002-03-06 Andreas Schwab <schwab@suse.de>
2
3 * progmodes/hideif.el: Augment expression parser to handle
4 conditional expressions.
5 (hif-token-regexp): Also match `?' and `:'.
6 (hif-tokenize): Handle `?' and ':' as tokens.
7 (hif-expr): Parse conditional expressions.
8 (hif-or-expr): Parse `||' expressions.
9 (hif-and-expr): Renamed from hif-term.
10 (hif-conditional): New function to evaluate a conditional
11 expression.
12
13 2002-03-06 Gerd Moellmann <gerd@gnu.org>
14
15 * vc.el (vc-branch-part): Add autoload cookie. This function can
16 be called from vc-rcs-find-most-recent-rev when visiting a file
17 checked into RCS in a CVS sandbox.
18
19 2002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
20
21 * language/czech.el ("Czech"): Fix the documentation.
22
23 * language/slovak.el ("Slovak"): Likewise.
24
25 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
26
27 * xml.el (xml-parse-attlist): Accept empty strings.
28 From Max Froumentin <mf@w3.org>.
29
30 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
31
32 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
33 all terminals now support highlighting of some kind.
34
35 * language/european.el (mac-roman): Fix the safe-chars property.
36
37 2002-03-05 Andre Spiegel <spiegel@gnu.org>
38
39 * vc.el (vc-transfer-file): Use `make-temp-file'.
40 (vc-default-update-changelog): Remove conditional use of
41 `make-temp-name'.
42
43 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
44
45 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
46
47 * ediff-init.el: comments.
48
49 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
50 is loaded.
51
52 * ediff-mult.el (ediff-intersect-directories,
53 ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
54 cleanup.
55 (ediff-draw-dir-diffs): now supports the "C" command in directory
56 difference buffer.
57 (ediff-dir-diff-copy-file): new function that implements copying
58 of files from one Ediff dir to another
59 (ediff-bury-dir-diffs-buffer): kills the buffer instead.
60 (ediff-append-custom-diff): better error msgs.
61
62 * ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
63 (ediff-inferior-compare-regions): Use
64 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
65
66 * ediff.el (ediff-directories-internal): Cleanup.
67 (ediff-clone-buffer-for-region-comparison): Better interface.
68
69 2002-03-04 Richard M. Stallman <rms@gnu.org>
70
71 * emacs-lisp/easy-mmode.el (define-minor-mode):
72 Use "P" in interactive spec of minor mode commands.
73
74 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
75
76 * net/snmp-mode.el: Require tempo when compiling to prevent
77 warnings. Update copyright notice.
78
79 * help.el (describe-key-briefly, describe-key): Interpret
80 `undefined' like not defined at all.
81
82 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
83
84 * textmodes/sgml-mode.el: Change maintainer to FSF.
85 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
86 (sgml-tags-invisible, sgml-beginning-of-tag):
87 Allow _ : and non-ASCII in tag names, as required for XML.
88 (sgml-name-char): Don't assume anything about charsets handled by
89 encode-char.
90
91 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
92 where one of the buffers is narrowed.
93
94 * hexl.el (hexlify-command, dehexlify-command): Remove.
95 (hexlify-buffer, dehexlify-buffer): Use call-process-region
96 rather than shell-command-on-region.
97
98 * newcomment.el (comment-forward): Use forward-comment to skip
99 over whitespace (or comments) even when comment-use-syntax is nil.
100
101 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
102
103 * textmodes/xml-lite.el: New file.
104
105 2002-03-03 Richard M. Stallman <rms@gnu.org>
106
107 * textmodes/artist.el (artist-system): Use make-temp-file.
108
109 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
110
111 * mail/sendmail.el (mail-recover-1): Increase non-random-len
112 by 1 since we changed make-auto-save-file-name to add one
113 fewer character to the buffer name.
114 (mail-recover): Really show point at the right place
115 in the *Directory* buffer.
116
117 * files.el (make-auto-save-file-name): Use make-temp-file.
118
119 * terminal.el (te-create-terminfo): Use make-temp-file
120 to create the source file in a safe way.
121
122 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
123
124 * cus-start.el: Rename automatic-hscroll-step and
125 automatic-hscroll-margin into hscroll-step and hscroll-margin.
126
127 * frame.el (auto-hscroll-mode): Renamed from
128 automatic-hscrolling.
129 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
130
131 * mouse.el (mouse-region-delete-keys): Add deletechar.
132
133 2002-03-03 Sam Steingold <sds@gnu.org>
134
135 * play/snake.el (snake-score-file): Fixed parens (broken by the
136 last patch).
137 * play/tetris.el (tetris-score-file): Ditto.
138
139 2002-03-03 Richard M. Stallman <rms@gnu.org>
140
141 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
142
143 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
144
145 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
146 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
147
148 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
149
150 * calendar/diary-lib.el (list-diary-entries): Use
151 `buffer-substring' instead of `buffer-substring-no-properties' to
152 support enriched mode.
153
154 2002-03-02 Richard M. Stallman <rms@gnu.org>
155
156 * find-dired.el (find-grep-dired): Call shell-quote-argument.
157 Specify the -e option.
158 Rename arg to `regexp'.
159
160 2002-03-02 Milan Zamazal <pdm@zamazal.org>
161
162 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
163
164 2002-03-02 Miles Bader <miles@gnu.org>
165
166 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
167 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
168 If there's no applicable modifiers entry in the alist in
169 `mouse-wheel-scroll-amount', fall back to the default, not to
170 nil (which causes full screen scrolls).
171
172 2002-03-01 Andreas Schwab <schwab@suse.de>
173
174 * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
175 extra paren in regexp.
176
177 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * mouse.el (mouse-show-mark): Use display-mouse-p, not
180 display-graphic-p, to decide whether to move point or use the
181 highlighting.
182
183 2002-02-28 Colin Walters <walters@verbum.org>
184
185 * eshell/esh-var.el (eshell-parse-variable-ref): Use
186 `make-temp-file'.
187
188 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
189 `temporary-file-directory'; we now do that in
190 `calc-graph-file-cache'.
191 (calc-temp-file-name): Use `make-temp-file'.
192
193 2002-02-28 Richard M. Stallman <rms@gnu.org>
194
195 * font-lock.el (java-font-lock-extra-types):
196 Match java.net.URL, etc.
197
198 2002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
199
200 * hexl.el (hexl-options): Doc fix.
201 Update Commentary section.
202
203 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
204 Doc fixes.
205
206 2002-02-28 Andre Spiegel <spiegel@gnu.org>
207
208 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
209 the user to do that first.
210 (vc-update): New function.
211
212 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
213 which calls vc-update. Use the term "Base Version" instead of
214 "Last Version" for the entries "Revert" and "Compare".
215
216 2002-02-28 Kim F. Storm <storm@cua.dk>
217
218 * simple.el (shell-command-on-region): Report non-zero exit
219 status in mode line instead of buffer.
220
221 2002-02-27 Richard M. Stallman <rms@gnu.org>
222
223 * comint.el (comint-preoutput-filter-functions): Doc fix.
224 (comint-output-filter-functions, comint-input-filter-functions)
225 (comint-redirect-filter-functions): Likewise.
226
227 (comint-redirect-preoutput-filter): Do the local-hook
228 handling of t when running comint-redirect-filter-functions.
229 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
230
231 2002-02-26 Richard M. Stallman <rms@gnu.org>
232
233 * paths.el (remote-shell-program): Add doc string.
234
235 2002-02-26 Colin Walters <walters@debian.org>
236
237 * ibuf-ext.el (sorter mode-name): New.
238 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
239
240 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
241 interactively, so they do something.
242 (calc-scroll-right): Ditto.
243
244 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
245
246 * international/mule.el (ctext-pre-write-conversion): Handle the
247 case when FROM is a string, and when we are called from
248 build_annotations_2.
249
250 2002-02-26 Richard M. Stallman <rms@gnu.org>
251
252 * rect.el (clear-rectangle-line): Reindent to the same column
253 that move-to-column reached when it tried to go to endcol.
254
255 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
256
257 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
258
259 * winner.el (winner-boring-buffers, winner-set): A window which
260 displays a buffer whose name is in the list
261 `winner-boring-buffers', will no longer be restored by
262 `winner-undo'.
263 (winner-sorted-window-list): Used to improve comparison between
264 window configurations.
265 (winner-win-data): Simplified and moved.
266 (winner-conf): Simplified (now uses `winner-win-data').
267 (winner-change-fun, winner-save-old-configurations)
268 (winner-save-(un)conditionally, winner-redo): Changes made while in
269 the minibuffer will be ignored. (Such changes are undone upon
270 exit for the minibuffer, anyway.)
271 (winner-set-conf): Preserve selected window whenever possible.
272 (winner-make-point-alist): Simplified.
273 (winner-mode, winner-save-unconditionally): Save current window
274 configuration on entering minibuffer.
275 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
276 since it does not change the overall behavior of Emacs.
277
278 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * international/mule-conf.el (compound-text): Renamed back from
281 compound-text-no-extensions.
282 (ctext-no-compositions): Remove the mime-charset property.
283 (compound-text-with-extensions): Renamed from compound-text.
284 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
285
286 2002-02-26 Juanma Barranquero <lektu@terra.es>
287
288 * faces.el (list-faces-display): Fix typo.
289
290 2002-02-25 Richard M. Stallman <rms@gnu.org>
291
292 * frame.el (focus-follows-mouse): Doc fix.
293
294 2002-02-26 Miles Bader <miles@gnu.org>
295
296 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
297 to `define-key', since it no longer accepts the latter.
298
299 2002-02-25 Jason Rumney <jasonr@gnu.org>
300
301 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
302 mouse-wheel-scroll-amount.
303
304 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
305 mwheel.el.
306
307 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
308
309 2002-02-25 Andre Spiegel <spiegel@gnu.org>
310
311 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
312 consistent with the others that take a backend name as a symbol.
313
314 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
315
316 2002-02-25 Kim F. Storm <no-spam@cua.dk>
317
318 * comint.el (comint-replace-by-expanded-filename): Do nothing if
319 comint-match-partial-filename returns nil.
320
321 * shell.el (shell-pcomplete-setup-done): New variable.
322 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
323 (shell-pcomplete-reverse): Ditto.
324
325 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
326
327 * ps-print.el (ps-print-printer): Added `lpr' customize group
328 member.
329
330 2002-02-25 Juanma Barranquero <lektu@terra.es>
331
332 * subr.el (save-match-data): Doc fix.
333
334 * ielm.el (ielm-prompt): Allow customization; make it read-only.
335
336 2002-02-25 Kim F. Storm <storm@cua.dk>
337
338 * shell.el (shell-mode-map): Add "Complete" header so completion
339 menu is shown on the menu bar in shell mode.
340
341 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
342
343 * ielm.el (ielm-match-data): New var.
344 (inferior-emacs-lisp-mode): Make it buffer-local.
345 (ielm-eval-input): Use it to preserve match-data between inputs.
346
347 2002-02-24 Juanma Barranquero <lektu@terra.es>
348
349 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
350
351 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
352
353 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
354 `custom-buffer' customize group.
355
356 2002-02-23 Kim F. Storm <storm@cua.dk>
357
358 * help.el (where-is): Use remap-command.
359
360 * help-fns.el (describe-function-1): Use remap-command.
361
362 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
363 change (no longer accept a symbol for the KEY argument).
364
365 2002-02-23 Colin Walters <walters@debian.org>
366
367 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
368 * calc/calcalg2.el (math-solve-get-sign): Ditto.
369
370 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
371 in generated function.
372
373 * ibuf-ext.el (ibuffer-old-time): Change to hours.
374 (ibuffer-mark-old-buffers): Handle it.
375
376 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
377 (toplevel): Bind them.
378 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
379 not necessary now that we use pcomplete.
380
381 * comint.el: Document how use new pcomplete completion facility.
382
383 2002-02-23 Richard M. Stallman <rms@gnu.org>
384
385 * mail/rmailsum.el (rmail-summary-output): Properly advance
386 to next message, by calling rmail-summary-goto-msg.
387
388 * net/browse-url.el (browse-url-galeon): Specify --existing
389 for an existing window. Use --noraise rather than --no-raise.
390 Don't use -x.
391
392 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
393
394 * progmodes/etags.el (find-tag-noselect, find-tag)
395 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
396 Fix a typo in doc strings.
397
398 2002-02-20 Deepak Goel <deego@glue.umd.edu>
399
400 * play/snake.el (snake-velocity-queue, snake-update-velocity)
401 (snake-final-x-velocity, snake-final-y-velocity):
402 New variable and functions. Store user's keypresses
403 into a queue and pop from the queue each subsequent turn.
404 (snake-update-game, snake-move-left)
405 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
406 (snake-start-game): Use that queue.
407 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
408 (snake-use-color-flag): Likewise.
409 (snake-mode): Rename uses of those variables.
410
411 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
412
413 Support for ICCCM Extended Segments in X selections:
414
415 * international/mule-conf.el (ctext-no-compositions): New coding
416 system.
417 (compount-text-no-extensions): Renamed from compound-text.
418 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
419 compound-text-no-extensions.
420 (compound-text): Redefined using post-read and pre-write conversions.
421
422 * international/mule.el (non-standard-icccm-encodings-alist)
423 (non-standard-designations-alist): New variables.
424 (ctext-post-read-conversion, ctext-pre-write-conversion):
425 New functions.
426
427 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
428
429 * vc.el (vc-default-init-version): Update documentation to
430 indicate that the backend can override the default init version.
431 (vc-register): Use the backend init-version function, if it
432 exists, to determine the initial version of a file.
433 (vc-diff-switches-list): Don't symbol-quote backend, since it's
434 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
435
436 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
437 not version-controlled. This is necessary, e.g., if the file has
438 just been reverted, and thus was previously under version control
439 but isn't any longer.
440 (vc-find-file-hook): Likewise.
441
442 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
443
444 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
445 (vc-cvs-sticky-tag-display): New variable.
446 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
447 (vc-cvs-checkin): If the input revision is a valid symbolic tag
448 name, we create it as a branch, commit and switch to it.
449 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
450 (vc-cvs-valid-symbolic-tag-name-p): New function.
451 (vc-cvs-parse-sticky-tag): New function.
452 (vc-cvs-parse-entry): Added parsing of sticky tags.
453
454 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
455
456 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
457 nil, and then explicitly set the standard-value to t.
458
459 2002-02-20 Sam Steingold <sds@gnu.org>
460
461 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
462 since it is used in the menu bar.
463
464 2002-02-20 Richard M. Stallman <rms@gnu.org>
465
466 * simple.el (shell-command-on-region): Display the exit status
467 when a command fails.
468
469 * subr.el (add-hook): Doc fix.
470
471 * frame.el (other-frame): Doc fix.
472
473 * simple.el (yank): Clear `field' property.
474
475 2002-02-20 Tom Tromey <tromey@cachet>
476
477 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
478 natural paragraph boundaries. Don't fail at beginning of buffer.
479
480 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
481
482 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
483 call the argument "arg" to match plain next-line and
484 previous-line. From Kevin Ryde <user42@zip.com.au>.
485
486 2002-02-19 Sam Steingold <sds@gnu.org>
487
488 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
489 scroll amounts for different modifiers now.
490 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
491 format properly.
492 (mouse-wheel-mode): Ditto.
493
494 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
497 around function body.
498
499 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
500 sense of the comparison, to match the doc strings of functions
501 that use this macro.
502
503 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
504
505 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
506
507 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
508 * menu-bar.el (menu-bar-mode): Ditto.
509
510 2002-02-18 Andreas Schwab <schwab@suse.de>
511
512 * replace.el (query-replace-regexp-eval): Doc fix.
513
514 2002-02-18 Colin Walters <walters@verbum.org>
515
516 * calc/calcalg2.el (math-solve-get-int): Convert return value from
517 `math-get-from-counter' to a string before calling `concat' on it.
518
519 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
520 (calc-public-autoloads): Obsolete; remove.
521 (calc-private-autoloads): Ditto.
522 (calc-add-autoloads): Ditto.
523
524 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
525 for body.
526
527 2002-02-17 Jason Rumney <jasonr@gnu.org>
528
529 * w32-win.el (x-option-alist, x-long-option-alist)
530 (x-switch-definitions): Remove, use command-line-x-option-alist
531 instead to be consistent with X.
532 (x-handle-initial-switch): New function.
533
534 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
535
536 * faces.el (mode-line-inactive, header-line): Add the :inherit
537 attribute for the tty case.
538
539 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
540
541 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
542 invoked from Rmail with full headers displayed.
543
544 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
545
546 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
547 when repeated.
548 * textmodes/paragraphs.el (mark-paragraph): Ditto.
549
550 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
551
552 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
553 (menu-bar-tools-menu): Removed speedbar.
554
555 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
556 and `flyspell-mode' entries.
557
558 * textmodes/flyspell.el (flyspell): Add to ispell group.
559
560 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
561
562 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
563 repeated.
564 (mark-defun): Mark more if repeated.
565
566 2002-02-17 Colin Walters <walters@verbum.org>
567
568 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
569
570 * ibuffer.el (ibuffer-truncate-lines): New option.
571 (ibuffer-mode): Use it.
572
573 2002-02-17 Kim F. Storm <storm@cua.dk>
574
575 * cus-start.el: Add mouse-highlight.
576
577 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
578
579 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
580
581 * cus-start.el: Add automatic-hscroll-margin and
582 automatic-hscroll-step.
583
584 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
585
586 * cus-start.el (x-autoselect-window): Allow customization.
587
588 * eshell/em-alias.el (eshell-alias-initialize): Do not use
589 make-local-hook.
590
591 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
592
593 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
594
595 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
596
597 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
598
599 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
600
601 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
602
603 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
604
605 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
606
607 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
608
609 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
610
611 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
612
613 * eshell/esh-io.el (eshell-io-initialize): Likewise.
614
615 * eshell/esh-mode.el (eshell-mode): Likewise.
616
617 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
618
619 * eshell/esh-var.el (eshell-var-initialize): Likewise.
620
621 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
622
623 * progmodes/idlwave.el (idlwave-mode): Likewise.
624
625 * textmodes/reftex-sel.el (reftex-select-label-mode)
626 (reftex-select-bib-mode): Likewise.
627
628 2002-02-16 John Wiegley <johnw@gnu.org>
629
630 * eshell/em-hist.el (eshell-hist-initialize): When in the
631 minibuffer, use the global value of `eshell-history-ring', and
632 never save it to disk, or ask to save it to disk. This allows
633 users of session.el to control whether its global state should be
634 persisted or not.
635 (eshell-add-command-to-history): Don't write Eshell's history out
636 to disk, let the governing mode control that upon exit.
637
638 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
639
640 * eshell/eshell.el (eshell-command): Before reading from the
641 minibuffer, add eshell-add-command-to-history to
642 minibuffer-exit-hook, and remove it after read-from-minibuffer
643 returns.
644
645 * eshell/em-hist.el (eshell-add-input-to-history): New function,
646 with most of the code from eshell-add-to-history.
647 (eshell-add-command-to-history): New function, to record in
648 eshell-history the commands run via eshell-command.
649 (eshell-add-to-history): Call eshell-add-command-to-history to do
650 most of the work.
651
652 2002-02-16 John Wiegley <johnw@gnu.org>
653
654 * eshell/esh-ext.el (eshell-external-command): Added a fix for
655 XEmacs' new dired.el, which adds a global entry in the
656 `file-name-handler-alist'.
657
658 2002-02-16 John Wiegley <johnw@gnu.org>
659
660 * align.el (align-region): Added a missing name argument.
661
662 2002-02-16 John Wiegley <johnw@gnu.org>
663
664 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
665 after the #! of a shell interpretor specification.
666
667 2002-02-15 Richard M. Stallman <rms@gnu.org>
668
669 * help.el (describe-key-briefly): Make output in INSERT case
670 look just like what is displayed in the normal case.
671
672 2002-02-15 Andreas Schwab <schwab@suse.de>
673
674 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
675 non-letter after specials.
676
677 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
680
681 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
682
683 * simple.el (mark-word): Mark more if repeated.
684 * textmodes/paragraphs.el (mark-paragraph): Ditto.
685 (mark-end-of-sentence): Ditto.
686
687 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
688
689 * wid-edit.el (widgetp): Made it more robust.
690
691 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
692
693 * facemenu.el (describe-text-done): New function.
694 (describe-text-mode-map): New variable.
695 (describe-text-mode-hook): New option.
696 (describe-text-mode): New function.
697 (describe-text-widget): New function.
698 (describe-text-sexp): New function.
699 (describe-text-properties): New function.
700 (describe-text-category): New command.
701 (describe-text-at): New command.
702 (facemenu-menu): Replace `list-text-properties-at' with
703 `describe-text-at' in the menu.
704
705 * wid-edit.el (widgetp): New function.
706 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
707 Autoloaded.
708
709 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
710
711 * wid-browse.el: Removed version and x-url keywords.
712
713 2002-02-13 Kim F. Storm <storm@cua.dk>
714
715 * cus-start.el (mode-line-in-non-selected-windows):
716 Allow customization.
717
718 2002-02-13 Richard M. Stallman <rms@gnu.org>
719
720 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
721 Tell bibtex-parse-keys to output no progress messages.
722
723 * international/mule-diag.el (list-input-methods):
724 Use help-input-method, not describe-input-method, for button type.
725
726 * register.el (describe-register-1): Access register contents here.
727
728 * textmodes/text-mode.el (text-mode-hook-identify):
729 Restore previous definition. Add to text-mode-hook again.
730
731 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
732 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
733 to avoid needing sendmail.el at run time.
734
735 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
736 Initialization moved up too.
737 (mode-line-modes): Use :propertize.
738 (mode-line-mode-menu-keymap): Var deleted.
739 (mode-line-copied-mode-name): Var deleted.
740 (mode-line-mode-name): Function deleted.
741 (mode-line-mode-menu): Each item now shows its mode line lighter.
742 (minor-mode-alist): Don't call propertize here.
743
744 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
745
746 * progmodes/pascal.el (pascal-imenu-generic-expression):
747 Add menu-title and fix parentheses.
748
749 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
750
751 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
752 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
753
754 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
755
756 * menu-bar.el (menu-bar-options-save): Only save
757 `current-language-environment' and `default-input-method' when
758 marked as customized.
759
760 * international/mule-cmds.el
761 (setup-specified-language-environment):
762 Mark `current-language-environment' as customized.
763 (set-input-method): Mark `default-input-method' as customized when
764 called interactively.
765 (toggle-input-method): Ditto.
766
767 2002-02-11 Colin Walters <walters@verbum.org>
768
769 * ibuffer.el (ibuffer-switch-format): Supply required argument for
770 `ibuffer-current-formats'.
771
772 2002-02-11 Miles Bader <miles@gnu.org>
773
774 * faces.el (mode-line-inactive): Add dark-background variant.
775
776 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
777
778 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
779 * menu-bar.el (menu-bar-mode): Ditto.
780 * cus-edit.el (customize-mark-to-save): Always save variables
781 without a standard value.
782
783 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
784 (menu-bar-options-save): Ditto.
785 (menu-bar-showhide-menu): Ditto.
786 (menu-bar-options-menu): Ditto.
787 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
788 (menu-bar-scroll-bar-none): Remove.
789 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
790 expressions instead.
791
792 * cus-edit.el (customize-set-value): Return value.
793 (customize-set-variable): Ditto.
794 (customize-save-variable): Ditto.
795 (customize-set-variable): Load dependencies before setting value.
796 (custom-load-symbol): Autoload it.
797 (customize-mark-as-set): New function.
798
799 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * cus-start.el: Don't warn about "x-*" symbols when building a
802 non-GUI version.
803
804 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
805
806 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
807 Doc fix.
808 (strokes-help): Do not use doubled with-output-to-temp-buffer.
809 Fix the help string.
810 (strokes-prompt-user-save-strokes): Fix typo.
811 (strokes-list-strokes): Use proper exit-action argument for
812 view-buffer. Update copyright notice.
813
814 * international/mule-diag.el: Various doc and message fixes.
815 (non-iso-charset-alist): Add mac-roman. Don't add entries for
816 codepages already present.
817 (list-block-of-chars): Display space for null entries in
818 translation table. Display tab specially.
819 (list-non-iso-charset-chars): Check for null charsets. Use pop
820 for clarity. Don't break 8-bit sets into sections between ranges.
821 (list-charset-chars): Avoid indent-tabs-mode.
822 (describe-char-after): Maybe use the text property for syntax
823 table information. Maybe report char-code-property-table info.
824 Maybe report character's unicode. Tweak printing of list info.
825 (list-input-methods): Add xref buttons.
826 (dump-charsets, dump-codings): Deleted (obsolete).
827 From Dave Love <fx@gnu.org>.
828
829 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
830
831 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
832
833 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
834
835 * viper-util.el (viper-read-key-sequence): Fix so it'll read
836 fast key sequences in emacs native mode
837 (viper-events-to-keys): Delete.
838
839 * viper.el (describe-key, describe-key-briefly): Get rid of
840 viper-events-to-keys.
841
842 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
843
844 * ediff-wind.el (ediff-setup-control-frame):
845 Use ediff-has-gutter-support.
846
847 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
848 check if buff is alive.
849
850 * ediff.el: Typo in comment.
851
852 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
853
854 * menu-bar.el (menu-bar-options-save): Take care of
855 line-number-mode and column-number-mode variables.
856 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
857 "Show Column Number" in "Show/Hide" menu.
858
859 2002-02-09 Richard M. Stallman <rms@gnu.org>
860
861 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
862
863 2002-02-09 Kim F. Storm <storm@cua.dk>
864
865 * faces.el (mode-line-inactive): New face for mode-line for
866 non-selected windows.
867 (mode-line): Doc fix: Only used for selected window.
868
869 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
872 name to "Insert Diary Entry".
873
874 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
875
876 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
877 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
878
879 2002-02-08 Richard M. Stallman <rms@gnu.org>
880
881 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
882
883 2002-02-08 Andreas Schwab <schwab@suse.de>
884
885 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
886 of point-min.
887
888 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
889
890 * net/ange-ftp.el (ange-ftp-process-handle-line)
891 (ange-ftp-set-xfer-size): If the file's size is a float, divide
892 by 1024 instead of using ash.
893
894 * international/mule-cmds.el (select-safe-coding-system):
895 State the buffer's name in the message popped in the *Warning* buffer,
896 and make sure the offending buffer is displayed.
897
898 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
899
900 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
901
902 2002-02-07 Richard M. Stallman <rms@gnu.org>
903
904 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
905
906 * register.el (list-registers): New command.
907 (describe-register-1): New subroutine, taken out of view-register.
908
909 * emacs-lisp/copyright.el (copyright-regexp):
910 Delete the unibyte copyright symbol; it's redundant.
911 Fix a spazz in the multibyte encoding here.
912
913 2002-02-07 Dave Love <fx@gnu.org>
914
915 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
916 (cyrillic-encode-alternativnyj-char): Get translation tables from
917 symbol properties, not as variables.
918 (standard-display-cyrillic-translit): Include unicodes.
919
920 2002-02-06 Kim F. Storm <storm@cua.dk>
921
922 * help.el (where-is): Report remapped commands.
923
924 * help-fns.el (describe-function-1): Ditto.
925
926 * subr.el (global-set-key, local-set-key): Accept a symbol for the
927 KEY argument (like define-key).
928
929 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
930
931 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
932
933 2002-02-06 Richard M. Stallman <rms@gnu.org>
934
935 * mail/mailabbrev.el: Require sendmail only at compile time.
936 (mail-mode-header-syntax-table): Var deleted.
937 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
938 (sendmail-pre-abbrev-expand-hook): Only temporarily change
939 local-abbrev-table and the syntax table.
940 Compute mail-abbrev-syntax-table if that has not been done.
941
942 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
943
944 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
945 (debugger-frame-number): Figure out the offset directly.
946 (debugger-setup-buffer): Don't use debugger-frame-offset.
947 (debugger-frame, debugger-frame-clear): Likewise.
948 (debugger-jump): Don't alter debugger-frame-offset.
949
950 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
951 Replace foo-p as var name with foo-flag, not foo-p-flag.
952
953 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
954 (highlight-changes-passive-string): Default to -Chg.
955 (highlight-changes-global-modes): Doc fix.
956
957 * dired.el (dired-get-filename): Add /: when appropriate
958 to avoid taking a local name as remote.
959
960 * files.el (file-name-non-special): Add special handling for
961 file-name-sans-versions, file-name-completion, and
962 file-name-all-completions.
963
964 * isearch.el (isearch-update): Don't update display in kbd macro.
965 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
966
967 * subr.el (force-mode-line-update): Doc fix.
968
969 * subr.el (atomic-change-group, prepare-change-group)
970 (activate-change-group, accept-change-group, cancel-change-group):
971 New functions.
972
973 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
974 (transpose-subr-1): Use atomic-change-group.
975
976 * subr.el (add-minor-mode): Include the mode's lighter string
977 in the minor mode menu item name.
978
979 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
980 rmail-count-screen-lines starting from (point-min).
981
982 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
983 beyond the image height, to use the fancy splash screen.
984
985 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
986 (text-mode): Set text-mode-variant here.
987
988 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * play/pong.el (pong-height): Don't use height that exceeds the
991 frame height.
992 (pong-border-options): Make the border colors slightly more bright.
993
994 * play/gamegrid.el (gamegrid-display-type): Treat any
995 color-capable display as color-x, if display-color-p is fboundp.
996 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
997 (gamegrid-make-color-tty-face): Use the value of color, not the
998 symbol itself. Don't call gamegrid-color.
999
1000 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1001
1002 * gud.el (gud-refresh): Call recenter only after we are sure we
1003 are in the right window.
1004
1005 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
1006
1007 * cus-edit.el (customize-mark-to-save): New function.
1008 * menu-bar.el (menu-bar-options-save): Rewrote.
1009
1010 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1011
1012 * cus-start.el (x-use-underline-position-properties):
1013 Allow customization.
1014
1015 2002-02-04 Simon Josefsson <jas@extundo.com>
1016
1017 * dired.el (dired-load-hook, dired-mode-hook)
1018 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1019
1020 2002-02-03 Colin Walters <walters@verbum.org>
1021
1022 * ibuf-ext.el (ibuffer-filter-format-alist)
1023 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1024 New variables.
1025 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1026 is now the Emacs CVS tree.
1027 (ibuffer-formats): Doc fix.
1028 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1029 (ibuffer-current-format): Use them.
1030 (ibuffer-recompile-formats, ibuffer-check-formats)
1031 (ibuffer-switch-format, ibuffer-update-title):
1032 Add support for ibuffer-filter-format-alist.
1033 (define-ibuffer-column process): Remove unncessary consing.
1034
1035 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1036 for a summary column.
1037
1038 2002-02-03 Andreas Schwab <schwab@suse.de>
1039
1040 * window.el (save-selected-window): Move macro before first use.
1041 (balance-windows): Fix misplaced parenthesis.
1042
1043 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1044
1045 * calculator.el (calculator-displayers): Doc fixes.
1046
1047 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1048
1049 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1050 (menu-bar-options-save): Save also the value of `display-time-mode'.
1051 (showhide-date-time): New function.
1052 (menu-bar-showhide-menu): New menu-item "Date and time".
1053
1054 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1057 get-file-buffer to check for rmail buffer existence.
1058
1059 * term.el (term-emulate-terminal): Extract proper command string
1060 which is supplied to term-command-hook.
1061
1062 2002-02-03 Richard M. Stallman <rms@gnu.org>
1063
1064 * international/quail.el (quail-help): Don't call help-setup-xref.
1065
1066 * international/mule-cmds.el (describe-input-method):
1067 Call help-setup-xref here.
1068 (describe-current-input-method): Doc fix.
1069
1070 * novice.el (disabled-command-hook): Clarify output text.
1071 Indent the paragraph from the command's doc string.
1072
1073 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1074 Exit loop on beginning of field rather than bobp.
1075
1076 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1077
1078 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1079 the message text into the *mail* buffer, and restore the pruned
1080 state after that.
1081
1082 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1083 looking for X-Coding-System header, and restore the pruned state
1084 before returning.
1085
1086 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1087
1088 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1089
1090 These changes integrate new version of flyspell.el from its
1091 maintainer, Manuel Serrano:
1092
1093 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1094 (flyspell-mode-on, flyspell-notify-misspell)
1095 (flyspell-small-region, flyspell-external-point-words)
1096 (flyspell-large-region): Use it
1097 (flyspell-before-incorrect-word-string)
1098 (flyspell-after-incorrect-word-string): New user options.
1099 (make-flyspell-overlay): Use them.
1100 (flyspell-version): New function.
1101 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1102 definitions to use :weight.
1103 (flyspell-insert-function): New user option.
1104 (flyspell-auto-correct-word, flyspell-correct-word)
1105 (flyspell-xemacs-correct): Use it.
1106 (flyspell-define-abbrev): New function.
1107 (flyspell-auto-correct-word, flyspell-correct-word)
1108 (flyspell-xemacs-correct): Use it.
1109 (make-flyspell-overlay): Use `evaporate' property.
1110 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1111 (flyspell-emacs-popup): Use `session' instead of `accept'.
1112 (flyspell-auto-correct-previous-pos): New variable.
1113 (flyspell-auto-correct-previous-hook)
1114 (flyspell-auto-correct-previous-word): New functions.
1115
1116 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1119 don't alter the user's ~/.emacs.
1120 (disable-command): If user-init-file is nil or does not exist,
1121 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1122 But don't alter the init file if Emacs was invoked as "emacs -q"
1123
1124 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * mail/sendmail.el (mail-mode): Undo half of last change.
1127
1128 * indent.el (indent-for-tab-command): Remove spurious code.
1129
1130 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1131
1132 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1133
1134 * calendar/time-date.el: Moved from lisp/gnus.
1135
1136 * calendar/parse-time.el: Ditto.
1137
1138 2002-01-31 Richard M. Stallman <rms@gnu.org>
1139
1140 * international/iso-acc.el (iso-languages): Fix ", " in French.
1141
1142 * cus-start.el (history-length): Specify customization for it.
1143
1144 * emacs-lisp/debug.el (debugger-setup-buffer):
1145 When an eval-buffer frame was reading from a buffer,
1146 insert indication of the buffer position.
1147 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1148 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1149
1150 * simple.el (shell-command-on-region): Err if no mark
1151 before reading the command string.
1152
1153 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1154 Definitions moved down after hl-line-mode var's definition.
1155
1156 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1157 (hilit-chg-set-face-on-change): Rename arg.
1158 (hilit-chg-make-ov): Detect error earlier.
1159
1160 * ediff-hook.el: Delete autoload cookies.
1161
1162 * comint.el (comint-scroll-show-maximum-output): Default is t.
1163
1164 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1165 (batch-byte-compile-if-not-done): New function.
1166
1167 * Makefile.in (compile): New target.
1168 (compile-always): Renamed from compile-files.
1169 (compile-after-backup): Renamed from compile.
1170 (bootstrap): Depend on compile-always, not compile-files.
1171
1172 * emulation/pc-select.el (pc-select-save-and-set-mode):
1173 Properly use MODE-VAR.
1174
1175 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1176
1177 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1178 Version" to "About Emacs".
1179 (menu-bar-options-save): Add `default-frame-alist'
1180 to saved variables.
1181 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1182 of the variable `scroll-bar-mode'.
1183
1184 * startup.el (normal-splash-screen, display-splash-screen):
1185 New functions (separated from command-line-1).
1186 (command-line-1): Use them.
1187
1188 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * calendar/calendar.el (generate-calendar-month): Doc fix.
1191
1192 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1193
1194 * time.el (display-time-mail-directory): New option.
1195 (display-time-mail-function): Update doc-string.
1196 (display-time-mail-icon): Use XPM image when available.
1197 (display-time-string-forms): Use more descriptive text as
1198 help-echo property.
1199 (display-time-mail-check-directory): New function.
1200 (display-time-update): Use it.
1201
1202 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1203 Quote `window-system'.
1204
1205 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1206 Add Keywords header. Update Commentary section.
1207 Update copyright notice.
1208
1209 * menu-bar.el (menu-bar-scroll-bar-right)
1210 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1211 (showhide-menu-bar): New functions.
1212 (menu-bar-showhide-menu): New submenu "Show/Hide".
1213 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1214 "Show/Hide".
1215 Update copyright notice.
1216
1217 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1218
1219 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1220
1221 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1222
1223 * pc-select.el (pc-selection-mode-hook)
1224 (pc-select-saved-settings-alist, pc-select-map)
1225 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1226 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1227 (pc-select-meta-moves-sexps-key-bindings)
1228 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1229 New variables.
1230 (pc-select-define-keys, pc-select-restore-keys): New functions.
1231 (pc-select-add-to-alist, pc-select-save-and-set-var)
1232 (pc-select-save-and-set-mode, pc-select-restore-var)
1233 (pc-select-restore-mode): New macros.
1234 (pc-selection-mode): Completely rewrote the body of the function;
1235 the main goal was to make pc-selection-mode "turn-off"-able, like
1236 other minor modes. Use define-minore-mode instead of just a
1237 defun. Store the key bindings into four alists:
1238 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1239 pc-select-meta-moves-sexps-key-bindings, and
1240 pc-select-tty-key-bindings; then have the pc-select-define-keys
1241 function walk those alists instead of calling define-key
1242 repeatedly. When the mode is turned on, set the
1243 keybindings in global-map and remember the old keybindings; when
1244 the mode is turned off, restore the previously-saved keybindings.
1245 (pc-selection-mode defcustom): Reflect the fact that the mode is
1246 now "turn-off"-able.
1247
1248 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1249
1250 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1251 returns t, don't treat that as an error.
1252
1253 2002-01-25 Jason Rumney <jasonr@gnu.org>
1254
1255 * faces.el (face-font-registry-alternatives) [windows-nt]:
1256 Add ms-oemlatin as an alternative for iso8859-1.
1257
1258 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1259
1260 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1261 args and the absence of an entry. Don't add -f each time.
1262
1263 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1266
1267 Support for more than 8 colors on character terminals:
1268
1269 * term/rxvt.el: New file.
1270
1271 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1272
1273 * term/xterm.el (xterm-standard-colors): New variable.
1274 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1275 (xterm-rxvt-set-background-mode): New functions.
1276 (toplevel): Call xterm-register-default-colors,
1277 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1278 Add support for more keys from xterm's terminfo entry.
1279
1280 * facemenu.el (list-colors-display): If the argument is nil, don't
1281 show more colors that the number returned by display-color-cells.
1282
1283 * term/pc-win.el (msdos-color-values): Reverse the order of the
1284 colors, since tty-color-define now preserves the registration order.
1285
1286 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1287
1288 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1289 (tty-register-default-colors): New function; code moved from
1290 startup.el's command-line.
1291 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1292 the order the colors where registered.
1293
1294 * frame.el (display-color-cells): Use tty-display-color-cells.
1295
1296 * startup.el (command-line): Call tty-register-default-colors.
1297
1298 2002-01-25 Richard M. Stallman <rms@gnu.org>
1299
1300 * subr.el (remove): Doc fix.
1301
1302 2002-01-24 Richard M. Stallman <rms@gnu.org>
1303
1304 * progmodes/compile.el (compilation-handle-exit):
1305 Add a compilation-handle-exit property to the "finished" message.
1306 (compilation-parse-errors): Stop parsing when that property is seen.
1307
1308 * subr.el (substring-no-properties): New function.
1309 (copy-without-properties): Function deleted.
1310
1311 * term/x-win.el (x-handle-geometry): Put sizes on both
1312 initial-frame-alist and default-frame-alist.
1313
1314 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1315 for saving .emacs.
1316
1317 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1318
1319 * calendar/calendar.el (generate-calendar-month): Doc fix.
1320
1321 2002-01-23 Richard M. Stallman <rms@gnu.org>
1322
1323 * play/tetris.el (tetris): New defgroup.
1324 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1325 (tetris-default-tick-period): Convert to defcustom.
1326 Added * in docstring to indicate user variable.
1327 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1328 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1329 (tetris-buffer-height, tetris-width, tetris-height)
1330 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1331
1332 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1335 and is already matched by adaptive-fill-regexp.
1336
1337 2002-01-22 Richard M. Stallman <rms@gnu.org>
1338
1339 * bindings.el (mode-line-copied-mode-name): New variable.
1340 (mode-line-mode-name): Don't modify mode-name itself!
1341 Instead, make a copy and reuse it.
1342
1343 * subr.el (copy-without-properties): New function.
1344
1345 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1346
1347 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1348 slash if DIR is just slash.
1349
1350 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1351
1352 2002-01-21 Richard M. Stallman <rms@gnu.org>
1353
1354 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1355
1356 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1357 Move defvar up.
1358
1359 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1360
1361 * ibuffer.el: Don't require ibuf-ext at load time.
1362 (ibuffer): Require ibuf-ext here.
1363
1364 2002-01-21 Francesco Potorti` <pot@gnu.org>
1365
1366 * generic-x.el (apache-conf-generic-mode): Highlight the first
1367 word in a line even if preceded by blanks.
1368
1369 2002-01-21 Richard M. Stallman <rms@gnu.org>
1370
1371 * window.el (window-body-height): Handle minibuffer window specially.
1372 Otherwise, don't return less than 1.
1373
1374 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1375
1376 * ange-ftp.el: Added support for BS2000, and for raw ftp
1377 login commands (needed in some circumstances).
1378 (ange-ftp-raw-login): New custom var.
1379 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1380 ange-ftp-raw-login is set and account password is needed.
1381 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1382 (ange-ftp-bs2000-filename-pubset-regexp)
1383 (ange-ftp-bs2000-filename-username-regexp)
1384 (ange-ftp-bs2000-filename-prefix-regexp)
1385 (ange-ftp-bs2000-name-template): New consts.
1386 (ange-ftp-bs2000-short-filename-regexp)
1387 (ange-ftp-bs2000-fix-name-regexp-reverse)
1388 (ange-ftp-bs2000-fix-name-regexp): New consts.
1389 (ange-ftp-bs2000-special-prefix): New custom var.
1390 (ange-ftp-fix-name-for-bs2000)
1391 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1392 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1393 (ange-ftp-bs2000-posix-hook-installed): New vars.
1394 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1395 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1396 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1397 (ange-ftp-bs2000-filename-regexp): New const.
1398 (ange-ftp-bs2000-additional-pubsets): New custom var.
1399 (ange-ftp-bs2000-cd-to-posix): New fun.
1400
1401 2002-01-20 Colin Walters <walters@verbum.org>
1402
1403 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1404 with `byte-compile-dynamic'.
1405 (ibuffer-default-directory, toplevel): Doc files.
1406
1407 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1408
1409 * tempo.el (tempo-define-template): Doc fix.
1410
1411 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1412
1413 2002-01-20 Jason Rumney <jasonr@gnu.org>
1414
1415 * w32-vars.el: New file.
1416
1417 * loadup.el [windows-nt]: Load it.
1418
1419 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1420 and make them defcustoms.
1421
1422 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1423
1424 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1425
1426 * language/tibet-util.el (tibetan-decompose-region)
1427 (tibetan-decompose-string): Fix typo in docstring.
1428
1429 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1430
1431 2002-01-18 Richard M. Stallman <rms@gnu.org>
1432
1433 * comint.el (comint-redirect-send-command-to-process):
1434 Restore previous current buffer.
1435
1436 * window.el (window-body-height): New function.
1437
1438 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1439
1440 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1441 "Finish Function" menu map entries for jdb mode.
1442 (gud-jdb-use-classpath): New customization variable.
1443 (gud-jdb-command-name): Add customization.
1444 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1445 (gud-jdb-classpath-string): New variable.
1446 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1447 (gud-jdb-build-source-files-list): Likewise.
1448 (gud-jdb-massage-args): Record any command argument classpath
1449 string in `gud-jdb-classpath-string'.
1450 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1451 java call stack in jdb output.
1452 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1453 (gud-jdb-parse-classpath-string): New functions.
1454 (gud-jdb-marker-filter): Search/detect classpath information in
1455 jdb's output. marker regexp updated to match oldjdb and jdb output
1456 formats. Expand search for source files to include new/old methods
1457 using new functions above. Do not allow `gud-marker-acc' to grow
1458 without bound.
1459 (jdb): Set classpath information (if available) as jdb is started.
1460 Change `gud-break' and `gud-remove'
1461 to use new %c ("class") escape in format strings. Add
1462 `gud-finish', `gud-up', `gud-down' command string functions, and
1463 add them to the local menu map. Update `comint-prompt-regexp' for
1464 jdb and oldjdb. If attaching to an already running java VM and
1465 configured to use classpath, send command to query for classpath,
1466 else use previous method for finding and parsing java
1467 sources. Set `gud-jdb-find-source' function accordingly.
1468 (gud-mode): Doc fix.
1469 (gud-format-command): Add support for new %c ("class") escape.
1470 (gud-find-class): New function in support of %c escape.
1471
1472 2002-01-17 Richard M. Stallman <rms@gnu.org>
1473
1474 * ibuf-ext.el: Enable byte-compile-dynamic.
1475
1476 2002-01-17 Jason Rumney <jasonr@gnu.org>
1477
1478 * term/w32-win.el: Restore conditional require of fontset.
1479
1480 2002-01-16 Richard M. Stallman <rms@gnu.org>
1481
1482 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1483 more or less.
1484 (mouse-drag-region): New function. For a click in the echo area,
1485 show *Messages*.
1486
1487 * ibuf-ext.el: Delete the autoloads for functions defined with
1488 ibuffer-specific commands.
1489
1490 * help.el (describe-distribution): Really call view-file.
1491
1492 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1493 (ange-ftp-get-process): Pass that arg.
1494
1495 * comint.el (comint-simple-send): Fix previous change.
1496
1497 * net/telnet.el (telnet-simple-send): Fix previous change.
1498
1499 * progmodes/sql.el (sql-escape-newlines-and-send)
1500 (sql-query-placeholders-and-send): Fix previous change.
1501
1502 2002-01-16 Colin Walters <walters@verbum.org>
1503
1504 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1505 URL, Compatibility headers. Update copyright notice.
1506 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1507
1508 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1509
1510 * startup.el (command-line): Set EOL mnemonics for the Mac.
1511
1512 2002-01-16 Andreas Schwab <schwab@suse.de>
1513
1514 * mail/feedmail.el (feedmail): Fix :link spec.
1515
1516 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1517
1518 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1519 2 ldapsearch.
1520
1521 * net/eudc.el: New maintainer. Change author's address.
1522 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1523 Variables removed.
1524 (eudc-insert-selected): Function removed.
1525 (eudc-select): Reimplemented.
1526 (eudc-expand-inline): Delete the strings only after its expansion
1527 is chosen not before.
1528
1529 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1530 Minor coding style fixes.
1531
1532 * net/eudcb-ldap.el: New maintainer. Change author's address.
1533 (eudc-attribute-display-method-alist): Display mail with
1534 eudc-display-mail.
1535
1536 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1537 * net/eudc-vars.el: New maintainer. Change author's address.
1538
1539 * net/eudc-bob.el: New maintainer. Change author's address.
1540 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1541 (eudc-display-mail): New function.
1542 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1543
1544 2002-01-15 Richard M. Stallman <rms@gnu.org>
1545
1546 * emacs-lisp/autoload.el (make-autoload):
1547 Don't handle define-ibuffer-column, define-ibuffer-filter,
1548 define-ibuffer-sorter, and define-ibuffer-op.
1549
1550 2002-01-14 Richard M. Stallman <rms@gnu.org>
1551
1552 * calendar/calendar.el (diary-date-forms): Doc fix.
1553
1554 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1555
1556 * startup.el (command-line): Register the default tty colors even
1557 if the terminal doesn't seem to support colors.
1558 <tty-long-option-alist>: New option --color.
1559 (tty-handle-args): Parse the --color arg.
1560
1561 * term/tty-colors.el (tty-color-mode-alist): New variable.
1562
1563 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1564
1565 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1566 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1567 Use it.
1568 (ange-ftp-hook-function): Preserve match-data.
1569 (ange-ftp-insert-directory): Typo.
1570 (ange-ftp-shell-command): Check if regexp matched.
1571
1572 2002-01-13 Richard M. Stallman <rms@gnu.org>
1573
1574 * international/mule-cmds.el: help-map bindings moved to help.el.
1575
1576 * help.el (view-echo-area-messages): New function.
1577 (help-map): Add `e' binding. Delete obsolete `d' binding.
1578 Change old Info bindings C-f, C-k and C-i to F, K, S.
1579 Move view-emacs-FAQ from F to C-f.
1580 Move view-emacs-problems from P to C-e.
1581 Bindings moved here from mule-cmds.el.
1582 C-l binding for describe-language-environment deleted
1583 (help-for-help): Update for all these changes.
1584
1585 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1586
1587 2002-01-13 Dave Love <fx@gnu.org>
1588
1589 * emacs-lisp/copyright.el: Doc fixes.
1590 (copyright-regexp): Add Latin-9 copyright sign.
1591 Match comment delimiters in year lists.
1592 (copyright-current-year): Initialize to load-time year.
1593
1594 2002-01-13 Andreas Schwab <schwab@suse.de>
1595
1596 * dired-aux.el (dired-do-shell-command): Doc fix.
1597
1598 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
1599
1600 * startup.el (command-line-x-option-alist): New options "-fs",
1601 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1602
1603 * term/x-win.el (x-handle-initial-switch): New function.
1604
1605 2002-01-13 Colin Walters <walters@debian.org>
1606
1607 * emacs-lisp/autoload.el (make-autoload): Handle
1608 define-ibuffer-column, define-ibuffer-filter,
1609 define-ibuffer-sorter, and define-ibuffer-op.
1610
1611 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
1612
1613 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
1614
1615 2002-01-12 Richard M. Stallman <rms@gnu.org>
1616
1617 * net/browse-url.el (browse-url-grail):
1618 Use browse-url-maybe-new-window.
1619
1620 * net/telnet.el (telnet-simple-send): Handle
1621 comint-input-sender-no-newline like comint-simple-send.
1622
1623 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1624 comint-input-sender-no-newline like comint-simple-send.
1625 (sql-escape-newlines-and-send): Likewise.
1626
1627 * comint.el (comint-input-sender): Doc fix.
1628 (comint-input-sender-no-newline): New variable.
1629 (comint-simple-send): If comint-input-sender-no-newline,
1630 don't output newline, but maybe send eof.
1631 (comint-send-input): New arg NO-NEWLINE.
1632 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1633
1634 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1635
1636 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1637 delaying when executing keyboard macros.
1638
1639 2002-01-12 Richard M. Stallman <rms@gnu.org>
1640
1641 * simple.el (line-move): If we can't move enough lines,
1642 go to beginning or end of line.
1643
1644 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1645 and proper window.
1646
1647 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1648 Switch buffers only after calling `help-buffer'.
1649
1650 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1651 only when they are surrounded by whitespace.
1652 Use dired-mark-separator when adding one file name to a command.
1653 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1654 Ask for confirmation if * or ? is not surrounded by whitespace.
1655 (dired-bunch-files): Re-reverse the partial file list when it is used.
1656
1657 2002-01-12 Richard M. Stallman <rms@gnu.org>
1658
1659 * comint.el (comint-dynamic-list-completions): Repeating the command
1660 after displaying a completion list scrolls the list.
1661
1662 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1663
1664 * files.el (find-file-noselect): Don't consider a buffer as
1665 visiting a file literally if it is in hexl-mode.
1666
1667 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1668
1669 2002-01-11 Richard M. Stallman <rms@gnu.org>
1670
1671 * startup.el (initial-scratch-message): Fix custom type, add group.
1672
1673 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1674 around the decode-coding-region call.
1675
1676 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1677 after displaying a completion list scrolls the list.
1678
1679 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1680
1681 * version.el (emacs-version): Bump to 21.2.50.
1682
1683 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1684
1685 * play/zone.el (zone-timeout): New var.
1686 (zone-hiding-modeline): New macro.
1687 (zone-call): New func.
1688
1689 (zone): Init `modeline-hidden-level' symbol property.
1690 Use `zone-call' instead of `funcall'.
1691
1692 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1693
1694 (zone-pgm-stress): Use `zone-hiding-modeline'.
1695
1696 (zone-pgm-stress-destress): New zone program.
1697
1698 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1701
1702 2002-01-09 Richard M. Stallman <rms@gnu.org>
1703
1704 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1705
1706 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
1707
1708 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
1709 flyspell-mouse-map.
1710
1711 2002-01-08 Richard M. Stallman <rms@gnu.org>
1712
1713 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1714
1715 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1716
1717 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1718
1719 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1720
1721 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1722 Do not use make-local-hook.
1723
1724 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * international/quail.el (quail-start-translation)
1727 (quail-start-conversion): Bind last-command-event, last-command,
1728 and this-command in the first let. This fixes the change from
1729 2000-08-30.
1730
1731 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
1732
1733 * ediff-hook.el: Add an autoload cookie.
1734
1735 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1736
1737 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1738 address of the author.
1739
1740 2002-01-08 Richard M. Stallman <rms@gnu.org>
1741
1742 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1743 (occur-mode-map): Bind `o' to that.
1744
1745 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
1746
1747 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1748 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1749 cases. Used to reduce the number of warnings.
1750
1751 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1752 (viper-standard-value): Move here from viper.el.
1753 (viper-set-unread-command-events): Move to viper-util.el
1754 (viper-check-minibuffer-overlay): Make sure
1755 viper-minibuffer-overlay is moved to cover the entire input field.
1756
1757 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
1758 (viper-read-key-sequence, viper-set-unread-command-events)
1759 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
1760
1761 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
1762
1763 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
1764
1765 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
1766
1767 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1768 (viper-event-vector-p): Move to viper-util.el
1769
1770 * viper.el (viper-standard-value): Move to viper-cmd.el.
1771 Use viper-cond-compile-for-xemacs-or-emacs.
1772
1773 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1774
1775 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1776
1777 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1778 New macro designed to be used in many places where ediff-emacs-p or
1779 ediff-xemacs-p was previously used. Reduces the number of warnings.
1780 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
1781 of ediff-xemacs-p.
1782 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1783 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1784 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1785 Move to ediff-util.el.
1786 (ediff-event-key): Moved here.
1787
1788 * ediff-merge.el: Got rid of unreferenced variables.
1789
1790 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1791
1792 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1793 (ediff-cleanup-mess): Improve the way windows are set up after
1794 quitting ediff.
1795 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1796 (ediff-dispose-of-variant-according-to-user): New function
1797 designed to be smarter and also understands indirect buffers.
1798 (ediff-highlight-diff-in-one-buffer)
1799 (ediff-unhighlight-diff-in-one-buffer)
1800 (ediff-unhighlight-diffs-totally-in-one-buffer)
1801 (ediff-highlight-diff, ediff-highlight-diff)
1802 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1803 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1804 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1805 Moved here.
1806 (ediff-format-bindings-of): New function by Hannu Koivisto
1807 <azure@iki.fi>.
1808 (ediff-setup): Make sure the merge buffer is always widened and
1809 modifiable.
1810 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
1811 result of a merge into a file visited by another buffer.
1812 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
1813 is visited by another buffer and ask to save/delete that buffer.
1814 (ediff-verify-file-merge-buffer): New function to do the above.
1815
1816 * ediff-vers.el: Load ediff-init.el at compile time.
1817
1818 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1819
1820 * ediff.el (ediff-windows, ediff-regions-wordwise)
1821 (ediff-regions-linewise): Use indirect buffers to improve
1822 robustness and make it possible to compare regions of the same
1823 buffer (even overlapping regions).
1824 (ediff-clone-buffer-for-region-comparison)
1825 (ediff-clone-buffer-for-window-comparison): New functions.
1826 (ediff-files-internal): Refuse to compare identical files.
1827 (ediff-regions-internal): Get rid of the warning about comparing
1828 regions of the same buffer.
1829
1830 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1831 Plus the following fixes courtesy of Dave Love: Doc fixes.
1832 (ediff-word-1): Use word class and move - to the
1833 front per regexp documentation.
1834 (ediff-wordify): Bind forward-word-function outside loop.
1835 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1836 consing buffer contents.
1837 (ediff-goto-word): Move syntax table setting outside loop.
1838
1839 2002-01-07 Richard M. Stallman <rms@gnu.org>
1840
1841 * dired.el (dired-copy-filename-as-kill): Call kill-append
1842 if following a kill command.
1843
1844 * help-fns.el (describe-variable, describe-function):
1845 Do save-excursion.
1846
1847 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1848
1849 * net/ldap.el (ldap-search-internal): Skip error message from
1850 ldapsearch. Allow listing attribute names only. Do not open
1851 non-existent files.
1852
1853 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1854 call non-existent function.
1855
1856 * net/eudc.el (top-level): Revert previous change.
1857
1858 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1859 variables to prevent warning from byte-compiler.
1860
1861 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1862 string-match on emacs-version again.
1863
1864 * enriched.el (enriched-make-annotation): Fix the change from
1865 2002-01-05.
1866 (enriched-handle-display-prop): Return proper values.
1867
1868 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1869 proper attribute name labeledUri instead of deprecated labeledUrl.
1870
1871 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1872
1873 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1874 editing an empty hotlist.
1875
1876 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1877 Use buffer-string instead of buffer-substring for the whole
1878 buffer.
1879
1880 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1881 not free.
1882
1883 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1884 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1885 (eudc-bob-save-object): Make the buffer unibyte.
1886 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1887 object to external program.
1888
1889 2002-01-05 Andre Spiegel <spiegel@gnu.org>
1890
1891 * vc.el (vc-branch-part): Return nil if there's no `.'
1892 (vc-default-previous-version): Renamed from vc-previous-version.
1893 New args BACKEND and FILE. Return nil for revision numbers
1894 without a `.'
1895 (vc-version-diff): Call vc-BACKEND-previous-version.
1896 (vc-steal-lock): Steal lock before composing mail, so that no mail
1897 is sent when the stealing goes wrong. And we'll actually see the
1898 error in that case now.
1899 (vc-finish-steal): Removed.
1900
1901 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1902 the lock, so that we see expanded headers.
1903 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1904 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1905 available from vc.el. Updated all callers.
1906
1907 2002-01-05 Richard M. Stallman <rms@gnu.org>
1908
1909 * enriched.el (enriched-make-annotation): Doc fix.
1910
1911 * format.el (format-replace-strings, format-subtract-regions)
1912 (format-annotate-region, format-annotate-location)
1913 (format-annotate-atomic-property-change)
1914 (format-annotate-single-property-change): Doc fixes.
1915
1916 2002-01-05 Jason Rumney <jasonr@gnu.org>
1917
1918 * term/w32-win.el: Require fontset unconditionally.
1919 (w32-handle-scroll-bar-event): Remove.
1920
1921 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1922
1923 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1924 copyrights to be updated.
1925
1926 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1927
1928 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1929 2001-10-24.
1930
1931 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1932
1933 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1934
1935 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1936 entry.
1937 (ldap-ignore-attribute-codings): Change the default value to allow
1938 encoding/decoding of attributes.
1939 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1940
1941 2002-01-03 Richard M. Stallman <rms@gnu.org>
1942
1943 * files.el (basic-save-buffer): Undo previous change.
1944
1945 * calendar/diary-lib.el (diary-block): Doc fix.
1946
1947 * custom.el (defcustom): Fix syntax of previous change.
1948
1949 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1950
1951 * custom.el (defcustom): Documented :tag, :link and :load.
1952
1953 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1954
1955 * mail/sendmail.el (mail-recover-1): New function.
1956 (mail-recover): Switch to the *mail* buffer right away. Use
1957 buffer-auto-save-file-name instead of calling
1958 make-auto-save-file-name. Call dired-noselect instead of invoking
1959 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1960 before reading the auto-save file. If the buffer's auto-save file
1961 does not exist, call mail-recover-1 to allow recovery from past
1962 auto-saved drafts.
1963
1964 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1965
1966 * time.el (display-time-load-average-threshold): Fix defcustom
1967 (add type and group).
1968
1969 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1970 specification from the hostname.
1971
1972 2002-01-02 Richard M. Stallman <rms@gnu.org>
1973
1974 * facemenu.el (facemenu-active-faces):
1975 Use face-attributes-as-vector, not face-attributes-vector.
1976
1977 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1978
1979 * xscheme.el: Eleven years of updates on a private copy.
1980
1981 Extensive changes to support multiple xscheme buffers:
1982 (run-scheme): Break up into new functions to facilitate starting
1983 processes in other buffers.
1984 (xscheme-start, xscheme-read-command-line): New functions.
1985 (start-scheme, select-scheme)
1986 (default-xscheme-runlight)
1987 (global-set-scheme-interaction-buffer)
1988 (local-set-scheme-interaction-buffer)
1989 (local-clear-scheme-interaction-buffer)
1990 (exit-scheme-interaction-mode)
1991 (verify-xscheme-buffer): New functions.
1992 (xscheme-process-name, xscheme-buffer-name)
1993 (xscheme-runlight): New internal vars.
1994 (default-xscheme-runlight): New const.
1995 (xscheme-start-process): Add args for the process/buffer names.
1996 (reset-scheme): Pass process/buffer names.
1997 (scheme-interaction-mode): Initialize new local vars.
1998 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1999 (xscheme-select-process-buffer, xscheme-process-buffer)
2000 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2001 (xscheme-goto-output-point, xscheme-write-message-1): Use new
2002 var xscheme-process-name.
2003 (xscheme-start-process): Initialize xscheme-process-name and
2004 xscheme-buffer-name in the process buffer. Pass buffer name to
2005 xscheme-modeline-initialize.
2006 (xscheme-modeline-initialize): Add argument to specify buffer name
2007 for mode-line vars.
2008 (xscheme-process-sentinel): Make sure sentinel is run in the
2009 process buffer so it sees its local vars.
2010 (xscheme-process-filter-initialize, xscheme-set-runlight): More
2011 elaborate logic to handle multiple-buffer mode lines.
2012
2013 (xscheme-enter-input-wait): Re-enable control-G handler upon
2014 entering input wait.
2015
2016 (scheme-interaction-mode): Add arg to preserve local vars.
2017 (xscheme-enter-interaction-mode)
2018 (xscheme-enter-debugger-mode): Preserve local vars.
2019 (xscheme-start-process): Clobber local vars.
2020
2021 (scheme-interaction-mode-commands): Allow end user to add commands
2022 to scheme-interaction-mode keymap.
2023 (scheme-interaction-mode-commands-alist): New variable.
2024
2025 (xscheme-send-string): Don't use insert-before-markers.
2026
2027 Implement a per-buffer kill ring:
2028 (xscheme-insert-expression)
2029 (xscheme-rotate-yank-pointer, xscheme-yank)
2030 (xscheme-yank-pop, xscheme-yank-push): New functions.
2031 (xscheme-expressions-ring)
2032 (xscheme-expressions-ring-yank-pointer)
2033 (xscheme-expressions-ring-max): New variables.
2034 (xscheme-send-string-1): Call xscheme-insert-expression to save
2035 expression in ring.
2036 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2037 (xscheme-previous-send): Deleted variable.
2038
2039 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2040 xscheme-send-control-g-interrupt): Use process-send-string rather
2041 than send-string.
2042
2043 (xscheme-send-region): Insert a newline after an expression that
2044 is submitted in the interaction buffer, for consistency with
2045 recent changes to Edwin.
2046
2047 (xscheme-delete-output): New function mimics comint-delete-output.
2048 (xscheme-last-input-end): New internal variable.
2049 (xscheme-process-filter-output): Update xscheme-last-input-end.
2050
2051 (xscheme-send-control-g-interrupt): Make sure that
2052 xscheme-control-g-disabled-p is looked up in the right buffer.
2053
2054 (xscheme-enable-control-g): Clear C-g message if visible.
2055 (xscheme-control-g-message-string): New internal var.
2056 (xscheme-send-control-g-interrupt): Use new var.
2057
2058 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2059 after sending interrupt in order to work around race condition.
2060
2061 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2062 (xscheme-send-char): Use xscheme-send-char rather than send-string
2063 to send single char.
2064
2065 (xscheme-process-filter, xscheme-process-filter-alist): Add
2066 support for evaluating expressions outside of the call-excursion.
2067 (xscheme-process-filter:string-action-noexcursion): New func.
2068
2069 (xscheme-write-value): Change output string to match that used by
2070 Edwin.
2071
2072 (xscheme-coerce-prompt): Don't write a space after a command
2073 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2074 for us.
2075
2076 (reset-scheme): Delete process after killing it.
2077
2078 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * bindings.el (function-key-map): Don't bind shifted keypad
2081 numeric keys.
2082
2083 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2084
2085 * enriched.el (enriched-handle-display-prop): Remove unused
2086 variables.
2087 (enriched-mode): Doc fix.
2088
2089 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2092 Hebrew points.
2093
2094 2002-01-01 Richard M. Stallman <rms@gnu.org>
2095
2096 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2097
2098 2001-12-31 Richard M. Stallman <rms@gnu.org>
2099
2100 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2101 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2102 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2103 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2104 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2105 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2106 Adapt face definitions to use :weight and :slant.
2107
2108 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2109
2110 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2111
2112 * font-lock.el (initializing from font-lock-face-attributes):
2113 Use :weight and :slant, not :bold and :italic.
2114
2115 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2116
2117 * cus-edit.el (custom-face-edit-fix-value): New function.
2118 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2119
2120 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2121
2122 * progmodes/octave-mod.el (octave-abbrev-table):
2123 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2124 * progmodes/fortran.el (fortran-mode-abbrev-table):
2125 * progmodes/f90.el (f90-mode-abbrev-table):
2126 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2127 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2128 predefined abbrevs as "system" abbrevs.
2129
2130 2001-12-30 Richard M. Stallman <rms@gnu.org>
2131
2132 * info.el (Info-fontify-node): For a **** underline line, put the
2133 invisible and intangible props on the following newline, but not
2134 on the previous newline or the last char of the previous line.
2135
2136 * faces.el (face-set-after-frame-default): Don't change `default' face.
2137
2138 * faces.el (minibuffer-prompt): Adopt some default colors.
2139
2140 * replace.el (query-replace-read-args): Immediate error if read-only.
2141
2142 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2143 Display the output buffer in a more intelligent way.
2144
2145 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2146
2147 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2148 in accordance with files.el's insert-directory.
2149
2150 2001-12-29 Richard M. Stallman <rms@gnu.org>
2151
2152 * files.el (basic-save-buffer): If a before-write hook displays
2153 an echo area message, pause before calling basic-save-buffer-1.
2154
2155 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2156
2157 * textmodes/reftex-global.el (reftex-query-replace-document)
2158 (reftex-change-label): Doc fix.
2159
2160 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2161
2162 * progmodes/etags.el (tags-query-replace): Doc fix.
2163
2164 2001-12-29 Richard M. Stallman <rms@gnu.org>
2165
2166 * progmodes/compile.el (compile-internal): Fix previous change.
2167
2168 2001-12-28 Richard M. Stallman <rms@gnu.org>
2169
2170 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2171 shrink the windows above as necessary to get space.
2172 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2173
2174 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2175 This fixes a bug that treated all files as directories.
2176 (ange-ftp-insert-directory): Explicitly follow symlinks.
2177
2178 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2179 alias symbols--put the translated sequences here directly.
2180
2181 * progmodes/cc-mode.el (c-mode-abbrev-table)
2182 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2183 (java-mode-abbrev-table, pike-mode-abbrev-table):
2184 Mark all the predefined abbrevs as "system" abbrevs.
2185
2186 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2187 (sendmail-send-it): Check mail-specify-envelope-from
2188 and mail-envelope-from in the mail buffer at start.
2189
2190 2001-12-28 Simon Josefsson <jas@extundo.com>
2191
2192 * mail/sendmail.el (mail-envelope-from): Fix :type.
2193 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2194
2195 2001-12-28 Richard M. Stallman <rms@gnu.org>
2196
2197 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2198
2199 * simple.el (line-move-invisible): New subroutine.
2200 (line-move-to-column): New subroutine--smarter about advancing over
2201 invisible parts of a line, or lines, but only as long as hpos grows.
2202 (line-move-finish): New subroutine: repeatedly processes desired
2203 column, intangibility, and fields.
2204 (line-move): Use those subroutines.
2205 When moving lines downward, skip invisible text first rather than last.
2206
2207 2001-12-27 Richard M. Stallman <rms@gnu.org>
2208
2209 * international/mule-diag.el (describe-char-after):
2210 Describe the text properties of the char after point.
2211
2212 * help.el (describe-key): Doc fix.
2213
2214 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2215
2216 * find-dired.el (find-dired-sentinel): Precede exit message by
2217 two spaces, to match the regexp in dired-between-files.
2218
2219 2001-12-28 Miles Bader <miles@gnu.org>
2220
2221 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2222 images (which are lists too).
2223
2224 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2225
2226 * language/european.el: Fix the doc string of "Latin-5" language
2227 environment.
2228
2229 2001-12-26 Richard M. Stallman <rms@gnu.org>
2230
2231 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2232 defined as before 2001-11-09.
2233 (add-minor-mode call): Specify the keymap.
2234
2235 * progmodes/compile.el (compile-internal):
2236 Set TERM variable in process-environment.
2237
2238 2001-12-25 Richard M. Stallman <rms@gnu.org>
2239
2240 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2241 the buffer.
2242
2243 * startup.el (command-line): Convert command line args
2244 to Emacs internal representation using locale-coding-system.
2245
2246 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2247
2248 * international/fontset.el: Don't require ind-util when compiling.
2249
2250 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2251
2252 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2253 set-frame-height and set-frame-width instead of set-screen-height
2254 and set-screen-width.
2255
2256 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2257 of obsolete set-screen-width.
2258
2259 * locate.el (locate): Remove dot at the end of error argument.
2260
2261 * emerge.el (emerge-show-file-name): Use frame-height instead of
2262 obsolete screen-height.
2263
2264 * mail/mh-utils.el (mh-show-msg): Likewise.
2265 (mh-handle-process-error): Use frame-width instead of obsolete
2266 screen-width.
2267
2268 2001-12-25 Richard M. Stallman <rms@gnu.org>
2269
2270 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2271 to enlarge-window. Use save-selected-window. Don't try
2272 to resize windows that end at the bottom "level".
2273 Retry changing the sizes until the windows get the desired sizes.
2274 Discount the minibuffer when computing total height available.
2275
2276 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2277 (debugger-make-xrefs): Only make a button for the first symbol
2278 on any line.
2279
2280 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2283 Call IT-setup-unicode-display here instead of adding it to
2284 dos-codepage-setup-hook, so that Unicode display tables are set
2285 before dos-codepage-setup-hook runs.
2286
2287 2001-12-24 Richard M. Stallman <rms@gnu.org>
2288
2289 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2290 (nslookup-mode-abbrev-table): Don't define it.
2291 (smbclient-mode-abbrev-table): Don't define it.
2292 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2293 (nslookup-mode, smbclient-mode): Likewise.
2294 (network-connection-service-abbrev-alist): Variable deleted.
2295 (network-connection-mode-setup): Don't set up abbrev table.
2296
2297 * faces.el (minibuffer-prompt): New face.
2298 (minibuffer-prompt-properties): Add `face' property.
2299
2300 * replace.el (occur-mode-display-occurrence): New function.
2301 (occur-mode-map): Bind C-o to it.
2302
2303 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2304
2305 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2306 (viper-special-read-and-insert-char): Make C-m work right in the r
2307 comand.
2308 (viper-buffer-search-enable): Fixed format string.
2309
2310 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2311 instead of viper-info-on-file.
2312 (ex-set-visited-file-name): New function.
2313
2314 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2315
2316 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2317 action argument.
2318
2319 * ediff-init.el: Fixed some doc strings.
2320
2321 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2322 Got rid of make-local-hook.
2323
2324 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2325 make-local-hook.
2326
2327 2001-12-23 Richard M. Stallman <rms@gnu.org>
2328
2329 * term/x-win.el (x-handle-geometry): Put height and width
2330 on default-frame-alist, left and top on initial-frame-alist.
2331 * term/w32-win.el (x-handle-geometry): Likewise.
2332
2333 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2334
2335 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2336 not interactive-p.
2337
2338 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2339
2340 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2341 mocklisp entries.
2342
2343 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2344 Lisp. Obsoleted.
2345
2346 * emulation/mlconvert.el: File removed.
2347
2348 * emulation/mlsupport.el: Moved to obsolete.
2349
2350 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2351
2352 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2353
2354 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2355 mocklisp case.
2356
2357 * help-fns.el (describe-function-1): Remove mocklisp function
2358 case.
2359
2360 2001-12-22 Miles Bader <miles@gnu.org>
2361
2362 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2363 turning refill-mode off.
2364
2365 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2366
2367 * time.el (display-time-load-average-threshold): New variable.
2368 (display-time-update): Use it.
2369
2370 These changes allow cycling through past 1, 5 and 15 minutes
2371 load-average displayed in the mode-line.
2372
2373 * time.el (display-time-default-load-average): New customizable option.
2374 (display-time-load-average): New variable.
2375 (display-time-cycle-load-average): New function.
2376 (display-time-update): Use them.
2377
2378 2001-12-21 Richard M. Stallman <rms@gnu.org>
2379
2380 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2381 (apropos-documentation, apropos-value): Pass a suitable string.
2382
2383 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2384
2385 * dired.el (dired-free-space-program, dired-free-space-args):
2386 Aliases for back-compatibility.
2387
2388 * info.el (Info-select-node): If Info-use-header-line is nil, set
2389 header-line-format to nil.
2390 (Info-fontify-node): Don't put a keymap text property on the
2391 heading if we are not going to display the header line. Remove
2392 any such text properties left over from past visits to this node.
2393
2394 * ls-lisp.el (insert-directory): Insert the amount of free disk
2395 space, like files.el's insert-directory does.
2396
2397 * files.el (directory-free-space-program): Mention
2398 file-system-info in the doc string.
2399 (get-free-disk-space): New function; code moved from
2400 insert-directory.
2401 (insert-directory): Call get-free-disk-space to get the amount of
2402 free space.
2403
2404 2001-12-21 Richard M. Stallman <rms@gnu.org>
2405
2406 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2407 (describe-distribution, describe-project): Use view-file.
2408
2409 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2410
2411 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2412
2413 * emacs-lisp/easy-mmode.el (define-minor-mode):
2414 Make no arg by default in an interactive call,
2415 so that repeating the command toggles again.
2416
2417 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2418
2419 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2420
2421 * antlr-mode.el: More sophisticated indentation of cpp directive.
2422 (antlr-indent-at-bol-alist): New user option.
2423 (antlr-indent-line): Use it.
2424 (antlr-indent-style): New user option.
2425 (antlr-mode): Use it.
2426 (antlr-indent-item-regexp): Customize.
2427
2428 * antlr-mode.el: Syntax highlighting changes.
2429 (antlr-font-lock-literal-regexp): New user option.
2430 (antlr-font-lock-syntax-face): New face used for :, |, ....
2431 (antlr-font-lock-default-face): New face.
2432 (antlr-font-lock-additional-keywords): Use them.
2433
2434 * antlr-mode.el: New command to insert options -- variables.
2435 (antlr-mode-map): New binding [C-c C-o].
2436 (antlr-mode-menu): New submenus.
2437 (antlr-options-use-submenus): New user option.
2438 (antlr-tool-version): New user option.
2439 (antlr-options-auto-colon): New user option.
2440 (antlr-options-style): New user option.
2441 (antlr-options-push-mark): New user option.
2442 (antlr-options-assign-string): New user option.
2443 (antlr-options-headings): New variable.
2444
2445 * antlr-mode.el: New command to insert options -- specific.
2446 (antlr-options-alists): New variable.
2447 (antlr-read-value): New function.
2448 (antlr-read-boolean): New function.
2449 (antlr-language-option-extra): New function.
2450 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2451 (antlr-c++-mode-extra): New function.
2452 (antlr-grammar-tokens): New function.
2453 (antlr-imenu-create-index-function): New optional argument.
2454
2455 * antlr-mode.el: New command to insert options -- functions.
2456 (antlr-insert-option): New command.
2457 (antlr-insert-option-interactive): New function.
2458 (antlr-options-menu-filter): New function.
2459 (antlr-option-kind): New function.
2460 (antlr-scan-lists): New alias.
2461 (antlr-scan-lists-internal): New function.
2462 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2463 (antlr-option-level): New function.
2464 (antlr-syntactic-grammar-depth): New function.
2465 (antlr-option-location): New function.
2466 (antlr-insert-option-do): New function.
2467 (antlr-option-spec): New function.
2468 (antlr-version-string): New function.
2469 (antlr-insert-option-existing): New function.
2470 (antlr-insert-option-space): New function.
2471 (antlr-insert-option-area): New function.
2472
2473 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2474 with narrowing. Menu change. Miscellaneous.
2475 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2476 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2477 (antlr-electric-character): New command.
2478 (antlr-class-header-regexp): New variable.
2479 (antlr-font-lock-additional-keywords): Use it.
2480 (antlr-imenu-create-index-function): Use it.
2481 (antlr-file-dependencies): Use it.
2482 (antlr-indent-line): Also works with restrictions.
2483 (antlr-indent-command): Interactive spec - changes the buffer.
2484 (antlr-language-for-option): Deletia.
2485 (antlr-language-option): New function, defined instead.
2486 (antlr-mode): Use it.
2487 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2488
2489 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2490 instead of a literal /dev/null.
2491
2492 * Makefile.in (distclean): Remove Makefile in the build
2493 directory, not in the source directory.
2494
2495 2001-12-21 Simon Josefsson <jas@extundo.com>.
2496
2497 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2498 with-temp-buffer instead of find-file-noselect, and bind
2499 coding-system-for-read to no-conversion when reading the queued
2500 messages. (Simon's code modified slightly by Eli Zaretskii.)
2501
2502 2001-12-20 Werner Lemberg <wl@gnu.org>
2503
2504 * international/mule-diag.el (describe-coding-system,
2505 print-coding-system-briefly): Make printed output have a similar
2506 format as describe-character-set.
2507
2508 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2509
2510 * play/blackbox.el (bb-member): Remove, use member instead.
2511 (bb-delete): Remove, use delete instead.
2512 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2513 bb-score, bb-detour-count and bb-balls-placed.
2514 Propertize results of rays.
2515
2516 2001-12-19 Karl Fogel <kfogel@red-bean.com>
2517
2518 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2519 strings mention keybinding for `isearch-yank-word-or-char',
2520 rather than `isearch-yank-word', since the former is bound now
2521 and the latter is not.
2522 (isearch-yank-word-or-char): Fix formatting.
2523
2524 2001-12-19 Werner Lemberg <wl@gnu.org>
2525
2526 * language/czech.el, language/european.el, language/slovak.el: More
2527 fixes for language info doc strings.
2528
2529 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2530
2531 * loadup.el: Add "language" to the load-path.
2532
2533 2001-12-19 Richard M. Stallman <rms@gnu.org>
2534
2535 * international/mule-cmds.el (describe-language-environment):
2536 Fix calls to help-xref-button.
2537
2538 2001-12-19 Miles Bader <miles@gnu.org>
2539
2540 * international/fontset.el: Require `ind-util' when compiling.
2541
2542 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2543
2544 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2545 instead of decompose-composite-char.
2546
2547 2001-12-18 Richard M. Stallman <rms@gnu.org>
2548
2549 * simple.el (eval-expression-print-level)
2550 (eval-expression-print-length): Doc fixes.
2551
2552 * international/mule-diag.el (describe-character-set):
2553 Fix the arg to help-xref-button.
2554
2555 * files.el (directory-free-space-program): New variable.
2556 (directory-free-space-args): New variable.
2557 (insert-directory): Use those two variables for getting free space.
2558 Use file-system-info instead, if that is defined.
2559
2560 * dired.el (dired-free-space-program): Variable deleted.
2561 (dired-free-space-args): Variable deleted.
2562 (dired-insert-directory): Don't try to determine free space.
2563
2564 * files.el (font-lock-defaults): Add risky-local-variables prop.
2565 (hack-one-local-variable): Treat various font-lock variables as risky.
2566
2567 2001-12-18 Werner Lemberg <wl@gnu.org>
2568
2569 * language/chinese.el, language/cyrillic.el:
2570 * language/czech.el, language/european.el, language/greek.el:
2571 * language/hebrew.el, language/indian.el, language/japanese.el:
2572 * language/korean.el, language/lao.el, language/slovak.el:
2573 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2574 Improve documentation strings of coding systems and language infos.
2575
2576 2001-12-18 Werner LEMBERG <wl@gnu.org>
2577
2578 Add support for EUC-TW decoding/encoding.
2579
2580 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2581 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2582 New auxiliary functions to build `big5-to-cns'.
2583 (big5-to-cns): New translation alist.
2584
2585 * language/chinese.el: Added new coding system `euc-tw' and its
2586 alias `euc-taiwan'.
2587 Updated language `Chinese-CNS' to include euc-tw encoding also.
2588 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2589 euc-tw.
2590
2591 2001-12-18 Dave Love <fx@gnu.org>
2592
2593 * loadup.el: Add language/utf-8-lang, language/georgian.
2594
2595 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2596 (image-file-name-regexps): Doc fix.
2597
2598 * server.el (server-unload-hook): New function.
2599
2600 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2601 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2602
2603 * simple.el (newline): Doc fix.
2604 (eval-expression-print-level, eval-expression-print-length): Doc
2605 fix. Amend :type.
2606 (next-line, previous-line): Make arg optional.
2607 (newline): Doc fix.
2608
2609 * Makefile.in (DONTCOMPILE): Add various language files.
2610
2611 * international/quail.el (quail-input-string-to-events): Don't use
2612 string-to-list.
2613
2614 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2615 calling `newline'.
2616
2617 2001-12-17 Richard M. Stallman <rms@gnu.org>
2618
2619 * comint.el (comint-dynamic-list-input-ring-select): New function.
2620 Switches back to the old window configuration.
2621 (comint-dynamic-list-input-ring): Bind RET to that function.
2622 (comint-dynamic-list-input-ring-window-conf): New variable.
2623
2624 2001-12-17 Werner Lemberg <wl@gnu.org>
2625
2626 * international/mule-conf.el: Improve documentation strings of
2627 character sets.
2628
2629 2001-12-16 Richard M. Stallman <rms@gnu.org>
2630
2631 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2632 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2633
2634 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2635
2636 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2637 Add a DESCRIPTION for the makefile item.
2638
2639 * find-file.el (ff-other-file-name): New function.
2640
2641 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2642
2643 * international/quail.el (quail-input-string-to-events): Fix last
2644 change.
2645
2646 2001-12-16 Richard M. Stallman <rms@gnu.org>
2647
2648 * isearch.el (isearch-edit-string): When we set isearch-string
2649 to the default, also set isearch-message.
2650
2651 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2652
2653 * startup.el (command-line-1): Display startup screen
2654 even if there are command line args.
2655 Add a note about how to go to editing your files.
2656 (fancy-splash-head): Add a note about how to go to your files.
2657 (fancy-splash-outer-buffer): New variable.
2658 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2659
2660 * subr.el (with-temp-message): At the end, always discard
2661 the temp message, even by clearing the echo area.
2662
2663 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2664
2665 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2666
2667 * log-view.el (log-view-message-re, log-view-current-tag):
2668 Recognize Subversion's log output format.
2669
2670 * international/fontset.el: Build the list L at compile time.
2671
2672 * language/ind-util.el (mapthread): Make a closure.
2673
2674 2001-12-15 Richard M. Stallman <rms@gnu.org>
2675
2676 * isearch.el (isearch-start-hscroll): New variable.
2677 (isearch-mode): Set isearch-start-hscroll.
2678 (isearch-update): Restore original hscrolling if possible.
2679
2680 * isearch.el (isearch-edit-string):
2681 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2682
2683 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2684 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2685 rather than regexp search and (2) copying text properties
2686 already set up on text unchanged from the previous backtrace.
2687
2688 * case-table.el (set-case-syntax-pair):
2689 Detect invalid calls and signal an error.
2690
2691 2001-12-15 Richard M. Stallman <rms@gnu.org>
2692
2693 * language/ind-util.el (range): Function deleted.
2694 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2695 All calls changed.
2696
2697 * language/devan-util.el (devanagari-range): Renamed from `range'.
2698 All calls changed.
2699 (devanagari-regexp-of-hashtbl-keys):
2700 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2701
2702 2001-12-15 Dave Love <fx@gnu.org>
2703
2704 * language/ind-util.el: Don't require cl.
2705 (indian-glyph-char, indian-glyph-max-char)
2706 (indian-char-glyph): Moved from indian.el
2707 (indian--puthash-char, mapthread): Don't quote lambda.
2708 (indian--map): New function.
2709 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
2710 (indian--puthash-cv): Use it.
2711
2712 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
2713 (indian-char-glyph): Moved to ind-util.el
2714
2715 * language/devan-util.el (devanagari-post-read-conversion):
2716 New function.
2717
2718 * language/georgian.el: New file.
2719
2720 * international/mule-cmds.el (locale-language-names): Add various
2721 entries. Remove utf-8 special case.
2722 (locale-charset-language-names, locale-preferred-coding-systems):
2723 Add utf-8 case.
2724 (set-language-environment): Process required-features earlier.
2725
2726 * international/quail.el (quail-keyboard-layout-alist):
2727 Add pc105-uk.
2728 (quail-keyboard-layout-type): Fix :type.
2729 (quail-choose-completion-string): Simplify.
2730 (quail-update-leim-list-file): Don't get fooled by commented-out code.
2731 (quail-input-string-to-events): Run events through
2732 translation-table-for-input.
2733
2734 * international/mule-conf.el (translation-table-for-input):
2735 New variable.
2736 (latin-iso8859-14): Amend description.
2737 (file-coding-system-alist): Add entry for utf-8.
2738
2739 * language/utf-8-lang.el: New file.
2740
2741 * international/code-pages.el: New file.
2742
2743 * language/hebrew.el ("Windows-1255"): New language.
2744
2745 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
2746 ("Latvian"): New languages.
2747
2748 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2749
2750 * xml.el: Use setq rather than (set 'foo bar).
2751 Use push+nreverse rather than append.
2752 (xml-node-name, xml-node-attributes, xml-node-children):
2753 Use defsubst rather than macros.
2754 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2755 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2756 Concat the two strings surrounding a comment into a single string.
2757
2758 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2759
2760 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2761
2762 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2763 Document.
2764
2765 2001-12-14 Andre Spiegel <spiegel@gnu.org>
2766
2767 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2768 Return nil if FILE is not registered.
2769 (vc-check-master-templates, vc-default-make-version-backups-p):
2770 Doc fix.
2771
2772 2001-12-13 David Ponce <david@dponce.com>
2773
2774 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
2775 (ruler-mode-left-fringe-cols): New macro.
2776 (ruler-mode-right-fringe-cols): New macro.
2777 (ruler-mode-left-scroll-bar-cols): New macro.
2778 (ruler-mode-right-scroll-bar-cols): New macro.
2779 (ruler-mode-ruler): Use above new macros.
2780
2781 2001-12-13 Richard M. Stallman <rms@gnu.org>
2782
2783 * files.el (set-auto-mode): Fix previous change.
2784
2785 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2786
2787 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2788 (easy-menu-do-define, easy-menu-convert-item-1)
2789 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2790 (easy-menu-return-item): Only return nil if there is no binding.
2791
2792 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2793
2794 * whitespace.el (whitespace-version): 3.2
2795 * whitespace.el (whitespace-force-mode-line-update): Replace with
2796 `whitespace-mode-line-update', which is an alias to the correct
2797 function in various emacsen.
2798 * whitespace.el (whitespace-{un,}highlight-the-space):
2799 Add colorized highlighting of the bogus whitespaces in a buffer/file,
2800 using the `whitespace-highlight-face' if
2801 `whitespace-display-spaces-in-color' is set.
2802
2803 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2804
2805 * international/mule.el (set-auto-coding): Don't search for
2806 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2807
2808 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2809
2810 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2811
2812 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2813
2814 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2815
2816 2001-12-13 Richard M. Stallman <rms@gnu.org>
2817
2818 * simple.el (undo): Always set this-command to `undo',
2819 so that the next undo after an error will not begin redoing.
2820
2821 * simple.el (shell-command): Doc fix.
2822 (shell-command-on-region): If there is output an an error,
2823 add "...Shell command failed" to the output.
2824
2825 2001-12-13 David Ponce <david@dponce.com>
2826
2827 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
2828 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2829 implementation `ruler-mode-extra-left-cols'.
2830 (ruler-mode-ruler): Use above new function. Take into account
2831 that the fringe areas can now be resized.
2832
2833 2001-12-12 Richard M. Stallman <rms@gnu.org>
2834
2835 * international/characters.el (Unicode): Comment out
2836 the specifications for kelvin and angstrom signs.
2837
2838 * international/mule.el (make-translation-table-from-vector):
2839 Allow null elements in VEC.
2840
2841 * international/ucs-tables.el (unify-8859-on-encoding-mode)
2842 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2843 Add :version.
2844
2845 2001-12-11 Richard M. Stallman <rms@gnu.org>
2846
2847 * derived.el (derived-mode-p): Function moved to subr.el.
2848
2849 * subr.el (derived-mode-p): Moved here from derived.el.
2850
2851 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2852
2853 * files.el (set-auto-mode-1): New subroutine, broken out of
2854 set-auto-mode.
2855 (set-auto-mode, hack-local-variables-prop-line): Use that.
2856
2857 2001-12-11 Dave Love <fx@gnu.org>
2858
2859 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2860
2861 * language/european.el: Remove autoload cookies. Fix registration
2862 of diacritic composition function.
2863
2864 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2865
2866 * calendar/todo-mode.el: Require time-stamp.
2867
2868 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2869
2870 2001-12-11 Richard M. Stallman <rms@gnu.org>
2871
2872 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2873
2874 * textmodes/ispell.el (ispell-buffer-local-parsing):
2875 Match xml like sgml.
2876
2877 * emacs-lisp/advice.el (ad-compile-function):
2878 Byte compile the function under another (uninterned) name.
2879
2880 * gud.el (gdb): Define and bind gud-jump.
2881
2882 * font-lock.el (font-lock-mode):
2883 Put our function at the end of after-change-functions.
2884
2885 * ediff-diff.el (ediff-cmp-options): Doc fix.
2886
2887 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2888
2889 2001-12-10 Richard M. Stallman <rms@gnu.org>
2890
2891 * isearch.el (isearch-yank-word-or-char): New function.
2892 (isearch-mode-map): Bind C-w to that.
2893
2894 * menu-bar.el (menu-bar-mode): Make arg optional.
2895
2896 * simple.el (line-move): Cope if next-single-property-change
2897 or previous-single-property-change returns nil.
2898
2899 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2900 Don't use interactive-p; instead, pass the proper args
2901 in (interactive...). Clean up most of the trouble-report strings.
2902
2903 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2904
2905 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2906 enqueued messages literally.
2907
2908 2001-12-10 Noah Friedman <friedman@splode.com>
2909
2910 * battery.el (battery-insert-file-contents): Obsolete function
2911 removed.
2912 (battery-read-function): Obsolete function removed.
2913 (battery-linux-proc-apm): Use insert-file-contents.
2914
2915 2001-12-07 Stephen Eglen <stephen@gnu.org>
2916
2917 * iswitchb.el (iswitchb-visit-buffer):
2918 Use `select-frame-set-input-focus'--needed when window manager
2919 uses "click to focus" policy.
2920
2921 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2922
2923 * COPYING: Moved back.
2924
2925 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2926
2927 * term/internal.el (IT-character-translations): Add entries for
2928 more points.
2929
2930 * international/characters.el: Resurrect the Hebrew category
2931 settings for all Hebrew characters removed by the last change.
2932 Add code for setting the Hebrew category of the Unicode Hebrew
2933 characters. Set syntax entries for Hebrew punctuation characters.
2934
2935 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2936 points and directional formatting control characters.
2937
2938 2001-12-07 Dave Love <fx@gnu.org>
2939
2940 * language/lao-util.el: Add Unicode equivalents for rules.
2941 (lao-post-read-conversion): New function.
2942
2943 * language/lao.el: Add Unicode equivalents.
2944 (lao): Add post-read conversion.
2945
2946 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2947 Use iso2022 encoding.
2948 (latin1-char-displayable-p): Doc fix.
2949 (latin1-display-ucs-per-lynx): New option.
2950 (latin1-display-ucs-per-lynx): New command.
2951 (latin1-display-reset): Special-case arabic.
2952 (ucs-tables): Require.
2953 (latin1-display-sets, latin1-display-setup): Add arabic.
2954 (latin1-display) <variable>: Use function latin1-display.
2955 (latin1-display) <function>: Add mule-unicode stuff.
2956 (latin1-display-check-font): Don't lose if `info' is nil.
2957
2958 * international/iso-transl.el: Insert Latin-1 characters, not
2959 unibyte codes.
2960
2961 * language/european.el (diacritic-composition-pattern): New constant.
2962 (diacritic-compose-region, diacritic-compose-string)
2963 (diacritic-compose-buffer, diacritic-post-read-conversion)
2964 (diacritic-composition-function): New functions.
2965
2966 * international/utf-8.el (ucs-mule-to-mule-unicode):
2967 New translation table.
2968 (ccl-encode-mule-utf-8): Use it.
2969 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2970 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2971 (utf-8-subst-table): New variable.
2972 (utf-8-compose-scripts): New option.
2973 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2974
2975 * international/ucs-tables.el, international/utf-8-subst.el:
2976 New files.
2977
2978 * international/characters.el: Don't set word syntax (the default)
2979 explicitly. Add a diacritic category. Add info for Unicode
2980 equivalents of characters in various Mule charsets and for extra
2981 Unicode characters. Don't define specific categories for
2982 Indian/Devanagari, since they aren't used.
2983
2984 2001-12-06 Richard M. Stallman <rms@gnu.org>
2985
2986 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2987 (set-justification-left, set-justification-right): Doc fix.
2988
2989 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2990 (bug-f90-mode): Variable deleted.
2991
2992 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2993
2994 * indent.el (indent-line-function): Default is indent-relative again.
2995
2996 2001-12-07 Miles Bader <miles@gnu.org>
2997
2998 * progmodes/compile.el (compilation-error-regexp-alist):
2999 Added regexps for RXP.
3000
3001 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
3002
3003 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3004 Add shift-assignment operators to those highlighted, and highlight
3005 the whole operator rather than just the "=".
3006
3007 2001-12-04 Juanma Barranquero <lektu@terra.es>
3008
3009 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3010 before saving abbrevs if `save-abbrevs' has the value `silently'.
3011
3012 2001-12-04 Andreas Schwab <schwab@suse.de>
3013
3014 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3015
3016 2001-12-04 Colin Walters <walters@debian.org>
3017
3018 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3019 for `defmacro*' forms.
3020
3021 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3022 `defmacro*'.
3023
3024 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3025
3026 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3027
3028 2001-12-02 Richard M. Stallman <rms@gnu.org>
3029
3030 * files.el (insert-directory): If the df output does not look right,
3031 don't try to use it. Other cleanups in overall code structure.
3032
3033 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * textmodes/outline.el (outline-mode-prefix-map):
3036 Add bindings for outline-promote and outline-demote.
3037 (outline-minor-mode-menu-bar-map): New var.
3038 (outline-minor-mode): Use it.
3039 (outline-heading-alist): New var (renamed from outline-level-heading).
3040 (outline-level): Use it.
3041 (outline-insert-heading, outline-promote, outline-demote):
3042 Update to use outline-heading-alist.
3043
3044 * disp-table.el (standard-display-european):
3045 Simplify since the function is not interactive any more.
3046 Don't set the existing buffers to unibyte.
3047
3048 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3049
3050 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3051
3052 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3053
3054 * shell.el (shell): Use shell-file-name.
3055 Pop to buffer before calling comint to set COLUMNS properly.
3056
3057 * emacs-lisp/cl.el (svref): New alias.
3058
3059 * progmodes/antlr-mode.el (antlr-c-common-init):
3060 Don't inhibit adaptive-fill-mode any more.
3061
3062 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3063
3064 * progmodes/etags.el (tags-with-face): Use make-symbol.
3065 (tags-search, tags-query-replace): Use backquotes.
3066
3067 * textmodes/picture.el (picture-mode-map): Don't use defconst
3068 for a variable.
3069
3070 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3071
3072 * textmodes/reftex-index.el (reftex-index-mode):
3073 Remove make-local-hook.
3074
3075 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3076
3077 2001-12-02 Kim F. Storm <storm@cua.dk>
3078
3079 * isearch.el (isearch-resume-enabled): New variable.
3080 (isearch-done): Use that variable.
3081
3082 2001-12-01 Richard M. Stallman <rms@gnu.org>
3083
3084 * wid-edit.el (widget-button-click): Don't move point permanently:
3085 Avoid mouse-set-point--instead select the window,
3086 then do save-excursion, then move point.
3087 Specify the buffer for get-char-property.
3088 Don't use `@' in interactive.
3089
3090 * indent.el (indent-line-function):
3091 Default is indent-to-left-margin again.
3092
3093 * replace.el (query-replace-read-args): Display message
3094 if FROM contains `\n' or `\t'.
3095
3096 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3097
3098 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3099
3100 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3101
3102 * emacs-lisp/regexp-opt.el (regexp-opt):
3103 Bind completion-regexp-list to nil.
3104
3105 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3106
3107 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3108
3109 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3110 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3111 Update maintainer.
3112
3113 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3114
3115 * mail/smtpmail.el: Use with-current-buffer.
3116 (message-make-date, message-make-message-id): Autoload when needed.
3117 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3118 headers when missing.
3119
3120 * international/encoded-kb.el (encoded-kbd-mode):
3121 Use define-minor-mode.
3122
3123 * enriched.el (enriched-mode): Use define-minor-mode.
3124 Use dolist and pop and push.
3125
3126 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3127 with the `visit' argument.
3128 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3129
3130 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3131 `change-major-mode-hook' locally. Reset invisibility spec.
3132
3133 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3134
3135 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3136
3137 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3138 Clarify error message.
3139
3140 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3141
3142 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3143
3144 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3145
3146 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3147 don't just return it.
3148
3149 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3150
3151 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3152 (menu-bar-read-emacs-man, search-emacs-glossary)
3153 (emacs-index-search, elisp-index-search): New functions.
3154 (apropso-documentation, apropos, apropos-value, apropos-variable)
3155 (apropos-commands): Modify menu item names and help text.
3156 (elisp-index-search, emacs-index-search, emacs-glossary):
3157 New menu items.
3158 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3159 submenu.
3160 (info-elisp, info-elintro): New menu items.
3161 (apropos): Modify the menu item name.
3162
3163 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3164
3165 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3166
3167 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3168
3169 * man.el (man-follow-mouse): New function.
3170 (Man-mode-map): Bind mouse-2 to it.
3171 (Man-match-substring): Remove. Replace with `match-string'.
3172 (man): Use the `default-value' argument to `read-string'.
3173 (Man-fontify-manpage): Add mouse-face to cross references.
3174
3175 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3176
3177 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3178
3179 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3180 the value of require-match in minibuffer-completion-confirm.
3181 Use crm-local-completion-map.
3182
3183 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3184 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3185 (cl-make-type-test): Use char-valid-p for `character'.
3186
3187 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3188 (Info-complete-menu-item): Rewrite. Add the ability to search
3189 several sequential nodes. Add a simple caching mechanism.
3190 (Info-goto-index): New function extracted from Info-index.
3191 (Info-index): Use it. Add completion to the interactive spec.
3192 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3193
3194 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3195
3196 * COPYING: Removed.
3197
3198 2001-11-29 Dave Love <fx@gnu.org>
3199
3200 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3201 (fortran-window-create, fortran-window-create-momentarily):
3202 Rewrite, moving error condition.
3203 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3204 (fortran-mode-syntax-table): Revert last change.
3205
3206 * international/mule.el: Doc fixes.
3207 (map-charset-chars): New function.
3208 (register-char-codings): Use it to cope with generic chars in
3209 safe-chars.
3210
3211 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3212
3213 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3214
3215 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3216
3217 * play/studly.el (studlify-word, studlify-region)
3218 (studlify-buffer): Fix doc-string.
3219 (studlify-buffer): Add autoload cookie.
3220
3221 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3222
3223 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3224 (outline-up-heading-all): Remove.
3225 (hide-sublevels): Move to end-of-heading before calling flag-region.
3226 (outline-copy-overlay, outline-discard-overlays): Remove.
3227 (outline-flag-region): Use `remove-overlays'.
3228 Don't move to end-of-heading.
3229 (outline-next-visible-heading, outline-back-to-heading)
3230 (outline-on-heading-p): Use outline-invisible-p.
3231 (outline-font-lock-level): Use outline-up-heading's new arg.
3232 (outline-minor-mode): Simplify.
3233 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3234 (outline): Put a `reveal-toggle-invisible' property.
3235 (outline-level-heading): New var.
3236 (outline-insert-heading, outline-promote, outline-demote)
3237 (outline-toggle-children): New commands.
3238
3239 * progmodes/hideif.el (hif-end-of-line): New function.
3240 (hide-ifdef-mode): Set line-move-ignore-invisible.
3241 (hide-ifdef-region-internal): New function.
3242 (hide-ifdef-region): Use it.
3243 (hif-defined): Return an integer.
3244 (hif-infix-to-prefix): Remove.
3245 (hif-tokenize): Parse from the buffer rather than from a string.
3246 Correctly tokenize integers. Use forward-comment.
3247 (hif-expr): Use hif-or.
3248 (hif-term): Use hif-and.
3249 (hif-factor): Use hif-not. Handle numbers properly.
3250 Don't require parenthesis around `defined's argument.
3251 (hif-and, hif-or, hif-not): New funs.
3252 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3253 (hif-hide-line): Don't hide the \n before the line.
3254 (hif-possibly-hide): Correctly handle numeric evaluation results.
3255
3256 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3257 (makefile-mode): Set indent-line-function.
3258 (makefile-browser-insert-continuation): Use with-current-buffer.
3259 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3260
3261 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3262
3263 * isearch.el (isearch-yank-internal): New helper function.
3264 (isearch-yank-char): New function.
3265 (isearch-yank-word, isearch-yank-line): Rewrite to use
3266 isearch-yank-internal.
3267
3268 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3269
3270 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3271 aren't supported. Print a message to that effect if invoked.
3272
3273 2001-11-27 Stephen Eglen <stephen@gnu.org>
3274
3275 * locate.el (locate): Put point at first matching file rather
3276 than top of buffer.
3277
3278 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3279
3280 * reveal.el: New file.
3281
3282 * progmodes/hideif.el: Misc cleanup.
3283 (hide-ifdef-mode-submap): Put the def in the defvar.
3284 Use substitute-key-definition.
3285 (hide-ifdef-mode): Use define-minor-mode.
3286 (hif-outline-flag-region): Remove.
3287 (hif-show-all): Define in terms of hif-show-ifdef-region.
3288 (hif-after-revert-function): Rename from hif-before-revert-function.
3289 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3290 (hif-tokenize): Use with-syntax-table.
3291 (hif-make-range): Use `else' also for `else-p'.
3292 (hif-range-else-p): Remove.
3293 (hif-find-range): Simplify.
3294 (hif-hide-line): Don't bother preserving buffer-modified-p.
3295 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3296 Don't use selective-display and inhibit-read-only.
3297
3298 * subr.el (copy-overlay, remove-overlays): New funs.
3299
3300 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3301
3302 2001-11-27 Sam Steingold <sds@gnu.org>
3303
3304 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3305 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3306 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3307 * obsolete/c-mode.el, obsolete/cplus-md.el
3308 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3309 * term/sun-mouse.el, textmodes/artist.el:
3310 Converted backquote to the new style.
3311 * mouse.el, reposition.el: Likewise (in comments).
3312 * expand.el: Likewise (in a string).
3313
3314 2001-11-27 Richard M. Stallman <rms@gnu.org>
3315
3316 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3317
3318 2001-11-26 Richard M. Stallman <rms@gnu.org>
3319
3320 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3321 if :on-glyph or :off-glyph is a list, eval it and store it back.
3322 (checkbox): Quote the values for :on-glyph and :off-glyph.
3323
3324 * cus-start.el (recursive-load-depth-limit): Delete item.
3325
3326 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3327
3328 * help-fns.el (describe-categories, help-describe-category-set): New.
3329 describe-categories moved here from src/category.c.
3330
3331 2001-11-26 Sam Steingold <sds@gnu.org>
3332
3333 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3334 arguments to `insert' are strings.
3335
3336 2001-11-26 Richard M. Stallman <rms@gnu.org>
3337
3338 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3339
3340 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3341
3342 * international/mule-diag.el: Require help-fns instead of
3343 help-funs.
3344
3345 * help-fns.el: Renamed from help-funs.el.
3346
3347 * startup.el (command-line-1): Don't try to call process-list if
3348 it is not fboundp.
3349
3350 2001-11-26 Sam Steingold <sds@gnu.org>
3351
3352 * frame.el (show-trailing-whitespace): Remove :set argument (the
3353 value was essentially identical to the defalt).
3354
3355 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3356
3357 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3358
3359 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3360
3361 * hilit-chg.el (hilit-chg-set): Likewise.
3362
3363 * speedbar.el (speedbar-mode): Likewise.
3364
3365 * calendar/calendar.el (calendar-mode): Likewise.
3366
3367 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3368 insert-string.
3369
3370 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3371
3372 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3373
3374 * term/sun-mouse.el (sun-yank-selection): Likewise.
3375
3376 * textmodes/bib-mode.el (return-key-bib): Likewise.
3377
3378 * calendar/appt.el (appt-disp-window): Likewise.
3379
3380 * calendar/diary-lib.el (list-diary-entries): Likewise.
3381
3382 * array.el (array-reconfigure-rows): Likewise.
3383
3384 * filecache.el (file-cache-minibuffer-complete): Likewise.
3385
3386 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3387
3388 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3389
3390 * allout.el (outline-version, outline-open-topic)
3391 (outline-rebullet-heading, outline-insert-listified)
3392 (outline-latex-verbatim-quote-curr-line)
3393 (outline-latexify-one-item, outlineify-sticky): Likewise.
3394
3395 * vc.el (vc-next-action-on-file): Likewise.
3396 (vc-dired-mode): Remove make-local-hook.
3397
3398 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3399
3400 * vc.el (vc-find-version): New function.
3401 (vc-version-other-window): Redefined in terms of the above.
3402
3403 * log-view.el (log-view-find-version): New function.
3404 (log-view-mode-map): Bind it to `f'.
3405
3406 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3407
3408 * language/devan-util.el (dev-char-glyph): Escape `"' in
3409 string literals.
3410 (dev-glyph-glyph, dev-glyph-glyph-2)
3411 (devanagari-compose-syllable-region): Likewise.
3412
3413 2001-11-26 Richard M. Stallman <rms@gnu.org>
3414
3415 * window.el (save-selected-window): No error if saved window is dead.
3416
3417 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3418
3419 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3420
3421 * international/quail.el (quail-help): Require help-mode in
3422 top-level instead.
3423
3424 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3425 insert-string.
3426
3427 * icomplete.el (icomplete-exhibit): Likewise.
3428
3429 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3430
3431 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3432 (diff-hunk-kill): Simplify.
3433 (diff-post-command-hook): Only apply to a single hunk.
3434 (diff-hunk-text): Make `char-offset' non-optional.
3435 (diff-find-text): Return a cons cell.
3436 (diff-find-approx-text): New fun.
3437 (diff-find-source-location): Use it.
3438 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3439 Adapt to new retval of diff-find-text.
3440
3441 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3442 rather than integer- representation of dates.
3443
3444 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3445
3446 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3447 (syntax-after): New fun.
3448
3449 * help-funs.el (describe-syntax): New fun.
3450
3451 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3452 (font-lock-ppss-stats, font-lock-ppss): Remove.
3453 (font-lock-fontify-syntactically-region): Remove tuning code.
3454 (font-lock-compile-keywords): Fix off-by-one bug.
3455 (font-lock-set-defaults): Don't set removed vars.
3456 (c-keywords): Add `inline'.
3457 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3458
3459 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3460 Set syntax-begin-function.
3461 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3462 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3463 (lisp-mode-auto-fill): Use syntax-ppss and obey
3464 comment-auto-fill-only-comments.
3465 (lisp-fill-paragraph): Use syntax-ppss.
3466
3467 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3468
3469 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3470 version of rmail-enable-mime.
3471 (rmail-forward): Use it.
3472
3473 2001-11-25 Richard M. Stallman <rms@gnu.org>
3474
3475 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3476
3477 * international/quail.el (quail-keyboard-layout-button):
3478 Define button type.
3479 (quail-keyboard-customize-button): Likewise.
3480 (quail-help): Use those button types. Require `help-mode'.
3481 Avoid altering the argument `package'.
3482
3483 * help-mode.el (help-function, help-variable, help-face)
3484 (help-coding-system, help-input-method, help-character-set):
3485 Define each button type with its own explicit define-button-type.
3486
3487 * language/devan-util.el: Comment out parts of the file
3488 which apparently are garbled.
3489
3490 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3491
3492 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3493 insert-string.
3494
3495 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3496
3497 * play/snake.el (snake-mode): Remove make-local-hook.
3498
3499 * play/tetris.el (tetris-mode): Likewise.
3500
3501 * play/decipher.el (decipher-mode): Likewise.
3502
3503 * tmm.el (tmm-add-prompt): Likewise.
3504
3505 2001-11-25 Sam Steingold <sds@gnu.org>
3506
3507 * menu-bar.el (menu-bar-apropos-menu): New variable.
3508 Moved all `apropos' bindings to this menu.
3509 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3510
3511 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3512
3513 The following changes are for new indian languages support based
3514 on Unicode charset and CDAC fonts.
3515
3516 * international/mule-conf.el: Change indian-1-column charset to
3517 indian-glyph charset.
3518
3519 * international/characters.el: Adjusted for the change of
3520 indian-1-column -> indian-glyph.
3521
3522 * international/fontset.el: Delete the setting for indian-1-column
3523 and add the setting for indian-glyph in the default fontset.
3524
3525 * language/indian.el: Completely re-written.
3526
3527 * language/devanagari.el: Completely re-written.
3528
3529 * language/devan-util.el: Completely re-written.
3530
3531 * language/ind-util.el: New file.
3532
3533 2001-11-24 Richard M. Stallman <rms@gnu.org>
3534
3535 * startup.el (command-line-1): Don't do startup screen
3536 if a subprocess is running. Call the startup screen buffer
3537 "GNU Emacs". Make a special mode-line-format for it.
3538
3539 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3540 (browse-url-galeon): Use that variable.
3541
3542 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3543 eval-expression. Eval and set the variable simply.
3544
3545 * files.el (temporary-file-directory): Use defcustom.
3546 (small-temporary-file-directory): Likewise.
3547 (normal-backup-enable-predicate): Move down in file
3548 after definition of temporary-file-directory.
3549
3550 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3551
3552 2001-11-24 Colin Walters <walters@debian.org>
3553
3554 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3555 autoload names to match files renamed on initial calc import.
3556
3557 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3558 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3559
3560 2001-11-23 Colin Walters <walters@debian.org>
3561
3562 * Makefile.in (finder_setwins, setwins): Include Calc again.
3563
3564 * calc/calc-rules.el: Add header comment.
3565
3566 2001-11-23 Andre Spiegel <spiegel@gnu.org>
3567
3568 * vc.el (with-vc-properties): Don't bind `filename' locally.
3569 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3570 to avoid name clashes. Fix `lisp-indent-function' property for
3571 both.
3572
3573 2001-11-23 Francesco Potorti` <pot@gnu.org>
3574
3575 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3576
3577 2001-11-22 Colin Walters <walters@debian.org>
3578
3579 * calc/calc-misc.el (report-calc-bug):
3580 Use `reporter-prompt-for-summary-p'.
3581
3582 * calc/INSTALL, calc/Makefile: Remove.
3583
3584 2001-11-22 Miles Bader <miles@gnu.org>
3585
3586 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
3587 (reb-match-2, reb-match-3): Add dark-background variants.
3588
3589 2001-11-22 Colin Walters <walters@debian.org>
3590
3591 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3592 (info "Calc").
3593 (report-calc-bug): Use reporter.el.
3594
3595 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
3596
3597 2001-11-21 Richard M. Stallman <rms@gnu.org>
3598
3599 * which-func.el (which-function): Call imenu--make-index-alist
3600 if necessary to get a list of functions.
3601 (which-function-imenu-failed): New variable.
3602 (which-func-update): Handle all visible windows.
3603 (which-func-update-1): New subroutine broken out of which-func-update.
3604
3605 * files.el (temporary-file-directory, null-device)
3606 (small-temporary-file-directory): Definitions moved up.
3607
3608 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3609 (cperl-non-problems, cperl-praise): Doc fixes.
3610
3611 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3612 (sh-mode-syntax-table): Function restored.
3613 Variable set up for use by function sh-mode-syntax-table.
3614 (sh-set-shell): Set the syntax table.
3615
3616 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3617
3618 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3619
3620 * international/encoded-kb.el: Don't alter minor-map-alist.
3621
3622 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3623
3624 * files.el (auto-save-file-name-transforms): Put remote files in
3625 temporary-file-directory rather than /tmp.
3626
3627 2001-11-21 Colin Walters <walters@debian.org>
3628
3629 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3630 of (function ...) wrapper.
3631
3632 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3633
3634 * derived.el (define-derived-mode): Create the abbrev-table
3635 from inside the `defvar'.
3636
3637 * jit-lock.el (jit-lock-defer-time): New var.
3638 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3639 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3640 (jit-lock-function): Defer fontification if requested.
3641 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3642 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3643 text property.
3644 (jit-lock-deferred-fontify): New fun.
3645
3646 2001-11-20 Richard M. Stallman <rms@gnu.org>
3647
3648 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3649 Set local-abbrev-table to lisp-mode-abbrev-table.
3650
3651 * emacs-lisp/re-builder.el (reb-mode):
3652 Don't use define-derived-mode. Call kill-all-local-variables.
3653
3654 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3655 Don't use define-derived-mode.
3656
3657 * help-mode.el (help-mode): Undo 2001-10-07 change.
3658
3659 * replace.el (occur-mode): Undo 2001-5-20 change.
3660
3661 2001-11-20 Jason Rumney <jasonr@gnu.org>
3662
3663 * w32-fns.el (w32-system-coding-system): Change to an alias for
3664 locale-coding-system.
3665 (set-w32-system-coding-system): Document the above change.
3666 Set locale-coding-system instead.
3667
3668 2001-11-20 Richard M. Stallman <rms@gnu.org>
3669
3670 * ruler-mode.el: Add pagination.
3671 (ruler-mode-toggle-show-tab-stops): No need to
3672 test `ruler-mode' variable.
3673
3674 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * play/landmark.el: Mark lm-mode as special.
3677
3678 * play/gomoku.el: Mark gomoku-mode as special.
3679
3680 2001-11-20 Juanma Barranquero <lektu@terra.es>
3681
3682 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
3683 (top-level): Bind it to C-c C-b.
3684 (re-builder): Don't re-enter RE Builder Mode.
3685
3686 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
3687
3688 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3691 `manual-program'.
3692
3693 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3694 to a line without a comment.
3695
3696 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * dired.el (dired-listing-switches): Mention in the doc string
3699 that some switches are not supported by ls-lisp.el
3700
3701 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3702
3703 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3704 (imenu--create-keymap-2): Remove.
3705 (imenu--create-keymap-1): Simplify, remove third argument.
3706 (imenu--generic-function): Use dolist.
3707 (imenu-find-default): New function.
3708 (imenu--completion-buffer): Use it.
3709 (imenu--mouse-menu): Use popup-menu.
3710 (imenu--menubar-select): Return t rather than calling imenu.
3711
3712 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3713 New functions, extracted from fill-region-as-paragraph.
3714 (fill-region-as-paragraph): Use them.
3715 Use an end marker instead of eob.
3716 Ignore whitespace-only fill-prefixes when indenting according to mode.
3717 Simplify the loop that searches for spaces backwards.
3718
3719 * textmodes/picture.el (picture-vertical-step)
3720 (picture-horizontal-step): Don't use defconst for variables.
3721
3722 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3723 (mail-extract-address-components): Downcase domain names.
3724 (mail-extr-delete-char): Remove. Use delete-char instead.
3725
3726 * emulation/pc-select.el: Doc string fixes.
3727 (pc-selection-mode): Don't treat macos as a tty.
3728
3729 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3730
3731 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3732
3733 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3734 (mouse-wheel-progessive-speed): New var.
3735 (mwheel-scroll): Use it and handle float values.
3736
3737 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3738
3739 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3740 (iswitchb): Fix the case where the result was selected with the mouse.
3741 (iswitchb-completion-help): Use the normal *Completions* now that
3742 mouse selection works.
3743 (iswitchb-minibuffer-setup): Simplify.
3744
3745 * newcomment.el (comment-column, comment-style, comment-multi-line)
3746 (comment-auto-fill-only-comments): Remove :group arg.
3747 (comment-padding): Add :type.
3748 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3749 if called interactively.
3750
3751 2001-11-19 Colin Walters <walters@verbum.org>
3752
3753 * calc/calc.el (toplevel): Add comment and version header.
3754 (calc-init-base): Bump version to 2.02f, update date.
3755
3756 2001-11-19 Richard M. Stallman <rms@gnu.org>
3757
3758 * net/browse-url.el: Support Mozilla and Galeon.
3759 By default, find the installed browser whichever it is.
3760 (browse-url-mozilla): New function.
3761 (browse-url-mozilla-sentinel): New function.
3762 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3763 (browse-url-default-browser): New function.
3764 (browse-url-process-environment): Use browse-url-browser-display.
3765 (browse-url-browser-display): Renamed from browse-url-netscape-display.
3766 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
3767 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3768 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3769 (browse-url-browser-function): New default, new options.
3770
3771 2001-11-19 Sam Steingold <sds@gnu.org>
3772
3773 * bindings.el (last-buffer, unbury-buffer): New function.
3774 (mode-line-unbury-buffer): Use `unbury-buffer'.
3775
3776 2001-11-18 Stephen Eglen <stephen@gnu.org>
3777
3778 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3779 control behaviour when no further completion is possible.
3780
3781 2001-11-19 Colin Walters <walters@verbum.org>
3782
3783 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3784 (math-showing-full-precision, math-with-extra-prec, math-working)
3785 (calc-with-default-simplification)
3786 (calc-with-trail-buffer): Use backtick.
3787 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3788 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3789 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3790 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3791 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3792 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3793 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3794 (calc-record-compilation-date-macro): Deleted. Callers updated.
3795 (math-format-radix-digit): Move to calc-bin.el.
3796
3797 * calc/calc.el (calc-record-compilation-date): Remove.
3798 (calc-bug-address): Update.
3799 (calc-settings-file): Use `user-init-file'.
3800
3801 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3802 Handle null `calc-settings-file'.
3803
3804 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3805 * calc/calc-keypd.el (calc-keypad-mode): New.
3806 (calc-do-keypad): Use it.
3807 (calc-keypad-map): Move into `calc-keypad-mode'.
3808
3809 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3810 to defalias argument.
3811
3812 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3813 (calcFunc-floor): Ditto.
3814
3815 * calc-units.el (calcFunc-usimplify): Ditto.
3816
3817 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3818 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3819 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3820 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3821 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3822 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3823 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3824 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3825 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3826 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3827 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3828 and move them before their first use. Use `when', `unless'.
3829 Remove trailing periods from error forms. Add description and
3830 headers suggested by Emacs Lisp coding conventions.
3831
3832 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3833
3834 * newcomment.el (comment-indent):
3835 Fix misindentation for comment-only lines.
3836 (comment-indent-new-line): Only obey comment-multi-line if the
3837 comment-ender is not the end-of-line.
3838
3839 2001-11-19 Richard M. Stallman <rms@gnu.org>
3840
3841 * net/net-utils.el (network-connection-service-abbrev-alist):
3842 New variable.
3843
3844 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3845 Advance to start of 3rd sexp by moving fwd and backing over it.
3846 At first three elements, act like defun.
3847
3848 * delsel.el (delete-selection-pre-hook): Handle and resignal
3849 file-supersession errors to interact properly with userlock.el.
3850
3851 2001-11-18 Richard M. Stallman <rms@gnu.org>
3852
3853 * progmodes/fortran.el (fortran-mode-syntax-table):
3854 Specify punctuation syntax for backslash.
3855
3856 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3857 All calls deleted.
3858
3859 * international/mule-util.el (string-to-sequence): Make it obsolete.
3860 (string-to-list, string-to-vector): Implement them directly
3861 using append and vconcat, not with string-to-sequence.
3862
3863 * startup.el (command-line): Set abbrevs-changed to nil after
3864 reading the init file and the abbrevs file.
3865
3866 * isearch.el (isearch): Use magenta2 as bg for (background light)
3867
3868 2001-11-17 Richard M. Stallman <rms@gnu.org>
3869
3870 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3871
3872 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3873
3874 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3875
3876 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3877 If set and if applicable, add a regexp to highlight defun-like
3878 text inside comments and strings.
3879 (font-lock-fontify-keywords-region): Pass that new arg.
3880 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3881 to the end and pass that new arg.
3882 (c-font-lock-keywords-2): Fix regex for labels.
3883 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3884 Make it work when LIMIT is several lines further.
3885 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3886 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3887 Use backquote and make the regexes for `int a, b, c;' work on
3888 multiple lines.
3889
3890 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3891 (font-lock-defaults-alist): Don't change it any more.
3892 (reb-subexp-mode-map): Cleanup.
3893
3894 * custom.el (custom-current-group-alist): New var.
3895 (custom-declare-group): Set it.
3896 (custom-current-group): New fun.
3897 (custom-declare-variable, custom-handle-all-keywords):
3898 Use it as a default if no :group argument is specified.
3899
3900 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3901 (standard-keyboard-coding-systems): New var.
3902 (set-locale-environment): Use it to decide whether or not to call
3903 set-keyboard-coding-system.
3904 (locale-language-names): Use \"French\" for "fr".
3905
3906 2001-11-17 Richard M. Stallman <rms@gnu.org>
3907
3908 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3909 (add-to-list): Delete compatibility code.
3910 (checkdoc-next-message-error): Doc fix.
3911
3912 2001-11-17 Stephen Eglen <stephen@gnu.org>
3913
3914 * locate.el (locate): Show default locate pattern within the
3915 prompt, but don't insert it into the minibuffer contents.
3916 Catch the case when pattern is the empty string.
3917
3918 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3919
3920 * language/european.el ("French"): New language environment.
3921
3922 2001-11-16 Richard M. Stallman <rms@gnu.org>
3923
3924 * calendar/todo-mode.el (todo-save): Fix previous change.
3925
3926 * subr.el (functionp): Do use cdr-safe on object.
3927
3928 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3929
3930 * bindings.el (mode-line-mode-name): Only put the help-echo property
3931 if the local-map property was put as well.
3932 (global-map): Bind switch-frame, delete-frame, iconify-frame
3933 and make-frame-visible events.
3934
3935 * emacs-lisp/elp.el (elp-not-profilable): New var.
3936 (elp-not-profilable-p): New function.
3937 (elp-instrument-function): Use it. Use backquotes and push.
3938
3939 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3940 (byte-stack+-info, byte-compile-last-warned-form)
3941 (byte-compile-last-logged-file): Don't defconst a variable.
3942 (no-byte-compile): Declare.
3943 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3944 (byte-compile-defvar): Leave defconst as is.
3945
3946 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3947 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3948 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3949 (edebug-best-error): Don't defconst a variable.
3950 (edebug-read-syntax-table): Use a char-table.
3951 (edebug-lemacs-specific): Remove.
3952 Toplevel: Eliminate check for Lucid Emacs.
3953
3954 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3955
3956 * rect.el (move-to-column-force): Mark obsolete.
3957 (operate-on-rectangle, delete-extract-rectangle-line)
3958 (insert-rectangle, delete-whitespace-rectangle-line)
3959 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3960 (string-rectangle-history): New var.
3961 (string-rectangle, string-insert-rectangle): Use it.
3962 (delete-rectangle-line): Fix pos/column mixup and simplify.
3963
3964 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3965 (normal-top-level, command-line, command-line-1): Simplify.
3966
3967 * tar-mode.el (tar-mode): Use define-derived-mode.
3968
3969 * view.el (view-mode-enable): Don't use make-local-hook.
3970
3971 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3972
3973 2001-11-16 Richard M. Stallman <rms@gnu.org>
3974
3975 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3976 if it doesn't make sense as anything else.
3977 Don't recognize a "telephone number" at the beginning of the name.
3978 (mail-extr-leading-garbage): Match non-word characters only.
3979
3980 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3981
3982 * startup.el (command-line-processed): Doc fix.
3983
3984 * apropos.el (apropos-next-label-button): Doc fix.
3985
3986 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3987
3988 * comint.el (comint-mode): Simplify.
3989 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3990
3991 * subr.el (eval-after-load): Make it work with features as well.
3992
3993 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3994
3995 * international/mule-cmds.el (describe-input-method): Setup xref.
3996 (set-language-environment): Use functionp.
3997 (locale-language-names, locale-charset-language-names)
3998 (locale-preferred-coding-systems): Defconst and purecopy.
3999
4000 * language/european.el (mac-roman): Add mime-charset property.
4001
4002 2001-11-15 Richard M. Stallman <rms@gnu.org>
4003
4004 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4005 (multiple-value-apply, nth-value): Use defsubst rather than defalias
4006 to get better doc strings.
4007
4008 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4009
4010 * derived.el: Fix autoload cookie.
4011
4012 2001-11-15 Richard M. Stallman <rms@gnu.org>
4013
4014 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4015
4016 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4017
4018 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4019
4020 2001-11-15 Richard M. Stallman <rms@gnu.org>
4021
4022 * dired.el (dired-undo): Display a message to explain
4023 that this does not undo file system changes.
4024
4025 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4026
4027 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4028 into `unread-command-events' instead of trying keymap
4029 lookups ourselves. This makes mouse-clicks do the right
4030 thing even when keymaps of overlays are involved.
4031 (mouse-drag-drag): Likewise.
4032
4033 2001-11-15 Andreas Schwab <schwab@suse.de>
4034
4035 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4036 characters and append anchor to pattern added to auto-mode-alist.
4037
4038 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4039
4040 * server.el (server-process-filter): Run pore/post-comment-hook
4041 before/after visiting the file.
4042
4043 * info-look.el (makefile-mode): Add info for automake.
4044 (autoconf-mode): Fix the name of the index for automake.
4045
4046 * international/latin-9.el: Give pilcrow punctuation syntax.
4047
4048 2001-11-15 Andre Spiegel <spiegel@gnu.org>
4049
4050 * vc.el: Documentation fixes.
4051
4052 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4053
4054 * smerge-mode.el (smerge-match-conflict): Fix typo.
4055 (smerge-diff): Be careful to read match-data early enough.
4056
4057 2001-11-14 Colin Walters <walters@verbum.org>
4058
4059 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4060 (calcFunc-subst): Use `defalias' instead of `fset' and
4061 `symbol-function'.
4062
4063 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4064 (calcFunc-ceil, calcFunc-round): Ditto.
4065
4066 * calc/calc-bin.el (calcFunc-clip): Ditto.
4067
4068 * calc/calc-ext.el (calcFunc-evalv): Ditto.
4069
4070 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4071
4072 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4073 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4074
4075 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4076
4077 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4078 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4079 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4080 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4081 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4082 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4083 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4084 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4085 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4086 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4087 * calcsel2.el: Style cleanup; don't put closing parens on their
4088 own line, add "foo.el ends here" to each file, and update
4089 copyright date.
4090
4091 * README: Update maintainer.
4092
4093 2001-11-13 Richard M. Stallman <rms@gnu.org>
4094
4095 * progmodes/compile.el (recompile): Use compilation-arguments if
4096 set, so as to be able to M-x recompile the exact command which
4097 created a compilation-mode buffer.
4098
4099 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4100
4101 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4102
4103 * mouse.el (mouse-drag-region): Don't run the up-event
4104 handler if window start changed due to the down-mouse event.
4105
4106 2001-11-13 Richard M. Stallman <rms@gnu.org>
4107
4108 * mouse.el (mouse-show-mark): Either move point to the mark
4109 or use highlighting, never both.
4110 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4111
4112 2001-11-13 Simon Josefsson <jas@extundo.com>
4113
4114 * mail/smtpmail.el (top-level): Change maintainer to Simon
4115 Josefsson, cleanup the smtpmail.el header.
4116
4117 * mail/smtpmail.el (top-level): Don't require cl or base64.
4118 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4119 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4120 Defsubst instead of defmacro.
4121 (smtpmail-intersection): Return value in reverse order.
4122 (smtpmail-open-stream): Use stringp instead of string-to-list.
4123 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4124 separated from smtpmail-via-smtp.
4125
4126 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4127 rfc2104. Require base64 and cl.
4128 (smtpmail-smtp-service): Doc fix. :type fix.
4129 (smtpmail-debug-info): Doc fix.
4130 (smtpmail-debug-verb, smtpmail-auth-credentials)
4131 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4132 New variables.
4133 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4134 mail-utils (it is autoloaded).
4135 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4136 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4137 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4138 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4139 (smtpmail-via-smtp): Support AUTH.
4140 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4141
4142 2001-11-13 Richard M. Stallman <rms@gnu.org>
4143
4144 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4145 (electric-buffer-overlay): New variable.
4146 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4147 (electric-buffer-list): Likewise.
4148
4149 * isearch.el (isearch-whitespace-chars): Doc fix.
4150 (isearch-mode): Handle negative search-slow-window-lines correctly.
4151
4152 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4153
4154 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4155
4156 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4157 From Emmanuel Briot <briot@act-europe.fr>.
4158
4159 2001-11-13 Colin Walters <walters@debian.org>
4160
4161 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4162
4163 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4164 "~/.emacs"; use `read-file-name'.
4165
4166 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4167 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4168 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4169 * calc/calc.el: Use `frame-width' instead of `screen-width',
4170 `frame-height' instead of `screen-height', and,
4171 `executing-kbd-macro' instead of `executing-macro'.
4172
4173 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4174 correct number of arguments.
4175
4176 * calc/calc-aent.el (calc-do-alg-entry):
4177 Use `blink-paren-function' instead of `blink-paren-hook'.
4178
4179 2001-11-12 Richard M. Stallman <rms@gnu.org>
4180
4181 * calendar/todo-mode.el (todo-save): Add save-excursion
4182 and save-restriction.
4183
4184 * server.el (server-edit, server-done): Doc fix.
4185
4186 * simple.el (clone-indirect-buffer): Error if major mode symbol
4187 has a no-clone-indirect property.
4188 (clone-buffer): Check for obvious errors before reading clone name.
4189
4190 * info.el (Info-mode): Add a no-clone-indirect property.
4191
4192 2001-11-12 Sam Steingold <sds@gnu.org>
4193
4194 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4195 set-buffer-modified-p to nil after `vc-exec-after'.
4196 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4197 (log-view-mode): Make read-only.
4198 (log-view-current-file): Do final `expand-file-name' in the
4199 current `default-directory'.
4200 (log-view-current-tag): Take an optional `where' arg.
4201 (log-view-diff): New user command.
4202
4203 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4204
4205 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4206
4207 2001-11-12 Sam Steingold <sds@gnu.org>
4208
4209 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4210 `generic-flet', `generic-labels', `with-accessors',
4211 `with-condition-restarts'.
4212
4213 2001-11-12 Richard M. Stallman <rms@gnu.org>
4214
4215 * dired.el: Many trivial doc fixes.
4216 (dired-get-file-for-visit): New function.
4217 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4218 (dired-view-file, dired-find-file-other-window, dired-display-file):
4219 (dired-find-file): Use dired-get-file-for-visit.
4220
4221 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4222
4223 * sql.el (sql-mode): Doc change.
4224
4225 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4226 escape character.
4227
4228 2001-11-12 Colin Walters <walters@debian.org>
4229
4230 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4231 (calc-do-keypad): Don't attempt to use nonexistent global
4232 mouse-map, use calc-keypad-map.
4233 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4234 (calc-keypad-left-click): Don't use mouse-map; update to new event
4235 interface.
4236 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4237 (calc-keypad-press): Use `unread-command-events' instead of
4238 `unread-command-char'.
4239
4240 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4241 to match files renamed on initial calc import.
4242
4243 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4244
4245 * textmodes/flyspell.el (flyspell-default-dictionary):
4246 Fix previous change.
4247
4248 2001-11-12 Richard M. Stallman <rms@gnu.org>
4249
4250 * textmodes/flyspell.el (flyspell-default-dictionary):
4251 Fix custom type.
4252
4253 2001-11-11 Richard M. Stallman <rms@gnu.org>
4254
4255 * calendar/solar.el (solar-sunrise-and-sunset):
4256 Exchange the two extreme values of day-length.
4257
4258 * progmodes/sh-script.el (sh-must-be-shell-mode):
4259 Allow modes derived from sh-mode.
4260
4261 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4262 Turn off error in some re-search-forward calls.
4263
4264 * replace.el (query-replace-skip-read-only): New variable.
4265 (perform-replace): If that variable is non-nil, ignore matches
4266 that have a read-only property.
4267
4268 * derived.el (define-derived-mode): Doc fix.
4269
4270 * server.el (server-buffer-done): Test of server-existing-buffer
4271 was backwards.
4272 (server-existing-buffer): Doc fix.
4273
4274 * textmodes/flyspell.el (flyspell-default-dictionary):
4275 Allow nil as value, and make nil the default.
4276
4277 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4278
4279 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4280 it is not fboundp.
4281 (clipboard-yank): Ditto.
4282
4283 2001-11-11 Colin Walters <walters@verbum.org>
4284
4285 The following changes are based on patches from
4286 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4287 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4288
4289 * calc/calc.el (toplevel): Require calc-macs.
4290 (calc-minibuffer-size): New.
4291 (calcDigit-nondigit): Use it instead of `buffer-size'.
4292 (calcDigit-backspace): Likewise.
4293 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4294 `buffer-string'.
4295 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4296 `point-min'.
4297 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4298 `save-excursion'.
4299
4300 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4301 simple `setq' form.
4302
4303 * calc/calc-ext.el: (toplevel): Require calc.
4304 (calc-fancy-prefix-map): New.
4305 (calc-fancy-prefix): Use it.
4306 (calc-fancy-prefix-other-key): New.
4307
4308 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4309 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4310 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4311 (calcAlg-enter): Likewise.
4312 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4313
4314 2001-11-10 Richard M. Stallman <rms@gnu.org>
4315
4316 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4317 (quietly-read-abbrev-file): Doc fix.
4318
4319 * startup.el (command-line): Read standard abbrev
4320 file (abbrev-file-name), if it exists.
4321
4322 * files.el (save-abbrevs): Default value is t.
4323
4324 * progmodes/compile.el (compile-goto-error): Fix previous change
4325 in the case where subsequent errors have not been parsed yet
4326 because they are in a different source file.
4327
4328 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4329
4330 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4331 Merge two regular expressions into one.
4332 (ps-mode): Make local bindings for `comment-start' and
4333 `comment-start-skip'.
4334 (ps-mode-looking-at-nested): Simplify an if-else construct;
4335 use `set-match-data' to set the result.
4336
4337 2001-11-10 Richard M. Stallman <rms@gnu.org>
4338
4339 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4340 Function deleted.
4341 (flyspell-correct-word): Old definition deleted.
4342 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4343 All references renamed too.
4344
4345 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4346
4347 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4348
4349 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4350
4351 * wid-edit.el (checklist): Removed `:menu-tag'.
4352 (radio-button-choice): Ditto.
4353 (editable-list): Ditto.
4354
4355 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4356
4357 * play/gomoku.el: Move definitions of constants to the beginning
4358 of file, before their use.
4359
4360 2001-11-09 Richard M. Stallman <rms@gnu.org>
4361
4362 * textmodes/flyspell.el: Use the keymap property
4363 instead of local-map, and don't use a minor-mode map.
4364 (flyspell-mode-map): Variable deleted.
4365 Don't mess with minor-mode-map-alist.
4366 (calling add-minor-mode): Specify nil for keymap.
4367 And always use add-minor-mode, now that it exists.
4368 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4369 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4370 or flyspell-local-mouse-map.
4371 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4372 (flyspell-mode): Doc fix.
4373 (flyspell-mode-on): Don't call make-local-hook.
4374
4375 2001-11-09 Sam Steingold <sds@gnu.org>
4376
4377 * emacs-lisp/debug.el (debugger-make-xrefs):
4378 Add buttons to all symbols.
4379
4380 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4381
4382 * vc.el: Add John David Smith to credits.
4383
4384 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4385
4386 * vc-hooks.el (vc-error-occured): Backquotified.
4387 (vc-file-prop-obarray): Use prime length for better efficiency.
4388
4389 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4390
4391 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4392
4393 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4394
4395 2001-11-09 Miles Bader <miles@gnu.org>
4396
4397 * subr.el (functionp): Don't consider macros as functions.
4398
4399 2001-11-08 Miles Bader <miles@gnu.org>
4400
4401 * subr.el (functionp): Make work correctly for macros and unbound
4402 symbols.
4403
4404 * comint.el (comint-send-input): Fix description of
4405 `comint-process-echoes' in the doc-string.
4406
4407 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4408
4409 * international/mule.el (make-translation-table): Doc fix.
4410 Suggested by Alex Schroeder <alex@gnu.org>.
4411
4412 2001-11-07 Richard M. Stallman <rms@gnu.org>
4413
4414 * info.el (Info-fontify-node): Highlight every third menu item.
4415
4416 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4417
4418 * cus-edit.el (custom-face-value-create): Don't ignore the
4419 `customized-face' attribute when finding the current face spec.
4420
4421 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * subr.el (with-local-quit): New macro.
4424 (make-syntax-table): Always inherit.
4425 (functionp): Be more careful when `object' is a symbol.
4426
4427 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4428
4429 2001-11-07 Paul Eggert <eggert@twinsun.com>
4430
4431 * dired.el (dired-move-to-filename-regexp):
4432 Do not distinguish between ASCII letters and non-ASCII characters.
4433 Don't allow comma except in the form "month day, year".
4434 Don't allow space between month name and comma.
4435 Clean up the code that checks for trailing period, comma, and space.
4436 Remove now-obsolete comments, and add more commentary about
4437 Japanese dates.
4438 Always gobble up trailing spaces, instead of doing it only sometimes.
4439
4440 2001-11-07 Miles Bader <miles@gnu.org>
4441
4442 * paren.el (show-paren-match-face): Add dark-background variant.
4443
4444 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4445
4446 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4447 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4448 Don't disable adaptive-fill-mode.
4449 (lisp-fill-paragraph): Use tab-width rather than 8.
4450 Prevent filling the first line of docstrings.
4451
4452 2001-11-06 Richard M. Stallman <rms@gnu.org>
4453
4454 * play/gomoku.el (gomoku): Doc fix.
4455
4456 * jka-compr.el (jka-compr-partial-uncompress):
4457 Support an alternative of not using dd.
4458 (jka-compr-dd-program): Use defcustom to define this.
4459 (jka-compr-load-suffixes): Use defcustom.
4460 (jka-compr-mode-alist-additions): Use defcustom.
4461
4462 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4465 Also work when LIMIT is further than the end of line.
4466
4467 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4468
4469 * international/quail.el (quail-update-leim-list-file): Print the
4470 offending file name if some of its quail-define-package forms is broken.
4471
4472 2001-11-05 Richard M. Stallman <rms@gnu.org>
4473
4474 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4475 of the evaluated form.
4476
4477 2001-11-05 Paul Eggert <eggert@twinsun.com>
4478
4479 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4480 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4481 stamps always line up by default. Also, it uses a slightly
4482 different window to determine whether files are "recent".
4483
4484 2001-11-05 Andrew Innes <andrewi@gnu.org>
4485
4486 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4487 Don't attempt to remake autoloads before nuking .elc files.
4488
4489 2001-11-04 Richard M. Stallman <rms@gnu.org>
4490
4491 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4492 previous-single-property-change or next-single-char-property-change
4493 returns nil.
4494
4495 * international/mule-cmds.el (set-locale-environment):
4496 Make it interactive; make arg optional.
4497
4498 * international/mule-diag.el (help-funs): Require help-funs.
4499
4500 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4501
4502 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4503
4504 2001-11-04 Miles Bader <miles@gnu.org>
4505
4506 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4507 shadow of the splash image grey on a dark background instead of black.
4508
4509 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4510
4511 * term.el (all faces): Don't (copy-face 'default <foo>).
4512
4513 * term/xterm.el (function-key-map):
4514 Add entry for `ESC [ 3 ~' -> <delete>
4515 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4516 Use inheritance so that .emacs and terminfo take precedence.
4517
4518 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * tooltip.el (tooltip-delay): Decrease to 0.7.
4521 (tooltip-hide-delay): Enlarge to 10.
4522
4523 2001-11-03 Richard M. Stallman <rms@gnu.org>
4524
4525 * startup.el (fancy-splash-tail): Explain how to recover
4526 from a crash, if there was a crash.
4527 (command-line-1): Reorganize display of startup screen,
4528 to simplify the logic. Use a temp buffer for it.
4529
4530 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4531
4532 * frame.el (set-background-color, set-foreground-color):
4533 Call face-set-after-frame-default, to propagate the new colors to
4534 the frame's parameters alist.
4535
4536 * calendar/timeclock.el (timeclock-out): Signal an error if
4537 timeclock-last-event is nil.
4538
4539 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * textmodes/fill.el (fill-context-prefix): Fix braino.
4542
4543 * international/quail.el (quail-help):
4544 Use `help-buffer' and move `help-setup-xref' to beginning.
4545
4546 * international/mule-cmds.el (describe-language-environment):
4547 Use `help-buffer' and move `help-setup-xref' to beginning.
4548
4549 * international/mule-diag.el (list-character-sets)
4550 (sort-listed-character-sets, describe-character-set)
4551 (describe-coding-system, describe-fontset, list-fontsets):
4552 Use `help-buffer' and move `help-setup-xref' to beginning.
4553 (describe-char-after): Use `internal-describe-syntax-value'.
4554
4555 2001-11-02 Richard M. Stallman <rms@gnu.org>
4556
4557 * mouse.el (popup-menu): If the user refuses to select
4558 from a menu, don't try to invoke the menu.
4559
4560 2001-11-02 Miles Bader <miles@gnu.org>
4561
4562 * help-mode.el (help-xref): New button type.
4563 (help-function, help-variable, help-face, help-coding-system)
4564 (help-input-method, help-character-set, help-type, help-symbol)
4565 (help-back, help-info, help-customize-variable, help-customize-face)
4566 (help-function-def, help-variable-def): Use it as a supertype.
4567 Remove `action' property.
4568
4569 * international/mule-diag.el (describe-character-set)
4570 (describe-coding-system): Pass correct args to `help-xref-button'.
4571 (sort-listed-character-sets): New button type.
4572 (list-character-sets): Use it.
4573 (list-charset-chars): New button type.
4574 (list-character-sets-1): Use it.
4575
4576 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
4577
4578 * indent.el (tab-always-indent, indent-for-tab-command):
4579 Remove redundant `never' setting.
4580
4581 * fill.el (fill-region-as-paragraph): Don't forget to skip
4582 over current whitespace before looking for a preceding space.
4583
4584 2001-11-01 Richard M. Stallman <rms@gnu.org>
4585
4586 * files.el (file-newest-backup): Don't pass backup file name
4587 thru file-name-sans-versions, because it never has version numbers.
4588
4589 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4590 to avoid ambiguous nested loops.
4591
4592 * files.el (find-file-noselect): Offer to change buffer-read-only
4593 only when the file's read-only status has changed from before
4594 as well as disagreeing with the buffer's current status.
4595 (buffer-file-read-only): New var, local in all buffers.
4596
4597 * buff-menu.el (buffer-menu): Doc fix.
4598 (buffer-menu-other-window): Doc fix.
4599 (list-buffers, list-buffers-noselect): Doc fix.
4600
4601 2001-11-01 Gerd Moellmann <gerd@gnu.org>
4602
4603 * startup.el (command-line): If the terminal Emacs is running on
4604 has erase char set to ^H, use the Backspace key for deleting
4605 backward, and the Delete key for deleting forward.
4606
4607 2001-11-01 Miles Bader <miles@gnu.org>
4608
4609 * button.el (define-button-type): Make sure every user-defined
4610 button type has a supertype.
4611
4612 2001-10-31 Jason Rumney <jasonr@gnu.org>
4613
4614 * international/mule-cmds.el (locale-language-names): Add chs and
4615 cht as aliases for Chinese-GB and Chinese-BIG5.
4616
4617 2001-10-31 Richard M. Stallman <rms@gnu.org>
4618
4619 * bindings.el (mode-line-frame-identification): Add doc string.
4620 (mode-line-position, mode-line-modes): New variables.
4621 (mode-line-format): Use mode-line-position for the part
4622 that displays the position-in-buffer info.
4623 Use mode-line-modes for the part that displays major and minor modes.
4624
4625 2001-10-31 Sam Steingold <sds@gnu.org>
4626
4627 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4628 (debugger-setup-buffer): Call it.
4629 (debugger-mode-map): Bind RET and mouse-2.
4630
4631 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4632
4633 * startup.el: Document command line option --no-window-system
4634 instead of --no-windows.
4635
4636 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4639
4640 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4641 (font-lock-defaults-alist): Use it.
4642 From David Ponce <david.ponce@wanadoo.fr>
4643
4644 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4645 output of `char-after'.
4646
4647 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4648
4649 * simple.el (reindent-then-newline-and-indent): Insert the newline
4650 before indenting the first line.
4651 (undo-get-state, undo-revert-to-state): New funs.
4652 (shell-command): Don't kill the buffer even if empty.
4653 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4654 (transpose-subr-end2): Remove.
4655 (transpose-subr): Add `special' arg and simplify.
4656 (transpose-subr-1): Rewrite.
4657 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4658 (rfc822-goto-eoh): Simplify.
4659
4660 2001-10-30 Richard M. Stallman <rms@gnu.org>
4661
4662 * enriched.el (enriched-face-ans): Fix previous change.
4663
4664 2001-10-30 Gerd Moellmann <gerd@gnu.org>
4665
4666 * international/iso-acc.el (iso-accents-compose): Remove a
4667 superfluous setq.
4668
4669 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4670
4671 * buff-menu.el (list-buffers-noselect): If the buffer's name
4672 starts with a blank, but it visits a file, do show it (for files
4673 whose names start with a blank).
4674
4675 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4676
4677 * textmodes/fill.el (sentence-end-double-space)
4678 (sentence-end-without-period): Move to paragraphs.el.
4679 (fill-indent-according-to-mode): Change default to t.
4680 (fill-context-prefix): Simplify control-flow and use a more
4681 sophisticated merge that unifies both previous checks.
4682 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4683 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4684 (fill-nobreak-p): New fun.
4685 (fill-region-as-paragraph): Use it.
4686 Handle `fill-indent-according-to-mode' slightly differently.
4687 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4688 (fill-individual-paragraphs-citation): Fix.
4689
4690 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4691 (paragraph-start): Change default to the `text-mode' value.
4692 (sentence-end-double-space, sentence-end-without-period):
4693 Move from fill.el.
4694 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4695 rather than rebinding `paragraph-start' and `paragraph-separate'.
4696
4697 * indent.el (indent-line-function): Change default to indent-relative.
4698 (tab-always-indent): Add an `never' setting.
4699 (indent-according-to-mode): Handle `indent-relative' and
4700 `indent-relative-maybe' specially.
4701 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
4702 Handle the `never' case for `tab-always-indent'.
4703 Don't call indent-according-to-mode for indent-relative' and
4704 `indent-relative-maybe'.
4705 (insert-tab): Rename `prefix-arg' to `arg'.
4706 (indent-region): Indent the first line as well.
4707 (indent-relative): Don't mark the buffer modified if the indentation
4708 is unchanged.
4709
4710 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4711 Don't set paragraph-separate. Set paragraph-start more carefully.
4712 Set indent-line-function.
4713 (paragraph-indent-text-mode): Use it and define-derived-mode.
4714 (text-mode-map): Remove the \t binding.
4715 (text-mode): Simplify now that the default is more favorable.
4716
4717 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4720 If the regexp doesn't match, use a looser one.
4721 (find-variable-noselect): Add `file' argument.
4722
4723 * pcvs.el (cvs-mode-commit-hook): New hook.
4724 (cvs-mode-commit): Run it.
4725
4726 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4727
4728 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4729 (edebug-instrument-function): Use `find-function-noselect'.
4730
4731 2001-10-29 Richard M. Stallman <rms@gnu.org>
4732
4733 * term.el (term-if-emacs19): Macro deleted.
4734 Callers changed to use progn instead.
4735
4736 * frame.el (blink-cursor-mode): Doc fix.
4737
4738 * files.el (find-backup-file-name): Use make-backup-file-name.
4739
4740 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4741 window-live-p.
4742 (edebug-set-conditional-breakpoint): Unconditionally use
4743 the former Emacs >=19 definition.
4744 (edebug-mark): Define unconditionally.
4745 (edebug-eval-expression): Always call read-from-minibuffer
4746 and specify history list.
4747 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4748 edebug-set-conditional-breakpoint.
4749 (edebug-emacs-version-specific): Function deleted;
4750 do the job at top level.
4751 (edebug-emacs-19-specific): Function deleted, this is the default.
4752
4753 2001-10-29 Sam Steingold <sds@gnu.org>
4754
4755 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4756 "/cygdrive/LETTER/" pathnames.
4757
4758 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4759
4760 * faces.el (invert-face): Check for 'unspecified, not for nil,
4761 when testing whether face colors are not specified.
4762 From David.Kastrup@t-online.de (David Kastrup).
4763 (read-face-name): Doc fix.
4764 (make-face-bold, make-face-unbold, make-face-italic)
4765 (make-face-unitalic, make-face-bold-italic, invert-face):
4766 Remove trailing blank from the prompt passed to read-face-name.
4767
4768 2001-10-29 Sam Steingold <sds@gnu.org>
4769
4770 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4771 Report numbers of files skipped and failed too.
4772 (byte-compile-file): Return 'no-byte-compile for skipped files.
4773
4774 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4775
4776 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4777 and `M p'.
4778
4779 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4780
4781 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4782 as is on unread-command-events instead of `(SECOND-CHAR)'.
4783
4784 2001-10-29 Andre Spiegel <spiegel@gnu.org>
4785
4786 * vc.el: Mention vc-*-switches in backend API documentation.
4787 (vc-annotate): Adapt doc string to recent change.
4788
4789 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4790
4791 * enriched.el (enriched-face-ans): Handle face attributes
4792 of the form `(FACE1 FACE2 ...)'.
4793
4794 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
4795
4796 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
4797
4798 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4799
4800 * progmodes/sql.el (sql-db2): Doc change.
4801 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4802 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4803
4804 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4805
4806 * env.el (substitute-env-vars): Don't quote argument to `rx';
4807 it's a macro.
4808
4809 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4810
4811 * cus-start.el (recursive-load-depth-limit): Added.
4812
4813 2001-10-28 Richard M. Stallman <rms@gnu.org>
4814
4815 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4816 All uses removed--assume Emacs version is >= 20.
4817
4818 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4819 by really checking that it is not version 18.
4820
4821 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4822
4823 2001-10-28 Miles Bader <miles@gnu.org>
4824
4825 * faces.el (face-attribute): Add INHERIT argument, consider face
4826 inheritance if it's non-nil.
4827 (face-attribute-merged-with): New function.
4828 (face-attribute-specified-or): New macro.
4829 (face-foreground, face-background, face-stipple): Add INHERIT
4830 argument. Use `face-attribute-specified-or'.
4831
4832 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4833
4834 * font-lock.el: Require `syntax'.
4835 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4836 Use `c-font-lock-syntactic-face-function' for c languages.
4837 (font-lock-mode): Don't unset vars when turning the mode off.
4838 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4839 (font-lock-extra-managed-props): New var.
4840 (font-lock-default-unfontify-region): Use it.
4841 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4842 Don't eval the value when there's no match.
4843 (font-lock-ppss-stats): New var.
4844 (font-lock-ppss): New fun.
4845 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4846 (font-lock-apply-highlight): Allow `highlight' to set several props.
4847 (font-lock-set-defaults): Use dolist.
4848 (font-lock-unset-defaults): Remove.
4849 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4850 Try to recognize prototypes using `foo P_ ((args))'.
4851 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4852 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4853 (c-font-lock-syntactic-face-function): New function.
4854 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4855 (c++-keywords): Use a more sophisticated regexp to handle
4856 shallowly nested templates.
4857
4858 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4861 (sgml-tag): Use it. Cleanup with `cond'.
4862 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4863 Mark the overlays and only delete those that are marked.
4864 (sgml-skip-close-p): Remove.
4865 (sgml-value): Replace sgml-skip-close-p with its definition.
4866 (html-tag-alist): Use sgml-xml a bit more.
4867 (html-mode): Set sgml-empty-tags.
4868
4869 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4870 (texinfo-update-node, texinfo-sequential-node-update):
4871 Don't bind the obsolete `auto-fill-hook'.
4872 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4873 Use `set-buffer' rather than `switch-to-buffer'.
4874 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4875 Use `set-buffer' rather than `switch-to-buffer'.
4876
4877 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4878 text-mode-syntax-table.
4879 (mail-mode): Use define-derived-mode.
4880 Fix ordering of alternatives in adaptive-fill-regexp.
4881 (mail-mode-map): Don't rely on keymap's internal representation.
4882
4883 2001-10-27 Sam Steingold <sds@gnu.org>
4884
4885 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4886 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4887 (sgml-mode-common): Call it.
4888 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4889 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4890 (html-horizontal-rule, html-image, html-ordered-list):
4891 (html-unordered-list, html-list-item, html-paragraph):
4892 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4893 `html-xhtml'.
4894
4895 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4896
4897 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4898 (ifnothtml): New alias.
4899
4900 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4901
4902 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4903 (toggle-text-mode-auto-fill): Use derived-mode-p.
4904
4905 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4906
4907 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4908 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4909
4910 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4911
4912 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4913 Add make-obsolete cookies, to follow faces.el.
4914
4915 These changes avoid warnings from the byte compiler in faces.el:
4916
4917 * faces.el (internal-get-face): Use facep instead of the obsolete
4918 internal-find-face.
4919 (internal-frob-font-weight, internal-frob-font-slant):
4920 New defaliases for obsolete functions.
4921 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4922 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4923 (x-make-font-bold-italic): Use internal-frob-font-weight and
4924 internal-frob-font-slant aliases instead of the obsolete
4925 x-frob-... functions.
4926
4927 2001-10-26 Sam Steingold <sds@gnu.org>
4928
4929 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4930 DOCTYPE; set `mode-name' based on it.
4931 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4932 (sgml-tag): Close empty tags in XHTML.
4933
4934 2001-10-26 Jason Rumney <jasonr@gnu.org>
4935
4936 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4937 when UNICODE is not defined.
4938
4939 2001-10-26 Sam Steingold <sds@gnu.org>
4940
4941 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4942 be alone on the line.
4943
4944 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * button.el (button): Special face definition for MS-DOS terminals.
4947
4948 2001-10-26 Sam Steingold <sds@gnu.org>
4949
4950 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4951 Protect the /= test by checking that the args are non-nil.
4952 (sh-font-lock-close-heredoc): Check eof for being non-nil.
4953
4954 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4955
4956 * textmodes/artist.el (artist-version): 1.2.4.
4957 (artist-butlast-fn): New variable.
4958 (artist-butlast): New function.
4959 (artist-ellipse-mirror-quadrant): Use it.
4960 (artist-mouse-draw-poly): Use nil for `point-list'.
4961 (artist-mouse-draw-poly): Check for point-list being nil.
4962
4963 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4964
4965 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4966 lambda expression.
4967 (ps-mode-menu-main): Submenu with options on/off was replaced with
4968 a toggle button.
4969 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4970 (ps-mode): Autoload cookie added on same line as comment
4971 (ps-mode-tabkey, ps-mode-backward-delete-char):
4972 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4973 `indent-to' with `indent-line-to'
4974 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4975 instead of `eval'.
4976 (ps-mode-print-region): Use `with-temp-buffer'.
4977 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
4978 (numerous places): Add back-tick and tick around names in
4979 docstrings, fix punctuation in docstrings, remove trailing spaces.
4980
4981 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4982
4983 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4984 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4985 (sgml-font-lock-syntactic-keywords): New var.
4986 (sgml-mode-common): Drop the two args.
4987 Don't make buffer-local variables that aren't used.
4988 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4989 Don't set `before-string' props from sgml-display-text.
4990 (sgml-mode): Use define-derived-mode.
4991 (sgml-tags-invisible): Use sgml-display-text.
4992 (sgml-quote): New command.
4993 (html-tag-alist): Add args for `span'.
4994 (html-mode): Use define-derived-mode.
4995 Set sgml-display-text and sgml-tag-face-alist.
4996
4997 2001-10-25 Sam Steingold <sds@gnu.org>
4998
4999 * add-log.el (add-log-always-start-new-record): New user option.
5000 (add-change-log-entry): Use it.
5001
5002 2001-10-25 Richard M. Stallman <rms@gnu.org>
5003
5004 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5005 bind case-fold-search if FROM is not all lower case.
5006
5007 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5008
5009 * startup.el (normal-top-level): Check for frame-initial-frame
5010 only if it's really used.
5011
5012 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5013
5014 * progmodes/compile.el (compilation-parse-errors-filename-function):
5015 New variable.
5016 (compilation-parse-errors): Use it.
5017
5018 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5019
5020 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5021 interactively so that C-u M-C-x still does edebug.
5022 (checkdoc-sentencespace-region-engine): Don't force a double-space
5023 after `.' if it doesn't look like an end-of-sentence.
5024 (debug-ignored-errors): Add `disambiguate ...'.
5025
5026 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * textmodes/texinfo.el (texinfo-environments)
5029 (texinfo-environment-regexp): Hoist.
5030 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5031 Only highlight the menu name in menu items.
5032 Setup `@foo ... @end foo' as text clones.
5033 (texinfo-clone-environment): New function.
5034 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5035 (texinfo-insert-block): Simplify.
5036 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5037 the command is repeated.
5038 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5039 (texinfo-insert-@end): Simplify.
5040
5041 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5042 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5043 (texinfo-subsubsection-level-regexp)
5044 (texinfo-update-menu-same-level-regexps)
5045 (texinfo-update-menu-higher-regexps)
5046 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5047
5048 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5049 (derived-mode-p): Autoload.
5050
5051 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5052 New vars and functions.
5053 (text-clone-maintain, text-clone-create): New functions.
5054
5055 2001-10-25 Miles Bader <miles@gnu.org>
5056
5057 * facemenu.el (facemenu-add-new-face): Fix variable names.
5058
5059 2001-10-24 Richard M. Stallman <rms@gnu.org>
5060
5061 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5062 of t and nil values.
5063 (facemenu-set-face): Handle START and END interactively.
5064 (facemenu-set-foreground): Don't use a face; specify color directly.
5065 (facemenu-set-background): Likewise.
5066 (facemenu-set-face-from-menu): Doc fix.
5067 (facemenu-active-faces): Use face-attribute-vector
5068 to handle bare attributes not in faces.
5069 (facemenu-get-face): Don't handle face names fg:... and bg:...
5070 specially.
5071 (facemenu-add-new-face): New argument MENU.
5072 New way to handle adding colors to the color menus.
5073
5074 * env.el (substitute-env-vars): Quote the arg to rx.
5075
5076 2001-10-24 Sam Steingold <sds@gnu.org>
5077
5078 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5079 Control" and "SGML" groups.
5080
5081 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5082
5083 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5084 Better handling of C++ template args to avoid confusion with `<'
5085 and `>' used as operators in member init expressions.
5086
5087 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5088
5089 * replace.el (perform-replace): Move START and END parameters
5090 to the end of the argument list and make them optional.
5091
5092 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5093 perform-replace.
5094
5095 * international/fontset.el (x-must-resolve-font-name): New function.
5096 (x-complement-fontset-spec): Use it.
5097
5098 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5099
5100 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5101
5102 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5103 Turn caadr into caar of cdr.
5104
5105 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5106
5107 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5108 of mouse-{1,2} since dragging is on the down event.
5109
5110 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5111
5112 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5113 if ARG is nil.
5114
5115 * desktop.el (desktop-last-buffer): New variable.
5116 (desktop-create-buffer): Set it.
5117 (desktop-read): Bind it and switch to that buffer.
5118
5119 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5120
5121 * progmodes/compile.el (compilation-set-window-height):
5122 Select old window only if it's still live.
5123
5124 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5125
5126 * help-mode.el (help-buffer): Remove debugging code.
5127 From Stefan Monnier <monnier@cs.yale.edu>.
5128
5129 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * files.el (file-name-sans-extension, file-name-extension):
5132 Don't count the leading dots in file names as signaling an extension.
5133
5134 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5135
5136 * vc.el (vc-diff-switches): Doc rewritten.
5137
5138 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5139
5140 * tooltip.el (tooltip-set-param): Doc fix.
5141
5142 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5143 127 to sgml-maybe-name-self.
5144 (sgml-name-8bit-mode): Doc fix.
5145 (sgml-char-names-table): New variable.
5146 (sgml-name-char): Support non-ASCII and mule-unicode-*
5147 characters. Doc fix.
5148 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5149
5150 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5151 doc string the effect of `left' and `top' parameters in
5152 tooltip-frame-parameters, the default values, and the units.
5153 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5154 (tooltip-show): Mention in the doc string the `top' and `left'
5155 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5156
5157 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5158
5159 Add autoscaling support for vc-annotate.
5160 From J.D. Smith <jdsmith@alum.mit.edu>.
5161
5162 * vc.el (vc-annotate-display-default): Accept colormap scaling
5163 ratio (now deprecated).
5164 (vc-annotate-display-autoscale): Added.
5165 (vc-annotate-add-menu): New autoscaling menu options "Span to
5166 Oldest" and "Span Oldest->Newest". Easymenu support added for
5167 toggle menus driven by customize variable `vc-annotate-display-mode'.
5168 (vc-annotate-display-select): Added.
5169 (vc-annotate): Changed temp-buffer-show-function to
5170 `vc-annotate-display-select'.
5171 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5172 Added argument OFFSET. Instead of backend function, calls now
5173 generic `vc-annotate-difference'.
5174 (vc-annotate-difference): Added as generic function instead of
5175 backend-specific function. No longer takes argument POINT, but
5176 instead accepts a time OFFSET.
5177 (vc-default-annotate-current-time): Added.
5178
5179 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5180 version in vc.el, with
5181 (vc-cvs-annotate-current-time): Added, as override of default.
5182 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5183 `vc-cvs-annotate-difference'.
5184
5185 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5186
5187 * saveplace.el (save-place): Require `saveplace'.
5188
5189 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5190 Use `sexp' for :value-type instead of `face'.
5191
5192 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5193
5194 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5195 regexps due to 5-digit message IDs.
5196
5197 2001-10-21 Jason Rumney <jasonr@gnu.org>
5198
5199 * term/w32-win.el (redisplay-dont-pause): Don't set.
5200
5201 2001-10-21 Miles Bader <miles@gnu.org>
5202
5203 * help-funs.el (help-manyarg-func-alist): Variable removed.
5204
5205 2001-10-21 Miles Bader <miles@gnu.org>
5206
5207 * help-funs.el (help-manyarg-func-alist): Remove entries for
5208 `insert', `insert-and-inherit', `insert-before-markers',
5209 `insert-before-markers-and-inherit', `message', `message-box',
5210 `message-or-box', `propertize', `format', `encode-time', `append',
5211 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5212 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5213 `ml-prefix-argument-loop'.
5214
5215 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5216
5217 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5218 (vc-default-diff-tree): New functions.
5219 (vc-version-diff): Use them. As a result, coding systems are now
5220 set up properly for all sorts of diffs, and tree diffs can now
5221 also be done locally.
5222 (vc-diff): With a prefix argument, don't require that it's called
5223 from a buffer under version control.
5224 (diff-switches): Remove duplicate definition.
5225
5226 * vc-cvs.el (vc-cvs-diff-tree): New function.
5227
5228 2001-10-21 Miles Bader <miles@gnu.org>
5229
5230 * help-funs.el (help-manyarg-func-alist): Remove entries for
5231 `list', `vector', `make-byte-code', `call-process',
5232 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5233 `logand', `logior', and `logxor'.
5234
5235 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5236 image bits to compensate. Use `make-string' instead of
5237 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5238
5239 2001-10-20 Kim F. Storm <storm@cua.dk>
5240
5241 * simple.el (kill-ring-save): Don't show extent of copied region
5242 if using transient-mark-mode and region is fully visible.
5243
5244 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5245
5246 * (Version 21.1 released.)
5247
5248 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5249
5250 * files.el (auto-mode-alist): Associate .indent.pro with
5251 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5252
5253 2001-10-18 Sam Steingold <sds@gnu.org>
5254
5255 Put the *Compile-Log* buffer in `compilation-mode'.
5256 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5257 (byte-compile-log-1, byte-compile-log-file)
5258 (displaying-byte-compile-warnings): Use it
5259
5260 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5263
5264 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5265
5266 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5267
5268 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5269
5270 * obsolete/hilit19.el (hilit-lookup-face-create):
5271 Call set-face-font only if display-graphic-p.
5272 (toplevel): Remove references to window-system.
5273
5274 2001-10-18 Miles Bader <miles@gnu.org>
5275
5276 * simple.el (what-line): Avoid problems with field properties.
5277
5278 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5279
5280 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5281 Define special colors for a tty.
5282
5283 2001-10-17 Francesco Potorti` <pot@gnu.org>
5284
5285 * comint.el (comint-password-prompt-regexp): Make it less
5286 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5287
5288 2001-10-17 John Wiegley <johnw@gnu.org>
5289
5290 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5291 a regular file, before checking if it is a directory or symlink.
5292 This avoids a call to eshell-file-attributes, which can be
5293 expensive in some situations.
5294
5295 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5296 customization variable, to differentiate ls-in-dired from regular
5297 uses of ls.
5298
5299 2001-10-17 Miles Bader <miles@gnu.org>
5300
5301 * custom.el (defface): Mention `:inherit' in doc-string.
5302
5303 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5304
5305 * paren.el: Update the Commentary with installation instructions.
5306
5307 2001-10-15 Dave Love <fx@gnu.org>
5308
5309 * international/mule.el (set-auto-coding): Fix regexps for local
5310 variables section not to eat newlines.
5311
5312 2001-10-15 Miles Bader <miles@gnu.org>
5313
5314 * simple.el (display-message-or-buffer): Pass the correct buffer
5315 to `display-buffer'.
5316
5317 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5318
5319 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5320 (executable-find): Use exec-suffixes.
5321 (executable-set-magic): Don't use make-local-hook.
5322
5323 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5324
5325 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5326
5327 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5328 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5329 Add .so to the Unix and GNU branch.
5330
5331 * international/latin-1.el:
5332 * international/latin-2.el:
5333 * international/latin-3.el:
5334 * international/latin-4.el:
5335 * international/latin-5.el:
5336 * international/latin-8.el:
5337 * international/latin-9.el: Add no-byte-compile: t, since
5338 Makefile.in instructs make-docfile to look at .el files.
5339
5340 2001-10-14 Miles Bader <miles@gnu.org>
5341
5342 * button.el (define-button-type): Allow supertype property to be
5343 specified with a keyword `:supertype' too.
5344 (button-put, make-text-button): Allow button type property to be
5345 specified using the keyword `:type' too.
5346 (button-type): New function.
5347 (button): Add `button-category-symbol' property.
5348
5349 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5350
5351 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5352 indent-new-comment-line from comment-indent-new-line.
5353
5354 * textmodes/refill.el (refill-mode):
5355 Bind DEL to backward-delete-char-untabify.
5356 Set backward-delete-char-untabify-method to `hungry'.
5357
5358 * textmodes/bib-mode.el (bib-mode):
5359 * play/gomoku.el (gomoku-mode):
5360 * textmodes/page-ext.el (pages-directory-mode):
5361 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5362
5363 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5364
5365 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5366
5367 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5368 Handle here-docs differently.
5369 (sh-font-lock-heredoc): Remove.
5370 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5371 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5372 (sh-font-lock-open-heredoc): New functions.
5373 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5374 (sh-font-lock-keywords-1): Use regexp-opt.
5375 (sh-in-comment-or-string): Use syntax-ppss.
5376 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5377 (sh-select, sh-tmp-file): Add explicit terminating \n.
5378
5379 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5380 Use with-current-buffer.
5381 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5382 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5383 filename), catch any error that occurs in `ange-ftp-cd'.
5384 If an error happened, don't bother sending `cmd' at all.
5385 Fix a parenthesis typo.
5386 (ange-ftp-write-region): Don't blindly use binary if the remote host
5387 is unix-like.
5388
5389 * play/pong.el (pong-init): Don't use make-local-hook.
5390
5391 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5392
5393 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5394 (viper-get-ex-address-subr): More precise addr for the $ marker
5395
5396 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5397
5398 * version.el (emacs-version): Bump to 21.1.50.
5399
5400 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5401
5402 * mail/mailalias.el (mail-directory-stream): Do not double
5403 variables in the lambda-list.
5404
5405 * play/gomoku.el (gomoku-init-display): Ditto.
5406
5407 * play/landmark.el (lm-init-display): Ditto.
5408
5409 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5410 (delimit-columns-rectangle-line): Ditto.
5411
5412 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * newcomment.el (comment-region-internal): Don't rebind
5415 invisibility_spec now that the C routines handle it correctly.
5416
5417 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5418
5419 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5420 and `same-frame'.
5421
5422 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5423
5424 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5425
5426 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5427 C-p and C-r. Remove redundant bindings from inheriting maps.
5428
5429 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5430 After 4.23 and: After 4.24:
5431 (cperl-contract-levels): Restore position.
5432 (cperl-beautify-level): Likewise.
5433 (cperl-beautify-regexp): Likewise.
5434 (cperl-commentify): Rudimental support for length=1 runs
5435 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5436 After 4.25:
5437 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5438 (imenu-example--create-perl-index): Was not enforcing
5439 syntaxification-to-the-end.
5440 (cperl-invert-if-unless): Allow `for', `foreach'.
5441 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5442 Mark qw(), m()x as indentable.
5443 (cperl-init-faces): Highlight `sysopen' too.
5444 Highlight $var in `for my $var' too.
5445 (cperl-invert-if-unless): Was leaving whitespace at end.
5446 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5447 (cperl-calculate-indent): Remove old commented out code.
5448 Support (primitive) indentation of qw(), m()x.
5449 After 4.26:
5450 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5451 q [] with intervening newlines.
5452 (cperl-autoindent-on-semi): New customization variable.
5453 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5454 (cperl-tips): Mention how to make CPerl the default mode.
5455 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5456 (cperl-outline-level): New function.
5457 (cperl-highlight-variables-indiscriminately): New customization var.
5458 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5459 From Sean Kamath <kamath@pogo.wv.tek.com>.
5460 (cperl-after-block-p): Support CHECK and INIT.
5461 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5462 From Doug MacEachern <dougm@covalent.net>.
5463 After 4.27:
5464 (cperl-find-pods-heres): Recognize \"" as a string.
5465 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5466 Allow whitespace between << and "FOO".
5467 (cperl-problems): Remove \"" and q [] with intervening newlines.
5468 Mention multiple <<EOF as unsupported.
5469 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5470 (cperl-indent-parens-as-block): New configuration variable.
5471 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5472 Use `cperl-indent-parens-as-block'.
5473 (cperl-find-pods-heres): Test for =cut without empty line instead of
5474 complaining about no =cut.
5475 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5476 (cperl-find-pods-heres): Likewise.
5477 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5478 POD could've been marked as comment already.
5479 (cperl-unwind-to-safe): Unwind before start of POD too.
5480 After 4.28:
5481 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5482 After 4.29:
5483 (x-color-defined-p): Make an extra case to peacify the warning.
5484 Toplevel: `defvar' to peacify the warnings.
5485 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5486 No -nw-compile time warnings now.
5487 (cperl-find-tags): TAGS file had too short substring-to-search.
5488 Be less verbose in non-interactive mode
5489 (imenu-example--create-perl-index): Set index-marker after name
5490 (cperl-outline-regexp): New variable.
5491 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5492 (cperl-mode): Made use `cperl-outline-regexp'.
5493 After 4.30:
5494 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5495 (cperl-outline-level): Make start-of-file same level as `package'.
5496 After 4.31:
5497 (cperl-electric-pod): `head1' and `over' electric only if empty.
5498 (cperl-unreadable-ok): New variable.
5499 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5500 on an unreadable file.
5501 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5502 on an unreadable directory.
5503
5504 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5505 Consider the text between two errors as belonging to the first error.
5506 (compilation-goto-locus): Use pop-to-buffer rather than
5507 switch-to-buffer-other-frame.
5508
5509 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5510 (awk-font-lock-syntactic-keywords): New var.
5511 (awk-mode): Use it.
5512
5513 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5514
5515 * faces.el (describe-face): Call help-setup-xref earlier.
5516
5517 * jka-compr.el (jka-compr-load-suffixes): New var.
5518 (jka-compr-install): Add its content to load-suffixes.
5519 (jka-compr-uninstall): Remove its content from load-suffixes.
5520
5521 2001-10-12 Sam Steingold <sds@gnu.org>
5522
5523 * bindings.el (completion-ignored-extensions): CL-related
5524 extensions are platform-independent.
5525
5526 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5527 asynchronous multiple file copying.
5528
5529 2001-10-12 Gerd Moellmann <gerd@gnu.org>
5530
5531 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5532 Turn error for repeated variables into warning.
5533
5534 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5535 New function checking that lambda-list consists of non-constant
5536 symbols, that &rest and &optional are followed by variable names,
5537 that &rest VAR is the last element, and that variables aren't doubled.
5538 (byte-compile-lambda): Use it.
5539
5540 2001-10-12 Eli Barzilay <eli@barzilay.org>
5541
5542 * calculator.el (calculator-eng-display): Don't call concat
5543 with an integer argument.
5544
5545 2001-10-12 Miles Bader <miles@gnu.org>
5546
5547 * help-mode.el (help-customize-face): New button-type.
5548
5549 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5550 (describe-face): Fix args to `help-xref-button'.
5551 Don't switch to help-buffer around call to `help-setup-xref'.
5552 Use `help-buffer' instead of hard-wired "*Help*".
5553 Require `help-mode'.
5554
5555 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5558
5559 * help-mode.el (help-buffer): New function.
5560 Returns the buffer-name to use for help output.
5561 Change all the code to use it instead of hard-coding *Help*.
5562 (help-mode-map): Put back the mouse-2 binding.
5563 (help-xref-stack): Change the format and make buffer-local.
5564 (help-xref-stack-item): Make buffer-local.
5565 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5566 (help-xref-interned): Display the face doc as well.
5567 (help-follow-mouse): Re-introduce.
5568 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5569 (help-do-xref): Don't `push' any more.
5570 (help-follow): Also follow face names.
5571
5572 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5573 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5574 Autoload and cleanup.
5575 (describe-function): Call help-setup-xref.
5576 (describe-variable): Call help-setup-xref earlier.
5577
5578 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5579 (view-lossage): Call help-setup-xref correctly and earlier.
5580 (describe-bindings): Call help-setup-xref earlier.
5581 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5582 (describe-mode): Don't autoload. Call help-setup-xref earlier.
5583
5584 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5585
5586 * master.el (master-mode): Use define-minor-mode instead of
5587 easy-mmode-define-minor-mode. Add autload cookie.
5588 (Commentary): Remove the line showing how to autoload master-mode,
5589 since it's always autoloaded.
5590
5591 * master.el: New file.
5592
5593 2001-10-11 Dave Love <fx@gnu.org>
5594
5595 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5596 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5597 <const-C varset-X const-C>: Fix car/cdr typo.
5598
5599 2001-10-11 Gerd Moellmann <gerd@gnu.org>
5600
5601 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5602 New function extracted from byte-compile-log-1.
5603 (byte-compile-log-1): Change output to be more in line with
5604 the output of other GNU tools.
5605 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
5606 (byte-compile-report-error): Downcase error message.
5607 Use `error' instead of `!!' for error messages.
5608 (byte-compile-print-syms): Treat non-interactive case specially.
5609 (displaying-byte-compile-warnings): Use backquote.
5610 (byte-compile-from-buffer): Bind byte-compile-last-line.
5611 (batch-byte-compile): Remove `Done' message.
5612
5613 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * emacs-lisp/copyright.el (copyright): Add final \n.
5616
5617 2001-10-11 Miles Bader <miles@gnu.org>
5618
5619 * diff.el (diff): Display default values in prompts as
5620 `(default ...)', not `(...)'.
5621
5622 * info.el (Info-follow-reference): Likewise.
5623
5624 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5627
5628 * newcomment.el (comment-indent): Be a little more robust in case
5629 comment-indent-function does funny things.
5630 (comment-normalize-vars): Autoload.
5631 (comment-region-internal): Fiddle with the visibility spec.
5632 (comment-valid-prefix): New function.
5633 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5634 that would turn comment-text into non-comment-text.
5635
5636 * emacs-lisp/syntax.el: New file.
5637
5638 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5639 compatibility cruft.
5640 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5641 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5642 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5643 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5644 tcl-submit-bug-report.
5645 (tcl-mode-syntax-table): Leave \f alone.
5646 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5647 tcl-end-of-defun, tcl-submit-bug-report.
5648 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5649 (tcl-add-emacs-menu): Remove.
5650 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5651 (tcl-keyword-list): Add `chain'.
5652 (tcl-font-lock-syntactic-keywords): New variable.
5653 (tcl-pps-has-arg-6): Remove.
5654 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5655 (tcl-internal-mark-defun): Remove.
5656 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5657 (tcl-mode): Use define-derived-mode. Simplify.
5658 Set comment-indent-function.
5659 (tcl-indent-command): Use line-beginning-position and comment-indent.
5660 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5661 (tcl-indent-line): Use tcl-calculate-indent.
5662 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5663 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5664 (tcl-filter): Use with-current-buffer, simplify.
5665 (inferior-tcl-mode): Use define-derived-mode.
5666 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5667 (tcl-simple-in-comment, tcl-in-comment): Removed.
5668 (tcl-files-alist): New function.
5669 (tcl-help-snarf-commands): Use it and return the result directly
5670 rather than through a global variable.
5671 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5672 (tcl-help-on-word): Provide the default value to completing-read.
5673 (tcl-hilit): Remove.
5674 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5675 (tcl-comment-indent): New function.
5676 (tcl-submit-bug-report): Remove.
5677 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5678 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5679 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5680
5681 2001-10-10 Miles Bader <miles@gnu.org>
5682
5683 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5684 (Info-fontify-node): Don't fontify the node if it's already been done.
5685
5686 2001-10-10 Gerd Moellmann <gerd@gnu.org>
5687
5688 * international/iso-transl.el (iso-transl-e-caret)
5689 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5690 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5691
5692 * simple.el (end-of-buffer): Fix code scrolling specially
5693 for the buffer end.
5694
5695 * startup.el (command-line-1): Bind tab-width to 8.
5696
5697 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5698
5699 * emulation/tpu-edt.el: Use defalias instead of fset for
5700 user-visible commands. From Rob Riepel
5701 <riepel@Networking.Stanford.EDU>.
5702
5703 2001-10-09 Gerd Moellmann <gerd@gnu.org>
5704
5705 * ruler-mode.el: New file.
5706
5707 2001-10-09 Miles Bader <miles@gnu.org>
5708
5709 * apropos.el (button): New require.
5710
5711 * help-funs.el: New file, contents mostly from `help.el'.
5712 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5713
5714 * help-mode.el: New file, contents mostly from `help.el'.
5715
5716 * help.el: Don't require `view' when compiling.
5717 (help-with-tutorial, describe-function, describe-function-1)
5718 (variable-at-point, describe-variable, locate-library):
5719 Functions moved into `help-funs.el'.
5720 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5721 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5722 (help-setup-xref, help-xref-following, help-make-xrefs)
5723 (help-xref-button, help-insert-xref-button, help-xref-interned)
5724 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5725 (help-xref-on-pp): Functions moved into `help-mode.el'
5726 (help-mode-map, help-xref-stack, help-xref-stack-item)
5727 (help-highlight-p, help-highlight-face, help-back-label)
5728 (help-xref-symbol-regexp, help-xref-mule-regexp)
5729 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5730 (help-symbol, help-back, help-info, help-customize-variable)
5731 (help-function-def, help-variable-def):
5732 Button-types moved into `help-mode.el'.
5733 (load-symbol-file-load-history, symbol-file):
5734 Functions moved into `subr.el'.
5735 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
5736 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5737
5738 * subr.el (symbol-file-load-history-loaded)
5739 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5740
5741 * loadup.el ("button"): Load removed.
5742
5743 * button.el (define-button-type): Respect any `supertype' property.
5744 (button-type-subtype-p, button-has-type-p): New functions.
5745
5746 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5747 dollar-signs.
5748
5749 * comint.el (comint-insert-previous-argument): New function.
5750 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
5751 (comint-insert-previous-argument-last-start-pos)
5752 (comint-insert-previous-argument-last-index): New variables.
5753
5754 * apropos.el (apropos-next-label-button): Use the presence of a
5755 `apropos-label' property to detect label buttons.
5756
5757 2001-10-08 Miles Bader <miles@gnu.org>
5758
5759 * button.el (next-button, previous-button): Remove N and WRAP
5760 parameters. Don't pay attention to `skip' properties.
5761 (forward-button): Implement wrapping, iterating, and skipping here
5762 instead.
5763 (button-activate): USE-MOUSE-ACTION is optional.
5764 (button-nop): Function removed.
5765 (default-button): Use `ignore' as default button action.
5766
5767 * apropos.el (apropos-next-label-button): Update arguments to
5768 `next-button'.
5769 (apropos-symbol): Add `skip' property.
5770 (apropos-function, apropos-macro, apropos-command)
5771 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5772 (apropos-plist): New button types.
5773 (apropos-label-properties): Variable removed.
5774 (apropos-print): Pass button-type to apropos-print-doc, rather
5775 than help function and label text.
5776 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5777 Get button label from TYPE.
5778
5779 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5780
5781 * help.el (help-mode): Use define-derived-mode.
5782 (describe-mode): Add optional `buffer' arg.
5783 Use it instead of going through help-xref-mode.
5784 Avoid doubling the word `minor' when prettifying.
5785 (describe-function-1): List the corresponding key bindings.
5786 (describe-variable): Say if the var is automatically buffer-local.
5787 If the source is `loaddefs.el', look for the real source.
5788 (help-xref-mode): Remove.
5789
5790 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5791 the file says no-byte-compile.
5792
5793 2001-10-08 Miles Bader <miles@gnu.org>
5794
5795 * button.el (next-button, previous-button): Respect `skip' property.
5796
5797 2001-10-07 Miles Bader <miles@gnu.org>
5798
5799 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5800 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5801 `woman-follow-word' instead of `woman-mouse-2'.
5802 (woman-follow-word): Renamed from `woman-mouse-2'.
5803 Follow current unconditionally, since this function is now only
5804 bound to M-mouse-2. Use accessor functions.
5805 (WoMan-highlight-references): Use `make-text-button'.
5806 (woman-xref): New button type.
5807
5808 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5809 ("button"): New load, just before "help" (which uses it).
5810
5811 * help.el (help-mode-map): Make button-buffer-map our parent.
5812 Don't bind mouse events or tab/backtab.
5813 (help-function, help-variable, help-face, help-coding-system)
5814 (help-input-method, help-character-set, help-back, help-info)
5815 (help-customize-variable, help-function-def, help-variable-def):
5816 New button types.
5817 (help-button-action): New function.
5818 (describe-function-1): Pass help button-types to
5819 `help-xref-button' rather than help function and help-echo string.
5820 Don't put multiple help-function args in a list to pass them to
5821 help-xref-button, just pass them as multiple arguments.
5822 Use `help-insert-xref-button' to make [back]-button, rather than
5823 `help-xref-button'.
5824 (help-xref-button): Take a button-type TYPE as a parameter rather
5825 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5826 and add a &rest parameter ARGS to serve the same purpose.
5827 Use `make-text-button' to add the button.
5828 (help-insert-xref-button): Use `insert-text-button' to add the button.
5829 (help-follow-mouse, help-next-ref, help-previous-ref):
5830 Functions removed.
5831 (help-do-xref): New function.
5832 (help-follow): Use `push-button' and `help-do-xref' to do most of
5833 the work.
5834
5835 * apropos.el (apropos-symbol, apropos-label): New button types.
5836 (apropos-symbol-button-display-help)
5837 (apropos-label-button-display-help, apropos-next-label-button):
5838 New functions.
5839 (apropos-mode-map): Make button-buffer-map our parent.
5840 Don't bind mouse events.
5841 (apropos-print, apropos-print-doc): Create buttons instead of text
5842 properties.
5843 (apropos-mouse-follow): Function removed.
5844 (apropos-follow): Use buttons.
5845
5846 * button.el: New file.
5847
5848 2001-10-07 Gerd Moellmann <gerd@gnu.org>
5849
5850 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
5851 Remove.
5852
5853 2001-10-05 Richard M. Stallman <rms@gnu.org>
5854
5855 * add-log.el (add-change-log-entry): Skip copyright notice
5856 and copying permission notice at start of file, if any.
5857 Make use of terms "entry" and "item" accord with Emacs manual.
5858 Simplify the logic for moving point while entering or creating
5859 an entry and then an item.
5860 (add-change-log-entry-other-window): Doc fix.
5861
5862 2001-10-06 Miles Bader <miles@gnu.org>
5863
5864 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5865 removed; they apparently don't work with faces.
5866
5867 2001-10-05 Sam Steingold <sds@gnu.org>
5868
5869 * textmodes/sgml-mode.el (html-xhtml): New user option.
5870 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5871 (html-ordered-list, html-unordered-list, html-list-item)
5872 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5873 (sgml-skip-close-p): New function.
5874 (sgml-value): Use it.
5875
5876 2001-10-05 Sam Steingold <sds@gnu.org>
5877
5878 * calendar/diary-lib.el (diary-entry-compare): When times are
5879 identical, compare the entries lexicographically.
5880
5881 2001-10-06 Miles Bader <miles@gnu.org>
5882
5883 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5884 Use `minibuffer-prompt-end'.
5885
5886 * simple.el (previous-matching-history-element): Fix misplaced
5887 parentheses.
5888
5889 2001-10-05 Miles Bader <miles@gnu.org>
5890
5891 * rfn-eshadow.el: New file.
5892
5893 2001-10-05 Miles Bader <miles@gnu.org>
5894
5895 * cus-face.el (custom-face-attributes): Make sure each attribute
5896 has a valid default value. Remove hacks that mapped `nil' to
5897 `off' and used nil to mean `unspecified'. Remove `unspecified'
5898 choices from all attributes (unspecified is handled by the parent
5899 checklist).
5900 * cus-edit.el (custom-face-edit-convert-widget)
5901 (custom-face-edit-deactivate, custom-face-edit-activate)
5902 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5903 New functions.
5904 (custom-face-edit): Specify a custom :convert-widget.
5905 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5906 Don't pass in default filters that map between `nil' and `off' and
5907 `unspecified' and `nil'.
5908
5909 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5910
5911 * progmodes/compile.el (compilation-buffer-name): New function.
5912 (compile-internal): Use it to determine the name of the
5913 compilation buffer.
5914
5915 2001-10-05 Miles Bader <miles@gnu.org>
5916
5917 * progmodes/compile.el (grep-use-null-device): New variable.
5918 (grep-command): Mention `grep-use-null-device'.
5919 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5920 Make computation of `grep-command' respect `grep-use-null-device'.
5921 (grep): Respect `grep-use-null-device'.
5922 Call `grep-compute-defaults' even if grep-command is set, if
5923 grep-use-null-device is still tentative.
5924
5925 * subr.el (call-process-shell-command): New function.
5926
5927 2001-10-05 Miles Bader <miles@gnu.org>
5928
5929 * simple.el (previous-matching-history-element)
5930 (next-history-element, next-complete-history-element): Use
5931 `minibuffer-' functions instead of calling `field-' functions directly.
5932 (minibuffer-prompt-end, minibuffer-contents):
5933 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5934 Functions removed (now subrs).
5935 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5936
5937 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5938 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5939 instead of calling `field-' functions directly.
5940 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5941
5942 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5943
5944 * files.el (find-file-noselect): If file's read-only status has
5945 changed on disk, ask if buffer's read-only status should be
5946 changed, unless NOWARN is set.
5947
5948 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5949 alias for define-setf-method.
5950
5951 * bindings.el: Remove no-byte-compile from file local variables
5952 to enable bootstrapping.
5953
5954 2001-10-04 Andrew Innes <andrewi@gnu.org>
5955
5956 * faces.el (face-font-registry-alternatives) [windows-nt]:
5957 Make gb2312 an alias for gb2312.1980.
5958
5959 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5960
5961 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5962 (uniquify-reverse-components): Remove.
5963
5964 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5965 Make sure the file is readable.
5966 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5967 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5968 (batch-byte-recompile-directory): Pass arg=0.
5969
5970 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5971 (perl-calculate-indent): Use it.
5972 (perl-backward-to-noncomment): Use forward-comment.
5973
5974 * derived.el (define-derived-mode, derived-mode-make-docstring):
5975 Allow `parent' to be nil.
5976
5977 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5978 Use define-derived-mode.
5979 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5980
5981 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5982
5983 * emacs-lisp/lselect.el: Use facep iso find-face.
5984
5985 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5986 Use regexp-opt.
5987 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5988 (lisp-font-lock-syntactic-face-function): New function.
5989 (lisp-mode-variables): Use it. Make arg optional.
5990 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5991 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5992 Set comment-start-skip.
5993
5994 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5995
5996 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5997 (ignore-errors): Don't bother using a `err' symbol.
5998
5999 * emacs-lisp/autoload.el (autoload-ensure-default-file)
6000 (autoload-insert-section-header, autoload-before-p)
6001 (autoload-remove-section): New functions.
6002 (generate-file-autoloads): Use them.
6003 (update-file-autoloads): Use them. Return FILE if there's no cookie.
6004 Make sure the autoload file is properly formatted when creating it.
6005 (update-autoloads-from-directories): Use them as well.
6006 Only update autoloads for files whose timestamp has changed.
6007 Add a dummy entry to remember the files which had no autoload cookies.
6008
6009 * timer.el (timer-relative-time): Fix computation for negative `micro'.
6010
6011 * subr.el (define-key-after): Allow `key' to be longer than 1.
6012 (make-local-hook): Make obsolete.
6013 (add-hook, remove-hook): Don't use make-local-hook any more.
6014 (make-syntax-table): Inherit all chars from s-s-t.
6015
6016 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6017
6018 This is a fix for a report saying that resuming a search with C-s
6019 C-s doesn't use the case-fold-search setting of the previous
6020 search (C-s ... M-c ... then C-s C-s).
6021
6022 * isearch.el (isearch-last-case-fold-search): New variable.
6023 (isearch-mode): Remember value of isearch-case-fold-search
6024 in isearch-last-case-fold-search.
6025 (isearch-done): Quote value of isearch-case-fold-search.
6026 (isearch-repeat): When resuming a search, restore
6027 isearch-case-fold-search from isearch-last-case-fold-search.
6028
6029 Added to NEWS.
6030
6031 * startup.el (inhibit-startup-buffer-menu): New user-option.
6032 (command-line-1): If inhibit-startup-buffer-menu is set, don't
6033 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
6034
6035 This allows upto 99999 messages in the summary without screwing up
6036 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
6037
6038 * mail/rmailsum.el (rmail-make-summary-line)
6039 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
6040 (rmail-summary-goto-msg, rmail-summary-goto-msg):
6041 Allow 5-digit message ids instead of 4.
6042
6043 This adds expansion of environment variables in the value
6044 specified with M-x setenv. Added to NEWS.
6045
6046 * env.el (substitute-env-vars): New function.
6047 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
6048 environment variables in VALUE. Return VALUE.
6049
6050 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6051
6052 * Branch for 21.1.
6053
6054 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
6055
6056 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
6057
6058 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6059
6060 * emulation/tpu-edt.el: Make messages match original TPU/edt
6061 editor. From riepel@Stanford.EDU (Rob Riepel).
6062
6063 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * rect.el: Update maintainer's email address.
6066
6067 2001-10-02 Andreas Schwab <schwab@suse.de>
6068
6069 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
6070 and Extended Passive Mode, resp.
6071
6072 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 These changes add support for Calendar-related items in the
6075 menu bar on tty's as well:
6076
6077 * calendar/calendar.el (calendar-mode-map): Require cal-menu
6078 unconditionally.
6079 (calendar-mode): Set up activate-menubar-hook unconditionally.
6080
6081 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
6082 calls x-popup-menu only if popup menus are supported.
6083 (calendar-mouse-insert-hebrew-diary-entry)
6084 (calendar-mouse-insert-islamic-diary-entry)
6085 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6086 (calendar-mouse-view-other-diary-entries)
6087 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
6088 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6089 Call cal-menu-x-popup-menu instead of x-popup-menu.
6090
6091 2001-10-01 Gerd Moellmann <gerd@gnu.org>
6092
6093 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
6094
6095 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
6096
6097 * emacs-lisp/rx.el: New file.
6098
6099 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
6102
6103 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6104
6105 * frame.el (select-frame-by-name, other-frame): Doc fix.
6106
6107 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6108
6109 * play/snake.el (snake-score-file): Use temporary-file-directory
6110 instead of a literal "/tmp". Suggested by Robert
6111 <robert@chezmarshall.freeserve.co.uk>.
6112
6113 * play/tetris.el (tetris-score-file): Ditto.
6114
6115 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * apropos.el (apropos-print): Make the directions inserted at the
6118 beginning of the *Apropos* buffer more clear.
6119
6120 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
6121
6122 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6123 Added comments.
6124
6125 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6126
6127 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6128 "\\s-" when defining comment-end-skip.
6129
6130 2001-09-27 Gerd Moellmann <gerd@gnu.org>
6131
6132 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6133 Call get-buffer-window first second arg `visible'.
6134
6135 * international/mule-diag.el (list-input-methods-1):
6136 Output something that's independent of Emacs' version.
6137
6138 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6139 calling byte-to-position with a nil tar-header-offset.
6140
6141 2001-09-27 Simon Josefsson <jas@extundo.com>
6142
6143 * mail/sendmail.el (send-mail-function): Doc fix.
6144 (mail-do-fcc): Error if header-end is not a marker.
6145 (mail-do-fcc): Add a comment.
6146 (mail-reply-to): Doc fix.
6147 (mail-signature): Make ATPOINT optional.
6148 (mail-yank-original): Use cond instead of nestled if.
6149
6150 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6151
6152 * info.el (Info-on-current-buffer): Default arg to "Top".
6153
6154 2001-09-25 Eli Barzilay <eli@barzilay.org>
6155
6156 * calculator.el (calculator-copy-displayer): New user-option.
6157 (calculator-displayer-prev, calculator-displayer-next):
6158 Renamed from calculator-displayed-{left,right}.
6159 (calculator, calculator-standard-displayer)
6160 (calculator-num-to-string, calculator-update-display)
6161 (calculator-copy, calculator-put-value): Bug and display fixes.
6162
6163 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6164
6165 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6166 (ebnf-version): New version (3.6.1).
6167
6168 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6169 (ebnf-bnf-non-terminal-chars): New internal const.
6170 (ebnf-bnf-lex): Fix code.
6171
6172 * ebnf-iso.el: Fix character range regexp. Doc fix.
6173 (ebnf-iso-non-terminal-chars): New internal const.
6174 (ebnf-iso-lex): Fix code.
6175
6176 * ebnf-yac.el: Fix character range regexp. Doc fix.
6177 (ebnf-yac-skip-chars): New internal const.
6178 (ebnf-yac-skip-code): Fix code.
6179
6180 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6181
6182 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6183
6184 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6185 passing it to VC.
6186
6187 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6188 case where the file is relative.
6189
6190 2001-09-24 Gerd Moellmann <gerd@gnu.org>
6191
6192 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6193 same on each side. Make sure we properly handle simple quotes.
6194 From Daiki Ueno <ueno@unixuser.org>.
6195
6196 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6197
6198 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6199 <jas@extundo.com>.
6200
6201 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6202 some items of the Options menu.
6203
6204 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6205
6206 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6207
6208 * vc-hooks.el (vc-delete-automatic-version-backups):
6209 Don't fail if the directory doesn't exist.
6210
6211 * diff-mode.el (diff-default-read-only): New var.
6212 (diff-mode): Use it.
6213
6214 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6217 Use make-keymap instead of copy-keymap, since copying the global
6218 keymap messes up the menu bar.
6219
6220 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6221 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6222
6223 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6224
6225 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6226
6227 * dired-aux.el (dired-insert-subdir): Pass switches to
6228 dired-build-subdir-alist.
6229
6230 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6231
6232 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6233 caused %#a and %#b to be mis-formatted.
6234
6235 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6236
6237 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6238 ccmode, emacs-mime, and eudc manuals.
6239
6240 2001-09-19 Sam Steingold <sds@gnu.org>
6241
6242 w32 find cannot be used with `grep-find'.
6243 * progmodes/compile.el (find-program): New variable.
6244 (grep-compute-defaults): Use it to set `grep-find-command'.
6245
6246 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6247
6248 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6249
6250 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6251
6252 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6253 programming. Doc fix.
6254 (ebnf-version): New version (3.6).
6255 (ebnf-eps-begin): Data fix.
6256 (ebnf-begin-file): Code fix.
6257
6258 * ebnf-bnf.el: Doc fix.
6259 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6260
6261 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6262
6263 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6264
6265 * ps-print.el: Better face mapping for black/white PostScript printers.
6266 Check if mark is active when printing a region. Doc fix.
6267 (ps-print-version): New version number (6.5.5).
6268 (ps-print-color-p): Customization fix.
6269 (ps-black-white-faces): New option.
6270 (ps-black-white-faces-alist): New internal var.
6271 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6272 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6273 (ps-nb-pages-region): Interactive fix.
6274 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6275 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6276
6277 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6278
6279 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6280 numeric month value, and allow the Kanji character after the it to
6281 be missing (happens with ls-lisp's output on Japanese versions of
6282 MS-Windows).
6283
6284 2001-09-18 Miles Bader <miles@gnu.org>
6285
6286 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6287 it's empty (and thus probably a new patch file about to be edited).
6288
6289 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6290
6291 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6292 Check for '(' in column 0 of doc string.
6293
6294 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6295 of `nth' so that using a vector as bounding-box works.
6296 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6297
6298 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6299
6300 * vc.el (vc-annotate): Use current workfile version explicitly as
6301 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
6302
6303 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6304
6305 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6306 convert-standard-filename doesn't guarantee that the .el extension
6307 is preserved.
6308
6309 * dos-fns.el (convert-standard-filename): Replace invalid
6310 characters only after converting dash/underscore to a period.
6311 (original-make-auto-save-file-name): New.
6312 (make-auto-save-file-name): New function, overrides the definition
6313 on files.el and calls the original function via
6314 original-make-auto-save-file-name.
6315
6316 * mail/rmail.el (top-level): Require mule-utils when compiling.
6317 (rmail-decode-babyl-format): Use detect-coding-with-priority
6318 instead of detect-coding-region, to favor detection of emacs-mule
6319 encoded Babyl files written by rmailout.el etc. Suggested by
6320 Kenichi Handa <handa@etl.go.jp>.
6321
6322 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6323
6324 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6325 Use `equal', not `=', since the device number can be a cons cell.
6326
6327 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6328
6329 * simple.el: Comment out change of 2001-09-13.
6330
6331 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6332
6333 * progmodes/compile.el (grep-compute-defaults): Don't set
6334 grep-command/grep-find-command when it is already non-nil.
6335 (grep-command): Make it a user option.
6336 (grep-find-command): Likewise.
6337
6338 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6339
6340 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6341 inhibit quit.
6342
6343 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6344
6345 * files.el (make-auto-save-file-name): If long file names are not
6346 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6347 generating an auto-save file name from it.
6348
6349 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6350
6351 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6352 (ps-nb-pages-region): Signal an error if called interactively
6353 and the mark is not active.
6354
6355 * simple.el (minibuffer-prompt-modification)
6356 (minibuffer-prompt-insertion): New functions.
6357 (minibuffer-prompt-properties): Use `modification-hooks' and
6358 `insert-in-front-hooks'.
6359
6360 2001-09-12 Richard M. Stallman <rms@gnu.org>
6361
6362 * textmodes/outline.el (outline-regexp): Doc fix.
6363 Initialize it in the defcustom, the usual way.
6364
6365 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6366
6367 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6368 from `ediff-meta-info' properties need not be an overlay.
6369 From David Ponce <dponce@voila.fr>.
6370
6371 * isearch.el (isearch-intersects-p): Fix end checks.
6372
6373 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6374
6375 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6376 `t' branch of `cond', since Irix 6.1 and up is a special case of
6377 the standard dbx interface.
6378
6379 2001-09-11 Miles Bader <miles@gnu.org>
6380
6381 * comint.el (comint-send-input): When waiting for echoed input,
6382 don't save the expected end position in `echo-end', so that things
6383 work properly even if the buffer is modified elsewhere at the same
6384 time [this happens if `comint-truncate-buffer' is used].
6385
6386 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6387
6388 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6389 when constructing imenu-generic-expression from outline-regexp.
6390
6391 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6392
6393 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6394 `equal' instead of `=', since they can be cons cells. From Nils
6395 Goesche <cartan@cartan.de>.
6396
6397 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6398
6399 * vc.el (vc-annotate): Rewrote doc string.
6400
6401 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6402
6403 * time-stamp.el: Update Stephen Gildea's email address.
6404
6405 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6406
6407 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6408 enable-multibyte-characters = nil. From Hallvard B Furuseth
6409 <h.b.furuseth@usit.uio.no>.
6410
6411 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6412
6413 * ediff-init.el (ediff-highest-priority): Bug fix.
6414
6415 * viper-cmd.el (viper-special-read-and-insert-char): New function
6416 that reads a character and uses the current input method or
6417 iso-accents when appropriate.
6418
6419 * viper.el and all others: Corrections to the comment blocks at
6420 the top.
6421
6422 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6423
6424 * info.el (Info-goto-node): Doc fix.
6425
6426 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6427
6428 * isearch.el (isearch-intersects-p): New function.
6429 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6430 use isearch-intersects-p, and clean up.
6431
6432 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6433
6434 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6435 and "german8", for the new German orthography dictionaries,
6436 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6437 the entries, to keep the line length balanced for loaddefs.el.
6438
6439 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6440
6441 * comint.el (comint-send-input): Handle comint-process-echoes
6442 differently.
6443
6444 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6445
6446 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6447
6448 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6449
6450 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6451
6452 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6453
6454 * server.el (server-switch-buffer):
6455 * textmodes/refer.el (refer-find-entry-internal):
6456 * term/sup-mouse.el (sup-pos-to-window):
6457 * term/bg-mouse.el (bg-window-from-x-y):
6458 * emacs-lisp/edebug.el (edebug-window-live-p):
6459 Use get-window-with-predicate.
6460
6461 * window.el (get-window-with-predicate): Renamed from some-window.
6462 (some-window): Make it an alias.
6463
6464 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6465
6466 * simple.el (undo): Remove positions from buffer-undo-list up to
6467 the next undo boundary only.
6468
6469 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6470
6471 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6472 Kim <ryk@dspwiz.com>
6473
6474 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6475 the message "Creating customization items...done".
6476
6477 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6478
6479 * font-lock.el (toplevel): Require `jit-lock' only if
6480 font-lock-support-mode is set to jit-lock-mode.
6481
6482 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6483
6484 * international/quail.el (quail-use-package, quail-inactivate)
6485 (quail-activate): Mention the hooks these functions run in their
6486 doc strings.
6487
6488 2001-09-05 Edward M. Reingold <reingold@iit.edu>
6489
6490 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6491 of file in header of menu.
6492
6493 2001-09-04 Gerd Moellmann <gerd@gnu.org>
6494
6495 * env.el (setenv): Interactively, if VARIABLE has a current value,
6496 add that to the front of the history, as the doc string says.
6497
6498 * comint.el (comint-send-input): Change help-echo.
6499 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
6500
6501 * bookmark.el (bookmark-write-file): Bind print-length and
6502 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6503
6504 * obsolete/uncompress.el: Moved there from lisp/.
6505
6506 * comint.el (comint-insert-clicked-input): Goto point-max before
6507 deleting previous input. From "Dr Francis J. Wright"
6508 <F.J.Wright@qmw.ac.uk>.
6509
6510 * simple.el (backward-word): Doc fix.
6511
6512 2001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6513
6514 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6515 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6516 * w32-fns.el: Add Keywords header.
6517
6518 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6519
6520 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6521 "Text Properties". Suggested by Simon Marshall
6522 <Simon.Marshall@midas-kapiti.com>.
6523
6524 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6525
6526 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6527 consulting the value of file-name-coding-system.
6528
6529 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6530
6531 * help.el (describe-function-1): Save precomputed `file-name' rather
6532 than recomputing it (incorrectly) with `symbol-file'.
6533
6534 2001-09-03 Gerd Moellmann <gerd@gnu.org>
6535
6536 * international/isearch-x.el (isearch-exit-recursive-edit):
6537 Take three parameters, since it's used as an after-change-function.
6538
6539 * emacs-lisp/backquote.el (backquote-backquote-symbol)
6540 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6541 from doc strings.
6542
6543 2001-09-02 Milan Zamazal <pdm@zamazal.org>
6544
6545 * progmodes/glasses.el (glasses-convert-to-unreadable):
6546 Consider underscores as in `glasses-make-readable'.
6547
6548 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6549
6550 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6551 MS-DOS, since cpp might not be available.
6552
6553 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6554 Mention "yank" in the help-echo text.
6555 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6556
6557 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6558
6559 * newcomment.el (comment-indent): Insert spaces more carefully.
6560
6561 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6562
6563 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6564 exists. From Andy Petrusenco <andy@int.spb.ru>.
6565
6566 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
6567 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6568 <andy@int.spb.ru>.
6569
6570 2001-08-31 Gerd Moellmann <gerd@gnu.org>
6571
6572 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6573 Instead of running mouse-yank-at-click, see what the event is
6574 bound to outside Isearch and run that.
6575
6576 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6577
6578 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6579 Fix the menu entry to mention transient-mark-mode.
6580
6581 2001-08-30 Gerd Moellmann <gerd@gnu.org>
6582
6583 * simple.el (eval-expression-print-level): Fix last change.
6584
6585 * bindings.el (mode-line-coding-system-map): New variable.
6586 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6587
6588 * simple.el (eval-expression-print-level): Change the type
6589 of the defcustom to allow nil.
6590
6591 * emacs-lisp/find-gc.el: Moved here from lisp/.
6592
6593 * international/quail.el (quail-completion-1):
6594 Reverse the ((CHAR . DEFN) ...) list before processing it.
6595 From Kenichi Handa <handa@etl.go.jp>.
6596
6597 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6598 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6599
6600 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6601
6602 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6603 aren't supported. This avoids the annoying gray strip drawn by
6604 the Windows version instead of the missing tool bar.
6605
6606 2001-08-29 Gerd Moellmann <gerd@gnu.org>
6607
6608 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6609 and tooltips more consistent. From "Marshall, Simon"
6610 <Simon.Marshall@midas-kapiti.com>.
6611
6612 * startup.el (fancy-splash-screens): Temporarily set
6613 minor-mode-map-alist to nil while displaying splash screens.
6614
6615 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6616
6617 * buff-menu.el: Add Keywords header.
6618 Doc fix (C-x C-b is bound to list-buffers).
6619
6620 * dired-x.el: Add keyword files to get listed in finder.
6621 Remove confusing notes about GNU Emacs 19.
6622
6623 * dired.el, dired-aux.el: Add Keywords header.
6624
6625 2001-08-28 Andre Spiegel <spiegel@gnu.org>
6626
6627 * vc.el (vc-revert-file): Call the backend even if the FILE's
6628 contents can be reverted locally; pass new arg CONTENTS-DONE
6629 down to the backend.
6630
6631 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
6632 optional arg CONTENTS-DONE.
6633
6634 2001-08-28 Andrew Innes <andrewi@gnu.org>
6635
6636 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6637
6638 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6639
6640 * makefile.nt (install): Copy more *.el files.
6641
6642 2001-08-28 Gerd Moellmann <gerd@gnu.org>
6643
6644 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6645 instead of `w' which is already in use.
6646
6647 * gs.el (gs-load-image): Use sleep-for.
6648 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6649
6650 2001-08-28 Miles Bader <miles@gnu.org>
6651
6652 * replace.el (query-replace-regexp-eval): Return args from
6653 `interactive' form in correct order.
6654
6655 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6658 major modes, don't create panes for modes for which
6659 mouse-buffer-menu-alist returns an empty alist.
6660
6661 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
6662
6663 * progmodes/hideshow.el: Update first-line description.
6664 Sync comments w/ maintainer version 5.31.
6665
6666 (hs-isearch-open): Default value now `code'.
6667 Fix docstring to use "code blocks" vs "comment blocks",
6668 as opposed to "block" vs "comment".
6669 (hs-flag-region): Accept `hs-isearch-open' value
6670 of `block' as synonymous w/ `code'.
6671 (hs-hide-block-at-point): For code blocks, pass `code'
6672 to `hs-flag-region' instead of `block'.
6673
6674 2001-08-28 Miles Bader <miles@gnu.org>
6675
6676 * comint.el (comint-next-prompt): Don't loop infinitely if
6677 {next,previous}-single-char-property-change returns its input
6678 position when the search fails.
6679
6680 2001-08-27 Miles Bader <miles@gnu.org>
6681
6682 * comint.el (comint-get-old-input-default): Don't signal an error
6683 if point is not on an input field; instead, return the current
6684 line (using `comint-bol' to skip any prompt, in case we're not
6685 using fields at all).
6686
6687 * man.el (Man-mode-line-format): Variable removed.
6688 (Man-mode): Change `mode-line-buffer-identification' instead of
6689 `mode-line-format'.
6690
6691 2001-08-27 Gerd Moellmann <gerd@gnu.org>
6692
6693 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6694 From Simon Josefsson <jas@extundo.com>.
6695
6696 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6697
6698 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6699 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6700
6701 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6702 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6703
6704 * emacs-lisp/lselect.el: Ditto.
6705
6706 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6707 Remove periods from the end of error message strings.
6708 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6709
6710 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6711 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6712
6713 * net/telnet.el: Ditto.
6714
6715 2001-08-26 Gerd Moellmann <gerd@gnu.org>
6716
6717 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6718 KEYMAP to the call to define-minor-mode.
6719
6720 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6723 Replace some of the undefined characters with emulations of bidi
6724 formatting characters and Niqud as per SI 1311-1.
6725 (IT-unicode-translations): Ditto.
6726 (IT-display-table-setup, IT-setup-unicode-display):
6727 Fill characters without translations with dos-unsupported-char-glyph.
6728
6729 2001-08-24 Simon Josefsson <jas@extundo.com>
6730
6731 * hl-line.el (hl-line-mode): Don't be a global mode.
6732 (global-hl-line-mode): New function.
6733
6734 2001-08-24 Gerd Moellmann <gerd@gnu.org>
6735
6736 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6737 being reset by Ghostscript. Don't kill the gs process.
6738 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6739
6740 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6741
6742 * term/mac-win.el: Require scroll-bar.
6743
6744 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6745
6746 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6747
6748 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6749
6750 * hexl.el (hexl-insert-multibyte-char) New function.
6751 (hexl-quoted-insert, hexl-self-insert-command)
6752 (hexl-insert-hex-char, hexl-insert-decimal-char)
6753 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6754 Fix the doc strings accordingly.
6755 (hexl-insert-char): Reject characters whose code is above 255.
6756 Doc fix.
6757 (hexl-mode-map): Copy the global keymap instead of creating a
6758 sparse keymap, and bind all self-inserting characters to
6759 hexl-self-insert-command.
6760
6761 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6762
6763 * wid-edit.el (text): Re-order docstring correctly.
6764
6765 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6766
6767 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6768
6769 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6770
6771 * simple.el (line-number-mode): Mention the variable
6772 line-number-display-limit-width in the doc string.
6773
6774 2001-08-22 Gerd Moellmann <gerd@gnu.org>
6775
6776 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6777 Temporarily select EVENT's window for switching buffers.
6778 (mode-line-bury-buffer): New function.
6779 (mode-line-buffer-identification-keymap): Use it instead of
6780 bury-buffer. Bind down-mouse events to prevent global down-mouse
6781 events from shining through.
6782
6783 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6784
6785 * newcomment.el (comment-beginning): Make sure the comment-start
6786 we found isn't a comment-end (in cases where confusion is possible).
6787
6788 2001-08-22 Miles Bader <miles@gnu.org>
6789
6790 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6791 before writing it, so that hard-links don't see new version.
6792
6793 2001-08-21 Gerd Moellmann <gerd@gnu.org>
6794
6795 * gs.el (gs-set-ghostview-colors-window-prop):
6796 Call x-change-window-property with 3rd arg FRAME.
6797 (gs-load-image): Wait for a previous Ghostscript process
6798 to complete before starting a new one.
6799
6800 * image.el (image-type-regexps): Make sure that the TIFF
6801 pattern is only matched at the beginning of a string.
6802 From Markus Rost <rost@math.ohio-state.edu>.
6803
6804 * international/swedish.el: Pre-Mule file removed. From Jonas
6805 Oberg <jonas@gnu.org>.
6806
6807 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6808
6809 * whitespace.el (whitespace-abort-on-error): Add custom variable
6810 to whitespace to abort a write-file if whitespace is detected in file.
6811
6812 * whitespace.el (whitespace-write-file-hook): Hook to be called
6813 when writing a file. If `whitespace-abort-on-error' is set, the
6814 write will abort on detecting whitespaces.
6815 If `whitespace-auto-cleanup' is set, the file will be cleaned
6816 automatically prior to writing.
6817
6818 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6819 whitespaces in the error output!
6820
6821 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
6822 `indent-tabs-mode', since the latter notes user preferences on
6823 TABs anyway.
6824
6825 * whitespace.el (whitespace-version): 3.1. All of the above issues
6826 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
6827
6828 2001-08-20 Gerd Moellmann <gerd@gnu.org>
6829
6830 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6831 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
6832
6833 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6834
6835 2001-08-20 Alex Schroeder <alex@gnu.org>
6836
6837 * sql.el (sql-db2): Doc change.
6838
6839 2001-08-20 Alex Schroeder <alex@gnu.org>
6840
6841 * sql.el (sql-postgres): Add the database at the end of the
6842 parameters instead of at the beginning.
6843 (sql-postgres-options): Doc change.
6844
6845 2001-08-17 Gerd Moellmann <gerd@gnu.org>
6846
6847 * custom.el (defcustom): Doc fix.
6848
6849 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6850
6851 * ps-mule.el (find-composition): Check if (char-after POS)
6852 returns a valid character.
6853
6854 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6855
6856 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6857 original-point for extra CR characters that are added/removed when
6858 the buffer is written/read whose EOL type is -dos.
6859
6860 2001-08-16 Miles Bader <miles@gnu.org>
6861
6862 * simple.el (line-move): Undo previous change.
6863
6864 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6865 property to input-terminating `boundary' overlays to avoid
6866 line-move wierdness.
6867
6868 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6869
6870 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6871 buffer in a save-restriction. Under one test case with Ediff,
6872 window-scroll-functions are run with a window start that's
6873 temporarily outside of the restriction.
6874
6875 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6876
6877 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6878 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6879 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6880 (texinfo-update-menu-region-beginning)
6881 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6882 command, @ifnottex, to regexps, so it is found.
6883
6884 2001-08-16 Andrew Innes <andrewi@gnu.org>
6885
6886 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6887 (DONTCOMPILE): Omit sc.el.
6888
6889 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6890 (DONTCOMPILE): Omit sc.el.
6891
6892 2001-08-16 Gerd Moellmann <gerd@gnu.org>
6893
6894 * replace.el (occur): Bind inhibit-read-only to t.
6895
6896 2001-08-16 Miles Bader <miles@gnu.org>
6897
6898 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6899 calling `constrain-to-field', to avoid problems with comint prompts.
6900
6901 2001-08-15 Gerd Moellmann <gerd@gnu.org>
6902
6903 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6904 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6905
6906 * ediff-mult.el (ediff-get-meta-info): Fix the condition
6907 of a while-loop.
6908
6909 * Makefile.in (DONTCOMPILE): Remove sc.el.
6910
6911 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6912 Don't include term/.
6913
6914 * mail/sc.el: Moved to obsolete/.
6915
6916 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6917
6918 * ps-print.el: Change error function arguments to follow Emacs
6919 message convention. Doc fix.
6920 (ps-print-version): New version number (6.5.4).
6921 (coding-system-for-write): Change declaration position to avoid
6922 XEmacs compilation gripes.
6923 (coding-system-for-read, buffer-file-coding-system):
6924 Declarations to avoid XEmacs compilation gripes.
6925
6926 * ps-mule.el: Doc fix.
6927 (ps-mule-encode-header-string): If STRING is not a string, replace
6928 STRING by empty string.
6929
6930 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6931
6932 * frame.el (show-trailing-whitespace): Doc fix.
6933
6934 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * desktop.el (desktop-save): Insert the coding: tag before
6937 desktop-header.
6938
6939 2001-08-13 Gerd Moellmann <gerd@gnu.org>
6940
6941 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6942 its path from $els.
6943
6944 * image.el (image-jpeg-p): Fix call of substring.
6945
6946 2001-08-10 Gerd Moellmann <gerd@gnu.org>
6947
6948 * play/animate.el (animate-string): Doc fix. Use a buffer
6949 name with stars in it.
6950 (animate-sequence): New function.
6951 From Richard Stallman <rms@gnu.org>.
6952
6953 * frame.el (select-frame-set-input-focus): New function
6954 extracted from other-frame.
6955 (other-frame): Use it.
6956 (next-multiframe-window, previous-multiframe-window): Use it.
6957
6958 * isearch.el (isearch-other-meta-char): Don't switch to the
6959 buffer of a window clicked on, when the current buffer is
6960 in Isearch mode.
6961
6962 * image.el (image-jpeg-p): Test for APPn markers in the range
6963 #xe0..#xef.
6964
6965 2001-08-09 Gerd Moellmann <gerd@gnu.org>
6966
6967 * desktop.el (desktop-save): Don't use concat to form a file
6968 name, use expand-file-name.
6969
6970 * mouse.el (mouse-delete-window): Do nothing if frame has just
6971 one window.
6972
6973 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6974 for the minor mode name.
6975
6976 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6977 minor mode name.
6978
6979 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6980 instead of make-mode-line-mouse2-map.
6981
6982 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6983 the minor mode name.
6984
6985 * emacs-lisp/easy-mmode.el (define-minor-mode):
6986 Use mode-line-minor-mode-keymap for the minor mode name.
6987
6988 * calendar/calendar.el (calendar-mode-line-format):
6989 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6990
6991 * bindings.el (make-mode-line-mouse-map): Renamed from
6992 make-mode-line-mouse2-map. Take additional arg MOUSE.
6993 (mode-line-modified): Use mouse-3 instead of mouse-2.
6994 (mode-line-buffer-identification-keymap): Bind keys differently.
6995 (propertized-buffer-identification): Adapt help-echo to new bindings.
6996
6997 * bindings.el (mode-line-format): Specify help-echo for line
6998 number, column number and buffer-percent part of the mode-line.
6999
7000 * image.el (image-type-regexps): Allow whitespace at the start
7001 of the image data for XPM, XBM and Postscript, which are
7002 text files.
7003 (image-jpeg-p): Correct calculation of next field offset.
7004
7005 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7006
7007 * battery.el: Fix typo.
7008
7009 2001-08-08 Gerd Moellmann <gerd@gnu.org>
7010
7011 * image.el (image-type-regexps): Allow predicates. Change the way
7012 JPEG images are recognized.
7013 (image-jpeg-p): New function.
7014 (image-type-from-data): Handle predicates in image-type-regexps.
7015
7016 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
7017 #:, #x, #o, and similar constructs.
7018
7019 2001-08-07 Gerd Moellmann <gerd@gnu.org>
7020
7021 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
7022
7023 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
7024 instead of `progn'.
7025
7026 * tar-mode.el (tar-extract): Avoid generating a new buffer
7027 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
7028
7029 * textmodes/paragraphs.el (forward-sentence): Avoid building
7030 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
7031
7032 * progmodes/executable.el (executable-set-magic):
7033 If executable-find returns a quoted file name, unquote it before
7034 inserting it.
7035
7036 * image.el (image-type-regexps): For JPEG files, use a regexp
7037 derived from the JFIF spec.
7038
7039 * image.el (image-type-regexps): Use `\`' instead of `^' in
7040 most regular expressions.
7041
7042 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7043
7044 * play/animate.el: Re-insert a reference to re-inserted function.
7045
7046 2001-08-06 Gerd Moellmann <gerd@gnu.org>
7047
7048 * help.el (describe-function-1): Use find-function-search-for-symbol
7049 instead of find-function-noselect because the latter follows aliases.
7050
7051 * play/animate.el (animate-birthday-present): Re-insert.
7052
7053 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7054 Handle old-style menu definitions.
7055
7056 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7057
7058 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
7059 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
7060
7061 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
7062 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
7063 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7064
7065 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7066
7067 * textmodes/tildify.el: Milan Zamazal has new address.
7068
7069 2001-08-03 Gerd Moellmann <gerd@gnu.org>
7070
7071 * custom.el (custom-set-variables): Don't test `custom-requests'
7072 properties, check the third element of the options passed to
7073 custom-set-variables instead.
7074
7075 * info.el (info-insert-file-contents): Use info-file-exists-p
7076 instead of file-exists-p.
7077
7078 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
7079 the mode-line face is restored. Fix several bugs.
7080
7081 * replace.el (perform-replace): Doc fix.
7082
7083 2001-08-02 Francesco Potorti` <pot@gnu.org>
7084
7085 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
7086 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
7087 (uniquify-fix-item-base, uniquify-fix-item-filename)
7088 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7089 Callers changed.
7090 (uniquify-set-proposed): Changed to work with a vector item.
7091 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
7092 the fix list, and a list of strings for the non-file buffer
7093 names. Both changes reduce consing.
7094 (uniquify-rationalize-a-list): Local variable renaming.
7095 (uniquify-rationalize-conflicting-sublist): Use member instead of
7096 assoc.
7097 (uniquify-rename-buffer): Use unless instead of if not.
7098
7099 2001-08-02 Gerd Moellmann <gerd@gnu.org>
7100
7101 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7102
7103 * custom.el (custom-set-variables): Set options with :require
7104 clauses last.
7105
7106 * custom.el (defcustom): Doc fix.
7107
7108 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7109
7110 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7111
7112 * man.el (man): Mention Man-switches in the doc string.
7113 (Man-switches): Mention -a in the doc string.
7114
7115 * textmodes/ispell.el (ispell-alternate-dictionary):
7116 Add /usr/share/lib/dict/words, for Irix.
7117
7118 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7119 corresponding non-kp keys. Suggested by Stephen Gildea
7120 <gildea@stop.mail-abuse.org>.
7121
7122 2001-08-01 Francesco Potorti` <pot@gnu.org>
7123
7124 * uniquify.el: These changes correct a corner case that the old
7125 code managed correctly.
7126 (uniquify-fix-item-proposed): Renamed from
7127 uniquify-fix-item-min-proposed.
7128 (uniquify-set-proposed): New function.
7129 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7130 clarity and speed.
7131 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7132 This is equivalent to what the old code did.
7133 (uniquify-rationalize-a-list): Never recompute the proposed
7134 name. Sort the conflicting sublist before rationalising it: this
7135 is equivalent to what the old code did, but one directory element
7136 at a time, and only when necessary.
7137 (uniquify-rationalize-conflicting-sublist): Recompute here the
7138 proposed name.
7139
7140 2001-08-01 Gerd Moellmann <gerd@gnu.org>
7141
7142 * play/animate.el: Add Keywords and Maintainer. Remove a
7143 reference to a removed function.
7144
7145 * play/animate.el (animate-string): Handle case that the string is
7146 longer than the window is wide.
7147
7148 2001-07-31 Gerd Moellmann <gerd@gnu.org>
7149
7150 * desktop.el (desktop-save): Bind coding-system-for-write to
7151 `emacs-mule' for write-region.
7152
7153 * delsel.el (delete-selection-pre-hook): Don't set this-command
7154 to `ignore' if the region is empty.
7155
7156 * international/mule.el (set-keyboard-coding-system):
7157 Set keyboard-coding-system.
7158
7159 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7160 before accessing it.
7161
7162 2001-07-30 Andreas Schwab <schwab@suse.de>
7163
7164 * menu-bar.el (toggle-highlight-paren-mode):
7165 Use `(show-paren-mode)' as body.
7166
7167 2001-07-30 Andre Spiegel <spiegel@gnu.org>
7168
7169 * vc.el (vc-checkout-hook): New hook.
7170 (vc-checkout): Run it.
7171
7172 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7173
7174 * progmodes/make-mode.el (makefile-macroassign-regex):
7175 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
7176
7177 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7178
7179 * vc.el (vc-switch-backend): Fix autoload cookie.
7180
7181 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7182 the desktop file.
7183
7184 2001-07-30 Simon Josefsson <jas@extundo.com>
7185
7186 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7187 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7188
7189 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7190
7191 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7192 (last-sexp-toggle-display): Renamed from last-sexp-print.
7193 (last-sexp-toggle-display, eval-last-sexp-1):
7194 Use last-sexp-setup-props.
7195
7196 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7197 New user-options.
7198 (mouse-wheel-change-button): New function.
7199 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7200 (mwheel-scroll): Ditto.
7201
7202 2001-07-26 Gerd Moellmann <gerd@gnu.org>
7203
7204 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7205 `...', compare with unabbreviated printed representation instead.
7206 (last-sexp-print): Bind print-length and print-level to nil.
7207
7208 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7209 before assigning text properties. Make properties rear-nonsticky.
7210
7211 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7212 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7213 <mouse-2> and <RET> in that map to a function printing the
7214 unabbreviated value.
7215
7216 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7217 is a buffer, put a text property `printed-value' on the printed
7218 representation, with the Lisp object printed as value.
7219
7220 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7221
7222 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7223 Mention the effect of eval-expression-print-length and
7224 eval-expression-print-level in the doc strings. Suggested by
7225 Kevin Gallagher <kevingal@onramp.net>.
7226
7227 2001-07-25 Gerd Moellmann <gerd@gnu.org>
7228
7229 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7230 for buttons > 3.
7231 (xterm-mouse-translate): Handle the case that we don't get a
7232 down-event.
7233
7234 * emacs-lisp/find-func.el (find-function-regexp):
7235 Add easy-mmode-define-global-mode to the regexp. Allow newlines
7236 in front of the function name.
7237
7238 * isearch.el (isearch-other-meta-char): Fix last change.
7239
7240 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7241 similar events for which fake prefix keys are generated. It's no
7242 longer necessary since read_key_sequence doesn't modify these
7243 events for internal purposes anymore.
7244
7245 * files.el (auto-mode-alist): Use nroff-mode for files ending
7246 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7247
7248 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7251 tool-bar-lines parameter, behave as if its value were zero.
7252 (mouse-avoidance-set-pointer-shape): Don't do anything if
7253 x-pointer-shape is not boundp.
7254
7255 2001-07-23 Francesco Potorti` <pot@gnu.org>
7256
7257 * uniquify.el: Overall speedup changes when using many buffers.
7258 (uniquify-fix-item-base, uniquify-fix-item-filename)
7259 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7260 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7261 place in the item, but was never used.
7262 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7263 in the item is now used as cache for the proposed name.
7264 (uniquify-rationalize-file-buffer-names): Move computation made on
7265 newbuffile out of the loop, in the newbuffile-nd local var.
7266 Use dolist (cosmetic change). Compute the proposed name for the most
7267 common case and cache it in the fourth place in the item.
7268 (uniquify-rationalize-file-buffer-names): Used to return a a list
7269 of buffer whose name was changed, but that return value was never used.
7270 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7271 the cached proposed name, does much less consing and is quicker.
7272 (uniquify-filename-lessp): Deleted.
7273 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7274 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7275 cached proposed name is possible.
7276 (uniquify-get-proposed-name): Arguments changed, callers changed.
7277 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7278 uniquify-possibly-resolvable flag, which is no more bound locally.
7279 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7280 flag, which does not exist any more.
7281
7282 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7283
7284 * term/internal.el (IT-unicode-translations): Fix the appearance of
7285 "6`".
7286
7287 * progmodes/compile.el (compile-internal): If EMACS is already
7288 defined in the environment, don't override its value.
7289
7290 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7291
7292 * play/fortune.el: Undo change of 2001-07-13.
7293 Fix autoload cookies. Add types to defcustoms.
7294 (fortune) <defgroup>: Add :link.
7295 (fortune-from-region): Use eq, not eql.
7296 From Dave Love <fx@gnu.org>.
7297
7298 * play/animate.el (animate-birthday-present): Function removed.
7299
7300 * play/animate.el: New file.
7301
7302 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7303
7304 * startup.el (normal-top-level-add-subdirs-to-load-path):
7305 On Windows, put into normal-top-level-add-subdirs-inode-list the
7306 canonicalized names of the directories instead of inode numbers.
7307
7308 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7309
7310 * ediff-util.el: Copyright years.
7311 (ediff-choose-syntax-table): New function.
7312 (ediff-setup): Use ediff-choose-syntax-table.
7313 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7314 vc-state is available.
7315 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7316
7317 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7318 with-syntax-table.
7319 (ediff-coding-system-for-read): From ediff-diff.el
7320 (ediff-coding-system-for-write): New variable.
7321 (ediff-highest-priority): Fixed the bug having to do with disappearing
7322 overlays.
7323 (ediff-file-remote-p): Use file-remote-p, if available.
7324 (ediff-listable-file): New function.
7325 (ediff-file-attributes): Use ediff-listable-file.
7326
7327 * ediff-mult.el (ediff-meta-insert-file-info1):
7328 Use ediff-listable-file.
7329
7330 * ediff-ptch.el (ediff-prompt-for-patch-file):
7331 Use ediff-coding-system-for-read.
7332 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7333
7334 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7335 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7336
7337 * ediff.el: Date of last update, copyright years.
7338
7339 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7340
7341 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7342 of Scott Bronson.
7343 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7344 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7345 Deleted functions.
7346 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7347 ex-token-list.
7348 (viper-get-ex-address-subr): Convert registers to char data type.
7349
7350 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7351 (viper-memq-char): Use viper-int-to-char.
7352 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7353 vc-locking-state.
7354 (viper-read-key): Use viper-read-key-sequence.
7355
7356 * viper.el (viper-major-mode-modifier-list):
7357 Added inferior-emacs-lisp-mode.
7358 (this-major-mode-requires-vi-state): New function that uses simple
7359 heuristics to decide if vi state is appropriate.
7360 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7361 (viper-non-hook-settings): Don't advise read-key-sequence.
7362 (viper-read-key-sequence): New function that replaces the
7363 previously used advice to read-key-sequence.
7364
7365 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7366 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7367 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7368 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7369 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7370 Got rid of the negative character hack.
7371 (viper-escape-to-state,viper-replace-state-exit-cmd):
7372 Use viper-read-key-sequence.
7373 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7374 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7375 Don't override existing minibuffer-setup-hook.
7376 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7377 Convert registers to char data type.
7378 (viper-autoindent): Use viper-indent-line.
7379
7380 * viper-keym.el: Use viper-exec-key-in-emacs.
7381
7382 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7383
7384 * server.el (server-visit-files): Fix variable name typo.
7385
7386 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7387
7388 * simple.el (delete-trailing-whitespace): Save match data
7389 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7390
7391 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7394 return a this-error using the alternative format (a pair of markers).
7395
7396 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7397
7398 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7399
7400 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7401 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7402
7403 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7404
7405 * international/iso-transl.el: Fix typo in the header of the file.
7406
7407 * textmodes/picture.el (picture): Doc fix.
7408
7409 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7410 follow coding conventions in generated files.
7411
7412 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7413
7414 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7415 (tool-bar-add-item): Don't call image-related primitives if the
7416 display doesn't support images.
7417
7418 * frame.el (display-images-p): New function.
7419
7420 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7421
7422 * server.el (server-visit-files): Handle the case the specified
7423 column number is <= 0.
7424
7425 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7426
7427 * startup.el (command-line-1): Add support for +LINE:COLUMN
7428 command line argument.
7429
7430 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7431
7432 * server.el (server-process-filter, server-visit-files):
7433 Add support for +LINE:COLUMN style emacsclient calls.
7434
7435 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7436
7437 * emacs-lisp/easy-mmode.el: Add Keywords header.
7438
7439 * play/pong.el: Author has new address.
7440
7441 * play/landmark.el: Author is no more reachable.
7442
7443 * play/handwrite.el: Author is no more reachable.
7444
7445 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7446
7447 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7448 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7449 Complete bindings for F<1..12> keys.
7450 (global-map): Remove `undo' binding (already in the default).
7451 Replace `t<n>' bindings with `f<n>' bindings.
7452
7453 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7454
7455 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7456 (tcl-mode): Use tcl-add-log-defun.
7457 (tcl-indent-line): Use tcl-calculate-indent.
7458 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7459 (tcl-indent-exp): Renamed from indent-tcl-exp.
7460 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7461 (tcl-indent-for-comment): Call comment-indent-function properly
7462 and handle the case where it returns nil.
7463
7464 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7465
7466 * calendar/cal-islam.el (calendar-goto-islamic-date):
7467 Remove autoload cookie.
7468
7469 * calendar/calendar.el (calendar-goto-islamic-date):
7470 Add call to autoload.
7471
7472 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7473
7474 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7475 Don't change compile-auto-highlight globally.
7476 Don't bother with `font-lock-defaults' property since XEmacs
7477 also understands the `font-lock-defaults' variable.
7478 Use make-local-variable rather than make-variable-buffer-local.
7479 Don't `defconst' comment-indent-function: keep the default.
7480 Call easy-menu-add unconditionally.
7481 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7482 (ada-create-menu): Use :included for Emacs as well.
7483
7484 * vc.el (vc-do-command): Autoload.
7485
7486 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7487
7488 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7489
7490 * ps-print.el: Fix Author: header.
7491
7492 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7493
7494 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7495 mouse-1 etc., bind them to `ignore'.
7496
7497 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7498 send-invisible, which is already defined in Comint.
7499 (eshell-watch-for-password-prompt): Use it.
7500
7501 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7502
7503 * which-func.el (which-func-mode): Doc fix.
7504
7505 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
7506 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7507 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7508 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7509 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7510 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7511 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7512 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7513 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7514 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7515 * emulation/edt-mapper.el, emulation/edt-pc.el,
7516 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7517 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7518 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7519 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7520 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7521 * international/isearch-x.el, international/iso-cvt.el,
7522 * international/ogonek.el, international/quail.el,
7523 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7524 * language/devanagari.el, language/ethio-util.el,
7525 * language/ethiopic.el, language/european.el, language/indian.el,
7526 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7527 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7528 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7529 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7530 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7531 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7532 * progmodes/autoconf.el, progmodes/cmacexp.el,
7533 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7534 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7535 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7536 * progmodes/ebnf2ps.el, progmodes/executable.el,
7537 * progmodes/fortran.el, progmodes/idlw-shell.el,
7538 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7539 * progmodes/m4-mode.el, progmodes/mantemp.el,
7540 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7541 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7542 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7543 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7544 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7545 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7546 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7547 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7548 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7549 * textmodes/two-column.el, time-stamp.el, timezone.el,
7550 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7551 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7552 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
7553 conventions.
7554
7555 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7556
7557 * simple.el (set-variable): Require 'cus-edit' instead of
7558 `wid-edit', so that the Custom widgets get defined.
7559
7560 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7561
7562 * allout.el: A fix to follow coding conventions.
7563
7564 * find-lisp.el: A fix to follow coding conventions.
7565
7566 * term/w32-win.el: A fix to follow coding conventions.
7567
7568 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7569
7570 * term/xterm.el: A fix to follow coding conventions.
7571
7572 * term/news.el: A fix to follow coding conventions.
7573
7574 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7575 header line fixed.
7576
7577 * sun-curs.el: Fix Maintainer: header line.
7578
7579 * emacs-lisp/easymenu.el: Address of the author added.
7580
7581 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7582
7583 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7584 property.
7585
7586 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7587
7588 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
7589 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
7590 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7591 Some fixes to follow coding conventions.
7592
7593 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7594
7595 * which-func.el (which-func-mode): Doc fix.
7596
7597 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7598
7599 * net/rcompile.el (remote-compile): Use make-local-variable.
7600
7601 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7602
7603 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7604
7605 * mail/reporter.el (reporter-submit-bug-report):
7606 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7607
7608 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7609
7610 * calendar/cal-china.el, calendar/cal-coptic.el,
7611 * calendar/cal-dst.el, calendar/cal-french.el,
7612 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7613 * calendar/cal-iso.el, calendar/cal-julian.el,
7614 * calendar/cal-mayan.el, calendar/cal-persia.el,
7615 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7616 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7617 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7618 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7619 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7620 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7621 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7622 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7623 * progmodes/ada-xref.el, progmodes/cc-align.el,
7624 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7625 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7626 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7627 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7628 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7629 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7630 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7631 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7632 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7633 * textmodes/reftex.el: Some fixes to follow coding
7634 conventions in Elisp files with known maintainers.
7635
7636 * emulation/viper.el: A fix to follow coding conventions.
7637
7638 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
7639 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7640 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7641 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7642 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7643 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7644 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7645 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7646 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7647 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
7648 conventions in Elisp files.
7649
7650 * composite.el, diff.el, emacs-lisp/levents.el,
7651 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7652 * emulation/pc-mode.el, emulation/viper-cmd.el,
7653 * emulation/viper-ex.el, emulation/viper-init.el,
7654 * emulation/viper-keym.el, emulation/viper-macs.el,
7655 * emulation/viper-mous.el, emulation/viper-util.el,
7656 * emulation/viper.el, forms-pass.el, international/ccl.el,
7657 * international/characters.el, international/encoded-kb.el,
7658 * international/fontset.el, international/ja-dic-cnv.el,
7659 * international/ja-dic-utl.el, international/kinsoku.el,
7660 * international/kkc.el, international/mule-cmds.el,
7661 * international/mule-diag.el, international/mule-util.el,
7662 * international/mule.el, international/titdic-cnv.el,
7663 * language/china-util.el, language/chinese.el,
7664 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7665 * language/greek.el, language/hebrew.el, language/japan-util.el,
7666 * language/japanese.el, language/korea-util.el, language/korean.el,
7667 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7668 * language/slovak.el, language/thai-util.el, language/thai.el,
7669 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7670 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7671 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7672 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7673 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7674 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7675 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7676 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7677 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7678 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
7679 to follow coding conventions in files without maintainer or in files
7680 with clear maintainer (but without Maintainer header stating so).
7681
7682 * emacs-lisp/elp.el: A fix to follow coding conventions.
7683
7684 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
7685 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7686 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7687 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7688 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7689 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7690 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7691 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7692 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7693 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7694 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7695 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
7696 conventions in files from Gnus.
7697
7698 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
7699 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7700 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7701 * echistory.el, electric.el, emacs-lisp/authors.el,
7702 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7703 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7704 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7705 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7706 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7707 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7708 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7709 * international/codepage.el, international/iso-ascii.el,
7710 * international/iso-insert.el, international/iso-transl.el,
7711 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7712 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7713 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7714 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7715 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7716 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7717 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7718 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7719 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7720 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7721 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7722 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7723 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7724 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7725 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7726 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7727 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7728 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7729 * textmodes/tex-mode.el, textmodes/text-mode.el,
7730 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7731 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7732 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7733 files maintained by FSF.
7734
7735 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7736
7737 * arc-mode.el: A fix to follow coding conventions.
7738
7739 * bindings.el: Ditto.
7740
7741 * cdl.el: Ditto.
7742
7743 * comint.el: Ditto.
7744
7745 * cus-start.el: Ditto.
7746
7747 * shell.el: Ditto.
7748
7749 * skeleton.el: Ditto.
7750
7751 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7752
7753 * info.el (Info-build-node-completions):
7754 Make Info-current-file-completions buffer local.
7755
7756 2001-07-13 Gerd Moellmann <gerd@gnu.org>
7757
7758 * which-func.el (which-func-mode, which-func-ff-hook)
7759 (which-function-mode): Remove references to which-func-mode-global.
7760
7761 * calendar/cal-islam.el (calendar-goto-islamic-date):
7762 Add autoload cookie.
7763
7764 * play/fortune.el: Add types to defcustoms.
7765
7766 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7767
7768 * language/czech.el: A fix to follow coding conventions.
7769
7770 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7773 to the extension list, for antlr-mode. From Christoph Wedler
7774 <Christoph.Wedler@sap.com>.
7775
7776 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7777
7778 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7779 (vc-dired-mode-map): Fix the madness.
7780
7781 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7782 (vc-prefix-map): Moved back from vc.el.
7783
7784 2001-07-11 Gerd Moellmann <gerd@gnu.org>
7785
7786 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7787 Increase the size of the obarray.
7788 (mail-extr-all-top-level-domains): Add more toplevel domains,
7789 add more long names.
7790 From: Per Starback <starback@ling.uu.se>.
7791
7792 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7795 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7796
7797 * progmodes/ada-mode.el: Ditto.
7798
7799 * progmodes/ada-xref.el: Ditto.
7800
7801 2001-07-11 Miles Bader <miles@gnu.org>
7802
7803 * finder.el (finder-insert-at-column): Also move to the next line
7804 if exactly at COLUMN.
7805
7806 2001-07-10 Gerd Moellmann <gerd@gnu.org>
7807
7808 * help.el (describe-function-1): When printing FUNCTION's
7809 documentation, don't assume FUNCTION is a symbol.
7810
7811 * startup.el (normal-top-level): Don't operate on the initial
7812 frame if we failed to create one.
7813
7814 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7815
7816 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7817 itself, i.e. only indent the contents in it.
7818
7819 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
7820
7821 * mail/rmail.el (rmail-show-message): Show beginning of message in
7822 all windows containing it.
7823
7824 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7825
7826 * term/tty-colors.el: Fix the header line and copyright years.
7827
7828 2001-07-09 Gerd Moellmann <gerd@gnu.org>
7829
7830 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7831 original definition has an interactive form, but is Elp
7832 instrumented, use the interactive form of the function called by
7833 elp-wrapper.
7834
7835 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7836 configurations with compare-window-configuration; they aren't
7837 window configurations.
7838
7839 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7840 from the server for the format we expect. Don't use it if it
7841 doesn't look like what the Internet draft for FTP extensions specifies.
7842
7843 * toolbar/*.pbm: Cleaned up.
7844 From Luis Fernandes <elf@ee.ryerson.ca>.
7845
7846 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7847
7848 * cc-cmds.el: Extended the kludge to interoperate with the
7849 delsel and pending-del packages wrt to the new function
7850 `c-electric-delete-forward'.
7851
7852 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7853
7854 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7855 to delay the call to <mode> for global minor modes.
7856 (easy-mmode-define-navigation): Only recenter if interactive.
7857
7858 2001-07-06 Gerd Moellmann <gerd@gnu.org>
7859
7860 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7861 to lisp-indent-line.
7862
7863 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7864 from the server. Call encode-time only when we are sure that we
7865 got a 213 response.
7866
7867 2001-07-06 Simon Josefsson <jas@extundo.com>
7868
7869 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7870 (mail-envelope-from): New user option.
7871 (sendmail-send-it): Use it.
7872
7873 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7874
7875 * ps-print.el: Use locale dependant date to print date in header.
7876 Doc fix.
7877 (ps-print-version): New version number (6.5.3).
7878 (ps-right-header, ps-right-footer): Initialization and doc fix.
7879 (ps-time-stamp-locale-default): New fun.
7880
7881 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7882
7883 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7884 field problem with MIME-mode.
7885
7886 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7887
7888 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7889
7890 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7891 MIME-mode.
7892
7893 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7894
7895 * bindings.el (mode-line-mule-info): Don't show the tip with
7896 buffer-file-coding-system if that is nil.
7897
7898 2001-07-05 Gerd Moellmann <gerd@gnu.org>
7899
7900 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7901 instead of kill-line.
7902
7903 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
7904 <Pavel@Janik.cz>.
7905
7906 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
7907 <Pavel@Janik.cz>.
7908
7909 2001-07-04 Gerd Moellmann <gerd@gnu.org>
7910
7911 * font-lock.el (c-font-lock-keywords-3): When matching something
7912 like `struct X Y', finish with point after Y.
7913
7914 2001-07-04 Simon Josefsson <jas@extundo.com>
7915
7916 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7917 in caller buffer.
7918
7919 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7920
7921 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7922 instead of string-match to find the basename of the file.
7923 From Pascal Obry <p.obry@wanadoo.fr>.
7924
7925 * net/browse-url.el (browse-url-default-windows-browser):
7926 Support the MS-DOS port when it runs on Windows.
7927 (browse-url-browser-function) [ms-dos]: Default to
7928 browse-url-default-windows-browser.
7929
7930 * help.el (locate-library): Enable code that looks for compressed
7931 libraries if auto-compression-mode is on.
7932
7933 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7936
7937 2001-07-02 Gerd Moellmann <gerd@gnu.org>
7938
7939 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7940
7941 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * allout.el: Fix the header line, so that finder.el recognizes it.
7944 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7945
7946 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7947 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7948
7949 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7950
7951 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7952
7953 * ps-bdf.el (bdf-directory-list): Use the value relative to
7954 installation-directory for MS-Windows as well.
7955
7956 2001-06-29 Richard M. Stallman <rms@gnu.org>
7957
7958 * wid-edit.el (widget-color-sample-face-get):
7959 Return ((foreground-color . COLOR)) instead of constructing a face.
7960
7961 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7962
7963 * faces.el (region): Change the background color for the
7964 light-background color display to lightgoldenrod2, to make it
7965 visible on some laptops.
7966
7967 2001-06-28 Richard M. Stallman <rms@gnu.org>
7968
7969 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7970 (rmail-msg-restore-non-pruned-header): Likewise.
7971 If point was in the old pruned header, put it at the top.
7972 (rmail-msg-prune-header): If point was at the top, keep it there.
7973
7974 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7975 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7976
7977 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7978
7979 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7980
7981 2001-06-28 Karl Fogel <kfogel@red-bean.com>
7982
7983 * saveplace.el: Update maintainer email address.
7984
7985 2001-06-27 Francesco Potorti` <pot@gnu.org>
7986
7987 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7988 Undo previous change.
7989
7990 2001-06-27 Francesco Potorti` <pot@gnu.org>
7991
7992 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7993 preliminary quick reordering. Can speed things up dramatically.
7994
7995 2001-06-26 Richard M. Stallman <rms@gnu.org>
7996
7997 * dired.el (dired-get-filename): A file name starting with ~
7998 is not absolute in this context.
7999
8000 * which-func.el (which-func-maxout): Increase default to 500000.
8001 (which-function-mode): This is now the "real" name of the function.
8002 (which-func-mode): Now an alias.
8003 (which-func-mode-global): Name deleted.
8004
8005 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
8006 button-2, when binding hs-mouse-toggle-hiding.
8007
8008 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8009
8010 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
8011 (rmail-msg-prune-header): Likewise.
8012 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
8013 and `rmail-msg-prune-header'.
8014
8015 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
8016
8017 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
8018 back than LINEBEG.
8019
8020 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8021
8022 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
8023 window where they clicked the mouse has a header line, adjust
8024 vertical movement by one.
8025
8026 2001-06-25 Milan Zamazal <pdm@zamazal.org>
8027
8028 * progmodes/glasses.el (glasses-make-readable): Consider underscores
8029 too when separating a parenthesis.
8030
8031 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8034 (bookmark-bmenu-hide-filenames): Add help-echo to
8035 mouse-highlighted text.
8036 (bookmark-bmenu-show-filenames): Remove help-echo property from
8037 the whitespace.
8038
8039 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
8040
8041 * files.el (auto-mode-alist): Add configure.ac (autoconf).
8042 From Karl Eichwalder <ke@suse.de>.
8043
8044 2001-06-23 Richard M. Stallman <rms@gnu.org>
8045
8046 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
8047
8048 * progmodes/cc-styles.el (c-set-style): Don't specify initial
8049 contents for completing-read.
8050
8051 2001-06-22 Richard M. Stallman <rms@gnu.org>
8052
8053 * menu-bar.el (menu-bar-make-toggle): Construct the
8054 function's doc string from HELP, not DOC, and make it accurate by
8055 adding "Toggle whether to " at the front and downcasing the initial.
8056 Change the HELP arg in some calls to make it fit this usage.
8057
8058 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
8059 Undo previous change.
8060
8061 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
8064
8065 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
8066
8067 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8068
8069 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
8070
8071 * dabbrev.el (dabbrev--select-buffers): Fix last change.
8072
8073 2001-06-20 Richard M. Stallman <rms@gnu.org>
8074
8075 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
8076 broken out from dabbrev--find-expansion. Handle minibuffer
8077 specially here.
8078 (dabbrev--find-expansion): Simplify code in various ways.
8079 Don't treat minibuffers specially.
8080 Call dabbrev--make-friend-buffer-list.
8081 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
8082 (dabbrev--scanning-message): Do nothing when minibuffer is current.
8083
8084 2001-06-19 John Wiegley <johnw@gnu.org>
8085
8086 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
8087 Also, added a comment describing how to greatly speedup Eshell
8088 loadup time, by concatenating together all of Eshell's .elc files.
8089
8090 2001-06-19 John Wiegley <johnw@gnu.org>
8091
8092 * eshell/esh-mode.el: Disabled a test that often yields false failures.
8093
8094 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
8095
8096 * woman.el (WoMan-highlight-references): Add help-echo to
8097 mouse-highlighted text.
8098
8099 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8100
8101 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8102
8103 2001-06-18 Gerd Moellmann <gerd@gnu.org>
8104
8105 * international/quail.el (quail-start-conversion):
8106 Reset quail-translating to nil.
8107
8108 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8109 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8110
8111 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8112
8113 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8114 mouse-highlighted text.
8115
8116 * dired.el (dired-mark-pop-up): Fix last change.
8117
8118 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8119
8120 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8121 mouse-highlighted text.
8122
8123 * net/quickurl.el (quickurl-url-file): Run through
8124 convert-standard-filename.
8125 (quickurl-list-populate-buffer): Add help-echo to
8126 mouse-highlighted text.
8127 (top-level): Update Dave's URL.
8128
8129 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8130 mouse-highlighted text.
8131
8132 * textmodes/page-ext.el (pages-copy-header-and-position):
8133 Add help-echo to mouse-highlighted text.
8134
8135 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8136 mouse-highlighted text.
8137
8138 * replace.el (occur): Add help-echo to mouse-highlighted text.
8139
8140 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8141 mouse-highlighted text.
8142
8143 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8144 mouse-highlighted text.
8145
8146 * progmodes/compile.el (compile-reinitialize-errors):
8147 Add help-echo to mouse-highlighted messages.
8148 (compilation-forget-errors): Remove help-echo property as well.
8149
8150 * play/landmark.el (lm-plot-square, lm-init-display):
8151 Add help-echo to mouse-highlighted text.
8152
8153 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8154 Add help-echo to mouse-highlighted text.
8155
8156 * dired.el (dired-insert-set-properties): Add help-echo to
8157 mouse-highlighted text.
8158 (dired-mark-pop-up): Remove help-echo property from the file name.
8159
8160 * comint.el (comint-send-input): Add help-echo to
8161 mouse-highlighted text.
8162
8163 * buff-menu.el (list-buffers-noselect): Add help-echo to
8164 mouse-highlighted text.
8165
8166 * arc-mode.el (archive-summarize-files): Add help-echo to
8167 mouse-highlighted text.
8168
8169 * ffap.el (ffap-machine-p): Always return nil if
8170 open-network-stream is not fboundp.
8171
8172 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8173
8174 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8175 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8176 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8177 incorrectly binding chars between 128 and 256 to it.
8178 (sgml-maybe-name-self): Handle latin-1 chars properly.
8179 (sgml-tags-invisible): Bind buffer-file-name to nil.
8180 Use unwind-protect and restore-buffer-modified-p.
8181 (sgml-point-entered): Use buffer-substring-no-properties.
8182 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8183 (html-mode): Don't force `imenu-sort-function'.
8184
8185 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8186
8187 * tar-mode.el: Fix the copyright notice.
8188
8189 * font-lock.el (font-lock-comment-face): For tty's with dark
8190 background, use "red1", since "lightred" is not one of the colors
8191 recognized by tty-colors.el.
8192
8193 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8194 create a buffer for extracted file, in case there's more than one
8195 file by that name in an archive, possibly in different
8196 directories. From Kevin Rodgers <kevinr@ihs.com>.
8197
8198 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8199 <alex@gnu.org>.
8200
8201 2001-06-15 Miles Bader <miles@gnu.org>
8202
8203 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8204 Revert previous change.
8205
8206 2001-06-14 Richard M. Stallman <rms@gnu.org>
8207
8208 * replace.el (keep-lines-read-args): Return just a regexp.
8209 Provide nil for the region args.
8210 (keep-lines, flush-lines, how-many):
8211 Calculate the defaults for the region here, when args are nil.
8212
8213 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8214
8215 * rot13.el (rot13-other-window): Some more doc fix.
8216
8217 2001-06-14 Per Starback <starback@ling.uu.se>
8218
8219 * replace.el (case-replace, query-replace-from-history-variable)
8220 (query-replace-to-history-variable, keep-lines-read-args)
8221 (occur-revert-function, query-replace-help): Dox fix.
8222
8223 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8224
8225 * rot13.el (rot13-other-window): Doc fix.
8226
8227 2001-06-14 Miles Bader <miles@gnu.org>
8228
8229 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8230 of " and \ to "." (punctuation).
8231 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8232
8233 2001-06-13 Richard M. Stallman <rms@gnu.org>
8234
8235 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8236
8237 * simple.el (shell-command-on-region): Never kill the
8238 *Shell Command Output* buffer.
8239
8240 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8243
8244 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8247 New var, to recognize ${ $' and PODs.
8248 (perl-font-lock-syntactic-face-function): New function.
8249 (perl-mode): Use them.
8250 (perl-continuation-line-p): New function, from perl-calculate-indent.
8251 (perl-calculate-indent): Use it, to properly handle continuation
8252 lines of continuation lines.
8253
8254 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8255
8256 * server.el (server-process, server-buffer-clients): Doc fix.
8257 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8258
8259 2001-06-09 John Wiegley <johnw@gnu.org>
8260
8261 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8262 test if the last command was Lisp or not.
8263 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8264 B x C".
8265
8266 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8267
8268 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8269 general one on compile.el supports drive letters.
8270
8271 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8272
8273 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8274 key description.
8275
8276 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8277
8278 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8279 (reftex-toc-jump): New command.
8280
8281 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8282 to parse international characters as well.
8283
8284 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8285 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8286
8287 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8288
8289 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8290 TAB to the key separators.
8291
8292 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8293
8294 * international/mule.el (auto-coding-alist): Remove redundant
8295 up-cased versions of the extensions (auto-coding-alist-lookup is
8296 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8297 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8298
8299 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8302
8303 2001-06-01 Richard M. Stallman <rms@gnu.org>
8304
8305 * help.el (describe-variable): Put value on same line
8306 with preceding text, if it is short enough to look good that way.
8307
8308 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8309
8310 * term/internal.el (IT-unicode-translations): New variable.
8311 (IT-setup-unicode-display): New function.
8312
8313 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8314
8315 * ps-print.el: Handle before-string and after-string overlay properties
8316 in ps-print-*-with-faces commands. Doc fix.
8317 (ps-print-version): New version number (6.5.2).
8318 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8319 for XEmacs.
8320 (ps-prefix-quote): Doc fix.
8321 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8322 (ps-basic-plot-str, ps-plot-string): New funs.
8323
8324 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8325
8326 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8327 and :type spec.
8328
8329 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8330
8331 * international/mule-cmds.el (inactivate-input-method):
8332 Set input-method-function to nil.
8333
8334 * xml.el (xml-parse-tag): The document may contain invalid characters.
8335 From ShengHuo ZHU <zsh@cs.rochester.edu>
8336
8337 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8338
8339 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8340 `rmail-summary-line-decoder' if the message does not have
8341 a Subject: field.
8342
8343 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8344
8345 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8346 New variable.
8347 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8348 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8349 is non-nil.
8350
8351 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8352
8353 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8354
8355 2001-05-29 Sam Steingold <sds@gnu.org>
8356
8357 * faces.el (face-valid-attribute-values): Bind `valid' directly
8358 instead of using `setq'.
8359
8360 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8361 Use `tex-shell-buf'.
8362 (tex-shell-proc): Use `tex-shell-running'.
8363 (tex-shell-buf-no-error): New function.
8364 (tex-send-tex-command): Use it.
8365 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8366 (tex-kill-job): Check the process before calling `quit-process'.
8367
8368 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8369
8370 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8371 UTF-8 sequences.
8372
8373 2001-05-28 Miles Bader <miles@gnu.org>
8374
8375 * comint.el (comint-carriage-motion): Renamed from
8376 `comint-cr-magic'. Operate on the buffer instead of the string
8377 (for use as a comint post-output filter, instead of as a
8378 pre-output filter). Handle backspaces too. Add to the
8379 `comint-output-filter-functions' hook instead of
8380 `comint-preoutput-filter-functions'.
8381
8382 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8383
8384 * language/japan-util.el (japanese-hankaku): Prefer the charset
8385 `jisx0201' when the optional argument `ascii-only' is not specified.
8386 (japanese-hankaku-region): Ditto.
8387 From Katsumi Yamaoka <yamaoka@jpl.org>
8388
8389 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8390
8391 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8392 (outline-invisible-p): New function.
8393 (hide-leaves): Save excursion.
8394 (hide-other): Stop looping when reaching bobp.
8395
8396 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8397
8398 * cus-edit.el (custom-file): Fix last change.
8399
8400 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8401
8402 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8403 same definition in byte-compile-function-environment as `autoload'
8404 would put in `symbol-function'.
8405
8406 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8407 patch to correct the error message as well.
8408
8409 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8410
8411 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8412 unless ~/.emacs exists.
8413
8414 * novice.el (enable-command): If user-init-file is nil or does not
8415 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8416
8417 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8418
8419 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8420 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8421 Allow spaces around macro arguments.
8422 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8423 indent-for-tab-command.
8424 (latex-mode-map, plain-tex-mode-map): New keymaps.
8425 Inherit from tex-mode-map.
8426 (tex-common-initialization): Don't setup the keymap any more
8427 since it's now done right by define-derived-mode.
8428 (latex-mode): Set skeleton-end-hook to nil.
8429 (latex-skeleton-end-hook): Remove.
8430 (tex-latex-block, latex-insert-item): Simplify.
8431 (latex-syntax-after): Use following-char rather than char-after.
8432 (tex-discount-args-cmds, tex-count-words): New functions.
8433
8434 * textmodes/tildify.el (tildify-ignored-environments-alist):
8435 Recognize \verb* as well.
8436
8437 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8438 (perl-comment-indent): Simplify to let newcomment.el do its job.
8439 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8440 (perl-mark-function): Cleanup the namespace.
8441 (perl-calculate-indent): Don't be fooled by nested functions.
8442
8443 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8444
8445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8446 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8447
8448 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8449
8450 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8451 actually be `\\'.
8452 (ctlau-b5-converter): Likewise.
8453
8454 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8455
8456 * international/titdic-cnv.el (quail-misc-package-ext-info):
8457 Change CTLauB.el to CTLau-b5.el.
8458
8459 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8460
8461 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8462 rather than beginning-of-line to avoid problems with fields.
8463 (gud-perldb-massage-args): Use unless and push.
8464 (gud-chdir-before-run): New var.
8465 (gud-common-init): Use it.
8466
8467 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8468
8469 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8470 delete entries for chinese-ctlau and chinese-ctlaub.
8471 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8472 chinese-ctlaub.
8473 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8474 New functions.
8475
8476 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8477
8478 * cus-edit.el (custom-comment-show): Remove debug code.
8479
8480 * language/japan-util.el (japanese-symbol-table): Fix handling of
8481 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8482
8483 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8484
8485 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8486 Renamed by removing the silly `-flag' suffix.
8487 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8488
8489 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8490
8491 * replace.el (keep-lines-read-args): Use `copy-marker'.
8492 (how-many): Save excursion properly.
8493 (occur-mode): Use define-derived-mode.
8494 (perform-replace): Use with-current-buffer.
8495
8496 2001-05-20 Richard M. Stallman <rms@gnu.org>
8497
8498 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8499
8500 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8501
8502 * info.el (Info-read-subfile): Widen before finding the
8503 desired node in the subfile.
8504
8505 * startup.el (command-line-1): When >2 files visited,
8506 leave the last one visible, and make that the selected window.
8507
8508 2001-05-20 Gerd Moellmann <gerd@gnu.org>
8509
8510 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8511
8512 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8513
8514 * international/ccl.el (define-ccl-program): Fix a typo.
8515 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8516
8517 * international/mule.el (decode-char): Fix a typo. From Pavel
8518 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8519
8520 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
8521 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8522
8523 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
8524 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8525
8526 2001-05-18 Sam Steingold <sds@gnu.org>
8527
8528 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
8529 and [RET] to `cvs-mode-find-file'.
8530
8531 2001-05-18 John Wiegley <johnw@gnu.org>
8532
8533 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8534 configuration variable, which determines the initial character
8535 that forces use of an external version of a command. The default
8536 is *, but may be set to \, for example.
8537
8538 * eshell/esh-ext.el (eshell-explicit-command):
8539 Use `eshell-explicit-command-char' instead of ?*.
8540
8541 * eshell/esh-cmd.el (eshell/which):
8542 Use `eshell-explicit-command-char' instead of ?*.
8543
8544 * eshell/em-cmpl.el (eshell-completion-command-name)
8545 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
8546 instead of ?*.
8547
8548 2001-05-18 Gerd Moellmann <gerd@gnu.org>
8549
8550 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8551 subst-char-in-string.
8552 (ange-ftp-after-parse-ls-hook): New variable.
8553 (ange-ftp-ls): Run that hook.
8554 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8555
8556 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8557 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8558 text into *Completions*.
8559
8560 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8561 part of which look like email addresses.
8562
8563 2001-05-18 Andrew Innes <andrewi@gnu.org>
8564
8565 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8566 Use . instead of absolute path for lisp dir, to avoid bug in W2K
8567 cmd.exe's handling of FOR loops.
8568 (autoloads): Set find-file-suppress-same-file-warnings to t to
8569 avoid slew of spurious messages.
8570
8571 2001-05-18 Simon Josefsson <simon@josefsson.org>
8572
8573 * mail/smtpmail.el (maybe-append-domain): Renamed to
8574 `smtpmail-maybe-append-domain'.
8575 (smtpmail-via-smtp): Use the new name.
8576
8577 * net/browse-url.el (browse-url-browser-function): Add kde.
8578 (browse-url-kde-program, browse-url-kde-args): New variables.
8579 (browse-url-kde): New function.
8580
8581 2001-05-18 Miles Bader <miles@gnu.org>
8582
8583 * simple.el (delete-horizontal-space, just-one-space):
8584 Use `constrain-to-field' instead of `field-end'/`field-beginning',
8585 because it's more efficient for large files.
8586
8587 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8588
8589 * mail/rmail.el (rmail-require-mime-maybe): New function.
8590 (rmail): Use it.
8591 (rmail-mode): Handle the case of finding Rmail files.
8592
8593 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8594 functions.
8595
8596 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8599 text-property after moving to the beginning of line and regardless
8600 of the value of font-lock-multiline.
8601
8602 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8603
8604 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8605
8606 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8607 last coding system used before calling set-buffer-modified-p
8608 because that function changes last-coding-system.
8609
8610 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8611
8612 * files.el (switch-to-buffer-other-window)
8613 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8614 the doc string.
8615
8616 2001-05-17 Gerd Moellmann <gerd@gnu.org>
8617
8618 * language/slovak.el, language/czech.el: New maintainer.
8619
8620 2001-05-16 Sam Steingold <sds@gnu.org>
8621
8622 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
8623 sub-form of `defgeneric' correctly.
8624
8625 2001-05-16 Gerd Moellmann <gerd@gnu.org>
8626
8627 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8628 of `c'.
8629
8630 * textmodes/outline.el (outline-font-lock-level): Remove the
8631 condition-case, test what outline-level returns instead, to
8632 ease debugging.
8633
8634 * international/mule.el (auto-coding-regexp-alist): New user-option.
8635 (auto-coding-from-file-contents): New function.
8636 (set-auto-coding): Use it to determine a coding system.
8637
8638 2001-05-15 Gerd Moellmann <gerd@gnu.org>
8639
8640 * mouse.el (mouse-delete-other-windows): Doc fix.
8641
8642 * emacs-lisp/lisp-mode.el (lisp-mode):
8643 Make font-lock-keywords-case-fold-search a buffer-local variable with
8644 make-local-variable before setting it.
8645
8646 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8647
8648 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8649 prefixes.
8650
8651 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8652
8653 * hexl.el (hexl-current-address): Print a message when called
8654 interactively.
8655
8656 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8657
8658 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8659
8660 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8661
8662 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8663
8664 2001-05-11 Gerd Moellmann <gerd@gnu.org>
8665
8666 * startup.el (command-line): If parameters have been changed in
8667 the init files which influence font selection, clear the face
8668 cache so that faces get realized with the new parameters.
8669
8670 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
8671
8672 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8673
8674 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8675
8676 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8677
8678 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8679 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8680
8681 2001-05-10 Gerd Moellmann <gerd@gnu.org>
8682
8683 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
8684 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
8685
8686 2001-05-09 John Wiegley <johnw@gnu.org>
8687
8688 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8689 Annotated the documentation string to tell users about
8690 `eshell-no-numeric-conversions'.
8691
8692 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8693 conversions if a Lisp function has the property
8694 `eshell-no-numeric-conversions' set to a non-nil value.
8695
8696 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8697 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8698 property `eshell-no-numeric-conversions' on the following
8699 functions (which all deal with filesystem entities, and never Lisp
8700 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8701 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8702 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8703 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8704 eshell/which, eshell/addpath.
8705
8706 2001-05-09 John Wiegley <johnw@gnu.org>
8707
8708 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8709 encountered as an argument, don't convert it right away, but tag
8710 the first character of the string with the text properties
8711 `number', which signifies to `eshell-lisp-command' that the
8712 argument should be passed through `string-to-number' if it is
8713 actually used in the call to a Lisp function.
8714
8715 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8716 function, convert any string arguments that have been tagged as
8717 "numbers", by calling string-to-number.
8718
8719 * eshell/esh-util.el (eshell-number-regexp): Now that number
8720 conversions only happen for Lisp function calls, the number regexp
8721 should now match all integer and floating point forms.
8722
8723 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8724 `eshell-continue-process', since they are both nonfunctional at
8725 the moment.
8726 (eshell-proc-initialize): Don't bind keys for
8727 `eshell-stop-process' or `eshell-continue-process'.
8728
8729 * eshell/em-unix.el (eshell-shuffle-files):
8730 Apply `directory-file-name' before calling `file-name-directory'.
8731
8732 * eshell/em-hist.el (eshell-add-to-history): Reference to
8733 `eshell-history-ring' needed to be `eshell-history-index'.
8734
8735 * calendar/timeclock.el (timeclock-find-discrep):
8736 Initialize `elapsed' to 0.
8737 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8738 it's still nil.
8739
8740 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8743 (archive-mode): Use capitalize.
8744 (archive-unique-fname): Use make-temp-file.
8745
8746 2001-05-09 Gerd Moellmann <gerd@gnu.org>
8747
8748 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8749
8750 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * tar-mode.el (tar-extract): Pay attention to the value of
8753 coding-system-for-read, if it is non-nil.
8754
8755 * calendar/holidays.el (holidays): Add an autoload cookie.
8756 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8757
8758 2001-05-08 John Wiegley <johnw@gnu.org>
8759
8760 * calendar/timeclock.el (timeclock-workday-remaining):
8761 Changed logic for determining how much time is remaining.
8762 (timeclock-workday-elapsed): Don't accept a "relative" argument
8763 for the current day's elapsed time. What could that have meant?
8764 (timeclock-workday-elapsed-string): No "relative" argument anymore.
8765 (timeclock-when-to-leave): Changed logic, similarly to what was
8766 done for `timeclock-workday-remaining'.
8767 (timeclock-find-discrep): Removed "today-only" argument, which had
8768 no meaning. Fixed some more math problems. The function now
8769 returns a three member list: (TOTAL-TIME-DISCREPANCY
8770 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8771
8772 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8773
8774 * w32-fns.el (convert-standard-filename): Start replacing slashes
8775 from the beginning of the file name, not from where the last
8776 invalid character was. From "Andrew Maguire (SWW)"
8777 <Andrew.Maguire@Smallworld.co.uk>
8778
8779 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8780
8781 The following changes are to provide infrastructure for handling
8782 MIME messages to rmail. They don't affect the original behaviour
8783 if rmail-enable-mime is nil.
8784
8785 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8786 (rmail-search-mime-message-function)
8787 (rmail-search-mime-header-function): New variables.
8788 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8789 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8790 `rmail-view-buffer' is hidden.
8791 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8792 call rmai-show-mime-function.
8793 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8794 mode-line-process of rmail-view-buffer.
8795 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8796 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8797 buffer.
8798 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8799 set-buffer to the Rmail buffer.
8800 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8801 rmail-search-mime-header-function.
8802 (rmail-search-message): New function.
8803 (rmail-search): Call rmail-search-message to check if a message
8804 matches REGEXP, lastly update point after calling
8805 rmail-show-message.
8806 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8807 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
8808 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8809 header region, refer to rmail-msgref-vector while setting the
8810 current buffer to rmail-buffer temporarily.
8811 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8812 If rmail-enable-mime is non-nil, call
8813 rmail-insert-mime-forwarded-message-function instead of inserting
8814 forwarded message by itself.
8815
8816 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8817 Rmail buffer.
8818 (rmail-set-label, rmail-next-labeled-message): Likewise.
8819
8820 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8821 set-buffer to the Rmail buffer.
8822 (rmail-output-to-rmail-file): Likewise.
8823 (rmail-output): Likewise.
8824
8825 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8826 of mail-fetch-field by rmail-summary-line-decoder.
8827 (rmail-new-summary): Be sure to go to the Rmail buffer.
8828 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
8829 rmail-view-buffer to nil.
8830 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8831 rmail-view-buffer.
8832 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8833 rmail-buffer.
8834 (rmail-summary-scroll-msg-down): Likewise.
8835 (rmail-summary-beginning-of-message): Likewise.
8836 (rmail-summary-wipe): Likewise.
8837 (rmail-summary-toggle-header): Use save-window-excursion, not
8838 save-excursion. Update point in rmail-view-buffer, not in
8839 rmail-buffer.
8840 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8841 rmail-view-buffer, not rmail-buffer.
8842
8843 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8844
8845 * cus-edit.el (custom-file): Signal an error if user-init-file is
8846 nil (running -q).
8847
8848 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8849
8850 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8851 Add :version.
8852
8853 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8854 New option.
8855 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8856 only if smtpmail-warn-about-unknown-extensions is set.
8857
8858 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8859 instead of rmail-sort-by-keywords.
8860
8861 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8862 rmail-sort-by-keywords.
8863
8864 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8865 rmail-summary-sort-by-keywords. Doc fix.
8866 (rmail-summary-mode): Doc fix.
8867
8868 * mail/rmail.el (rmail-edit): New Custom group.
8869
8870 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8871 (rmail-edit-mode-hook): New user-option.
8872
8873 2001-05-05 Richard M. Stallman <rms@gnu.org>
8874
8875 * help.el (help-xref-symbol-regexp): Recognize "source of"
8876 and friends, meaning make a link to the source file.
8877 (help-make-xrefs): Handle "source of" and friends
8878 by constructing a link that visits the source file.
8879
8880 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8881
8882 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8883
8884 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8885 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8886 Renamed from perl-font-lock-keywords to avoid clashes.
8887 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8888 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8889 Updated correspondingly.
8890
8891 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8892 Typo `nonexistant' -> `nonexistent'.
8893
8894 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8895
8896 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8897 Split `c-electric-delete' into two functions where
8898 `c-electric-delete-forward' always deletes forward and
8899 `c-electric-delete' only contains the code necessary for XEmacs to
8900 choose between backward and forward deletion.
8901
8902 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8903 get the electric behavior on that key too.
8904 (c-fill-paragraph): Fixed bogus direct use of
8905 c-comment-prefix-regexp, which caused an error when it's a list.
8906
8907 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * dired-aux.el (dired-diff): Doc fix.
8910
8911 * dired.el (dired-diff): Likewise.
8912
8913 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8914
8915 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8916
8917 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8918
8919 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8920 if both the buffer and the file are read-only.
8921
8922 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8923 rather than font-lock-string-face.
8924 (sh-get-indent-info): Treat heredocs like strings.
8925
8926 2001-05-02 Gerd Moellmann <gerd@gnu.org>
8927
8928 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8929 a newline following `}'.
8930 (texinfo-format-email): New function.
8931 (toplevel): Use texinfo-format-email for @email.
8932 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8933 Add `display'.
8934 (texinfo-sort-region): Goto point-min before sorting.
8935 (texinfo-set): Remove leading white space from value.
8936 From yagi@is.titech.ac.jp.
8937
8938 * replace.el (query-replace-regexp-eval): Doc fix.
8939
8940 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * diff-mode.el (diff-nonexistant-face): New face.
8943 (diff-font-lock-keywords): Use it.
8944
8945 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8946
8947 * font-lock.el (font-lock-mode): Doc fix.
8948
8949 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8950 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8951
8952 2001-04-30 Gerd Moellmann <gerd@gnu.org>
8953
8954 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8955 backslash at the start of the here-document delimiter.
8956 (sh-font-lock-syntactic-keywords): Likewise.
8957
8958 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8959
8960 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8961
8962 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8963 (tty-color-translate, tty-color-by-index, tty-color-values)
8964 (tty-color-desc): Doc fix.
8965
8966 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8967
8968 * dired-aux.el (dired-do-create-files, dired-do-copy)
8969 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8970 Mention dired-dwim-target in the doc string.
8971
8972 2001-04-28 Miles Bader <miles@gnu.org>
8973
8974 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8975 (dabbrev--find-expansion): Use it.
8976 (dabbrev--select-buffers): Don't select ignored buffers.
8977
8978 2001-04-27 Gerd Moellmann <gerd@gnu.org>
8979
8980 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8981
8982 2001-04-26 Richard M. Stallman <rms@gnu.org>
8983
8984 * dabbrev.el: Add doc strings for some functions.
8985 (dabbrev--eliminate-newlines): New variable.
8986 (dabbrev--substitute-expansion): Convert newlines to spaces
8987 if dabbrev--eliminate-newlines is set.
8988 If abbrev and expansion are both all-lower-case,
8989 leave dabbrev--last-case-pattern nil.
8990
8991 2001-04-26 Gerd Moellmann <gerd@gnu.org>
8992
8993 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8994 if necessary, like in rmail-show-message.
8995
8996 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8997
8998 * ps-print.el: Color specified by number is forced to be float number.
8999 (ps-print-version): New version number (6.5.1.1).
9000 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
9001 initialization.
9002 (ps-prefix-quote): New internal var.
9003 (ps-print-quote): New fun.
9004 (ps-setup, ps-output-frame-properties, ps-float-format)
9005 (ps-format-color): Code fix.
9006 (ps-plot-region): Eliminate redundant foreground color text setting.
9007
9008 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
9011
9012 2001-04-25 Gerd Moellmann <gerd@gnu.org>
9013
9014 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
9015
9016 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9017
9018 * info.el (Info-additional-directory-list): Doc fix.
9019
9020 * find-lisp.el (find-lisp-find-dired-filter)
9021 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
9022 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
9023
9024 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
9025
9026 * progmodes/make-mode.el (makefile-font-lock-keywords):
9027 Rationalize the rules for includes and conditionals and use the
9028 keyword face for them.
9029
9030 * faces.el (modify-face): Add compatibility for non-interactive use.
9031
9032 2001-04-24 John Wiegley <johnw@gnu.org>
9033
9034 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
9035 fix from last night, since it wasn't finding eshell/cd.
9036
9037 2001-04-24 Gerd Moellmann <gerd@gnu.org>
9038
9039 * rect.el (string-rectangle): Revert to 20.x behaviour.
9040 (replace-rectangle): Make it an alias for string-rectangle.
9041 (string-insert-rectangle): New function.
9042
9043 2001-04-23 John Wiegley <johnw@gnu.org>
9044
9045 * eshell/em-unix.el (eshell/diff): Fixed problems that were
9046 occurring with Emacs 21's diff.el/compile.el interaction layer.
9047
9048 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
9049
9050 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
9051 case where the function was defined in a file, but not part of an
9052 eshell module.
9053
9054 2001-04-23 John Wiegley <johnw@gnu.org>
9055
9056 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
9057 code to work around a redisplay problem I've been having.
9058
9059 2001-04-23 John Wiegley <johnw@gnu.org>
9060
9061 * calendar/timeclock.el (timeclock-day-required): If the time
9062 required for a particular day is not set, use `timeclock-workday'.
9063 (timeclock-find-discrep): Added some sample code in a comment.
9064
9065 * eshell/eshell.el (eshell-command): Made a few changes so that
9066 `eshell-command' could be called programmatically.
9067
9068 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
9069
9070 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
9071
9072 2001-04-23 John Wiegley <johnw@gnu.org>
9073
9074 * calendar/timeclock.el: Updated copyright.
9075 (timeclock-generate-report): Don't report the daily or two-week
9076 total, if no time has been worked in that period.
9077 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
9078 final computational form, which was unnecessary; corrected a
9079 parsing problem when timeclock-relative was nil.
9080
9081 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
9082
9083 * calendar/timeclock.el (timeclock-modeline-display): Check if
9084 `list-entry' is null.
9085 (timeclock-use-display-time): The first argument to `set-variable'
9086 must be a symbol.
9087
9088 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9089
9090 * calendar/calendar.el (diary-entry-marker)
9091 (calendar-today-marker, calendar-holiday-marker):
9092 Use display-color-p instead of window-system.
9093 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
9094 instead of window-system.
9095 (calendar-hide-window): Use display-multi-frame-p instead of
9096 window-system.
9097
9098 * calendar/cal-x.el (calendar-two-frame-setup)
9099 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9100 Use display-multi-frame-p instead of window-system.
9101
9102 2001-04-23 Gerd Moellmann <gerd@gnu.org>
9103
9104 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9105
9106 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9107 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9108
9109 2001-04-23 Alex Schroeder <alex@gnu.org>
9110
9111 * goto-addr.el: Instead of defining line-beginning-position and
9112 line-end-position a defalias is used for point-at-bol and point-at-eol.
9113
9114 2001-04-23 Alex Schroeder <alex@gnu.org>
9115
9116 * goto-addr.el: Added XEmacs compatibility code.
9117 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
9118
9119 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9120
9121 * textmodes/paragraphs.el (sentence-end): Doc fix.
9122
9123 2001-04-20 Alex Schroeder <alex@gnu.org>
9124
9125 * sql.el (sql-escape-newlines-and-send): New function.
9126 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
9127
9128 2001-04-20 Alex Schroeder <alex@gnu.org>
9129
9130 * sql.el (sql-db2-program): New option.
9131 (sql-db2-options): New option.
9132 (sql-db2): New function.
9133
9134 2001-04-20 Alex Schroeder <alex@gnu.org>
9135
9136 * sql.el (sql-mode-menu): Added highlighting entries.
9137 (sql-highlight-oracle-keywords): New function.
9138 (sql-highlight-postgres-keywords): New function.
9139 (sql-highlight-ansi-keywords): New function.
9140
9141 2001-04-20 Alex Schroeder <alex@gnu.org>
9142
9143 * sql.el (sql-help): Doc change.
9144
9145 2001-04-19 Karl Fogel <kfogel@collab.net>
9146
9147 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9148 that inserted file content only to delete it immediately.
9149 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9150 <lektu@uol.com.br> for the patch.
9151
9152 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9153
9154 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9155
9156 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9157
9158 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9159 for defmethod.
9160
9161 * comint.el (comint-cr-magic): New function.
9162 (toplevel): Add it to comint-preoutput-filter-functions.
9163
9164 2001-04-18 Andrew Innes <andrewi@gnu.org>
9165
9166 * makefile.w32-in (EMACSLOADPATH): Define.
9167 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9168 (recompile): Remove stuff to set EMACSLOADPATH.
9169
9170 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9171
9172 * language/slovak.el ("Slovak"): Add tutorial entry.
9173
9174 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9175 browse-url-new-window-p.
9176
9177 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * info.el (Info-menu-update): When there are no menus and/or no
9180 cross references in the node, make the respective items of the
9181 Info menu-bar menu inactive.
9182
9183 2001-04-17 Gerd Moellmann <gerd@gnu.org>
9184
9185 * indent.el (indent-for-tab-command): Call indent-line-function
9186 with no argument if PREFIX-ARG is non-nil.
9187
9188 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9189
9190 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9191
9192 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9193 an async subprocess if start-process is unavailable. Suggested by
9194 Tim Van Holder <tim.van.holder@pandora.be>.
9195
9196 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * info.el (Info-additional-directory-list): Doc fix. Suggested by
9199 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9200
9201 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9204 manual.
9205
9206 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9207
9208 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9209 (cvs-menu): Add a few entries.
9210
9211 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9212 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9213 lock file appears to be reachable from Emacs.
9214 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9215 (cvs-mode-find-file): Look for cvs-header-face rather than
9216 cvs-dirname-face (which doesn't exist).
9217 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9218
9219 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9220
9221 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9224 normal-erase-is-backspace on a tty. Instead, bind some keys such
9225 as [delete] directly, like pc-select.el did before
9226 normal-erase-is-backspace was invented.
9227
9228 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9229
9230 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9231
9232 2001-04-11 John Wiegley <johnw@gnu.org>
9233
9234 * eshell/em-ls.el (eshell-ls-insert-directory):
9235 Set font-lock-defaults to nil, to prevent fontification in dired
9236 buffers, if Eshell's ls is being used.
9237
9238 2001-04-11 John Wiegley <johnw@gnu.org>
9239
9240 * calendar/timeclock.el (timeclock-completing-read): New function.
9241 (timeclock-ask-for-project, timeclock-ask-for-reason):
9242 Call `timeclock-completing-read'.
9243
9244 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9245 required where `member' was being used.
9246
9247 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9248
9249 * eshell/em-hist.el (eshell-previous-matching-input):
9250 Don't display "History item" if the minibuffer is active.
9251
9252 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9253
9254 * startup.el (command-line): Output a newline after printing
9255 an error from loading the window system's init file.
9256
9257 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9258
9259 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9260 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9261 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9262 keywords whose arguments routinely include @@.
9263
9264 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9265
9266 * emacs-lisp/advice.el (ad-make-advised-definition):
9267 Construct advice for subrs differently.
9268
9269 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9270 regexp in parentheses when building the regexp for searching backwards.
9271
9272 * simple.el (completion-list-mode-finish): New function.
9273 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9274
9275 * language/european.el ("Polish"): Change sample text.
9276 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
9277
9278 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9279 parameter.
9280
9281 * faces.el (menu): Doc fix.
9282
9283 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9284
9285 * ps-print.el: Footer implementation. Doc fix.
9286 (ps-print-version): New version number (6.5.1).
9287 (ps-header-frame-alist): New customization var for header frame
9288 properties.
9289 (ps-line-number-color): New customization var for line number color.
9290 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9291 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9292 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9293 (ps-right-footer): New customization vars for footers.
9294 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9295 footers.
9296 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9297 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9298 Code fix.
9299 (ps-prologue-file): Indentation fix.
9300 (ps-print-quote): Fun eliminated.
9301 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9302 (ps-output-frame-properties): New fun.
9303 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9304 (ps-skip-newline): Replace defun by defsubst.
9305
9306 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9307
9308 * eshell/eshell.el (eshell-command): Needed a "%s" format
9309 specifier, in case the buffer contains percent characters.
9310
9311 2001-04-10 John Wiegley <johnw@gnu.org>
9312
9313 * calendar/timeclock.el (timeclock-generate-report): Added a
9314 missing insert of the project name.
9315
9316 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9317
9318 * obsolete/profile.el: Moved from emacs-lisp/.
9319
9320 * Makefile.in (nonobsolete_setwins): New macro.
9321 (finder-data): Use it instead of `setwins'.
9322 From: Dave Love <fx@gnu.org>.
9323
9324 * server.el (server-visit-files): Set server-existing-buffer correctly.
9325 (server-visit-files): Run server-visit-hook after going to
9326 line 1 so that the hook can set point as it sees fit.
9327
9328 * bindings.el (mode-line-modified): Unify help messages.
9329
9330 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9331
9332 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9333 All callers changed.
9334
9335 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9336
9337 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9338 long file names aren't supported, truncate the file names in
9339 quail-misc-package-ext-info to 8+3 before matching them against
9340 FILENAME.
9341
9342 * dos-fns.el (dos-truncate-to-8+3): New function.
9343
9344 * progmodes/compile.el (grep-compute-defaults): Use null-device
9345 instead of literal /dev/null. Reported by Jens Schmidt
9346 <schmidt@mathematik.uni-kl.de>.
9347
9348 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9349
9350 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * textmodes/sgml-mode.el: Add unknown maintainer.
9353 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9354 (html-mode-map): Use set-keymap-parent.
9355
9356 2001-04-06 Dave Love <fx@gnu.org>
9357
9358 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9359 Remove redundant string-to-list.
9360
9361 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9362
9363 * composite.el (reference-point-alist): Doc fix.
9364
9365 2001-04-05 Sam Steingold <sds@gnu.org>
9366
9367 * font-lock.el (font-lock-keywords-case-fold-search):
9368 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9369 file made font-lock case-insensitive.
9370
9371 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9372
9373 * faces.el (defface menu): Doc fix.
9374
9375 * wid-edit.el (widget-color-sample-face-get): Don't make
9376 faces for undefined colors.
9377
9378 * version.el (emacs-version): Include LessTif/Motif version info.
9379
9380 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9381
9382 * ps-mule.el: Eliminate cl package dependence.
9383 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9384 if they aren't defined yet.
9385 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9386 Eliminate cl package dependence.
9387
9388 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9389
9390 * progmodes/cc-cmds.el (c-outline-level):
9391 Bind buffer-invisibility-spec. Originally from Dave Love, but
9392 got lost when incorporating version 5.26.
9393
9394 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9395
9396 * emulation/pc-select.el (pc-selection-mode):
9397 Call normal-erase-is-backspace-mode instead of binding
9398 keys individually.
9399
9400 * cus-load.el (normal-erase-is-backspace): Use it instead of
9401 delete-key-deletes-forward.
9402
9403 * startup.el (command-line): Use normal-erase-is-backspace and
9404 normal-erase-is-backspace-mode.
9405
9406 * simple.el (normal-erase-is-backspace): Rename from
9407 delete-key-deletes-forward. Doc fix.
9408 (normal-erase-is-backspace-mode): Rename from
9409 delete-key-deletes-forward-mode. Doc fix.
9410 Run normal-erase-is-backspace-hook.
9411
9412 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9413 ``human-readable'' format produced by GNU `ls'.
9414 (dired-move-to-filename-regexp): Recognize ISO format dates.
9415 From Paul Eggert <eggert@twinsun.com>.
9416
9417 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9418
9419 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9420 New functions.
9421 (lm-verify): Check keywords.
9422 From Eric M. Ludlam <eric@siege-engine.com>.
9423
9424 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9425
9426 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9427 `xemacs' feature instead of for the function `set-extent-property'.
9428
9429 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9430
9431 * mail/mh-utils.el (mh-folder-hist): New var.
9432 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9433
9434 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9435
9436 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9437 region, position point on the first or last 16-byte group.
9438 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9439 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9440 hexl-beginning-of-line.
9441
9442 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9443
9444 * icomplete.el (icomplete-mode): Treat an argument like other
9445 modes do.
9446
9447 * startup.el (fancy-splash-head): Use splash8.xpm for color
9448 depth 8.
9449
9450 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9451 Add an antry for ``converts''.
9452
9453 * language/slovak.el ("Slovak"): Add documentation string.
9454 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9455
9456 * language/czech.el ("Czech"): Add documentation string.
9457 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
9458
9459 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9460 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9461
9462 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9463
9464 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9465 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9466 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9467 Use `defsubst' rather than a macro to ease debugging.
9468 (mail-extr-last): Remove (use `last' instead).
9469 (mail-extract-address-components): Properly reset the syntax-table
9470 after parsing an address. Use `last' rather than mail-extr-last.
9471 Make sure the end marker stays at the very end.
9472
9473 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9474
9475 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9476 last change.
9477
9478 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9479
9480 * ps-print.el: Line and paragraph spacing feature. Region to cut
9481 out when printing. Doc fix.
9482 (ps-print-version): New version number (6.5).
9483 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9484 New vars. Line and paragraph spacing feature.
9485 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9486 out when printing.
9487 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9488 (ps-get-font-size, ps-begin-job, ps-continue-line)
9489 (ps-plot-region): Code fix.
9490 (ps-print-prologue-2): Var eliminated.
9491 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9492 New internal vars.
9493 (ps-get-size): New fun.
9494 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9495 (ps-next-line): Replace defun by defsubst.
9496 (ps-mule-plot-string): Autoload doc fix.
9497
9498 * ps-bdf.el: XEmacs compatibility. Doc fix.
9499 (installation-directory, coding-system-for-read): Declare vars if
9500 it's not declared yet.
9501 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9502
9503 * ps-mule.el: XEmacs compatibility. Doc fix.
9504 (leading-code-private-22): Declare var if it's not declared yet.
9505 (charset-bytes, charset-dimension, charset-id, charset-width)
9506 (find-charset-region, split-char, char-width, chars-in-region)
9507 (forward-point, decompose-composite-char, encode-coding-string)
9508 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9509 Define funs if not defined yet.
9510 (encode-composition-rule, find-composition): Define funs if not
9511 loaded yet.
9512 (ps-mule-prologue): PostScript code fix.
9513
9514 2001-04-02 Kenichi Handa <handa@etl.go.jp>
9515
9516 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9517 non-nil, generate font for the header strings.
9518 (ps-mule-prepare-font): Likewise.
9519 (ps-mule-generate-glyphs): Likewise.
9520 (ps-mule-string-encoding): Likewise.
9521 (ps-mule-header-charsets): New variable.
9522 (ps-mule-encode-header-string): New function.
9523 (ps-mule-header-string-charsets): New function.
9524 (ps-mule-begin-job): Check charsets in the header strings. If there
9525 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9526
9527 * ps-print.el (ps-generate-header-line): Encode the header string by
9528 ps-mule-encode-header-string.
9529 (ps-mule-encode-header-string): Declare autoload.
9530
9531 2001-04-02 Gerd Moellmann <gerd@gnu.org>
9532
9533 * frame.el (cursor-in-non-selected-windows):
9534 Replaces show-cursor-in-non-selected-windows.
9535
9536 2001-03-31 Kenichi Handa <handa@etl.go.jp>
9537
9538 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9539 Delete entries for "chinese-py" and "chinese-ziranma".
9540 (quail-misc-package-ext-info): New variable.
9541 (tsang-quick-converter): New function.
9542 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9543 (quick-cns-converter, py-converter, ziranma-converter)
9544 (miscdic-convert, batch-miscdic-convert): New functions.
9545
9546 2001-03-30 Kenichi Handa <handa@etl.go.jp>
9547
9548 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9549 eight-bit-control chars.
9550
9551 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9552 Reduce making temporary vector (suggested by Dave Love).
9553
9554 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9555
9556 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9557 string as well.
9558
9559 2001-03-30 Andreas Schwab <schwab@suse.de>
9560
9561 * files.el (backup-directory-alist): Fix typo.
9562
9563 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9564
9565 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9566 <eggert@twinsun.com>.
9567
9568 2001-03-30 Dave Love <fx@gnu.org>
9569
9570 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9571
9572 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9573
9574 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9575
9576 2001-03-30 Miles Bader <miles@gnu.org>
9577
9578 * subr.el (interactive-form): Fix paren typo.
9579
9580 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * emacs-lisp/profile.el: Say that it's obsolete in the header
9583 line, so that finder.el puts that into its data-base.
9584 Suggested by Alex Schroeder <alex@gnu.org>.
9585
9586 2001-03-29 Paul Eggert <eggert@twinsun.com>
9587
9588 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9589 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9590
9591 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9592
9593 * generic.el (generic-mode-set-comments): Use "" rather than nil
9594 for comment-end.
9595
9596 2001-03-29 Gerd Moellmann <gerd@gnu.org>
9597
9598 * emacs-lisp/advice.el (ad-make-advised-definition):
9599 Call interactive-form to obtain the interactive spec of subrs.
9600
9601 * subr.el (interactive-form): New function.
9602
9603 2001-03-29 Andre Spiegel <spiegel@gnu.org>
9604
9605 * vc-sccs.el (vc-sccs-register): Use relative file names.
9606
9607 2001-03-28 Gerd Moellmann <gerd@gnu.org>
9608
9609 * bookmark.el (bookmark-get-bookmark): Handle case that
9610 BOOKMARK is not a string.
9611
9612 * image.el (image-type-regexps): Change type for PS files
9613 to `postscript'.
9614
9615 * subr.el (read-passwd): Clear command history after each
9616 character entered. From: Stephen Gildea
9617 <gildea@stop.mail-abuse.org>.
9618
9619 2001-03-27 Kenichi Handa <handa@etl.go.jp>
9620
9621 * international/kkc.el (kkc-save-init-file): Locally bind
9622 print-length to nil.
9623
9624 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9625
9626 * textmodes/flyspell.el: Some doc fixes.
9627 (flyspell-maybe-correct-transposition)
9628 (flyspell-maybe-correct-doubling): Use a temporary buffer
9629
9630 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9631
9632 * emacs-lisp/byte-opt.el (byte-optimize-while)
9633 (byte-optimize-form-code-walker): Diagnose too few arguments
9634 for `if' and `while'.
9635
9636 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9637
9638 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9639 Prepend `\' to "\<quail-translation-docstring>".
9640
9641 2001-03-26 Gerd Moellmann <gerd@gnu.org>
9642
9643 * autorevert.el (global-auto-revert-non-file-buffers):
9644 Remove duplicate defcustom.
9645
9646 2001-03-26 Miles Bader <miles@gnu.org>
9647
9648 * international/latin1-disp.el (latin1-char-displayable-p):
9649 Add leading "-" for X font pattern.
9650
9651 2001-03-26 Kenichi Handa <handa@etl.go.jp>
9652
9653 * international/mule-diag.el (describe-coding-system):
9654 For raw-text and emacs-mule, don't add anymore text about what
9655 charsets they can encode.
9656
9657 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9658
9659 * help.el (view-lossage): Mention open-dribble-file in the doc
9660 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9661
9662 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9663
9664 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9665 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9666
9667 2001-03-23 Kenichi Handa <handa@etl.go.jp>
9668
9669 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9670 Call ccl-execute-on-string directly so that CCL program handling
9671 multibyte sequence can work correctly.
9672 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9673 property of the coding system.
9674
9675 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9676
9677 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9678 Fix transcription typo.
9679
9680 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9681
9682 * whitespace.el: Add buffer local variables to toggle testing of
9683 whitespaces in buffers without affecting the default values.
9684 Bump version to 3.0 to account for a few other changes.
9685 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9686 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9687 (whitespace-toggle-spacetab-check): New functions.
9688
9689 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9690
9691 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9692
9693 2001-03-21 Gerd Moellmann <gerd@gnu.org>
9694
9695 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9696 bs-cycle-configuration-name. From Juanma Barranquero
9697 <lektu@uol.com.br>.
9698
9699 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9700 and cc-vars.el.
9701
9702 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9703 headers. Always invoke sendmail with option -t.
9704
9705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9706
9707 * Release of cc-mode 5.28.
9708
9709 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9710
9711 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9712 Removed the hardcoded switch to "java" style in Java mode.
9713 It's instead taken care of by the default value for c-default-style.
9714
9715 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9716
9717 * cc-align.el (c-lineup-math): Fix bug where lineup was
9718 triggered by equal signs in string literals.
9719
9720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9721
9722 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9723 limit detection when at the ends of the buffer.
9724
9725 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9726 "for" statement clause in case 7F; a better one is done
9727 earlier in case 7D anyway.
9728
9729 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9730
9731 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9732 somewhat more and did a small optimization.
9733
9734 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9735
9736 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9737 Use the limit argument only to limit the syntactic context
9738 search, not to limit the actual movement.
9739
9740 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9741 inside multiline strings, just like in comments. Also various
9742 fixes to the paragraph and comment prefix recognition, block
9743 comment ender handling etc.
9744
9745 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9746
9747 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9748 the relative position of the point.
9749
9750 * cc-cmds.el (c-electric-continued-statement): New function to
9751 use as abbrev hook to reindent for keywords such as "else"
9752 that continues an earlier statement.
9753
9754 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9755 like classes.
9756
9757 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9758 (pike-mode): Populate the default abbrev tables to reindent for
9759 keywords such as "else" that can continue earlier statements.
9760 Abbrev mode is therefore turned on by default now. (Note that
9761 this doesn't apply to idl-mode, since IDL afaik doesn't have
9762 statements at all.)
9763
9764 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9765
9766 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9767 bracelists where the declaration contains template arguments.
9768
9769 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9770
9771 * cc-cmds.el (c-comment-indent):
9772 Use `c-get-syntactic-indentation' to correctly calculate the
9773 syntactic indentation. Fixes bug with lineup functions that
9774 return vectors.
9775
9776 * cc-engine.el (c-get-syntactic-indentation): Split the
9777 indentation sum calculation from `c-indent-line' to a separate
9778 function.
9779
9780 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9781
9782 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9783 Fixed places where it was assumed that preprocessor directives
9784 have to start in column zero.
9785
9786 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9787 template arguments after a class identifier properly.
9788
9789 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9790 lists for `new Foo[]' constructs in Java as expressions and
9791 not top level definition brace lists on the top level, so that
9792 they'll get indented consistently with the same type of
9793 expression in a normal block.
9794
9795 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9796
9797 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9798 whether the adaptive filling package fails to keep the comment
9799 prefix is now kludged further to check for filladapt-mode
9800 which doesn't have that problem. This is really icky, but it's
9801 the only way that works with the current misfeatures/bugs in
9802 both adaptive-fill-mode and filladapt-mode.
9803
9804 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9805 around point is recognized more robust.
9806
9807 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9808
9809 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9810 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9811 (c-lit-type): Fixed all internal variables used dynamically so
9812 that they are always bound.
9813
9814 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9815 errors:
9816
9817 (c-indent-region): Fixed reporting of syntactic errors so that
9818 the region is fully reindented even when an error occurs.
9819 The last syntactic error is printed afterwards. Also cleanup up a
9820 whole lot of code that tried to optimize indentation of whole
9821 sexps but in reality accomplishes nothing.
9822
9823 (c-indent-sexp): Use c-indent-region.
9824
9825 (c-parsing-error): Changed this variable to hold the message
9826 for any syntactic error that is discovered.
9827
9828 (c-parse-state): Search backward from point instead of the bod
9829 position when the latter is invalid. This makes CC Mode
9830 recover faster when there are unbalanced close braces.
9831
9832 (c-backward-to-start-of-if): Use c-parsing-error to report
9833 dangling "else" clauses instead of throwing an error, and fall
9834 back to a reasonable position.
9835
9836 (c-indent-line): Added argument to avoid reporting syntactic errors.
9837
9838 (c-show-syntactic-information): Don't report any syntactic errors.
9839
9840 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9841
9842 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9843 paragraph recognition when moving by sentence in literals.
9844
9845 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9846 start regexp for javadoc to recognize javadoc markup in general instead
9847 of a specific set of keywords, to be more future-safe.
9848
9849 (c-Pike-pikedoc-paragraph-start)
9850 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9851 pikedoc markup.
9852
9853 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
9854
9855 (pike-mode): Initialize paragraph settings pikedoc recognition.
9856
9857 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9858
9859 (c-comment-prefix-regexp): Made it possible to use an
9860 association list on this to specify mode specific regexps.
9861 The default value now use a special regexp in Pike mode to
9862 recognize pikedoc markup.
9863
9864 (c-current-comment-prefix): New variable containing the actual
9865 regexp from c-comment-prefix-regexp for the current buffer.
9866
9867 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9868
9869 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9870 lists: We can't look at the syntax, since a brace list can get
9871 recognized as a plain statement-cont.
9872
9873 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9874 special brace list opener broken over two lines got recognized
9875 as a statement on the second line. Case 9A changed.
9876
9877 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9878
9879 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9880 adjustment after line is reindented.
9881
9882 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9883
9884 * cc-defs.el (c-point): Added optional argument for position
9885 to use instead of the current point.
9886
9887 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9888 the in-expression block symbols when the construct starts at
9889 boi, to avoid the extra level of indentation in that case.
9890 Cases 4, 16A and 17E affected.
9891
9892 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9893
9894 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9895 calls to `c-indent-line', to adhere better to Emacs conventions.
9896
9897 * cc-engine.el (c-indent-line): Use the syntax already bound
9898 to `c-syntactic-context', if there is any.
9899
9900 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9901
9902 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9903 wasn't added up correctly when a lineup function returned nil.
9904
9905 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9906
9907 * cc-engine.el (c-collect-line-comments): Fixed bug where
9908 empty lines were ignored when collecting line comments backwards.
9909
9910 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9911
9912 * cc-align.el (c-lineup-dont-change): Return an absolute
9913 indentation column to work correctly in the case when several
9914 syntactic elements are processed for the same line.
9915
9916 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9917 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9918 (c-set-offset): Added absolute indentation column settings by
9919 using the vector type.
9920
9921 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9922
9923 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9924 Implemented two new cleanups `space-before-funcall' and
9925 `compact-empty-funcall'.
9926
9927 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9928
9929 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9930 helping building regexps.
9931
9932 * cc-engine.el (c-on-identifier): New function for detecting
9933 identifiers. It takes keywords into account.
9934
9935 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9936 lists. `c-keywords' is set to a regexp matching all keywords
9937 in the current language.
9938
9939 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9940
9941 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9942 list of characters to skip backwards over at the beginning of
9943 a statement, since it can precede string literals in Pike.
9944
9945 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9946
9947 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9948 recognition when standing on the last line in a C++ comment
9949 with nothing but whitespace after the prefix.
9950
9951 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9952 given no limit argument.
9953
9954 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9955
9956 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9957 recognition for the `[]= operator symbol in Pike.
9958
9959 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9960
9961 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9962 around a bug in `eval-when-compile' in the byte compiler.
9963
9964 * cc-engine.el (c-forward-token-1): Fixed bug with return
9965 value when count is zero and there's no token start within the limit.
9966
9967 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9968 "prefix comments", i.e. comments which are followed by code on
9969 the same line.
9970
9971 * cc-mode-19.el: Fixes so that checks that must be done at
9972 compile time also are done then.
9973
9974 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9975
9976 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9977 time and at runtime, and only when it's needed.
9978
9979 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9980
9981 Major cleanup for less error prone and more warning free
9982 compilation, including some fixes for bugs due to different
9983 compilation orders. Thanks to Martin Buchholz for providing
9984 the basis for all this.
9985
9986 * cc-bytecomp.el: New file that provides some byte compilation
9987 features: It ensures that files always are loaded from the
9988 current source directory during compilation, and it provides a
9989 set of macros to turn off specific compiler warnings for
9990 specific symbols. (It's not CC Mode specific in any way.)
9991
9992 Fixed a nearly acyclic dependency tree (both runtime and
9993 compile-time) between all files.
9994
9995 * cc-defs.el: Separated all macros before the inline functions,
9996 to ensure correct compilation.
9997
9998 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9999 cc-defs.el to cc-engine.el and made it a function instead.
10000
10001 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
10002 about char-after.
10003
10004 * cc-vars.el: Cope even when there isn't a custom package
10005 containing defcustom available.
10006
10007 * cc-make.el: Removed since it's no longer necessary.
10008
10009 README: Updated installation instructions.
10010
10011 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10012
10013 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
10014 improve the modularity: Moved all mode init stuff from
10015 cc-langs.el to cc-mode.el, including the keymap
10016 initialization; cc-langs now only contains the various
10017 variables for configuring the language syntax.
10018
10019 * cc-engine.el, cc-styles.el (c-evaluate-offset)
10020 (c-get-offset): Moved from cc-styles to cc-engine since file
10021 dependency analysis suggests they belong there (which also
10022 makes more sense). Thanks to Martin Buchholz for doing the analysis.
10023
10024 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10025
10026 * cc-cmds.el (c-fn-region-is-active-p): New function that
10027 wraps the corresponding macro, for use in places that aren't
10028 compiled. Thanks to Martin Buchholz for pointing out this.
10029
10030 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
10031
10032 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
10033 add things to the bug report.
10034
10035 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10036
10037 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
10038 returned prefix could contain a newline when the search for a
10039 good prefix line failed.
10040
10041 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10042
10043 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
10044 (c-toggle-auto-hungry-state): Made the argument optional, as
10045 the documentation says it is.
10046
10047 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10048
10049 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
10050 multiline string syntax, #"...", as a cpp macro.
10051
10052 2001-03-21 Paul Eggert <eggert@twinsun.com>
10053
10054 * international/mule-cmds.el (set-locale-environment):
10055 Set system-messages-locale and system-time-locale, but only if the
10056 caller specifies a non-nil locale name.
10057
10058 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10059
10060 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
10061 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
10062
10063 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10064
10065 * follow.el (follow-avoid-tail-recenter): Doc fix.
10066
10067 * custom.el (custom-set-variables): Avoid reversing the list
10068 of args needlessly.
10069
10070 * startup.el (fancy-splash-head): Don't change the colors of the
10071 XPM image on a dark background.
10072
10073 * comint.el (comint-exec-1): Set columns of the terminal to
10074 window-width instead of frame-width.
10075
10076 * info.el (Info-scroll-down): Add missing WINDOW arg for
10077 pos-visible-in-window-p.
10078
10079 * ehelp.el (electric-help-mode-hook): Add defcustom.
10080
10081 * mail/sendmail.el (mail-mode): Activate case-folding in
10082 font-lock-defaults.
10083
10084 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
10085
10086 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
10087 (completion-ignored-extensions): Remove duplicate ".class".
10088
10089 2001-03-19 Andreas Schwab <schwab@suse.de>
10090
10091 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
10092 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10093
10094 2001-03-19 Gerd Moellmann <gerd@gnu.org>
10095
10096 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
10097 methods since there are not prefix input methods.
10098
10099 2001-03-19 Kenichi Handa <handa@etl.go.jp>
10100
10101 * international/mule-cmds.el (read-input-method-name):
10102 Locally bind enable-recursive-minibuffers to t.
10103
10104 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10105
10106 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10107
10108 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
10109
10110 * ediff-util.el: Copyright years.
10111 (ediff-choose-syntax-table): New function.
10112 (ediff-setup): Use ediff-choose-syntax-table.
10113
10114 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10115 with-syntax-table.
10116
10117 * ediff.el: Date of last update, copyright years.
10118
10119 * ediff-wind (ediff-setup-control-frame): Nill->nil.
10120
10121 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10122 of Scott Bronson.
10123 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10124 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10125 Deleted functions.
10126 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10127 ex-token-list.
10128
10129 * viper-util.el: Spaces, indentation.
10130
10131 * viper.el: Changed version, modification time.
10132
10133 2001-03-16 John Wiegley <johnw@gnu.org>
10134
10135 * calendar/timeclock.el (timeclock-workday-remaining):
10136 Check whether `discrep' is non-null before using it.
10137
10138 2001-03-16 John Wiegley <johnw@gnu.org>
10139
10140 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10141 first-time checkins.
10142 (timeclock-log-data): Fixed problem with reading timelog log file.
10143 Resulting data in the "day list" was incorrect.
10144 (timeclock-find-discrep): Check if `timeclock-file' is readable
10145 before opening it.
10146 (timeclock-time-less-p): New function.
10147 (timeclock-day-base): New function.
10148 (timeclock-geometric-mean): New function.
10149 (timeclock-generate-report): Generate a summary report based on
10150 the contents of the log file. This uses `timeclock-log-data', and
10151 is an example of writing a timelog manipulation function.
10152 (timeclock-visit-timelog): A quick command for opening the timelog
10153 file.
10154 (timeclock-log-data): Bound the variable event.
10155
10156 2001-03-16 Kenichi Handa <handa@etl.go.jp>
10157
10158 * international/mule-cmds.el (select-safe-coding-system):
10159 Fix typo: symbol-name -> symbol-value.
10160
10161 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10162 before substitute-in-file-name to handle double slashes in FILE
10163 correctly.
10164
10165 2001-03-15 Gerd Moellmann <gerd@gnu.org>
10166
10167 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10168 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
10169
10170 2001-03-14 Gerd Moellmann <gerd@gnu.org>
10171
10172 * bindings.el (features): Add `md5' and `overlay' to the list.
10173
10174 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10175 bound before using it. It's not bound when configured without X,
10176 for instance.
10177
10178 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10179
10180 * progmodes/hideshow.el: Update copyright.
10181 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10182 (hs-minor-mode-hook): Include `:version' in defcustom form.
10183
10184 2001-03-13 Gerd Moellmann <gerd@gnu.org>
10185
10186 * help.el (string-key-binding): Don't call event-start on
10187 a non-list.
10188
10189 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10190
10191 * startup.el (fancy-splash-tail, command-line-1): Fix the
10192 copyright year.
10193
10194 2001-03-13 Kenichi Handa <handa@etl.go.jp>
10195
10196 * term.el: These changes are based on a patch sent from Yong Lu
10197 <lyongu@yahoo.com>.
10198 (term-set-escape-char): Bind M-x to execute-extended-command in
10199 term-raw-escape-map.
10200 (term-move-columns): Don't try to move to negagive column.
10201 (term-emulate-terminal): Insert a string before deleting a text to
10202 overwrite.
10203
10204 2001-03-12 Gerd Moellmann <gerd@gnu.org>
10205
10206 * play/life.el (life): Rearrange code so that all calls to
10207 life-display-generation are in a catch-form.
10208
10209 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10210 file that isn't interesting. In an interesting file, push the old
10211 value of point on the mark ring.
10212
10213 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10214 New function.
10215 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10216 Use it.
10217
10218 * emacs-lisp/autoload.el (generate-file-autoloads):
10219 Remove warning about line lengths.
10220
10221 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10222
10223 * progmodes/etags.el (tags-compression-info-list): New variable.
10224 (find-tag-in-order): Use it to deal with compressed source files.
10225 (tag-file-name-match-p): New function.
10226 (etags-recognize-tags-table): Use it for better match of file names.
10227
10228 2001-03-12 Kenichi Handa <handa@etl.go.jp>
10229
10230 * international/mule-cmds.el (register-input-method): Doc fix.
10231
10232 * international/quail.el (quail-translate-key): Fix condition to
10233 check if there's another breaking point in the current key.
10234
10235 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10236
10237 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10238 Babyl header to the newly-created output file, bind
10239 coding-system-for-write to either rmail-file-coding-system or
10240 emacs-mule-unix.
10241
10242 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10243
10244 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10245 Fix the name and regexp used for subsubsections.
10246
10247 2001-03-10 Dave Love <fx@gnu.org>
10248
10249 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10250 and save-buffer if buffer-file-name non-nil. From rms.
10251
10252 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10253
10254 * vc.el (vc-do-command): If the destination buffer is already
10255 current, don't set it up and don't erase it. Updated doc string
10256 to reflect that.
10257 (vc-version-diff): When doing a single file diff, don't switch to the
10258 *vc-diff* buffer before the command. This is to preserve local
10259 variable bindings that might affect the diff command.
10260 (vc-print-log): Don't switch to the *vc* buffer before the
10261 command, so that local variable bindings are preserved.
10262
10263 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10264 not the current buffer.
10265 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10266
10267 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10268 make output go to buffer *vc*, not the current buffer.
10269
10270 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10273 so ^, $, *, ? and + are interpreted correctly.
10274
10275 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10276
10277 * help.el (string-key-binding): Renamed from
10278 mode-line-key-binding. Handle any event on a string.
10279 Check for `keymap' properties as well as `local-map' properties.
10280
10281 * comint.el (comint-insert-clicked-input): Use the last key
10282 from this-command-keys to lookup the global key definition.
10283
10284 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10285
10286 * international/characters.el: Add category `j' for
10287 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10288
10289 * international/mule-conf.el (no-conversion): Fix docstring.
10290 (raw-text): Fix docstring.
10291
10292 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10293
10294 * simple.el (choose-completion-string): When not leaving the
10295 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10296 is set.
10297
10298 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10299 parameter `(minibuffer . t)'.
10300
10301 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10302
10303 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10304 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10305 (sh-mode): Remove `make-local-variable' for unused var
10306 `font-lock-unfontify-region-function'.
10307
10308 2001-03-07 Richard M. Stallman <rms@gnu.org>
10309
10310 * info.el (Info-scroll-down): Fix previous change.
10311
10312 * mail/rmail.el (rmail-toggle-header): Use a window which
10313 is showing the Rmail buffer, rather than the selected window.
10314
10315 2001-03-07 Dave Love <fx@gnu.org>
10316
10317 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10318 now, to avoid problems with binding imenu directly to a mouse event.
10319
10320 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10321
10322 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10323 second arg t.
10324
10325 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10326
10327 * log-edit.el (log-edit-common-indent): New var.
10328 (log-edit-set-common-indentation): Renamed from
10329 log-edit-delete-common-indentation. Use the new var.
10330 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10331
10332 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10333 (cvs-mode-add-change-log-entry-other-window):
10334 Don't presume change-log-default-name is defined.
10335
10336 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10337
10338 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10339 the "tree" operation as well.
10340
10341 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10342
10343 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10344 to match paragraph-start.
10345
10346 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10347 comment-start-skip and set comment-end-skip as well.
10348 (sgml-comment-indent): Fix for new value of comment-start-skip.
10349 (html-autoview-mode): Don't bother using make-local-hook.
10350
10351 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10352
10353 * cus-edit.el (custom-save-delete): Move in front of local
10354 variables, otherwise long Custom entries would make them ineffective.
10355
10356 * uniquify.el: Set maintainer to FSF.
10357
10358 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10359
10360 * dired-aux.el (dired-do-shell-command): Doc fix.
10361
10362 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10365
10366 * which-func.el (which-func-modes): Add cperl-mode.
10367 (which-func-mode-global): Use define-minor-mode.
10368
10369 * info-look.el: Docstring fixes and dead code eliminated.
10370 (cperl-mode): Add support.
10371 (emacs-lisp-mode): List all entries from elisp manual, whether
10372 or not they are currently (f)bound or not. Update regexp.
10373
10374 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10375
10376 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10377 so that C-h m shows the correct information.
10378 Use make-local-variable rather than make-variable-buffer-local.
10379 (cperl-info-buffer, cperl-setup-tmp-buf):
10380 Use make-local-variable rather than make-variable-buffer-local.
10381 (cperl-msb-fix, cperl-get-help-defer):
10382 Check major-mode for `cperl-mode' as well.
10383
10384 * progmodes/cperl-mode.el: Updated to author version 4.23.
10385 (cperl-electric-pod): SYNOPSIS was misspelled.
10386 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10387 (cperl-after-expr-p): Make true after __END__.
10388
10389 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10390
10391 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10392 bookmark-completion-ignore-case is t.
10393
10394 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10395 switch, like xterm, and concat resource strings, with a newline
10396 between them.
10397
10398 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10399
10400 * international/codepage.el (cp770-decode-table)
10401 (cp773-decode-table, cp774-decode-table): New variables.
10402
10403 * man.el (Man-hyphenated-reference-regexp): New variable.
10404 (Man-build-references-alist): Use it to search for referenced
10405 manpages. If hyphenated is non-nil, record a concatenated word in
10406 Man-refpages-alist only if it matches Man-reference-regexp.
10407 Update word's length when it is concatenated. Reverse the list,
10408 to get the first manpage at the head.
10409 (Man-possibly-hyphenated-word): New function.
10410 (Man-follow-manual-reference): Use it instead of current-word to
10411 find a manpage at point, in a way that accounts for hyphenated
10412 references.
10413
10414 2001-03-06 Alex Schroeder <alex@gnu.org>
10415
10416 * sql.el (sql-interbase): New function.
10417 (sql-interbase-program): New option.
10418 (sql-interbase-options): New option.
10419 And some typos fixed: "customise" to "customize".
10420
10421 2001-03-06 Dave Love <fx@gnu.org>
10422
10423 * textmodes/flyspell.el (flyspell-region):
10424 Set up flyspell-local-mouse-map.
10425
10426 2001-03-05 Richard M. Stallman <rms@gnu.org>
10427
10428 * mail/rmail.el (rmail-retry-failure):
10429 Don't call rmail-beginning-of-message.
10430 Don't discard From: field. Do discard Received: field.
10431 Use unwind-protect to re-prune.
10432 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10433
10434 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10435
10436 * international/quail.el (quail-title): Add autoload cookie.
10437
10438 2001-03-05 Dave Love <fx@gnu.org>
10439
10440 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10441 new defs.
10442
10443 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10444
10445 * language/ethio-util.el (ethio-toggle-space):
10446 Update current-input-method-title if necessary.
10447 (ethio-toggle-punctuation): Likewise.
10448
10449 * international/quail.el (quail-title): Fix for the case that a
10450 title of an input method is specified by a list of the same form
10451 as used in mode-line-format.
10452
10453 * international/mule-cmds.el (activate-input-method):
10454 If current-input-method-title is set by activating INPUT-METHOD,
10455 respect that value.
10456
10457 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10458
10459 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10460
10461 2001-03-05 Alex Schroeder <alex@gnu.org>
10462
10463 * sql.el (sql-sybase): Fix typo (was: query user about server two
10464 times instead of server and database).
10465
10466 * sql.el (sql-sybase): Doc change.
10467 (sql-mysql): Doc change.
10468 (sql-postgres): Doc change.
10469
10470 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10471
10472 * international/mule-conf.el (emacs-mule, raw-text):
10473 Docstring modified.
10474
10475 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10476
10477 * term/internal.el: Update copyright notice.
10478
10479 * term/pc-win.el: Update copyright notice.
10480
10481 2001-03-02 Dave Love <fx@gnu.org>
10482
10483 * files.el (insert-file-contents-literally):
10484 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10485 not jka-compr-compression-info-list.
10486
10487 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10488
10489 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10490 spaces in default comment-start-skip settings rather than \s-.
10491
10492 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10495 default-frame-alist as well.
10496
10497 2001-03-01 Dave Love <fx@gnu.org>
10498
10499 * textmodes/reftex.el (defvar): Wrap some defvars in
10500 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10501
10502 * subr.el (event-basic-type): Doc fix.
10503
10504 * international/quail.el: Doc fixes.
10505
10506 * international/utf-8.el: Doc fixes.
10507
10508 * international/mule-cmds.el: Doc fixes.
10509 (leim-list-header): Fix header text.
10510
10511 * international/mule.el (coding-system-category): Doc fix.
10512
10513 * international/ccl.el (ccl-compile): Doc fix.
10514
10515 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10516
10517 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10518 rather than (before|after)-change-functions.
10519
10520 2001-03-01 Gerd Moellmann <gerd@gnu.org>
10521
10522 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10523 scroll-left and scroll-right being called interactively so that
10524 they set the window's min_hscroll.
10525
10526 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10527
10528 * info.el (info-insert-file-contents-1): Accept an additional
10529 argument `lfn': if it is non-nil, concatenate `filename' and
10530 `suffix'; otherwise use the complicated MS-DOS code.
10531 All callers changed.
10532 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10533 can access long file names, try the long file-name version of
10534 `info-insert-file-contents-1', then the short file-name version.
10535
10536 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
10537
10538 * language/ethio-util.el (setup-ethiopic-environment-internal):
10539 Change bindings of functions keys to conform to "Emacs Lisp Coding
10540 Convention".
10541
10542 * language/ethiopic.el ("Ethiopic"): Add documentation.
10543
10544 2001-02-28 Kenichi Handa <handa@etl.go.jp>
10545
10546 * international/utf-8.el (mule-utf-8): Set coding-category
10547 property to coding-category-utf-8.
10548
10549 2001-02-27 Richard M. Stallman <rms@gnu.org>
10550
10551 * lpr.el (lpr-page-header-switches, print-region-1):
10552 Undo 2000-07-06 change.
10553 (lpr-add-switches): Default to t on gnu/linux.
10554
10555 2001-02-27 Gerd Moellmann <gerd@gnu.org>
10556
10557 * bs.el (bs-attributes-list): Doc fix.
10558
10559 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10560
10561 * help.el (describe-project): Display the file THE-GNU-PROJECT.
10562
10563 * help.el (view-order-manuals): Use goto-address.
10564
10565 * startup.el (command-line-1): Add info about ordering manuals
10566 to the not so fancy splash screens.
10567
10568 2001-02-26 Andre Spiegel <spiegel@gnu.org>
10569
10570 * vc.el (vc-default-workfile-unchanged-p)
10571 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
10572
10573 2001-02-26 Gerd Moellmann <gerd@gnu.org>
10574
10575 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
10576 fontify in the right buffer.
10577
10578 * allout.el (outline-flag-region): Move macro in front of first
10579 use to avoid a run-time error.
10580
10581 2001-02-24 Andrew Innes <andrewi@gnu.org>
10582
10583 * makefile.w32-in: Fix copyright notice.
10584
10585 2001-02-24 Kenichi Handa <handa@etl.go.jp>
10586
10587 * international/utf-8.el (mule-utf-8): Set correct value for
10588 valid-codes property.
10589
10590 * international/fontset.el (x-complement-fontset-spec): In the
10591 case that we use ASCII font for the other charsets, use only
10592 family and registry part of it.
10593
10594 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10595
10596 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10597 (shrink-window-if-larger-than-buffer): Doc fix.
10598
10599 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10600
10601 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10602 predicate passed to completing-read.
10603
10604 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10605
10606 * startup.el (command-line): Fix last change.
10607
10608 2001-02-23 Jason Rumney <jasonr@gnu.org>
10609
10610 * startup.el (tool-bar-originally-present): New variable.
10611 (command-line): Set it if the tool-bar is switched on at startup.
10612
10613 * frame.el (frame-notice-user-settings): Only adjust frame height
10614 for no tool-bar case if tool-bar was originally switched on.
10615 From E. Jay Berkenbilt.
10616
10617 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10618
10619 * server.el (server-switch-buffer): Only switch window if the
10620 current one is dedicated.
10621
10622 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10623 rather than using (match-beginning 0) when searching for break point.
10624
10625 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10626
10627 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10628 @ follows an accent command such as @'. Support optional braces
10629 in commands that insert accents, like makeinfo does.
10630
10631 2001-02-22 Gerd Moellmann <gerd@gnu.org>
10632
10633 * startup.el (fancy-splash-text): Add a line for ordering
10634 manuals. Reverse order of splash screens shown.
10635 (use-fancy-splash-screens-p): Adapt to the text line added.
10636
10637 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10638 manuals from the FSF.
10639
10640 * help.el (view-order-manuals): New function.
10641 (toplevel): Bind C-h C-m to this function.
10642
10643 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * newcomment.el (comment-forward): Skip the comment-start before
10646 searching for the comment-end.
10647
10648 2001-02-21 Dave Love <fx@gnu.org>
10649
10650 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10651
10652 * international/mule-cmds.el, international/mule.el: Doc fixes.
10653
10654 2001-02-21 Gerd Moellmann <gerd@gnu.org>
10655
10656 * startup.el (fancy-splash-screens): Use display-hourglass
10657 instead of display-busy-cursor.
10658
10659 * frame.el (display-hourglass): Renamed from busy-cursor.
10660 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10661 (show-cursor-in-non-selected-windows): Doc fix.
10662
10663 2001-02-20 Dave Love <fx@gnu.org>
10664
10665 * international/utf-8.el: Doc and commentary fixes.
10666
10667 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10668
10669 * ehelp.el (with-electric-help): Doc fix.
10670
10671 2001-02-20 Gerd Moellmann <gerd@gnu.org>
10672
10673 * msb.el (msb-mode): Call the update-buffers function explicitly
10674 with a FORCE argument.
10675
10676 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10677 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10678 returns nil.
10679
10680 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10681
10682 * ps-print.el: Timestamp package replacement. Some enhancements.
10683 Some XEmacs compatibility. Doc fix.
10684 (ps-print-version): New version number (6.4).
10685 (ps-printer-name): Initialization fix.
10686 (ps-zebra-stripe-follow): Funcionality enhancement.
10687 (ps-prologue-file): Code enhancement.
10688 (ps-right-header): Timestamp package replacement.
10689 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10690 (ps-get-page-dimensions)
10691 (ps-generate-header, ps-begin-file, ps-begin-job)
10692 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10693 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10694 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10695 (coding-system-for-write): Var declaration (XEmacs compatibility).
10696
10697 2001-02-20 Miles Bader <miles@gnu.org>
10698
10699 * image-file.el (image-file-name-extensions): Add "tif".
10700
10701 2001-02-19 Gerd Moellmann <gerd@gnu.org>
10702
10703 * wid-edit.el (widget-button-click): Save the selected window
10704 around the code handling clicks on buttons.
10705
10706 2001-02-18 Dave Love <fx@gnu.org>
10707
10708 * imenu.el (imenu--generic-function): Use mapc to iterate over
10709 syntax characters.
10710
10711 2001-02-17 Richard M. Stallman <rms@gnu.org>
10712
10713 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10714
10715 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10716
10717 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10718
10719 * mouse.el (mouse-save-then-kill): If the distance from the new
10720 point to the mark is equal to the distance of point from the new
10721 point, move point instead of the mark.
10722
10723 2001-02-16 Dave Love <fx@gnu.org>
10724
10725 * textmodes/flyspell.el (flyspell-get-word): Return string without
10726 properties.
10727
10728 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10729
10730 * generic.el (generic-find-file-regexp): Doc fix.
10731 (generic-ignore-files-regexp): New defcustom.
10732 (generic-mode-find-file-hook): If the file's name matches the
10733 regexp in `generic-ignore-files-regexp', don't enter
10734 default-generic-mode. Doc fix.
10735
10736 2001-02-16 Gerd Moellmann <gerd@gnu.org>
10737
10738 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
10739 Add autoload cookies.
10740
10741 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
10742 of cal-tex-24.
10743
10744 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10745
10746 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10747
10748 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10749 the character class after the (optional) drive, to support file
10750 names with embedded blanks.
10751
10752 2001-02-15 Sam Steingold <sds@gnu.org>
10753
10754 * textmodes/tex-mode.el (tex-shell-running):
10755 Check the process buffer too.
10756
10757 2001-02-15 Dave Love <fx@gnu.org>
10758
10759 * battery.el (battery-status-function): Fix doc, :type.
10760
10761 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
10762
10763 2001-02-15 Gerd Moellmann <gerd@gnu.org>
10764
10765 * subr.el (read-passwd): Clear Lisp memory holding password.
10766
10767 2001-02-15 Miles Bader <miles@gnu.org>
10768
10769 * info.el (Info-copy-current-node-name): New function.
10770 (Info-mode-menu): Add it to the menu.
10771
10772 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10773
10774 * international/mule-cmds.el (toggle-input-method): Doc fix.
10775
10776 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10777
10778 * replace.el (occur): Stop at end of buffer.
10779
10780 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10781
10782 * international/mule-cmds.el (set-input-method): Another doc fix.
10783
10784 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10785
10786 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10787
10788 2001-02-13 Miles Bader <miles@gnu.org>
10789
10790 * faces.el (set-face-background, set-face-foreground)
10791 (set-face-stipple): Treat a value of nil as being `unspecified'.
10792
10793 2001-02-12 Dave Love <d.love@dl.ac.uk>
10794
10795 * international/latin1-disp.el: Doc fixes.
10796 (latin1-display) <defgroup>: Add :link.
10797 (latin1-display) <function>: Set variable latin1-display.
10798
10799 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10800
10801 * international/mule-cmds.el (set-input-method): Doc fix.
10802
10803 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10804
10805 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10806 (speedbar-line-file): Return nil if not a file.
10807 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10808
10809 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
10810
10811 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10812 for remote files.
10813 (ediff-coding-system-for-read): Replaced the no-conversion default
10814 with raw-text.
10815
10816 * ediff-init.el: Removed :version from defcustom vars.
10817
10818 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10819 Better handling of the diff mode.
10820
10821 * ediff.texi: Added ediff-coding-system-for-read.
10822
10823 * viper.texi: Fix typos.
10824
10825 2001-02-11 Dave Love <fx@gnu.org>
10826
10827 * shadowfile.el: Doc fixes.
10828 (shadow) <defgroup>: Add :link.
10829 (shadowfile-unload-hook): New function.
10830 (shadow-initialize): Use defalias, not fset.
10831 (shadow-define-cluster, shadow-define-literal-group)
10832 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
10833
10834 * international/mule.el: Doc and message fixes.
10835
10836 * international/ccl.el (define-ccl-program): Doc fix.
10837
10838 2001-02-11 Kenichi Handa <handa@etl.go.jp>
10839
10840 * faces.el (mode-line): Set :line-width property to -1.
10841
10842 2001-02-10 Richard M. Stallman <rms@gnu.org>
10843
10844 * complete.el (partial-completion-mode): Doc fix.
10845
10846 * simple.el (delete-key-deletes-forward-mode):
10847 Change `let' to `let*' to fix gross bug in last change.
10848
10849 * repeat.el (repeat): Don't let execute-kbd-macro alter
10850 real-last-command.
10851
10852 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * simple.el (eval-expression): Doc fix.
10855
10856 2001-02-09 Dave Love <fx@gnu.org>
10857
10858 * imenu.el (imenu-generic-expression): Doc fix.
10859
10860 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10861 From Juanma Barranquero.
10862
10863 * emacs-lisp/authors.el (authors): Expand `root' before running find.
10864
10865 2001-02-09 Kenichi Handa <handa@etl.go.jp>
10866
10867 * faces.el (set-face-attribute): Describe the case of a negative
10868 value specified for :line-width.
10869
10870 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10871
10872 * which-func.el (which-func-mode): Invert which-func-mode-global.
10873 From Juanma Barranquero <lektu@uol.com.br>.
10874
10875 2001-02-08 Dave Love <fx@gnu.org>
10876
10877 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10878 widget-plist-value-type.
10879 (widget-alist-convert-widget): Replace binding of
10880 widget-alist-value-type.
10881
10882 * textmodes/paragraphs.el (sentence-end): Doc fix.
10883
10884 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10885 Remove `backward-line'.
10886
10887 * play/pong.el (pong-blank-color, pong-bat-color)
10888 (pong-ball-color, pong-border-color, pong-left-key)
10889 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10890 (pong-pause-key, pong-resume-key, pong-timer-delay):
10891 * mail/mh-comp.el (mh-compose-letter-function):
10892 * eshell/esh-mode.el (eshell-skip-prompt-function):
10893 * emulation/viper-ex.el (ex-unix-type-shell-options):
10894 * recentf.el (recentf-menu-filter):
10895 * ps-print.el (ps-print-region-function):
10896 * lpr.el (print-region-function):
10897 * forms.el (forms-mode-hooks):
10898 * dirtrack.el (dirtrack-directory-change-hook):
10899 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10900 * textmodes/spell.el (spell-filter):
10901 * textmodes/fill.el (adaptive-fill-function):
10902 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10903 * progmodes/etags.el (find-tag-default-function):
10904 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10905 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10906
10907 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10908
10909 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10910 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10911 Meyering <jim@meyering.net>.
10912
10913 * loadup.el: Revert last change.
10914
10915 2001-02-07 Kenichi Handa <handa@etl.go.jp>
10916
10917 * international/mule.el (transform-make-coding-system-args):
10918 Make it work also for coding systems not using CCL.
10919
10920 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10921
10922 * simple.el (previous-matching-history-element)
10923 (next-matching-history-element): Doc fix.
10924
10925 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10926 specific part.
10927
10928 2001-02-06 Dave Love <fx@gnu.org>
10929
10930 * add-log.el (add-log-current-defun-function)
10931 (add-log-buffer-file-name-function, add-log-file-name-function):
10932 Fix :type.
10933 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10934
10935 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10936
10937 * info.el (info-initialize): Remove the test for system-type when
10938 invocation-directory is non-nil.
10939
10940 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10941 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10942
10943 2001-02-06 Andrew Innes <andrewi@gnu.org>
10944
10945 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10946 absolute.
10947
10948 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10949
10950 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10951 buffers. When hi-lock turned on rather than only checking current
10952 buffer for regexps, all buffers are checked. Moved activation of
10953 font-lock to hi-lock-refontify. When font-lock turned off rather
10954 than removing added highlighting just in current buffer, remove it
10955 in all buffers. Changed edit menu text from "Automatic
10956 Highlighting" to "Regexp Highlighting" Documentation for
10957 highlighting phrases, minor documentation changes.
10958 (hi-lock-set-file-patterns): Execute only if there are new or
10959 existing file patterns.
10960 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10961 unfontify and, if a support mode is active, will not refontify the
10962 whole buffer. If necessary, turn on font lock. (Removed
10963 font-lock-unfontify and font-lock support-mode-specific calls,
10964 such as lazy-lock-fontify-window.)
10965 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10966 patterns are found. Not useful now since find-file-hook is removed
10967 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10968 (hi-lock-face-phrase-buffer): New function. Also added related
10969 menu item and keybinding.
10970 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10971 (hi-lock-process-phrase): New function.
10972 (hi-lock-line-face-buffer): Doc fixes.
10973 (hi-lock-face-buffer): Doc fixes.
10974 (hi-lock-unface-buffer): Doc fixes.
10975
10976 2001-02-06 Gerd Moellmann <gerd@gnu.org>
10977
10978 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10979 dabbrev-ignored-regexps.
10980
10981 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10982
10983 * simple.el (kill-line): Doc fix.
10984
10985 2001-02-05 Dave Love <fx@gnu.org>
10986
10987 * loadup.el: Revert last two changes -- bootstrapping works with
10988 regenerated loaddefs.
10989
10990 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10991
10992 * isearch.el (isearch-forward): Doc fix.
10993
10994 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10995 of font-lock-defaults to backward-paragraph.
10996
10997 2001-02-05 Gerd Moellmann <gerd@gnu.org>
10998
10999 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
11000 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
11001
11002 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11003
11004 * ebnf2ps.el: Eliminate time-stamp functions.
11005 (ebnf-version): New version (3.5).
11006 (ebnf-eps-finish-and-write): Replace time-stamp functions by
11007 format-time-string.
11008
11009 2001-02-05 Gerd Moellmann <gerd@gnu.org>
11010
11011 * simple.el (next-line): Goto end-of-line before inserting a newline.
11012
11013 2001-02-05 Miles Bader <miles@gnu.org>
11014
11015 * image-file.el (insert-image-file): When visiting an image, also
11016 set `truncate-lines' to t so that any fringe arrow looks correct.
11017
11018 2001-02-05 Kenichi Handa <handa@etl.go.jp>
11019
11020 * isearch.el (isearch-forward): Add description about input method
11021 in the docsting.
11022
11023 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
11024
11025 * skeleton.el (skeleton-internal-1): Always push the mark for @.
11026
11027 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11028
11029 * info.el (info-initialize): If installation-directory is nil, for
11030 DOS/Windows systems try looking in a sibling of invocation-directory.
11031
11032 2001-02-02 Gerd Moellmann <gerd@gnu.org>
11033
11034 * wid-edit.el (widget-button-click): Fix last change.
11035
11036 * frame.el (frame-notice-user-settings): When resizing the initial
11037 frame because the tool bar is off, also change the frame's top
11038 position if a negative top position was specified.
11039
11040 2001-02-02 Miles Bader <miles@gnu.org>
11041
11042 * image-file.el (insert-image-file): When visiting an image,
11043 suppress the cursor in the image buffer.
11044
11045 2001-02-01 Dave Love <fx@gnu.org>
11046
11047 * progmodes/f90.el (f90-mode): Remove startup message.
11048
11049 * vc-cvs.el: Remove autoloads. Require vc when compiling.
11050
11051 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11052
11053 * startup.el (command-line): Fix code determining whether or not
11054 to use delete-key-deletes-forward-mode.
11055
11056 2001-02-01 Andre Spiegel <spiegel@gnu.org>
11057
11058 * vc.el (vc-diff-switches): New user option.
11059 (vc-version-diff): Use it.
11060 (vc-diff-switches-list): New macro.
11061
11062 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
11063 New customization options.
11064 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
11065
11066 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
11067
11068 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11069
11070 * msb.el (toplevel): Quote hook symbols.
11071
11072 2001-02-01 Kenichi Handa <handa@etl.go.jp>
11073
11074 * international/mule.el (make-coding-system): Add description
11075 about recognized properties in the docstring.
11076
11077 * international/mule-conf.el: Remove unused charsets
11078 mac-roman-lower and mac-roman-upper.
11079
11080 2001-01-31 Gerd Moellmann <gerd@gnu.org>
11081
11082 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
11083 is in front of the left-margin, if any.
11084
11085 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
11086 like `delete'.
11087
11088 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
11089
11090 * term/w32-win.el (mouse-set-font): Doc fix.
11091
11092 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
11093
11094 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
11095 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
11096 on already.
11097
11098 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
11099
11100 * files.el (save-buffer): Don't give message if (buffer-file-name)
11101 returns nil.
11102
11103 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11104
11105 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11106
11107 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11108 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11109
11110 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11111 display problems.
11112
11113 2001-01-31 Kenichi Handa <handa@etl.go.jp>
11114
11115 * international/mule.el (charset-info): Fix docstring.
11116
11117 * international/mule-diag.el (describe-character-set): Check final
11118 char valid before printing it.
11119
11120 2001-01-30 Gerd Moellmann <gerd@gnu.org>
11121
11122 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11123
11124 * frame.el (frame-notice-user-settings): Do the tool-bar
11125 stuff only for graphical displays. Fix a braino.
11126
11127 * frame.el (frame-initialize): Create initial frame visible.
11128 (frame-notice-user-settings): When tool-bar has been switched off,
11129 correct the frame size and sync tool-bar-mode.
11130
11131 * startup.el (command-line): Remove manipulation of frame
11132 height for tool bars.
11133
11134 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11135
11136 * lpr.el: Compatibility with XEmacs and doc fixes.
11137 (lpr-windows-system, lpr-lp-system): New vars.
11138 (lpr-printer-switch): New defcustom.
11139 (printer-name, lpr-command): Customization fix.
11140 (print-region-1): Code fix.
11141 (print-region-new-buffer, printify-region): Indentation fix.
11142 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11143 New functions.
11144
11145 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11146
11147 * msb.el (toplevel): Fix the eval-after-load.
11148
11149 2001-01-29 Dave Love <fx@gnu.org>
11150
11151 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11152
11153 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11154
11155 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11156 (tcl-using-emacs-19-23): Consider Emacs 21+.
11157 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11158 (tcl-add-emacs-menu): Supply menu name.
11159 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11160
11161 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11162
11163 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11164
11165 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11166
11167 * pcvs.el (cvs-mark-fis-dead): New function.
11168 (cvs-mode-add): Use it.
11169 (cvs-mode-add-change-log-entry-other-window):
11170 Rebind change-log-default-name to itself rather than to nil.
11171
11172 2001-01-29 Sam Steingold <sds@gnu.org>
11173
11174 * vc-cvs.el: Replaced (require 'vc) with a bunch of
11175 `autoload' statements.
11176
11177 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11178
11179 * files.el (confirm-kill-emacs): Doc fix.
11180
11181 * frame.el (frame-initialize): Doc fix.
11182
11183 * time-stamp.el (time-stamp-string): Doc fix.
11184
11185 * woman.el (WoMan-log-1): Make the log buffer writable.
11186 From Markus Rost <rost@math.ohio-state.edu>.
11187
11188 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11189
11190 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11191 the `make-variable-buffer-local'.
11192
11193 2001-01-29 Dave Love <fx@gnu.org>
11194
11195 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11196 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11197 Add autoload cookie.
11198 (ansi-color-apply-sequence): Fix typo.
11199
11200 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11201
11202 * menu-bar.el (menu-bar-files-menu): Add menu items for
11203 Postscript printing in black and white.
11204
11205 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11206 X-Mailman-Version, Precedence, List-Help, List-Post,
11207 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11208 Content-Type, Content-Length.
11209
11210 2001-01-29 Dave Love <fx@gnu.org>
11211
11212 * elide-head.el (elide-head): Make overlay evaporate.
11213
11214 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11215
11216 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11217
11218 * isearch.el (isearch-highlight): Don't punt if the display
11219 doesn't support colors, since isearch faces are defined for
11220 monochrome displays as well.
11221
11222 2001-01-27 Sam Steingold <sds@gnu.org>
11223
11224 * shell.el (shell-write-history-on-exit): Make sure that we are in
11225 the shell buffer (M-x tex-file RET inserted the error message into
11226 the TeX buffer).
11227
11228 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11229
11230 * simple.el (transient-mark-mode): Doc fix.
11231
11232 2001-01-27 Gerd Moellmann <gerd@gnu.org>
11233
11234 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11235
11236 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11237
11238 * shell.el (shell-unquote-argument): If the shell is one of the
11239 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11240 quote character.
11241 (shell-dumb-shell-regexp): Document that the shells which match
11242 this regexp are supposed to not treat a backslash as a quote character.
11243
11244 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11245 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11246
11247 2001-01-27 Richard M. Stallman <rms@gnu.org>
11248
11249 * dabbrev.el (dabbrev--substitute-expansion):
11250 Treat a one-capital-letter abbrev as "not all upper case",
11251 so as to force preservation of the expansion's pattern
11252 if the expansion starts with a capital letter.
11253
11254 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11255
11256 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11257 Doc fix.
11258
11259 * simple.el (transient-mark-mode): Document the fact that many
11260 commands act on the region when mark is active.
11261
11262 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11263
11264 * international/quail.el (quail-setup-completion-buf): Make the
11265 multibyteness of current buffer inherited to Quail completion buffer.
11266 (quail-show-guidance-buf): Make the multibyteness of current
11267 buffer inherited to Quail guidance buffer.
11268 (quail-help): Make the multibyteness of current buffer inherited
11269 to Quail help buffer.
11270
11271 2001-01-26 Dave Love <fx@gnu.org>
11272
11273 * time-stamp.el: Doc fixes.
11274
11275 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11276 (delphi-keyword-face, delphi-other-face): Fix :type.
11277
11278 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11279
11280 * mail/feedmail.el (feedmail): Add :link.
11281 (feedmail-send-it): Doc fix.
11282
11283 * mail/sendmail.el: Doc fixes.
11284 (sendmail-send-it): Fix the non-ASCII regexp and use
11285 rfc2047-encode-string.
11286
11287 * dired.el, dired-aux.el: Revert last change.
11288
11289 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11290
11291 * makefile.w32-in (DONTCOMPILE): Add various term files.
11292
11293 2001-01-26 Dave Love <fx@gnu.org>
11294
11295 * Makefile.in (DONTCOMPILE): Add various term files.
11296
11297 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11298
11299 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11300
11301 * startup.el (display-startup-echo-area-message): Make sure
11302 the echo area is resized to fit the size of the startup message.
11303
11304 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11305 part of which is a constant.
11306
11307 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11308
11309 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11310
11311 2001-01-26 Richard M. Stallman <rms@gnu.org>
11312
11313 * simple.el (next-line): Don't let `newline' expand abbrevs.
11314 Simplify slightly.
11315 (open-line): Don't let `newline' expand abbrevs.
11316
11317 2001-01-25 John Wiegley <johnw@gnu.org>
11318
11319 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11320 to `repeat' in the :type field.
11321
11322 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11323 allow a choice of regexp or nil.
11324 (pcomplete-dir-ignore): Same.
11325
11326 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11327 a command) to always fail.
11328
11329 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11330
11331 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11332 discard the result.
11333 (iswitchb-to-end): Likewise.
11334
11335 2001-01-25 Sam Steingold <sds@gnu.org>
11336
11337 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11338 Require vc.
11339
11340 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11341
11342 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11343
11344 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11345
11346 2001-01-25 Dave Love <fx@gnu.org>
11347
11348 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11349 (describe-coding-system): Tweak the English text.
11350
11351 * loadup.el: Preload international/ccl for utf-8.
11352
11353 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11354
11355 * mail/rmail.el (rmail-redecode-body): Doc fix.
11356
11357 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11358
11359 * international/mule-cmds.el (reset-language-environment):
11360 Reset coding-category-utf-8 to mule-utf-8.
11361
11362 * international/mule-conf.el (coding-category-utf-8):
11363 Initialize to mule-utf-8.
11364
11365 * loadup.el: Preload international/utf-8.
11366
11367 * international/utf-8.el: New file.
11368
11369 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11370
11371 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11372
11373 2001-01-24 Sam Steingold <sds@gnu.org>
11374
11375 * dired.el (dired-replace-in-string): Removed.
11376 (dired-sort-toggle): Use `replace-regexps-in-string'
11377 instead of `dired-replace-in-string'.
11378
11379 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11380 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11381
11382 * gs.el (gs-replace-in-string): Removed.
11383 (gs-options): Use `replace-regexps-in-string'
11384 instead of `gs-replace-in-string'.
11385
11386 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11387
11388 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11389 bug report is mailed to an email list and posted to a news group.
11390
11391 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11392
11393 * comint.el (comint-replace-by-expanded-history-before-point):
11394 Fix change of 2000-08-03 to move point to the start of the line again.
11395
11396 * startup.el (tool-bar-images-pixel-height): New variable.
11397 (command-line): After loading the user's init file, when
11398 tool-bar-mode is on, increase the frame's size by some lines for
11399 the tool-bar.
11400
11401 * frame.el (frame-initialize): Create the initial frame invisible.
11402
11403 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11404
11405 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11406 (chinese-big5): MIME:Big5.
11407
11408 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11409
11410 * international/mule-cmds.el (universal-coding-system-argument):
11411 Handle commands with prefix args.
11412
11413 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11414
11415 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11416 being a list of numbers.
11417 (diary-mail-entries): Rewritten.
11418
11419 2001-01-23 Dave Love <fx@gnu.org>
11420
11421 * international/mule.el (make-coding-system): Fix typo.
11422
11423 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11424 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11425
11426 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11427
11428 * font-lock.el (font-lock-mode): Doc fix.
11429
11430 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11431
11432 * international/mule.el (make-translation-table): Fix docstring.
11433
11434 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11435
11436 * mail/rmail.el (rmail-redecode-body): New function.
11437
11438 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11439
11440 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11441
11442 * isearch.el (isearch-lazy-highlight-case-fold-search)
11443 (isearch-lazy-highlight-regexp): New variables.
11444 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11445 case-fold search or regexp search has been toggled.
11446
11447 * wid-edit.el (widget-button-click): Avoid a save-excursion
11448 around running a global binding.
11449
11450 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11451 to 0.25.
11452
11453 2001-01-20 Miles Bader <miles@gnu.org>
11454
11455 * cus-edit.el (custom-face-save): Do post-processing on the face's
11456 new value like `custom-face-set' does.
11457
11458 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11459
11460 * mail/emacsbug.el (report-emacs-bug): Report the value of
11461 LC_CTYPE, not LC_TYPE.
11462
11463 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11464 isearch-toggle-regexp and isearch-edit-string to doc string.
11465
11466 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11467
11468 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11469 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11470
11471 * jit-lock.el (jit-lock-fontify-now): Don't bind
11472 font-lock-beginning-of-syntax-function to nil.
11473
11474 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11475
11476 * mail/emacsbug.el (report-emacs-bug): Report values of
11477 locale-coding-system, default-enable-multibyte-characters, and the
11478 environment variables LC_ALL, LC_TYPE, and LANG.
11479
11480 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11481
11482 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11483
11484 * font-lock.el (font-lock-multiline): Default to nil.
11485 (font-lock-default-fontify-region): If font-lock-multiline is
11486 nil, don't check the property `font-lock-multiline'.
11487
11488 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11489 is nil, don't check the `font-lock-multiline' text property.
11490
11491 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11492
11493 * viper.el: Call initial-major-mode on startup.
11494
11495 * ediff.el (ediff-patch-file): Use better defaults.
11496
11497 * ediff-vers.el: Fix for 8+3 DOS file systems.
11498
11499 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
11500
11501 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
11502 diff mode, if available.
11503
11504 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11505
11506 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
11507
11508 * ediff-init.el (subst-char-in-string): Define and use it, unless
11509 it's already defined.
11510
11511 2001-01-18 Gerd Moellmann <gerd@gnu.org>
11512
11513 * tooltip.el (tooltip-hide-delay): New user-option.
11514 (tooltip-show): Use tooltip-hide-delay instead of the default.
11515
11516 2001-01-18 Kenichi Handa <handa@etl.go.jp>
11517
11518 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11519 kill-local-variable doesn't work for enable-multibyte-characters.
11520
11521 2001-01-17 Dave Love <fx@gnu.org>
11522
11523 * ediff-init.el (ediff-before-setup-hook)
11524 (ediff-merge-filename-prefix): Add :version.
11525
11526 * international/latin1-disp.el: Require disp-table.
11527 (latin1-display): Fix :set.
11528
11529 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11530
11531 2001-01-17 Gerd Moellmann <gerd@gnu.org>
11532
11533 * isearch.el (isearch-lazy-highlight-initial-delay)
11534 (isearch-lazy-highlight-interval): Default to 0.
11535
11536 2001-01-17 Bob Glickstein <bobg@zanshin.com>
11537
11538 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11539 1 here rather than each time through
11540 isearch-lazy-highlight-new-loop.
11541 (isearch-lazy-highlight-max): Variable deleted.
11542 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11543 isearch-lazy-highlight-max but controls a single invocation of
11544 isearch-lazy-highlight-update.
11545 (isearch-lazy-highlight-wrapped): Variable recreated.
11546 (isearch-lazy-highlight-window-start): New variable.
11547 (isearch-lazy-highlight-cleanup): Restored to behavior of
11548 before 2-Jan.
11549 (isearch-lazy-highlight-remove-overlays): Function deleted;
11550 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11551 behavior removed.
11552 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11553 isearch-lazy-highlight-update in a loop rather than just once.
11554 Test isearch-invalid-regexp here and decide not to start a new
11555 loop, rather than testing it each time through
11556 isearch-lazy-highlight-update.
11557 (isearch-lazy-highlight-search): Function restored.
11558 (isearch-lazy-highlight-update): Get called in a timer loop again,
11559 but this time highlight more than one match each time through.
11560 Only highlight matches in the visible part of the window.
11561 Start at point, move in the direction of the search, and wrap around at
11562 the edge of the window. Use sit-for to force redisplay and ensure
11563 window-start is credible. "Face suppressing" behavior removed;
11564 overlay priorities should make it unnecessary, right?
11565 (isearch-highlight): Face suppressing behavior removed.
11566 (isearch-dehighlight): Face suppressing behavior removed.
11567 (isearch-set-lazy-highlight-faces-at): Removed.
11568
11569 2001-01-17 Kenichi Handa <handa@etl.go.jp>
11570
11571 * language/european.el ("Latin-1"): Make the format of description
11572 about additional language environments same as that of Latin-2.
11573
11574 2001-01-16 Dave Love <fx@gnu.org>
11575
11576 * isearch.el (isearch-lazy-highlight): Add :version.
11577
11578 * simple.el (backward-delete-char-untabify-method)
11579 (next-line-add-newlines): Add :version.
11580
11581 2001-01-16 Gerd Moellmann <gerd@gnu.org>
11582
11583 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11584 Don't bind <delete> otherwise.
11585
11586 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11587 and <delete> via function-key-map.
11588
11589 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11590 Subject line only if point is after the `Subject:'.
11591
11592 2001-01-16 Kenichi Handa <handa@etl.go.jp>
11593
11594 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11595 japanese-jisx0213-2 in `charset' property of this lang. env.
11596
11597 * language/european.el ("Latin-1"): Add description for Dutch and
11598 Spanish lang. env.
11599
11600 * international/mule.el (decode-char): Fix conditions.
11601 (encode-char): Handle eight-bit-control too.
11602 (transform-make-coding-system-args): New function.
11603 (make-coding-system): Accept XEmacs style arguments for CCL base
11604 coding system.
11605
11606 2001-01-15 Gerd Moellmann <gerd@gnu.org>
11607
11608 * progmodes/etags.el (find-tag-noselect): Save the value of
11609 tags-file-name before switching buffers, for the case it has a
11610 buffer-local value.
11611
11612 2001-01-15 Alex Schroeder <alex@gnu.org>
11613
11614 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11615 From Dave Love <fx@gnu.org>.
11616 (ansi-color-for-comint-mode): Fix :version.
11617
11618 2001-01-15 Alex Schroeder <alex@gnu.org>
11619
11620 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11621
11622 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11623
11624 * dired.el (dired-insert-directory): If file-system-info fails,
11625 remove the " free " part, but don't signal an error.
11626
11627 2001-01-12 Sam Steingold <sds@gnu.org>
11628
11629 * bookmark.el (bookmark-maybe-historicize-string):
11630 Use new backquote syntax.
11631
11632 2001-01-12 Richard M. Stallman <rms@gnu.org>
11633
11634 * subr.el (last): Handle a list that doesn't end in nil.
11635
11636 2001-01-12 Sam Steingold <sds@gnu.org>
11637
11638 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11639 to `backward-delete-char-untabify'.
11640
11641 2001-01-12 Dave Love <fx@gnu.org>
11642
11643 * cus-edit.el (customize-menu-create): Fix the :filter following
11644 easymenu change.
11645
11646 * wid-edit.el (function): Add :match-alternatives.
11647 (widget-color-action): Doc fix.
11648
11649 2001-01-12 Gerd Moellmann <gerd@gnu.org>
11650
11651 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11652
11653 2001-01-12 Kenichi Handa <handa@etl.go.jp>
11654
11655 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
11656
11657 * international/ccl.el (define-ccl-program): Fix docstring.
11658
11659 2001-01-11 Dave Love <fx@gnu.org>
11660
11661 * international/mule-cmds.el (standard-display-european-internal):
11662 Set display table for 2208 as for 160.
11663
11664 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11665
11666 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11667 entry for custom-menu-create change.
11668 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11669 don't cons it in the search loop.
11670
11671 * imenu.el (imenu--truncate-items): Revert last change.
11672
11673 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11674
11675 * info.el (Info-setup-header-line): If the node header includes
11676 either Next: or Prev: links, don't show the File: and Node: parts
11677 in the header line.
11678
11679 2001-01-11 Gerd Moellmann <gerd@gnu.org>
11680
11681 * comint.el (comint-goto-process-mark): Don't print a message
11682 when running in batch mode.
11683
11684 * isearch.el (isearch-search): In the condition-case handler for
11685 `error', set isearch-invalid-regexp to the whole error message.
11686
11687 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11688 ensure that eval-after-load works for files dumped with Emacs.
11689
11690 * help.el (load-symbol-file-load-history): New function extracted
11691 from function symbol-file.
11692 (symbol-file): Use it.
11693
11694 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
11695
11696 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11697
11698 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11699 behave as if there were no prefix argument.
11700 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11701 argument were nil.
11702
11703 2001-01-11 Richard M. Stallman <rms@gnu.org>
11704
11705 * isearch.el (isearch-lazy-highlight-update):
11706 Don't look for more potential matches once maximum is exceeded.
11707 Use overlays-in to check correctly for overlap with current match.
11708 Ignore empty matches.
11709
11710 2001-01-11 Miles Bader <miles@gnu.org>
11711
11712 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11713 (ispell-overlay-window, ispell-help, ispell-show-choices)
11714 (ispell-command-loop): Use it instead of `window-height'.
11715
11716 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11717
11718 * files.el (confirm-kill-emacs): New user-option.
11719 (save-buffers-kill-emacs): Ask for final confirmation before
11720 killing Emacs.
11721
11722 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11723 to nil.
11724
11725 2001-01-10 Dave Love <fx@gnu.org>
11726
11727 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11728
11729 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
11730
11731 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11732
11733 * calculator.el (calculator-number-digits): Fix :type.
11734
11735 * vc-cvs.el (vc-cvs-header): Fix :type.
11736 * vc-rcs.el (vc-rcs-header): Fix :type.
11737 * vc-sccs.el (vc-sccs-header): Fix :type.
11738
11739 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11740
11741 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11742
11743 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11744
11745 2001-01-10 Gerd Moellmann <gerd@gnu.org>
11746
11747 * simple.el (set-variable): Force a thorough redisplay for the
11748 case that the variable has an effect on the display, like
11749 `tab-width' has.
11750
11751 2001-01-10 Andre Spiegel <spiegel@gnu.org>
11752
11753 * vc.el: Add documentation for backend interface.
11754
11755 2001-01-10 Kenichi Handa <handa@etl.go.jp>
11756
11757 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11758
11759 * international/mule-conf.el (latin-extra-code-table): Set to t
11760 for \223 and \224.
11761
11762 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11763
11764 * international/mule-cmds.el (locale-language-names): Map "es" to
11765 "Spanish" and "nl" to "Dutch".
11766
11767 2001-01-09 Gerd Moellmann <gerd@gnu.org>
11768
11769 * bindings.el (global-map): Bind <home> to beginning-of-line,
11770 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11771 C-<end> to end-of-buffer.
11772
11773 * language/european.el: Add Dutch and Spanish language info
11774 to be able to use the appropriate tutorials.
11775
11776 2001-01-09 Alex Schroeder <alex@gnu.org>
11777
11778 * ansi-color.el (ansi-color-process-output): Use markers instead
11779 of positions for start and end of region.
11780 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11781 Previously, occasional mistakes happend when fontifying many
11782 chunks of output (eg. ls --color=yes /dev). This happened
11783 whenever an overlay was created up to the end of the region, which
11784 coincided with the process-mark. New text would then be added
11785 within that overlay instead of after it.
11786 (ansi-color-make-extent): Overlays are created with the property
11787 `modification-hooks' set to '(ansi-color-freeze-overlay).
11788 (ansi-color-freeze-overlay): New function. When inserting text at
11789 the end of the overlay, the overlay will resize.
11790
11791 2000-01-09 Alex Schroeder <alex@gnu.org>
11792
11793 * ansi-color.el (ansi-color-process-output): Doc change.
11794 (ansi-color-unfontify-region): Doc change. No longer installed
11795 automatically in font-lock-unfontify-region-function.
11796 (ansi-color-apply): Doc change.
11797 (ansi-color-apply-on-region): Use extents or overlays instead of
11798 text-properties.
11799 (ansi-color-make-extent): New function.
11800 (ansi-color-set-extent-face): New function.
11801
11802 2000-01-09 Alex Schroeder <alex@gnu.org>
11803
11804 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11805 both use ansi-color-process-output, now.
11806 (ansi-color-process-output): Doesn't return string anymore. It is
11807 installed in comint-output-filter-functions for both Emacs and
11808 XEmacs, now.
11809 (ansi-color-unfontify-region): Simplified code removing variables
11810 pos and start-ansi.
11811 (ansi-color-apply): Put text-property ansi-color before putting
11812 text-property face because ansi-color-unfontify-region is called
11813 immediately after the call to put-text-property.
11814 (ansi-color-context-region): Doc change.
11815 (ansi-color-filter-region): Simplified code.
11816 (ansi-color-apply-on-region): Changed start to start-marker, using
11817 a marker explicitly. Put text-property ansi-color before putting
11818 text-property face because ansi-color-unfontify-region is called
11819 immediately after the call to put-text-property.
11820
11821 2000-01-09 Alex Schroeder <alex@gnu.org>
11822
11823 * ansi-color.el (ansi-color-faces-vector): Doc change.
11824 (ansi-color-for-comint-mode): Changed :type property to choice.
11825 (ansi-color-last-context): Removed.
11826 (ansi-color-process-output): Don't use ansi-color-last-context, as
11827 the main functions will store their context now.
11828 (ansi-color-context): Doc change.
11829 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11830 Uses ansi-color-context such that repeated calls will strip
11831 partial escape sequences, too.
11832 (ansi-color-apply): Simplified code. Colorize end of string if
11833 face is not null. Store context in new (FACE STRING) format, such
11834 that repeated calls will strip partial escape sequences, too.
11835 Append faces to face property using ansi-color-apply-sequence such
11836 that cumulative mode actually works.
11837 (ansi-color-context-region): New variable.
11838 (ansi-color-filter-region): Rewrote it based on
11839 ansi-color-apply-on-region. Uses ansi-color-context-region such
11840 that repeated calls will strip partial escape sequences, too.
11841 (ansi-color-apply-on-region): Simplified code. Colorize end of
11842 region if face is not null. Store context in new (FACE POS)
11843 format, such that repeated calls will strip partial escape
11844 sequences, too. Append faces to face property using
11845 ansi-color-apply-sequence such that cumulative mode actually works.
11846 (ansi-color-apply-sequence): New function.
11847 (ansi-color-get-face): When the default face is added to the list
11848 of faces, all previous settings are discarded and the list of
11849 faces is set to '(default).
11850
11851 2000-01-09 Alex Schroeder <alex@gnu.org>
11852
11853 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11854 face, such that ansi-color-apply and ansi-color-apply-on-region
11855 will do the right thing.
11856 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11857 returns nil, set the list of faces back to nil instead of
11858 appending the result of ansi-color-get-face to the front of the list.
11859
11860 2000-01-09 Alex Schroeder <alex@gnu.org>
11861
11862 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11863 (ansi-color-process): Doc change.
11864 (ansi-color-last-context): New buffer-local variable.
11865 (ansi-color-process-output): New function. It is automatically
11866 added to comint-output-filter-functions if this is XEmacs.
11867 (ansi-color-unfontify-region): New optional parameter for XEmacs
11868 compatibility. Check wether font-lock-syntactic-keywords is
11869 boundp before removing the syntax table text property, as XEmacs
11870 doesn't have it.
11871 (ansi-color-filter-region): Doc change.
11872 (ansi-color-apply-on-region): Doc change.
11873 (ansi-color-make-face): New function. Compatibility layer for
11874 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11875 (ansi-color-make-color-map): Use ansi-color-make-face.
11876 (ansi-color-get-face): Avoid face text property '(nil) as results
11877 in an errow for XEmacs.
11878
11879 2000-01-09 Alex Schroeder <alex@gnu.org>
11880
11881 * ansi-color.el (ansi-color-unfontify-region): New function.
11882 Uses text-property ansi-color in order to preserve fontification by
11883 ansi-color. When the package is loaded, a lambda expression is
11884 put onto font-lock-mode-hook. This lambda expression will check
11885 font-lock-unfontify-region-function and replace
11886 font-lock-default-unfontify-region with ansi-color-unfontify-region.
11887 (ansi-color-apply): Add text-property ansi-color in addition to
11888 text-property face.
11889 (ansi-color-apply-on-region): Add text-property ansi-color in
11890 addition to text-property face.
11891 (save-buffer-state): Copy of the macro that is also used by
11892 lazy-lock and font-lock.
11893
11894 (ansi-color-for-comint-mode): New option.
11895 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11896 (ansi-color-for-comint-mode-off): Ditto.
11897 (ansi-color-for-comint-mode-filter): Ditto.
11898 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11899 decide what to do. This function is added to
11900 comint-preoutput-filter-functions when the package is loaded.
11901
11902 (ansi-color-for-shell-mode-set): Removed.
11903 (ansi-color-for-shell-mode): Removed.
11904
11905 2000-01-09 Alex Schroeder <alex@gnu.org>
11906
11907 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11908 the lambda expression from the ansi-color-for-shell-mode :set
11909 property. Additionally, modify shell-mode-hook to enable or
11910 disable font-lock-mode for future shell buffers.
11911 (ansi-color-for-shell-mode): The :set property calls
11912 ansi-color-for-shell-mode-set instead of a lambda expression.
11913
11914 2000-01-09 Alex Schroeder <alex@gnu.org>
11915
11916 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11917 (ansi-color-context): New variable.
11918 (ansi-color-apply): Save context between calls.
11919
11920 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * isearch.el (isearch, isearch-lazy-highlight-face):
11923 New definitions for face colors and attributes.
11924
11925 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11926 of display-mouse-p.
11927
11928 2001-01-09 Kenichi Handa <handa@etl.go.jp>
11929
11930 * international/mule.el (make-coding-system): If the coding system
11931 accepts extra latin codes, register such codes as safe for the
11932 coding system.
11933
11934 2001-01-08 Richard M. Stallman <rms@gnu.org>
11935
11936 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11937 don't mention the file name or the date here, because they are
11938 logged at the start of the file.
11939
11940 2001-01-08 Richard M. Stallman <rms@gnu.org>
11941
11942 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11943 Change screen-width to frame-width.
11944
11945 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11946
11947 * info.el (Info-search): Print the default as part of the prompt.
11948
11949 2001-01-08 Andre Spiegel <spiegel@gnu.org>
11950
11951 * vc.el (vc-default-latest-on-branch-p): New function, replaces
11952 constant implementations in backends.
11953
11954 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11955 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11956
11957 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11958 WRITABLE to EDITABLE.
11959
11960 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11961 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11962 to EDITABLE.
11963
11964 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11965
11966 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11967 (copyright, copyright-update): Compute the current year at run time.
11968
11969 2001-01-08 Gerd Moellmann <gerd@gnu.org>
11970
11971 * isearch.el (isearch-old-signal-hook): Removed.
11972 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11973 instead of setting signal-hook-function.
11974 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11975
11976 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
11977
11978 * emulation/edt.el: Update to version 4.0. Provide support for
11979 EDT scroll margins at top and bottom of the window. Provide an
11980 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11981 default). Enhance edt-quit, bound to GOLD-q by default, to warn
11982 user when file-related buffer modifications exist.
11983 Provide support for running EDT Emulation in XEmacs.
11984 Provide customize access to some user updatable variables.
11985 Add Commentary section to file header.
11986 Fixed a few minor bugs and cleaned up some code.
11987
11988 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11989 for detecting a keypress that generates an ASCII key sequence.
11990 (Previously, only a keypress that generates a vector was
11991 recognized.) Embed Window Manager name into name of the generated
11992 EDT Emulation initialization file since the initialization file is
11993 Window Manager specific. Add Commentary section to file header.
11994
11995 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11996
11997 * mail/sendmail.el (mail-mode): Doc fix.
11998
11999 * info.el (Info-goto-emacs-command-node): Doc fix.
12000 (Info-goto-emacs-key-command-node): Doc fix.
12001
12002 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12003
12004 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
12005 systems without long file-name support.
12006
12007 2001-01-06 Andrew Innes <andrewi@gnu.org>
12008
12009 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
12010
12011 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12012
12013 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
12014 (isearch-lazy-highlight-update): Doc fix.
12015
12016 * ffap.el (ffap-bindings): Doc fix.
12017
12018 * dired-x.el (dired-virtual-guess-dir): Doc fix.
12019
12020 2001-01-05 Dave Love <fx@gnu.org>
12021
12022 * emacs-lisp/cl-seq.el (remove, remq): Remove.
12023
12024 2001-01-05 Gerd Moellmann <gerd@gnu.org>
12025
12026 * mouse-drag.el (mouse-drag-safe-scroll):
12027 Bind scroll-preserve-screen-position to nil.
12028
12029 * isearch.el (isearch-old-signal-hook): New variable.
12030 (isearch-mode): Set signal-hook-function to isearch-done.
12031 (isearch-done): Restore old signal-hook-function.
12032
12033 * info.el (Info-fontify-node): Mark one more char as intangible.
12034
12035 2000-01-05 Kenichi Handa <handa@etl.go.jp>
12036
12037 * composite.el (compose-last-chars): New argument COMPONENTS.
12038 If it is non-nil, compose preceding characters by compose-region with
12039 COMPONENTS.
12040
12041 * international/quail.el (quail-input-string-to-events): New function.
12042 (quail-input-method): Convert input string to events here.
12043 (quail-start-translation): Return input string, not event list.
12044 (quail-start-conversion): Likewise.
12045
12046 2001-01-04 Gerd Moellmann <gerd@gnu.org>
12047
12048 * tooltip.el (tooltip-cancel-delayed-tip)
12049 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
12050 and tooltip-add-timeout.
12051 (tooltip-show): Set border color from faces's foreground.
12052 (tooltip-show-help-function): If called with the same help string
12053 as last time, do nothing.
12054 (tooltip-help-tips): Don't set tooltip-help-message to nil.
12055
12056 * startup.el (fancy-splash-screens): Don't bind show-help-function
12057 to nil.
12058
12059 * tooltip.el (tooltip-frame-parameters): Remove colors.
12060 (tooltip): New face
12061 (tooltip-set-param): New function.
12062 (tooltip-show): Set up color frame parameters from face `tooltip'.
12063 Display the tooltip text in face `tooltip'.
12064
12065 2001-01-04 Dave Love <fx@gnu.org>
12066
12067 * whitespace.el (whitespace-global-mode): Fix typo.
12068
12069 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
12070
12071 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
12072
12073 * help.el (help-for-help): Fix a typo in a doc string.
12074 From kwzh@gnu.org (Karl Heuer).
12075
12076 2001-01-03 Dave Love <fx@gnu.org>
12077
12078 * dired-x.el: Doc fixes. Maintainer change.
12079 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
12080 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
12081 (dired-guess-shell-alist-user): Customize.
12082 (dired-x-help-address): Set to bug-gnu-emacs.
12083 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
12084 (dired-default-directory): Renamed from default-directory.
12085
12086 * hl-line.el (hl-line): Doc fix.
12087
12088 2001-01-03 Karl Fogel <kfogel@red-bean.com>
12089
12090 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
12091
12092 2001-01-02 Richard M. Stallman <rms@gnu.org>
12093
12094 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
12095 to remove all the current alternative-match highlighting.
12096 If nil, remove only what's outside the current window.
12097 (isearch-lazy-highlight-remove-overlays): Take optional
12098 region within which NOT to remove them.
12099 (isearch-lazy-highlight-new-loop): Greatly simplified.
12100 (isearch-lazy-highlight-update): Find all the other occurrences
12101 visible in the window, in just one call.
12102 (isearch-lazy-highlight-start): Now holds start of region to scan.
12103 (isearch-lazy-highlight-end): Now holds end of region to scan.
12104 (isearch-lazy-highlight-wrapped): Variable deleted.
12105 (isearch-lazy-highlight-search): Function deleted.
12106
12107 2000-01-02 Andrew Innes <andrewi@gnu.org>
12108
12109 * w32-fns.el (convert-standard-filename): Do length check on name
12110 before aref.
12111
12112 2001-01-02 Dave Love <fx@gnu.org>
12113
12114 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12115 value.
12116 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12117
12118 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12119
12120 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12121 read syntax.
12122
12123 * calendar/todo-mode.el (todo): Add :link, :version.
12124 (todo-save-top-priorities): Remove autoload cookie.
12125 (todo-add-category, todo-add-item-non-interactively)
12126 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
12127
12128 2001-01-02 Gerd Moellmann <gerd@gnu.org>
12129
12130 * comint.el (comint-input-history-ignore): New variable.
12131 (comint-read-input-ring): Ignore entries matching
12132 comint-input-history-ignore.
12133
12134 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
12135
12136 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12137 (lm-copyright-mark): New function.
12138 (lm-crack-copyright): New function.
12139 (lm-verify): Check that the file has a copyright.
12140 Check that the file is copyright Free Software Foundation.
12141
12142 2000-12-30 Kenichi Handa <handa@etl.go.jp>
12143
12144 * international/mule-diag.el (print-fontset): Indent font name by
12145 24 columns, not 25.
12146
12147 2000-12-29 Gerd Moellmann <gerd@gnu.org>
12148
12149 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12150 in Subject line.
12151
12152 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12153 Use mail-mode-hook instead of mail-setup-hook.
12154 Otherwise continuing an interrupted message with C-u C-x m for
12155 instance, winds up in Mail mode without abbrevs.
12156
12157 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12158
12159 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12160 non-nil. Adding almost all customization variables on ps-setup.
12161 Doc fix.
12162 (ps-print-version): New version number (6.3.3).
12163 (ps-end-with-control-d): Initialization fix.
12164 (ps-lines-printed): New var.
12165 (ps-skip-newline): New fun.
12166 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12167 (ps-next-line, ps-continue-line, ps-plot-region)
12168 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12169
12170 2000-12-29 Kenichi Handa <handa@etl.go.jp>
12171
12172 * international/fontset.el (x-complement-fontset-spec):
12173 Resolve ASCII font name so that the same family name is used for fonts
12174 registered in x-font-name-charset-alist.
12175 (create-fontset-from-fontset-spec): Adjusted for the above change.
12176 The name of fontset alias should be a unresolved ASCII font name.
12177
12178 2000-12-28 Gerd Moellmann <gerd@gnu.org>
12179
12180 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12181 and delete in isearch-mode-map.
12182
12183 2000-12-28 Richard M. Stallman <rms@gnu.org>
12184
12185 * dired-x.el (dired-guess-shell-alist-default):
12186 Use xpdf instead of acroread.
12187
12188 2000-12-28 Kenichi Handa <handa@etl.go.jp>
12189
12190 * textmodes/artist.el (artist-butlast): Deleted.
12191 (artist-ellipse-mirror-quadrant): Use butlast instead of
12192 artist-butlast.
12193
12194 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12195
12196 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12197
12198 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12199
12200 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12201
12202 * ls-lisp.el: Better support for the Mac and MS-Windows.
12203 (ls-lisp): New defgroup.
12204 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12205 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12206 (ls-lisp-support-shell-wildcards): New defcustoms.
12207 (ls-lisp-parse-symlink): New function.
12208 (insert-directory): Code to convert switches to a list and set up
12209 the wildcard argument copied from ls-lisp-insert-directory.
12210 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12211 for -C and -R switches.
12212 (ls-lisp-column-format): New function.
12213 (ls-lisp-delete-matching, ls-lisp-handle-switches)
12214 (ls-lisp-format-time): Add doc strings.
12215 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12216 Support ls-lisp-dirs-first.
12217 (ls-lisp-classify, ls-lisp-extension): New functions.
12218 (ls-lisp-format): Optionally support emulation of symlinks.
12219 Support -i, -s, and -G switches.
12220
12221 2000-12-27 Gerd Moellmann <gerd@gnu.org>
12222
12223 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12224
12225 * version.el (emacs-version): Print X scroll bar information.
12226
12227 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12228 instead of x-toolkit-scroll-bars-p.
12229
12230 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12231 of x-toolkit-scroll-bars-p.
12232
12233 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12234
12235 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12236 (ffap-bindings): Doc fix, to reflect the above change.
12237
12238 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12239
12240 * term.el (term-char-mode): Define all non-ascii self-inserting
12241 characters to 'term-send-raw in term-raw-map.
12242
12243 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12244
12245 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12246
12247 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12248 Changed initialization; use add-hook.
12249 (ediff-file-remote-p): Use file-local-copy.
12250
12251 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12252
12253 * ediff.el (ediff-patch-buffer): Bug fix.
12254 (ediff-revision): Allow selection of the file at the prompt.
12255
12256 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12257
12258 * subr.el (combine-run-hooks): Remove.
12259
12260 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12261 and remove the rogue second spec.
12262
12263 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12264
12265 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12266
12267 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12268
12269 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12270 Use minibuffer menu prompt for the `=' prefix.
12271 (smerge-command-prefix): Change default to C-^.
12272 (smerge-mode): Don't assume font-lock doesn't move point.
12273
12274 * skeleton.el (skeleton-internal-1): Make sure the first line of
12275 the region is also re-indented.
12276 (skeleton-end-newline): New var.
12277 (skeleton-end-hook): Use it.
12278
12279 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12280
12281 * comint.el (comint-password-prompt-regexp): Support CVS.
12282
12283 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12284
12285 * simple.el (delete-key-deletes-forward-mode): Simplify.
12286 Also backspace key combinations, depending on
12287 delete-key-deletes-forward.
12288
12289 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12290
12291 * simple.el (delete-key-deletes-forward): Doc fix.
12292
12293 2000-08-22 Emmanuel Briot <briot@gnat.com>
12294
12295 * xml.el (top level comment): Updated to reflect the fact that
12296 white spaces are relevant in the XML file.
12297 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12298 to parse was already edited. This allows for on-the-fly analysis
12299 of XML files.
12300 (xml-parse-tag): Check that the casing is the same in the start
12301 tag and end tag, since XML is case-sensitive. Allows for spaces
12302 in the end tag, after the name of the tag.
12303 (xml-parse-attlist): Allow for the character '-' in the name of
12304 attributes, as in the standard http-equiv attribute Do not save
12305 the properties in the XML tree, since they are not relevant.
12306
12307 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12308
12309 * generic.el (generic-read-type): Undo last change, inline into
12310 `generic-mode' and then remove.
12311 (generic-mode): Inline generic-read-type.
12312 (define-generic-mode): Push the symbol name rather than the symbol
12313 onto generic-mode-list.
12314
12315 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12316
12317 * generic.el (generic-read-type): Build an alist for
12318 completing-read as in 20.7.
12319
12320 * play/landmark.el (lm): Use interactive spec `P'.
12321 (toplevel): Don't set debug-on-error.
12322
12323 * server.el (server-switch-buffer): Choose a window on a visible frame.
12324
12325 2000-12-21 Dave Pearson <davep@davep.org>
12326
12327 * quickurl.el: Commentry change, I've moved my web site.
12328
12329 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12330
12331 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12332 ranges like \177-\237, but accepts the character sequence from \177 to
12333 \237. Doc fix.
12334 (ebnf-version): New version (3.4).
12335 (ebnf-setup): Code fix.
12336 (ebnf-range-regexp): New fun.
12337 (ebnf-8-bit-chars): Const fix.
12338
12339 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12340 entry. Doc fix.
12341 (ebnf-bnf-lex): Code fix.
12342 (ebnf-bnf-comment-chars): Const fix.
12343
12344 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12345 entry. Doc fix.
12346 (ebnf-iso-comment-chars): Const fix.
12347
12348 * ebnf-otz.el: Doc fix.
12349
12350 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12351 entry. Doc fix.
12352 (ebnf-yac-skip-code): Code fix.
12353 (ebnf-yac-comment-chars): Const fix.
12354
12355 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12356
12357 * files.el (insert-directory-safely): New function.
12358 (recover-file): Use it instead of insert-directory.
12359 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12360
12361 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12362
12363 * international/mule-cmds.el (select-safe-coding-system):
12364 Check coding-category-list more rigidly. Improve help message.
12365
12366 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12367
12368 2000-12-21 Miles Bader <miles@gnu.org>
12369
12370 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12371
12372 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12373
12374 * international/mule-diag.el (describe-char-after): Make *Help*
12375 buffer inherit multibyteness of the current buffer.
12376
12377 * international/mule.el (make-char): Docstring adjusted for the
12378 change of make-char-internal.
12379
12380 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12381
12382 * international/iso-cvt.el: Docstrings fix.
12383
12384 2000-12-20 Dave Love <fx@gnu.org>
12385
12386 * subr.el (eval-after-load): Doc fix.
12387
12388 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12389
12390 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12391 for numbers.
12392
12393 2000-12-20 Miles Bader <miles@gnu.org>
12394
12395 * international/quail.el (quail-help): Resize the help window
12396 again after it has all its contents. Remove unneeded progn.
12397
12398 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12399
12400 * pcmpl-linux.el: Fix copy/paste error.
12401
12402 2000-12-19 Andrew Innes <andrewi@gnu.org>
12403
12404 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12405
12406 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12407
12408 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12409
12410 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12411
12412 * progmodes/idlw-shell.el: Fixed copyright notice.
12413
12414 * progmodes/idlwave.el: Fixed copyright notice.
12415
12416 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12417 TAB as key separators.
12418
12419 2000-12-19 Alex Schroeder <alex@gnu.org>
12420
12421 * sql.el (sql-sybase-options): New option.
12422 (sql-sybase): Use it. Add sql-database to the list of parameters
12423 provided for login. The options -w 2048 -n are not used any more.
12424 (sql-postgres-options): Changed default from "--pset" to "-P".
12425 (sql-mysql-options): Doc change.
12426 (sql-stop): Doc change.
12427
12428 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12429
12430 * international/quail.el (quail-input-method): Always hide
12431 the guidance buffer on exiting.
12432
12433 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12434
12435 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12436 isn't fboundp.
12437
12438 * server.el (server-buffer-done): Bury the buffer before
12439 killing it.
12440
12441 * faces.el (face-spec-set): Interpret a nil in specs for
12442 foreground and background colors as `unspecified', for
12443 compatibility with 20.x.
12444
12445 2000-12-18 Dave Love <fx@gnu.org>
12446
12447 * simple.el (mail-user-agent): Doc fix.
12448 (input-mode-8-bit): Removed.
12449
12450 * international/mule.el (set-keyboard-coding-system): Doc fix.
12451 (keyboard-coding-system): New option.
12452
12453 * mail/sendmail.el (send-mail-function): Customize.
12454
12455 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12456
12457 * international/codepage.el (cp866-decode-table): New table.
12458
12459 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12460
12461 * version.el (emacs-version): Remove `%a' from the time format
12462 because the weekday doesn't fit well into each locale.
12463
12464 2000-12-18 Miles Bader <miles@gnu.org>
12465
12466 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12467
12468 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12469 Check that emacs-major-version is `=' to 20, not `>='.
12470 (artist-replace-chars): Use `make-string' instead of a loop.
12471
12472 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12473
12474 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12475 (cvs-execute-single-file): Don't change directory.
12476 Patch from Per Cederqvist.
12477
12478 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12479
12480 * textmodes/ispell.el (check-ispell-version):
12481 If `ispell-program-name' is "aspell", pass it the -v switch instead
12482 of -vv.
12483
12484 2000-12-16 Kenichi Handa <handa@etl.go.jp>
12485
12486 * international/mule-diag.el (mule-diag): Insert information about
12487 configure options, multibyte awareness, language env.
12488
12489 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12490 regexp to search for candidates.
12491
12492 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12493
12494 * info.el (Info-forward-node): If the node has an
12495 Info-header-line, widen the buffer before searching for "next:"
12496 and "up:" pointers, and set the search limit to stay in the
12497 current node.
12498
12499 2000-12-16 Miles Bader <miles@gnu.org>
12500
12501 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12502
12503 2000-12-15 Miles Bader <miles@gnu.org>
12504
12505 * comint.el (comint-send-string, comint-send-region): Also accept
12506 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12507 process-send-string/region.
12508
12509 2000-12-15 Gerd Moellmann <gerd@gnu.org>
12510
12511 * isearch.el (isearch-lazy-highlight-max): New user-option.
12512 (isearch-lazy-highlight-update): Don't highlight more than
12513 isearch-lazy-highlight-max matches.
12514
12515 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12516
12517 2000-12-15 Richard M. Stallman <rms@gnu.org>
12518
12519 * sort.el (sort-columns): Fix error message.
12520
12521 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12522 `upcase' or `downcase' or nil.
12523 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12524 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12525 (dabbrev--substitute-expansion): New arg record-case-pattern.
12526 If it is non-nil, set dabbrev--last-case-pattern.
12527 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12528
12529 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12530
12531 2000-12-15 Miles Bader <miles@gnu.org>
12532
12533 * paths.el (Info-default-directory-list): Don't delete
12534 configure-info-directory from the list of standard info
12535 directories when appending it to the end -- their order is important.
12536
12537 * faces.el (read-face-attribute): If there's no entry for the
12538 user's input in VALID, just use it as-is (this will often result
12539 in an error, but it may be OK for e.g. colors using hexadecimal
12540 notation, and at least will yield a better error message).
12541
12542 * window.el (mode-line-window-height-fudge): Function removed.
12543 (height-affecting-face-attributes, mode-line-window-height-fudge):
12544 Variables removed.
12545 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12546 window is really the right size. Use vertical-motion
12547 rather than forward-line.
12548 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12549 (ispell-command-loop, ispell-show-choices): Use the variable
12550 ispell-choices-win-default-height, rather than the function.
12551 (ispell-choices-win-default-height): Function removed.
12552 (ispell-mode-line-window-height-fudge): Function removed.
12553
12554 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12557
12558 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12559
12560 * paths.el (Info-default-directory-list):
12561 If configure-info-directory is not one of the standard directories,
12562 put it first in the list; otherwise put it last. Doc string
12563 changed accordingly.
12564
12565 * info.el (Info-directory-list): Change doc string to reflect the
12566 change in Info-default-directory-list.
12567
12568 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12569 windows-nt as windowed environments, even under -nw.
12570
12571 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12572 if not fboundp. Switch delete-forward mode for the <delete> key
12573 on all PC platforms, even under -nw.
12574
12575 * term/internal.el ([M-delete]): Remap to M-d.
12576
12577 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12578
12579 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12580
12581 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12582
12583 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12584
12585 2000-12-14 Gerd Moellmann <gerd@gnu.org>
12586
12587 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12588 if appropriate.
12589
12590 * simple.el (delete-key-deletes-forward): New user-option.
12591 (delete-key-deletes-forward-mode): New function.
12592
12593 * bindings.el: Bind `delete' to backward-delete-char.
12594
12595 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12596 Test if symbol is bound before getting its value.
12597
12598 * tooltip.el (tooltip-show): If an error is signaled in
12599 x-show-tip, display that error, and display the help in the
12600 echo area.
12601
12602 2000-12-14 Kenichi Handa <handa@etl.go.jp>
12603
12604 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12605 Show "... entries" messages for every 10000 entries, not 10.
12606
12607 2000-12-13 Karl Fogel <kfogel@red-bean.com>
12608
12609 * bookmark.el: Provide a generic exit hook, as suggested by
12610 Ovidiu Predescu <ovidiu@cup.hp.com>:
12611 (bookmark-exit-hook): New var.
12612 (bookmark-exit-hook-internal): New func, replaces
12613 old raw lambda form in `kill-emacs-hook', and runs new
12614 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12615 as logically that feature must have been provided if this function
12616 is running.
12617 Removed ;;;###autoload before the `add-hook' call.
12618
12619 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12620
12621 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12622 (easy-menu-current-active-maps): New function.
12623 (easy-menu-get-map): Use it.
12624 Make a proper menu entry when creating a new keymap.
12625
12626 2000-12-13 Kenichi Handa <handa@etl.go.jp>
12627
12628 * international/characters.el: Fix cases and syntaxes for
12629 mule-unicode-0100-24ff.
12630
12631 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12632 that a Japanese character is not appended after day and year.
12633
12634 * info.el (Info-suffix-list): Change format for a command that
12635 requires arguments.
12636 (info-insert-file-contents): Adjusted for the above change.
12637
12638 2000-12-12 Andreas Schwab <schwab@suse.de>
12639
12640 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12641 on the name of the tar buffer. Verify that the existing buffer is
12642 visiting the same subfile.
12643
12644 2000-12-12 Dave Love <fx@gnu.org>
12645
12646 * subdirs.el: Add obsolete.
12647
12648 2000-12-12 Gerd Moellmann <gerd@gnu.org>
12649
12650 * mail/rmailsum.el (rmail-summary-expunge)
12651 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12652 instead of rmail-confirm-expunge.
12653
12654 * replace.el (perform-replace): Don't use an empty match adjacent
12655 to a non-empty match when computing the next match before the
12656 replacement is performed.
12657
12658 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
12659
12660 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12661 definition (patch by Stefan Monnier).
12662 (glasses-mode): Use jit-lock instead of `after-change-functions'
12663 (patch by Stefan Monnier).
12664
12665 2000-12-12 Miles Bader <miles@gnu.org>
12666
12667 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12668 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12669
12670 2000-12-12 Andrew Choi <akochoi@i-cable.com>
12671
12672 * term/mac-win.el: Remove load for ls-lisp.
12673
12674 * loadup.el: Load ls-lisp for system-type `macos'.
12675
12676 2000-12-12 Miles Bader <miles@gnu.org>
12677
12678 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12679 Respect field end too.
12680 (just-one-space): Respect fields as `delete-horizontal-space'.
12681 (newline-and-indent, reindent-then-newline-and-indent):
12682 Use `delete-horizontal-space'.
12683
12684 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12685
12686 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12687 (so as to obey the field property in the minibuffer).
12688
12689 * obsolete/c-mode.el: Moved from lisp/progmodes.
12690 * obsolete/auto-show.el: Moved from lisp.
12691 * obsolete/ooutline.el: Moved from lisp/textmodes.
12692
12693 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12694
12695 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
12696 changes to list them here.
12697
12698 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12699 Too many changes to list them here.
12700
12701 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12702 Too many changes to list them here.
12703
12704 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12705
12706 2000-12-11 Gerd Moellmann <gerd@gnu.org>
12707
12708 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
12709
12710 * cus-edit.el (custom-save-variables, custom-save-faces):
12711 Comment fix.
12712
12713 * hscroll.el: Moved to `obsolete' subdir.
12714
12715 2000-12-11 Miles Bader <miles@gnu.org>
12716
12717 * window.el (window-text-height): Function removed (now in C).
12718
12719 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12720
12721 * log-edit.el (log-edit-parent-buffer): New var.
12722 (log-edit): Set it. Add BUFFER argument.
12723 (log-edit-done): Use char-before.
12724 Don't bother checking validity of vc-comment-ring.
12725 Only bury the buffer if log-edit popped it up.
12726
12727 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12728 (cvs-mode-diff-help): Remove.
12729 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
12730 (cvs-mode-marked): Set up the default for CMD manually.
12731
12732 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12733 Remove binding for ? now made unnecessary.
12734
12735 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12736
12737 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
12738 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12739
12740 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12741 when master file is not open.
12742
12743 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * progmodes/ada-stmt.el: Update `maintainer'.
12746
12747 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
12748
12749 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12750 choices to match documentation string.
12751
12752 2000-12-09 Miles Bader <miles@gnu.org>
12753
12754 * minibuf-eldef.el: New file.
12755
12756 * window.el (fit-window-to-buffer): Don't pass last argument to
12757 pos-visible-in-window-p, now that its meaning is inverted.
12758
12759 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12760
12761 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12762 <ceder@lysator.liu.se>.
12763
12764 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12765
12766 * autoinsert.el (auto-insert-alist): Add missing final \n.
12767
12768 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12769 (cvs-menu-map): Remove.
12770 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12771 (cvs-mode-quit): Turn it back into a plain function.
12772
12773 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
12774 (texinfo-filter): Remove (move to texinfo.el).
12775
12776 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12777 file where it's more visible.
12778 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12779 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12780 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12781 (texinfo-inside-macro-p): Only catch `scan-error's.
12782 (texinfo-inside-env-p): Make better use of the match info.
12783 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12784 (texinfo-insert-@end): Slight re-organization.
12785 Also remove useless `looking-at' call.
12786
12787 2000-12-08 Andrew Innes <andrewi@gnu.org>
12788
12789 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12790 accessible in -nw mode.
12791
12792 * term/w32-win.el: Remove stuff about selection timeout, which is
12793 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12794 it is accessible in -nw mode.
12795
12796 2000-12-08 Dave Love <fx@gnu.org>
12797
12798 * emacs-lisp/lisp-mode.el (lisp-mode):
12799 Set font-lock-keywords-case-fold-search.
12800
12801 2000-12-08 Gerd Moellmann <gerd@gnu.org>
12802
12803 * textmodes/ispell.el (ispell): Doc fix.
12804
12805 2000-12-08 Kenichi Handa <handa@etl.go.jp>
12806
12807 * international/quail.el (quail-insert-decode-map): Check the
12808 frame width of a window displaying the current buffer, not that of
12809 the selected frame.
12810 (quail-help): Make sure that the help buffer has window before
12811 inserting text in it.
12812
12813 2000-12-07 Sam Steingold <sds@gnu.org>
12814
12815 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12816 Backquote is used in isearch.el, so autoloading saves nothing.
12817
12818 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12819
12820 * startup.el (normal-top-level-add-subdirs-to-load-path):
12821 Ignore the CVS and RCS subdirectories case-insensitively.
12822
12823 * dired.el (dired-insert-directory): If file-system-info is
12824 fboundp, call it instead of invoking dired-free-space-program.
12825
12826 2000-12-07 Gerd Moellmann <gerd@gnu.org>
12827
12828 * server.el (server-visit-files): Push files on file-name-history.
12829
12830 * progmodes/cc-langs.el: Update copyright.
12831
12832 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12833
12834 * bindings.el (mode-line-mode-menu): Add glasses-mode.
12835
12836 * bindings.el (mode-line-mode-menu): Reverse the order
12837 of define-keys so that the menu appears in alphabetical order.
12838
12839 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
12840
12841 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12842 of the function.
12843
12844 2000-12-07 Dave Love <fx@gnu.org>
12845
12846 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12847
12848 * facemenu.el (facemenu-unlisted-faces): Fix value.
12849
12850 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12851
12852 * font-lock.el (font-lock-default-fontify-region):
12853 Include the terminating \n (off-by-one error).
12854 (font-lock-set-defaults): Use dolist.
12855
12856 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12857
12858 2000-12-07 Kenichi Handa <handa@etl.go.jp>
12859
12860 * international/mule-cmds.el (describe-language-environment):
12861 Fix for the case that an input method title is not string but a list.
12862
12863 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12864 of wrong SIZE record.
12865
12866 2000-12-06 Dave Love <fx@gnu.org>
12867
12868 * newcomment.el (comment-region, comment-dwim): Doc fix.
12869
12870 * textmodes/texinfo.el: Require tex-mode when compiling.
12871 (texinfo-update-node): Doc fix.
12872 (texinfo-imenu-generic-expression): Add @anchor.
12873 (texinfo-font-lock-keywords): Add @uref.
12874 (texinfo-inside-macro-p): Don't use ignore-errors.
12875 (texinfo-insert-quote): Match more contexts.
12876
12877 * international/mule.el (decode-char, encode-char): Doc fix.
12878 (auto-coding-alist): Customize.
12879
12880 * files.el (load-file): Fix change of 2000-03-12.
12881
12882 * wid-edit.el (widget-text-keymap): Doc fix.
12883
12884 2000-12-06 Andrew Innes <andrewi@gnu.org>
12885
12886 * makefile.w32-in (lisp): Set to an absolute directory, namely
12887 $(CURDIR).
12888
12889 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12890
12891 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12892 read generated-autoload-file, and set buffer-file-coding-system to
12893 raw-text-unix after reading the file.
12894
12895 * international/mule-conf.el (file-coding-system-alist):
12896 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12897
12898 2000-12-06 Gerd Moellmann <gerd@gnu.org>
12899
12900 * replace.el (occur): Make line-number-width 1 smaller for the
12901 colon following the line number.
12902
12903 * startup.el (fancy-splash-text, command-line-1):
12904 Use `File' for the menu name instead of `Files'.
12905
12906 * tmm.el: Update copyright.
12907
12908 * cus-start.el: Add entry for even-window-heights.
12909
12910 2000-12-06 Miles Bader <miles@gnu.org>
12911
12912 * faces.el (frame-set-background-mode): Avoid stomping on
12913 locally modified faces.
12914
12915 2000-12-06 Kenichi Handa <handa@etl.go.jp>
12916
12917 * international/fontset.el: Correct the font registries for
12918 japanese-jisx0213-1 and japanese-jisx0213-2.
12919
12920 2000-12-05 Gerd Moellmann <gerd@gnu.org>
12921
12922 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12923
12924 * iswitchb.el: Update customization commentary.
12925
12926 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
12927
12928 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12929 (tpu-search-highlight): Fixed comparison of overlay end positions.
12930 (tpu-trim-line-ends): Implemented trimming logic locally.
12931
12932 * emulation/tpu-extras.el (tpu-write-file-hook)
12933 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12934
12935 2000-12-05 Kenichi Handa <handa@etl.go.jp>
12936
12937 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12938 to cn-gb.
12939 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12940
12941 2000-12-04 Dave Love <fx@gnu.org>
12942
12943 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12944
12945 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12946
12947 * mail/rmailsum.el (rmail-summary-expunge)
12948 (rmail-summary-expunge-and-save): Ask for confirmation with
12949 rmail-expunge-confirmed.
12950
12951 * mail/rmail.el (rmail-expunge-confirmed): New function.
12952 (rmail-expunge): Use it.
12953
12954 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12955
12956 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12957 (etags-recognize-tags-table, find-tag-in-order):
12958 New functionality: interpret file names as tags.
12959
12960 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12961
12962 * info.el (Info-scroll-prefer-subnodes): New defcustom.
12963 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12964 the first subnode until the bottom of the current node is visible.
12965
12966 2000-12-04 Gerd Moellmann <gerd@gnu.org>
12967
12968 * format.el (format-decode): Don't change buffer's undo list.
12969
12970 2000-12-04 Kenichi Handa <handa@etl.go.jp>
12971
12972 * faces.el (face-font-registry-alternatives): Add entries for CJK
12973 fonts. Doc-string adjusted for the actual usage of this data.
12974
12975 * international/fontset.el: Change the font registries for CJK
12976 fonts in the default fontset. Don't append '*' to registries.
12977
12978 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12979
12980 * emacs-lisp/easy-mmode.el (define-derived-mode)
12981 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12982
12983 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12984 (derived-mode-p): New function.
12985 (derived-mode-make-docstring): Add `docstring' argument.
12986 Use it if available and complete it if necessary.
12987
12988 2000-12-03 Andreas Schwab <schwab@suse.de>
12989
12990 * type-break.el (type-break): Don't make parent of itself.
12991
12992 2000-12-03 Miles Bader <miles@gnu.org>
12993
12994 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12995
12996 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12997
12998 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12999 (tex-main-file, tex-file): Simplify.
13000 (tex-generate-zap-file-name): Use subst-char-in-string.
13001 (tex-strip-dots): Remove.
13002
13003 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
13004
13005 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
13006 to check if the match succeeded.
13007
13008 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13009
13010 * startup.el (use-fancy-splash-screens-p): New function.
13011 (command-line-1): Use it to determine whether or not to use
13012 a fancy splash screen.
13013
13014 2000-12-02 Andreas Schwab <schwab@suse.de>
13015
13016 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
13017
13018 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * international/mule.el (make-char): Fix last change.
13021
13022 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13023 New defcustoms.
13024 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
13025 autoloading tex-mode; instead, do the same manually.
13026 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
13027 with numeric argument. Docstring fix.
13028 (toplevel): Require cl when compiling.
13029
13030 * international/mule.el (make-char): Doc fix.
13031
13032 2000-12-02 Jason Rumney <jasonr@gnu.org>
13033
13034 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
13035 the Emacs Lisp manual)
13036
13037 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13038
13039 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13040
13041 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
13042 the Emacs Lisp manual).
13043
13044 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13045
13046 * simple.el (next-line-add-newlines): Change default to nil.
13047
13048 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
13049
13050 * files.el (revert-buffer, recover-file):
13051 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
13052
13053 2000-12-01 Gerd Moellmann <gerd@gnu.org>
13054
13055 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13056
13057 2000-12-01 Miles Bader <miles@gnu.org>
13058
13059 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
13060
13061 2000-12-01 Kenichi Handa <handa@etl.go.jp>
13062
13063 * international/mule-diag.el (describe-char-after): Fix typo.
13064 (describe-character-set, non-iso-charset-alist): Fix typo.
13065
13066 2000-12-01 Miles Bader <miles@gnu.org>
13067
13068 * image-file.el (image-file-name-regexp): Automatically add
13069 upper-case variants of each filename extension in
13070 `image-file-name-extensions', since they seem to be common.
13071
13072 * simple.el (minibuffer-contents)
13073 (minibuffer-contents-no-properties, delete-minibuffer-contents):
13074 New functions.
13075 * filecache.el (file-cache-directory-name)
13076 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
13077
13078 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
13079
13080 * filecache.el (file-cache-minibuffer-complete): Don't try to
13081 delete the minibuffer prompt.
13082
13083 2000-11-30 Dave Love <fx@gnu.org>
13084
13085 * cus-start.el: Fix read-buffer-function type.
13086
13087 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13088
13089 * md5.el: Removed. There's a built-in function, now.
13090
13091 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
13092
13093 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
13094 as dummy 0-th char of rmail-deleted-vector.
13095
13096 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
13097
13098 * ps-print.el (ps-end-job): Bind case-fold-search only after
13099 switching to ps-spool-buffer.
13100
13101 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13102
13103 * ps-print.el: Line number font customization. PostScript: Lines and
13104 PageCount are initialized on each page. Doc Fix.
13105 (ps-print-version): New version number (6.3.2).
13106 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13107 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13108 (ps-right-header): Customization fix.
13109 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13110 Fix code.
13111 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13112 New vars.
13113
13114 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13115
13116 * bs.el: Fix typos and spelling errors.
13117 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13118 (bs-configuration): Doc fix.
13119
13120 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13121
13122 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
13123
13124 * emulation/tpu-edt.el (tpu-version): New version.
13125 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13126 (tpu-original-mode-line): Variable deleted.
13127 (tpu-mark-flag): New initial value.
13128 (tpu-set-mode-line): Don't redefine mode-line-format.
13129 Add tpu-mark-flag to minor-mode-alist.
13130 (tpu-update-mode-line): New mark flag logic.
13131 (tpu-get): Use find-file-wildcards.
13132 (tpu-search-highlight): Move overlay less, reset overlay properly.
13133 (tpu-unselect): Deactivate mark.
13134 (tpu-lm-replace): Reset overlay properly.
13135 (tpu-forward-line): Use forward-visible-line.
13136 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13137
13138 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13139
13140 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13141
13142 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13143
13144 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13145
13146 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13147 and skip whitespace and newlines.
13148
13149 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13150
13151 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13152
13153 2000-11-29 Gerd Moellmann <gerd@gnu.org>
13154
13155 * help.el (describe-function-1): Regexp-quote function name
13156 when used as part of a regexp.
13157
13158 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13159 Use face-attribute instead of face-foreground and face-background.
13160 (tool-bar-add-item): Likewise, and handle unspecified colors.
13161
13162 * enriched.el (enriched-face-ans): Use face-attribute instead
13163 of face-foreground and face-background.
13164
13165 * faces.el (face-foreground, face-background, face-stipple):
13166 Return nil if attribute is unspecified, for backward compatibility.
13167
13168 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13169
13170 * play/5x5.el: Remove version info.
13171
13172 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13173
13174 * frame.el (blink-cursor-mode): Doc fix.
13175
13176 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13177
13178 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13179 to create Makefile rules.
13180 (antlr-tool-command): New user option.
13181 (antlr-ask-about-save): New user option.
13182 (antlr-makefile-specification): New user option.
13183 (antlr-file-formats-alist): New variable.
13184 (antlr-special-file-formats): New variable.
13185 (antlr-unknown-file-formats): New user option.
13186 (antlr-help-unknown-file-text): New variable.
13187 (antlr-help-rules-intro): New variable.
13188 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13189 (antlr-mode-menu): Add entries.
13190 (antlr-file-dependencies): New function.
13191 (antlr-directory-dependencies): New function.
13192 (antlr-superclasses-glibs): New function.
13193 (antlr-run-tool): New command.
13194 (antlr-makefile-insert-variable): New function.
13195 (antlr-insert-makefile-rules): New function.
13196 (antlr-show-makefile-rules): New command.
13197
13198 * antlr-mode.el: More Emacs/XEmacs stuff.
13199 (antlr-no-action-keywords): New constant with value nil.
13200 (antlr-font-lock-keywords-alist): Use it. Old value would break
13201 syntax highlighting in Emacs-21.0.
13202 (antlr-default-directory): Emacs/XEmacs dependend function.
13203 (antlr-read-shell-command): Ditto.
13204 (antlr-with-displaying-help-buffer): Ditto.
13205
13206 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13207
13208 * antlr-mode.el: imenu, parsing and highlighting changes.
13209 (antlr-imenu-create-index-function): Don't create extra submenus
13210 for definitions in different grammar classes. It is not necessary
13211 for the menu and would make command `imenu' awkward to use.
13212 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13213 header actions and more than one.
13214 (antlr-font-lock-tokendef-face): Changed color.
13215 (antlr-font-lock-tokenref-face): Changed color.
13216 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13217 (antlr-mode-syntax-table): New variable.
13218 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13219 (antlr-with-syntax-table): Don't copy syntax table.
13220
13221 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13222
13223 * antlr-mode.el: Minor changes: language setting.
13224 (antlr-language-alist): The value for file option "language" can
13225 be both an identifier and a string.
13226 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13227 (antlr-language-limit-n-regexp): Change accordingly.
13228
13229 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13230
13231 * antlr-mode.el: Minor changes: tabs, hiding.
13232 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13233 (antlr-action-visibility): Also allow value nil to also hide the
13234 braces. Renamed from `antlr-tiny-action-length'.
13235 Suggested by Jay@aol.com.
13236 (antlr-hide-actions): Change accordingly. Hide line if completely
13237 hidden action is on a line of its own.
13238
13239 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13240
13241 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13242
13243 * sort.el (sort-columns): Don't concat strings with numbers.
13244
13245 2000-11-29 Dave Love <fx@gnu.org>
13246
13247 * cus-edit.el (face): Fix :format.
13248
13249 * mail/feedmail.el: Require smtpmail when compiling.
13250 (mail-do-fcc): Autoload.
13251 (feedmail) <defgroup>: Fix :link.
13252 (feedmail-nuke-body-in-fcc): Fix :type.
13253 (feedmail-send-it): Add autoload cookie.
13254
13255 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13256
13257 * newcomment.el (comment-indent): Save excursion around call to
13258 comment-indent-function.
13259
13260 2000-11-29 Miles Bader <miles@gnu.org>
13261
13262 * subr.el (member-ignore-case): Return the tail of the list who's
13263 car matches, like `member', not the matching element itself.
13264
13265 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13266
13267 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13268 should not contain `\n'.
13269
13270 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13271
13272 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13273
13274 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13275
13276 * dired-aux.el (dired-do-create-files): Construct default file
13277 name for dired-mark-read-file-name so that when the user enters
13278 just RET, the target file will end up in the target directory.
13279
13280 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13281 local-abbrev-table before changing buffers because it might
13282 have a buffer-local binding.
13283
13284 2000-11-28 Miles Bader <miles@gnu.org>
13285
13286 * simple.el (delete-horizontal-space): Handle fields more generally.
13287
13288 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13289
13290 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13291
13292 2000-11-28 Dave Love <fx@gnu.org>
13293
13294 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13295 comment-start-skip locally.
13296
13297 * progmodes/fortran.el (fortran-mode): Don't set
13298 fortran-comment-line-start-skip. Set comment-start to
13299 fortran-comment-line-start.
13300 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13301 (fortran-comment-line-start-skip): Simplify slightly.
13302
13303 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13304
13305 * play/5x5.el: Remove RCS keyword.
13306
13307 * bs.el: Mistaken commit, undone 2000-11-30.
13308
13309 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13310
13311 * textmodes/tildify.el (tildify-string-alist):
13312 Add `plain-tex-mode' here.
13313
13314 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13315
13316 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13317 reference.
13318
13319 2000-11-28 Miles Bader <miles@gnu.org>
13320
13321 * cus-face.el (custom-face-attributes): Add post-filter function
13322 for :box. Make pre-filter function for :box handle all cases.
13323
13324 * wid-edit.el (widget-choose): Make sure pop-up window is large
13325 enough to display all the choices, as there's no way to scroll it.
13326
13327 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13328
13329 * international/mule-conf.el: Make the coding system no-conversion
13330 safe for all characters.
13331
13332 2000-11-27 Dave Love <fx@gnu.org>
13333
13334 * net/ldap.el (ldap) <defgroup>: Add :version.
13335
13336 * tooltip.el (tooltip-use-echo-area): Doc fix.
13337
13338 * cus-start.el <minibuffer-prompt-properties>: Add version.
13339 <read-buffer-function>: Add.
13340
13341 * apropos.el (apropos-print): Add help-echo to active text.
13342
13343 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13344
13345 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13346
13347 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13348 type, group and version.
13349
13350 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13351
13352 * select.el (x-get-selection): Docstring fix.
13353
13354 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13355
13356 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13357
13358 2000-11-27 Andrew Innes <andrewi@gnu.org>
13359
13360 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13361
13362 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13363
13364 2000-11-27 Miles Bader <miles@gnu.org>
13365
13366 * dired.el (dired-get-filename): Return filename verbatim if
13367 LOCALP is `verbatim'.
13368 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13369 `verbatim' so that we don't inadvertently delete a non-existant
13370 directory name.
13371
13372 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13373
13374 * international/characters.el: Specify cases and syntaxes for
13375 mule-unicode-0100-24ff.
13376
13377 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13378
13379 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13380 that foreground and/or background colors of the face `tool-bar'
13381 are unspecified.
13382
13383 2000-11-27 Miles Bader <miles@gnu.org>
13384
13385 * wid-edit.el (widget-field-buffer, widget-field-start)
13386 (widget-field-end): Handle widget field `pseudo-overlays'.
13387 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13388 if it's there instead of in `widget-field-list'.
13389
13390 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13391 (help-make-xrefs): Delete extraneous newlines at the end of the
13392 docstring.
13393
13394 2000-11-25 Jason Rumney <jasonr@gnu.org>
13395
13396 * startup.el (command-line): Call set-locale-environment after
13397 Window System init file is read, as it can result in a call to
13398 redraw-frame.
13399
13400 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13401
13402 * simple.el (shell-command): Mention the effect of the prefix
13403 argument in the doc string.
13404
13405 2000-11-25 Miles Bader <miles@gnu.org>
13406
13407 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13408
13409 * wid-edit.el (widget-field-value-delete): Don't try to delete
13410 overlay when it's the `pseudo-overlay' that exists at some points.
13411
13412 2000-11-24 Jason Rumney <jasonr@gnu.org>
13413
13414 * international/mule-cmds.el (locale-language-names): Add "jp" as
13415 a non-standard alternative for Japanese.
13416
13417 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13418
13419 * vc-hooks.el: Require 'cl during compilation.
13420
13421 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13422
13423 * faces.el (face-set-after-frame-default): Let face attributes
13424 specified for new frames override frame parameters.
13425
13426 * startup.el (command-line): Fix computation of the source file
13427 for user-init-file when user-init-file is a compiled file.
13428
13429 2000-11-24 Miles Bader <miles@gnu.org>
13430
13431 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13432 (custom-post-filter-face-spec): New functions.
13433 (custom-face-set, custom-face-value-create): Filter the face spec
13434 before and after customization.
13435 (custom-face-set): If VALUE specifies a null face, pass a
13436 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13437 * cus-face.el (custom-face-attributes): Remove SET and GET
13438 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13439 cases they're needed.
13440
13441 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13442 that it's distinguishable from the :off-glyph on dark-background
13443 displays. Set its background color too.
13444
13445 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13446 so that people can easily turn it off.
13447
13448 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13449
13450 * ediff-diff.el: Moved variables around to have it compile under NT.
13451
13452 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13453
13454 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13455
13456 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13457 redundant skip-small-frames test.
13458
13459 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13460 (viper-downgrade-to-insert): Protect against errors in hooks.
13461
13462 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13463 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13464 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13465 New functions.
13466
13467 * viper-util.el (viper-memq-char): Bug fixes.
13468
13469 * viper.el (viper-mode): Fix cursor handling.
13470
13471 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13472
13473 * international/mule-diag.el (list-iso-charset-chars):
13474 For two-byte charset, fix the `while' condition.
13475 (list-non-iso-charset-chars): Fix the `while' condition.
13476
13477 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13478
13479 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13480 if the variable is make-variable-buffer-local.
13481
13482 * progmodes/ada-stmt.el (ada-template-map):
13483 Initialize and bind it to C-c t in ada-mode-map.
13484 (ada-stmt-mode-hook): New function extracted from old code.
13485 Only change the buffer-local side of skeleton-*.
13486 (ada-mode-hook): Use it.
13487
13488 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13489
13490 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13491 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13492 we expect to be returned by minibuffer-depth once we prompt the
13493 user in the minibuffer.
13494 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13495 as recorded in iswitchb-minibuf-depth, return non-nil.
13496
13497 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13498
13499 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13500 (hscroll-window-maybe): Docstring fix.
13501
13502 2000-11-23 Dave Love <fx@gnu.org>
13503
13504 * rect.el (string-rectangle): Don't test delete-selection-mode.
13505
13506 2000-11-23 Gerd Moellmann <gerd@gnu.org>
13507
13508 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13509 is in the tool bar.
13510
13511 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
13512 with `no-dir'; we want the directory part to be able to remove it.
13513
13514 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13515
13516 * textmodes/outline.el (outline-flag-region):
13517 Don't bind inhibit-read-only since we don't modify the buffer.
13518 (outline-isearch-open-invisible): Don't jump to overlay-start
13519 since we're trying to unhide text around point.
13520 (outline-discard-overlays): Use dolist.
13521
13522 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13523
13524 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13525
13526 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
13527
13528 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13529
13530 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13531 Fix ARG regexp to skip quoted braces.
13532 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13533 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13534 are (correctly) handled separately).
13535 Remove `caption' and `footnote' from `citations': they contain text.
13536 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13537 (latex-skeleton-end-hook): New function.
13538 (latex-mode): Use it.
13539 (tex-start-tex-marker): Remove.
13540 (tex-send-tex-command): Don't set tex-start-tex-marker.
13541 (tex-error-parse-syntax-table): New var.
13542 (tex-compilation-parse-errors): Use it.
13543 Ignore tex-start-tex-marker. Don't bother with marker-position.
13544 (tex-validate-buffer): Don't bother with marker-position.
13545
13546 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
13547 (flyspell-generic-progmode-verify): Use it.
13548
13549 2000-11-22 Sam Steingold <sds@gnu.org>
13550
13551 * simple.el (delete-trailing-whitespace): New interactive function.
13552
13553 * progmodes/ada-mode.el (ada-mode): Use it instead of
13554 `ada-remove-trailing-spaces'.
13555 (ada-remove-trailing-spaces): Removed.
13556
13557 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
13558
13559 * textmodes/picture.el (picture-clean): Removed.
13560 (picture-mode-exit): Call it instead of `picture-clean'.
13561
13562 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13563
13564 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13565
13566 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13567 jit-lock-fontify-buffer; it should anyway be unneccessary to
13568 do anything special when jit-lock is active.
13569 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13570
13571 2000-11-22 Dave Love <fx@gnu.org>
13572
13573 * calendar/todo-mode.el (todo-top-priorities): Use
13574 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13575
13576 * language/chinese.el, language/cyrillic.el:
13577 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13578 * language/hebrew.el, language/indian.el, language/japanese.el:
13579 * language/korean.el, language/lao.el, language/misc-lang.el:
13580 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13581 Use provide.
13582
13583 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13584 (custom-variable-set): Improve validation error mesage.
13585
13586 * rect.el (string-rectangle): Revert last change.
13587 (string-rectangle-line): New arg DELETE.
13588 (string-rectangle): Check delete-selection-mode.
13589
13590 * emacs-lisp/edebug.el (edebug-version)
13591 (edebug-maintainer-address): Deleted.
13592 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13593 (edebug-read-function): Account for other `'#' read forms.
13594 (edebug-mode-menus): Make some items toggles.
13595 (edebug-outside-unread-command-event, unread-command-event):
13596 Remove these to avoid warnings.
13597
13598 2000-11-22 David Ponce <david@dponce.com>
13599
13600 * recentf.el (recentf-menu-items-for-commands)
13601 (recentf-make-menu-items, recentf-make-menu-item)
13602 (recentf-filter-changer): Added :help and :active menu-item properties.
13603
13604 (recentf-build-dir-rules, recentf-dump-variable)
13605 (recentf-edit-list, recentf-open-files-item)
13606 (recentf-open-files): Replaced unnecessary `mapcar' with new
13607 built-in `mapc'.
13608
13609 2000-11-23 Miles Bader <miles@gnu.org>
13610
13611 * faces.el (menu): Make inverse-video on ttys too.
13612
13613 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13614
13615 * simple.el (comment-line-break-function): Use the new name
13616 indent-new-comment-line -> comment-indent-new-line.
13617 (clone-indirect-buffer): Don't ignore NORECORD.
13618 (next-completion): Properly handle the case where items are adjacent.
13619
13620 * mouse.el (popup-menu): Stupid typo.
13621
13622 2000-11-22 Gerd Moellmann <gerd@gnu.org>
13623
13624 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13625 maintainer, keywords tags.
13626
13627 * rect.el (replace-rectangle): Don't call string-rectangle-line
13628 with too many arguments.
13629
13630 2000-11-22 Andre Spiegel <spiegel@gnu.org>
13631
13632 * ediff-util.el (ediff-file-checked-out-p)
13633 (ediff-file-checked-in-p): Call vc-state instead of
13634 vc-locking-user, which no longer exists.
13635
13636 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13637
13638 2000-11-22 Dave Love <fx@gnu.org>
13639
13640 * md5.el (md5): Provide.
13641 (md5): Fix error call.
13642
13643 2000-11-22 Miles Bader <miles@gnu.org>
13644
13645 * textmodes/refill.el (refill-adjust-ignorable-overlay)
13646 (refill-fill-paragraph-at): Remove debugging code.
13647
13648 * calendar/calendar.el (generate-calendar-window): When we don't
13649 call `fit-window-to-buffer', make sure the top line is fully visible.
13650
13651 * image-file.el (insert-image-file): Don't make `read-only'
13652 property rear-nonsticky.
13653
13654 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13655 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13656 stashing away its original value.
13657 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13658 in the recursive edit.
13659 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13660 (isearch-done): Restore `minibuffer-message-timeout'.
13661
13662 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13663
13664 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13665
13666 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13667
13668 * find-lisp.el (find-lisp-find-files-internal):
13669 Use dolist, when and file-name-as-directory.
13670
13671 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
13672 (define-derived-mode, define-minor-mode): Add specs.
13673
13674 * window.el: General comment and spacing fixes.
13675 (save-selected-window): Use backquotes.
13676 (window-safely-shrinkable-p): New function.
13677 (shrink-window-if-larger-than-buffer): Use it.
13678
13679 * subr.el (make-local-hook): Docstring fix.
13680
13681 * shell.el (shell-mode): Use define-derived-mode.
13682
13683 * newcomment.el (comment-indent): Insert comment before calling
13684 comment-indent-function. Don't insert in column 0.
13685 (comment-dwim): Indent before inserting comment.
13686
13687 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13688 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13689 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13690 Use mapc rather than map.
13691
13692 * files.el (find-buffer-visiting): Compare all attributes before
13693 declaring two files identical (rather than just their inode-no).
13694 (auto-mode-alist): Use \' rather than $.
13695
13696 * which-func.el: Update maintainer line.
13697
13698 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13699 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13700 (uniquify-buffer-file-name): Use it.
13701
13702 2000-11-22 Miles Bader <miles@gnu.org>
13703
13704 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13705 * simple.el (minibuffer-avoid-prompt): New function.
13706
13707 2000-11-21 Gerd Moellmann <gerd@gnu.org>
13708
13709 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13710
13711 2000-11-21 Miles Bader <miles@gnu.org>
13712
13713 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13714 inclusion of `track-mouse'.
13715
13716 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13717 (refill-adjust-ignorable-overlay): New function.
13718 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13719 only the paragraph's tail if possible.
13720 Update `refill-ignorable-overlay'.
13721 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13722
13723 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13724 point inside the fill-prefix.
13725
13726 * textmodes/refill.el (refill-post-command-function): Don't reset
13727 refill-doit in the case where a self-insertion command doesn't
13728 case a refill. Use `refill-fill-paragraph-at', getting position
13729 from `refill-doit'.
13730 (refill-after-change-function): Set `refill-doit' to END.
13731 (refill-fill-paragraph-at): New function, mostly from old
13732 refill-fill-paragraph.
13733 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13734 (refill-pre-command-function): New function.
13735 (refill-mode): Add it to `pre-command-hook'.
13736
13737 2000-11-20 Gerd Moellmann <gerd@gnu.org>
13738
13739 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13740
13741 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13742 javadoc tags.
13743
13744 2000-11-20 Andre Spiegel <spiegel@gnu.org>
13745
13746 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13747 vc.el).
13748
13749 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
13750 require vc.
13751
13752 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
13753 checkouts.
13754
13755 2000-11-20 Dave Love <fx@gnu.org>
13756
13757 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13758
13759 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
13760
13761 * calculator.el (calculator-paste): Use `if' instead of `and'
13762 and `or'.
13763 (calculator-help): Don't use electric-describe-mode for XEmacs.
13764
13765 2000-11-19 Gerd Moellmann <gerd@gnu.org>
13766
13767 * info.el (info-menu-5): Doc fix.
13768
13769 * textmodes/artist.el: New file.
13770
13771 2000-11-19 Andre Spiegel <spiegel@gnu.org>
13772
13773 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
13774 and differentiate according to checkout model.
13775 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13776 since this function is only concerned with master state.
13777
13778 * vc-hooks.el (vc-workfile-unchanged-p)
13779 (vc-default-workfile-unchanged-p): Moved here from vc.el.
13780
13781 * vc.el (vc-workfile-unchanged-p)
13782 (vc-default-workfile-unchanged-p): See above.
13783
13784 2000-11-19 Miles Bader <miles@gnu.org>
13785
13786 * image-file.el (insert-image-file): Make `intangible' and
13787 `read-only' properties rear-nonsticky too.
13788
13789 2000-11-18 Gerd Moellmann <gerd@gnu.org>
13790
13791 * ps-print.el: Update copyright notice.
13792
13793 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13794 (tooltip-show): Use the offsets.
13795
13796 * bindings.el (mode-line-modified): Fix a typo.
13797 (mode-line-toggle-modified, mode-line-widen)
13798 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13799
13800 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13801
13802 * ps-print.el (toplevel): Test for find-coding-system being
13803 fboundp before calling ps-x-find-coding-system.
13804
13805 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13806
13807 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13808 (vc-version-backup-file): Docstring fix.
13809
13810 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13811
13812 * files.el (basic-save-buffer): Don't add a newline if
13813 find-file-literally is non-nil.
13814 (find-file-literally): Extend doc string.
13815
13816 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13817 sort(1) with the `-f' argument.
13818
13819 2000-11-16 Andre Spiegel <spiegel@gnu.org>
13820
13821 * vc.el: Updated backend documentation.
13822 (vc-default-check-headers): New function.
13823
13824 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13825
13826 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
13827 up-to-date.
13828 (vc-do-command): In the asynchronous case, output messages only if
13829 the minibuffer is not active.
13830
13831 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
13832 `vc-cvs-use-edit' is on.
13833 (vc-cvs-checkout): When this is used for reverting the workfile,
13834 make a backup of the original contents and revert to that in case
13835 of error.
13836 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
13837 remote repositories.
13838
13839 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13840 for both version and ratio in the minibuffer.
13841
13842 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
13843 Use vc-do-command to perform the annotation, not call-process.
13844
13845 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13846
13847 * international/quail.el (quail-start-translation): Don't call
13848 `message' before reading key sequence.
13849
13850 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13851
13852 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13853
13854 2000-11-16 Kenichi Handa <handa@etl.go.jp>
13855
13856 * window.el (fit-window-to-buffer): Be sure to acquire at least
13857 one text line even if the buffer is empty.
13858
13859 2000-11-16 Gerd Moellmann <gerd@gnu.org>
13860
13861 * net/ange-ftp.el (ange-ftp-file-writable-p)
13862 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13863 Bind ange-ftp-process-verbose to nil.
13864
13865 2000-11-15 Dave Love <fx@gnu.org>
13866
13867 * wid-edit.el (widget-specify-field, widget-specify-button):
13868 If :help-echo is a function, set help-echo of overlay to
13869 widget-mouse-help.
13870 (widget-mouse-help): New function.
13871 (widget-echo-help): Rewritten for :help-echo functions only taking
13872 a widget arg.
13873
13874 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13875 Use display-graphic-p.
13876 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13877 and that JPEG is available.
13878 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13879
13880 * international/mule-cmds.el (locale-charset-language-names):
13881 Match @euro.
13882
13883 2000-11-15 Gerd Moellmann <gerd@gnu.org>
13884
13885 * faces.el (face-set-after-frame-default):
13886 If `inhibit-default-face-x-resources' is bound, don't intialize the
13887 default face from X resources.
13888
13889 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13890
13891 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13892 Don't set EMACSLOADPATH.
13893
13894 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13895
13896 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13897 texinfo-insert-@url.
13898 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13899 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13900
13901 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13902
13903 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13904 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13905 (checkdoc-minor-keymap): Backward compatibility.
13906 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13907 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13908 (checkdoc-this-string-valid-engine): Be a bit more strict
13909 to avoid matching substrings of `...' quoted vars/funs.
13910 (checkdoc-defun-info): Only look for `interactive' if alone.
13911 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13912
13913 * progmodes/compile.el (grep): `tag-default' can be nil.
13914
13915 * newcomment.el (comment-indent): Paren typo.
13916
13917 2000-11-14 Dave Love <fx@gnu.org>
13918
13919 * calculator.el: New maintainer version.
13920
13921 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13922
13923 * cmuscheme.el: Doc fixes.
13924 (cmuscheme) <defgroup>: Use `scheme' as parent.
13925 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
13926
13927 * xscheme.el (scheme-program-name): Don't define here.
13928
13929 * progmodes/scheme.el (scheme-program-name): New variable
13930 (originally in cmuscheme).
13931
13932 2000-11-14 Miles Bader <miles@gnu.org>
13933
13934 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13935 Handle header-lines. Don't loop forever if we can't enlarge the
13936 window anymore. Simplify a bit.
13937
13938 2000-11-14 Kenichi Handa <handa@etl.go.jp>
13939
13940 * window.el (fit-window-to-buffer): Don't check
13941 window-text-height. Assure that the last line is fully visible.
13942
13943 * international/quail.el (quail-show-guidance-buf):
13944 Call fit-window-to-buffer to assure the enough height of the guidance
13945 buffer.
13946 (quail-update-guidance): Avoid making the guidance buffer shorter.
13947
13948 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13949
13950 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13951 rather than `prepend' and add an interesting comment.
13952 (tex-math-face, tex-font-lock-syntactic-face-function):
13953 New face and function to use it.
13954 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13955 than `menu-enable' symbol property.
13956 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13957 (tex-mode): Add some latex-mode commands for auto-selection.
13958 Use tex-font-lock-syntactic-face-function.
13959 (tex-insert-quote): Simplify.
13960 (tex-shell): New mode.
13961 (tex-start-shell): Use it.
13962 (tex-shell-proc, tex-shell-buf): New functions.
13963 (tex-send-command): Use it.
13964 (tex-main-file): Fix the meaning of the new arg REALFILE.
13965 (tex-send-tex-command): New function split from `tex-start-tex'.
13966 Set compilation-last-buffer and compilation-parsing-end.
13967
13968 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13969 when it follows non-comment text on the line.
13970
13971 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13972 Set font-lock-defaults.
13973 (lisp-mode-shared-map): Init inside the defvar.
13974 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13975 Use define-derived-mode.
13976
13977 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13978
13979 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13980
13981 2000-11-14 Gerd Moellmann <gerd@gnu.org>
13982
13983 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13984 Don't recursively optimize body because that can lead to infinite
13985 recursion; see comment there.
13986
13987 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13988
13989 * faces.el (face-spec-set-match-display): Revert the change from
13990 2000-10-24. Add a FIXME for after v21.1.
13991
13992 2000-11-13 Miles Bader <miles@gnu.org>
13993
13994 * textmodes/fill.el (skip-line-prefix): New function.
13995 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13996 (fill-paragraph): Don't leave point inside the fill-prefix.
13997 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13998 point inside the fill-prefix.
13999
14000 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
14001
14002 * calendar/calendar.el (generate-calendar-window):
14003 Use `fit-window-to-buffer'.
14004
14005 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
14006
14007 * gud.el (gud-minor-mode): New var.
14008 (gud-symbol, gud-val): New functions.
14009 (gud-find-file): Copy gud-minor-mode to the new buffer.
14010 (gud-menu-map): Include entries for commands that are not always
14011 available, using :enable to (de)activate them.
14012 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
14013 (gud-mode-map): New map.
14014 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
14015 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
14016 Don't set up gud's menu (it's done by the minor-mode).
14017 (gud-minibuffer-local-map): New.
14018 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
14019 (gud-query-cmdline): New function.
14020 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
14021 (gud-mode): Use define-derived-mode.
14022 Don't set up gud's menu (it's done by the minor-mode).
14023 (gud-chop-words): Remove.
14024 (gud-common-init): Use split-string instead.
14025 (gud-new-keymap, gud-make-debug-menu): Eradicate.
14026
14027 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14028 Add keyword arg :name.
14029
14030 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
14031 (diff-count-matches, diff-split-hunk): New functions.
14032 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
14033
14034 * pcvs-info.el (cvs-fi-conflict-face): New var.
14035
14036 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
14037 Make it into a simple syntax-table, shared among all submodes.
14038 (sh-heredoc-face): Re-introduce.
14039 (sh-font-lock-syntactic-face-function): New function.
14040 (sh-mode): Use it. Also use define-derived-mode.
14041 Remove old bogus setting of indent-region-function.
14042 (sh-set-shell): Don't set the syntax-table any more.
14043 (sh-mode-syntax-table) <defun>: Remove.
14044
14045 2000-11-12 Miles Bader <miles@gnu.org>
14046
14047 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
14048 message if interactive.
14049
14050 2000-11-12 Dave Love <fx@gnu.org>
14051
14052 * mail/feedmail.el: Fix header,
14053 (feedmail) <defgroup>: Add :link.
14054
14055 * view.el: Use local-map property, not keymap on mode-line string.
14056
14057 * scroll-all.el (scroll-all-mode): Customize variable.
14058 Add autoload cookie to function.
14059
14060 * lazy-lock.el: Remove compatibility code.
14061
14062 * finder.el (finder-known-keywords): Add `files', remove `vms'.
14063 (finder-help-echo): New variable.
14064 (finder-mouse-face-on-line): Add help-echo stuff.
14065 (finder-list-keywords, finder-list-matches): Use mapc.
14066
14067 * faces.el (face-font-registry-alternatives): Add :version.
14068
14069 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
14070 tags-table-list.
14071
14072 * net/browse-url.el (browse-url-browser-function): Update :version.
14073
14074 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
14075 (mail-mode): Use [:alnum:] in some regexps.
14076
14077 2000-11-10 Dave Love <fx@gnu.org>
14078
14079 * ediff.el (ediff-regions-internal, ediff-documentation):
14080 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
14081 fundamental mode.
14082
14083 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
14084 buffer into fundamental mode.
14085 (ediff-set-difference): Use copy-sequence if available.
14086
14087 * ediff-ptch.el (ediff-dispatch-file-patching-job):
14088 Check ediff-patch-map non-nil.
14089 (ediff-fixup-patch-map, ediff-fixup-patch-map)
14090 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
14091 buffer into fundamental mode.
14092
14093 * ediff-merg.el (state-or-merge): Defvar when compiling.
14094
14095 2000-11-10 Jason Rumney <jasonr@gnu.org>
14096
14097 * w32-fns.el (w32-add-charset-info): New function.
14098 (w32-charset-info-alist): Use it.
14099
14100 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14101
14102 * faces.el (face-font-registry-alternatives): New user-option.
14103
14104 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14105
14106 * textmodes/texinfo.el (texinfo-block-default): New var.
14107 (texinfo-insert-block): Use it. Insert a newline if needed.
14108
14109 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14110 (fill-region-as-paragraph): Use it.
14111
14112 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14113 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14114 Tweak paragraph regexps to allow a leading [ \t]*.
14115 (tex-latex-block): Insert a newline if necessary.
14116 (latex-insert-item): Only insert a newline if necessary.
14117 (tex-guess-main-file): New function.
14118 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14119 Set tex-main-file if TeX-master is provided.
14120 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14121
14122 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14123
14124 * startup.el (command-line): Set the default tooltip-mode
14125 to t for graphical displays which implement x-show-tip.
14126
14127 * tooltip.el (tooltip-mode): Add a comment about startup.el
14128 setting the default value of this user-option.
14129
14130 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14131
14132 * font-lock.el (font-lock-*-face) <defvar>: Move.
14133 (font-lock-defaults-alist): Mark obsolete.
14134 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14135 (font-lock-mode): Use define-minor-mode.
14136 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14137 (font-lock-turn-off-thing-lock): Be more explicit.
14138 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14139 (font-lock-syntactic-face-function): New var.
14140 (font-lock-fontify-syntactically-region): Use it.
14141 (font-lock-doc-face): New.
14142
14143 * pcvs.el (cvs-enabledp): Ignore errors.
14144 (cvs-commit-filelist): Never query.
14145 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14146 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14147 (cvs-do-removal): Use cvs-partition rather than delete-if.
14148 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14149 cvs-bury-buffer.
14150
14151 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14152 Allow `next' to jump to after the end of the last match.
14153
14154 2000-11-09 Gerd Moellmann <gerd@gnu.org>
14155
14156 * simple.el (byte-compiling-files-p): New function.
14157
14158 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14159 if it is there.
14160
14161 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14162 nil again.
14163
14164 * textmodes/ispell.el (ispell-library-path): Don't call
14165 check-ispell-version when byte-compiling because that starts
14166 an ispell process, and ispell might not be installed.
14167 (toplevel): Don't set up a menu when byte-compiling.
14168
14169 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14170 it, so that a boundp test can be used to determine if we're
14171 currently byte-compiling.
14172
14173 2000-11-09 Dave Love <fx@gnu.org>
14174
14175 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14176
14177 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14178
14179 * ps-print.el: Patch for variable initialization when spooling.
14180 Doc fix.
14181 (ps-output-list): Fun eliminated.
14182 (ps-begin-file, ps-begin-job): Code fix.
14183
14184 2000-11-08 Dave Love <fx@gnu.org>
14185
14186 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14187
14188 2000-11-08 Gerd Moellmann <gerd@gnu.org>
14189
14190 * simple.el (shell-command, display-message-or-buffer)
14191 (shell-command-on-region): Mention resize-mini-windows in the doc
14192 string.
14193 (display-message-or-buffer): Take the value of resize-mini-windows
14194 into account.
14195
14196 2000-11-07 Gerd Moellmann <gerd@gnu.org>
14197
14198 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14199
14200 * dired.el (dired-between-files): Add `^. find' as an alternative
14201 to the regular expression, for find-dired.
14202
14203 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14204
14205 * textmodes/texnfo-upd.el: Require texinfo.
14206 (defmacro, defgroup): Remove.
14207 (texinfo-section-to-generic-alist): Remove.
14208 Use texinfo-section-list instead (i.e. level is changed string->int).
14209 (texinfo-filter): New function.
14210 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14211 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14212 Use it. And use regexp-opt.
14213 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14214 (texinfo-update-menu-region-beginning)
14215 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14216 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14217 (texinfo-update-menu-same-level-regexps): Update.
14218 (texinfo-update-node, texinfo-every-node-update)
14219 (texinfo-sequential-node-update): Remove autoload cookie.
14220
14221 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14222 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14223 (texinfo-chapter-level-regexp): Remove.
14224 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14225
14226 2000-11-06 Dave Love <fx@gnu.org>
14227
14228 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14229
14230 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14231 Match defun*.
14232
14233 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14234
14235 * composite.el (composition-function-table): Variable declaration
14236 moved to src/composite.c.
14237 (compose-chars-after): New optional arg object.
14238
14239 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14240
14241 * bindings.el (mode-line-toggle-read-only)
14242 (mode-line-toggle-modified, mode-line-widen)
14243 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14244 (make-mode-line-mouse2-map): Rewritten.
14245 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14246 functions so that C-h k can show something with a doc string.
14247
14248 * startup.el (fancy-splash-delay): Set to 10 seconds.
14249 (fancy-splash-max-time): New user-option.
14250 (fancy-splash-stop-time): New variable.
14251 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14252 (fancy-splash-screens-1): Throw `stop-splashing' when current
14253 time is greater than fancy-splash-stop-time.
14254
14255 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14256
14257 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14258
14259 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14260 Prompt user for a file rather than raising an error.
14261 (cvs-enabledp): Fix call to cvs-mode-marked.
14262 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14263 (cvs-mode-insert): Use it. Change the init prompt' value.
14264 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14265
14266 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14267 Don't pass default arg to ewoc-locate.
14268 (ewoc-collect): Return result in the right order.
14269
14270 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14271
14272 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14273 (cvs-status-get-tags): Fix regexp.
14274 (cvs-status-trees, cvs-status-cvstrees):
14275 Combine after change hooks and don't sit-for.
14276 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14277 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14278 Use make-char rather than hard-coded cryptic data.
14279 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14280
14281 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14282
14283 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14284 (cvs-insert-strings): New function.
14285
14286 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14287
14288 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14289 `mwheel-scroll-amount'.
14290 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14291 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14292 string-matching against the version string.
14293
14294 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14295
14296 * language/thai.el ("Thai"): Set a lisp form that produces
14297 composed string in `sample-text' language info.
14298
14299 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14300 composed string in `sample-text' language info.
14301
14302 * international/mule-cmds.el (describe-language-environment):
14303 Eval `sample-text' data and insert the result.
14304
14305 * international/mule-conf.el (compound-text): Define this coding
14306 system here. Make x-ctext and ctext aliases of it.
14307
14308 * language/european.el (compound-text, ctext): Moved to
14309 international/mule-conf.el.
14310
14311 2000-11-05 Andrew Innes <andrewi@gnu.org>
14312
14313 * w32-fns.el (w32-version): New function.
14314
14315 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14316
14317 * progmodes/awk-mode.el: Update copyright.
14318 (awk-mode-abbrev-table): Remove.
14319 (awk-font-lock-keywords): Use regexp-opt.
14320 (awk-mode): Use define-derived-mode.
14321
14322 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14323 when extracting a suffix.
14324
14325 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14326
14327 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14328 auto-save-mode.
14329
14330 2000-11-04 Jason Rumney <jasonr@gnu.org>
14331
14332 * language/european.el (decode-mac-roman): Test against r1 not r0.
14333
14334 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14335
14336 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14337 (icon-mode): Define indent-line-function.
14338 (icon-comment-indent): Simplify.
14339 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14340
14341 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14342
14343 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14344 Bind change-log-default-mode to defeat the caching done on it.
14345 Don't bother saving excursion any more.
14346
14347 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14348
14349 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14350 (set-frame-font): Use the new name (and the old for compatibility).
14351
14352 * toolbar/tool-bar.el (tool-bar-mode):
14353 * time.el (display-time-mode):
14354 * recentf.el (recentf-mode):
14355 * paren.el (show-paren-mode):
14356 * mwheel.el (mouse-wheel-mode):
14357 * msb.el (msb-mode):
14358 * jka-compr.el (auto-compression-mode):
14359 * image-file.el (auto-image-file-mode):
14360 * hl-line.el (hl-line-mode):
14361 * delsel.el (delete-selection-mode):
14362 * autoinsert.el (auto-insert-mode):
14363 * complete.el (partial-completion-mode): Drop unneeded positional args.
14364
14365 * info.el (Info-mode):
14366 * comint.el (comint-mode): Don't bother with make-local-hook.
14367
14368 * log-edit.el (log-edit-menu): New menu.
14369
14370 2000-11-03 Miles Bader <miles@gnu.org>
14371
14372 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14373 definition, so that trailing spaces are handled properly.
14374 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14375
14376 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14377
14378 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14379 tab character.
14380 (fancy-splash-screens): Set tab-width to 20.
14381
14382 2000-11-03 Dave Love <fx@gnu.org>
14383
14384 * comint.el (comint-completion-addsuffix): Fix custom type.
14385
14386 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14387
14388 * font-lock.el (font-lock-buffers): Remove.
14389 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14390 (font-lock-change-major-mode): Remove.
14391 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14392 (font-lock-default-fontify-region): Extend the multiline
14393 fontification to whole lines.
14394 (font-lock-fontify-anchored-keywords)
14395 (font-lock-fontify-keywords-region): If matching just one
14396 line (with \n) only mark the \n as multiline.
14397
14398 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14399 Correctly handle the case where several :group args are supplied.
14400 Allow :extra-args.
14401 (easy-mmode-define-global-mode): Allow :extra-args.
14402 Correctly handle the case where several :group args are supplied.
14403
14404 2000-11-02 Miles Bader <miles@gnu.org>
14405
14406 * calendar/calendar.el (diary-face, calendar-today-face)
14407 (holiday-face): Remove dependency on `window-system'.
14408
14409 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14410
14411 * Makefile.in (emacs): Set EMACSLOADPATH always.
14412 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14413 (compile-files): Bomb out if compilation of a file fails.
14414
14415 2000-11-02 Dave Love <fx@gnu.org>
14416
14417 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14418
14419 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14420
14421 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14422 punctuation in the warning inserted into the *mail* buffer.
14423
14424 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14425
14426 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14427 (authors-public-domain-p): New function.
14428 (authors-print): Use it.
14429
14430 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14431
14432 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14433
14434 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14435
14436 * ps-print.el: Extension for even/odd printing. Doc fix.
14437 (ps-print-version): New version number (6.3.1).
14438 (ps-even-or-odd-pages): Customization fix.
14439 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14440 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14441 (ps-page-count): Var replaced by `ps-page-column'.
14442 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14443 (ps-print-sheet-p): New fun.
14444
14445 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14446
14447 * tooltip.el (tooltip-gud-tips-setup): New function.
14448 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14449 (tooltip-mode): Call tooltip-gud-tips-setup.
14450 (tooltip-gud-tips): Use `gud-basic-call' instead of
14451 process-send-string, so the prompt gets frobbed appropriately.
14452 Handle nil return value from `tooltip-gud-print-command'.
14453
14454 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14455
14456 * comint.el (comint-add-to-input-history): New function.
14457 (comint-send-input): Use `comint-add-to-input-history'.
14458
14459 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14460
14461 * info.el (info-menu-header): New face.
14462 (Info-fontify-menu-headers): New function.
14463 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14464
14465 * info.el (Info-insert-dir): Don't include blank lines at
14466 beginning of additional dir files (one is added automatically).
14467
14468 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14469
14470 * emacs-lisp/easy-mmode.el (define-minor-mode):
14471 Revert the latest changes.
14472 Allow the three positional arguments to be skipped and replaced
14473 by keyword arguments.
14474 Add a :toggle argument to determine whether a nil arg means toggle
14475 or means turn-on. The default is unchanged.
14476 Add a call to force-mode-line-update.
14477
14478 2000-11-01 Dave Love <fx@gnu.org>
14479
14480 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14481
14482 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14483
14484 * calendar/calendar.el (diary-face, holiday-face):
14485 Add dark-background variants.
14486
14487 2000-10-31 Sam Steingold <sds@gnu.org>
14488
14489 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14490 `tex-main-file' does not have directory in it.
14491
14492 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14493
14494 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14495
14496 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14497
14498 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14499 functional change.
14500
14501 2000-10-31 Gerd Moellmann <gerd@gnu.org>
14502
14503 * files.el (find-file-noselect): When we expand a wildcard, return
14504 a list of buffers, as we should do according to the doc string.
14505
14506 2000-10-31 Ken Raeburn <raeburn@gnu.org>
14507
14508 * loadup.el (top level): Adjust load path if program name is
14509 "../src/bootstrap-emacs", in case it's not dumped and thus the
14510 load path adjustment hasn't already been done.
14511
14512 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14513
14514 * ps-print.el: Fix bug on selected pages for printing.
14515 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
14516 is on. Try to avoid warning messages when compiling. Doc Fix.
14517 (ps-print-version): New version number (6.3).
14518 (ps-color-device): Use `color-values' to determine if device
14519 supports color.
14520 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14521 (ps-print-page-p): Changed from defsubst to defun.
14522 (ps-page-number): Changed from defmacro to defun.
14523 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14524 printing.
14525 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
14526 (ps-end-file, ps-dummy-page): Funs eliminated.
14527 (ps-print-color-scale): Changed default value.
14528 (ps-page-n-up, ps-print-page-p): New internal vars.
14529 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14530 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14531
14532 * delim-col.el: Little programming improvement.
14533 (delimit-columns-str): New macro.
14534 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14535
14536 2000-10-31 Kenichi Handa <handa@etl.go.jp>
14537
14538 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14539 Moved to european.el.
14540 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14541 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14542 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14543 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
14544
14545 2000-10-30 Dave Love <fx@gnu.org>
14546
14547 * progmodes/cc-menus.el (imenu-generic-expression)
14548 (imenu-progress-message): Only defvar when compiling.
14549
14550 * emacs-lisp/elp.el (elp-unload-hook): New function.
14551
14552 * loadhist.el (unload-feature): Call elp-restore-function,
14553 checking for symbols; don't use elp-restore-all.
14554 (loadhist-hook-functions): Doc fix.
14555
14556 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14557
14558 * log-edit.el (log-edit-confirm): Fix the default.
14559
14560 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14561
14562 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14563 delimit-columns-format.
14564 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14565
14566 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14567
14568 * comint.el (comint-replace-by-expanded-history): Don't use
14569 comint-get-old-input (we're not looking at *old* input).
14570 (comint-get-old-input-default): If using fields, signal an error
14571 when the point is not in an input field.
14572
14573 2000-10-30 Kenichi Handa <handa@etl.go.jp>
14574
14575 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14576 and mule-unicode-e000-ffff.
14577
14578 * international/mule.el (decode-char, encode-char): New functions.
14579 (make-coding-system): Accept a symbol of translation table as a
14580 value of property `safe-chars'.
14581
14582 * international/mule-cmds.el (encode-coding-char): Check property
14583 safe-chars instead of safe-charsets.
14584
14585 * international/fontset.el (fontset-default): Modified for
14586 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14587 (x-font-name-charset-alist): Likewise.
14588 (ccl-encode-unicode-font): New CCL program. Record it in
14589 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14590
14591 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14592 New translation tables.
14593 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14594 programs are modified and moved from mac-win.el.
14595 (mac-roman): Definition of this coding system is modified and
14596 moved from mac-win.el.
14597
14598 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14599
14600 * ediff-wind.el (ediff-setup-control-frame): Enclose
14601 face-attribute in condition-case to avoid errors in older emacsen.
14602
14603 2000-10-29 Miles Bader <miles@gnu.org>
14604
14605 * custom.el (custom-add-to-group): Allow multiple entries for a
14606 given value OPTION, as long as their widget types are different.
14607 * cus-edit.el (custom-face-value-create): If face name doesn't end
14608 with "face", add such here (similar to custom group widgets).
14609
14610 * comint.el (comint-highlight-prompt): Add :type.
14611
14612 2000-10-28 John Wiegley <johnw@gnu.org>
14613
14614 * calendar/timeclock.el (timeclock-log): Doc fix.
14615 (timeclock-last-event): Doc fix.
14616 (timeclock-log): Kill the timelog buffer after appending a new event.
14617 (timeclock-find-discrep): Use a temp buffer to read in the
14618 timelog, instead of visiting the file.
14619 (timeclock-log-data): A new function, along with a host of helper
14620 functions, for the purpose of making timelog data accessible to
14621 programmers.
14622
14623 * eshell/esh-mode.el (window-height test): Make certain that
14624 `eshell-stringify-t' is non-nil.
14625 (eshell-password-prompt-regexp): Changed to a much simpler
14626 password regexp.
14627 (eshell-send-input): If `eshell-invoke-directly' returns t,
14628 directly invoke the parsed command using `eval'. This improves
14629 turn-around time on simple commands by a factor of three or
14630 greater, such as cd, ls, pwd, etc. -- which get used very often.
14631 It also conserves thousands of cons cells per call (since
14632 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14633 in the Pacific Cookie Company).
14634
14635 * eshell/esh-test.el (eshell-test): Whitespace fix.
14636
14637 * eshell/em-ls.el (eshell-ls-insert-directory):
14638 Make `eshell-ls-initial-args' nil when inserting directory contents.
14639
14640 * eshell/em-script.el (eshell-script-initialize): Add names to
14641 `eshell-complex-commands, since `source' and `.' are complex.
14642
14643 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14644 (eshell-rewrite-while-command): Use `eshell-protect' instead of
14645 `eshell-copy-handles'.
14646 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14647 bodies.
14648 (eshell-separate-commands): Whitespace fix.
14649 (eshell-complex-commands): Added a new list of names, for
14650 determining whether a given command is as simple as it looks.
14651 (eshell-invoke-directly): New function. Returns t if a command
14652 should be invoked directly (using `eval'), rather than indirectly
14653 using `eshell-do-eval'.
14654 (eshell-do-eval): Whitespace fix.
14655
14656 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14657 which provides an emulation of the DOS shell behavior of assuming
14658 that cp/mv/ln should copy/move/link to the current directory.
14659 (eshell-remove-entries): Added a doc string.
14660 (eshell-shuffle-files): Removed the check for `target' being null.
14661 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14662 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14663 it to do a smarter check of whether a destination was provided.
14664 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14665 (eshell/ln): Enable `:preserve-args', and use
14666 `eshell-mvcpln-template' to implement the body of the function.
14667 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14668 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
14669 list after flattening it. This makes it possible to cat files
14670 with numerical names.
14671 (eshell-unix-initialize): Added several names to
14672 `eshell-complex-commands.
14673 (eshell-unix-command-complex-p): Return t if a given command name
14674 may result in external processes being invoked.
14675
14676 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14677 variable nil by default, since it slows down glob processing by a
14678 factor of two or more, and increases memory consumption.
14679
14680 * eshell/em-smart.el: Added a note about how memory consumptive
14681 smart display mode can be (at least this is true in Emacs 21).
14682 (eshell-smart-initialize): Whitespace fix.
14683 (eshell-refresh-windows): Use `if' instead of `when'.
14684 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14685 not necessary.
14686 (eshell-currently-handling-window): Added a missing global variable.
14687
14688 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14689 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14690 Whitespace fix.
14691 (eshell-ls-exclude-hidden): Added this variable in addition to
14692 `eshell-ls-exclude-regexp'. This one prevents files beginning
14693 with . from even being read, which can improve memory consumption
14694 quite a bit.
14695 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14696 read file entries beginning with a dot. In home directories with
14697 lots of hidden files, fully two-thirds of the time spent in ls is
14698 used to read directory entries that are immediately thrown away.
14699 (eshell-ls-initial-args): Added back this configuration variable,
14700 for specifying default initial arguments to every call to ls.
14701 Much faster than using an alias to do the same thing.
14702 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14703 (eshell-ls-dir): Whitespace change.
14704
14705 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14706
14707 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
14708 (eshell-stringify-t): Added a customization variable, to indicate
14709 whether `t' should be rendered as a string at all. If not, one
14710 can still determine if the result of an expression is true using
14711 "file-exists-p FILE && echo true".
14712 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14713 stringify t!
14714
14715 * eshell/esh-module.el: Whitespace fix.
14716
14717 * eshell/em-alias.el (eshell-alias-initialize):
14718 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
14719 (eshell-command-aliased-p): New function that returns t if a
14720 command name names an aliased.
14721
14722 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
14723
14724 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
14725 redrawing the screen when changing cursor color.
14726 (viper-insert-state-pre-command-sentinel)
14727 (viper-replace-state-pre-command-sentinel)
14728 (viper-replace-state-post-command-sentinel):
14729 Use viper-preserve-cursor-color.
14730 Many functions changed to use viper= instead of = when comparing
14731 characters.
14732 * viper-util.el (viper-memq-char,viper=): New functions for
14733 working with characters.
14734 (viper-change-cursor-color): Fixed buglet.
14735 Many functions changed to use viper= instead of = when comparing
14736 characters.
14737 * viper.el (viper-insert-state-mode-list): Added eshell.
14738
14739 * ediff-init.el (ediff-before-setup-hook): New hook.
14740 Several typos fixed in various docstrings.
14741 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
14742 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
14743 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14744 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14745 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14746 (ediff-get-selected-buffers): New function.
14747 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
14748 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14749 Use save-window-excursion.
14750 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
14751 termination check in while loop.
14752 * ediff.el (ediff-get-default-file-name): Better defaults when in
14753 dired buffer.
14754 (ediff-files,ediff-merge-files,ediff-files3)
14755 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
14756
14757 2000-10-28 Dave Love <fx@gnu.org>
14758
14759 * info.el (Info-fontify-node): Add help-echo for menu items.
14760
14761 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14762
14763 * startup.el (normal-top-level): If the value of $TERM indicates
14764 we are running from xterm or one of its work-alikes, default to a
14765 light background mode.
14766
14767 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14768 * faces.el (tty-handle-reverse-video): New function.
14769 (tty-create-frame-with-faces): Call it.
14770
14771 * frame.el (frame-notice-user-settings): Don't apply
14772 default-frame-alist and initial-frame-alist to MS-DOS frames.
14773 Call tty-handle-reverse-video, frame-set-background-mode, and
14774 face-set-after-frame-default for non-MS-DOS frames.
14775
14776 * startup.el (tty-long-option-alist): New variable.
14777 (tty-handle-args): New function.
14778 (command-line): Call tty-handle-args.
14779
14780 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14781 startup.el now does that for all character-terminal frames.
14782
14783 2000-10-28 Miles Bader <miles@gnu.org>
14784
14785 * emacs-lisp/easy-mmode.el (define-minor-mode):
14786 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14787 is global. If :global is followed by a non-nil but non-t value,
14788 make the mode buffer-local, but also generate a `global-MODE'
14789 version using `easy-mmode-define-global-mode'.
14790 Add :conditional-turn-on keyword argument.
14791
14792 2000-10-28 Dave Love <fx@gnu.org>
14793
14794 * international/latin1-disp.el (latin1-char-displayable-p):
14795 Don't use window-system.
14796
14797 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14798
14799 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14800 Don't call find-buffer-file-type-coding-system. Instead, just
14801 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14802 if the file is on an untranslated filesystem.
14803 (add-untranslated-filesystem): Use "D" instead of "f" inside
14804 interactive.
14805
14806 2000-10-27 Dave Love <fx@gnu.org>
14807
14808 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
14809 (refill-mode): Use it.
14810
14811 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14812
14813 * international/quail.el (quail-activate): Don't make-local-hook.
14814
14815 2000-10-27 Andre Spiegel <spiegel@gnu.org>
14816
14817 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
14818 manual backups and file.~<rev>.~ for automatic ones.
14819 (vc-make-version-backup): Don't do it on MS-DOS without long file
14820 names.
14821
14822 * vc.el (vc-version-other-window): If an automatic backup of the
14823 desired version exists, rename it instead of copying it.
14824
14825 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14826 after command. If there's an unexpected error, signal it instead
14827 of being silent.
14828 (vc-cvs-merge-news): Be prepared for no news at all.
14829
14830 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14831
14832 * shell.el (shell): Add BUFFER argument.
14833 * comint.el (make-comint-in-buffer): New function.
14834 (make-comint): Use it.
14835
14836 * faces.el (face-spec-choose): Change syntax so that the list of
14837 attribute-value pairs is now the cdr of each clause, not the cadr.
14838 Detect old-style entries, and handle them. Use pop.
14839
14840 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14841
14842 * cus-edit.el (custom-mode-map): Use a sparse map.
14843 (custom-mode): Don't bother with make-local-hook.
14844
14845 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14846
14847 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14848
14849 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14850
14851 * ps-print.el: Avoid compilation gripes.
14852 (ps-print-version): New version number (6.2.1).
14853
14854 2000-10-26 Dave Love <fx@gnu.org>
14855
14856 * menu-bar.el: Modify some menu item help strings.
14857 (menu-bar-help-menu): Add link to MORE.STUFF.
14858
14859 * cus-edit.el (custom-mode): Add `special' mode-class property.
14860
14861 * wid-browse.el (widget-browse-mode): Likewise.
14862
14863 * wid-edit.el (widget-specify-field): Revert to using local-map
14864 property, not keymap.
14865
14866 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14867
14868 * wid-edit.el (widget-field-end): When checking for a `boundary'
14869 field, do so in the correct buffer.
14870
14871 * simple.el (undo): Correctly distinguish between numeric and
14872 non-numeric prefix args in non-transient-mark-mode, as per the doc
14873 string. When in transient-mark-mode, treat all prefix-args as
14874 numeric.
14875
14876 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14877 Position point on match. Handle N == 0 correctly.
14878
14879 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14880 (comint-mode-map): Reverse order of `comint-write-output' and
14881 `comint-append-output-to-file'.
14882 (comint-append-output-to-file): Reinstate this function, for the
14883 benefit of the menu.
14884
14885 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14886
14887 * vc.el (vc-version-other-window): Bind `file'.
14888
14889 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14890
14891 * Makefile.in (update-authors): New target for maintenance purposes.
14892
14893 * emacs-lisp/authors.el (batch-update-authors): New function.
14894 (authors-fixed-entries): New defconst.
14895 (authors-add-fixed-entries): New function.
14896 (authors): Call it.: Don't process lispref/.
14897
14898 2000-10-25 Jason Rumney <jasonr@gnu.org>
14899
14900 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14901 Merge x w32 and mac definitions.
14902
14903 2000-10-25 Gerd Moellmann <gerd@gnu.org>
14904
14905 * menu-bar.el (menu-bar-options-menu): Add a help string for
14906 `uniquify'.
14907
14908 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
14909
14910 * time-stamp.el (time-stamp-string-preprocess):
14911 Fix a wrong type argument error.
14912
14913 2000-10-25 Miles Bader <miles@gnu.org>
14914
14915 * recentf.el (recentf-mode): Variable removed.
14916 (recentf-mode): Use `define-minor-mode'.
14917
14918 * mwheel.el (mouse-wheel-mode): New global minor mode.
14919 (mwheel-install): Use `mouse-wheel-mode'.
14920
14921 2000-10-25 Dave Love <fx@gnu.org>
14922
14923 * progmodes/cperl-mode.el (cperl-mode):
14924 Set normal-auto-fill-function correctly.
14925
14926 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14927 Don't inherit from global-map and don't nullify menu-bar and tool-bar
14928 bindings.
14929
14930 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14931
14932 * wid-edit.el (widget-field-at): New function.
14933 (widget-at, widget-field-activate): Use it.
14934 (widget-tabable-at): Use `widget-at'.
14935 (widget-specify-field): If the terminating character of the widget
14936 field (which is read-only) is a newline, put it into a special
14937 `boundary' field so that C-n/C-p act more naturally.
14938 (widget-field-end): Also don't subtract one if a special
14939 `boundary' field has been added after the widget field.
14940
14941 * comint.el (comint-output-filter, comint-send-input):
14942 Don't bother adding stickiness fields to overlays to fool the field
14943 code, since it should notice the overlay insertion-types now.
14944
14945 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14946 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14947 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14948
14949 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14950
14951 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14952 (authors): Set file coding system to iso-2022-7bit.
14953 Add file-local variables to output buffer.
14954
14955 * files.el (after-find-file): Don't print any warnings if
14956 WARN is nil.
14957
14958 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14959
14960 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14961
14962 * delim-col.el: Now there is a column formatting mechanism.
14963 Modified to customization mechanisms convention. Doc fix.
14964 (columns): New group for delim-col.
14965 (delimit-columns-before, delimit-columns-after)
14966 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14967 (delimit-columns-end): New vars.
14968 (delimit-columns-customize, delimit-columns-format): New funs.
14969 (delimit-columns-region, delimit-columns-rectangle)
14970 (delimit-columns-rectangle-line): Modified to support column
14971 formatting.
14972
14973 2000-10-24 Dave Love <fx@gnu.org>
14974
14975 * log-edit.el (log-edit): Add :version and a :group for vc.
14976
14977 2000-10-24 Gerd Moellmann <gerd@gnu.org>
14978
14979 * files.el (after-find-file): Don't print a message ``New file''
14980 if WARN is nil.
14981
14982 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14983 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
14984 get duplicate tool-bar entries because we'll see the global ones
14985 on more than one path through keymaps.
14986
14987 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14988
14989 * progmodes/cmacexp.el: Change Francesco's email address.
14990
14991 2000-10-24 Kenichi Handa <handa@etl.go.jp>
14992
14993 * window.el (fit-window-to-buffer): Adjust point of the window
14994 buffer, not that of the current buffer.
14995
14996 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14997
14998 * progmodes/cmacexp.el: Update the euthor's email address.
14999
15000 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15001
15002 * faces.el (face-spec-set-match-display): Add `graphic' display
15003 type (the inverse of `tty'). Use `display-graphic-p' instead of
15004 the window-system variable.
15005
15006 2000-10-24 Kenichi Handa <handa@etl.go.jp>
15007
15008 * international/isearch-x.el (isearch-with-input-method):
15009 Call input-method-function with the first event in
15010 unread-command-events.
15011
15012 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15013
15014 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
15015
15016 2000-10-24 Andrew Choi <akochoi@i-cable.com>
15017
15018 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
15019 New charsets.
15020
15021 * term/mac-win.el: Remove definitions of mac-roman-lower and
15022 mac-roman-upper, require dired, and define instead of set
15023 mac-ready-for-drag-n-drop to avoid compilation error.
15024
15025 2000-10-23 Andrew Innes <andrewi@gnu.org>
15026
15027 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
15028 Remove superfluous calls to subst-char-in-string; instead apply
15029 expand-file-name after convert-standard-filename to ensure
15030 expected directory separators are used.
15031
15032 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15033
15034 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
15035
15036 2000-10-23 Dave Love <fx@gnu.org>
15037
15038 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
15039 (tool-bar-add-item): Set foreground and background for XBM icons.
15040
15041 * international/latin1-disp.el (latin1-char-displayable-p):
15042 New function (from Handa).
15043 (latin1-display-check-font): Use it.
15044
15045 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
15046 using :key-sequence, making it much more usable.
15047 Use nconc, not append.
15048 (imenu--create-keymap-1): Avoid append.
15049
15050 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
15051
15052 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15053
15054 [the following changes fix a bug where `define-minor-mode' didn't
15055 correctly generate :require clauses for defcustoms in compiled files]
15056 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
15057 (byte-compile-log-file, byte-compile-log-1): Don't set
15058 `byte-compile-current-file' to nil. Instead set
15059 `byte-compile-last-logged-file' to it. Test whether
15060 byte-compile-current-file equals byte-compile-last-logged-file
15061 instead of whether its nil.
15062 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
15063
15064 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
15065
15066 * textmodes/refill.el: Fix var names in doc.
15067 (refill-mode): Don't bother with make-local-hook anymore.
15068
15069 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15070
15071 * faces.el (face-user-default-spec, face-default-spec): New functions.
15072 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
15073 (frame-set-background-mode, face-set-after-frame-default):
15074 Use `face-user-default-spec'. Simplify code slightly.
15075
15076 * woman.el (woman-italic-face, woman-bold-face)
15077 (woman-unknown-face): Add dark-background variants.
15078 (woman-default-faces): Renamed from `woman-colour-faces'.
15079 Set using the stored defaults, rather than using hard-wired colors.
15080 (woman-monochrome-faces): Renamed from `woman-black-faces'.
15081 Just make the foreground `unspecified' rather than "black".
15082 (woman-menu): Rename menu entries accordingly.
15083
15084 * faces.el (header-line): Make more reasonable on mono/grayscale
15085 displays.
15086
15087 2000-10-23 Andrew Choi <akochoi@i-cable.com>
15088
15089 * cus-edit.el (custom-button-face): Use 3D look for mac.
15090 (custom-button-pressed-face): Likewise.
15091
15092 * faces.el (set-face-attributes-from-resources): Handle mac frames
15093 in the same way as x and w32 frames.
15094 (face-valid-attribute-values): Likewise.
15095 (read-face-attribute): Likewise.
15096 (defined-colors): Likewise.
15097 (color-defined-p): Likewise.
15098 (color-values): Likewise.
15099 (display-grayscale-p): Likewise.
15100 (face-set-after-frame-default): Likewise.
15101 (mode-line): Same default face as for x and w32.
15102 (tool-bar): Likewise.
15103
15104 * frame.el: Remove call to frame-notice-user-settings at end of
15105 the file.
15106
15107 * info.el (Info-fontify-node): Make underlines invisible for mac
15108 as for x, pc, and w32 frame types.
15109
15110 * term/mac-win.el: New file.
15111
15112 2000-10-22 Dave Love <fx@gnu.org>
15113
15114 * textmodes/refill.el: New file.
15115
15116 2000-10-22 Andre Spiegel <spiegel@gnu.org>
15117
15118 * vc-hooks.el (vc-version-backup-file-name): New optional args
15119 MANUAL and REGEXP.
15120 (vc-delete-automatic-version-backups, vc-make-version-backup):
15121 New functions.
15122 (vc-before-save): Use the latter.
15123 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15124 confusion.
15125
15126 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
15127 expected by vc[-hooks].el.
15128
15129 * vc.el (vc-checkout): Added `-p' suffix in call to
15130 vc-make-version-backups-p; use vc-make-version-backup to actually
15131 make the backup.
15132 (vc-version-other-window, vc-version-backup-file): Handle both
15133 automatic and manual backups.
15134 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15135 of all of them.
15136
15137 2000-10-22 Miles Bader <miles@gnu.org>
15138
15139 * comint.el (comint-highlight-input, comint-highlight-prompt):
15140 Renamed, `-face' at end removed.
15141 (comint-send-input, comint-output-filter): Use renamed faces.
15142
15143 * window.el (fit-window-to-buffer): Change defaulting of
15144 MAX-HEIGHT slightly.
15145
15146 * faces.el (color-values, color-defined-p): Use `member', not
15147 `memq', because it works correctly for strings.
15148 (frame-set-background-mode): Actually, "unspecified-fg" and
15149 "unspecified-bg" *are* strings. Use `member', not `memq', and
15150 `equal', not `eq', when a string value is possible.
15151
15152 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15153
15154 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15155
15156 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15157
15158 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15159 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15160 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15161 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15162 (sh-font-lock-syntactic-keywords): Use them.
15163 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15164 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15165 (sh-mode): Don't override font-lock-unfontify-region-function.
15166 Use a copy of sh-font-lock-syntactic-keywords.
15167 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15168 Don't call sh-scan-buffer since font-lock does it on the fly.
15169 (sh-get-indent-info): Use `face' rather than `syntax-table'
15170 text-property to detect here-documents.
15171 Replace sh-special-syntax with sh-st-punc.
15172 (sh-prev-line): Use `face' rather than `syntax-table'
15173 text-property to skip over here-documents.
15174 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15175 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15176 (sh-electric-less, sh-set-here-doc-region)
15177 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15178 (sh-scan-buffer, sh-rescan-buffer): Remove.
15179
15180 2000-10-21 Andrew Innes <andrewi@gnu.org>
15181
15182 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15183 remote (ange-ftp) file names.
15184
15185 2000-10-21 Miles Bader <miles@gnu.org>
15186
15187 * window.el (fit-window-to-buffer): New function.
15188 (shrink-window-if-larger-than-buffer): Use it.
15189 (window-text-height): Don't expect minibuffers to have mode-lines.
15190
15191 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15192 * international/quail.el (quail-update-guidance):
15193 Use `fit-window-to-buffer' instead of `set-window-text-height'.
15194
15195 * international/quail.el (quail-show-guidance-buf): Make sure
15196 guidance window really has enough room.
15197 (quail-update-guidance): If quail-guidance-win is already shown,
15198 make sure its height is OK.
15199
15200 * window.el (window-text-height, set-window-text-height):
15201 New functions.
15202 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15203 instead of `window-height' & `mode-line-window-height-fudge'.
15204 (mode-line-window-height-fudge): Add FACE parameter.
15205 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15206 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15207
15208 2000-10-20 Miles Bader <miles@gnu.org>
15209
15210 * window.el (height-affecting-face-attributes): Use `defconst'.
15211
15212 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15213 New function, conditionally aliased to `mode-line-window-height-fudge'.
15214 (ispell-help): Use it.
15215 (ispell-choices-win-default-height): Don't include mode-line fudge.
15216 (ispell-choices-win-default-height): New function.
15217 (ispell-show-choices, ispell-command-loop): Use function
15218 `ispell-choices-win-default-height' instead of variable.
15219
15220 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15221
15222 * window.el (mode-line-window-height-fudge): New variable.
15223 (height-affecting-face-attributes): New variable.
15224 (mode-line-window-height-fudge): New function.
15225 (shrink-window-if-larger-than-buffer): Use it.
15226 * help.el (resize-temp-buffer-window): Likewise.
15227
15228 * info.el (Info-fontify-node): Add support for @subsubsection
15229 titles, which use `Info-title-4-face'.
15230 (Info-title-4-face): New face.
15231 (Info-title-3-face): Inherit from Info-title-4-face instead of
15232 variable-pitch.
15233
15234 2000-10-19 Jason Rumney <jasonr@gnu.org>
15235
15236 * dired.el (dired-insert-directory): Do not let errors signalled by
15237 attempt to run dired-free-space-program prevent dired from working.
15238
15239 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15240
15241 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15242
15243 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15244
15245 * dirtrack.el (dirtrack): Fix call to run-hooks.
15246
15247 * cmuscheme.el (cmuscheme-program-name): Renamed from
15248 scheme-program-name because xscheme.el contains a defcustom with
15249 the same name. As a consequence, customizing group `cmuscheme'
15250 loaded `xscheme' which redefined run-scheme.
15251 (run-scheme): Use cmuscheme-program-name.
15252
15253 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15254
15255 * play/doctor.el (doctor-death): Update the Samaritans'
15256 anonymous address, and add a website for Befrienders International.
15257
15258 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15259
15260 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15261 Avoid compilation gripes. Doc fix.
15262 (ps-print-version): New version number (6.2).
15263 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15264 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15265 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15266 (ps-x-extent-priority, ps-x-extent-start-position)
15267 (ps-x-face-font-instance, ps-x-find-coding-system)
15268 (ps-x-font-instance-properties, ps-x-make-color-instance)
15269 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15270 avoid compilation gripes without defining functions.
15271 (ps-e-find-composition): Alias for function find-composition, to have a
15272 suitable function depending on Emacs version.
15273 (ps-color-device, ps-color-values, ps-face-foreground-name)
15274 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15275 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15276 (ps-print-ensure-fontified): Function definitions surrounded by
15277 `eval-and-compile' to avoid compilation gripes.
15278 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15279 by symbol-value to avoid compilation gripes.
15280 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15281 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15282
15283 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15284
15285 * startup.el (normal-top-level): Call `frame-set-background-mode'
15286 after `frame-notice-user-settings' because the latter doesn't call
15287 the former on a tty.
15288
15289 * faces.el (frame-set-background-mode): `unspecified' &c are
15290 symbols, not strings.
15291
15292 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15293
15294 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15295 why some "light*" colors are deliberately absent from the alist.
15296
15297 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15298 Change colors for tty's, as suggested by Miles Bader.
15299
15300 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15301
15302 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15303 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15304 for ISO10646-1 fonts.
15305 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15306
15307 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15308
15309 * faces.el (frame-set-background-mode): If a tty frame defines a
15310 background color, use that to compute the background mode, instead
15311 of always defaulting to "dark".
15312
15313 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15314
15315 * comint.el (comint-write-output): New function.
15316 (comint-mode-map): Add it to the menu.
15317 Bind `C-c C-s' to comint-write-output.
15318
15319 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15320
15321 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15322 Use fancy-splash-delay.
15323
15324 2000-10-18 Alex Schroeder <alex@gnu.org>
15325
15326 * progmodes/sql.el (sql-sybase-options): New option.
15327 (sql-sybase): Use it. Add sql-database to the list of parameters
15328 provided for login. The options -w 2048 -n are not used any more.
15329
15330 * comint.el (comint-read-input-ring): Bugfix such that the first
15331 and the last entry of the input ring file are not lost.
15332
15333 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15334
15335 * ps-print.el: Internal variable changes to defcustom,
15336 make-local-hook changes to defvar. Doc fix.
15337 (ps-print-version): New version number (6.1).
15338 (ps-setup, ps-do-despool): Code fix.
15339 (ps-printer-name): Customization fix.
15340 (ps-printer-name-option): Now is a defcustom instead of an
15341 internal variable.
15342 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15343 (ps-print-begin-column-hook): Now are defvar instead of
15344 make-local-hook.
15345
15346 2000-10-18 Miles Bader <miles@gnu.org>
15347
15348 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15349 (comint-kill-output): Changed into an alias for `comint-delete-output',
15350 and made obsolete.
15351 (comint-mode-map): Rename references to comint-kill-output.
15352
15353 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15354
15355 * diff-mode.el (diff-header-face, diff-file-header-face)
15356 (diff-changed-face): Add bold and italic attributes to tty faces.
15357 (diff-function-face): New face.
15358 (diff-font-lock-keywords): Use it.
15359
15360 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15361
15362 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15363 Remove commented-out call to force-mode-line-update.
15364 (comint-kill-output): Use `forward-line 0' instead of
15365 beginning-of-line to make sure we get past the prompt.
15366
15367 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15368
15369 * diff-mode.el (diff-header-face, diff-file-header-face):
15370 Add specific setting for dark background.
15371 (diff-context-face): Renamed from diff-comment-face.
15372 Set explicitly rather than inheriting from font-lock-comment-face.
15373
15374 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15375
15376 * startup.el (command-line): Move the code which sets the default
15377 TTY colors to before before-init-hook.
15378
15379 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15380
15381 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15382
15383 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15384
15385 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15386 extensions, for MS-DOS.
15387
15388 * diff-mode.el (diff-header-face, diff-file-header-face)
15389 (diff-changed-face): Define tty-specific colors.
15390
15391 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15392
15393 * startup.el (fancy-splash-text): Realign the text.
15394
15395 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15396
15397 * font-lock.el (font-lock-comment-face): Define a separate default
15398 for dark-background tty's.
15399
15400 2000-10-17 Miles Bader <miles@gnu.org>
15401
15402 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15403 being obscured by whizzy mode-lines on graphics displays.
15404
15405 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15406
15407 * info.el (Info-title-1-face, Info-title-2-face)
15408 (Info-title-3-face): Define colors for tty's.
15409 (info-header-node): Remove unneeded tty-specific definition.
15410
15411 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15412
15413 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15414 reverse from the frame parameters, and don't invert foreground and
15415 background colors.
15416
15417 2000-10-16 Miles Bader <miles@gnu.org>
15418
15419 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15420 string "*Info*". Call propertized-buffer-identification to spruce
15421 up the result.
15422
15423 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15424
15425 * help.el: Provide `help' for the sake of define-minor-mode
15426 which generates defcustoms with requires.
15427
15428 * jit-lock.el (jit-lock-after-change): If we're in text that
15429 matches a multi-line font-lock pattern, make sure the whole text
15430 will be redisplayed.
15431
15432 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15433 author's name is unknown.
15434
15435 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15436 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15437 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15438 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15439 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15440 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15441 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15442 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15443 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15444 Add author information.
15445
15446 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15447
15448 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15449 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15450 full-color version (using the Gimp) to eliminate dithering artifacts.
15451
15452 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15453
15454 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15455
15456 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15457
15458 2000-10-15 Dave Love <fx@gnu.org>
15459
15460 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15461
15462 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15463
15464 * whitespace.el: Doc fixes.
15465 (top-level): Don't add hooks here.
15466 (whitespace-running-emacs): Deleted.
15467 (timer): Don't require.
15468 (whitespace): Add back :version conditional on xemacs test.
15469 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15470 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15471 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15472 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15473 Avoid specific xemacs test.
15474 (whitespace-global-mode): New option.
15475 (whitespace-global-mode): New command.
15476 (whitespace-unload-hook): New function.
15477
15478 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15479 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15480 (Info-fontify-node): `Goto' goes to `Go to'.
15481 (Info-fontify-node): Add help-echo to xref links.
15482
15483 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15484
15485 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15486
15487 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15488
15489 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15490 Use plist-get and allow :inherit.
15491
15492 * emacs-lisp/cl-macs.el (cl-do-arglist):
15493 Use plist-get and plist-member instead of memq.
15494
15495 * emacs-lisp/ewoc.el (ewoc-location): New function.
15496 (ewoc-enter-after, ewoc-enter-before): Document return value.
15497 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15498 Don't need make-local-hook any more.
15499 (cvs-addto-collection): Return the new tin.
15500 (cvs-mode-insert): Jump to the new line.
15501
15502 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15503
15504 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15505
15506 * font-lock.el (font-lock-syntactically-fontified): New var.
15507 (font-lock-fontify-syntactic-keywords-region): Use it.
15508 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15509
15510 * diff-mode.el (diff-find-file-name): Fix regexp.
15511
15512 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15513 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15514
15515 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15516 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15517 (sh-mode): Don't make all vars local here.
15518 (sh-kw): Reformat.
15519 (sh-set-shell): Use dolist. Don't set indent-region-function.
15520 (sh-mode-syntax-table): Use pop.
15521 (sh-remember-variable): Use push.
15522 (sh-help-string-for-variable): Use memq.
15523 (sh-safe-backward-sexp): Remove.
15524 (sh-safe-forward-sexp): Add ARG.
15525 (sh-get-indent-info, sh-prev-stmt): Use it.
15526 (sh-prev-line): Simplify by using forward-comment.
15527 (sh-this-is-a-continuation): Simplify.
15528 (sh-learn-buffer-indent): Use dolist.
15529 (sh-do-nothing): Remove.
15530 (sh-set-char-syntax, sh-set-here-doc-region):
15531 Use inhibit-modification-hooks.
15532 (sh-name-style): Use mapcar and push.
15533 (sh-load-style): Use dolist.
15534 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15535 (sh-case, sh-while-getopts): Use propertize directly rather
15536 than sh-electric-rparen.
15537
15538 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15539
15540 * textmodes/tex-mode.el: Require CL when compiling.
15541 (tex-mode-syntax-table): Init immediately.
15542 (tex-mode-map): Bind M-RET to latex-insert-item.
15543 (latex-mode): Set indent-line-function to latex-indent.
15544 (tex-common-initialization): Don't setup the syntax-table any more.
15545 (latex-insert-item): New skeleton.
15546 (tex-next-unmatched-end): Fix copy/paste braino.
15547 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
15548 (latex-indent, latex-find-indent): New functions.
15549 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
15550 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15551 (tex-compilation-parse-errors): Use with-syntax-table.
15552
15553 2000-10-15 Miles Bader <miles@gnu.org>
15554
15555 * font-lock.el (font-lock-comment-face): Change dark-background,
15556 color, non-tty, default to `chocolate1'.
15557
15558 2000-10-13 John Wiegley <johnw@gnu.org>
15559
15560 * eshell/esh-util.el (require): Added a missing `require' form,
15561 needed when compiling (for an ange-ftp macro definition).
15562
15563 2000-10-13 Dave Love <fx@gnu.org>
15564
15565 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15566
15567 2000-10-13 Gerd Moellmann <gerd@gnu.org>
15568
15569 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
15570
15571 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
15572 transparent -colors 8).
15573
15574 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
15575
15576 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15577 that breaks with old list format timestamps.
15578 (time-stamp-warn-inactive, time-stamp-old-format-warn)
15579 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
15580
15581 2000-10-13 John Wiegley <johnw@gnu.org>
15582
15583 * align.el, pcomplete.el, calendar/timeclock.el,
15584 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15585
15586 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
15587 faulty math, where holiday hours were being computing as seconds.
15588
15589 2000-10-13 John Wiegley <johnw@gnu.org>
15590
15591 * desktop.el (desktop-buffer-modes-to-save): Added a global for
15592 specifying what "other" kinds of buffers should be saved.
15593 This used to be hard-coded.
15594 (desktop-buffer-misc-functions): A global for specifying how
15595 auxiliary data should be determined for special buffer types.
15596 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15597 instead of hard-coding the special buffer types.
15598 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15599 auxiliary data, instead of hard-coding for Info buffers and dired.
15600 (desktop-buffer-info-misc-data): Aux function for determining Info
15601 buffer auxiliary info.
15602 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15603 (desktop-buffer-info): Changed this function to use the info
15604 gathered above.
15605 (desktop-create-buffer): Be a little more careful about what
15606 `minor-mode' means before calling it. This is important for some
15607 buffer types.
15608
15609 2000-10-13 John Wiegley <johnw@gnu.org>
15610
15611 * eshell/esh-util.el: Added a global form which declares an
15612 autoload for `parse-time-string', if that function is not already
15613 defined, and if parse-time.el is available on the user's system.
15614
15615 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15616 to be aware of ange-ftp user info.
15617 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
15618 (eshell-ls-annotate): Use `eshell-file-attributes'.
15619 (eshell-ls-file): Made the user-id printing code a bit smarter.
15620
15621 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15622 allow identification of alias user ids in remote directories.
15623 It's manual, but there's no other way to know when the current user
15624 on the local machine, is also the owning user on the remote machine.
15625 (fboundp): Bind `ange-cache'.
15626 (eshell-directory-files-and-attributes): Re-organized the logic a
15627 bit to use `eshell-file-attributes' instead of `file-attributes'.
15628 The former is more sensitive to directories that are read via FTP,
15629 and knows how to use ange-ftp to determine full attribute
15630 information, instead of just the name and last modtime.
15631 (eshell-current-ange-uids): Return the current user id when in a
15632 remote directory.
15633 (eshell-parse-ange-ls): Parse a full directory listing that has
15634 been returned by ange-ftp.
15635 (eshell-file-attributes): This beefed up version of
15636 `file-attributes' is only special if the user is currently in a
15637 remote directory, in which case it does a lot of work to find out
15638 what the real attributes of a file are, as they appear on the
15639 remote machine. This makes usage of remote directories (i.e.,
15640 ange-ftp pathnames) much more useful. You can now use Eshell as a
15641 full-fledged FTP client, with much more manipulation ability than
15642 most other clients.
15643
15644 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15645 variable, which means that Eshell's du should always be preferred
15646 in remote directories.
15647 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15648 just `file-attributes'.
15649 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15650 when reading remote directories. This is an Eshell-specific
15651 variable (not part of ange-ftp).
15652 (eshell/ln): Bind `ange-cache'.
15653 (eshell/du): Added some extra logic for determining when to use
15654 Eshell's du (which is slow), and when to use the external version
15655 (which may or may not exist).
15656
15657 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15658 Call `eshell-interactive-process', rather than using
15659 `get-buffer-process', since backgrounded processes don't count in
15660 the context of this function's logic.
15661
15662 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15663 `forward-char', so that null strings are parsed correctly.
15664
15665 2000-09-13 John Wiegley <johnw@gnu.org>
15666
15667 * eshell/em-pred.el (eshell-pred-file-type)
15668 (eshell-pred-file-links, eshell-pred-file-size):
15669 Use `eshell-file-attributes'. This is more correct over ange-ftp.
15670
15671 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15672 that remote file globbing is more efficient.
15673
15674 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15675 gathering the files and attributes within a directory.
15676
15677 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15678 the command line is a special file (not a regular file, directory
15679 or symlink), always attempt to call the external version of cat.
15680
15681 2000-09-13 John Wiegley <johnw@gnu.org>
15682
15683 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15684 Eshell-friendly version of find-tag.
15685
15686 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15687
15688 * image-file.el (image-file-name-extensions)
15689 (image-file-name-regexps): Add autoload cookies.
15690
15691 2000-10-13 Kenichi Handa <handa@etl.go.jp>
15692
15693 * international/mule-cmds.el (select-safe-coding-system): If FROM
15694 is string, show it in *Warning* buffer.
15695
15696 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15697
15698 * startup.el (normal-top-level): Use display-popup-menus-p instead
15699 of window-system.
15700 (command-line): Use display-graphic-p instead of window-system.
15701 (command-line-1): Use display-popup-menus-p and display-mouse-p
15702 instead of window-system.
15703
15704 2000-10-12 Sam Steingold <sds@gnu.org>
15705
15706 * tooltip.el (tooltip-use-echo-area): New user variable.
15707 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15708
15709 2000-10-12 Dave Love <fx@gnu.org>
15710
15711 * recentf.el: Maintainer's checkdoc fixes.
15712
15713 * startup.el (normal-top-level-add-subdirs-to-load-path):
15714 Use character class, not ASCII when matching file names.
15715 (fancy-splash-head): Add trailing slash to URL.
15716 (command-line): Don't require XPM support for toolbar.
15717
15718 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15719 (cperl-invalid-face): Revert last change.
15720 (cperl-init-faces): Quote cperl-invalid-face.
15721
15722 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15723
15724 * startup.el (fancy-splash-text): Remove superfluous quote.
15725
15726 2000-10-12 Gerd Moellmann <gerd@gnu.org>
15727
15728 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15729 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15730 (command-line-1): Don't use fancy-splash-pending-command.
15731 (fancy-splash-screens-1): Goto point-min after inserting text.
15732
15733 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15734
15735 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15736 instead of shared-lisp-mode-map.
15737
15738 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15739
15740 * faces.el (header-line): Change tty-variant to use underlining.
15741
15742 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15743 (isearch-highlight): Restore lazy-isearch face properties at old
15744 position, and suppress them at new position.
15745 (isearch-dehighlight): Restore lazy-isearch face properties.
15746 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15747 over the real isearch overlay, but in that case, don't give it a
15748 face property. Use `push'.
15749
15750 2000-10-12 Kenichi Handa <handa@etl.go.jp>
15751
15752 * man.el (Man-getpage-in-background): Fix previous change.
15753 Decode the process output only when we are in multibyte mode.
15754
15755 2000-10-11 Dave Love <fx@gnu.org>
15756
15757 * info.el (Info-mode-menu): Fix some help.
15758 (info-tool-bar-map): Add entry for Info-last.
15759
15760 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15761 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15762 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15763 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15764 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15765 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15766 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15767 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15768 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15769 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15770 Reduce colour requirements to 25 overall. (Probably wants
15771 revisiting from the originals to reduce further.)
15772
15773 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15774
15775 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15776 buffer-file-coding-system, instead of raw-text.
15777 (dehexlify-buffer): Bind coding-system-for-read to
15778 buffer-file-coding-system, instead of raw-text.
15779
15780 2000-10-11 Sam Steingold <sds@gnu.org>
15781
15782 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
15783 `underline' - fixes the bug introduced on 2000-09-21.
15784
15785 2000-10-11 Dave Love <fx@gnu.org>
15786
15787 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15788 Avoid compiler warnings.
15789 (scheme-mode): Doc fix.
15790 (scheme-font-lock-keywords-1): Match `define-syntax'.
15791
15792 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
15793
15794 * faces.el (frame-set-background-mode): Pay attention to saved
15795 face specs as well as default ones. Only do anything if the
15796 bg-mode or display-type has actually changed. Use `dolist'.
15797 (region): Make dark-background `region' face less in-your-face.
15798
15799 2000-10-10 Sam Steingold <sds@gnu.org>
15800
15801 * chistory.el, ielm.el, ledit.el:
15802 * progmodes/inf-lisp.el, progmodes/scheme.el:
15803 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15804
15805 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15806
15807 * textmodes/texinfo.el: Update copyright and fix typo.
15808
15809 * desktop.el (desktop-modes-not-to-save): New var.
15810 (desktop-save-buffer-p): Use it.
15811 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15812 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15813
15814 2000-10-10 Dave Love <fx@gnu.org>
15815
15816 * toolbar/tool-bar.el (tool-bar-add-item)
15817 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
15818
15819 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15820 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15821 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15822 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15823 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15824 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15825 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15826 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15827 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15828 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15829 the .xpms; probably need retouching.
15830
15831 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15832
15833 * subr.el (add-to-list): Add optional argument APPEND.
15834 * battery.el (display-battery): Use `add-to-list'.
15835
15836 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15837
15838 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15839 properties.
15840 (zone, zone-when-idle, zone-leave-me-alone)
15841 (zone-pgm-whack-chars): Use new symbol properties.
15842
15843 * battery.el (display-battery): Doc spelling fix.
15844
15845 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15846 property.
15847
15848 2000-10-09 Dave Love <fx@gnu.org>
15849
15850 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15851 has been initialized before calling tool-bar-setup.
15852 (tool-bar-add-item-from-menu): Add autoload cookie.
15853
15854 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15855
15856 * menu-bar.el (send-mail-item-name): New function.
15857 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15858 of mail-user-agent in the menu. Don't display the "Send Mail"
15859 item if mail-user-agent is nil or its value is ignore.
15860 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15861 if read-mail-command is nil or its value is ignore.
15862
15863 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15864
15865 2000-10-09 Miles Bader <miles@gnu.org>
15866
15867 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15868 Correct image size.
15869 * toolbar/left_arrow.xpm: Correct image size.
15870
15871 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15872 will be done by the definition of `auto-compression-mode' if
15873 necessary. Move code to uninstall existing file-name handler
15874 before definition of `auto-compression-mode'.
15875
15876 * image-file.el (auto-image-file-mode): Move to the end of the
15877 file, because `define-minor-mode' actually calls the mode-function
15878 if the associated variable is non-nil, which requires that all
15879 needed functions be already defined.
15880
15881 * mouse.el (popup-menu): Balance parens.
15882
15883 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15884
15885 * mouse.el (popup-menu): Move the command call outside the loop
15886 so that popup-menu returns whatever the command returns.
15887
15888 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15889 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15890 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15891 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15892
15893 * vc.el (vc-version-diff): diff-switches can be a list.
15894 Use relative filenames for prettier output.
15895
15896 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15897 (vc-post-command-functions): Remove old-VC compatibility code.
15898
15899 * newcomment.el (comment-indent-default): Autoload.
15900
15901 * font-lock.el (font-lock-defaults): Make buffer-local.
15902 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15903 (font-lock-choose-keywords):
15904 Ignore LEVEL unless KEYWORDS is a list of syms.
15905 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15906 Don't wrap regexp-opt things in \(...\) unnecessarily.
15907
15908 * jit-lock.el: Don't require font-lock any more.
15909 (jit-lock-functions): Make buffer-local.
15910 (jit-lock-saved-fontify-buffer-function): Remove.
15911 (jit-lock-mode): Remove autoload cookie.
15912 Remove font-lock specific code.
15913 (jit-lock-unregister): Don't bother handling complex hooks any more.
15914 (jit-lock-refontify): New function.
15915 (jit-lock-fontify-buffer): Use it.
15916 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15917 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15918 Add optional args START and END.
15919 Never call font-lock-fontify-region directly.
15920 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15921
15922 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15923
15924 2000-10-08 Dave Love <fx@gnu.org>
15925
15926 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15927
15928 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15929
15930 * play/studly.el (studlify-region, studlify-word): Add autoload
15931 cookie.
15932
15933 * play/morse.el (morse-region, unmorse-region): Add autoload
15934 cookie.
15935
15936 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15937 concat.
15938
15939 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15940 insist on symbols starting with word syntax.
15941 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15942 (eval-defun-1): Doc fix.
15943 (indent-sexp): Use nconc to build up indent-stack.
15944
15945 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15946 Gnus with little use.
15947 (mail-setup-hook): Add mail-abbrevs-setup to options.
15948
15949 * recentf.el: Doc fixes.
15950
15951 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15952 Clean up remainder.
15953
15954 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15955 without timezone and (8) with timezone to enforce some whitespace.
15956 Simplify code somewhat.
15957
15958 * options.el (list-options): Doc that you should use customize.
15959
15960 * iswitchb.el (iswitchb-mode): Add :require.
15961
15962 * info.el (Info-goto-node, Info-menu): Doc fix.
15963 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15964 (info-tool-bar-map): New variable.
15965 (Info-mode): Use it.
15966 (Info-edit-map): Define all in defvar.
15967 (speedbar-attached-frame): Avoid compiler warning.
15968
15969 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15970 (global-map): Bind [tool-bar] to a filtered map.
15971 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15972 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15973 Allow PBM icons.
15974 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15975
15976 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15977 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15978 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15979 icons, except up_arrow, which is left-arrow rotated.
15980
15981 * imenu.el (imenu-add-to-menubar): Fix last change.
15982
15983 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15984
15985 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15986 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15987
15988 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15989
15990 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15991 typos in doc strings.
15992
15993 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15994 the doc strings how to customize Font Lock faces.
15995
15996 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15997 computing growth when dragging the header line.
15998
15999 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
16000
16001 * simple.el (kill-line): Doc fix.
16002
16003 2000-10-08 Miles Bader <miles@gnu.org>
16004
16005 * faces.el (secondary-selection): Make foreground visible on tty.
16006
16007 * jka-compr.el (auto-compression-mode): Move to the end of the
16008 file, because `define-minor-mode' actually calls the mode-function
16009 if the associated variable is non-nil, which requires that all
16010 needed functions be already defined.
16011 (with-auto-compression-mode): Add autoload cookie.
16012
16013 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
16014
16015 * files.el (find-backup-file-name) [ms-dos]: If support for long
16016 file names is not available, behave as if version-control were set
16017 to never.
16018
16019 2000-10-07 Dave Love <fx@gnu.org>
16020
16021 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
16022 (browse-url-gnome-moz): New function.
16023 (browse-url-browser-function): Use it.
16024 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
16025
16026 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
16027
16028 * indent.el (tab-always-indent): New var.
16029 (indent-for-tab-command): Use it.
16030
16031 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
16032 raise an error. This way it can still default to a sane value.
16033
16034 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16035
16036 * startup.el (fancy-splash-screens): Use local rather than global map.
16037 Don't use `update-menu-bindings' any more.
16038 Get rid of assumptions about keymap representation.
16039
16040 2000-10-06 Dave Love <fx@gnu.org>
16041
16042 * textmodes/fill.el (sentence-end-double-space)
16043 (sentence-end-without-period): Doc fix.
16044 (adaptive-fill-regexp): Purecopy.
16045 (unjustify-current-line): Use line-end-position.
16046 (fill-individual-paragraphs-prefix): Use line-beginning-position.
16047
16048 * net/eudc-vars.el (eudc): Add :version, :link.
16049
16050 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
16051
16052 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
16053 Fix for define-minor-mode.
16054 (function-at-point): Alias to function-called-at-point.
16055
16056 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
16057
16058 * simple.el (backward-word): Doc fix.
16059
16060 * image-file.el (image-file-name-regexp): image-file-regexps ->
16061 image-file-name-regexps.
16062 (image-file-name-extensions): Add pbm.
16063
16064 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16065
16066 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
16067 and add filename to the names so that diff-mode can jump to source.
16068
16069 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
16070 (tex-font-lock-keywords, tex-font-lock-keywords-2)
16071 (tex-font-lock-keywords-1): Remove.
16072 (font-lock-turn-on-thing-lock): Use jit-lock-register.
16073 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
16074 (font-lock-default-fontify-region):
16075 Expand beg..end correctly when just following a multiline region.
16076 (font-lock-fontify-anchored-keywords):
16077 Include the anchor text as part of the multiline.
16078
16079 2000-10-06 Gerd Moellmann <gerd@gnu.org>
16080
16081 * loadup.el (toplevel): Load `loaddefs' before `help' because the
16082 latter needs the autoloaded define-minor-mode macro during the
16083 bootstrap.
16084
16085 * startup.el (command-line): For now, activate tool-bar-mode only
16086 if XPM images are supported.
16087
16088 * mouse.el (mouse-drag-header-line): Don't allow resizing a
16089 window by dragging a header-line at the top of the frame; that's
16090 confusing because the header-line doesn't move.
16091 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
16092 of treating the event as a list. Some cleanup.
16093
16094 2000-10-06 Miles Bader <miles@gnu.org>
16095
16096 * simple.el (display-message-or-buffer): New function.
16097 (shell-command-on-region): Use `display-message-or-buffer'.
16098
16099 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16100 docstring parts.
16101
16102 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16103 (smbclient-prompt-regexp): Add usage note to doc string.
16104 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16105 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16106 Use add-hook for adding the comint filter function, and only do so
16107 if it's not already in the global hook list.
16108 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16109 to `make-local-variable'.
16110 (nslookup-font-lock-keywords): Remove prompt entry.
16111 (nslookup): Don't set the process-filter.
16112 (finger): Exit the loop correctly when the regexps list runs out.
16113 (ftp, smbclient, smbclient-list-shares):
16114 Set the real major mode immediately, not after execing.
16115 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16116
16117 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16118
16119 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16120
16121 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16122
16123 * which-func.el (which-func-format): Remove spurious space.
16124 (which-func-mode): Don't make it permanent-local.
16125 (which-func-ff-hook): Allow which-func-maxout to be nil.
16126 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16127 (which-func-mode): Simplify.
16128 Use post-command-idle-hook rather than post-command-hook.
16129 Go through all buffers and update their state.
16130 (which-function): Also try add-log-current-defun-function.
16131
16132 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16133 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16134 Update call to with-vc-properties accordingly.
16135 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16136 (vc-revert-buffer): More careful about window selection and deletion.
16137 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16138
16139 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16140 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16141 (cvs-dired-action): Change the default to quickdir.
16142
16143 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16144 if comment-indent-function returns nil.
16145 (comment-indent-default): New function.
16146 (comment-indent-function): Use it and document the new semantics.
16147
16148 * image-file.el: Docstring fixes.
16149
16150 * help.el (help-xref-on-pp): Use match-string.
16151 (describe-variable): New arg BUFFER.
16152 Store the current buffer in the help-xref-stack.
16153 (temp-buffer-resize-mode): Use define-minor-mode.
16154
16155 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16156 consistently with its docstring.
16157 Set jit-lock-first-unfontify-pos in an idempotent way.
16158 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16159
16160 2000-10-05 Alex Schroeder <alex@gnu.org>
16161
16162 * sql.el (sql-mysql-options): New variable.
16163 (sql-mysql): Use it.
16164
16165 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16166
16167 * image.el (image): New group.
16168
16169 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16170 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16171
16172 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16173
16174 * net/net-utils.el (nslookup-font-lock-keywords)
16175 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16176 Ignore the value of wqindow-system; always define keywords
16177
16178 2000-10-05 Kenichi Handa <handa@etl.go.jp>
16179
16180 * startup.el (fancy-splash-screens): Remove the code for
16181 debugging; `(trace-to-stderr "EXITTT\n")'.
16182
16183 2000-10-05 Miles Bader <miles@gnu.org>
16184
16185 * diff-mode.el (diff-goto-source): Update call to
16186 `diff-hunk-status-msg' to reflect new REV variable.
16187
16188 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16189
16190 * progmodes/icon.el (icon-mode):
16191 Don't gratuitously override the default for comment-column.
16192
16193 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16194
16195 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16196 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16197 (jit-lock-functions): New var.
16198 (jit-lock-function-1): Use it if non-nil.
16199 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16200 Set the `fontified' property before doing the fontification to avoid
16201 repeatedly going through the same error.
16202 Don't turn errors into messages.
16203 (jit-lock-register, jit-lock-unregister): New functions.
16204
16205 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16206 Use with-current-buffer.
16207
16208 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16209 Turn comment into docstring.
16210
16211 * apropos.el (apropos-mode): Use define-derived-mode.
16212
16213 2000-10-04 Gerd Moellmann <gerd@gnu.org>
16214
16215 * startup.el (fancy-splash-pending-command): New variable.
16216 (fancy-splash-pre-command): New function.
16217 (fancy-splash-screens): Rewritten.
16218 (command-line-1): If fancy-splash-pending-command is set, call it
16219 interactively.
16220
16221 2000-10-04 Dave Love <fx@gnu.org>
16222
16223 * toolbar/tool-bar.el (tool-bar-setup): New function.
16224 (tool-bar-mode): Use it.
16225
16226 * subr.el (substitute-key-definition): Doc fix.
16227 (play-sound-file): New command.
16228
16229 2000-10-04 Andre Spiegel <spiegel@gnu.org>
16230
16231 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16232 vc-version-backup-file-name): New functions.
16233
16234 * files.el (basic-save-buffer): Call vc-before-save before saving.
16235
16236 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16237 vc-cvs-stay-local-p.
16238
16239 * vc.el (vc-revert-buffer): Handle empty diff properly.
16240 (vc-version-backup-file): New function.
16241 (vc-checkout): Create a version backup if necessary.
16242 (vc-checkin): If a version backup file exists, delete it.
16243 (vc-version-diff): Diff locally using version backups, if available.
16244 (vc-revert-file): If there's a version backup, revert locally.
16245 (vc-transfer-file): Use version backup for base version, if
16246 available. If not, ask for confirmation whether to get it from the
16247 server. Update mode line before check-in.
16248
16249 2000-10-04 Dave Love <fx@gnu.org>
16250
16251 * toolbar/tool-bar.el (tool-bar-setup): New function.
16252 (tool-bar-mode): Use it.
16253
16254 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16255
16256 * net/net-utils.el (nslookup-font-lock-keywords)
16257 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16258 Only set if window-system is non-nil
16259 (net-utils-run-program): Returns buffer.
16260 (network-connection-reconnect): Added this function.
16261
16262 * generic.el:
16263 Incorporates extensive cleanup and docfixes by
16264 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16265 Uses cl compile-time macros.
16266 (generic-mode-name, generic-comment-list)
16267 (generic-keywords-list, generic-font-lock-expressions)
16268 (generic-mode-function-list, generic-mode-syntax-table):
16269 Removed variables.
16270 (generic-mode-alist): Renamed to generic-mode-list.
16271 (generic-find-file-regexp): Default changed to "^#".
16272 (generic-read-type): Uses completing read on generic-mode-list.
16273 (generic-mode-sanity-check): removed this function.
16274 (generic-add-to-auto-mode): Removed this function
16275 (generic-mode-internal): Bind mode-specific definitions
16276 into function instead of putting them in alist.
16277 (generic-mode-set-comments): Reworked extensively.
16278 (generic-mode-find-file-hook): Simplified regexp searching
16279 (generic-make-keywords-list): Omit extra pair of parens
16280
16281 * find-lisp.el (find-lisp-find-files-internal):
16282 Make sure directory name ends with "/".
16283
16284 * generic-x.el (apache-conf-generic-mode):
16285 Regexp now allows leading whitespace.
16286 (rc-generic-mode): Added eval-when-compile
16287 around generic-make-keywords-list.
16288 Deleted duplicate regexp
16289 (rul-generic-mode): Added eval-when-compile
16290 around generic-make-keywords-list.
16291 (etc-fstab-generic-mode): New generic mode.
16292 (rul-generic-mode): Removed one eval-when-compile
16293 which caused a max-specpdl-size exceeded error.
16294
16295 2000-10-04 Miles Bader <miles@gnu.org>
16296
16297 * simple.el (minibuffer-temporary-goal-position): New variable.
16298 (next-history-element): Try to keep the position of point in the
16299 input string constant.
16300
16301 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16302 (dired-do-create-files): If there's only one file, pass it in as
16303 the DEFAULT arg to dired-mark-read-file-name.
16304
16305 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16306
16307 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16308 (diff-goto-source): Be smarter when choosing REVERSE or not.
16309
16310 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16311 (texinfo-mode-menu): Add an explicit shortcut for update all.
16312
16313 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16314
16315 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16316 factorize backend-specific code cleanly (this was essentially
16317 conceived by Stefan Monnier).
16318 (vc-unregister): Function removed.
16319 (vc-revert-file): New function.
16320 (vc-revert-buffer): Delegate some of the work to it.
16321
16322 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16323 default branch unconditionally.
16324 (vc-rcs-set-default-branch): New function.
16325 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16326 (vc-rcs-checkin): If an appropriate default branch has been set,
16327 force creation of that branch.
16328 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16329 code (as suggested by Stefan Monnier).
16330
16331 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16332
16333 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16334 highlighting overlay with a different face over the overlay
16335 isearch uses to highlight the current match because that can lead
16336 to bad face combinations.
16337
16338 * loadup.el (toplevel): Load faces before isearch.
16339
16340 * isearch.el (isearch-faces): New custom group.
16341 (isearch): New defface; was already tested for in the code.
16342 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16343 (isearch-highlight): Always use face `isearch'.
16344
16345 2000-10-02 Dave Love <fx@gnu.org>
16346
16347 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16348 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16349 comparison of opcode with operand.
16350
16351 2000-10-03 Miles Bader <miles@gnu.org>
16352
16353 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16354 buffer, since the echo area will now grow to accommodate them.
16355
16356 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16357
16358 * vc-hooks.el (vc-registered): If FILE used to be registered under
16359 a certain backend, try that one first.
16360
16361 * vc.el (vc-responsible-backend): Undo the previous change in the
16362 argument list. Handle multiple backends correctly.
16363 (vc-find-new-backend): Function removed.
16364 (vc-register): Use vc-responsible-backend, as before.
16365 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16366
16367 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16368
16369 * startup.el (fancy-splash-head): Change message below the
16370 logo.
16371
16372 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16373
16374 * diff-mode.el (diff-goto-source): Emit a status message.
16375 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16376 (diff-test-hunk): Fix doc string.
16377 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16378 (diff-advance-after-apply-hunk): New variable.
16379 (diff-apply-hunk): Don't return a value.
16380
16381 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16382
16383 * vc.el (vc-editable-p): Minor optimization.
16384 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16385 (vc-find-new-backend): New function split from vc-responsible-backend.
16386 (vc-register): Use it.
16387 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16388 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16389 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16390 (vc-clear-headers): Don't use find-file.
16391 (vc-revert-buffer): Use `and' again (must have been a braino).
16392 (vc-switch-backend): Only prompt if requested.
16393 Short circuit if nothing is to be done.
16394 Don't use vc-resynch-buffer which could lose unsaved editing.
16395 (vc-default-receive-file): Update call to vc-unregister.
16396 (with-vc-file, vc-next-action-on-file):
16397 Use vc-backend rather than vc-registered.
16398 (vc-next-action-on-file): Use intern-soft.
16399 Deal with read-only *vc-diff* buffer.
16400 (vc-transfer-file): Docstring fix.
16401
16402 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16403 (vc-rcs-receive-file): Avoid with-vc-properties.
16404 Update call to vc-unregister.
16405 Use constant `RCS' rather than (dynamically bound) var `backend'.
16406
16407 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16408
16409 * vc.el (vc-next-action-on-file): Update mode line only if file
16410 is visited.
16411 (vc-start-entry): New argument initial-contents. Don't visit the file
16412 if it isn't already visited. Brought documentation up-to-date.
16413 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16414 (vc-checkin): New optional arg initial-contents, which is passed to
16415 vc-start-entry.
16416 (vc-finish-logentry): Make sure to bury log buffer only if there
16417 really is one. Call `vc-resynch-buffer' on log-file, not
16418 buffer-file-name.
16419 (vc-default-comment-history, vc-default-wash-log): New functions.
16420 (vc-index-of): Removed.
16421 (vc-transfer-file): Make do without the above.
16422 (vc-default-receive-file): Call comment-history unconditionally. Pass
16423 the resulting string to vc-checkin, instead of inserting it into the
16424 comment ring.
16425
16426 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16427 unconditionally. Use the comments as initial contents of the log
16428 entry buffer. Document the trick to force branch creation with no
16429 changes.
16430
16431 2000-10-01 Miles Bader <miles@gnu.org>
16432
16433 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16434 `recenter' with an arg to prevent redrawing the display.
16435
16436 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16437
16438 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16439
16440 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16441
16442 * progmodes/c-mode.el (c-mode):
16443 Don't gratuitously override the default for comment-column.
16444
16445 * textmodes/tex-mode.el (latex-metasection-list): New var.
16446 (latex-imenu-create-index): Use it.
16447 Move the regexp construction outside loops (and use push).
16448 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16449 (tex-font-lock-keywords): Moved from font-lock.el.
16450 (tex-comment-indent): Remove.
16451 (tex-common-initialization): Don't set comment-indent-function.
16452 (latex-block-default): New var.
16453 (tex-latex-block): Use it to provide a default choice.
16454 Add any unknown choice to latex-block-names.
16455 Insert [...] after {...}.
16456 (tex-last-unended-begin): Simplify regexp.
16457 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16458 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16459 (latex-mode): Set forward-sexp-function.
16460
16461 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16462 Add regexp for @ignore ... @end ignore.
16463 (texinfo-heading-face): New face.
16464 (texinfo-font-lock-keywords): Use it.
16465 (texinfo-mode-menu): New menu.
16466 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16467 New functions.
16468 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16469 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16470 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16471 Remove declaration.
16472 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16473
16474 * delsel.el (delete-selection-mode): Use define-minor-mode.
16475
16476 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16477
16478 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16479
16480 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16481
16482 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16483
16484 * replace.el (keep-lines-read-args): New function.
16485 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16486 read arguments interactively. Add parameters RSTART and REND.
16487 Operate on the active region in Transient Mark mode.
16488
16489 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16490
16491 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16492 (authors-obsolete-files-regexps): New variable.
16493 (authors-add): Don't record changes in obsolete files.
16494
16495 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16496
16497 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16498
16499 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16500 (comment-indent): Make sure there's a space between code and comment.
16501 Shift comments left to avoid going past fill-column.
16502
16503 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16504
16505 * startup.el (startup-echo-area-message): New function.
16506 (display-startup-echo-area-message): Use it.
16507 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16508 (fancy-splash-default-action): New function.
16509 (fancy-splash-screens-1): New function.
16510 (fancy-splash-head): Put a help-echo and a keymap under the image.
16511
16512 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16513
16514 * diff-mode.el (diff-add-log-file-name): Remove.
16515 (diff-mode): Use add-log-buffer-file-name-function.
16516
16517 * add-log.el (find-change-log): New arg BUFFER-FILE.
16518 (add-log-file-name): Obey add-log-file-name-function.
16519 (add-log-buffer-file-name-function): New var.
16520 (add-change-log-entry): Use it.
16521
16522 2000-09-29 Miles Bader <miles@gnu.org>
16523
16524 * image-file.el (image-file-name-extensions): New variable.
16525 (image-file-name-regexps): Renamed from `image-file-regexps'.
16526 New default value is nil. Call `auto-image-file-mode'.
16527 (image-file-name-regexp): New function.
16528 (auto-image-file-mode): New minor mode.
16529 (insert-image-file): Don't make conditional on the image-file
16530 handler being enabled.
16531 (image-file-handler): Make the call here conditional instead.
16532 (set-image-file-handler-enabled, enable-image-file-handler)
16533 (disable-image-file-handler): Functions removed.
16534
16535 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16536 string.
16537
16538 2000-09-29 Gerd Moellmann <gerd@gnu.org>
16539
16540 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16541 it's a function from CL.
16542 (latex-imenu-create-index): Replace eval-when-compile with progn
16543 because latex-section-alist is not bound while compiling.
16544
16545 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16546
16547 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16548 (outline-mode): Use define-derived-mode.
16549
16550 * progmodes/perl-mode.el (perl-mode):
16551 * progmodes/awk-mode.el (awk-mode):
16552 * progmodes/asm-mode.el (asm-mode):
16553 Don't gratuitously override the default for comment-column.
16554
16555 * emacs-lisp/lisp.el (lisp-complete-symbol):
16556 Distinguish the let-binding case from the funcall case.
16557 (forward-sexp-function): New variable.
16558 (forward-sexp): Use it.
16559
16560 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16561 (easy-mmode-defmap): Remove the now useless autoload.
16562
16563 * time.el (display-time-mode): Use define-minor-mode.
16564
16565 * subr.el (add-minor-mode): Don't eval NAME.
16566 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16567 Use if rather than cond.
16568
16569 * simple.el (read-expression-map): Define more properly.
16570 (comment-indent-hook): Remove.
16571 (string-to-syntax): Bug fix.
16572
16573 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16574 (cvs-ediff-diff): Fix typo.
16575 (cvs-revert-if-needed): Don't bother preserving read-only.
16576
16577 * paren.el (show-paren-mode): Use define-minor-mode.
16578
16579 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16580 (toggle-auto-compression): Remove.
16581 (jka-compr-build-file-regexp): Remove useless grouping.
16582
16583 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16584 Avoid user-reserved bindings.
16585 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16586 (diff-header-face): Revert to grey85.
16587
16588 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16589
16590 * complete.el (partial-completion-mode) <defcustom>: Remove.
16591 (partial-completion-mode): Use define-minor-mode.
16592 (PC-do-completion): Understand `completion-auto-help = delay'
16593 to mean to popup the completion buffer only the second time.
16594 (PC-include-file-all-completions, PC-include-file-all-completions)
16595 (PC-include-file-all-completions): Don't quote lambda.
16596
16597 * comint.el (comint-mode-hook): Docstring fix.
16598 (comint-mode): Use define-derived-mode.
16599 (comint-mode-map): Remove obsolete comment.
16600 (make-comint): Minor stylistic change.
16601 (comint-insert-clicked-input): Be more careful to find the overlay.
16602 Use this-command-keys rather than hardcoding mouse-2.
16603
16604 * font-lock.el: Replace confusing (,@ with ,
16605 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16606 Don't use regexp-opt-depth. Spice up the regexp for args.
16607 Don't distinguish between cmds that can take an opt arg or not.
16608 Use `append' and `prepend' rather than `keep'.
16609
16610 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16611 (latex-outline-regexp): New var.
16612 (latex-outline-level): New fun.
16613 (latex-section-alist): New var.
16614 (latex-imenu-create-index): Use it. Use `push' as well.
16615 (tex-shell-map): Initialize it properly.
16616 (tex-mode): Minor stylistic change.
16617 (plain-tex-mode): Use define-derived-mode.
16618 (latex-mode): Use define-derived-mode.
16619 Construct the paragraph regexps in a more readable way.
16620 Set the buffer-local outline-{level,regexp} vars.
16621 (slitex-mode): Derive from latex-mode.
16622 (tex-common-initialization): Don't kill-all-vars anymore.
16623 Add setting for comment-add and font-lock-defaults.
16624 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16625 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16626 (tex-start-tex): New arg DIR (and send a chdir command for it).
16627 Also display the shell buffer and save it in tex-last-buffer-texed.
16628 (tex-region): Use expand-file-name rather than concat.
16629 Remove code made useless by changes in tex-start-tex.
16630 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16631
16632 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16633
16634 2000-09-28 Dave Love <fx@gnu.org>
16635
16636 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16637
16638 2000-09-28 Gerd Moellmann <gerd@gnu.org>
16639
16640 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16641 `append'.
16642
16643 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16644
16645 * info.el (Info-extract-pointer): Undo last change.
16646 Instead, fix the position of the `bound' arg to re-search-backward.
16647
16648 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16649
16650 * info.el (Info-extract-pointer):
16651 Widen more carefully, to avoid finding pointers in other nodes.
16652 (Info-index): Use push.
16653
16654 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16655
16656 * frame.el (set-frame-font): Remove call to obsolete function
16657 frame-update-faces.
16658 (set-foreground-color, set-background-color): Likewise for
16659 frame-update-face-colors.
16660
16661 2000-09-27 Miles Bader <miles@gnu.org>
16662
16663 * image-file.el: New file.
16664
16665 2000-09-27 Gerd Moellmann <gerd@gnu.org>
16666
16667 * frame.el (frame-notice-user-settings): Don't call
16668 frame-update-faces, which is a no-op now.
16669
16670 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16671 tool-bar-lines.
16672
16673 2000-09-27 Dave Love <fx@gnu.org>
16674
16675 * mouse.el: Fix last change.
16676
16677 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16678
16679 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16680
16681 2000-09-22 Kenichi Handa <handa@etl.go.jp>
16682
16683 * international/quail.el (quail-help): The output message is
16684 improved.
16685
16686 2000-09-26 Dave Love <fx@gnu.org>
16687
16688 * mouse.el (popup-menu): If POSITION is nil, set it using
16689 mouse-position.
16690
16691 2000-09-25 Sam Steingold <sds@gnu.org>
16692
16693 * net/browse-url.el (browse-url-file-url): Check for null maps.
16694
16695 2000-09-26 Gerd Moellmann <gerd@gnu.org>
16696
16697 * frame.el (frame-notice-user-settings): Don't add a
16698 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16699
16700 * frame.el (frame-notice-user-settings):
16701 Make tool-bar-mode and default-frame-alist consistent.
16702
16703 * toolbar/tool-bar.el (tool-bar-help): New function.
16704
16705 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16706
16707 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16708 current-load-list in top-level forms. Else this leaks a cons cell
16709 every time a defun is called.
16710
16711 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16712
16713 2000-09-25 Dave Love <fx@gnu.org>
16714
16715 * startup.el (fancy-splash-head): Check XPM is available.
16716
16717 * autoinsert.el (auto-insert): Doc fix.
16718 (auto-insert-alist): Following GNU notices, don't say `copyright
16719 _by_'. Use line-beginning-position.
16720 (auto-insert): Check buffer-file-name is non-nil before use.
16721
16722 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16723
16724 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16725 starting with `@def' or `@multitable', in addition to ones
16726 specified by the user in auto-fill-inhibit-regexp.
16727
16728 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
16729
16730 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16731 rmail-dont-reply-to-names matches the empty string.
16732
16733 2000-09-25 Gerd Moellmann <gerd@gnu.org>
16734
16735 * startup.el (command-line-1, fancy-splash-text): Change the
16736 text to sound more friendly.
16737
16738 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16739
16740 * progmodes/hideshow.el: Update author email address.
16741 Generally, sync w/ maintainer version 5.22.
16742 (hs-hide-all-non-comment-function): New var.
16743 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16744 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16745 (hs-show-region): Delete this command.
16746 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16747
16748 2000-09-22 Dave Love <fx@gnu.org>
16749
16750 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16751 (hl-line-highlight): Specify buffer when moving overlay.
16752
16753 * progmodes/fortran.el (fortran-mode): Locally set
16754 normal-auto-fill-function.
16755 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16756 (fortran-mode-map): Adjust auto-fill menu entry.
16757
16758 2000-09-22 Gerd Moellmann <gerd@gnu.org>
16759
16760 * vc-rcs.el (toplevel): Require `vc' when compiling.
16761
16762 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16763
16764 2000-09-22 Andre Spiegel <spiegel@gnu.org>
16765
16766 * vc.el (vc-switch-backend): Signal an error if the file is not
16767 registered under the new backend.
16768
16769 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16770 without explicit revision number.
16771
16772 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16773
16774 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16775 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16776 (diff-xor): New function.
16777 (diff-find-source-location): Use it. Fix a stupid name clash.
16778 (diff-hunk-status-msg): New function.
16779 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16780 (diff-test-hunk): Use diff-find-source-location.
16781 (diff-goto-source): Favor the `reverse'.
16782 (diff-hunk-text): Properly handle one-sided context diffs.
16783 (diff-apply-hunk): When done, advance to the next hunk.
16784
16785 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16786
16787 * startup.el (command-line): If frame was created with a non-zero
16788 tool-bar-lines parameter, switch tool-bar-mode on.
16789
16790 * add-log.el (change-log-date-face, change-log-name-face)
16791 (change-log-email-face, change-log-file-face)
16792 (change-log-list-face, change-log-conditionals-face)
16793 (change-log-function-face, change-log-acknowledgement-face):
16794 New faces, inheriting from font-lock faces.
16795 (change-log-font-lock-keywords): Use them.
16796
16797 2000-09-21 Dave Love <fx@gnu.org>
16798
16799 * progmodes/cperl-mode.el (top-level): Clean up
16800 `eval-when-compile's and assorted defvars.
16801 (cperl-invalid-face): Don't double-quote value. Change custom
16802 type.
16803 (cperl-mode): Set normal-auto-fill-function and don't zap
16804 auto-fill-function.
16805 (cperl-imenu--function-name-regexp-perl): Renamed from
16806 imenu-example--function-name-regexp-perl.
16807 (cperl-imenu--create-perl-index): Renamed from
16808 imenu-example--create-perl-index.
16809 (cperl-xsub-scan): Don't require cl.
16810
16811 * msb.el (msb-mode-map): Use substitute-key-definition.
16812 (msb-mode): Use msb-mode-map.
16813
16814 2000-09-21 Andre Spiegel <spiegel@gnu.org>
16815
16816 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16817 New functions.
16818 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16819 (vc-switch-backend): New function.
16820 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16821 (vc-register): Fix prompt.
16822 (vc-unregister, vc-default-unregister): New functions.
16823 (vc-version-diff): Handle empty buffer in sentinel.
16824
16825 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16826 (vc-rcs-state-heuristic): Use it to guess the state of files with
16827 non-strict locking.
16828 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16829 been set with -b, but not created yet.
16830 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16831 contents in order to find the state.
16832 (vc-rcs-checkin): Allow creation of branches with no changes.
16833 (vc-rcs-unregister, vc-rcs-receive-file)
16834 (vc-rcs-set-non-strict-locking): New functions.
16835
16836 * vc-hooks.el (vc-name): Force correct computation of the value
16837 in case it is missing.
16838
16839 2000-09-21 Gerd Moellmann <gerd@gnu.org>
16840
16841 * startup.el (fancy-splash-tail): Use a different foreground
16842 color on a dark frame background.
16843
16844 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16845
16846 * info.el: Use the correct capitalization when making Info-mode
16847 and Info-edit-mode `special' modes.
16848
16849 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16850
16851 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16852 (diff-mode): Add support for add-log.el.
16853 (diff-hunk-text): Use char offsets rather than line offsets.
16854 (diff-find-source-location): Replace LINE with line-offset (nil
16855 if not found) and always set POS to a meaningful position.
16856 Adapt to the new char-offsets.
16857 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16858 Adapt to the new diff-find-source-location.
16859 (diff-goto-source): Adapt to the new diff-find-source-location.
16860
16861 * add-log.el (add-log-file-name): New function (split out of
16862 add-change-log-entry).
16863 (add-change-log-entry): Use it.
16864 Call add-log-file-name-function with the changelog file name if
16865 the current buffer is not associated with any file.
16866 Avoid find-file if the selected window is dedicated.
16867
16868 * diff-mode.el (diff-find-source-location):
16869 Move code from diff-apply-hunk. Return buffer rather than file.
16870 (diff-apply-hunk): Use the new result from diff-find-source-location.
16871 (diff-goto-source): Use the new diff-find-source-location.
16872
16873 2000-09-20 Dave Love <fx@gnu.org>
16874
16875 * iswitchb.el: Some doc fixes.
16876 (iswitchb-mode-map): Define completely initially. Inherit
16877 minibuffer-local-map.
16878 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16879 fundamental-mode.
16880 (iswitchb-global-map): New variable.
16881 (iswitchb-summaries-to-end): Amalgamate regexps.
16882 (iswitchb-mode): New.
16883 (iswitchb-mode-hook): New variable.
16884 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16885 `extensions'.
16886
16887 2000-09-20 Gerd Moellmann <gerd@gnu.org>
16888
16889 * ehelp.el (electric-help): New defgroup.
16890 (electric-help-shrink-window): New user-option.
16891 (with-electric-help): Use it.
16892
16893 * window.el (shrink-window-if-larger-than-buffer): If face
16894 `mode-line' has a :box, and we're on a graphical frame, add 1
16895 to the needed window height.
16896
16897 * frame.el (frame-notice-user-settings): Add a last parameter nil
16898 to a call to `append', because the last list passed to `append' is
16899 not copied, and so subsequent calls to assq-delete-all will modify
16900 default-frame-alist.
16901
16902 * startup.el (fancy-splash-image): Change :type.
16903 (fancy-splash-head): Use an XBM image if appropriate.
16904 (command-line-1): Show splash screens in more cases.
16905
16906 * startup.el (fancy-splash-text): Don't quote faces.
16907
16908 * dired.el (dired-font-lock-keywords): Undo last change.
16909 (dired-readin): Bind indent-tabs-mode to nil.
16910
16911 * startup.el (fancy-splash-head): If frame's background mode
16912 is `dark', change the black background of the image to gray.
16913 (fancy-splash-screens): Display startup echo area message.
16914 (display-startup-echo-area-message): New function.
16915
16916 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16917
16918 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16919
16920 * info.el (info-header-node): Tweak for color ttys.
16921
16922 * faces.el (face-valid-attribute-values): Make sure directories we
16923 search for stipples both exist and are readable before trying to
16924 search them.
16925
16926 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16927 in the dry-run case.
16928
16929 * jka-compr.el (with-auto-compression-mode): New macro.
16930
16931 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16932 (custom-group-tag-face, custom-variable-tag-face): Use relative
16933 :height and inherit from `variable-pitch' face instead of
16934 hardwiring :family.
16935 * hi-lock.el (hi-black-hb): Likewise.
16936
16937 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16938 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16939 toolbar-add-item, if image doesn't have a mask add a `:mask
16940 heuristic'.
16941
16942 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16943
16944 * diff-mode.el: Docstring fixes.
16945 (diff-header-face, diff-comment-face): New faces.
16946 (diff-font-lock-keywords): Highlight a bit differently.
16947 (diff-find-source-location): Don't return SPAN any more.
16948 (diff-hunk-text): Don't bother erasing the temp buffer.
16949 (diff-find-text): Drop argument LINE.
16950 (diff-apply-hunk): Update calls to diff-find-text.
16951 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16952
16953 * calendar/calendar.el: Docstring fixes.
16954 (calendar-make-alist): Don't quote lambda.
16955 (calendar-star-date): Use make-local-variable.
16956
16957 2000-09-19 Dave Love <fx@gnu.org>
16958
16959 * toolbar/tool-bar.el: Renamed from toolbar.el.
16960 Change `toolbar' to `tool-bar' generally in symbols.
16961 Make some items invisible in `special' major modes.
16962 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16963 Add arg PROPS.
16964
16965 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16966 Add :version here.
16967 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16968
16969 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16970
16971 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16972
16973 * files.el (find-file-suppress-same-file-warnings): New user-option.
16974 (find-file-noselect): Use it.
16975
16976 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16977 (fancy-splash-screen): Defgroup.
16978
16979 * add-log.el (change-log-font-lock-keywords): Match names
16980 more exactly for the case that font-lock-constant-face is
16981 underlined.
16982
16983 2000-09-19 Richard M. Stallman <rms@gnu.org>
16984
16985 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16986
16987 2000-09-19 Andre Spiegel <spiegel@gnu.org>
16988
16989 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16990
16991 2000-09-19 Gerd Moellmann <gerd@gnu.org>
16992
16993 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16994 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16995 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16996 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16997 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16998 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16999 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
17000 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
17001 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
17002 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
17003 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
17004 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
17005
17006 * startup.el (fancy-splash-text): New variable.
17007 (fancy-splash-delay, fancy-splash-image): New user-options.
17008 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
17009 (fancy-splash-screens): New functions.
17010 (command-line-1): If display has a `display' frame parameter, has
17011 colors, and we have XPM support, show more fancy splash screens.
17012
17013 2000-09-19 Dave Love <fx@gnu.org>
17014
17015 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
17016 with null `help'. Use modern backquote syntax.
17017
17018 2000-09-19 Gerd Moellmann <gerd@gnu.org>
17019
17020 * font-lock.el (font-lock-mode): Change message telling the user
17021 that ``the buffer is too big''.
17022
17023 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
17024 for instance for the case that tab-width is 2.
17025
17026 2000-09-18 Gerd Moellmann <gerd@gnu.org>
17027
17028 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
17029 toolbar-add-item, if image doesn't have a mask add a `:mask
17030 heuristic'.
17031
17032 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
17033
17034 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
17035 and return a cons if it's non-nil.
17036 (diff-apply-hunk): Try to jump to the line in the source text
17037 corresponding to the position of point in the in the hunk.
17038
17039 * info.el (Info-title-3-face, Info-title-2-face)
17040 (Info-title-1-face): Use face inheritance and relative sizes
17041 instead of hard-wiring things.
17042
17043 * faces.el (secondary-selection): Make dark-background variant sane.
17044
17045 2000-09-16 Andrew Innes <andrewi@gnu.org>
17046
17047 * makefile.w32-in (compile-files-CMD): No need to make .elc files
17048 read-only, since they aren't under VC now.
17049
17050 2000-09-17 Dave Love <fx@gnu.org>
17051
17052 * tmm.el: Replace mapcar with mapc in several places.
17053
17054 * loadhist.el (unload-feature): Maybe call elp-restore-list and
17055 ad-unadvise.
17056
17057 * international/latin1-disp.el: New file.
17058
17059 * calendar/cal-move.el (scroll-calendar-left)
17060 (scroll-calendar-right): Make arg optional (for active mode line).
17061
17062 * calendar/calendar.el (calendar-mode-line-format): Make fields
17063 mouse-sensitive.
17064 (calendar-read-date, calendar-read-date, calendar-window-list):
17065 Unquote lambda.
17066 (calendar-month-name): Use aref, not sref.
17067
17068 * view.el (minor-mode-alist): Propertize the string.
17069
17070 * international/characters.el (standard-case-table): Add entries
17071 for Greek.
17072
17073 2000-09-18 Miles Bader <miles@gnu.org>
17074
17075 * info.el (info-node, info-xref): Add dark-background variants.
17076
17077 * faces.el (header-line): Change defaults to be less confusing
17078 when mixed with mode-lines.
17079
17080 * info.el (Info-fontify-node): Make a few cleanups.
17081 Add extra `help-echo' and `local-map' props to node xrefs.
17082 Use header-specific faces for node-names & xrefs.
17083 (Info-use-header-line): New variable.
17084 (info-header-xref, info-header-node): New faces.
17085 (Info-setup-header-line): New function.
17086 (Info-select-node): Call Info-setup-header-line when enabled.
17087 (Info-extract-pointer): Work even if the header line is hidden.
17088 (Info-header-line): New variable.
17089
17090 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
17091
17092 * vms-patch.el (print-region-function): Don't quote lambda.
17093
17094 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
17095
17096 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
17097 (lm-get-header-re): Allow spaces between the header and the colon.
17098 (lm-header): Allow $ in non-RCS headers.
17099 (lm-header-multiline): Put the strings back into order.
17100 Stop at an empty line. Don't require two space chars if the
17101 line is clearly not another header line.
17102
17103 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17104 (popup-menu-popup): Remove.
17105
17106 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17107
17108 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17109 specification if or if not tool-bar item contains an `:enabled'
17110 property.
17111
17112 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17113 current buffer has no file name.
17114
17115 2000-09-15 Dave Love <fx@gnu.org>
17116
17117 * strokes.el: Sync with maintainer's current version with changes
17118 for Emacs, but avoid runtime cl and levents.
17119 (toplevel): Change autoloads and compilation requires.
17120 (strokes-version, strokes-bug-address, strokes-lift): Values
17121 changed.
17122 (strokes-xpm-header, strokes-insinuated): New variable.
17123 (strokes): Add :link.
17124 (strokes-mode): Customized.
17125 (strokes-while-inhibiting-garbage-collector): New macro.
17126 (strokes-remassoc): Avoid remove-if.
17127 (strokes-fix-button2-command): Don't use ad-do-it.
17128 (strokes-insinuate): New function.
17129 (strokes-button-press-event-p, strokes-button-release-event-p):
17130 New functions, used instead of non-`strokes-' versions..
17131 (strokes-mouse-event-p): Rewritten.
17132 (strokes-event-closest-point): Avoid event-point.
17133 (strokes-get-grid-position): Avoid cdadr, caadr
17134 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17135 functions.
17136 (strokes-help): Use with-output-to-temp-buffer.
17137 (strokes-window-configuration-changed-p): New function.
17138 (strokes-update-window-configuration): Use buffer-live-p,
17139 strokes-window-configuration-changed-p.
17140 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17141 (strokes-char-face): New face.
17142 (strokes-char-table, strokes-base64-chars): New variable.
17143 (strokes-xpm-for-stroke, strokes-list-strokes)
17144 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17145 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17146 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17147 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17148 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17149 functions.
17150
17151 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17152
17153 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17154
17155 * image.el (create-image): Doc fix.
17156
17157 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17158 instead of `:heuristic-mask t'.
17159
17160 2000-09-14 Andrew Innes <andrewi@gnu.org>
17161
17162 * makefile.w32-in: Revert to Unix line endings.
17163
17164 2000-09-14 Andrew Innes <andrewi@gnu.org>
17165
17166 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17167 when installing.
17168
17169 * makefile.nt (DONTCOMPILE): Fix typo.
17170
17171 * shell.el (shell-write-history-on-exit): New function.
17172 (shell-dumb-shell-regexp): New custom variable.
17173 (shell-mode): Make shell-write-history-on-exit the process
17174 sentinel if shell name matches shell-dumb-shell-regexp.
17175
17176 * w32-fns.el: Comment out before-init-hook function which resets
17177 source-directory based; this breaks bootstrap.
17178
17179 2000-09-14 Dave Love <fx@gnu.org>
17180
17181 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17182 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17183 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17184 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17185 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17186 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17187 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17188 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17189 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17190
17191 * toolbar/toolbar.el: New.
17192
17193 * subdirs.el: Add toolbar.
17194
17195 2000-09-14 Gerd Moellmann <gerd@gnu.org>
17196
17197 * indent.el (indent-for-tab-command): Doc fix.
17198
17199 2000-09-14 Alex Schroeder <alex@gnu.org>
17200
17201 * ansi-color.el (ansi-colors): Doc change.
17202 (ansi-color-get-face): Simplified regexp.
17203 (ansi-color-faces-vector): Added more faces, doc change.
17204 (ansi-color-names-vector): Doc change.
17205 (ansi-color-regexp): Simplified regexp.
17206 (ansi-color-parameter-regexp): New regexp.
17207 (ansi-color-filter-apply): Doc change.
17208 (ansi-color-filter-region): Doc change.
17209 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17210 deal with zero length parameters.
17211 (ansi-color-apply-on-region): Doc change.
17212 (ansi-color-map): Doc change.
17213 (ansi-color-map-update): Removed debugging message.
17214 (ansi-color-get-face-1): Added condition-case to trap
17215 args-out-of-range errors.
17216 (ansi-color-get-face): Doc change.
17217 (ansi-color-make-face): Removed.
17218 (ansi-color-for-shell-mode): New option.
17219
17220 2000-09-13 Kenichi Handa <handa@etl.go.jp>
17221
17222 * international/quail.el (quail-start-translation): Translate KEY
17223 if necessary even if it doesn't have any mapping in the current
17224 input method.
17225 (quail-start-conversion): Likewise.
17226 (quail-help): The output message is improved.
17227
17228 2000-09-13 Miles Bader <miles@gnu.org>
17229
17230 * comint.el (comint-output-filter): Revert to using
17231 `insert-before-markers'. Add bletcherous hack to undo damage
17232 caused by `insert-before-markers'. Put `front-sticky' property on
17233 overlays created here so that the field code understands how the
17234 overlay works. Use a let when making comint-last-prompt-overlay,
17235 so that the code is easier to read.
17236
17237 2000-09-13 Dave Love <fx@gnu.org>
17238
17239 * wid-edit.el (widget-default-format-handler): DTRT when
17240 doc-property is a function.
17241
17242 2000-09-12 Francesco Potorti` <pot@gnu.org>
17243
17244 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17245 filed name if it's not there.
17246
17247 2000-09-12 Dave Love <fx@gnu.org>
17248
17249 * simple.el (read-mail-command): Doc fix.
17250 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17251
17252 * vc.el (vc-dired-listing-switches): Fix :version.
17253
17254 * vc-hooks.el: Doc fixes.
17255
17256 * subr.el (add-minor-mode): Use toggle-fun arg.
17257
17258 * speedbar.el: Add :version to several defcustoms.
17259
17260 * imenu.el (imenu--truncate-items, imenu--cleanup)
17261 (imenu--generic-function): Avoid mapcar.
17262 (imenu--replace-spaces): Function removed.
17263 (imenu--completion-buffer): Use subst-char-in-string.
17264 (imenu-add-to-menubar): Use keymap inheritance.
17265
17266 2000-09-12 Miles Bader <miles@gnu.org>
17267
17268 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17269 (diff-mode-map): Bind `diff-test-hunk'.
17270 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17271
17272 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17273
17274 * bytecomp.el (byte-compile-defvar): Undo last change
17275 because it breaks '(make-variable-buffer-local (defvar ...)'
17276 which is used at least in dired.
17277
17278 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17279
17280 * international/quail.el (quail-define-package): Docstring
17281 modified.
17282
17283 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17284
17285 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17286 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17287 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17288 docstring of "chinese-py".
17289
17290 * international/quail.el (quail-translation-docstring): New
17291 variable.
17292 (quail-show-keyboard-layout): Docstring modified.
17293 (quail-select-current): Likewise.
17294 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17295 infinite recursive call.
17296 (quail-help): Check quail-translation-docstring. Format of the
17297 output changed.
17298 (quail-help-insert-keymap-description): Adjusted for the above
17299 change.
17300
17301 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17302
17303 * bytecomp.el (byte-compile-defvar): Only cons onto
17304 current-load-list in top-level forms. Else this leaks a cons cell
17305 every time a defun is called.
17306
17307 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17308
17309 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17310 Now understands non-unified diffs. Some functionality moved into
17311 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17312 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17313 modify anything. Only reposition point in the patched file if the
17314 patch succeeds. Only pop up another window if POPUP is true.
17315 Emit a message describing what happened if successful, and at what
17316 line-offset. Automatically detect reversed hunks and do something
17317 appropriate.
17318 (diff-hunk-text, diff-find-text): New functions.
17319 (diff-filter-lines): Function removed.
17320 (diff-test-hunk): New function.
17321 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17322
17323 2000-09-10 Dave Love <fx@gnu.org>
17324
17325 * textmodes/tildify.el: Minor doc/commentary fixes.
17326 (tildify) <defgroup>: Add :version.
17327
17328 * faces.el (face-x-resources): Make custom type more specific.
17329 (frame-background-mode): Use mapc.
17330 (region) <defcustom>: Add :version.
17331
17332 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17333
17334 * vc-sccs.el (vc-sccs-register):
17335 * vc-rcs.el (vc-rcs-register):
17336 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17337 * vc.el (vc-register): Clear file's properties.
17338
17339 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17340
17341 * faces.el (face-spec-set): Only face-spec-reset-face when
17342 ATTRS is non-nil.
17343
17344 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17345
17346 * help.el (help-insert-xref-button): Fix a typo in doc string.
17347
17348 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17349
17350 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17351 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17352 methods.
17353
17354 * menu-bar.el (read-mail-item-name): New function.
17355 (menu-bar-tools-menu): Use it to compute and display the package
17356 used to read email.
17357 (menu-bar-tools-menu): Fix typo in GUD's help string.
17358
17359 2000-09-07 Dave Love <fx@gnu.org>
17360
17361 * diff-mode.el (diff-mouse-goto-source): New function.
17362
17363 * vc-sccs.el: Doc fixes.
17364 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17365
17366 * vc-rcs.el: Doc fixes.
17367 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17368 (vc-rcs-checkout-switches, vc-rcs-header)
17369 (vc-rcs-master-templates): Add or change :version.
17370
17371 * vc-cvs.el: Doc fixes.
17372 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17373 (vc-cvs-stay-local): Add :version.
17374
17375 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17376
17377 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17378
17379 * international/quail.el (quail-help): Fix previous change.
17380
17381 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17382
17383 * faces.el (color-values): Doc fix.
17384
17385 * faces.el (frame-set-background-mode): Use frame-parameter
17386 instead of frame-parameters.
17387
17388 * frame.el (filtered-frame-list): Reduce consing.
17389 (frames-on-display-list): Call frame-parameter instead of
17390 frame-parameters.
17391
17392 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17393
17394 * language/devan-util.el (devanagari-to-indian-region): In the
17395 loop, change the following char, not preceding char.
17396
17397 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17398
17399 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17400 instead of frame-parameters.
17401
17402 * faces.el (set-face-attribute): Simplify by calling
17403 internal-set-lisp-face-attribute with FRAME being 0.
17404
17405 * vc.el: Remove `Id' version control keyword.
17406
17407 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17408
17409 * help.el (help-make-xrefs): Adjusted for the change of
17410 help-xref-mule-regexp.
17411 (help-insert-xref-button): New function.
17412
17413 * international/mule-cmds.el (help-xref-mule-regexp-template):
17414 Include the pattern for character set.
17415 (leim): New group.
17416
17417 * international/quail.el: Don't require face.
17418 (quail): New group.
17419 (quail-other-command): Dummy command to make quail-help work better.
17420 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17421 (quail-keyboard-layout-substitution): New variable.
17422 (quail-update-keyboard-layout): New function.
17423 (quail-keyboard-layout-type): New customizable variable.
17424 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17425 (quail-keyboard-translate): Pay attention to
17426 quail-keyboard-layout-substitution.
17427 (quail-insert-kbd-layout): New function.
17428 (quail-show-keyboard-layout): New function.
17429 (quail-get-translation): If the definition is a vector of length
17430 1, and the element is a string of length 1, return the character
17431 in that string.
17432 (quail-update-current-translations): Fix the case of
17433 relative-index out of range.
17434 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17435 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17436 Show key sequences for all available characters.
17437 (quail-help-insert-keymap-description): Don't show such verbose
17438 key bindings as quail-self-insert-command.
17439
17440 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17441 Format changed, and each element now have extra documentations.
17442 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17443 Adjusted for the change of quail-cxterm-package-ext-info.
17444
17445 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17446
17447 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17448 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17449 during bootstrap.
17450
17451 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17452
17453 * vc.el: (toplevel): Don't require `dired' at run-time.
17454 (vc-dired-resynch-file): Remove autoload cookie.
17455
17456 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17457
17458 * vc.el: Made several backend functions optional.
17459 (vc-default-responsible-p): New function.
17460 (vc-merge): Use RET for first version to trigger merge-news, not
17461 prefix arg.
17462 (vc-annotate): Handle backends that do not support annotation.
17463 (vc-default-merge-news): Removed. The existence of a merge-news
17464 implementation is now checked on caller sites.
17465
17466 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17467 case.
17468
17469 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17470 special case that has been removed from the default in vc-hooks.el.
17471
17472 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17473
17474 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17475
17476 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17477
17478 * vc-hooks.el: Require vc during compilation.
17479 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17480 macro `with-vc-properties' in vc.el.
17481 (vc-file-getprop): Doc fix.
17482 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17483
17484 * vc.el: Require dired-aux during compilation.
17485 (vc-name-assoc-file): Moved to vc-sccs.el.
17486 (with-vc-properties): New macro.
17487 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17488 vc-finish-steal): Use it.
17489 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17490 to the backend-specific function is now supposed to do the checkout,
17491 too.
17492 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17493
17494 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17495 set file properties; that gets done in the generic code now.
17496
17497 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17498 Changed parameter list, added code from vc.el that does the
17499 checkout, possibly with a double-take.
17500
17501 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17502 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17503 the above under the new name.
17504 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17505 parameter list, added checkout command.
17506 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17507 properties; that gets done in the generic code now.
17508
17509 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17510
17511 * vc.el: Docstring fixes (courtesy of checkdoc).
17512
17513 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17514
17515 * vc.el (vc-checkout-writable-buffer-hook)
17516 (vc-checkout-writable-buffer): Remove.
17517 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17518 (vc-log-mode): Make it into a clean derived major mode.
17519 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17520 vc-log-mode if log-edit is not available.
17521 (vc-dired-mode-map): Don't set-keymap-parent yet.
17522 (vc-dired-mode): Do set-keymap-parent here.
17523 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17524
17525 2000-09-05 Gerd Moellmann <gerd@gnu.org>
17526
17527 * faces.el (set-face-attribute, face-spec-reset-face)
17528 (face-spec-set): Avoid consing by removing calls to `apply'.
17529
17530 * frame.el (frame-parameter): Move to C code.
17531
17532 2000-09-05 Dave Love <fx@gnu.org>
17533
17534 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17535 insert-before-markers-and-inherit. Now checked systematically!
17536
17537 2000-09-05 Alex Schroeder <alex@gnu.org>
17538
17539 * sql.el (sql-postgres): Use sql-postgres-options.
17540 (sql-postgres-options): New variable.
17541
17542 2000-09-05 Alex Schroeder <alex@gnu.org>
17543
17544 * sql.el (sql-mode-menu): Work around missing variable mark-active
17545 in XEmacs.
17546 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17547 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17548 compatibility.
17549
17550 2000-09-04 Gerd Moellmann <gerd@gnu.org>
17551
17552 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17553
17554 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17555
17556 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17557
17558 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17559
17560 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17561 don't support anything else under SCCS yet.
17562
17563 * vc-hooks.el: Minor doc fixes.
17564
17565 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17566
17567 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17568 not necessary. If verbose in state `needs-patch', do the same as
17569 under `up-to-date'. When NOT verbose and `needs-patch', check out
17570 latest version instead of `merge-news'.
17571 (vc-next-action-dired): Don't mess with default-directory here; it
17572 breaks other parts of dired. It is the job of the
17573 backend-specific functions to adjust it temporarily if they need it.
17574 (vc-next-action): Remove a special CVS case.
17575 (vc-clear-headers): New optional arg FILE.
17576 (vc-checkin, vc-checkout): Set properties vc-state and
17577 vc-checkout-time properly.
17578 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17579 (vc-print-log): Use new backend function `show-log-entry'.
17580 (vc-cancel-version): Do the checks in a different order. Added a
17581 FIXME concerning RCS-only code.
17582
17583 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17584 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17585
17586 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17587
17588 * vc-hooks.el (vc-default-mode-line-string): Show state
17589 `needs-patch' as a `-' too.
17590
17591 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17592
17593 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17594 (vc-default-could-register): New function.
17595 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17596 (vc-resynch-buffer): Call vc-dired-resynch-file.
17597 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17598 vc-resynch-buffer instead of vc-resynch-window.
17599 (vc-next-action-dired): Don't redisplay here, that gets done as a
17600 result of the individual file operations.
17601 (vc-retrieve-snapshot): Corrected prompt order.
17602
17603 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17604
17605 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17606 as well.
17607 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17608 hostname regexps. Updated all callers.
17609 (vc-cvs-responsible-p): Handle directories as well.
17610 (vc-cvs-could-register): New function.
17611 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17612 properties up-to-date.
17613
17614 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17615 user whether to create one.
17616
17617 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17618
17619 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17620 check out a non-existing file.
17621
17622 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17623 workfile does not exist.
17624
17625 * vc.el (vc-version-diff): Use `require' to check for existence of
17626 diff-mode.
17627
17628 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17629
17630 * vc-cvs.el (vc-cvs-registered): Use new function
17631 vc-cvs-parse-entry to do the actual work.
17632
17633 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17634
17635 * vc-hooks.el (vc-find-backend-function): If function doesn't
17636 exist, return nil instead of error.
17637 (vc-call-backend): Doc fix.
17638
17639 * vc.el (vc-do-command): Doc fix.
17640 (vc-finish-logentry): When checking in from vc-dired, choose the
17641 right backend for logentry check.
17642 (vc-dired-mode-map): Inherit from dired-mode-map.
17643 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17644 simplified.
17645 (vc-dired-state-info): Removed, updated caller.
17646 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17647 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17648 (vc-dired-listing-switches): New variable.
17649 (vc-directory): Use it, instead of dired-listing-switches.
17650
17651 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17652 (vc-cvs-dir-state): New function.
17653 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17654 (vc-cvs-parse-entry): New function, also to be used in
17655 vc-cvs-registered.
17656
17657 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17658
17659 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17660 *or* single-window-frames.
17661
17662 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17663
17664 * vc.el (vc-update-changelog): Split into generic part and default
17665 implementation. Doc string adapted.
17666 (vc-default-update-changelog): New function. Call the `rcs2log'
17667 script in exec-directory, to fix a long-standing nuisance.
17668
17669 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17670 simply signals an error.
17671
17672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17673
17674 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17675 control-flow more clear and to avoid running `cvs' twice.
17676
17677 * vc.el (vc-next-action-on-file): Doc fix.
17678 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17679 (vc-print-log): Eval `file' before constructing the continuation.
17680
17681 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17682
17683 * vc.el (vc-next-action-on-file): Corrected several messages.
17684 (vc-merge): Add prefix arg `merge-news'; handle it.
17685
17686 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17687 is not reached. It is.
17688 (vc-cvs-merge): Set state to 'edited after merge.
17689 (vc-cvs-merge-news): Set workfile version to nil if not known.
17690 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17691
17692 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17693 via stdout. (Merge from main line.)
17694
17695 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17696
17697 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17698 detection.
17699
17700 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17703 against kill-all-local-variables.
17704 (vc-log-edit): Don't save vc-parent-buffer any more.
17705 (vc-last-comment-match): Initialize to an empty string.
17706 (vc-post-command-functions): New hook.
17707 (vc-do-command): Run it.
17708 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17709 (vc-finish-logentry): Only add the comment to the ring if it's
17710 different from the last comment entered.
17711 (vc-new-comment-index): New function.
17712 (vc-previous-comment): Use it. Make the minibuffer message
17713 slightly less terse.
17714 (vc-comment-search-reverse): Make it work forward as well. Don't
17715 set vc-comment-ring-index if no match is found. Use
17716 vc-new-comment-index.
17717 (vc-comment-search-forward): Use vc-comment-search-reverse.
17718 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17719 define-derived-mode will do it for us. Bind `v' to a keymap that
17720 inherits from vc-prefix-map so that we can bind `vt' without
17721 binding C-x v t.
17722 (vc-retrieve-snapshot): Parenthesis typo.
17723
17724 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17725 to 1. Make sure to switch to *vc* before looking for an error
17726 message. Use vc-parse-buffer.
17727
17728 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17729
17730 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17731 and NAME.
17732 (vc-retrieve-snapshot): Split into two parts.
17733 (vc-default-retrieve-snapshot): New function.
17734
17735 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17736 (vc-cvs-retrieve-snapshot): New function (untested).
17737 (vc-cvs-stay-local): Default to t.
17738 (vc-cvs-remote-p): New function and property.
17739 (vc-cvs-state): Stay local only if the above is t.
17740 (vc-handle-cvs): Removed.
17741 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17742 done via vc-handled-backends now.
17743 (vc-cvs-header): Escape Id.
17744
17745 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17746
17747 * vc.el (vc-do-command): Remove unused commands.
17748 (vc-version-diff): Make sure default-directory ends with a slash.
17749 Move the window commands into a vc-exec-after.
17750 (vc-print-log): Move more of the code into the `vc-exec-after'.
17751
17752 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17753
17754 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17755 (vc-print-log): Search current revision from beginning of buffer.
17756 (vc-revert-buffer): Clear echo area after the diff is finished.
17757 (vc-prefix-map): Removed definition of "t" for terse display in vc
17758 dired.
17759 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17760 definition of "vt" for terse display.
17761 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17762
17763 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17764
17765 * vc.el (vc-exec-after): Avoid caddr.
17766
17767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17768
17769 * vc.el (vc-exec-after): New function.
17770 (vc-do-command): Use it to add a termination message for async
17771 procs.
17772 (vc-checkout): Try to handle a missing-backend situation.
17773 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17774 of a directory with a backend using async diffs.
17775 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17776 present.
17777
17778 * vc-sccs.el (vc-sccs-state-heuristic): Use
17779 file-ownership-preserved-p.
17780
17781 * vc-rcs.el (vc-rcs-state-heuristic): Use
17782 file-ownership-preserved-p.
17783 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17784
17785 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17786
17787 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17788 vc-do-command.
17789
17790 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17791 when there are no changes.
17792
17793 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17794
17795 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17796
17797 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17798
17799 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17800
17801 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17802
17803 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17804 the `fset' outside of the defvar so that it works even if
17805 vc-prefix-map was already defined.
17806 (vc-setup-buffer): New function, split out of vc-do-command.
17807 (vc-do-command): Allow BUFFER to be t to mean `just use the
17808 current buffer without any fuss'.
17809 (vc-version-diff): Change the `diff' backend operation to just put
17810 the diff in the current buffer without erasing it. Always use
17811 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17812 shrink-window-if-larger-than-buffer.
17813 (vc-print-log): Change the `print-log' backend operation to just
17814 put the log in the current buffer without erasing it. Protect
17815 shrink-window-if-larger-than-buffer.
17816 (vc-update-change-log): Fix setd typo.
17817
17818 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17819 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17820
17821 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17822 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17823 CMP.
17824
17825 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17826 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17827 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17828
17829 2000-09-04 Andre Spiegel <spiegel@gnu.org>
17830
17831 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17832 not possible, use vc-BACKEND-workfile-unchanged-p.
17833 (vc-default-workfile-unchanged-p): New function. Delegates to a
17834 full vc-BACKEND-diff.
17835
17836 * vc-hooks.el (vc-simple-command): Removed.
17837
17838 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17839 instead of vc-simple-command.
17840 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17841 avoid doing a diff when opening a file.
17842 (vc-rcs-state): Added check for unlocked-changes.
17843 (vc-rcs-header): Escape Id.
17844 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17845 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17846 version.
17847
17848 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17849 (vc-sccs-diff): Remove optional arg CMP.
17850 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17851 SCCS-specific function.
17852
17853 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17854 vc-simple-command.
17855
17856 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17857
17858 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17859 (with-vc-file, vc-merge): Use vc-editable-p.
17860 (vc-do-command): Remove unused var vc-file and fix the
17861 doubly-defined `status' var. Add a user message when starting an
17862 async command.
17863 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17864 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17865 Use with-current-buffer.
17866 (vc-buffer-sync): Use unless.
17867 (vc-next-action-on-file): If the file is 'edited by read-only,
17868 make it read-write instead of trying to commit.
17869 (vc-version-diff, vc-update-change-log): Use `setq
17870 default-directory' rather than `cd'.
17871 (vc-log-edit): Don't forget to set default-directory in the
17872 buffer.
17873
17874 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17875 (vc-sccs-state-heuristic): Use file-writable-p instead of
17876 comparing userids.
17877 (vc-sccs-checkout): Use `unless'.
17878
17879 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17880 of comparing userids.
17881 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17882 Simplify the logic by eliminating unreachable code.
17883 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17884 just do a recursive call if we need to retry.
17885 (vc-rcs-checkout): Handle the case where rcs is missing by making
17886 the buffer read-write if requested and re-signalling the error.
17887
17888 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17889
17890 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17891
17892 * vc-hooks.el (vc-handled-backends): Docstring change.
17893 (vc-ignore-vc-files): Mark obsolete.
17894 (vc-registered): Check vc-ignore-vc-files.
17895 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17896 vc-ignore-vc-files.
17897
17898 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17899
17900 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17901
17902 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17903 files since ange-ftp already has vc-registered return nil.
17904
17905 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17906 (vc-sccs-workfile-version): Use with-temp-buffer and new
17907 vc-parse-buffer and don't bother setting the property.
17908 (vc-sccs-add-triple): Use with-current-buffer and
17909 find-file-noselect.
17910 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17911
17912 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17913 derives from the old vc-parse-buffer but uses the revision number
17914 rather than the date (much easier to compare robustly).
17915 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17916 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17917 locking-user more directly. Check strict locking and set
17918 checkout-model appropriately.
17919 (vc-rcs-parse-locks): Remove.
17920 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17921 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17922 (vc-rcs-system-release): Use with-current-buffer and
17923 vc-parse-buffer.
17924 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17925
17926 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17927 (vc-simple-command): Docstring fix.
17928 (vc-registered): Align the way the file-handler is called with the
17929 way the function itself works.
17930 (vc-file-owner): Remove.
17931
17932 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17933 extraction of fields and call to file-attributes because of a
17934 temporary bug in rcp.el.
17935 (vc-cvs-fetch-status): Use with-current-buffer.
17936
17937 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17938
17939 * vc.el (vc-do-command): Use file-relative-name.
17940 (vc-responsible-backend): Use vc-backend if possible.
17941 (vc-create-snapshot): Improve the `interactive' spec. Add support
17942 for branches and dispatch to backend-specific `create-snapshot'.
17943 (vc-default-create-snapshot): New function, containing the bulk of
17944 the old vc-create-snapshot.
17945 (vc-retrieve-snapshot): Improve the interactive spec.
17946
17947 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17948 (vc-backend-hook-functions): Remove.
17949 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17950 (vc-backend): Reintroduce the test for `file = nil' now that I
17951 know why it was there (and added a comment to better remember).
17952
17953 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17954 code from vc-sccs-hooks.el.
17955 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17956 'vc anymore.
17957 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17958 and file-directory-p instead of file-exists-p.
17959 (vc-sccs-check-headers): Simplify the regexp.
17960
17961 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17962 from vc-rcs-hooks.el. Don't require 'vc anymore.
17963 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17964 file-directory-p instead of file-exists-p.
17965
17966 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17967 from vc-cvs-hooks.el.
17968 (proto vc-cvs-registered): Require 'vc-cvs instead of
17969 'vc-cvs-hooks. Don't require 'vc anymore.
17970 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17971 file-directory-p instead of file-exists-p.
17972 (vc-cvs-create-snapshot): New function, replacing
17973 vc-cvs-assign-name.
17974 (vc-cvs-assign-name): Remove.
17975
17976 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17977
17978 * vc-cvs.el (vc-cvs-header): New var.
17979
17980 * vc-rcs.el (vc-rcs-exists): Remove.
17981 (vc-rcs-header): New var.
17982
17983 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17984 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17985 (vc-sccs-header): New var.
17986
17987 * vc.el (vc-do-command): Get rid of the `last' argument.
17988 (vc-header-alist): Remove, replaced by vc-X-header.
17989 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17990 (vc-dired-hook): Use expand-file-name instead of concat.
17991 (vc-directory): Use file-name-as-directory.
17992 (vc-snapshot-precondition, vc-create-snapshot)
17993 (vc-retrieve-snapshot): Allow the command to operate on any
17994 directory.
17995
17996 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17997 just removing the 'WORKFILE argument or by removing the 'MASTER
17998 argument and replacing `file' with (vc-name file).
17999
18000 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18001
18002 * vc.el: Update Copyright and add a crude list of backend funs.
18003 (vc-writable-p): New function.
18004 (with-vc-file): Use vc-writable-p.
18005 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
18006 (vc-register): Avoid vc-name.
18007 (vc-locking-user): Remove.
18008 (vc-steal-lock): Make the `owner' arg non-optional.
18009 (vc-merge): Use vc-writable-p instead of vc-locking-user and
18010 vc-checkout-model.
18011 (vc-default-dired-state-info): Use vc-state instead of
18012 vc-locking-user and return special strings for special states.
18013 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
18014 and get rid of one of the special CVS cases.
18015 (vc-cancel-version): prettify error message with \\[...].
18016 (vc-rename-master): New function.
18017 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
18018 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
18019 the CVS special case generic.
18020 (vc-default-record-rename): Remove.
18021 (vc-file-tree-walk-internal): Only call FUNC for files that are
18022 under control of some VC backend and replace `concat' with
18023 expand-file-name.
18024 (vc-file-tree-walk): Update docstring.
18025 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
18026 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
18027
18028 * vc-sccs.el (vc-sccs-rename-file): Renamed from
18029 vc-sccs-record-rename. Use `find-file-noselect' rather than
18030 `find-file' and call `vc-rename-master' to do the actual move.
18031 (vc-sccs-diff): Remove unused `backend' variable.
18032
18033 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
18034 to delay loading of vc-sccs until it is really used.
18035 (vc-sccs-master-templates): Preload.
18036 (vc-sccs-state): Update call to vc-sccs-parse-locks.
18037 (vc-sccs-project-dir): Remove (merged into
18038 vc-sccs-search-project-dir).
18039 (vc-sccs-search-project-dir): Rewrite using file name handling ops
18040 rather than `concat', make sure it is preloaded and don't bother
18041 to check that the file actually exists.
18042 (vc-sccs-parse-locks): Remove unused `file' argument, remove
18043 `locks' argument (use buffer's content instead) and eliminate n^2
18044 behavior.
18045
18046 * vc-rcs.el: Update Copyright.
18047 (vc-rcs-rename-file): New function.
18048 (vc-rcs-diff): Remove unused `backend' variable.
18049
18050 * vc-hooks.el: Update Copyright.
18051 (vc-backend): Don't accept a nil argument any more.
18052 (vc-up-to-date-p): Turn into a defsubst.
18053 (vc-possible-master): New function.
18054 (vc-check-master-templates): Use `vc-possible-master' and allow
18055 funs in vc-X-master-templates to return a non-existent file.
18056
18057 * vc-cvs.el: Update Copyright.
18058 (vc-cvs-diff): Remove unused `backend' variable.
18059 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
18060
18061 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
18062
18063 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18064
18065 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
18066 since it can be called from vc-rcs.el.
18067 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
18068
18069 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18070
18071 * vc.el (vc-version-diff): Expand file name read from the
18072 minibuffer. Handle the case when a previous version number can't
18073 be guessed. Give suitable messages when there were no differences
18074 found.
18075 (vc-clear-headers): Call backend-specific implementation, if one
18076 exists.
18077 (vc-cancel-version): Made error checks generic. When done, clear
18078 headers generically, too.
18079
18080 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
18081 from vc-clear-headers in vc.el.
18082
18083 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
18084 correctly.
18085 (vc-rcs-latest-on-branch-p): Made second argument VERSION
18086 optional. Handle the case when it's not there.
18087
18088 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18089
18090 * vc.el (vc-locking-user): Moved from vc-hooks.el.
18091
18092 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18093
18094 * vc-hooks.el (vc-loadup): Remove.
18095 (vc-find-backend-function): Use `require'. Also, handle the case
18096 where vc-BACKEND-hooks.el doesn't exist.
18097 (vc-call-backend): Cleanup.
18098
18099 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18100
18101 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18102 vc-rcs-grab-templates)
18103 (vc-rcs-registered): Remove. The default function works as well.
18104 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18105 vc-sccs-grab-templates)
18106 (vc-sccs-registered): Remove. The default function works as well.
18107
18108 * vc.el (vc-version-diff): Left out a vc- in call to
18109 vc-call-backend.
18110 (vc-default-dired-state-info, vc-default-record-rename)
18111 (vc-default-merge-news): Update for the new backend argument.
18112
18113 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18114 using the default function.
18115 (vc-call-backend): If calling the default function, pass it the
18116 backend as first argument. Update the docstring accordingly.
18117 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18118 for the new backend argument.
18119 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18120 (vc-find-backend-function): Use the new name.
18121 (vc-default-registered): New function.
18122
18123 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18124
18125 * vc.el (vc-merge): Use vc-find-backend-function.
18126
18127 * vc-hooks.el (vc-backend-functions): Remove.
18128 (vc-loadup): Don't setup 'vc-functions.
18129 (vc-find-backend-function): New function.
18130 (vc-call-backend): Use above fun and populate 'vc-functions
18131 lazily.
18132 (vc-backend-defines): Remove.
18133
18134 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18135
18136 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18137 Call vc-call-backend without the leading vc-.
18138 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18139 (vc-check-headers): Call vc-call-backend without the leading vc-.
18140 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18141 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18142 Call vc-call-backend without the leading vc-.
18143
18144 * vc-cvs.el (tail): Provide vc-cvs.
18145 * vc-sccs.el (tail): Provide vc-sccs.
18146 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18147
18148 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18149 (vc-make-backend-function, vc-call): Pass names without leading
18150 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18151 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18152 (vc-call-backend): Always try to load vc-X-hooks.
18153 (vc-registered): Remove vc- in call to vc-call-backend.
18154
18155 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18156
18157 * vc.el (vc-process-filter): New function.
18158 (vc-do-command): Setup `vc-process-filter' for the async process.
18159 (vc-maybe-resolve-conflicts): New function to reduce
18160 code-duplication. Additionally, it puts the buffer in
18161 `smerge-mode' if applicable.
18162 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18163 calling `merge-news'.
18164 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18165 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18166 interfacing to log-edit.el.
18167 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18168 log-edit is available.
18169 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18170
18171 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18172
18173 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18174 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18175 defvar and the initialization.
18176 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18177
18178 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18179 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18180
18181 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18182
18183 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18184
18185 * vc.el (vc-file-clear-masterprops): Removed.
18186 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18187 (vc-version-diff): Use buffer-size without argument.
18188 (vc-register): Heed vc-initial-comment.
18189
18190 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18191 default branch.
18192
18193 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18194 file name and workfile version.
18195 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18196
18197 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18198 vc-file-clear-masterprops.
18199
18200 * vc-sccs.el (vc-sccs-checkout): Removed call to
18201 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18202 rather than user login name.
18203
18204
18205 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18206
18207 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18208 `want-differences-if-changed' and simplify.
18209 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18210 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18211 output (which is invalid for async vc-diff) to decide whether to
18212 do the revert silently or not.
18213
18214 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18215
18216 * vc-hooks.el (vc-loadup): Load files quietly.
18217 (vc-call-backend): Oops, brain fart.
18218
18219 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18220
18221 * vc-cvs.el (vc-cvs-state): Typo.
18222 (vc-cvs-merge-news): Return the status code rather than the error msg.
18223
18224 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18225
18226 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18227 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18228 vc-state or vc-up-to-date-p.
18229 (vc-merge): Use vc-backend-defines to check whether merging is
18230 possible. Set state to 'edited after successful merge.
18231
18232 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18233 return that name. Redocumented.
18234
18235 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18236
18237 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18238 new `vc-state' semantics.
18239 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18240 'vc-locking-user to the current user.
18241 (vc-merge): Inline vc-backend-merge. Comment out code that I
18242 don't understand and hence can't adapt to the new `vc-state' and
18243 `vc-locking-user' semantics.
18244 (vc-backend-merge): Remove.
18245
18246 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18247 rather than 'vc-locking-user.
18248
18249 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18250
18251 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18252 (vc-state): Don't use 'reserved any more. Just use the same
18253 convention as the one used for vc-<backend>-state where the
18254 locking user (as a string) is returned.
18255 (vc-locking-user): Update, based on the above convention. The
18256 'vc-locking-user property has disappeared.
18257 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18258
18259 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18260 with a heuristic one.
18261 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18262 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18263 error. That allows us to get to 'needs-merge even in the
18264 stay-local case. There's still no way to detect 'needs-patch in
18265 such a setup (or to force an update for that matter).
18266 (vc-cvs-logentry-check): Remove, the default works as well.
18267
18268 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18269
18270 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18271
18272 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18273 major-mode in which the buffer might have been put earlier. Use
18274 `remove' and `when'. Allow `okstatus' to be `async' and use
18275 `start-process' in this case.
18276 (vc-version-diff): Handle the case where the diff looks empty
18277 because of the use of an async process.
18278
18279 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18280
18281 * vc.el (vc-next-action-on-file): Removed optional parameter
18282 `simple'. Recompute state unconditionally.
18283 (vc-default-toggle-read-only): Removed.
18284
18285 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18286 (vc-toggle-read-only): Undid prev change.
18287
18288 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18289 vc-cvs-simple-toggle. Redocumented.
18290 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18291 (vc-cvs-toggle-read-only): Removed.
18292
18293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18294
18295 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18296 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18297 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18298 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18299 still is. So maybe it should be removed.
18300 (vc-head-version, vc-find-binary): Remove.
18301 (vc-recompute-state): Move from vc-hooks.el.
18302 (vc-next-action-on-file): Add a `simple' argument to allow
18303 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18304 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18305 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18306 (vc-dired-mode-map): Properly defvar it.
18307 (vc-print-log): Call log-view-mode if available.
18308 (small-temporary-file-directory): defvar instead of use boundp.
18309 (vc-merge-news): Moved to vc-cvs.el.
18310 (vc-default-merge-news): New function.
18311
18312 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18313 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18314 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18315 unknown `vc-latest-version' function. It should probably refer to
18316 vc-workfile-version or somesuch, but it's very unclear to me and I
18317 don't have SCCS to test things.
18318
18319 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18320 (vc-sccs-state-heuristic): Fix typo.
18321 (vc-sccs-workfile-unchanged-p): Add missing argument.
18322
18323 * vc-rcs.el: Require vc and vc-rcs-hooks.
18324 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18325 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18326 (vc-release-greater-or-equal-p): Move from vc.
18327 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18328 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18329 (vc-rcs-checkout): Add a missing `new-version' argument in the
18330 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18331
18332 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18333 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18334 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18335 than the apparently unbound `workfile-version'.
18336
18337 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18338 (vc-file-prop-obarray): Use `make-vector'.
18339 (vc-backend-functions): Add new hookable functions
18340 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18341 (vc-loadup): If neither backend nor default functions exist, use
18342 the backend function rather than nil.
18343 (vc-call-backend): If the function if not bound yet, try to load
18344 the non-hook file to see if it provides it.
18345 (vc-call): New macro plus use it wherever possible.
18346 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18347 nor `vc-find-binary' since it's only called from
18348 vc-mistrust-permission which is only used once the backend is known.
18349 (vc-checkout-model): Fix parenthesis.
18350 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18351
18352 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18353 (vc-cvs-release, vc-cvs-system-release): Remove.
18354 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18355 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18356 status symbols.
18357 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18358 (vc-cvs-toggle-read-only): First cut at a function to allow a
18359 cvs-status-free vc-toggle-read-only.
18360 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18361 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18362 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18363 (vc-cvs-checkout): Modify access rights directly if the user
18364 requested not to use `cvs edit'. And refresh the mode line.
18365
18366 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18367 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18368
18369 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18370
18371 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18372 workfile' that got lost when the code was extracted from vc.el.
18373 And merged the tail with the rest of the code (not possible in the
18374 old vc.el where the tail was shared among all backends). And
18375 explicitly set the state to 'edited if `writable' is set.
18376
18377 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18378 (vc-cvs-state): Be careful to return the value from
18379 vc-cvs-parse-state.
18380 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18381 property but return it instead. Also be careful to handle a nil
18382 or "" `rev' when workfile is non-nil (it was handled properly when
18383 workfile was nil).
18384
18385 * vc.el: Removed those pesky unnecessary `(function' quotes.
18386 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18387 directly in the defvar.
18388 (vc-do-command): Bind inhibit-read-only so as to properly handle
18389 the case where the destination buffer has been made read-only.
18390 (vc-diff): Delegate to vc-version-diff in all cases.
18391 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18392 (vc-annotate-mode-variables): Removed (code moved partly to
18393 defvars and partly to vc-annotate-add-menu).
18394 (vc-annotate-mode): Turned into a derived-mode.
18395 (vc-annotate-add-menu): Moved in code in
18396 vc-annotate-mode-variables.
18397 (vc-update-change-log): Use make-temp-file if available.
18398
18399 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18400
18401 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18402 `vc-checkout-model' updated to `vc-cvs-update-model'.
18403
18404 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18405
18406 * vc.el (vc-next-action-on-file): Added handling of state
18407 `unlocked-changes'.
18408 (vc-checkout-carefully): Is now practically obsolete, unless the
18409 above is too slow to be enabled unconditionally.
18410 (vc-update-change-log): Fixed typo.
18411
18412 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18413
18414 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18415 Now handles state `unlocked-changes'.
18416 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18417
18418 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18419
18420 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18421 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18422 `unlocked-changes'.
18423 (vc-rcs-workfile-unchanged-p): Renamed from
18424 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18425 function yet, but supposed to become one soon.
18426
18427 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18428 `vc-steal-lock'.
18429 (vc-call-backend): Changed error message.
18430 (vc-state): Added description of state `unlocked-changes'.
18431
18432 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18433
18434 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18435 always return t in CVS-controlled directories.
18436
18437 * vc.el (vc-responsible-backend): New function.
18438 (vc-register): Largely rewritten.
18439 (vc-admin): Removed (implementation moved into vc-register).
18440 (vc-checkin): Redocumented.
18441 (vc-finish-logentry): If no backend defined yet (because we are in
18442 the process of registering), use the responsible backend.
18443
18444 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18445 Updated function lists.
18446 (vc-call-backend): Fixed typo.
18447
18448 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18449 New functions.
18450 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18451 Removed query option. Redocumented.
18452
18453 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18454
18455 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18456
18457 * vc.el: Updated callers of `vc-checkout-required' to use
18458 `vc-checkout-model'.
18459
18460 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18461
18462 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18463 stuff updated to reference this function instead of the old
18464 `vc-backend-release-p'.
18465
18466 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18467
18468 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18469 vc-checkout-model. Return appropriate values. Updated callers.
18470
18471 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18472
18473 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18474 (vc-backend-revert): Function moved into `vc-revert';
18475 `vc-next-action' must be updated to accomodate this change.
18476 (vc-backend-steal): Function moved into `vc-finish-steal'.
18477 (vc-backend-logentry-check): Function moved into
18478 `vc-finish-logentry'.
18479 (vc-backend-printlog): Function moved into `vc-print-log'.
18480 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18481 (vc-backend-assign-name): Function moved into
18482 `vc-create-snapshot'.
18483
18484 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18485
18486 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18487 Rename to vc-checkout-model. Return appropriate values.
18488 Update callers.
18489
18490 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18491 to vc-checkout-model.
18492 (vc-checkout-required): Rename to vc-checkout-model.
18493 Re-implement and re-comment.
18494 (vc-after-save): Use vc-checkout-model.
18495
18496 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18497
18498 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18499 Update to use the vc-BACKEND-diff functions instead.
18500 `vc-diff' is now working.
18501
18502 * vc-rcs.el (vc-rcs-logentry-check): New function.
18503
18504 * vc-cvs.el (vc-cvs-logentry-check): New function.
18505
18506 * vc-sccs.el (vc-sccs-diff): Function changed name from
18507 `vc-backend-diff'. This makes `vc-diff' work.
18508
18509 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18510 of functions possibly implemented in a vc-BACKEND library.
18511 (vc-checkout-required): Fix bug that caused an error to be
18512 signaled during `vc-after-save'.
18513
18514 * vc.el: Fix typo.
18515 This checkin is made with our new VC code base for the very first time.
18516 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18517
18518 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18519 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18520
18521 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18522 updated to `vc-uses-locking'.
18523 (vc-checkout-required): Call to backend function.
18524 `vc-checkout-required' updated to `vc-uses-locking' instead.
18525
18526 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18527 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18528
18529 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18530 to match the split into various backends.
18531 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18532 (vc-retrieve-snapshot): Bug fix.
18533
18534 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18535
18536 * vc-sccs.el (vc-sccs-release): Doc fix.
18537
18538 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18539
18540 * vc.el (vc-next-action-on-file): Bug found and fixed.
18541 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18542 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18543
18544 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18545 (vc-rcs-checkout): Name space cleaned up. No more revision number
18546 crunching function names that are not prefixed with vc-rcs.
18547 (vc-rcs-checkout-model): Function added. References to
18548 `vc-checkout-model' replaced.
18549
18550 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18551
18552 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18553 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18554 still need to be split, and implemented for RCS).
18555
18556 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18557
18558 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18559
18560 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18561 required by the vc.el file.
18562
18563 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18564 required by the vc.el file.
18565 (vc-rcs-exists): Function added.
18566
18567 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18568 required by the vc.el file.
18569
18570 * vc.el (vc-admin): Updated to handle selection of appropriate
18571 backend. Current implementation is crufty and need re-thinking.
18572
18573 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18574
18575 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18576
18577 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18578 beginning of annotate buffers correctly.
18579
18580 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18581 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18582 functionality updated quite a lot to support multiple backends.
18583 Variables `vc-annotate-mode', `vc-annotate-buffers',
18584 `vc-annotate-backend' added.
18585
18586 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18587 `vc-annotate-difference' added to supported backend functions.
18588
18589 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18590
18591 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18592 Use with-temp-file instead of /bin/sh. Merged from mainline
18593
18594 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18595
18596 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18597
18598 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18599
18600 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18601
18602 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18603
18604 * vc-hooks.el: vc-state-heuristic added to
18605 vc-backend-hook-functions.
18606
18607 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18608
18609 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18610
18611 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18612 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18613 state to `reserved'.
18614
18615 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18616 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18617
18618 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18619
18620 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18621 untouched.
18622
18623 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18624
18625 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18626 if defined. (Merged from main line, slightly adapted.)
18627
18628 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18629 millenium problem (merged from mainline).
18630
18631 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18632
18633 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18634 part and moved the non-BACKEND stuff to vc.el.
18635
18636 * vc.el: Split the annotate feature into a BACKEND specific part
18637 and moved it from the vc-cvs.el file to this one.
18638
18639 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18640
18641 * vc-hooks.el: Implement new state model.
18642 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18643 (vc-locking-user): Simplify. Now only needed if the file is
18644 locked by somebody else.
18645 (vc-lock-from-permissions): Remove. Functionality is in
18646 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18647 (vc-mode-line-string): New name for former vc-status. Adapted.
18648 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18649
18650 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18651 Various simplifications and adaptations all over the place.
18652
18653 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18654 Simplify and adapt the rest.
18655
18656 * vc.el (vc-resynch-window): Add TODO comment: check for
18657 interaction with view mode according to recent RCS change.
18658 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18659
18660 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18661
18662 * vc.el: Convert the remaining function comments to docstrings.
18663
18664 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18665
18666 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18667 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18668 (vc-minor-part, vc-previous-version): Functions that operate and
18669 compare revision numbers got proper documentation. Comments added
18670 about their possible removal.
18671
18672 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18673
18674 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18675 the vc-backend.el files.
18676
18677 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18678
18679 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18680 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18681 (vc-rcs-previous-version): Functions added.
18682
18683 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18684
18685 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18686
18687 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18688
18689 * vc-hooks.el (vc-master-templates): Is really obsolete.
18690 Comment out the definition for now. What is the right procedure
18691 to get rid of it?
18692 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18693 rewritten.
18694 (vc-default-registered): Remove.
18695 (vc-check-master-templates): New function; does mostly what the
18696 above did before.
18697 (vc-locking-user): Don't rely on the backend to set the property.
18698
18699 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18700 Rewrite documentation.
18701 (vc-rcs-templates-grabbed): New variable.
18702 (vc-rcs-grab-templates): New function.
18703 (vc-rcs-registered): Rewrite to use above mechanism.
18704
18705 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18706 Rewrite documentation.
18707 (vc-sccs-templates-grabbed): New variable.
18708 (vc-sccs-grab-templates): New function.
18709 (vc-sccs-registered): Rewrite to use above mechanism.
18710 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18711 Don't throw the result, simply return it.
18712
18713 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18714 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18715 (vc-cvs-registered): Does the check itself now. Simplify.
18716
18717 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18718 from main line.
18719
18720 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18721
18722 * vc-cvs.el (vc-cvs-diff): New function.
18723
18724 * vc-sccs.el (vc-sccs-diff): New function.
18725
18726 * vc-rcs.el (vc-rcs-diff): New function.
18727 (vc-rcs-checkout): Bug (typo) found and fixed.
18728 (vc-rcs-register-switches): New variable.
18729
18730 * vc.el (vc-backend-diff): Function removed and placed in the
18731 backend files.
18732
18733 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18734
18735 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18736
18737 * vc.el (vc-backend-checkout): Function removed and replaced in
18738 the vc-backend.el files.
18739
18740 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18741
18742 * vc.el (vc-backend-admin): Removed and replaced in the
18743 vc-backend.el files.
18744
18745 * vc.el (Martin): Removed all the annotate functionality since it
18746 is CVS backend specific.
18747
18748 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18749
18750 * spec.txt: Added specification of vc-state.
18751
18752 * vc-sccs-hooks.el (vc-sccs-master-properties):
18753 Remove handling of vc-latest-version and
18754 vc-your-latest-version. What used to be vc-latest-version, is now
18755 returned as vc-workfile-version.
18756 (vc-sccs-workfile-version): Adapt.
18757
18758 2000-09-04 Dave Love <fx@gnu.org>
18759
18760 * vc.el: [Merged from mainline.]
18761 (vc-dired-mode): Make the dired-move-to-filename-regexp
18762 regexp match the date, to avoid treating date as file size.
18763 Add YYYY S option to WESTERN/
18764
18765 2000-09-04 Dave Love <fx@gnu.org>
18766
18767 * vc.el: Require `compile' when compiling.
18768 (vc-logentry-check-hook): New option.
18769 (vc-steal-lock): Use compose-mail.
18770 (vc-dired-mode-map): Defvar when compiling.
18771 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18772 vc-sccs.el and renamed. Callers changed.
18773 (vc-backend-checkout, vc-backend-logentry-check)
18774 (vc-backend-merge-news): Doc fix.
18775 (vc-default-logentry-check): New function.
18776 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18777 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18778 (vc-backend-merge): Doc fix. Use backend functions.
18779 (vc-check-headers): Use backend functions.
18780
18781 * vc-cvs.el: Require vc when compiling.
18782 (vc-cvs-register-switches): Doc fix.
18783 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18784 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18785 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18786 New functions (code from vc.el).
18787 (vc-annotate-display-default): Fix interactive spec.
18788 (vc-annotate-time-span): Doc fix.
18789
18790 * vc-rcs.el: Require vc when compiling.
18791 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18792 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18793 (vc-rcs-checkin): New functions (code from vc.el).
18794 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18795 Doc fix.
18796 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18797
18798 * vc-sccs.el: Require vc when compiling.
18799 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18800 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18801 (vc-sccs-revert)
18802 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18803 from vc.el).
18804 (vc-sccs-add-triple, vc-sccs-record-rename)
18805 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18806 (vc-sccs-admin): Doc fix.
18807
18808 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18809
18810 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18811 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18812 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18813 from vc.el.
18814
18815 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18816
18817 * vc-cvs.el: Moved the annotate functionality from vc.el.
18818 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18819
18820 2000-09-04 Dave Love <fx@gnu.org>
18821
18822 * vc.el (vc-backend-release): Call vc-system-release.
18823
18824 * vc-sccs.el (vc-sccs-system-release):
18825 Renamed from vc-sccs-backend-release.
18826
18827 * vc-rcs.el (vc-rcs-system-release):
18828 Renamed from vc-rcs-backend-release.
18829
18830 * vc-cvs.el (vc-cvs-system-release):
18831 Renamed from vc-cvs-backend-release.
18832
18833 2000-09-04 Dave Love <fx@gnu.org>
18834
18835 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18836 backend files.
18837 (vc-backend-release): Dispatch to backend functions.
18838 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18839 probably needs attention.]
18840
18841 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18842 (vc-sccs-backend-release): New function.
18843
18844 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18845 (vc-cvs-backend-release): New function.
18846
18847 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18848 Doc fix.
18849 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18850 (vc-default-dired-state-info): New function.
18851 (vc-dired-state-info): Dispatch to backends.
18852 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18853
18854 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18855 from vc.el and renamed.
18856
18857 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18858
18859 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18860 (vc-version-other-window, vc-backend-assign-name): Removed
18861 references to vc-latest-version; sometimes changed into
18862 vc-workfile-version.
18863
18864 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18865 vc-rcs-master-workfile-version.
18866 (vc-rcs-workfile-version): Use the above. Don't call
18867 vc-latest-version (that was unreachable code, anyway).
18868 (vc-rcs-fetch-master-properties): Doc fix.
18869
18870 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18871 (vc-backend-hook-functions): Removed them from this list, too.
18872 (vc-fetch-properties): Removed.
18873 (vc-workfile-version): Doc fix.
18874
18875 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18876 (vc-rcs-workfile-version, vc-rcs-locking-user)
18877 (vc-rcs-uses-locking): Use it.
18878
18879 * vc-hooks.el (vc-consult-rcs-headers):
18880 Moved into vc-rcs-hooks.el, under the name
18881 vc-rcs-consult-headers.
18882
18883 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18884 headers.
18885 (vc-cvs-find-master): Use this name only; correct different
18886 versions of the name.
18887
18888 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18889 New functions.
18890 (vc-sccs-locking-user): Use the latter.
18891
18892 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18893 New functions.
18894
18895 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18896 Moved into both
18897 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18898 functions are implementation details of those two backends.
18899
18900 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18901
18902 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18903 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18904
18905 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18906 (vc-sccs-parse-locks): SCCS-specific code moved here from
18907 vc-hooks.
18908
18909 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18910 code moved here from vc-hooks.
18911
18912 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18913 into back-end specific parts and removed. Callers not updated
18914 yet; because I guess these callers will disappear into back-end
18915 specific files anyway.
18916
18917 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18918
18919 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18920 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18921 `vc-uses-locking'.
18922
18923 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18924 Store yes/no in the property, and return t/nil. Updated all
18925 callers.
18926
18927 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18928 vc-sccs-uses-locking. Don't set property.
18929 (vc-sccs-locking-user): Don't set property.
18930
18931 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18932 vc-cvs-uses-locking. Don't set property here; leave that to
18933 vc-hooks.
18934 (vc-cvs-locking-user): Reflect above change. Streamlined.
18935
18936 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18937 vc-rcs-uses-locking.
18938 (vc-rcs-locking-user): Reflect above change.
18939
18940 2000-09-04 Dave Love <fx@gnu.org>
18941
18942 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18943
18944 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18945
18946 * vc-hooks.el (vc-checkout-model): Punt to backends.
18947
18948 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18949
18950 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18951
18952 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18953 New functions.
18954
18955 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18956 New functions.
18957
18958 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18959 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18960
18961 * vc-hooks.el (vc-default-locking-user): New function.
18962 (vc-locking-user, vc-workfile-version): Punt to backends.
18963
18964 2000-09-04 Dave Love <fx@gnu.org>
18965
18966 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18967 (vc-master-workfile-version): Moved from vc-hooks.
18968
18969 * vc-rcs-hooks.el: Fix duplicate code in last change.
18970
18971 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18972 (vc-rcs-master-templates): Improve :type.
18973 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18974 vc-master-workfile-version): Moved from vc-hooks.
18975
18976 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18977 (vc-sccs-master-templates): Improve :type.
18978 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18979
18980 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18981
18982 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18983 (vc-cvs-master-templates): Improve :type. Use
18984 vc-cvs-find-cvs-master.
18985 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18986 from vc-hooks.
18987 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18988
18989 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18990 Moved to vc-cvs-hooks.
18991
18992 * vc-hooks.el: Add doc strings in various places. Simplify the
18993 minor mode setup.
18994 (vc-handled-backends): New user variable.
18995 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18996 simplification.
18997
18998 2000-09-04 Dave Love <fx@gnu.org>
18999
19000 * vc.el: Some doc fixes for autoloaded and interactive functions.
19001 Fix compilation warnings from ediff stuff.
19002 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
19003
19004 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
19005
19006 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
19007
19008 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
19009
19010 2000-09-04 Dave Love <fx@gnu.org>
19011
19012 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
19013 New variable.
19014 (vc-make-backend-function, vc-loadup, vc-call-backend)
19015 (vc-backend-defines): New functions.
19016
19017 * vc-hooks.el: Various doc fixes.
19018 (vc-default-back-end, vc-follow-symlinks): Custom fix.
19019 (vc-match-substring): Function removed. Callers changed to use
19020 match-string.
19021 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
19022 Simplify.
19023
19024 2000-09-04 Dave Love <fx@gnu.org>
19025
19026 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
19027 type.
19028 (vc-sccs-project-dir, vc-search-sccs-project-dir)
19029 (vc-sccs-registered): Doc fix.
19030
19031 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
19032 (vc-cvs-registered): Doc fix.
19033
19034 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
19035 (vc-rcs-registered): Doc fix.
19036
19037 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19038
19039 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
19040
19041 * vc-hooks.el: vc-registered has been renamed
19042 vc-default-registered. Some functions have been moved to the
19043 backend specific files. they all support the
19044 vc-BACKEND-registered functions.
19045
19046 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19047
19048 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
19049
19050 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
19051
19052 2000-09-04 Dave Love <fx@gnu.org>
19053
19054 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
19055 menu-bar-update-hook.
19056
19057 * help.el (help-manyarg-func-alist): Add
19058 find-operation-coding-system.
19059
19060 * wid-edit.el (widget-sexp-validate): Fix garbled code.
19061
19062 * custom.el (custom-set-variables): Print message about errors in
19063 setting.
19064
19065 2000-09-03 Andrew Innes <andrewi@gnu.org>
19066
19067 * makefile.w32-in: Change to DOS line endings.
19068
19069 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19070
19071 * mouse.el (mouse-popup-menubar): Supply the prompt string for
19072 minor-mode keymaps, if they don't have one.
19073
19074 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19075
19076 * eshell/esh-module.el (eval-when-compile): Don't lose if
19077 esh-module.el's file name is truncated to DOS 8+3 limits.
19078
19079 2000-09-01 John Wiegley <johnw@gnu.org>
19080
19081 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
19082 predicate, which caused entries in the completion list to be
19083 doubled.
19084
19085 2000-08-30 John Wiegley <johnw@gnu.org>
19086
19087 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
19088 sending to subprocesses. Also, hook pre-command-hook if
19089 `eshell-send-direct-to-subprocesses' is non-nil.
19090 (eshell-send-direct-to-subprocesses): New config variable. If t,
19091 subprocess input is send immediately.
19092 (eshell-toggle-direct-send): New function.
19093 (eshell-self-insert-command): New function.
19094 (eshell-intercept-commands): New function.
19095 (eshell-send-input): If direct subprocess sending is enabled,
19096 don't echo any input to the Eshell buffer. Let the subprocess
19097 handle that. This requires "stty echo" in bash, for example.
19098
19099 2000-08-28 John Wiegley <johnw@gnu.org>
19100
19101 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19102 completion function for Eshell's implementation of `unset'.
19103
19104 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19105
19106 * info.el (Info-directory-list): Doc fix.
19107
19108 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19109
19110 * filecache.el (file-cache-add-directory-using-find): Don't quote
19111 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19112
19113 2000-08-31 Kenichi Handa <handa@etl.go.jp>
19114
19115 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19116 coding systems.
19117
19118 2000-08-30 Andrew Innes <andrewi@gnu.org>
19119
19120 * timer.el (run-with-idle-timer): Undo last change, so that timer
19121 is not activated immediately if Emacs is already idle. Some
19122 existing code relies on this behaviour.
19123
19124 2000-08-30 Miles Bader <miles@gnu.org>
19125
19126 * frame.el (set-frame-font): Do completion of font-name for
19127 interactive use.
19128
19129 2000-08-30 Kenichi Handa <handa@etl.go.jp>
19130
19131 * international/quail.el (quail-start-translation): Bind locally
19132 last-command-event, last-command, and this-command.
19133 (quail-start-conversion): Likewise.
19134 (quail-self-insert-command): Fix docstring.
19135
19136 2000-08-29 Gerd Moellmann <gerd@gnu.org>
19137
19138 * progmodes/executable.el
19139 (executable-make-buffer-file-executable-if-script-p): Check that
19140 buffer contains at least 2 characters.
19141
19142 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19143
19144 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19145
19146 2000-08-29 Dave Love <fx@gnu.org>
19147
19148 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19149 (diff-mode-shared-map): Bind mouse-2.
19150 (diff-imenu-generic-expression): New variable.
19151 (diff-mode): Use it.
19152
19153 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19154 (mouse-popup-menubar): Add minor mode menus.
19155 (popup-menu): Check for lookup-key returning number.
19156
19157 2000-08-29 Miles Bader <miles@gnu.org>
19158
19159 * comint.el (comint-send-input): Create overlays using the proper
19160 front/read-advance arguments.
19161
19162 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19163
19164 * ps-print.el: Even/odd pages printing. Doc fix.
19165 (ps-print-version): New version number (6.0).
19166 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19167 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19168 (ps-print-duplex-feature): Variable eliminated.
19169 (ps-even-or-odd-pages): New variable.
19170
19171 * progmodes/ebnf2ps.el: Doc fix.
19172 (ebnf-version): New version (3.3).
19173 (ebnf-user-arrow): Change variable customization to sexp.
19174 (ebnf-user-arrow): Function eliminated.
19175 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19176
19177 2000-08-29 Kenichi Handa <handa@etl.go.jp>
19178
19179 * help.el (help-xref-mule-regexp): New variable.
19180 (help-make-xrefs): Handle help-xref-mule-regexp.
19181
19182 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19183 variable.
19184 (describe-input-method): Temporarily activate the specfied input
19185 method to display the information.
19186 (describe-language-environment): Hyperlinks to mule related items.
19187
19188 * international/mule-diag.el (charset-multibyte-form-string): New
19189 function.
19190 (list-character-sets-1): Use charset-multibyte-form-string.
19191 (describe-character-set): New function.
19192 (describe-coding-system): Hyperlinks to safe character sets.
19193
19194 * international/quail.el (quail-help): New arg PACKAGE.
19195 Hyperlinks to mule related items.
19196 (quail-help-insert-keymap-description): Use
19197 substitute-command-keys instead of describe-bindings.
19198 (quail-translation-help): Hyperlinks to mule related items.
19199
19200 2000-08-28 John Wiegley <johnw@gnu.org>
19201
19202 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19203 have a defsubst call itself. Made `eshell-flatten-list' back into
19204 a function again.
19205
19206 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19207 catch, in case re-centering point at bottom messes up the display.
19208 This happens frequently in Emacs 21, due I believe to variable
19209 line heights.
19210
19211 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19212 to call `find-tag-interactive'.
19213
19214 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19215 the list of remember directories.
19216
19217 2000-08-28 John Wiegley <johnw@gnu.org>
19218
19219 * align.el: Test align-region-separate to see if it's a symbol.
19220
19221 2000-08-28 John Wiegley <johnw@gnu.org>
19222
19223 * eshell/esh-util.el (eshell-flatten-list): Made this function
19224 into a defsubst form. It gets used very frequently, although
19225 calls don't occur all that often.
19226
19227 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19228 examining it.
19229
19230 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19231 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19232 `eshell-protect'.
19233 (eshell-copy-handles): Created a new macro for duplicating the
19234 current set of open handles. This is needed by the looping
19235 functions.
19236 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19237 is not incorrectly stomped on.
19238
19239 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19240 declaration for pcomplete-use-paring.
19241 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19242 value of eshell-cmpl-use-paring.
19243 * pcomplete.el (pcomplete-use-paring): New config variable, to
19244 indicate whether paring should be used.
19245 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19246 completion alternatives that have already been used.
19247
19248 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19249 bound to C-c C-y, which will repeat the previous N arguments
19250 (based on prefix argument).
19251 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19252
19253 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19254 if there is no *Help* buffer. This is for XEmacs, which renames
19255 its help buffers uniquely. TODO: Find out what the current buffer
19256 name to delete is.
19257
19258 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19259 first entry that correlates to a passwd/group number. Later
19260 entries (used for group/user name aliasing to multiple IDs) are
19261 ignored.
19262
19263 * eshell/em-xtra.el (eshell/expr):
19264 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19265 (eshell-grep, eshell/diff, eshell/locate):
19266 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19267 argument list, before passing it to the system command.
19268
19269 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19270 `find-tag' for use at final position in Eshell buffers (which
19271 otherwise triggers an error on Emacs 21).
19272 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19273 buffer, if it is currently bound to `find-tag'.
19274
19275 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19276 in the list of matched Makefile names.
19277 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19278 directory, prefer its contents to Makefile.
19279
19280 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19281 directory parts (like "cd old new", or "cd =regexp"), are now case
19282 sensitive on non-Windows/DOS platforms.
19283
19284 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19285 types RET after an open delimiter (like "), display a message
19286 indicating that Eshell is waiting for the closing delimiter.
19287
19288 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19289 environment variables.
19290
19291 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19292 gracefully if the user enters incorrect arguments.
19293
19294 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19295 Eshell buffers.
19296
19297 * eshell/esh-var.el (eshell-interpolate-variable):
19298 * eshell/esh-mode.el (eshell-move-argument):
19299 * eshell/em-unix.el (eshell-du-sum-directory):
19300 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19301 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19302 (not (= ...)).
19303
19304 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19305 to ensure the `preserve' flag gets propagated when doing recursive
19306 directory copies.
19307
19308 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19309
19310 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19311 Don't convert \n into \0177 in memory.
19312 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19313 and back again, when reading and writing.
19314
19315 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19316
19317 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19318 testing of `fboundp' on `processp'.
19319
19320 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19321 (eshell/jobs): Don't call process-list if it is not bound.
19322 (eshell-gather-process-output): Support systems where async
19323 subprocesses aren't supported.
19324 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19325 variables.
19326
19327 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19328 eshell-do-eval returns t.
19329 (eshell-do-pipelines-synchronously): New defmacro.
19330 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19331 when async subprocesses aren't supported.
19332 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19333 if async subprocesses aren't supported.
19334 (eshell-resume-command): Don't assume STATUS is a string.
19335
19336 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19337
19338 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19339 (eshell-close-target, eshell-get-target): Use eshell-processp.
19340 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19341 fix.
19342 (eshell-get-target, eshell-create-handles): Doc fix.
19343
19344 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19345
19346 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19347 criterion to include commands that output something, as long as it
19348 leaves both the command and the end-of-buffer visible when the
19349 command has exited.
19350 (eshell-review-quick-commands): Adjust the help doc string
19351 accordingly.
19352
19353 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19354
19355 * locate.el (locate): Cleaned up locate command's interactive prompting
19356 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19357
19358 * filecache.el (file-cache-case-fold-search): New variable
19359 (file-cache-assoc-function): New variable
19360 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19361 Use file-cache-case-fold-search variable
19362 (file-cache-add-file): Use file-cache-assoc-function
19363 (file-cache-delete-file): likewise
19364 (file-cache-directory-name): likewise
19365 (file-cache-debug-read-from-minibuffer): likewise
19366
19367 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19368
19369 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19370 (abbrev-table-name): New function.
19371 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19372 If non-nil list local abbrev, only.
19373
19374 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19375
19376 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19377 from Gnus support code, and use special article copy buffer
19378 `(gnus-original-article-buffer)' instead. This allows to get rid
19379 of article-hide-headers usage (which breaks in the latest Gnus
19380 version). Thanks to Detlev Zundel.
19381
19382 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19383
19384 * international/quail.el (quail-use-package): Hide "... loaded"
19385 message.
19386 (quail-start-translation, quail-start-conversion): Likewise.
19387
19388 * international/kkc.el (kkc-region): Hide "... loaded" message.
19389
19390 2000-08-27 Dave Love <fx@gnu.org>
19391
19392 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19393
19394 2000-08-27 Miles Bader <miles@gnu.org>
19395
19396 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19397
19398 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19399
19400 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19401 'ja-dic-cnv), not (require 'skkdic-cnv).
19402
19403 2000-08-26 Miles Bader <miles@gnu.org>
19404
19405 * faces.el (face-x-resources): Add entry for :inherit.
19406 * cus-face.el (custom-face-attributes): Add support for :inherit
19407 attribute. Add support for relative face heights.
19408 (custom-face-attributes-get): Treat `nil' as being a default value
19409 for :inherit (as well as `unspecified').
19410
19411 * faces.el (set-face-attribute): Update doc string.
19412 (face-attribute-name-alist): Add :inherit.
19413 (face-valid-attribute-values): Handle :inherit.
19414 (face-read-string): Rephrase prompt to be less confusing.
19415 Assume that DEFAULT is a string, since we must return a string.
19416 (face-read-integer): Use `format' to turn DEFAULT into an
19417 acceptable default for face-read-string. Match NEW-VALUE against
19418 the string "unspecified", not the symbol `unspecified', since
19419 that's what face-read-string returns.
19420 (read-face-attribute): Lookup a name for old-value in valid, and
19421 use it as a default if we find one. Treat all values from
19422 face-read-string as strings. If the default is used, don't do any
19423 more processing on the value, just use the old value directly.
19424 (read-face-and-attribute, modify-face): Tweak prompt.
19425 (read-face-name): Don't assume prompt ends with a space.
19426
19427 * faces.el (describe-face): Add support for :inherit attribute.
19428
19429 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19430
19431 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19432 concat doesn't accept interger.
19433
19434 * international/kkc.el: Remove SKK from Keywords. Require
19435 ja-dic-utl instead of skkdic-utl.
19436
19437 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19438 Provide ja-dic-cnv instead of skkdic-cnv.
19439 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19440 (iso-2022-7bit-short): Add safe-charsets property.
19441 (skkdic-convert-postfix): Search Japanese chou-on character in
19442 addition to Hiragana character.
19443 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19444 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19445 (batch-skkdic-convert): Likewise.
19446
19447 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19448 Provide ja-dic-utl instead of skkdic-utl.
19449 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19450
19451 2000-08-24 Dave Love <fx@gnu.org>
19452
19453 * disp-table.el (standard-display-default): Make the test of `l'
19454 useful.
19455
19456 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19457 mod sample text.
19458
19459 * international/iso-ascii.el: Make pilcrow convenient string
19460 consistent with section.
19461 (iso-ascii-display): Set up multibyte characters as well as
19462 unibyte.
19463
19464 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19465
19466 * international/mule-cmds.el (reset-language-environment): Set
19467 default-process-coding-system to '(undecided . iso-latin-1), which
19468 makes process I/O almost consistent with file I/O. Call this
19469 function when mule-cmds.el[c] is loaded.
19470
19471 2000-08-22 Andrew Innes <andrewi@gnu.org>
19472
19473 * makefile.w32-in: New file.
19474
19475 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19476
19477 * comint.el (comint-output-filter): Compare end of
19478 comint-last-output-overlay with the start of the newly inserted
19479 text, not the end, when deciding whether to extend it.
19480 Set saved-point's insertion type to advance after insertion.
19481
19482 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19483 since this is now done independently of font-lock mode.
19484
19485 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19486
19487 * server.el (server-kill-new-buffers): New user option.
19488 (server-existing-buffer): New buffer-local variable.
19489 (server-visit-files): When using an existing buffer, set
19490 server-existing-buffer to t.
19491 (server-buffer-done): If server-kill-new-buffers is t, kill the
19492 buffer, unless it was already present before visiting it with
19493 Emacs server.
19494
19495 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19496
19497 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19498 even if the display doesn't support colors: some displays will
19499 support bold/underline faces.
19500
19501 2000-08-21 Gerd Moellmann <gerd@gnu.org>
19502
19503 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19504
19505 * startup.el (command-line): If user's init file had an error,
19506 add explanatory text to *Messages*.
19507
19508 2000-08-21 Kenichi Handa <handa@etl.go.jp>
19509
19510 * man.el (Man-getpage-in-background): Decode the process output by
19511 the system locale coding system.
19512
19513 2000-08-20 Dave Love <fx@gnu.org>
19514
19515 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19516 Don't test x-popup-menu.
19517 (function) <complete-function>: Complete only fbound symbols.
19518 <validate, value>: New.
19519 (variable) <complete-function>: Complete only bound symbols.
19520 (coding-system): Add :base-only, :complete-function, :validate,
19521 :value, :prompt-match.
19522 (widget-coding-system-prompt-value): Use read-coding-system and
19523 act on :base-only.
19524 (editable-field): Add :help-echo.
19525 (widget-push-button-gui, widget-push-button-cache)
19526 (widget-gui-action, widget-editable-list-gui): COmment out, along
19527 with uses.
19528 (widget-at): Make arg optional.
19529 (widget-echo-help): Adjust for current help-echo calling sequence.
19530 (widget-specify-field, widget-specify-button)
19531 (widget-specify-insert, widget-get-sibling, widget-image-find)
19532 (widget-convert, widget-insert, widget-leave-text)
19533 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19534 (widget-setup, widget-field-find, widget-before-change)
19535 (widget-after-change, widget-default-complete)
19536 (widget-default-create, widget-default-delete)
19537 (widget-push-button-value-create, editable-field)
19538 (widget-field-prompt-value, widget-field-validate)
19539 (widget-choice-value-create, widget-choice-action)
19540 (widget-choice-validate, widget-checklist-add-item)
19541 (widget-radio-add-item, widget-radio-chosen)
19542 (widget-radio-value-inline, widget-editable-list-value-create)
19543 (widget-editable-list-entry-create)
19544 (widget-documentation-link-add)
19545 (widget-documentation-string-value-create)
19546 (widget-regexp-validate, widget-file-complete)
19547 (widget-sexp-validate, widget-plist-convert-widget)
19548 (widget-plist-convert-widget, widget-alist-convert-widget)
19549 (widget-alist-convert-widget, widget-color-complete): Simplify,
19550 particularly to avoid bindings which aren't optimized out.
19551
19552 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19553 Doc fix.
19554 (down-list, backward-up-list, up-list, kill-sexp)
19555 (backward-kill-sexp, mark-sexp): Make arg optional.
19556 (lisp-complete-symbol): Add optional arg PREDICATE.
19557
19558 * cus-start.el: Add display-buffer-reuse-frames,
19559 file-coding-system-alist.
19560
19561 2000-08-20 Gerd Moellmann <gerd@gnu.org>
19562
19563 * startup.el (command-line): Clear realized faces after
19564 modifying TTY color mappings.
19565
19566 2000-08-20 Miles Bader <miles@gnu.org>
19567
19568 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19569 merely a subset of FACE's attributes.
19570
19571 2000-08-19 Miles Bader <miles@gnu.org>
19572
19573 * comint.el (comint-output-filter): Save the point with a marker,
19574 not just a buffer position.
19575
19576 * international/mule.el (set-buffer-process-coding-system): Make
19577 interactive prompt less confusing.
19578
19579 2000-08-19 Gerd Moellmann <gerd@gnu.org>
19580
19581 * hilit-chg.el: General cleanup of doc strings, comments and
19582 code formatting.
19583
19584 2000-08-19 Miles Bader <miles@gnu.org>
19585
19586 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19587 Compiler macro removed; beginning-of-line is no longer always
19588 equivalent to forward-line, in the presence of fields.
19589
19590 * comint.el (comint-output-filter): Remove ad-hoc saving of
19591 restriction, and just use save-restriction, now that it works
19592 correctly. Don't adjust comint-last-input-start to account for
19593 our insertion; it shouldn't have moved because we don't use
19594 insert-before-markers anymore. Comment out call to
19595 `force-mode-line-update'; why is it here?
19596
19597 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19598 while checking for prompt to delete. Use `forward-line 0'
19599 instead of beginning-of-line.
19600 (gud-filter): Temporarily widen gud comint buffer while
19601 examining output.
19602
19603 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19604
19605 * progmodes/sh-script.el: Big bag of typos.
19606
19607 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19608 check since ispell-process is not bound when ispell is not yet loaded.
19609
19610 2000-08-18 Dave Love <fx@gnu.org>
19611
19612 * image.el (find-image): Copy `spec' before using plist-put.
19613
19614 2000-08-18 Gerd Moellmann <gerd@gnu.org>
19615
19616 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19617 `portugues'.
19618
19619 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19620 backward-kill-sexp, analogous to kill-sexp.
19621
19622 * progmodes/icon.el (icon-indent-line)
19623 (icon-is-continuation-line): Handle comments specially.
19624
19625 2000-08-17 Ken Stevens <k.stevens@ieee.org>
19626
19627 * ispell.el: Set to standard author/maintainer/keyword fields.
19628 Fine tuning to menu map appearance and operation, and added help.
19629 Remove `start' and `end' error messages when compiling.
19630 (ispell-choices-win-default-height): Fixed comment string.
19631 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19632 castellano8 dictionaries.
19633 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19634 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19635 dictionary, added italiano dictionary.
19636 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19637 word character
19638 (ispell-tex-skip-alists): Added psfig support.
19639 (ispell-skip-html): Renamed from ispell-skip-sgml.
19640 (ispell-begin-skip-region-regexp, ispell-skip-region)
19641 (ispell-minor-check): Improved html skipping support to skip across
19642 code, and recognize `&' commands without propper `;' syntax;
19643 (ispell-process-line): Fix alignment error when manually
19644 correcting spelling.
19645 (ispell): Fix comment string.
19646 (ispell-add-per-file-word-list): Always put word list on new line.
19647
19648 2000-08-17 Gerd Moellmann <gerd@gnu.org>
19649
19650 * format.el (format-encode-run-method): Fix error message to say
19651 `encode' instead of `decode'. Use save-window-excursion around
19652 shell-command-on-region as in format-decode-run-method because
19653 shell-command-on-region can display a buffer with error output.
19654 (format-decode): Don't record undo information for the decoding.
19655 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19656 that number part of the temporary buffer name so that more than
19657 one decoding using a temporary buffer can happen safely.
19658
19659 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19660 of `A-z' in the regexp.
19661
19662 * hilit-chg.el: Fix typos in commentary.
19663
19664 * help.el (view-emacs-news): Rewritten for new naming scheme
19665 for old NEWS files.
19666
19667 * startup.el (command-line): Pop to *Messages* in case an error
19668 is signaled while loading user-init-file.
19669
19670 2000-08-17 Andreas Schwab <schwab@suse.de>
19671
19672 * files.el (insert-directory): Don't lose original file name,
19673 undoing an undocumented change.
19674
19675 2000-08-17 Alex Schroeder <alex@gnu.org>
19676
19677 * sql.el (sql-magic-go): Use comint-bol.
19678 (sql-copy-column): Use comint-line-beginning-position.
19679 (comint-line-beginning-position): Define a replacement for
19680 comint-line-beginning-position if it is not fboundp.
19681
19682 2000-08-17 Alex Schroeder <alex@gnu.org>
19683
19684 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19685 it didn't have any effect anyway.
19686
19687 2000-08-17 Alex Schroeder <alex@gnu.org>
19688
19689 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19690 --pset and pager=off instead of sending \\o|cat at the beginning
19691 of the session.
19692
19693 2000-08-17 Miles Bader <miles@gnu.org>
19694
19695 * progmodes/octave-inf.el: Add compatibility definition of
19696 comint-line-beginning-position.
19697
19698 2000-08-17 Kenichi Handa <handa@etl.go.jp>
19699
19700 * startup.el (normal-top-level): Look in each dir in load-path for
19701 a leim-list.el file too. This assures of loading leim-list.el
19702 that is created at Emacs installation time even if a user have his
19703 own leim-list.el.
19704
19705 2000-08-17 Miles Bader <miles@gnu.org>
19706
19707 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19708 foreground color to black if the background is dark.
19709
19710 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19711
19712 * loadhist.el (unload-feature): Typo.
19713
19714 * finder.el (finder-compile-keywords):
19715 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19716 to the generated file.
19717
19718 * mail/mh-e.el (mh-make-local-vars):
19719 Replace make-variable-buffer-local with make-local-variable.
19720
19721 * play/landmark.el:
19722 * options.el (Edit-options-{set,toggle,t,nil}):
19723 * mail/mailabbrev.el (mail-abbrevs-mode):
19724 * textmodes/tex-mode.el (tex-expand-files):
19725 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19726
19727 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19728
19729 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19730 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19731 Allow going past the last element.
19732 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19733 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19734 (cvs-mouse-toggle-mark): Don't move point.
19735 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19736
19737 * progmodes/compile.el (grep): Provide a default set of files.
19738 (next-error): Docstring fix.
19739 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19740
19741 * emacs-lisp/easy-mmode.el (define-minor-mode):
19742 Use `symbol-value' to keep the byte-compiler quiet.
19743
19744 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19745 (diff-find-source-location): New fun, extracted from diff-goto-source.
19746 (diff-goto-source): Use it.
19747 (diff-next-complex-hunk, diff-filter-lines): New function.
19748 (diff-apply-hunk): New command.
19749
19750 * smerge-mode.el (smerge-mode-menu): Doc fix.
19751
19752 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19753
19754 2000-08-16 Dave Love <fx@gnu.org>
19755
19756 * windmove.el (windmove) <defgroup>: Add :version.
19757
19758 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19759 (goto-address-fontify-p, goto-address-highlight-p)
19760 (goto-address-url-face, goto-address-url-mouse-face)
19761 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19762 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19763 (goto-address-fontify, goto-address-at-mouse): Simplify,
19764 (goto-address-at-point): browse-url-url-at-point,
19765 goto-address-find-address-at-point can return nil.
19766 (goto-address-find-address-at-point): Return nil on failure.
19767
19768 * align.el (align) <defgroup>: Add :version.
19769
19770 * calculator.el (calculator): Add :version.
19771 (calculator): Use two lines for calculator window if `modeline'
19772 face is boxed.
19773
19774 * play/5x5.el: Doc fixes.
19775 (5x5) <defgroup>: Add :version.
19776
19777 * play/fortune.el (fortune) <defgroup>: Add :version.
19778 (fortune-append): Fix error message.
19779 (fortune-from-region): Doc fix.
19780
19781 * play/pong.el (pong): Doc fix.
19782
19783 * play/morse.el: Keywords, commentary, autoloads.
19784
19785 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19786
19787 * desktop.el (desktop-save): Don't look at symbol-value of a
19788 member of minor-mode-alist, unless it is boundp.
19789
19790 2000-08-16 Sam Steingold <sds@gnu.org>
19791
19792 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19793 `while'; use `with-current-buffer' instead of `save-excursion'.
19794 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19795
19796 2000-08-16 Kenichi Handa <handa@etl.go.jp>
19797
19798 * international/ccl.el (declare-ccl-program): Docstring modified.
19799 (ccl-execute-with-args): Likewise.
19800
19801 2000-08-16 Miles Bader <miles@gnu.org>
19802
19803 * progmodes/sql.el: Add compatibility definition of
19804 comint-line-beginning-position.
19805
19806 2000-08-15 Gerd Moellmann <gerd@gnu.org>
19807
19808 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19809 'buffer-menu' property.
19810 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19811 fails.
19812 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19813 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19814 wasn't killed.
19815
19816 * buff-menu.el (list-buffers-noselect): Don't display the
19817 *Buffer List* buffer.
19818
19819 * font-lock.el: Require jit-lock to prevent a very late
19820 `Loading jit-lock' message.
19821
19822 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19823 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19824 mail address.
19825
19826 2000-08-15 Miles Bader <miles@gnu.org>
19827
19828 * textmodes/ispell.el (ispell-graphic-p): New constant.
19829 (ispell-choices-win-default-height, ispell-help): Use
19830 `ispell-graphic-p' instead of `xemacsp'.
19831
19832 2000-08-15 Dave Love <fx@gnu.org>
19833
19834 * simple.el: Autoload widget-convert when compiling.
19835 (mail-user-agent): Doc fix.
19836
19837 * help.el (function-called-at-point, variable-at-point): Use
19838 with-syntax-table.
19839 (help-manyarg-func-alist): Add insert-and-inherit.
19840
19841 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19842
19843 * delsel.el (delsel-unload-hook): New function.
19844
19845 * find-file.el: Doc fixes. Move provide to end.
19846 (ff) <defgroup>: Add :link.
19847 (ff-goto-click): Deleted.
19848 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19849 Use mouse-set-point.
19850
19851 * textmodes/tildify.el: Doc fixes.
19852 (tildify) <defgroup>: Add:version.
19853
19854 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19855 (glasses-custom-set): Use set-default, not set.
19856 (minor-mode-alist): Propertize the lighter.
19857 (glasses-mode): Provide optional arg.
19858
19859 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19860 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19861 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19862 option. Provide :type.
19863 (cwarn-configuration): Provide :type.
19864 (cwarn-mode): Doc fix.
19865
19866 * add-log.el (change-log-merge): Doc fix.
19867 (change-log-redate): New command.
19868
19869 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19870 Doze and Dog.
19871 (browse-url): Use dolist, not mapcar.
19872 (browse-url-at-point): Check for null url.
19873 (browse-url-event-buffer, browse-url-event-point): Functions
19874 deleted.
19875 (browse-url-at-mouse, browse-url-netscape): Simplify.
19876
19877 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19878 modes.
19879 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19880 Fix previous change to mapcan.
19881 (msb--init-file-alist, msb--add-separators)
19882 (msb--make-keymap-menu): Simplify.
19883 (msb--choose-file-menu): Use copy-sequence.
19884 (msb-mode-map): Add title to keymap.
19885 (msb-unload-hook): New function.
19886
19887 * bs.el: Fix indentation.
19888 (bs) <defgroup>: Add :links.
19889 (bs-show): Doc fix.
19890 (bs-apply-sort-faces): Don't use window-system.
19891 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19892
19893 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19894
19895 * calendar/timeclock.el (timeclock-file): Run .timelog through
19896 convert-standard-filename.
19897
19898 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19899
19900 * emacs-lisp/authors.el: New file.
19901
19902 * paren.el (show-paren-priority): New user option.
19903 (show-paren-function): Set overlay priorities to
19904 show-paren-priority.
19905
19906 2000-08-14 Miles Bader <miles@gnu.org>
19907
19908 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19909 beginning-of-line with inhibit-field-text-motion bound.
19910
19911 2000-08-14 Gerd Moellmann <gerd@gnu.org>
19912
19913 * calendar/timeclock.el: New file.
19914
19915 2000-08-14 David Ponce <david@dponce.com>
19916
19917 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19918 `widget-button-click'. so that one can use left mouse button to
19919 click on dialog buttons.
19920
19921 2000-08-14 Emmanuel Briot <briot@gnat.com>
19922
19923 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19924 identifiers, since XML is case sensitive
19925
19926 2000-08-12 Miles Bader <miles@gnu.org>
19927
19928 * comint.el (comint-output-filter): Don't bother frobbing
19929 window-start, it doesn't seem to be necessary.
19930
19931 * comint.el (comint-send-string, comint-send-region): Make into
19932 real functions. Snapshot the prompt before sending.
19933
19934 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19935
19936 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19937 technique similar to Info-index, instead of relying on specific
19938 names of relevant Index nodes.
19939 (Info-goto-emacs-command-node): Bind Info-history to nil when
19940 going to the first node found by Info-find-emacs-command-nodes.
19941
19942 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19943
19944 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19945
19946 2000-08-10 Miles Bader <miles@gnu.org>
19947
19948 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19949
19950 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19951
19952 * info.el (Info-file-list-for-emacs): More elements for the
19953 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19954 and woman manuals.
19955
19956 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19957
19958 * comint.el (comint-send-input): Make the newline boundary overlay
19959 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19960 (comint-output-filter): Use `insert' instead of
19961 `insert-before-markers'. Extend comint-last-output-overlay when
19962 necessary since we can't rely on insert-before-markers to do it.
19963 * gud.el (gud-filter): Use `with-current-buffer' instead of
19964 save-excursion when inserting the output, so that point gets
19965 updated correctly; the old method relied on a rather dodgy
19966 side-effect of comint-output-filter to avoid the effect of
19967 save-excursion.
19968
19969 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19970
19971 * files.el (recover-file): Call insert-directory instead of
19972 invoking `ls' directly.
19973
19974 2000-08-10 Miles Bader <miles@gnu.org>
19975
19976 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19977 (comint-last-prompt-overlay): New variables.
19978 (comint-output-filter): Implement prompt highlighting.
19979 (comint-snapshot-last-prompt): New function.
19980 (comint-send-input): Snapshot the last prompt.
19981 Use comint-highlight-input-face.
19982 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19983 Use defface instead of defcustom.
19984 (send-invisible, comint-send-eof): Snapshot the last prompt.
19985 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19986 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19987
19988 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19989
19990 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19991 (regexp-opt-group): Use a list of chars for `letters'.
19992 (regexp-opt-charset): `chars' is now a list of chars.
19993 Use a char-table rather than a vector so it works for multibyte chars.
19994
19995 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19996 Set cvs-minor-current-files to the selected fileinfo.
19997 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19998 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19999
20000 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
20001
20002 * files.el (insert-directory): Don't call access-file on
20003 directories on DOS and Windows.
20004
20005 2000-08-09 Kenichi Handa <handa@etl.go.jp>
20006
20007 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
20008 longer if necessary.
20009 (ccl-embed-code): Call ccl-embed-data to store CODE in
20010 ccl-program-vector.
20011
20012 2000-08-09 Miles Bader <miles@gnu.org>
20013
20014 * comint.el (comint-output-filter): Properly handle the case where
20015 the text surrounded by comint-last-output-overlay was deleted.
20016
20017 2000-08-08 Gerd Moellmann <gerd@gnu.org>
20018
20019 * info.el (Info-insert-dir): Use Info-additional-directory-list if
20020 non-nil.
20021 (Info-file-list-for-emacs): Remove "info" from the list because
20022 that leads to trying to use the documentation from file `info'
20023 in various situations where it isn't appropriate, for instance
20024 C-h C-k C-h i.
20025
20026 * ffap.el (ffap-read-file-or-url-internal): Handle case that
20027 DIR and/or STRING are nil.
20028
20029 * progmodes/compile.el (compilation-setup): Make variable
20030 compilation-error-screen-columns buffer-local, as some comment
20031 in the code suggests it should be.
20032
20033 * files.el (auto-mode-interpreter-regexp): New variable.
20034 (set-auto-mode): Use it.
20035
20036 * indent.el (indent-for-tab-command): Doc fix.
20037
20038 * mouse-sel.el (mouse-sel-mode): Doc fix.
20039
20040 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
20041 labels.
20042
20043 * help.el (print-help-return-message): When
20044 display-buffer-reuse-frames is set, let the help window been quit,
20045 instead of deleting it, which might delete a reused frame.
20046
20047 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
20048
20049 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
20050 rename a directory to a name that differs only by its letter case.
20051
20052 2000-08-08 Kenichi Handa <handa@etl.go.jp>
20053
20054 * international/quail.el (quail-define-rules): Handle Quail decode
20055 map correctly. Add code for supporting annotations.
20056 (quail-install-decode-map): New function.
20057 (quail-defrule-internal): New optional arguments decode-map and
20058 props.
20059 (quail-advice): New function.
20060
20061 2000-08-07 Sam Steingold <sds@gnu.org>
20062
20063 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
20064 `defconst', `define-condition', `with-slots'.
20065 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
20066
20067 2000-08-03 Miles Bader <miles@gnu.org>
20068
20069 * comint.el (comint-use-prompt-regexp-instead-of-fields):
20070 New variable.
20071 (comint-prompt-regexp, comint-get-old-input): Document dependence on
20072 comint-use-prompt-regexp-instead-of-fields.
20073 (comint-send-input): Add `input' field property to stuff we send to
20074 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
20075 (comint-output-filter): Add `output' field property to process
20076 output, if comint-use-prompt-regexp-instead-of-fields is nil.
20077 (comint-replace-by-expanded-history)
20078 (comint-get-old-input-default, comint-show-output)
20079 (comint-backward-matching-input, comint-forward-matching-input)
20080 (comint-next-prompt, comint-previous-prompt): Use field
20081 properties if comint-use-prompt-regexp-instead-of-fields is nil.
20082 (comint-line-beginning-position): New function.
20083 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
20084 (comint-replace-by-expanded-history-before-point): Use
20085 comint-line-beginning-position and line-end-position.
20086 (comint-last-output-overlay): New variable.
20087 (comint-mode): Make `comint-last-output-overlay' buffer-local.
20088
20089 * shell.el (shell-prompt-pattern): Doc change.
20090 (shell-backward-command): Use line-beginning-position.
20091
20092 * gud.el (gud-gdb-complete-command): Use
20093 comint-line-beginning-position.
20094
20095 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
20096 comint-bol doesn't actually go to the beginning of the line.
20097
20098 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20099 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20100 (try-expand-line-all-buffers): Likewise.
20101
20102 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20103 explicitly matching comint-prompt-regexp.
20104 (sql-copy-column): Use comint-line-beginning-position instead of
20105 explicitly matching comint-prompt-regexp.
20106
20107 * progmodes/octave-inf.el (inferior-octave-complete): Use
20108 comint-line-beginning-position.
20109
20110 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20111
20112 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20113 looking for a prompt, use `forward-line 0' instead of
20114 `beginning-of-line', to avoid getting caught by an input field.
20115
20116 2000-08-07 Gerd Moellmann <gerd@gnu.org>
20117
20118 * files.el (shell-quote-wildcard-pattern): Make sure to return
20119 PATTERN, in the Unix case.
20120
20121 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20122
20123 * play/zone.el (zone): Discard any pending input before running
20124 the randomly-chosen pgm.
20125
20126 2000-08-07 Kenichi Handa <handa@etl.go.jp>
20127
20128 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20129 checking the existence of any multibyte characters.
20130
20131 2000-08-06 Gerd Moellmann <gerd@gnu.org>
20132
20133 * help.el (describe-mode): Test minor-mode symbol for being
20134 bound before testing its value for being nil.
20135
20136 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20137 `first', `second', and `third'.
20138
20139 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20140 (second): Make it an alias for `cadr'.
20141
20142 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20143
20144 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20145 types of display support faces now.
20146
20147 2000-08-05 Gerd Moellmann <gerd@gnu.org>
20148
20149 * pcvs.el (require): Require `cl' during compilation, only.
20150
20151 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20152 (toplevel): Remove `remq' and `remove' from autoloads.
20153 (cl-fake-autoloads): New variable. If set, arrange for an error
20154 when CL functions etc. are autoloaded.
20155
20156 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20157
20158 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20159
20160 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20161 popped up, but the user clicks outside the menu, return an empty
20162 regexp (that causes unhighlight-regexp to have no effect).
20163
20164 * menu-bar.el (menu-bar-games-menu): Add Zone.
20165
20166 * hi-lock.el (toplevel): Require font-lock.
20167
20168 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20169
20170 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20171 (ebnf-8-bit-chars): New var for bug fix.
20172 (ebnf-string): Bug fix.
20173
20174 2000-08-03 Sam Steingold <sds@gnu.org>
20175
20176 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20177 instead of `buffer-string'.
20178 (require 'cl): Always, not just when compiling.
20179 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20180 necessary.
20181
20182 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20183
20184 * international/mule-cmds.el (select-safe-coding-system): Make
20185 the message text about selecting a safe coding system more clear.
20186
20187 2000-08-02 Gerd Moellmann <gerd@gnu.org>
20188
20189 * hi-lock.el: New file.
20190
20191 * play/zone.el: New file.
20192
20193 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20194 value of tab-width in the original buffer. Choose a line number
20195 format that's a multiple of the original buffer's tab width, so
20196 that lines appear right.
20197
20198 * textmodes/ispell.el (ispell): New function, replacing an alias.
20199 Spell-check active region if in transient-mark-mode and mark
20200 is active; otherwise spell-check buffer.
20201
20202 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20203
20204 * ps-mule.el: Fix a customization problem on
20205 ps-mule-font-info-database-default.
20206
20207 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20208
20209 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20210 display-mouse-p instead of window-system.
20211 (ebrowse-member-mode-map): Ditto.
20212
20213 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20214
20215 * progmodes/ebnf2ps.el: Update ps-print functions call.
20216 Indentation fix. Doc fix.
20217 (ebnf-version): New version number (3.2).
20218 (ebnf-format-color, ebnf-begin-job): Code fix.
20219
20220 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20221
20222 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20223 font lock support on window-system.
20224 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20225
20226 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20227 display-color-p, if fboundp, instead of window-system.
20228
20229 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20230
20231 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20232 instead of window-system.
20233
20234 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20235 window-system.
20236 (widget-choice-mouse-down-action): Use display-popup-menus-p
20237 instead of window-system.
20238
20239 * strokes.el (strokes-file): Run the file name through
20240 convert-standard-filename.
20241 (strokes-mode): Call display-mouse-p instead of looking at
20242 window-system. Change the error message accordingly.
20243
20244 * progmodes/cpp.el (toplevel): Support faces on tty's.
20245
20246 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20247 (lm-plot-square, lm-init-display): Don't use window-system.
20248
20249 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20250 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20251
20252 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20253 instead of looking at window-system.
20254
20255 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20256
20257 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20258 of testing if iswitchb-prepost-hooks is bound, because the
20259 latter will always be true when invoking a recursive minibuffer
20260 from an active Iswitchb buffer.
20261
20262 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20263
20264 * files.el (shell-quote-wildcard-pattern): New function.
20265 (insert-directory): Call it. Only prepend "\" to command on Unix
20266 and GNU/Linux systems.
20267
20268 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20269
20270 * eshell/esh-groups.el: Change custom :link file names
20271 from `eshell.info' to `eshell'.
20272
20273 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20274
20275 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20276 correctly in recursive ange-ftp listings.
20277
20278 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20279
20280 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20281 ps-header-font-size-internal and
20282 ps-header-title-font-size-internal variables are not set,
20283 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20284 face text property is (foreground-color . COLOR) or
20285 `(background-color . COLOR)', ps-print crashes. Doc fix.
20286 (ps-print-version): New version number (5.2.4).
20287 (ps-plot-region): Code fix.
20288 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20289 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20290 Bug fix 2.
20291
20292 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20293
20294 * glasses.el (glasses-make-readable): Fix uncapitalization of
20295 identifiers like `myXMLDocument'.
20296
20297 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20298
20299 * mail/mail-hist.el (mail-hist-previous-input)
20300 (mail-hist-next-input): Do the obvious code factorization.
20301 (mail-hist-retrieve-and-insert): New func, contains common
20302 code of above two.
20303 If inserting a message body, leave point at top.
20304
20305 2000-07-28 Sam Steingold <sds@gnu.org>
20306
20307 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20308 Use `<=', not `<' to compare times!
20309 (ange-ftp-ls): Remove.
20310
20311 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20312
20313 * play/cookie1.el: Add explanation of how to make cookie.el
20314 compatible with strfile(1) to comment.
20315
20316 * subr.el (remove, remq): New functions.
20317
20318 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20319 escape `*' in regexps.
20320 (midnight-find): Reverse order of arguments in the funcall of
20321 TEST.
20322
20323 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20324 and `.class'.
20325
20326 * play/meese.el: Add Commentary section.
20327
20328 2000-07-27 Alex Schroeder <alex@gnu.org>
20329
20330 * sql.el (sql-ms): Added autoload cookie.
20331 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20332 (sql-oracle): Ditto.
20333 (sql-help): Doc change.
20334
20335 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20336 types and exceptions.
20337
20338 2000-07-27 Alex Schroeder <alex@gnu.org>
20339
20340 * sql.el (sql-placeholder-history): New variable.
20341 (sql-query-placeholders-and-send): New function that will query
20342 the user and replace placeholders with user input.
20343 (sql-oracle): If running on NT, set comint-input-sender to
20344 sql-query-placeholders-and-send.
20345
20346 (sql-stop): If in the SQLi buffer, insert stop notification, else
20347 present it as a message.
20348
20349 2000-07-27 Alex Schroeder <alex@gnu.org>
20350
20351 * sql.el (sql-input-ring-separator): Doc change.
20352 (sql-input-ring-file-name): Doc change.
20353 (sql-interactive-mode): Use `sql-input-ring-separator' and
20354 `sql-input-ring-file-name' to set the comint-mode equivalents
20355 without making them local variables.
20356 (sql-stop): Don't bind `sql-input-ring-separator' and
20357 `sql-input-ring-file-name' dynamically to their comint-mode
20358 equivalents.
20359
20360 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20361
20362 * international/mule.el (register-char-codings): New function.
20363 (make-coding-system): Handle `safe-chars' specification in the arg
20364 PROPERTY.
20365
20366 * international/mule-cmds.el
20367 (find-coding-systems-region-subset-p): This function deleted.
20368 (sort-coding-systems-predicate): New variable.
20369 (sort-coding-systems): New function.
20370 (find-coding-systems-region): Use
20371 find-coding-systems-region-internal.
20372 (find-coding-systems-string): Use find-coding-systems-region.
20373 (find-coding-systems-for-charsets): Check
20374 char-coding-system-table.
20375 (select-safe-coding-system-accept-default-p): New variable.
20376 (select-safe-coding-system): Mostly rewritten. New argument
20377 ACCEPT-DEFAULT-P.
20378 (select-message-coding-system): Call select-safe-coding-system
20379 with ACCEPT-DEFAULT-P arg.
20380 (reset-language-environment): Reset default-sendmail-coding-system
20381 to the default value iso-latin-1.
20382 (set-language-environment): Don't set the obsolete variable
20383 charset-origin-alist.
20384
20385 * international/codepage.el (cp-coding-system-for-codepage-1):
20386 Give `safe-chars' property to make-coding-system.
20387
20388 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20389 calling select-message-coding-system twice.
20390
20391 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20392 instead of `safe-charsets'.
20393 (cyrillic-alternativnyj): Likewise.
20394 (ccl-encode-alternativnyj): Don't check the charset
20395 cyrillic-iso8859-5.
20396
20397 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20398
20399 * composite.el (compose-chars-after): Preserve match data.
20400
20401 2000-07-26 Sam Steingold <sds@gnu.org>
20402
20403 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20404 (ange-ftp-real-file-newer-than-file-p): New function.
20405 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20406 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20407
20408 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20409 * midnight.el (midnight-float-time): Ditto.
20410
20411 2000-07-26 Andreas Schwab <schwab@suse.de>
20412
20413 * files.el (normal-backup-enable-predicate): Correct
20414 interpretation of the return value of compare-strings.
20415
20416 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20417
20418 * isearch.el (isearch-resume): New function.
20419 (isearch-done): Add something to command-history to resume
20420 the search.
20421 (isearch-yank-line, isearch-yank-word): Use
20422 buffer-substring-no-properties instead of buffer-substring.
20423
20424 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20425 of flyspell-mouse-map.
20426
20427 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20428 duplicate definition.
20429 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20430
20431 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20432 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20433
20434 2000-07-25 Sam Steingold <sds@gnu.org>
20435
20436 * net/ange-ftp.el: Get modtime over the net.
20437 (ange-ftp-file-modtime): New function.
20438 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20439 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20440 Use it.
20441 (ange-ftp-dot-to-slash): New function.
20442 (ange-ftp-fix-name-for-vms): Use it.
20443
20444 * midnight.el (midnight-buffer-display-time): Use
20445 `with-current-buffer'.
20446
20447 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20448
20449 * find-dired.el: Update copyright notice.
20450 (find-dired): Offer to kill a running `find'.
20451
20452 * enriched.el (enriched-face-ans): For a `foreground-color'
20453 property, return '(("x-color" COLOR))' so that COLOR will be
20454 output as a parameter of the x-color annotation. Likewise for the
20455 `background-color' property. In the case of normal face
20456 properties, don't return annotations for unspecified foreground
20457 and background face attributes.
20458
20459 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20460
20461 * language/japan-util.el (japanese-katakana-region): Fix handling
20462 HANKAKU argument.
20463
20464 2000-07-25 Miles Bader <miles@gnu.org>
20465
20466 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20467 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20468 constrain-to-field.
20469
20470 2000-07-24 Andrew Innes <andrewi@gnu.org>
20471
20472 * timer.el (timer-activate-when-idle): Add optional parameter
20473 DONT-WAIT. Update docstring.
20474 (run-with-idle-timer): Specify extra parameter to
20475 timer-activate-when-idle, so that timer will be activated
20476 immediately if Emacs is already idle.
20477
20478 * w32-fns.el (w32-using-nt): Fix docstring.
20479
20480 2000-07-24 Dave Love <fx@gnu.org>
20481
20482 * mouse.el (popup-menu): Set last-command-event.
20483 (mouse-major-mode-menu-prefix): Declare.
20484
20485 2000-07-24 Gerd Moellmann <gerd@gnu.org>
20486
20487 * textmodes/flyspell.el: Update to author's version 1.5d.
20488
20489 * progmodes/hideshow.el: Update copyright notice.
20490
20491 * vcursor.el: Set maintainer to FSF, since author cannot
20492 be reached.
20493
20494 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20495
20496 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20497 the prompt.
20498
20499 * mouse.el (popup-menu): Run the keymap through indirect-function,
20500 in case it was defined with define-prefix-key. If the menu is a
20501 list of keymaps, look up the binding of user's choice in each one
20502 of the keymaps.
20503 (mouse-popup-menubar): If the global and local menu-bar keymaps
20504 don't have a prompt string, create one and insert it into the
20505 keymap. Don't barf if current-local-map returns nil.
20506
20507 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20508
20509 * dired.el (dired-sort-R-check): Added to allow recursive listing
20510 to be undone.
20511 (dired-sort-other): Use it.
20512
20513 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20514
20515 * Release of cc-mode 5.27
20516
20517 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20518
20519 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20520 c-beginning-of-statement-1 that caused a bad case of recursion
20521 which could consume a lot of CPU in large classes in languages
20522 that have in-expression classes (i.e. Java and Pike).
20523
20524 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20525 statements before top level constructs (i.e. case 6 is moved
20526 before case 5 and is now case 4) to catch in-expression
20527 classes in top level expressions correctly.
20528
20529 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20530
20531 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20532 objc-method-intro. Case 4 removed and case 5I added.
20533
20534 * cc-langs.el (c-append-paragraph-start): New variable used by
20535 c-common-init to get paragraph-start correct.
20536 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20537 initialize paragraph-start to make it correct both with and
20538 without the javadoc special case.
20539
20540 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20541 initialize paragraph-start for javadoc markup.
20542
20543 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20544 change by defaulting this to t. It's motivated by the
20545 confusing behavior that otherwise arise from the style system
20546 when editing both java and non-java files at the same time
20547 (see the comments about style setting in c-common-init).
20548
20549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20550
20551 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20552 similar to the one in c-fill-paragraph to check the fill
20553 prefix from the adaptive fill function for sanity.
20554
20555 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20556
20557 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20558 defun block.
20559
20560 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20561
20562 * cc-align.el (c-lineup-multi-inher): Handle lines with
20563 leading comma nicely. Extended to handle member initializers
20564 too.
20565
20566 * cc-engine.el: (c-beginning-of-inheritance-list,
20567 c-guess-basic-syntax): Fixed recognition of inheritance lists
20568 when the lines begins with a comma.
20569
20570 * cc-vars.el (c-offsets-alist): Changed default for
20571 member-init-cont to c-lineup-multi-inher since it now handles
20572 member initializers and indents better for leading commas.
20573
20574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20575
20576 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20577 handling that caused class open lines to be recognized as
20578 statement-conts in some cases.
20579
20580 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20581 guessed by the adaptive fill function unless point is on the
20582 first line of a block comment.
20583
20584 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20585 when the buffer ends with a macro continuation char.
20586
20587 * cc-engine.el (c-guess-basic-syntax): Added support for
20588 function definitions as statements in Pike. The first
20589 statement in a lambda block is now labeled defun-block-intro
20590 instead of statement-block-intro.
20591
20592 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20593 so that the class surrounding point is selected, not the one
20594 innermost in the state.
20595
20596 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20597 recognition of switch labels having hanging multiline
20598 statements.
20599
20600 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20601 some code in c-guess-basic-syntax to a separate function.
20602 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20603 recognition of member inits with multiple line arglists.
20604 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20605 member-init-cont when the commas are in funny places.
20606
20607 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20608
20609 * cc-defs.el (c-auto-newline): Removed this macro since it's
20610 not used anymore.
20611
20612 * cc-engine.el (c-looking-at-bos): New helper function.
20613 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20614 inexpr and toplevel classes apart in Pike.
20615
20616 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20617 of case 9A.
20618
20619 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20620 constant, since "class" can introduce an in-expression class
20621 in Pike nowadays.
20622
20623 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20624
20625 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20626 indentation on cpp-macro lines.
20627
20628 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20629 a syntax modifier like comment-intro, to make it possible to
20630 get syntactic indentation for preprocessor directives. It's
20631 incompatible wrt to lineup functions on cpp-macro, but it has
20632 no observable effect in the 99.9% common case where cpp-macro
20633 is set to -1000.
20634
20635 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20636
20637 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20638 member-init-cont when the preceding arglist is several lines.
20639
20640 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20641
20642 * cc-styles.el (c-style-alist): The basic offset for the BSD
20643 style corrected to 8.
20644
20645 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20646
20647 * cc-styles.el (c-style-alist): Adjusted the indentation of
20648 brace list openers in the gnu style.
20649
20650 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20651
20652 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20653
20654 * cc-cmds.el (c-electric-brace, c-electric-slash,
20655 c-electric-star, c-electric-semi&comma, c-electric-colon,
20656 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20657 when c-syntactic-indentation is nil.
20658
20659 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20660 we were left at comments preceding the first statement when
20661 reaching the beginning of the buffer.
20662
20663 * cc-vars.el (c-syntactic-indentation): New variable to turn
20664 off all syntactic indentation.
20665
20666 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20667
20668 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20669 between the text and the block comment ender when it hangs,
20670 depending on how many there are before the fill.
20671
20672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20673
20674 * cc-engine.el (c-beginning-of-closest-statement): New helper
20675 function to go back to the closest preceding statement start,
20676 which could be inside a conditional statement.
20677 * cc-engine.el (c-guess-basic-syntax): Use
20678 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20679
20680 * cc-engine.el (c-guess-basic-syntax): Better handling of
20681 arglist-intro, arglist-cont-nonempty and arglist-close when
20682 the arglist is nested inside parens. Cases 7A, 7C and 7F
20683 changed.
20684
20685 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20686 up-to-date with javadoc 1.2.
20687
20688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20689
20690 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20691 multiline Pike type decls.
20692
20693 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20694
20695 * cc-cmds.el (c-indent-new-comment-line): Always break
20696 multiline comments in multiline mode, regardless of
20697 comment-multi-line.
20698
20699 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20700
20701 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20702 fully::qualified::names in C++ member init lists. Preamble in
20703 case 5D changed.
20704
20705 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20706
20707 * cc-langs.el (c-common-init): Handling of obsolete variables
20708 moved to c-initialize-cc-mode. More compatible style override
20709 when using global style variables.
20710 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20711 variables moved here.
20712
20713 * cc-styles.el (c-make-styles-buffer-local): Flag style
20714 variable localness in c-style-variables-are-local-p to make
20715 the compatibility measure in c-common-init work well.
20716
20717 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20718 longer contain set-from-style.
20719 * cc-styles.el (c-initialize-builtin-style): Don't check for
20720 set-from-style on c-special-indent-hook.
20721 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20722 copy-alist is sufficient now.
20723
20724 * cc-styles.el (c-set-style, c-set-style-1,
20725 c-get-style-variables): Fixes to variable initialization so
20726 that duplicate entries in styles have the same effect
20727 regardless of DONT-OVERRIDE.
20728
20729 * cc-styles.el (c-set-style-2): Fixed bug where the
20730 initialization of inheriting styles failed when the
20731 dont-override flag is set.
20732
20733 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20734 on this.
20735
20736 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20737
20738 * cc-defs.el (c-forward-comment): Removed the workaround
20739 introduced in 5.38 since it had worse side-effects. If a line
20740 contains the string "//\"", it regarded the // as a comment
20741 start since the \ temporarily doesn't have escape syntax.
20742
20743 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
20744
20745 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20746 ada-xref.el before ada-prj.el, so that the Project menu is created
20747 when ada-prj tries to add to it.
20748 (ada-activate-keys-for-case): Suppress the characters that are not
20749 part of the Ada syntax. Better compatibility with else-mode
20750 (ada-adjust-case-interactive): When auto-casing is not active,
20751 correctly insert newlines (used to insert only ^M). Prevent the
20752 syntax table from being changed in case of an error
20753 (or '_' becomes part of a word and some commands are confused).
20754 Do nothing if ada-auto-case is nil.
20755 (ada-after-keyword-p): Ignore keywords that are also attributes
20756 (ada-batch-reformat): Update usage comment
20757 (ada-call-from-contextual-menu): New function
20758 (ada-case-read-exceptions): Reinitialize the casing exception list
20759 first to nil first, so that the casing exception file can be
20760 shared.
20761 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20762 files.
20763 (ada-compile-goto-error): Fix regexp used to detect a file:line
20764 anywhere in the error message
20765 (ada-contextual-menu-last-point): New variable
20766 (ada-create-keymap): If the variable delete-key-deletes-forward is
20767 t on XEmacs, it means that DEL should delete one character
20768 forward.
20769 (ada-create-menu): Use :included instead of :visible for XEmacs.
20770 New submenu "Options".
20771 (ada-end-stmt-re): Correctly indent "select ... then abort"
20772 statements.
20773 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20774 even if they don't match ada-fill-comment-prefix Fix handling of
20775 paragraphs on the first or last line of a file.
20776 (ada-format-paramlist): Fix handling of default parameter values.
20777 (ada-get-body-name): New function.
20778 (ada-get-current-indent): Optimized by searchling directly for an
20779 existing generic part or a statement outside of it. Handle
20780 ada-indent-align-comments when indenting comments Replaced some
20781 regexps by testing directly the next character. This results in a
20782 huge speedup on some files. New indentation scheme for renames
20783 statements. Stop looking for the 'while' or 'for' associated with
20784 a 'loop' at the first semicolon encountered. A "return" can also
20785 match an anonymous access subprogram declaration.
20786 (ada-get-indent-noindent): Ignore strings and comments when
20787 looking for the keywords "record" and "private".
20788 (ada-goto-matching-decl-start): When matching "if", make sure we
20789 are not in fact seeing "end if". Ignore "when" statements except
20790 when initial keyword was "begin". Fix handling of nested
20791 procedures. Add a recursive call to this function to skip over
20792 other 'end' statmts. Fix indentation for "when .. => begin"
20793 (ada-in-open-paren-p): Fix indentation for complex boolean
20794 expressions, where 'and then', 'or else' and parenthesis
20795 statements are mixed up.
20796 (ada-in-paramlist-p): Skip comments while searching for the
20797 beginning Fix handling of operator declarations.
20798 (ada-indent-align-comments): New variable
20799 (ada-indent-current): Change the syntax table only in the
20800 protected section, so that we are sure it is restored correctly.
20801 (ada-indent-on-previous-lines): Use ada-use-indent and
20802 ada-with-indent Correctly indent "select ... then"
20803 (ada-indent-region): Slight speedup.
20804 (ada-indent-renames): New variable.
20805 (ada-last-which-function-subprog, ada-last-which-function-line):
20806 New variables
20807 (ada-looking-at-semi-private): Correctly indent the 'private'
20808 keyword when it is the first word in a package declaration.
20809 (ada-loose-case-word): Stop searching if at the end of the buffer.
20810 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20811 even if point is not initially at the end of the word.
20812 (ada-matching-decl-start-re): Add "when".
20813 (ada-mode): Add support for abbrev-mode, outline-mode and
20814 which-func-mode Override the old find-file.el entry in
20815 ff-special-constructs since it is using the obsolete
20816 ada-spec-suffix variable
20817 (ada-no-auto-case): New function
20818 (ada-scan-paramlist): When parsing the argument type, accept
20819 spaces (as in "X 'Class", generated by Rational Rose).
20820 (ada-other-file-name): No longer loads the other file.
20821 (ada-popup-menu): Save and restore the current buffer and cursor
20822 position before and after displaying the menu.
20823 (ada-search-ignore-complex-boolean): New function.
20824 (ada-uncomment-region): Emacs21 already knows how to delete
20825 comments not starting in the first column.
20826 (ada-use-indent): New variable
20827 (ada-which-function): New function.
20828 (ada-with-indent): New variable
20829 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20830 can be batch-compiled from the command line.
20831
20832 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20833 Add to the menu when the file is loaded, not in ada-mode-hook.
20834 Add -toolbar to the default ddd command Switches moved from
20835 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20836 ada-prj-default-comp-opt
20837 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20838 Reference Manual to the menu
20839 (ada-check-current): rewritten as a call to ada-compile-current
20840 (ada-compile): Removed.
20841 (ada-compile-application, ada-compile-current, ada-check-current):
20842 Set the compilation-search-path so that compile.el automatically
20843 finds the sources in src_dir. Automatic scrollong of the
20844 compilation buffer. C-uC-cC-c asks for confirmation before
20845 compiling
20846 (ada-compile-current): New parameter, prj-field
20847 (ada-complete-identifier): Load the .ali file before doing
20848 processing
20849 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20850 conform to gnatmake's behavior.
20851 (ada-find-file-in-dir): New function
20852 (ada-find-references): Set the environment variables for gnatfind
20853 (ada-find-src-file-in-dir): New function.
20854 (ada-first-non-nil): Removed
20855 (ada-gdb-application): Add support for jdb, the java debugger.
20856 (ada-get-ada-file-name): Load the original-file first if not done
20857 yet.
20858 (ada-get-all-references): Handles the new ali syntax (parent types
20859 are found between <>).
20860 (ada-initialize-runtime-library): New function
20861 (ada-mode-hook): Always load a project file when a file is opened,
20862 so that the casing exceptions are correctly read.
20863 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20864 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20865 to open the project file, since the latter does not work with
20866 speedbar Get default values before loading the prj file, or the
20867 default executable file name is wrong. Use the absolute value of
20868 src_dir to initialize ada-search-directories and
20869 compilation-search-path,... Add the standard runtime library to
20870 the search path for find-file.
20871 (ada-prj-default-debugger): Was missing an opening '{'
20872 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20873 variables.
20874 (ada-prj-default-gnatmake-opt): New variable
20875 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20876 buffers, the project file is the default one Save the windows
20877 configuration before displaying the menu.
20878 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20879 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20880 ...) regexp-quote identifiers names to support operators +,
20881 -,... in regexps.
20882 (ada-remote): New function.
20883 (ada-run-application): Erase the output buffer before starting the
20884 run Support remote execution of the application. Use
20885 call-process, or the arguments are incorrectly parsed
20886 (ada-set-default-project-file): Reread the content of the active
20887 project file, not the one from the current buffer When a project
20888 file is set as the default project, all directories are
20889 automatically associated with it.
20890 (ada-set-environment): New function
20891 (ada-treat-cmd-string): New special variable ${current}
20892 (ada-treat-cmd-string): Revised. The substitution is now done for
20893 any ${...} substring
20894 (ada-xref-current): If no body was found, compiles the spec
20895 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20896 compiler to get rid of command line length limitations.
20897 (ada-xref-get-project-field): New function
20898 (ada-xref-project-files): New variable
20899 (ada-xref-runtime-library-specs-path)
20900 (ada-xref-runtime-library-ali-path): New variables
20901 (ada-xref-set-default-prj-values): Default run command now does a
20902 cd to the build directory. New field: main_unit Provide a default
20903 file name even if the current buffer has no prj file.
20904
20905 * ada-prj.el:
20906 Rewritten to show a tabbed-dialog.
20907 (ada-prj-add-ada-menu): Remove the map and name parameters.
20908 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20909 New function
20910 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20911 (ada-prj-load-from-file): New function
20912 (ada-prj-save): Always save fields that depend on the current buffer
20913 (ada-prj-show-value): New function
20914
20915 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20916 Ada mode. This will allow us to display the Ada menu in any buffer
20917 we want (for project items).
20918 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20919 number of spaces in the header.
20920
20921 2000-07-24 Dave Love <fx@gnu.org>
20922
20923 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20924
20925 2000-07-23 Noah Friedman <friedman@splode.com>
20926
20927 * type-break.el (type-break): perform autosave.
20928 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20929 (type-break-do-query): Cancel query schedule while performing
20930 actual query, to avoid possibility of a second query being made
20931 while first one is already in progress.
20932 (type-break-time-stamp-format): New variable.
20933 (type-break-time-stamp): New function.
20934 (type-break-time-warning): Use it.
20935 (type-break-keystroke-warning): Use it.
20936 (type-break-noninteractive-query): Use it.
20937
20938 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20939 cookie.
20940 Use add-minor-mode to set minor-mode-alist, if available.
20941 (eldoc-echo-area-use-multiline-p): New user option.
20942 (eldoc-echo-area-multiline-supported-p): New variable.
20943 (eldoc-docstring-format-sym-doc): Use them.
20944 (eldoc-mode): If not using idle timers, append to local post and
20945 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20946 (eldoc-display-message-no-interference-p): Don't interfere with
20947 edebug.
20948 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20949 (eldoc-function-arglist): New function.
20950 (eldoc-function-argstring): Use it.
20951
20952 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20953 auto save directory exists before calling directory-files.
20954
20955 2000-07-23 Dave Love <fx@gnu.org>
20956
20957 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20958 ^o, ^u.
20959
20960 2000-07-21 Dave Love <fx@gnu.org>
20961
20962 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20963 now passed to the function. It now works properly.
20964
20965 * smerge-mode.el (smerge-mode-menu): Fill it out.
20966
20967 2000-07-20 Gerd Moellmann <gerd@gnu.org>
20968
20969 * info-look.el (info-lookup): If *info* is shown in another frame
20970 on the same display, select that frame, instead of switching to
20971 the Info buffer in another window of the selected frame.
20972
20973 * simple.el (universal-argument-map): Bind numeric keypad keys
20974 kp-0 to kp-9 and kp-subtract.
20975 (digit-argument): Handle these keys.
20976
20977 2000-07-20 Dave Love <fx@gnu.org>
20978
20979 * net/goto-addr.el (goto-address-fontify): Don't bother with
20980 buffer-modified and read-only stuff -- irrelevant with overlays.
20981 Put an extra property on the overlays and use it to clean up in
20982 case goto-address is re-run.
20983
20984 2000-07-19 Richard M. Stallman <rms@gnu.org>
20985
20986 * timer.el (run-with-idle-timer): Doc fix.
20987
20988 * mail/mail-utils.el (mail-strip-quoted-names):
20989 Handle case where <...> appears inside "...".
20990 Use replace-match to edit the string more simply.
20991 (rmail-dont-reply-to): Cope with an unmatched ".
20992
20993 2000-07-19 Dave Love <fx@gnu.org>
20994
20995 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20996 implementation.
20997
20998 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20999 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
21000 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
21001
21002 2000-07-19 Gerd Moellmann <gerd@gnu.org>
21003
21004 * textmodes/refer.el: Correct maintainer's email address.
21005
21006 * progmodes/hideif.el: Correct author's email address.
21007 Fix typo in comment.
21008
21009 * xml.el: New file.
21010
21011 * mail/mailheader.el: Correct author's mail address.
21012
21013 * gnus/parse-time.el: Correct author's mail address.
21014
21015 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
21016
21017 * comint.el (comint-highlight-input, comint-highlight-face):
21018 New user options.
21019 (comint-input-ring-file-name): Change custom type.
21020 (comint-mode-map): Bind mouse-2.
21021 (comint-insert-clicked-input): New function.
21022 (comint-send-input): Handle input highlighting.
21023
21024 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
21025
21026 * mouse.el (popup-menu): New function.
21027 (mouse-major-mode-menu): Use it.
21028
21029 2000-07-18 Dave Love <fx@gnu.org>
21030
21031 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
21032 improvements.
21033
21034 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21035
21036 * faces.el (face-font-selection-order)
21037 (face-font-family-alternatives): Add custom type.
21038
21039 2000-07-18 Dave Love <fx@gnu.org>
21040
21041 * cus-edit.el (custom-variable-reset-saved)
21042 (custom-variable-reset-standard): Remove unused bindings.
21043
21044 * rect.el (open-rectangle-line): Remove unused let.
21045
21046 * hl-line.el (hl-line-highlight): Check hl-line-mode.
21047
21048 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21049
21050 * cdl.el: Fix `Maintainer' keyword.
21051
21052 * play/pong.el: Add author's email address.
21053
21054 2000-07-17 Sam Steingold <sds@gnu.org>
21055
21056 * files.el (insert-directory): Call `split-string' instead of
21057 re-implementing it.
21058
21059 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21060
21061 * mail/vms-pmail.el: Change maintainer to FSF.
21062
21063 * net/goto-addr.el: Change maintainer to FSF.
21064
21065 * info.el (Info-title-face-alist): Removed.
21066
21067 2000-07-18 David Ponce <david@dponce.com>
21068
21069 * recentf.el (recentf-open-files): New command that works like
21070 `recentf-open-more-files', but shows the whole list of files (not just
21071 those omitted from the menu). Useful if you don't use a menu-bar!
21072 (recentf-open-more-files) Modified to use `recentf-open-files'.
21073
21074 (recentf-open-files, recentf-open-more-files)
21075 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
21076
21077 (recentf-dialog-mode): New mode for dialogs. You can now just type
21078 "q" to cancel the dialogs.
21079
21080 2000-07-18 David Ponce <david@dponce.com>
21081
21082 * recentf.el: This is a major update of recentf.el. It adds new
21083 features to better organize the recentf menu and "More..." buffer.
21084
21085 Using new provided menu filtering functions you can now organize the
21086 recent files list:
21087
21088 - by major modes
21089 - by directories
21090 - by user defined rules
21091
21092 Finally, with the new `recentf-filter-changer' customizable filter you
21093 can define a ring of filters and dynamically (via the menu) cycle on
21094 each menu organization in the ring (a la msb).
21095
21096 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
21097
21098 * eshell/eshell.el (eshell): Replace links to eshell.info with
21099 links to eshell, to avoid problems on systems where the manual is
21100 installed as `eshell'.
21101 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21102 * eshell/em-smart.el (eshell-smart): Ditto.
21103 * eshell/em-banner.el (eshell-banner): Ditto.
21104 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21105
21106 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21107 same-file check in the MS-DOS version (it does support inodes).
21108
21109 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21110
21111 * eshell/eshell.el (eshell-directory-name):
21112 Run default directory name through convert-standard-filename.
21113
21114 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21115
21116 * international/mule-cmds.el (select-safe-coding-system):
21117 Fix typo in the comment.
21118
21119 * language/european.el (compound-text):
21120 Force katakana-jisx0201 to be designated to G1.
21121
21122 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21123 Don't translate some national variant characters of latin-jisx0201.
21124 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21125
21126 * international/kkc.el (kkc-after-update-conversion-functions):
21127 New variable.
21128 (kkc-update-conversion): Run functions in it at the tail.
21129
21130 2000-07-16 John Wiegley <johnw@gnu.org>
21131
21132 * lisp/align.el (align-newline-and-indent):
21133 Adding new function. for auto-aligning blocks of code on RET.
21134 (align-region): Fixed badly formatted minibuffer message.
21135
21136 2000-07-17 Kenichi Handa <handa@etl.go.jp>
21137
21138 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21139 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21140 the conversion list at first if appropriate.
21141 (kkc-next): Don't update kkc-next-count here.
21142 (kkc-prev): Don't update kkc-prev-count here.
21143 (kkc-show-conversion-list-update): Fix setting up of conversion
21144 list message.
21145
21146 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21147
21148 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21149
21150 2000-07-16 Dave Love <fx@gnu.org>
21151
21152 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21153 function to be more specific.
21154
21155 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21156 non-string help-echo.
21157 (widget-types-convert-widget): Defsubst it.
21158 (widget-echo-help): Try to cope with a help-echo function of two
21159 possible sorts.
21160
21161 2000-07-15 Jason Rumney <jasonr@gnu.org>
21162
21163 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21164 Declare as obsolete.
21165
21166 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21167
21168 2000-07-14 Gerd Moellmann <gerd@gnu.org>
21169
21170 * hilit-chg.el: Fix typo.
21171
21172 2000-07-14 Dave Love <fx@gnu.org>
21173
21174 * info.el (Info-mode-menu): Fix use of :help, :enable.
21175
21176 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21177
21178 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21179
21180 2000-07-13 Dave Love <fx@gnu.org>
21181
21182 * emacs-lisp/easymenu.el: Doc fixes.
21183 (easy-menu-remove): Defalias to ignore.
21184
21185 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21186 Call throw correctly.
21187
21188 2000-07-13 Gerd Moellmann <gerd@gnu.org>
21189
21190 * faces.el (frame-background-mode): Doc fix.
21191
21192 * simple.el (eval-expression-print-length): Change custom type to
21193 allow entering nil as value.
21194
21195 2000-07-13 Dave Love <fx@gnu.org>
21196
21197 * progmodes/fortran.el (fortran-imenu-generic-expression):
21198 Change definition layout.
21199 (fortran-mode-menu): Reinstate customize entries.
21200
21201 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21202 Use :filter, per old XEmacs code.
21203
21204 2000-07-12 Gerd Moellmann <gerd@gnu.org>
21205
21206 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21207 event when deciding what to send to the terminal.
21208
21209 2000-07-12 Dave Love <fx@gnu.org>
21210
21211 * cus-start.el: Add optional version as 4th element of specs and
21212 use it for several things new in v21. Remove load-path. Fix type
21213 of line-number-display-limit.
21214
21215 2000-07-11 Dave Love <fx@gnu.org>
21216
21217 * progmodes/fortran.el: Don't require easymenu.
21218 Use repeat counts in various regexps.
21219 (fortran-mode-syntax-table): Defvar directly.
21220 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21221 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21222 Use defvar, not defconst.
21223 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21224 (fortran-mode): Set fortran-comment-line-start-skip,
21225 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21226 (fortran-comment-indent): Use defsubst.
21227 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21228 Use fortran-comment-indent, not fortran-comment-indent-function.
21229 (fortran-comment-region, fortran-electric-line-number): Simplify.
21230 (fortran-auto-fill): New function.
21231 (fortran-do-auto-fill): Deleted.
21232 (fortran-find-comment-start-skip):
21233 Check for non-null comment-start-skip.
21234 (fortran-auto-fill-mode, fortran-fill-statement):
21235 Use fortran-auto-fill.
21236 (fortran-fill): Use fortran-auto-fill. Check for null
21237 comment-start-skip. Simplify final clause and use end-of-line finally.
21238
21239 * widget.el (widget-plist-member): New alias.
21240
21241 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21242
21243 * eshell/esh-module.el (toplevel): Reference
21244 byte-compile-current-file only if it is bound.
21245
21246 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21247
21248 * dired.el: Don't require `dired-aux'.
21249
21250 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21251
21252 * dired-aux.el (dired-show-file-type): New function.
21253 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21254 (dired-show-file-type): Add autoload.
21255
21256 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21257
21258 * international/mule-diag.el (describe-font): Adjusted for the
21259 change of fontset-info.
21260 (print-fontset): Likewise.
21261
21262 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21263
21264 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21265
21266 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21267
21268 * bindings.el: Bind `[delete]' to delete-char.
21269
21270 * dired.el (dired-find-alternate-file): New function.
21271 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21272 (toplevel): Require dired-aux when compiling.
21273 (dired-buffers): Move defvar within file to avoid compiler warning.
21274
21275 * info.el (Info-last-search): Variable removed.
21276 (Info-search-history): New variable.
21277 (Info-search): New Info-search-history.
21278
21279 * battery.el, info-look.el: Change author's mail address.
21280
21281 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21282
21283 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21284 if rmail-ignored-headers is nil.
21285 (rmail-retry-failure): Bind rmail-ignored-headers and
21286 rmail-displayed-headers to nil.
21287
21288 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21289
21290 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21291 (print-region-1): Don't hard code `-h' here.
21292
21293 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21294
21295 2000-07-01 Francesco Potorti` <pot@gnu.org>
21296
21297 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21298 exim can use "your message" instead of "the message".
21299
21300 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21301
21302 * facemenu.el: Docstrings fixes.
21303 (facemenu-get-face): Don't use internal-find-face.
21304 (facemenu-iterate): Rename arg to match the docstring.
21305
21306 * newcomment.el (uncomment-region): Be more careful when skipping
21307 backwards over `=' not to bump into BOBP.
21308
21309 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21310
21311 * ediff-diff.el (ediff-wordify): Use syntax table.
21312 * ediff-init.el (ediff-has-face-support-p): Use
21313 ediff-color-display-p.
21314 (ediff-color-display-p): Use display-color-p, changed to defun
21315 from defsubst.
21316 Got rid of special cases for NeXT and OS/2.
21317 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21318 face.
21319
21320 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21321
21322 * emacs-lisp/lucid.el: Require CL.
21323 (copy-tree, remprop): Remove, it's provided by CL.
21324 (map-keymap): Define in terms of cl-map-keymap.
21325 (extent-property, set-extent-end-glyph): New functions.
21326
21327 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21328
21329 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21330
21331 * Makefile.in (DONTCOMPILE): Add comment that the name may
21332 not be changed without changing the make-dist script.
21333
21334 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21335 (cl-mapc): Use mapc instead of cl-old-mapc.
21336
21337 2000-07-05 Andrew Innes <andrewi@gnu.org>
21338
21339 * makefile.nt: Add support for `bootstrap' and related targets.
21340
21341 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21342
21343 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21344 (easy-menu-do-define): Use `menu-item' format.
21345 Handle case where easy-menu-create-menu returns a symbol.
21346 Manually call the potential top-level filter in the function binding.
21347 (easy-menu-filter-return): New arg NAME.
21348 Convert to a keymap if MENU is an XEmacs menu.
21349 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21350 (easy-menu-converted-items-table, easy-menu-convert-item):
21351 New var and fun to memoize easy-menu-convert-item-1.
21352 (easy-menu-do-add-item): Use it.
21353 (easy-menu-create-menu): Use easy-menu-convert-item.
21354 Wrap easy-menu-filter-return around any :filter specification.
21355 Don't convert the menu if a filter was specified.
21356 Tell easy-menu-make-symbol not to check for MENU being an expression.
21357 (easy-menu-make-symbol): New arg NOEXP.
21358
21359 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21360
21361 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21362 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21363 (eval-defun): If called with prefix arg, instrument code for
21364 Edebug.
21365
21366 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21367 similar to that of eval-defun.
21368
21369 2000-07-04 Dave Love <fx@gnu.org>
21370
21371 * hl-line.el (hl-line-overlay): Make it permanent-local.
21372
21373 * calendar/todo-mode.el: Replaced with a working version, based on
21374 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21375
21376 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21377
21378 * paths.el (prune-directory-list): New function.
21379 (Info-default-directory-list): Rewritten to more methodically
21380 enumerate a big list of possible info directories (based on the
21381 list used by the standalone info reader).
21382
21383 * info.el (info-initialize): Use prune-directory-list to remove
21384 non-existent directories from Info-directory-list.
21385
21386 * paths.el (Info-default-directory-list): Try a list of possible
21387 info-directories instead of a single one. Add the possible
21388 info directory "/usr/share/info".
21389
21390 * woman.el (woman-man.conf-path): Explicitly include the debian
21391 man-db config file "/etc/manpath.config".
21392 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21393 are present in `manpath.config'.
21394 (woman-manpath): Include "/usr/share/man".
21395
21396 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21397
21398 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21399
21400 * startup.el (command-line): Initialize blink-cursor based
21401 on window-system.
21402
21403 * frame.el (blink-cursor): Default to nil if not running under
21404 a window-system.
21405
21406 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21407 (face-x-resources): Remove duplicate entry for :font.
21408
21409 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21410 instead of cycling through windows with next-window.
21411
21412 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21413 of cycling through windows with next-window.
21414
21415 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21416 of cycling through windows with next-window.
21417
21418 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21419 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21420 instead of cycling through windows with next-window.
21421
21422 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21423 instead of cycling through windows with next-window.
21424
21425 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21426 of cycling through windows with next-window.
21427
21428 * terminal.el (te-process-output): Use walk-windows instead of
21429 cycling through windows with next-window.
21430
21431 * server.el (server-switch-buffer): Use some-window instead of
21432 cycling through windows with next-window.
21433
21434 * window.el (some-window): New function.
21435 (walk-windows): Remove reference to walk-windows-start.
21436
21437 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21438
21439 2000-07-03 Richard Stallman <rms@gnu.org>
21440
21441 * window.el (walk-windows): Guarantee termination by keeping a list
21442 of all the windows already handled.
21443
21444 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21445
21446 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21447 window-system.
21448
21449 * man.el (Man-notify-when-ready): Don't use window-system. If
21450 Man-notify-method is newframe, and the display is not
21451 multi-frame, select the frame created for the man page.
21452 (Man-init-defvars): Doc fix.
21453
21454 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21455
21456 * faces.el (region): Change background color for light background.
21457
21458 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21459 attribute from mode-line face of Ediff control frame.
21460
21461 * replace.el (query-replace-map): Bind `e' like `E'.
21462
21463 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21464
21465 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21466 Change name to "Select All".
21467
21468 * dos-fns.el (convert-standard-filename): Fix last change.
21469
21470 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21471
21472 * help.el (describe-variable): Don't insert a second `'s' in front
21473 of the string `value is shown below'. Since the syntax-table is
21474 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21475 an existing `'s', so that this won't be deleted.
21476
21477 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21478 * pcmpl-unix.el: New files.
21479
21480 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21481
21482 * wid-edit.el (widget-member): Use the new plist-member.
21483
21484 2000-06-26 Gerd Moellmann <gerd@gnu.org>
21485
21486 * replace.el (perform-replace): Undo change of 2000-04-04.
21487 Instead, move backward 1 character at the end of the loop when
21488 necessary.
21489
21490 * faces.el (fringe): Change face for different backgrounds.
21491
21492 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21493 patch from John.
21494
21495 * eshell/*.el: Change spelling of the Free Software Foundation.
21496
21497 * eshell/esh-toggle.el: Removed.
21498
21499 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21500
21501 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21502 interactively.
21503
21504 2000-06-26 Alex Schroeder <alex@gnu.org>
21505
21506 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21507 `define-key'; instead of checking `(emacs-version)' check for
21508 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21509 for `;' and `o' which might be electric.
21510
21511 (sql-electric-stuff): New user option.
21512 (sql-magic-go): New function which uses `sql-electric-stuff'.
21513 (sql-magic-semicolon): New function which uses
21514 `sql-electric-stuff'.
21515
21516 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21517 is not fboundp.
21518
21519 (sql-oracle-options): New variable.
21520 (sql-oracle): Use it.
21521
21522 (sql-imenu-generic-expression): Doc change.
21523 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21524 is used.
21525
21526 (sql-informix): Added command line parameter "-" to force
21527 sql-informix-program to use stdout.
21528
21529 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21530
21531 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21532 (cp864-decode-table): Doc fix.
21533 (cp720-decode-table): New variable, supports the Arabic OEM
21534 codepage used by Windows.
21535 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21536
21537 2000-06-23 Dave Love <fx@gnu.org>
21538
21539 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21540 (font-lock-fontify-anchored-keywords): Use
21541 line-beginning-position.
21542 (global-font-lock-mode): Use mapc.
21543
21544 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21545
21546 * eshell/esh-module.el: Require CL when compiling.
21547
21548 2000-06-23 Gerd Moellmann <gerd@gnu.org>
21549
21550 * comint.el (comint-substitute-in-file-name): Call replace-match
21551 with second and third arg t.
21552
21553 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21554 Specify foreground color.
21555
21556 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21557 color.
21558
21559 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21560
21561 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21562 cddr instead of cdddr.
21563
21564 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21565 instead of copy-list.
21566
21567 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21568 of copy-list.
21569
21570 * subdirs.el: Add eshell subdirectory.
21571
21572 * eshell: New subdirectory containing the Eshell package.
21573
21574 * pcomplete.el: New file.
21575
21576 2000-06-23 Paul Eggert <eggert@twinsun.com>
21577
21578 * mail/mailpost.el (post-mail-send-it): Make sure file has
21579 proper permissions from birth.
21580
21581 * files.el (basic-save-buffer-2): When temporarily setting
21582 file modes, set them to current modes plus 0200, not to 0777.
21583
21584 * emerge.el (emerge-make-temp-file): Make sure file has proper
21585 permissions from birth.
21586
21587 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21588
21589 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21590 backup file name through convert-standard-filename.
21591
21592 * dos-fns.el (convert-standard-filename): Convert leading
21593 directories as well. When long file names are supported, convert
21594 characters that are invalid in Windows file names.
21595
21596 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21597
21598 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21599 ps-print crashes. New feature: page selection for printing. Create
21600 raw-text-unix coding system for XEmacs. Doc fix.
21601 (ps-print-version): New version number (5.2.3).
21602 (ps-plot-region): Bug fix.
21603 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21604 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21605 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21606 funs.
21607 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21608 (ps-last-page): New vars.
21609
21610 2000-06-21 Gerd Moellmann <gerd@gnu.org>
21611
21612 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21613 empty option string.
21614
21615 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21616
21617 * man.el (man): Doc fix.
21618
21619 2000-06-21 Kenichi Handa <handa@etl.go.jp>
21620
21621 * international/mule-cmds.el (set-language-info-alist): Docstring
21622 fixed.
21623
21624 2000-06-20 Gerd Moellmann <gerd@gnu.org>
21625
21626 * version.el (emacs-version): Use ISO date format.
21627
21628 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21629 instead of `M-backspace'.
21630
21631 * simple.el (turn-off-auto-fill): New function.
21632
21633 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21634
21635 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21636 Renamed from with-buffer-prepared-for-font-lock and use
21637 inhibit-modification-hooks rather than setting *-change-functions.
21638 Update all functions to use the new name.
21639 (jit-lock-first-unfontify-pos): New semantics (and doc).
21640 (jit-lock-mode): Make non-interactive.
21641 Don't automatically turn on font-lock.
21642 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21643 Always use jit-lock-after-change.
21644 Remove and restore font-lock-after-change-function.
21645 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21646 (jit-lock-after-unfontify-buffer): Remove.
21647 (jit-lock-stealth-fontify):
21648 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21649 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21650
21651 2000-06-20 Sam Steingold <sds@gnu.org>
21652
21653 * emacs-lisp/cl-indent.el (toplevel): Indent
21654 `print-unreadable-object' properly. Untabify.
21655
21656 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21657
21658 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21659 Support for bibentry.
21660 (reftex-compile-variables): Fixed problem with end of section-re.
21661
21662 * texmodes/reftex-dcr.el (reftex-view-crossref,
21663 reftex-view-crossref-from-bibtex):
21664 Deal with changed `reftex-find-citation-regexp-format'.
21665 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21666 Replaced `remprop' with `put'.
21667 (reftex-view-crossref, reftex-view-crossref-when-idle):
21668 Support for bibentry.
21669
21670 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21671 New entry for bibentry package.
21672
21673 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21674 Regexp also matches "\nobibliography".
21675
21676 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21677 Call `reftex-ensure-write-access' before doing anything.
21678 (reftex-ensure-write-access): New function.
21679
21680 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21681
21682 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21683
21684 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21685
21686 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21687
21688 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21689
21690
21691 2000-06-20 Dave Love <fx@gnu.org>
21692
21693 * faces.el (frame-background-mode): Use set-default, not set, in
21694 setter.
21695 (frame-update-faces, frame-update-face-colors): Define with
21696 defalias.
21697
21698 * enriched.el (enriched-decode-foreground)
21699 (enriched-decode-background): Don't use internal-find-face.
21700
21701 * apropos.el: Doc fixes.
21702
21703 * cus-edit.el (customize-changed-options): Check arg.
21704 (customize-version-lessp): Don't require decimal point.
21705
21706 * custom.el (defcustom, defgroup): Doc fix.
21707
21708 * newcomment.el (comment) <defgroup>: Add :version.
21709 (comment-multi-line): Doc fix.
21710
21711 * emulation/mlsupport.el (define-hooked-local-abbrev,
21712 define-hooked-global-abbrev): Fix, using define-abbrev.
21713
21714 2000-06-19 Gerd Moellmann <gerd@gnu.org>
21715
21716 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21717 the whole buffer.
21718
21719 2000-06-19 Dave Love <fx@gnu.org>
21720
21721 * menu-bar.el (menu-bar-options-save): New function.
21722 (menu-bar-options-menu): Use it.
21723 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21724 Simplify.
21725
21726 2000-06-19 Andreas Schwab <schwab@suse.de>
21727
21728 * progmodes/etags.el (tags-query-replace): Put new parameters
21729 START and END at the end, for backward compatibility.
21730
21731 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21732
21733 * international/codepage.el:
21734 (cp-coding-system-for-codepage-1): Delete special codes for
21735 generating xxx-dos coding system because now a CCL based coding
21736 system can handle EOL conversion by default.
21737
21738 * international/mule.el (make-coding-system): Generate subsidiary
21739 coding systems for EOL handling variants even for a CCL based
21740 coding system.
21741
21742 2000-06-19 Kenichi Handa <handa@etl.go.jp>
21743
21744 * international/isearch-x.el (isearch-minibuffer-input-method)
21745 (isearch-minibuffer-input-method-function): These variables
21746 deleted.
21747 (isearch-with-input-method): Don't use the above variables.
21748 (isearch-process-search-multibyte-characters): Likewise. Call
21749 read-string with the arg INHERIT-INPUT-METHOD t.
21750
21751 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21752
21753 * font-lock.el (font-lock-after-fontify-buffer)
21754 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21755
21756 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21757 Use consistent make-local-variable style for font-lock-fontified.
21758 (jit-lock-fontify-buffer):
21759 Don't bother checking for font-lock-mode and jit-lock-mode.
21760
21761 * time.el: Remove trailing ^M that prevent CVS-merging.
21762
21763 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21764
21765 * Makefile.in (distclean): New target.
21766
21767 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21768
21769 * Makefile.in (srcdir): Define for update-subdirs.
21770
21771 2000-06-16 Gerd Moellmann <gerd@gnu.org>
21772
21773 * find-lisp.el: New file.
21774
21775 2000-06-16 Andrew Innes <andrewi@gnu.org>
21776
21777 * time.el (display-time-mail-function): New variable, to allow
21778 external packages to indicate when new mail is available.
21779 (display-time-update): Use it.
21780
21781 2000-06-16 Kenichi Handa <handa@etl.go.jp>
21782
21783 * international/mule.el (mule-version): Change version name to
21784 SAKAKI. AOI has already been used by Meadow.
21785
21786 * international/quail.el (quail-show-guidance-buf): To find the
21787 bottom window (but minibuffer), pay attention to the height of
21788 minibuffer.
21789
21790 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21791
21792 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21793 menu-bar menus. Add help strings. Don't remove the Edit menu
21794 from the menu bar, as the menu bar has enough space now.
21795
21796 * Makefile.in (SHELL): Make sure /bin/sh is used.
21797
21798 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21799 characters, which use series of two ^H characters instead of one.
21800
21801 2000-06-15 Gerd Moellmann <gerd@gnu.org>
21802
21803 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21804 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21805 functions.
21806 (Info-find-node-2): Try a case-sensitive search first, then
21807 do a case-insensitive search.
21808
21809 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21810 tutorials.
21811
21812 * complete.el (PC-env-vars-alist): New variable.
21813 (PC-complete-as-file-name): New function.
21814 (partial-completion-mode): Initialize PC-env-vars-alist from
21815 process-environment.
21816 (PC-do-completion): Handle completion of env vars.
21817
21818 * info.el (Info-set-mode-line): Show file name in mode line,
21819 use `*Info*' instead of `Info:'.
21820
21821 * startup.el (command-line-1): Change copyright messages to year
21822 2000.
21823
21824 2000-06-15 Dave Love <fx@gnu.org>
21825
21826 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21827 not local-map.
21828
21829 2000-06-15 Kenichi Handa <handa@etl.go.jp>
21830
21831 * international/mule.el (set-buffer-file-coding-system): Almost
21832 rewritten to handle `undecided' as no-op.
21833
21834 2000-06-14 Gerd Moellmann <gerd@gnu.org>
21835
21836 * Makefile.in: New file.
21837
21838 * Makefile: Removed.
21839
21840 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21841 (goto-address-highlight-keymap): Bind C-c RET.
21842
21843 2000-06-14 Kenichi Handa <handa@etl.go.jp>
21844
21845 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21846 inherits buffer-file-coding-system of the current buffer.
21847
21848 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21849 0. Give correct argument to set-auto-coding-function.
21850 (tar-expunge): For goto-char, use (point-min), not 0.
21851 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21852 (tar-subfile-save-buffer): Likewize.
21853
21854 * international/mule.el
21855 (after-insert-file-set-buffer-file-coding-system): Call
21856 set-buffer-file-coding-system with the arg FORCE t.
21857
21858 2000-06-13 Gerd Moellmann <gerd@gnu.org>
21859
21860 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21861 nil. Contemporary sendmails issue an X-Authentication-Warning if
21862 the sender is set with `-f'.
21863
21864 2000-06-13 Dave Love <fx@gnu.org>
21865
21866 * help.el (describe-function-1): Kluge around cases of functions
21867 fset to subrs whose doc doesn't match their symbol-name.
21868
21869 * image.el (insert-image): Default STRING to a space.
21870
21871 * info.el Doc fixes.
21872 (Info-build-node-completions): Match Ref tags.
21873
21874 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21875
21876 * frame.el (display-multi-frame-p, display-multi-font-p): New
21877 defaliases for display-graphic-p.
21878
21879 * hl-line.el: Fixed a typo in commentary.
21880
21881 2000-06-13 Kenichi Handa <handa@etl.go.jp>
21882
21883 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21884 fixed.
21885
21886 2000-06-12 Dave Love <fx@gnu.org>
21887
21888 * image.el (insert-image): Save a little consing.
21889
21890 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21891
21892 * language/tibet-util.el: Convert all tibetan-1-column characters
21893 to the corresponding tibetan characters.
21894 (tibetan-add-components): Delete code for the special treatment of
21895 'a chung.
21896
21897 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21898 change.
21899 (tibetan-vowel-transcription-alist): More rules added.
21900 (tibetan-composite-vowel-alist): New variable.
21901 (tibetan-precomposition-rule-alist): More rules added.
21902
21903 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21904
21905 * startup.el (command-line): Only call menu-bar-mode if interactive.
21906
21907 * thingatpt.el (toplevel symbol-properties):
21908 * textmodes/makeinfo.el (makeinfo-compile):
21909 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21910 * progmodes/hideif.el (hif-compress-define-list)
21911 (hide-ifdef-use-define-alist):
21912 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21913 (ange-ftp-vms-add-file-entry):
21914 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21915 * man.el (Man-build-man-command):
21916 * mail/rnewspost.el (news-reply-header-hook):
21917 * info.el (Info-insert-dir):
21918 * emulation/mlconvert.el (backward-word, forward-word, setq):
21919 * emacs-lisp/gulp.el (gulp-send-requests):
21920 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21921 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21922 (byte-optimize-apply, end of file):
21923 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21924 (ad-make-freeze-definition):
21925 * startup.el (command-line, command-line-1): Don't quote lambdas.
21926
21927 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21928 (cvs-cleanup-removed): New function.
21929 (cvs-cleanup-functions): New var.
21930 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21931 some flexibility in specifying additional entries to auto-cleanup.
21932 (cvs-quickdir): New function.
21933 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21934 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21935 (cvs-mode-find-file): Check that we are on a filename or dirname
21936 when invoked through a mouse-click.
21937 (cvs-full-path): Remove.
21938 (cvs-dired-action): Re-introduced.
21939 (cvs-dired-noselect): Use it.
21940 (vc-post-command-functions): use this new hook if available.
21941
21942 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21943 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21944 (cvs-filename-map, cvs-dirname-map): Remove.
21945 (cvs-default-action): Remove.
21946 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21947 if the arg is really a keymap.
21948 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21949 Don't hardcode the mapping from state (aka type) to face, but check
21950 the var cvs-fi-<type>-face instead.
21951 (cvs-fileinfo-from-entries): New function.
21952
21953 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21954 Docstring fix.
21955 (cvs-find-file-and-jump): Change default to be safer.
21956 (cvs-mode-diff-map): Define it as a function as well.
21957 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21958 Bind mouse-2 in this global map rather than with text-properties.
21959
21960 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21961 file to resolve the ambiguity between C(conflict) and C(need-merge).
21962
21963 2000-06-12 Kenichi Handa <handa@etl.go.jp>
21964
21965 * international/mule.el (set-buffer-file-coding-system): If
21966 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21967 unconditionally.
21968
21969 2000-06-12 Dave Love <fx@gnu.org>
21970
21971 * wid-edit.el (widget-specify-button): Really suppress the face if
21972 required.
21973
21974 2000-06-11 Gerd Moellmann <gerd@gnu.org>
21975
21976 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21977
21978 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21979
21980 * imenu.el (imenu-generic-expression): Docstring fix.
21981
21982 * composite.el (composition-function-table): Move the `put'
21983 below the autoload cookie so we can load the file before loaddefs.
21984
21985 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21986
21987 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21988 Handle easy-mmode-define-global-mode.
21989 For complex macros like define-minor-mode that can generate
21990 several autoload entries, try to autoload entries in the
21991 macroexpanded code.
21992
21993 * emacs-lisp/easy-mmode.el (define-minor-mode):
21994 If KEYMAP is a symbol, just use it.
21995 Use byte-compile-current-file and load-file-name to infer the
21996 proper :require to pass to defcustom.
21997 Wrap the hook var into `progn' so as not to autoload it.
21998 Add a :autoload-end cookie.
21999 Be more careful about the evaluation of KEYMAP.
22000 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
22001 (define-derived-mode): Move define-abbrev-table outside of defvar.
22002
22003 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
22004
22005 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
22006 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
22007 (backup-compiled-files): Ignore errors during `tar'.
22008 (bootstrap): Make autoloads before elc files.
22009
22010 2000-06-10 Kenichi Handa <handa@etl.go.jp>
22011
22012 * international/mule.el (set-buffer-file-coding-system): If one of
22013 undecided-XXX is specified, change only EOL conversion.
22014
22015 * international/mule-conf.el (unix): New alias for the coding
22016 system undecided-unix.
22017
22018 2000-06-09 Dave Love <fx@gnu.org>
22019
22020 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
22021
22022 * progmodes/executable.el: Byte compile dynamic.
22023 (executable-insert): Change custom type.
22024 (executable-find): Add autoload cookie.
22025 (executable-make-buffer-file-executable-if-script-p): New
22026 function. After Noah Friedman.
22027
22028 * files.el (after-save-hook): Customize, with
22029 executable-make-buffer-file-executable-if-script-p as an option.
22030
22031 2000-06-09 Kenichi Handa <handa@etl.go.jp>
22032
22033 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
22034 "tib24p-mule.bdf" for Tibetan.
22035
22036 * composite.el (decompose-composite-char): Declare it as obsolete.
22037
22038 * man.el (Man-fontify-manpage): Pay attention to underline and
22039 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
22040
22041 2000-06-08 Gerd Moellmann <gerd@gnu.org>
22042
22043 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
22044 Set maintainer to FSF since author isn't reachable.
22045
22046 2000-06-08 Dave Love <fx@gnu.org>
22047
22048 * international/mule-cmds.el (select-safe-coding-system): If
22049 DEFAULT-CODING-SYSTEM is not specified, also check the most
22050 preferred coding-system if buffer-file-coding-system is
22051 `undecided'. From Handa.
22052
22053 2000-06-08 Kenichi Handa <handa@etl.go.jp>
22054
22055 * international/mule.el
22056 (after-insert-file-set-buffer-file-coding-system): If the buffer
22057 size is greater than INSERTED, judget that we are not visiting.
22058
22059 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
22060
22061 * whitespace.el (defgroup whitespace): Comment out `:version'.
22062 XEmacs 20.4 has problems defining the group with this present.
22063 We'll have this commented out till get resolve the problem.
22064
22065 2000-06-07 John Wiegley <johnw@gnu.org>
22066
22067 * align.el (align-dq-string-modes, align-sq-string-modes)
22068 (align-open-comment-modes): Add pyhton-mode.
22069 (align-rules-list): Use get-text-property instead of
22070 text-properties-at.
22071 (align-rules-list): Add python-assignment.
22072 (align-rules-list): Change perl-comma-delimiter to
22073 basic-comma-delimiter. Use if for Perl modes and python-mode.
22074 (align-rules-list): Add python-chain-logic and
22075 basic-line-continuation.
22076
22077 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
22078
22079 * apropos.el (apropos-mode-hook): New user variable.
22080 (apropos-mode): Run apropos-mode-hook.
22081
22082 2000-06-07 David Ponce <david@dponce.com>
22083
22084 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
22085 commands. Require `wid-edit' at run-time.
22086
22087 2000-06-07 David Ponce <david@dponce.com>
22088
22089 * recentf.el: Added some "Commentary".
22090 (recentf-open-more-files, recentf-edit-list): Minor changes to
22091 move the point at the top of the file list. This behaviour is
22092 consistent with the menu one when the list contains a lot of
22093 files.
22094 (recentf-cleanup): Now displays the number of items removed from
22095 the list.
22096 (recentf-relative-filter) New menu filter to show filenames
22097 relative to `default-directory'.
22098
22099 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22100
22101 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22102 with/without giving an error if PostScript printer doesn't have this
22103 kind of page size. Zebra Stripe continues or restarts on next page.
22104 Manual/automatic paper feeding. Switch or not the header.
22105 (ps-print-version): New version number (5.2.2).
22106 (ps-windows-system): Include emx as a Windows system.
22107 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22108 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22109 (ps-background-text): Code fix.
22110 (ps-error-handler-message, ps-user-defined-prologue)
22111 (ps-print-prologue-header, ps-printer-name)
22112 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22113 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22114 (ps-use-face-background): Customization fix.
22115 (ps-n-up-database): Data fix.
22116 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22117 (ps-switch-header): New vars.
22118 (ps-xemacs-color-name, ps-face-foreground-name)
22119 (ps-face-background-name, ps-boolean-constant): New funs.
22120
22121 2000-06-07 Dave Love <fx@gnu.org>
22122
22123 * allout.el: New version from Manheimer.
22124
22125 2000-06-07 Kenichi Handa <handa@etl.go.jp>
22126
22127 * textmodes/fill.el (fill-find-break-point): Check the validity of
22128 charset.
22129
22130 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22131
22132 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22133 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22134 Call display-color-p and display-mouse-p instead of looking at
22135 window-system.
22136
22137 2000-06-06 Dave Love <fx@gnu.org>
22138
22139 * image.el (find-image): Doc fix. Return nil if image not found.
22140 (put-image, insert-image): Make STRING arg optional.
22141
22142 2000-06-06 Kenichi Handa <handa@etl.go.jp>
22143
22144 * language/vietnamese.el: Remove eval-when-compile.
22145 (viet-viscii-nonascii-translation-table): Define it as a
22146 translation table made from viet-viscii-decode-table.
22147 (viet-viscii-encode-table): Define it as a translation table made
22148 from the reverse map of above.
22149 (viet-vscii-nonascii-translation-table): Define it as a
22150 translation table made from viet-vscii-decode-table.
22151 (viet-vscii-encode-table): Define it as a translation table made
22152 from the reverse map of above.
22153 (ccl-decode-viscii): Use translate-character.
22154 (ccl-encode-viscii, ccl-encode-viscii-font)
22155 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22156 Likewize.
22157
22158 * language/cyrillic.el: Remove eval-when-compile.
22159 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22160 translation table made from cyrillic-koi8-r-decode-table.
22161 (cyrillic-koi8-r-encode-table): Define it as a translation table
22162 made from the reverse map of above.
22163 (ccl-decode-koi8): Use translate-character.
22164 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22165 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22166 a translation table made from cyrillic-alternativnyj-decode-table.
22167 (cyrillic-alternativnyj-encode-table): Define it as a translation
22168 table made from the reverse map of above.
22169 (ccl-decode-alternativnyj): Use translate-character.
22170 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22171 Likewize
22172
22173 * international/mule-diag.el (non-iso-charset-alist): Specify
22174 translation table symbol instead of translation table itself.
22175 (list-block-of-chars): CHARSET may be a translation table symbol.
22176
22177 * international/mule.el (make-coding-system): If CODING-SYSTEM
22178 already exists, override it.
22179
22180 * international/fontset.el: Use family `proportional' for Tibetan
22181 fonts.
22182
22183 * international/ccl.el (ccl-compile-translate-character): Don't
22184 check if Rrr has property translation-table.
22185 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22186
22187 2000-06-05 Gerd Moellmann <gerd@gnu.org>
22188
22189 * info.el: Bind case-fold-search to t when searching in case
22190 a user sets it to nil in a hook.
22191
22192 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22193
22194 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22195 * hl-line.el (hl-line-mode): Use the new :global key argument.
22196
22197 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22198 (tar-clip-time-string): Prepend a space.
22199 (tar-grind-file-mode): Construct a string rather than modifying one.
22200 (tar-header-block-summarize): Fix docstring.
22201 Use `format' rather than an error-prone set of copy-loops.
22202
22203 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22204 (diff-goto-source, diff-unified->context, diff-context->unified)
22205 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22206 understand the format output by the `-p' argument to diff.
22207
22208 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22209 (sh-re-done): Use defconst.
22210 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22211 (sh-help-string-for-variable, sh-guess-basic-offset):
22212 Don't quote lambdas.
22213 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22214 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22215
22216 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22217 (mh-letter-mode): Derive from text-mode.
22218 This implicitly means that it now calls kill-all-local-variables.
22219 Also remove the Emacs-18 compatibility code.
22220
22221 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22222 Make use of symbol-property doc-string-elt.
22223 Use memq rather than a sequence of eq.
22224 (doc-string-elt): Fix the wrong or missing previously unused values.
22225 (autoload-print-form): New function extracted from
22226 generate-file-autoloads to allow recursion when handling progn
22227 so that defvar's and defun's docstrings are properly printed.
22228 (generate-file-autoloads): Use it.
22229
22230 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22231 Use find-file-hooks in the minor-mode function.
22232 Be careful not to loop indefinitely in the post-command-hook function.
22233
22234 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22235
22236 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22237 tty's.
22238 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22239 differences whenever appropriate.
22240 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22241 * viper.el (find-file, find-file-other-window): Get viper to do
22242 wildcards.
22243
22244 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22245
22246 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22247 (jit-lock-fontify-buffer): New function for JIT refontification.
22248 (jit-lock-mode): Fix docstring.
22249 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22250 Remove jit-lock-after-change from the _local_ hook.
22251 (jit-lock-function-1): Fix docstring.
22252
22253 * info.el (Info-on-current-buffer): Initialize info.
22254
22255 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22256
22257 * progmodes/tcl.el (tcl-indent-for-comment):
22258 Ignore comment-indent-hook.
22259
22260 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22261 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22262 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22263 and improve to use the lighter to guess the capitalization.
22264 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22265 Add keyword arguments to specify global-ness or the custom group.
22266 Add local-map and help-echo properties to the lighter.
22267 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22268 (easy-mmode-define-global-mode): New macro.
22269
22270 2000-06-02 Dave Love <fx@gnu.org>
22271
22272 * wid-edit.el: byte-compile-dynamic since we typically don't use
22273 all the widgets. Don't require cl or widget. Remove
22274 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22275 (widget-read-event): Removed. Callers changed to use read-event.
22276 (widget-button-release-event-p): Renamed from
22277 button-release-event-p.
22278 (widget-field-add-space, widget-field-use-before-change):
22279 Uncustomize.
22280 (widget-specify-field): Use keymap property, not local-map.
22281 (widget-specify-button): Obey :suppress-face.
22282 (widget-specify-insert): Use modern backquote syntax.
22283 (widget-image-directory): Renamed from widget-glyph-directory.
22284 (widget-image-enable): Renamed from widget-glyph-enable.
22285 (widget-image-find): Replaces widget-glyph-find.
22286 (widget-button-pressed-face): Move defvar.
22287 (widget-image-insert): Replaces widget-glyph-insert.
22288 (widget-convert): Use keywordp.
22289 (widget-leave-text, widget-children-value-delete): Use mapc.
22290 (widget-keymap): Remove XEmacs stuff.
22291 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22292 (widget-button-click): Don't set point at the click, but re-centre
22293 if we scroll out of window. Rewritten for images v. glyphs &c.
22294 (widget-tabable-at): Use POS arg, not point.
22295 (widget-beginning-of-line, widget-end-of-line)
22296 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22297 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22298 (widget-default-create): Use widget-image-insert; some rewriting.
22299 (widget-visibility-value-create)
22300 (widget-push-button-value-create, widget-toggle-value-create): Use
22301 widget-image-insert.
22302 (checkbox): Create on and off images dynamically.
22303 (documentation-link): Change :help-echo.
22304 (widget-documentation-link-echo-help): Remove.
22305
22306 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22307
22308 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22309
22310 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22311 (easy-mmode-define-toggle, define-minor-mode): Use it.
22312 (easy-mmode-define-keymap): Docstring fix.
22313 (define-derived-mode): Default PARENT to fundamental-mode.
22314 Add the derived-mode-parent symbol-property.
22315 (easy-mmode-derived-mode-p): New function.
22316
22317 2000-06-02 Dave Love <fx@gnu.org>
22318
22319 * files.el (convert-standard-filename): Doc fix.
22320 (normal-backup-enable-predicate): New function.
22321 (backup-enable-predicate): Use it to replace the lambda form.
22322
22323 * calendar/todo-mode.el: [This needs more work on the outline
22324 stuff.] Doc fixes.
22325 (todo) <defgroup>: Add :version.
22326 (todo-add-category): Don't use pushnew.
22327 (todo-cmd-raise): Fix typo.
22328 (todo-top-priorities): Change temp buffer name.
22329 (todo-category-alist): Avoid redundant lambda.
22330 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22331 Use outline-next-heading.
22332
22333 * autoarg.el: Rewritten to use define-minor-mode.
22334 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22335 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22336
22337 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22338
22339 * isearch.el (isearch-other-meta-char): Fix previous change.
22340
22341 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22342
22343 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22344 (log-edit-done): Only add the comment to the ring if it's different
22345 from the last comment entered.
22346
22347 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22348
22349 2000-06-01 Dave Love <fx@gnu.org>
22350
22351 * hl-line.el: Rewritten using define-minor-mode.
22352
22353 * help.el (describe-function-1): Distinguish special form from
22354 builtin function. Sanity-check presence of arglist for builtins.
22355
22356 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22357
22358 * international/characters.el: Fix syntax/category setting of
22359 Tibetan characters.
22360
22361 * language/tibet-util.el (tibetan-add-components): Fixes for new
22362 encoding of Tibetan characters.
22363 (tibetan-decompose-precomposition-alist): New variable.
22364 (tibetan-decompose-region): Convert precomposed characters to
22365 non-precomposed characters.
22366 (tibetan-decompose-string): Likewise.
22367 (tibetan-composition-function): Fix args to
22368 thibetan-compose-string.
22369
22370 * language/tibetan.el (tibetan-composable-pattern): More
22371 characters included.
22372 (tibetan-consonant-transcription-alist): Rule for "R" added.
22373 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22374 "+R" added.
22375 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22376
22377 * language/lao-util.el (lao-composition-function): Fix args to
22378 compose-string.
22379
22380 * language/thai-util.el (thai-composition-function): Fix args to
22381 compose-string.
22382
22383 * isearch.el (isearch-update): Set disable-point-adjustment to t
22384 to prevent the point moving to the end of a composition when a
22385 part of a composition is searched.
22386 (isearch-other-meta-char): If the key invoking this command can be
22387 mapped by function-key-map to a printing char, call
22388 isearch-process-search-char directly.
22389
22390 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22391
22392 * emacs-lisp/bytecomp.el:
22393 * frame.el:
22394 * international/mule-cmds.el:
22395 * international/mule-util.el:
22396 * international/mule.el:
22397 * mouse.el:
22398 * subr.el:
22399 * faces.el: Update calls to make-obsolete with a WHEN argument.
22400
22401 * byte-run.el (make-obsolete, make-obsolete-variable):
22402 Add an optional WHEN argument and change the format of the
22403 symbol-property information.
22404 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22405 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22406 new obsolete-symbol-property format and print WHEN if it is provided.
22407
22408 2000-05-31 Dave Love <fx@gnu.org>
22409
22410 * loadhist.el (loadhist-hook-functions): Remove
22411 before-change-function, after-change-function.
22412 (unload-feature): Deal with symbols which are both bound and
22413 fbound.
22414
22415 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22416 before-change-function, after-change-function.
22417
22418 * simple.el (newline): Don't bind before-change-function,
22419 after-change-function.
22420
22421 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22422
22423 * whitespace.el (whitespace-rescan-timer-time): Update interval
22424 set to 600 seconds (10 minutes) instead of 60 seconds since
22425 a large number of whitespace buffers causes emacs to `freeze'
22426 for a considerable amount of time.
22427
22428 * whitespace.el: Updated email address
22429
22430 2000-05-31 Dave Love <fx@gnu.org>
22431
22432 * add-log.el (change-log-font-lock-keywords) <function>: Add
22433 pattern for function of change.
22434 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22435 acknowledgements patterns.
22436
22437 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22438
22439 * isearch.el (isearch-printing-char): If keyboard coding system is
22440 being used, call isearch-process-search-multibyte-characters.
22441
22442 * international/isearch-x.el: Mostly rewritten.
22443
22444 * international/quail.el (quail-start-conversion): Don't include
22445 unhandled events in the returned events, but set them in
22446 unread-command-events. Exit if all inputs are deleted.
22447
22448 2000-05-30 Jason Rumney <jasonr@gnu.org>
22449
22450 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22451
22452 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22453 Reenable code to create initial fontsets.
22454 Use set-fontset-font in place of put-charset-property.
22455
22456 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22457
22458 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22459 label, ensure that the first colon isn't followed by another.
22460
22461 * paths.el (Info-default-directory-list): Doc fix.
22462
22463 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22464 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22465 send a query containing USER only, not USER@HOST.
22466
22467 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22468 and rmail-msgend to compute the restriction at the end, instead of
22469 computing it.
22470
22471 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22472
22473 * dabbrev.el (dabbrev-expand): Don't display messages in the
22474 echo area if the minibuffer window is active.
22475
22476 * jit-lock.el (jit-lock-mode): Add after change function to
22477 local hook.
22478
22479 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22480
22481 * antlr-mode.el: New commands: hide/unhide actions,
22482 upcase/downcase literals.
22483 (antlr-tiny-action-length): New user option.
22484 (antlr-hide-actions): New command. Suggested by
22485 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22486 (antlr-mode-map): New binding [C-c C-v].
22487 (antlr-mode-menu): New entries.
22488 (antlr-downcase-literals): New command.
22489 (antlr-upcase-literals): Ditto.
22490
22491 * antlr-mode.el: Minor changes: indendation, mode-name.
22492 (antlr-indent-line): Indent cpp directive at column 0.
22493 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22494
22495 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22496 (antlr-font-lock-additional-keywords): Workaround for intentional
22497 bug in XEmacs version of font-lock.
22498 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22499 be used by a smarter version of `buffers-menu-grouping-function'.
22500
22501 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22502
22503 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22504 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22505
22506 2000-05-29 Kenichi Handa <handa@etl.go.jp>
22507
22508 * international/encoded-kb.el
22509 (encoded-kbd-iso2022-designation-map): Pay attention to that
22510 charset-iso-final-char return -1 for eight-bit-control and
22511 eight-bit-graphic.
22512
22513 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22514
22515 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22516 (speedbar-easymenu-definition-base): Use display-graphic-p where
22517 available, instead of window-system.
22518
22519 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22520
22521 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22522 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22523 coding systems.
22524
22525 2000-05-26 Dave Love <fx@gnu.org>
22526
22527 * disp-table.el (standard-display-underline): Don't use
22528 internal-find-face.
22529
22530 * mail/reporter.el: Maintainer change. Doc fixes.
22531 (reporter-version): Deleted.
22532
22533 * emacs-lisp/elp.el: Maintainer change.
22534 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22535
22536 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22537
22538 * add-log.el (add-change-log-entry): Merge the current entry with the
22539 previous one if the previous one is empty.
22540
22541 2000-05-26 Dave Love <fx@gnu.org>
22542
22543 * loadhist.el (unload-feature): Fix interactive spec [from
22544 lijnzaad@ebi.ac.uk].
22545
22546 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22547 subr-arity to check primitives.
22548 (byte-compile-flush-pending, byte-compile-file-form-progn)
22549 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22550 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22551 mapcar.
22552
22553 2000-05-26 Kenichi Handa <handa@etl.go.jp>
22554
22555 * international/fontset.el: Set family names of non-latin charsets
22556 in default fontset to "*".
22557
22558 * international/mule-diag.el (print-fontset): Combine family part
22559 and registry part of the fontname by "-*-" instead of "-".
22560
22561 * international/mule-cmds.el (encode-coding-char): Make strings
22562 multibyte before calling encode-coding-string.
22563
22564 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22565
22566 * derived.el: Fix keywords.
22567 (define-derived-mode): Only define if needed.
22568
22569 * simple.el (fill-comment, comment-column, comment-start)
22570 (comment-start-skip, comment-end, comment-indent-function)
22571 (block-comment-start, block-comment-end, indent-for-comment)
22572 (set-comment-column, kill-comment, comment-padding, comment-region)
22573 (comment-multi-line, indent-new-comment-line): Remove.
22574
22575 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22576 function names for comment operations.
22577
22578 * newcomment.el: Add abundant autoload cookies.
22579 (comment-style): Don't depend on runtime data at compile-time.
22580 (comment-indent-hook): Remove.
22581 (comment-indent): Check if comment-indent-hook is bound.
22582 (comment-region): Docstring fix.
22583
22584 2000-05-25 Dave Love <fx@gnu.org>
22585
22586 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22587 byte-code-function-p.
22588
22589 * mail/rmailsum.el: Add provide.
22590
22591 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22592
22593 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22594 defcustom.
22595
22596 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22597
22598 * ediff-diff.el (ediff-exec-process): delete --binary option from
22599 non-buffer ediff jobs.
22600
22601 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22602
22603 * hilit-chg.el (highlight-changes-mode): Ask about color or
22604 grayscale support, not about window-system.
22605
22606 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22607 window-system.
22608 (ffap-highlight): Always default to t.
22609
22610 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22611 display-popup-menus-p instead of looking at window-system.
22612
22613 * disp-table.el (standard-display-g1, standard-display-graphic):
22614 Only refuse to use string glyphs on X and MS-Windows.
22615
22616 * avoid.el: Remove window-system from commentary, suggest to use
22617 display-*-p instead.
22618
22619 * apropos.el (apropos-print): Use display-mouse-p instead of
22620 window-system.
22621
22622 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22623
22624 * international/codepage.el (cp-decoding-vector-for-codepage):
22625 Fill up unsupported characters with their own codes. From Kenichi
22626 Handa.
22627
22628 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22629
22630 * international/mule-diag.el (describe-char-after): Use
22631 display-graphic-p instead of window-system, so that this function
22632 works on MS-DOS.
22633
22634 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22635
22636 * international/codepage.el (cp-make-coding-systems-for-codepage):
22637 Remove the eight-bit-graphic and eight-bit-control charsets from
22638 the list of charsets which we convert into `?'.
22639
22640 2000-05-25 Kenichi Handa <handa@etl.go.jp>
22641
22642 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22643 private charsets.
22644 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22645 japanese-jisx0213-2): New charsets.
22646
22647 * international/fontset.el: Setup default fontset for new charsets.
22648
22649 2000-05-24 Dave Love <fx@gnu.org>
22650
22651 * info.el (Info-find-node-2): Restructure [following "Vadim
22652 S. Solomin" <sovs@uic.nnov.ru>].
22653
22654 * icomplete.el: Fix header for Finder.
22655
22656 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22657
22658 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22659 STAY.
22660
22661 * rmail.el (rmail-automatic-folder-directives): New user variable.
22662 (rmail-show-message): Add call to `rmail-auto-file' during
22663 display.
22664 (rmail-auto-file): New function.
22665
22666 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22667
22668 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22669 account.
22670 (ediff-test-utility,ediff-diff-mandatory-option)
22671 (ediff-reset-diff-options): Utilities for proper initialization of
22672 ediff-diff-options and ediff-diff3-options on Windows.
22673
22674 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22675 variable.
22676
22677 * ediff-mult.el (ediff-filegroup-action): Use
22678 ediff-merge-filename-prefix.
22679
22680 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22681
22682 * viper-ex.el (ex-write): Set selective display to nil.
22683
22684 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22685
22686 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22687 aliases for hebrew-iso-8bit.
22688
22689 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22690
22691 * woman.el: New version from Francis J. Wright
22692 <F.J.Wright@Maths.QMW.ac.uk>.
22693 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22694 names in environment variables regardless of the path separator.
22695 (woman-topic-all-completions-1): Don't call file-name-directory-p
22696 on all files, since woman-file-regexp already filters out any
22697 directories.
22698
22699 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22700
22701 * international/quail.el (quail-start-translation): Don't change
22702 modified-p of the current buffer.
22703 (quail-start-conversion): Likewise.
22704
22705 * international/kkc.el (kkc-region): Don't change modified-p of
22706 the current buffer.
22707
22708 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22709 conform to RFC1468.
22710 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22711
22712 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22713
22714 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22715 (speedbar-insert-button): Invisible text property fix.
22716 (speedbar-directory-plus): Renamed from speedbar-directory-+
22717 (speedbar-directory-minus): Renamed from speedbar-directory--
22718 (speedbar-page-plus): Renamed from speedbar-file-+
22719 (speedbar-page-minus): Renamed from speedbar-file--
22720 (speedbar-page): Renamed from speedbar-file-
22721 (speedbar-tag): Renamed from speedbar-tag-
22722 (speedbar-tag-plus): Renamed from speedbar-tag-+
22723 (speedbar-tag-minus): Renamed from speedbar-tag--
22724 (speedbar-expand-image-button-alist): Use above renames.
22725
22726 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22727 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22728 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22729 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22730 * sb-pg.xpm: Renamed from sb-file.xpm
22731 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22732 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22733
22734 2000-05-24 Kenichi Handa <handa@etl.go.jp>
22735
22736 * international/quail.el (quail-show-guidance-buf): Set
22737 current-input-method of the guidance buffer to the name of the
22738 curren input method.
22739
22740 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22741
22742 * progmodes/compile.el (compile-internal): Style typo.
22743
22744 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22745 quote vars and functions in the docstring.
22746
22747 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22748
22749 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22750 Don't quote lambdas.
22751
22752 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22753
22754 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22755
22756 * startup.el (command-line): Determine source file of compiled
22757 user init file differently. Warn if compiled user init file
22758 is older than its source file.
22759
22760 * ffap.el (ffap-url-regexp): Add `https'.
22761
22762 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22763
22764 * files.el (make-backup-file-name-1): Replace slashes with `!'
22765 rather than `|' (which is not allowed on Windows). Replace the
22766 drive letters with a string "drive_X".
22767
22768 2000-05-23 Gerd Moellmann <gerd@gnu.org>
22769
22770 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22771
22772 * files.el (interpreter-mode-alist): Add `bash2'.
22773
22774 2000-05-22 Dave Love <fx@gnu.org>
22775
22776 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22777 mapc.
22778 (feature-file): Avoid calling symbol-name. Doc fix.
22779 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22780 (loadhist-hook-functions): Add mouse-position-function.
22781 (unload-feature): Change uses of mapcar.
22782
22783 * files.el (parse-colon-path): Doc fix.
22784 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22785 (set-auto-mode): Use mapc.
22786
22787 * complete.el (PC-look-for-include-file): Use :alnum: character
22788 class.
22789 (partial-completion-mode): Add autoload cookie.
22790
22791 2000-05-22 Sam Steingold <sds@gnu.org>
22792
22793 * info.el (Info-fontify-node): Fixed the call to
22794 `add-text-properties' (bug introduced on 2000-05-18).
22795
22796 2000-05-22 Dave Love <fx@gnu.org>
22797
22798 * bindings.el: Remove debug-ignored-errors set in other files.
22799
22800 * progmodes/etags.el: Add to debug-ignored-errors.
22801 (visit-tags-table-buffer): Clear out buffers holding old tables
22802 when making a new list.
22803 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22804 mapc.
22805
22806 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22807 quote keywords.
22808 (cmpl-string-case-type): Use character classes.
22809
22810 * comint.el:
22811 * textmodes/ispell.el:
22812 * imenu.el:
22813 * mail/mh-e.el:
22814 * progmodes/compile.el: Add to debug-ignored-errors.
22815
22816 * dabbrev.el: Add to debug-ignored-errors.
22817 (dabbrev-completion): Use mapc.
22818
22819 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22820
22821 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22822 (woman-mapcan, woman-parse-man.conf)
22823 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22824 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22825 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22826 path syntax better.
22827 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22828 (woman-manpath): Call woman-parse-man.conf.
22829 (woman-emulation): New defcustom, defaults to nroff.
22830 (woman-font-support): New defconst.
22831 (woman-use-symbol-font): New defcustom.
22832 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22833 "Emulation".
22834 Many functions: Doc fix.
22835
22836 2000-05-22 Kenichi Handa <handa@etl.go.jp>
22837
22838 * international/quail.el (quail-simple-translation-keymap): Map
22839 128..255 to quail-self-insert-command.
22840 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22841
22842 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22843
22844 * help.el (help-manyarg-func-alist): Typo.
22845
22846 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22847 intervals which makes it heaps simpler.
22848
22849 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22850 the nested comment markers.
22851
22852 * subr.el (remove-hook): Don't turn the hook's value into a list.
22853
22854 2000-05-21 Dave Love <fx@gnu.org>
22855
22856 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22857 are invalid characters.
22858
22859 * international/mule-util.el (detect-coding-with-priority): Use
22860 mapc. Remove redundant lambda.
22861
22862 * international/mule-diag.el (list-non-iso-charset-chars)
22863 (describe-fontset): Remove redundant lambda.
22864
22865 * emulation/crisp.el (brief-mode): New alias.
22866
22867 * emacs-lisp/ring.el (ring-elements): New function.
22868
22869 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22870 (easy-menu-do-add-item): Use keywordp.
22871
22872 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22873
22874 * replace.el: Doc and error message fixes.
22875 (replace-highlight): Use facep, not internal-find-face.
22876
22877 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22878
22879 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22880
22881 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22882 (log-edit-insert-changelog): Drop `:' as well.
22883
22884 * log-view.el: Fix file description.
22885 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22886 available.
22887 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22888 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22889
22890 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22891 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22892 Print a status message if the toggle is called interactively.
22893 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22894 for global minor modes and use `defcustom' for them.
22895 Use add-minor-mode.
22896 (easy-mmode-define-derived-mode): Remove.
22897 (define-derived-mode): Fancier default docstring.
22898 (easy-mmode-define-navigation): Signal an error rather than (ding).
22899
22900 * newcomment.el (comment-styles): New `box-multi'.
22901 (comment-normalize-vars): Better default for comment-continue to
22902 avoid whitespace-only continuations.
22903 (comment-search-forward): Always move even in the no-syntax case.
22904 (comment-padright): Only obey N if it's only obeyed for padleft.
22905 (comment-make-extra-lines): Better handling of empty continuations.
22906 Use `=' for the filler if comment-start has only one character.
22907 (uncomment-region): Try handling the special `=' filler.
22908 (comment-region): Allow LINES even if MULTI is nil.
22909 (comment-box): Choose box style based on comment-style.
22910
22911 2000-05-20 Kenichi Handa <handa@etl.go.jp>
22912
22913 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22914 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22915
22916 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
22917
22918 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22919 and insert, not subst-char-in-region.
22920
22921 * international/mule-diag.el (list-character-sets-1): Handle
22922 charsets eight-bit-control and eight-bit-graphic.
22923 (list-iso-charset-chars): Likewise.
22924 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22925 charactes as is. Use indent-to to align characters.
22926
22927 * international/mule-cmds.el (find-multibyte-characters): Never
22928 exclude charsets eight-bit-control and eight-bit-graphic.
22929
22930 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22931
22932 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22933 Don't quote lambdas.
22934
22935 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22936
22937 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22938
22939 * gud.el (gud-jdb-directories): Doc fix.
22940
22941 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22942
22943 * newcomment.el: New file.
22944
22945 2000-05-19 Gerd Moellmann <gerd@gnu.org>
22946
22947 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22948
22949 2000-05-18 Andreas Schwab <schwab@suse.de>
22950
22951 * dired.el (dired-between-files): Also skip lines beginning with
22952 `used'.
22953
22954 2000-05-18 Gerd Moellmann <gerd@gnu.org>
22955
22956 * msb.el (msb-menu-cond): Add choice `user'.
22957
22958 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22959
22960 * ps-print.el: Compatibility, customization and doc fix.
22961 (ps-printer-name-option): Replace defconst by defvar.
22962 (ps-postscript-code-directory): XEmacs compatibility.
22963 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22964 fix.
22965 (ps-user-defined-prologue, ps-print-prologue-header)
22966 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22967 compatibility and code fix.
22968 (ps-print-background-image, ps-print-background-text):
22969 Customization fix.
22970 (ps-line-number-start, ps-n-up-on): New vars.
22971
22972 2000-05-18 Espen Skoglund <esk@ira.uka.de>
22973
22974 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22975 the indent-comment function to just return the appropriate indent.
22976
22977 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22978
22979 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22980 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22981 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22982
22983 2000-05-18 Dave Love <fx@gnu.org>
22984
22985 * info.el (Info-fontify-node): Add intangible property as well as
22986 invisible.
22987
22988 * calendar/appt.el (appt-make-list): Match all lines of entry.
22989 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22990
22991 2000-05-18 Kenichi Handa <handa@etl.go.jp>
22992
22993 * international/mule-diag.el (describe-char-after): Call
22994 internal-char-font, not char-font. If internal-char-font returns
22995 nil, display "-- none --".
22996
22997 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22998
22999 * image.el (image-type-available-p): Don't reference image-types
23000 if it isn't bound.
23001
23002 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
23003
23004 * autoarg.el (autoarg-mode): Typo in the :set argument.
23005
23006 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23007
23008 * startup.el (command-line-1): Don't signal an error if the
23009 directory for auto-save-list files does not yet exist.
23010
23011 2000-05-17 Kenichi Handa <handa@etl.go.jp>
23012
23013 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
23014
23015 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
23016
23017 * subr.el (remove-hook): `setq' hook-value, not `set'.
23018
23019 2000-05-16 Sam Steingold <sds@gnu.org>
23020
23021 * info.el (debug-ignored-errors): More errors to ignore.
23022
23023 2000-05-16 Dave Love <fx@gnu.org>
23024
23025 * cus-edit.el: Don't require cl or easymenu.
23026 (custom-variable-prompt): Test standard-value property, not
23027 user-variable-p.
23028
23029 2000-05-16 Sam Steingold <sds@gnu.org>
23030
23031 * subr.el (add-hook): `setq' hook-value, not `set'.
23032
23033 2000-05-16 Gerd Moellmann <gerd@gnu.org>
23034
23035 * startup.el (command-line-1): Mention the FAQ in the startup
23036 message.
23037
23038 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
23039
23040 * progmodes/compile.el (compilation-parse-errors): Collect
23041 `nomessage' regexps last.
23042
23043 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
23044
23045 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
23046 to the function name.
23047
23048 2000-05-15 Dave Love <fx@gnu.org>
23049
23050 * speedbar.el (speedbar-recenter): Typo.
23051 (speedbar-expand-line): Make arg optional.
23052 (speedbar-mode): Avoid a compiler warning.
23053
23054 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23055
23056 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
23057 user-specified option string is empty.
23058
23059 * mouse.el (mouse-yank-at-click): Doc fix.
23060
23061 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
23062
23063 * term/internal.el (IT-character-translations): More updates of
23064 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
23065 documents.
23066
23067 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23068
23069 * env.el (getenv): New function, interactively callable.
23070 (setenv, getenv): Remove autoload cookies.
23071
23072 * loadup.el: Load `env'.
23073
23074 * progmodes/f90.el: Change author's mail address.
23075
23076 2000-05-14 Dave Love <fx@gnu.org>
23077
23078 * mail/rmail.el (rmail-show-message-hook): Customize and offer
23079 goto-addr as an option.
23080
23081 * help.el (help-xref-stack): Doc fix.
23082 (help-xref-following): New variable.
23083 (help-make-xrefs): Use it.
23084 (help-xref-go-back): Use position information from stack element.
23085 (help-follow): Make position in stack element a pair. Use
23086 help-xref-following.
23087
23088 * autoarg.el: New file.
23089
23090 * faces.el: Declare more functions obsolete.
23091
23092 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
23093 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
23094 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
23095 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
23096 Remove all the setup-...-environment functions.
23097
23098 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23099
23100 * speedbar.el: Updated the commentary section. xemacs20p now uses
23101 >= when detecting. Require `defimage' safely.
23102 (speedbar-easymenu-definition-base): Add toggle for images.
23103 (speedbar-easymenu-definition-special): Add flush cache & expand.
23104 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23105 (speedbar-reconfigure-keymaps-hook): New variable.
23106 (speedbar-frame-parameters): Updated documentation.
23107 (speedbar-use-imenu-flag): Updated custom tag
23108 (speedbar-dynamic-tags-function-list): New variable.
23109 (speedbar-tag-hierarchy-method): Updated doc & custom.
23110 (speedbar-indentation-width, speedbar-indentation-width) New
23111 variables.
23112 (speedbar-hide-button-brackets-flag): Customizable.
23113 (speedbar-vc-indicator): Doc update.
23114 (speedbar-ignored-path-expressions): Updated default value.
23115 (speedbar-supported-extension-expressions): Updated default value.
23116 (speedbar-syntax-table): Remove {} paren status.
23117 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23118 as "+". Added overlay aliases.
23119 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23120 `force-mode-line-update'.
23121 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23122 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23123 `mouse-set-point'
23124 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23125 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23126 of arbitrary text, and new helper functions.
23127 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23128 filename finder.
23129 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23130 (speedbar-directory-buttons): Update path search/expansion.
23131 (speedbar-make-tag-line): Pay attention to
23132 `speedbar-indentation-width'. Use more care w/ invisible
23133 properties.
23134 (speedbar-change-expand-button-char): Call
23135 `speedbar-insert-image-button-maybe'.
23136 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23137 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23138 (speedbar-trim-words-tag-hierarchy)
23139 (speedbar-simple-group-tag-hierarchy): New functions
23140 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23141 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23142 functions.
23143 (speedbar-mouse-set-point): New function
23144 (speedbar-power-click): Updated documentation.
23145 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23146 of tag prefix text.
23147 (speedbar-expand-line, speedbar-contract-line): Make more robust
23148 to strange text.
23149 (speedbar-expand-line): Takes universal argument to flush the
23150 cache.
23151 (speedbar-flush-expand-line): New function.
23152 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23153 Use new generator insertion method.
23154 (speedbar-fetch-dynamic-tags): New function.
23155 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23156 `speedbar-fetch-dynamic-imenu'.
23157 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23158 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23159 "Revert Buffer" menu items.
23160 (speedbar-buffer-buttons-engine): Be smarter when creating a
23161 filename tag (for expansion purposes.).
23162 (speedbar-highlight-one-tag-line,
23163 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23164 (speedbar-recenter): New functions.
23165 (defimage-speedbar): Image loading abstraction.
23166 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23167 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23168 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23169 (speedbar-tag-type, speedbar-tag-mail): New images.
23170 (speedbar-expand-image-button-alist): New variable.
23171 (speedbar-insert-image-button-maybe): Insert an image over some
23172 buttons.
23173
23174 2000-05-13 Kenichi Handa <handa@etl.go.jp>
23175
23176 * international/mule-cmds.el (encode-coding-char): An ASCII
23177 character is always encodable.
23178
23179 * international/mule-conf.el: Add more information in descriptions
23180 of character sets.
23181
23182 * international/mule-diag.el (describe-char-after): New function.
23183 (describe-font-internal): Adjusted for the change of font-info.
23184 (describe-font): Likewise.
23185 (print-fontset): Rewritten for the new fontset implementation.
23186 (describe-fontset): Include fontset alias names in completion.
23187 (list-fontsets): Adjusted for the change of print-fontset.
23188
23189 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23190 describe-char-after instead of displaying the detail in the echo
23191 area.
23192 (syntax-code-table): Format changed.
23193 (string-to-syntax): Adjusted for the above change.
23194
23195 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23196
23197 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23198
23199 2000-05-12 Dave Love <fx@gnu.org>
23200
23201 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23202 dependence. Use line-{beginning,end}-position, not
23203 point-at{b,e}ol. Some doc fixes.
23204 (todo-position): New function. Fix callers of position to use it.
23205 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23206
23207 2000-05-12 Gerd Moellmann <gerd@gnu.org>
23208
23209 * time.el (display-time-mail-icon): Use `:ascent center'.
23210
23211 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23212 handling FTP security extensions.
23213
23214 2000-05-11 Dave Love <fx@gnu.org>
23215
23216 * calendar/todo-mode.el: New file.
23217
23218 2000-05-11 Gerd Moellmann <gerd@gnu.org>
23219
23220 * comint.el (comint-read-input-ring): Move reference to
23221 comint-input-ring-size outside of the save-excursion. It was
23222 causing the default value to be the only one ever seen.
23223
23224 * font-lock.el: Update copyright. Remove Simon Marshall's email
23225 address on request from him.
23226
23227 * subr.el (substitute-key-definition): Add comment describing
23228 the meaning of PREFIX.
23229
23230 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23231
23232 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23233
23234 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23235 (add-minor-mode): Don't make the variable buffer-local and add a
23236 reference to define-minor-mode in the docstring.
23237
23238 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23239 HEADER/FOOTER and fix bug with trailing empty directory.
23240 (cvs-append-to-ignore): Use vc-editable-p if available.
23241 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23242 (vc-do-command): Tweak advice to handle the new VC.
23243
23244 * log-view.el (log-view-goto-rev): New function for the new VC.
23245 (log-view-minor-wrap): Use mark-active.
23246
23247 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23248 (log-edit-changelog-full-paragraphs): New var.
23249 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23250 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23251 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23252 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23253 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23254 Replace the `cvs' prefix with `log-edit'.
23255
23256 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23257
23258 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23259 (diff-font-lock-defaults): Explicitly turn off multiline.
23260 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23261 (diff-ediff-patch): Fix call to ediff-patch-file.
23262 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23263 Handle comments.
23264
23265 * frame.el (automatic-hscrolling): Typo.
23266
23267 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23268
23269 2000-05-09 Sam Steingold <sds@goems.com>
23270
23271 * apropos.el (apropos-print): use `describe-face' instead of
23272 `customize-face-other-window'.
23273
23274 2000-05-09 Dave Love <fx@gnu.org>
23275
23276 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23277
23278 * help.el (describe-variable): Have customize button pop the
23279 help-xref stack when invoked.
23280 (help-xref-symbol-regexp): Add `face'.
23281 (help-make-xrefs): Check for quoted face names and adapt regexp
23282 submatch numbers to cope.
23283 (help-xref-interned): Maybe insert face doc too. Separate
23284 sections with a line of hyphens.
23285
23286 * faces.el: Some doc fixes. Declare some functions obsolete.
23287 (describe-face): Add customize button. Return the help
23288 text. Fix prompt.
23289
23290 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23291
23292 * term/internal.el (IT-character-translations): Fix last change.
23293
23294 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23295
23296 * woman.el: New file
23297 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23298
23299 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23300
23301 * term/internal.el (IT-character-translations): Update ASCII
23302 simulations for greek-iso8859-7, add latin-iso8859-14 and
23303 latin-iso8859-15.
23304
23305 * international/mule-cmds.el (set-language-info-alist): Call
23306 define-prefix-command with 3 arguments, to make the map suitable
23307 for a menu.
23308
23309 2000-05-07 Dave Love <fx@gnu.org>
23310
23311 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
23312
23313 2000-05-05 Dave Love <fx@gnu.org>
23314
23315 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23316 list in doc string. Don't quote keyword symbols.
23317 * emacs-lisp/cl.el: Likewise
23318 * emacs-lisp/cl-seq.el: Likewise
23319
23320 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23321
23322 * abbrev.el (abbrev-mode): Make ARG optional.
23323
23324 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23325
23326 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23327
23328 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23329
23330 * subr.el (substitute-key-definition): Clarify documentation.
23331
23332 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23333
23334 * glasses.el (glasses-convert-to-unreadable): Use
23335 `glasses-separator' instead of the hard-wired "_".
23336 (glasses-mode): Call `glasses-make-unreadable' only in a single
23337 place.
23338
23339 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23340
23341 * term/internal.el (cjk-codepages-alist): Add associations for
23342 Chinese and Korean codepages. Remove FIXME comment.
23343
23344 2000-05-03 Dave Love <fx@gnu.org>
23345
23346 * time.el (display-time-mail-face, display-time-use-mail-icon):
23347 New option.
23348 (display-time-mail-icon): New variable.
23349 (display-time-string-forms): Use the above. Fix the local-map.
23350
23351 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23352
23353 * replace.el (query-replace-map): Add binding for `E'.
23354 (query-replace-help): Extend help text.
23355 (perform-replace): Allow editing the replacement string.
23356
23357 * make-mode.el (makefile-mode-abbrev-table): New variable.
23358 (makefile-mode): Set local abbrev table to
23359 makefile-mode-abbrev-table.
23360 (makefile-font-lock-keywords): Fontify includes and conditionals.
23361
23362 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23363 set TOGGLE's value.
23364
23365 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23366 mail-interactive-insert-alias.
23367 (mail-abbrev-complete-alias): New command.
23368 (mail-mode-map): Bind it to `M-TAB'.
23369
23370 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23371
23372 * language/lao-util.el (lao-compose-region): New function.
23373
23374 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23375
23376 * files.el (recover-session): Make directories as necessary
23377 if they don't exist yet.
23378
23379 * calendar/cal-french.el
23380 (french-calendar-multibyte-special-days-array)
23381 (french-calendar-special-days-array): Change French text.
23382 (calendar-french-date-string): Change output.
23383 (calendar-goto-french-date): Likewise.
23384
23385 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23386
23387 * wid-edit.el (widget-default-active): Obey `:always-active'.
23388 (widget-documentation-string-value-create): Set `:always-active'.
23389
23390 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23391
23392 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23393 default prefix to `~/_emacs.d/auto-save.list/_s'.
23394 (normal-top-level): Create the directory for auto-save files, if
23395 it doesn't already exist (in the ms-dos case only).
23396
23397 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23398
23399 * international/mule-cmds.el (set-language-environment): Don't
23400 concat an integer (dos-codepage), use format instead.
23401
23402 2000-05-02 Dave Love <fx@gnu.org>
23403
23404 * help.el (help-xref-on-pp): Check for constant symbols.
23405
23406 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23407
23408 * startup.el (normal-top-level): Put a condition-case around
23409 the code loading subdirs.el.
23410
23411 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23412
23413 * ps-print.el: Upside-down and face background color printing,
23414 line number step, doc fix.
23415 (ps-print-version): New version number (5.2).
23416 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23417 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23418 (ps-spool-config): Var fix.
23419 (ps-printer-name-option): Const fix.
23420 (ps-print-upside-down, ps-use-face-background)
23421 (ps-line-number-step): New vars.
23422 (ps-window-system, ps-lp-system): New consts.
23423 (ps-face-background): New fun.
23424
23425 2000-04-28 Richard Stallman <rms@gnu.org>
23426
23427 * files.el (make-auto-save-file-name):
23428 Apply auto-save-file-name-transforms to visited file name
23429 before generating auto save file name.
23430 (auto-save-file-name-transforms): New variable.
23431
23432 * files.el (backup-enable-predicate):
23433 Correctly test for a file under a temporary directory.
23434
23435 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23436
23437 * subr.el (add-minor-mode): Rewritten.
23438
23439 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23440
23441 * mail/sendmail.el (sendmail-send-it): Set
23442 buffer-file-coding-system to the selected coding system for MIME
23443 header.
23444
23445 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23446
23447 * dired.el (dired-move-to-filename-regexp): Allow format where
23448 YYYY is followed by two spaces.
23449
23450 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23451 in the second character class of the regexp.
23452
23453 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23454 mh-etc, too.
23455
23456 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23457 nil.
23458
23459 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23460
23461 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23462 argument.
23463
23464 2000-04-27 Sen Nagata <sen@eccosys.com>
23465
23466 * emacs-lisp/crm.el (crm-completion-table): New variable.
23467 (crm-collection-fn, crm-test-completion)
23468 (completing-read-multiple): Use it.
23469
23470 2000-04-27 Dave Love <fx@gnu.org>
23471
23472 * help.el (locate-library): Use mapc.
23473 (help-manyarg-func-alist): Add call-process-region.
23474
23475 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23476
23477 * subr.el (add-minor-mode): Make argument MAP optional.
23478
23479 * desktop.el (desktop-save): Save list of minor modes.
23480 (desktop-create-buffer): Restore minor modes.
23481 (desktop-minor-mode-table): New user-option.
23482
23483 * subr.el (add-minor-mode): New function.
23484
23485 * image.el (find-image): New function.
23486 (defimage): Rewritten to find image at load time.
23487
23488 * startup.el (normal-top-level-add-to-load-path): Handle
23489 case that the default directory is not in load-path.
23490
23491 * help.el: Old patch from Stefan Monnier.
23492 (help-xref-on-pp): New function.
23493 (describe-variable): Use it to display xrefs in a symbol's value.
23494
23495 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23496
23497 * cus-edit.el (custom-face): Fix parenthesis.
23498
23499 2000-04-26 Kenichi Handa <handa@etl.go.jp>
23500
23501 * mail/rmail.el (rmail-expunge): When there are no deleted
23502 messages, do nothing.
23503
23504 2000-04-26 Dave Love <fx@gnu.org>
23505
23506 * international/mule-cmds.el (locale-translation-file-name):
23507 Defvar to nil.
23508 (set-locale-environment): Set it here (at runtime).
23509
23510 2000-04-25 Gerd Moellmann <gerd@gnu.org>
23511
23512 * replace.el (perform-replace): Add parameters START and END. Use
23513 them instead of the check for a region in Transient Mark mode.
23514 (query-replace-read-args): Return two more list elements for the
23515 start and end of the region in Transient Mark mode.
23516 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23517 (map-query-replace-regexp, replace-string, replace-regexp): Add
23518 optional last arguments START and END and pass them to
23519 perform-replace.
23520
23521 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23522 form with additional arguments for perform-replace.
23523
23524 * progmodes/etags.el (tags-query-replace): Add parameters START
23525 and END. Construct a form with additional arguments for
23526 perform-replace.
23527
23528 * simple.el (shell-command): Set default directory for "*Shell
23529 Command Output" buffer.
23530
23531 * language/european.el (iso-latin-4): Fix typo.
23532
23533 * emacs-lisp/crm.el: New file.
23534
23535 2000-04-24 Dave Love <fx@gnu.org>
23536
23537 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23538 (Custom-reset-saved, Custom-reset-standard)
23539 (custom-group-value-create, custom-group-set, custom-group-save)
23540 (custom-group-reset-current, custom-group-reset-saved)
23541 (custom-group-reset-standard): Use mapc.
23542 (custom-buffer-create-internal): Disable undo when creating items.
23543 Use mapc.
23544 (custom-face): Avoid redundant lambda.
23545
23546 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23547
23548 * startup.el (auto-save-list-file-prefix): Set default to
23549 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23550
23551 2000-04-24 Sam Steingold <sds@gnu.org>
23552
23553 * time-stamp.el (time-stamp-string-preprocess): Always convert
23554 `field-result' to a string.
23555
23556 2000-04-24 Gerd Moellmann <gerd@gnu.org>
23557
23558 * frame.el (scrolling): New group.
23559 (automatic-hscrolling): New user-option.
23560
23561 * startup.el (command-line-x-option-alist): Add `-lsp' and
23562 `--line-spacing'.
23563
23564 2000-04-19 Dave Love <fx@gnu.org>
23565
23566 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23567 (cl-mapc): Rename from mapc. Fix the funcall.
23568
23569 2000-04-19 Gerd Moellmann <gerd@gnu.org>
23570
23571 * simple.el (clone-indirect-buffer-other-window): New command.
23572 (clone-indirect-buffer): Add optional arg NORECROD.
23573 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23574
23575 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23576
23577 * window.el (count-screen-lines): New function.
23578 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23579 instead of window-buffer-height.
23580
23581 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23582 non-existing variable comint-input-sentinel.
23583 (inferior-lisp-args-to-list): Removed.
23584 (inferior-lisp): Use split-string instead of
23585 inferior-lisp-args-to-list.
23586
23587 * hexl.el (hexl-insert-hex-string): New command.
23588
23589 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23590 instead of concat.
23591
23592 2000-04-18 Gerd Moellmann <gerd@gnu.org>
23593
23594 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23595 at the start of an existing but empty folder.
23596
23597 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23598
23599 * ps-mule.el: Customization fix, doc fix.
23600 (ps-multibyte-buffer): Customization fix.
23601
23602 2000-04-17 Richard M. Stallman <rms@gnu.org>
23603
23604 * subr.el (read-passwd): Use read-char-exclusive.
23605
23606 2000-04-17 Gerd Moellmann <gerd@gnu.org>
23607
23608 * textmodes/texinfo.el (texinfo-insert-@email)
23609 (texinfo-insert-@emph, texinfo-insert-@quotation)
23610 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23611 (texinfo-mode-map): Add key bindings for them.
23612
23613 * files.el (basic-save-buffer-2): Use a template with `$'
23614 instead of `#' for VMS.
23615
23616 * simple.el (clone-indirect-buffer): New function.
23617
23618 2000-04-16 Stephen Eglen <stephen@gnu.org>
23619
23620 * iswitchb.el (iswitchb-case): New function. If the user input
23621 contains any upper-case characters, the search is made
23622 case-sensitive.
23623
23624 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23625
23626 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23627 comment-end.
23628 (texinfo-font-lock-syntactic-keywords): New var.
23629 (texinfo-font-lock-keywords): Remove comment regexp.
23630 (texinfo-insert-block): New function.
23631 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23632 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23633 and font-lock-defaults. Use regexp-opt for outline-regexp.
23634 (texinfo-environments): New var.
23635 (texinfo-environment-regexp): Use regexp-opt and
23636 texinfo-environments.
23637
23638 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23639 ispell-process is bound since this might be eval'd before ispell
23640 is loaded.
23641 (ispell-message): Use a tiny bit less magic and a bit more hard
23642 data to figure out what kind of sc-cite-regexp to use.
23643
23644 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23645
23646 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23647 (insert-cyclic-diary-entry): Unquote the lambda.
23648
23649 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23650
23651 * files.el (backup-enable-predicate): Unquote the lambda.
23652
23653 * cus-edit.el (custom-face, face): Unquote the lambda.
23654
23655 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23656
23657 * ps-print.el: Check for line-beginning-position definition.
23658
23659 * ps-print.el: Fix counting lines in a region.
23660 (ps-print-version): New version number (5.1.5).
23661 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23662 (ps-printing-region): Fun code fix.
23663
23664 2000-04-15 Gerd Moellmann <gerd@gnu.org>
23665
23666 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23667 to file-directory-p.
23668
23669 2000-04-14 Gerd Moellmann <gerd@gnu.org>
23670
23671 * gud.el (gud-jdb-build-source-files-list): Check that directory
23672 exists before calling directory-files.
23673
23674 2000-04-13 Dave Love <fx@gnu.org>
23675
23676 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23677 syntax.
23678
23679 * emacs-lisp/cl-specs.el: Remove when, unless.
23680
23681 * emacs-lisp/cl-extra.el: Don't quote keywords.
23682 (cl-old-mapc): New variable.
23683 (mapc): Use it.
23684 (cl-map-intervals): Use with-current-buffer. Don't check for
23685 next-property-change.
23686 (cl-map-overlays): Use with-current-buffer.
23687 (cl-expt): Remove.
23688 (copy-tree, remprop): Define unconditionally.
23689
23690 * emacs-lisp/cl-compat.el (keywordp): Remove.
23691
23692 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23693 to use keywordp.
23694 (edebug-spec): Enable keywordp.
23695
23696 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23697 string-lessp.
23698
23699 * cus-start.el: Use keywordp.
23700
23701 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23702
23703 * diary-lib.el (include-other-diary-files): Fix the fix of
23704 2000-02-18 by doing a save-excursion.
23705
23706 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23707
23708 * ps-print.el: Customization fix, doc fix.
23709 (ps-print-version): New version number (5.1.4).
23710 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23711 (ps-print-preprint): Adjust code.
23712 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23713 (ps-print-prologue-header, ps-print-control-characters)
23714 (ps-spool-config): Customization fix.
23715
23716 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23717
23718 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23719 converted to the new menu-item format, names silightly changed,
23720 help strings added.
23721
23722 Support for spelling without async subprocesses:
23723
23724 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23725 (ispell-session-buffer): New variables.
23726 (ispell-start-process, ispell-process-status,
23727 ispell-accept-output, ispell-send-string): New functions, for
23728 Ispell invocation when async subprocesses aren't supported.
23729 (ispell-word, ispell-pdict-save, ispell-command-loop,
23730 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23731 to process-send-string with calls to ispell-send-string, and
23732 accept-process-output with ispell-accept-output.
23733 (ispell-init-process): Call ispell-process-status instead of
23734 process-status with.
23735 (ispell-init-process): Call ispell-start-process. Call
23736 ispell-accept-output and ispell-send-string. Don't call
23737 process-kill-without-query and kill-process if they are unbound.
23738 (ispell-async-processp): New function.
23739
23740 2000-04-12 Dave Love <fx@gnu.org>
23741
23742 * info.el: Add debug-ignored-errors.
23743 (Info-mode-menu): Add some items.
23744 (Info-directory): Add autoload cookie.
23745
23746 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23747 Modify `truncate-lines'. Make `describe-language-environment'
23748 always visible and add help. Modify `describe-key' help. Invoke
23749 Info-directory from `info'. New entry `emacs-manual'.
23750
23751 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23752
23753 * progmodes/ebrowse.el (ebrowse-tree-mode):
23754 Use propertized-buffer-identification.
23755 (ebrowse-update-member-buffer-mode-line): Likewise.
23756 (ebrowse--mode-strings): Removed.
23757 (ebrowse--mode-line-props): Removed.
23758
23759 * files.el (auto-mode-alist): Add `EBROWSE'.
23760
23761 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23762 space before testing for end of buffer.
23763 (ebrowse-load): Removed.
23764 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23765 (ebrowse-create-tree-buffer): Rewritten.
23766 (ebrowse-tree-mode): Read tree from buffer.
23767
23768 * progmodes/ebrowse-ffh.el: Removed.
23769
23770 2000-04-10 Kenichi Handa <handa@etl.go.jp>
23771
23772 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23773
23774 2000-04-10 Gerd Moellmann <gerd@gnu.org>
23775
23776 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23777 at the wrong place.
23778
23779 2000-04-09 Dave Love <fx@gnu.org>
23780
23781 * files.el (backup-enable-predicate):
23782 Use temporary-file-directory, small-temporary-file-directory.
23783 (make-backup-file-name-function, backup-directory-alist): New vars.
23784 (make-backup-file-name-1): New function.
23785 (make-backup-file-name): Use it.
23786 (find-backup-file-name): Likewise. Use format for clarity, not concat.
23787 (file-newest-backup): Use make-backup-file-name.
23788
23789 2000-04-09 Gerd Moellmann <gerd@gnu.org>
23790
23791 * progmodes/ebrowse-ffh.el: New file.
23792
23793 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23794 Moved to ebrowse-ffh.el.
23795 (ebrowse-load): Add autoload.
23796
23797 * finder.el (finder-commentary): Add autoload cookie.
23798
23799 * mail/rfc2368.el: Correct author's email address.
23800
23801 * progmodes/ebrowse.el: New file.
23802
23803 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23804 item help string.
23805 (easy-menu-do-add-item): Ditto.
23806 (easy-menu-define): Extend doc string.
23807
23808 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
23809 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23810 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23811 with-buffer-unmodified.
23812
23813 2000-04-08 Dave Love <fx@gnu.org>
23814
23815 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23816 unless, when.
23817
23818 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23819
23820 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23821 (viper-flash-search-pattern): No operation when using Emacs
23822 doesn't support face.
23823 Use `viper-put-on-search-overlay'.
23824
23825 2000-04-04 Gerd Moellmann <gerd@gnu.org>
23826
23827 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23828 like C-r.
23829
23830 * progmodes/make-mode.el: Some doc fixes.
23831 (makefile-mode-abbrev-table): New variable.
23832 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23833 (makefile-font-lock-keywords): Fontify includes and conditionals.
23834 (toplevel): Require `dabbrev' and `add-log' when compiling.
23835
23836 * replace.el (perform-replace): Don't move forward one char
23837 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23838 to do that because it leaves point 1 position after the last
23839 replacement, after everything has been replaced.
23840
23841 * jit-lock.el (with-buffer-unmodified): New macro.
23842 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23843 modified state.
23844 (jit-lock-function-1): Extracted from jit-lock-function; not
23845 preserving buffer's modified state.
23846 (jit-lock-function, jit-lock-stealth-fontify):
23847 Call jit-lock-function-1.
23848
23849 * mail/rfc2368.el: Remove supernumerary copyright line.
23850
23851 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
23852
23853 * glasses.el: Provide facilities for inserting space before left
23854 parentheses and uncapitalization of identifiers.
23855 (glasses-mode): Try to remove old overlays in all cases.
23856
23857 2000-04-03 Gerd Moellmann <gerd@gnu.org>
23858
23859 * progmodes/compile.el (compile-internal): Display the compilation
23860 buffer in a different frame, if it's already displayed there.
23861
23862 * mail/rfc2368.el: New file.
23863
23864 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23865 header and insert its value as mail body.
23866
23867 * subr.el (member-ignore-case): New function.
23868
23869 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23870 (dabbrev--find-expansion): Ignore buffers matching a regexp
23871 from dabbrev-ignored-regexps.
23872
23873 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23874 to extensions handled by gzip.
23875
23876 2000-04-03 Richard M. Stallman <rms@gnu.org>
23877
23878 * files.el (insert-directory): List the total free space
23879 along with the used space.
23880
23881 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23882 line is followed by one that matches CITATION-REGEXP, end the
23883 paragraph.
23884
23885 2000-04-03 Markus Rost <rost@delysid.gnu.org>
23886
23887 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23888 (rmail-make-basic-summary-line): Use that option.
23889
23890 2000-04-03 Kenichi Handa <handa@etl.go.jp>
23891
23892 * international/mule-cmds.el (encoded-string-description):
23893 Rewritten. Try pretty description for ISO 2022 escape sequences
23894 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23895 for hexadecimal format.
23896
23897 2000-04-01 Dave Love <fx@gnu.org>
23898
23899 * cpp.el: Change customization group to `c' from `C'.
23900
23901 * vcursor.el (vcursor-move): Use display-color-p.
23902
23903 * international/mule-util.el: Provide mule-utils.
23904 (string-to-sequence): Simplify and speed up.
23905
23906 * international/mule.el (make-coding-system): Purecopy doc-string.
23907
23908 * international/mule-cmds.el: Various menu changes.
23909 (describe-specified-language-support): Handle `Default'.
23910 (set-language-info): Purecopy `info'.
23911
23912 2000-03-31 Andrew Innes <andrewi@gnu.org>
23913
23914 * vc.el (vc-backend-diff): Return the correct status if we had to
23915 retry the rcsdiff command without the --brief option.
23916
23917 2000-03-31 Dave Love <fx@gnu.org>
23918
23919 * help.el (help-manyarg-func-alist): Correct several omissions.
23920
23921 * add-log.el: Don't require cl, fortran.
23922 (add-log-current-defun-function): Doc fix.
23923 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
23924 (change-log-version-rcs): Function deleted.
23925 (change-log-version-number-search): Doc fix.
23926 Use vc-workfile-version. Avoid CL dolist.
23927 (add-change-log-entry): Just call add-log-current-defun to get
23928 defun. Simplify somewhat.
23929 (change-log-get-method-definition-1): Likewise.
23930 (add-log-current-defun): Return nil if calling
23931 add-log-current-defun-function does so. Move Fortran stuff to
23932 fortran.el. Return string without properties.
23933
23934 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23935 and :alpha: char classes.
23936
23937 * mail/supercite.el: Defvar curline when compiling.
23938 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23939 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23940 rather than a-zA-Z0-9 to allow non-ASCII characters.
23941
23942 2000-03-31 Gerd Moellmann <gerd@gnu.org>
23943
23944 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23945
23946 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23947 Re-enable new code.
23948
23949 * lpr.el (print-region-1): Use -d to specify printer name for
23950 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23951
23952 2000-03-31 Dave Love <fx@gnu.org>
23953
23954 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23955 Look for function definition in symbol's function value slot first
23956 instead of first consulting byte-compile-function-environment.
23957
23958 2000-03-31 Kenichi Handa <handa@etl.go.jp>
23959
23960 * language/european.el ("Polish"): New language environment.
23961 (setup-polish-environment): New function.
23962
23963 2000-03-30 Gerd Moellmann <gerd@gnu.org>
23964
23965 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23966 Disable new code.
23967
23968 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23969 trying to `load' the symbol of an autoload instead of the file
23970 recorded in the autoload. Fix error messages.
23971
23972 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23973
23974 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23975 (ps-print-version): New version number (5.1.3).
23976 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23977 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23978 (ps-generate-postscript-with-faces): Code fix.
23979 (ps-color-values): XEmacs compatibility.
23980 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23981 (ps-default-fg, ps-default-bg): Adjust customization.
23982 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23983 (ps-color-scale): Renaming old ps-color-value fun.
23984 (ps-print-headers): Replace ps-print-header group to avoid conflict
23985 with ps-print-header variable.
23986 (ps-print-miscellany): New group.
23987 (ps-format-color, ps-rgb-color): New funs.
23988 (ps-default-foreground): New var.
23989 (ps-printer-name-option): New const.
23990
23991 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23992
23993 * net/net-utils.el:
23994 (network-connection-host, network-connection-service): New variables
23995 (network-connection-mode): New mode, derived from comint-mode
23996 (network-connection-mode-setup): New function, saves host and
23997 service information in local variables.
23998
23999 * lisp/locate.el:
24000 (locate-word-at-point): Added this function
24001 (locate): Default to using locate-word-at-point as input
24002 Run dired-mode-hook
24003
24004 2000-03-29 Dave Love <fx@gnu.org>
24005
24006 * calendar/appt.el: Doc fixes.
24007 (appt-check): Convert min-to-app to a string before passing to
24008 appt-disp-window-function or concat.
24009 (appt-delete-window): Remove test for frame-root-window.
24010 (appt-select-lowest-window, appt-convert-time): Simplify.
24011
24012 * emacs-lisp/bytecomp.el: Doc fixes.
24013 (byte-compile-file-form-autoload):
24014 Update byte-compile-function-environment.
24015
24016 2000-03-29 Andreas Schwab <schwab@suse.de>
24017
24018 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
24019
24020 * dired.el (dired-insert-directory): If dired-free-space-program
24021 failed just delete its output.
24022
24023 2000-03-29 Dave Love <fx@gnu.org>
24024
24025 * international/iso-cvt.el: Move provide to end. Doc fixes.
24026 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
24027 (iso-iso2sgml, iso-sgml2iso): New functions.
24028 (iso-cvt-define-menu): Fix some entries and use backquote for
24029 clarity.
24030
24031 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
24032
24033 2000-03-28 Gerd Moellmann <gerd@gnu.org>
24034
24035 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
24036 ISO-DATE. If non-nil, return date in ISO 8601 format.
24037
24038 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
24039
24040 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
24041 if it ever becomes used.
24042 (log-edit-mode-hook): Default to vc-log-mode-hook.
24043 (log-edit-mode): Fix the docstring.
24044
24045 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
24046 the code.
24047
24048 2000-03-26 Dave Love <fx@gnu.org>
24049
24050 * net/browse-url.el (browse-url): Re-fix case of
24051 browse-url-browser-function being an alist.
24052 (browse-url): Add :link to defgroup.
24053
24054 * files.el: Doc fixes.
24055 (file-truename): Include `[' in wildcard characters.
24056 (automount-dir-prefix): Customize.
24057 (find-file-wildcards): Add :version.
24058 (find-file-noselect): Simplify a mapcar call.
24059
24060 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
24061 compatible with inf-lisp version.
24062 (eval-defun-1): Fix custom-declare-variable case.
24063
24064 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
24065
24066 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
24067
24068 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24069
24070 * Makefile (COMPILE_FIRST): New macro.
24071 (compile-files): Compile files from COMPILE_FIRST first.
24072
24073 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
24074
24075 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
24076 matching open parenthesis in column 0 to defun-prompt-regexp
24077 only if open-paren-in-column-0-is-defun-start is set.
24078
24079 * sun-curs.el: Require CL at compile-time only.
24080
24081 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
24082 instead of copy-list which is a function from CL.
24083 (msb--choose-menu, msb--mode-menu-cond)
24084 (msb--create-buffer-menu-2): Use dolist instead of mapc.
24085 (msb--init-file-alist): Use mapcar instead of mapcan.
24086 (msb--aggregate-alist): Use mapcar instead of mapcan.
24087 Fix `(' in column 0 in doc string.
24088 (msb--add-separators): Use mapcar instead of mapcan.
24089
24090 * cus-dep.el: Require CL at compile-time only.
24091
24092 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
24093
24094 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
24095 (byte-compile-warnings): New warning `noruntime'.
24096 (byte-compile-constants, byte-compile-variables): Fix docstring.
24097 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
24098 execute `eval-whenc-compile's body.
24099 (byte-compile-unresolved-functions): Fix docstring.
24100 (byte-compile-eval): New function.
24101 (byte-compile-callargs-warn): Check if the function will be available
24102 at runtime (via property `byte-compile-noruntime').
24103 (byte-compile-print-syms): New function.
24104 (byte-compile-warn-about-unresolved-functions): Also warn about
24105 `noruntime' functions (and use `byte-compile-print-syms').
24106 (byte-compile-file): Capitalize the message.
24107
24108 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24109
24110 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24111 (rmail-expunge): Ask for confirmation depending on the setting
24112 of rmail-confirm-expunge.
24113
24114 2000-03-23 Gerd Moellmann <gerd@gnu.org>
24115
24116 * Makefile (bootstrap-clean): If $(emacs) exists, build
24117 loaddefs.el first. A loaddefs.el that's not up-to-date might
24118 cause a bootstrap failure because things don't autoload as expected.
24119
24120 2000-03-23 Dave Love <fx@gnu.org>
24121
24122 * net/browse-url.el: Restore previous use of
24123 browse-url-maybe-new-window.
24124
24125 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24126
24127 * ps-print.el: Skip banner page fix.
24128 (ps-print-version): New version number (5.1.2).
24129 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24130
24131 2000-03-23 Dave Pearson <davep@davep.org>
24132
24133 * net/quickurl.el Changed the type of parameter passed to the
24134 function defined by `quickurl-format-function'. Before only the
24135 text of the URL was passed. Now the whole URL structure is passed
24136 and the function is responsible for extracting the parts it requires.
24137 Changed the default of `quickurl-format-function' accordingly.
24138 (quickurl-insert): Changed the `funcall' of
24139 `quickurl-format-function' to match the above change.
24140 (quickurl-list-insert): Changed the `url' case so that it makes
24141 use of `quickurl-format-function', previous to this the format was
24142 hard wired.
24143
24144 2000-03-22 Gerd Moellmann <gerd@gnu.org>
24145
24146 * startup.el: Change some spellings for the X Window System.
24147
24148 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24149
24150 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24151 Clean up the code and the regexp and make sure the cursor is
24152 temporarily moved to the suspicious line while querying the user.
24153
24154 2000-03-22 Jason Rumney <jasonr@gnu.org>
24155
24156 * w32-fns.el (w32-charset-info-alist): Initialize.
24157
24158 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24159
24160 * ps-print.el: N-up last page fix.
24161 (ps-print-version): New version number (5.1.1).
24162 (ps-end-file, ps-end-job, ps-generate): Code fix.
24163
24164 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24165
24166 * files.el (find-file-run-dired): Update docstring.
24167 (find-directory-functions): New hook.
24168 (find-file-noselect): Run find-directory-functions rather than
24169 calling dired directly.
24170
24171 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24172
24173 * pcvs.el: Add a minimal leading commentary.
24174 (cvs-make-cvs-buffer): Change the header part by removing the startup
24175 message and adding a `Module' entry. Also replace the FOOTER and
24176 HEADER special fileinfos with the new support in ewoc for updating
24177 its own footer and header.
24178 (cvs-update-header): Update to use the header/footer of the ewoc.
24179 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24180 (cvs-is-within-p): New function.
24181 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24182 to only examine some subset of the buffers.
24183
24184 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24185 `format' instead of our own ad-hoc functions.
24186 Remove HEADER and FOOTER cases, now handled in the EWOC.
24187 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24188
24189 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24190 output to avoid scaring the user.
24191 (cvs-parse-table): Catch message for non-up-to-date commits.
24192
24193 * pcvs-defs.el (cvs-startup-message): Remove.
24194 (cvs-global-menu): New autoloaded menu.
24195
24196 * pcvs-util.el (cvs-string-fill): Remove.
24197
24198 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24199 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24200 PP part of it and also make it work for footers and headers.
24201 (ewoc-create): Drop POS and BUFFER arguments.
24202 Use the DLL's dummy node to store the end-of-footer position.
24203 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24204 (ewoc-refresh): Remove unused `header' variable.
24205 (ewoc-(get|set)-hf): New functions.
24206
24207 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24208 log-view-*-(message|file) and use easy-mmode-define-navigation.
24209 (log-view-message-re): Match SCCS format as well.
24210 And match the revision line rather than the dashed separator line.
24211 (log-view-mode): Use the new define-derived-mode.
24212 (log-view-current-tag): Fill in with an actual implementation.
24213
24214 * cvs-status.el (cvs-status-(prev|next)): Rename from
24215 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24216 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24217 to let the output "breathe" a little more (more readable).
24218 (cvs-status-mode): Use the new define-derived-mode.
24219
24220 * smerge-mode.el (smerge-auto-leave): New function and variable.
24221 (smerge-basic-map): Rename from smerge-basic-keymap.
24222 Change the bindings for smerge-diff-*.
24223 (smerge-*-map): Use easy-mmode-defmap.
24224 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24225 (smerge-keep-*): Use smerge-auto-leave.
24226
24227 2000-03-21 Jason Rumney <jasonr@gnu.org>
24228
24229 * cus-edit.el (custom-button-face): Use 3D look for w32.
24230 (custom-button-pressed-face): Likewise.
24231
24232 2000-03-21 Gerd Moellmann <gerd@gnu.org>
24233
24234 * progmodes/etags.el (tags-case-fold-search): New user-option.
24235 (tags-loop-eval): New function. Bind case-fold-search around eval
24236 depending on the value of tags-case-fold-search.
24237 (tags-loop-continue): Use tags-loop-eval.
24238 (find-tag-in-order): Bind case-fold-search depending on the value
24239 of tags-case-fold-search.
24240
24241 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24242
24243 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24244 (diff-end-of-hunk): Return the end position for use in
24245 `easy-mmode-define-navigation'.
24246 (diff-recenter): Remove.
24247 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24248 of `easy-mmode-define-navigation'.
24249 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24250 previous renaming) and fix to use new names.
24251 (diff-merge-strings): Use \n as separator: simpler, faster.
24252 (diff-mode): Use `define-derived-mode'.
24253
24254 * derived.el (define-derived-mode): Don't autoload anymore.
24255 Prefer the macro-only version provided by easy-mmode.el.
24256
24257 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24258 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24259 (easy-mmode-define-navigation): New macro.
24260
24261 * subr.el (combine-run-hooks): New function.
24262
24263 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24264
24265 * term/x-win.el: Fontsets related initialization is simplified.
24266
24267 * international/mule-diag.el (describe-font): Don't refer to
24268 global-fontset-alist, instead call font-list.
24269 (describe-fontset, list-fontsets, mule-diag): Likewise.
24270 (print-fontset): Adjusted for the change of fontset implementation.
24271
24272 * international/fontset.el (x-charset-registries): Variable removed,
24273 instead the corresponding data is stored in the default fontset.
24274 (register-alternate-fontnames): Function removed.
24275 (resolved-ascii-font): Variable removed.
24276 (x-compose-font-name): Ignore the second argument REDOCE.
24277 (x-complement-fontset-spec): Complement only an ASCII font and
24278 element for those charsets than can use that ASCII font.
24279 (generate-fontset-menu): Don't refer to global-fontset-alist,
24280 instead call fontset-list.
24281 (uninstantiated-fontset-alist): Variable removed.
24282 (x-style-funcs-alist): Likewise.
24283 (fontset-default-styles): Likewise.
24284 (x-modify-font-name): Function removed.
24285 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24286 (create-fontset-from-ascii-font): Docsting adjusted for the above
24287 change.
24288 (instantiate-fontset, resolve-fontset-name): Functions removed.
24289 (fontset-list): Now implemented by C code.
24290
24291 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24292 (describe-face): Include `font' attribute in the description.
24293
24294 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24295
24296 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24297
24298 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24299
24300 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24301 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24302 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24303
24304 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24305 about behavior of set-buffer-modified-p wrt redisplay.
24306
24307 2000-03-19 Richard M. Stallman <rms@gnu.org>
24308
24309 * view.el (view-mode-disable): Kill local binding of view-read-only.
24310
24311 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24312
24313 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24314 is a string, convert it to a syntax cell using string-to-syntax.
24315
24316 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24317 (string-to-syntax): New function.
24318
24319 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24320 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24321 try to use passive ftp mode.
24322
24323 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24324
24325 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24326
24327 * simple.el (append-to-buffer): Update point of windows after
24328 insertion.
24329
24330 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24331 forward then moving backward. Reindent.
24332
24333 * frame.el (other-frame): Call x-focus-frame only if
24334 focus-follows-mouse is off.
24335
24336 2000-03-17 Dave Love <fx@gnu.org>
24337
24338 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24339
24340 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24341
24342 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24343 regexp for labels cannot span several lines.
24344
24345 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24346 `(setq :<key> ':<key>)' to the macro expansion.
24347
24348 2000-03-16 Dave Love <fx@gnu.org>
24349
24350 * progmodes/f90.el (f90): Put custom group under `languages', not
24351 `fortran'.
24352 (f90-mode-hook): Customize.
24353 (f90-mode): Set add-log-current-defun-function.
24354 (f90-current-defun): New function.
24355
24356 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24357
24358 * cus-edit.el (custom-variable-tag-face): Handle case that
24359 default face's height is not a number.
24360 (custom-face-tag-face, custom-group-tag-face-1)
24361 (custom-group-tag-face): Ditto.
24362 (custom-group-tag-face-1): Add :group.
24363
24364 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24365
24366 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24367
24368 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24369 requiring easymenu.
24370
24371 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24372
24373 * ps-print.el: PostScript user-defined prologue, PostScript error
24374 handler, doc fix.
24375 (ps-print-version): New version number (5.1).
24376 (ps-user-defined-prologue, ps-error-handler-message)
24377 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24378 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24379 (ps-insert-string): New function.
24380
24381 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24382
24383 * international/ccl.el (ccl-compile-expression): Don't generate
24384 invalid self-assignment code.
24385
24386 2000-03-14 Dave Love <fx@gnu.org>
24387
24388 * subr.el (replace-regexp-in-string): Renamed from
24389 replace-regexps-in-string. Doc fix.
24390
24391 2000-03-12 Dave Love <fx@gnu.org>
24392
24393 * cus-edit.el: Doc fixes.
24394 (customize-set-variable, customize-save-variable): Rename args for doc.
24395 (custom-variable-tag-face, custom-face-tag-face)
24396 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24397 style which user identify as hyperlink.
24398 (hook): Don't add undefined functions to the hook.
24399 (debug-ignored-errors): Transfer message from bindings.el.
24400
24401 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24402
24403 * recentf.el (recentf-keep-non-readable-files-p):
24404 Remove double/nested definition.
24405
24406 2000-03-12 Dave Love <fx@gnu.org>
24407
24408 * facemenu.el (facemenu-get-face): Use display-color-p.
24409 * enriched.el (enriched-decode-foreground): Likewise.
24410 (enriched-decode-background): Likewise.
24411 * isearch.el (isearch-highlight): Likewise.
24412 * info-look.el (info-lookup): Likewise.
24413 * simple.el (completion-setup-function): Likewise.
24414
24415 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24416 :options.
24417
24418 * bindings.el (mode-line-format): Fix line-number and
24419 column-number items. Add help-echo for the background.
24420 (mode-line-mule-info): Modify help-echo.
24421
24422 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24423
24424 * files.el (load-file): Allow completion to .elc.
24425
24426 * man.el: Doc fixes.
24427 (Man-init-defvars): Use display-color-p to set fontification.
24428
24429 * play/hanoi.el (hanoi-internal): Don't use oddp.
24430
24431 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24432
24433 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24434
24435 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24436
24437 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24438
24439 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24440 Fix comment.
24441
24442 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24443
24444 * font-lock.el (font-lock-keywords): Fix the doc now that
24445 regexp-opt-depth is unnecessary.
24446 (save-buffer-state): Set an edebug spec.
24447 (font-lock-fontify-anchored-keywords): Properly handle the case when
24448 the matcher goes past the limit.
24449
24450 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24451 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24452
24453 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24454 dll.el and cookie.el (from Elib) with heavy renaming and other
24455 massaging.
24456
24457 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24458 Autoload the functions used.
24459 (easy-mmode-define-syntax): Fix CL typo.
24460 (easy-mmode-define-derived-mode): Improve the docstring generation.
24461
24462 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24463
24464 * textmodes/texinfo.el (texinfo-version): Variable and function
24465 removed.
24466
24467 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24468
24469 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24470 allow more flexibility.
24471 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24472 (easy-mmode-defmap, easy-mmode-defsyntax)
24473 (easy-mmode-define-derived-mode): New macros.
24474
24475 2000-03-09 Didier Verna <didier@xemacs.org>
24476
24477 * rect.el (replace-rectangle): New function.
24478
24479 2000-03-09 Dave Love <fx@gnu.org>
24480
24481 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24482 (fortran-comment-line-start-skip): Don't match cpp stuff.
24483 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24484 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24485 (fortran-mode): Don't set fortran-comment-line-start-skip,
24486 fortran-comment-line-start here. Set comment-start,
24487 add-log-current-defun.
24488 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24489 (fortran-current-defun): New function.
24490
24491 2000-03-09 Gerd Moellmann <gerd@gnu.org>
24492
24493 * emacs-lisp/re-builder.el: New file.
24494
24495 * mouse.el (mouse-drag-region): Don't run up-event handler
24496 if hscroll has changed.
24497
24498 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24499 builtin operators, use `font-lock-builtin-face' for Emacs and
24500 `font-lock-preprocessor-face' otherwise.
24501
24502 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24503 `(defun (setf foo)' differently.
24504
24505 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24506
24507 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24508 (regexp-opt): Update comment and adapt the code the new meaning of
24509 the `paren' argument of regex-opt-group for shy-groups.
24510 (regexp-opt-depth): Handle shy groups as well as backslashed
24511 backslashes.
24512 (regexp-opt-group): Turn the leading comment into a docstring.
24513 Allow `paren' to be a string (the string to use to open a group).
24514 Remove open-presuf and close-presuf. Instead of checking for `all
24515 one-char' and then later on check for `several one-char', handle
24516 both cases close together. Also apply a more generic algorithm
24517 for suffixes (the mirror image of the algorithm used for
24518 prefixes). Use shy-groups. Use nreverse rather than reverse.
24519 (regexp-opt-try-suffix): Removed.
24520
24521 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24522 from comint-mode-map, so we can just inherit from it. Also, move
24523 the initialization into the `defvar' since there's no docstring
24524 anyway and it's fairly short.
24525 (inferior-scheme-mode): Define it as derived-mode: the code is
24526 shorter and this way we inherit from comint-mode-map rather than
24527 copying it.
24528
24529 * subr.el (replace-regexps-in-string): Properly handle the case
24530 where we match an empty string.
24531
24532 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24533 when the command has a directory component (such as "./testml").
24534 Also fix a typo in the comment.
24535
24536 2000-03-08 Gerd Moellmann <gerd@gnu.org>
24537
24538 * Makefile (compile-files): Compile files one by one because
24539 that's the only way to ensure a clean compilation environment for
24540 each individual file.
24541
24542 * frame.el (other-frame): Call x-focus-frame.
24543
24544 2000-03-07 Dave Love <fx@gnu.org>
24545
24546 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24547 :require to defcustom.
24548
24549 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
24550
24551 * files.el (auto-mode-alist): Add configure.in.
24552
24553 * progmodes/autoconf.el: New file.
24554
24555 2000-03-07 Gerd Moellmann <gerd@gnu.org>
24556
24557 * mail/mh-e.el: Change maintainer to `none'.
24558
24559 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24560 to remove-hook and add-hook.
24561
24562 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24563
24564 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24565 it as the default.
24566 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24567 (sendmail-send-it): Conditionally add MIME headers specifying the
24568 used character set.
24569
24570 2000-03-07 Dave Love <fx@gnu.org>
24571
24572 * winner.el: Fix keywords, autoload cookies.
24573 Split eval-when-compile form to avoid compilation failure.
24574
24575 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24576
24577 * international/mule.el: Modify comment about coding system
24578 property `coding-category'.
24579 (make-coding-system): New argument EOL-TYPE. Pay attention to
24580 coding-category property of PROPERTIES.
24581
24582 * international/mule-conf.el (coding-category-utf-8)
24583 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
24584 categories. Include them in the argument for set-coding-priority.
24585
24586 * international/mule-cmds.el (reset-language-environment):
24587 Include coding-category-utf-8, coding-category-utf-16-be, and
24588 coding-category-utf-16-le in the argument for set-coding-priority.
24589 (reset-language-environment): Initialize coding-category-utf-8,
24590 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24591
24592 2000-03-06 Karl Fogel <kfogel@red-bean.com>
24593
24594 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24595 code abstracted out of `bookmark-jump-noselect'. Now tries info
24596 extensions as well as compression extensions.
24597 (bookmark-jump-noselect): Use above new func.
24598
24599 2000-03-03 Gerd Moellmann <gerd@gnu.org>
24600
24601 * strokes.el: Change maintainer's mail address.
24602
24603 2000-03-03 Kenichi Handa <handa@etl.go.jp>
24604
24605 * international/mule-diag.el (list-character-sets): Make help-echo
24606 string by substitute-command-keys.
24607 (list-character-sets): Likewise.
24608 (sort-listed-character-sets): Call help-setup-xref.
24609
24610 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24611
24612 * time.el (display-time-mail-file): Add `none' to the list of choices.
24613
24614 2000-03-01 Dave Love <fx@gnu.org>
24615
24616 * help.el (help-xref-go-back): Don't try to set position.
24617
24618 * international/mule-diag.el (list-character-sets):
24619 Call help-setup-xref. Add help-echo to xrefs.
24620 (list-character-sets-1): Add help-echo to xrefs.
24621
24622 2000-03-02 Gerd Moellmann <gerd@gnu.org>
24623
24624 * frame.el (blink-cursor-mode): Switch cursor on when turning
24625 the mode off.
24626
24627 * add-log.el (add-log-current-defun): Add support for
24628 Autoconf mode.
24629
24630 * mail/rmail.el (rmail-quit-hook): New variable.
24631
24632 2000-03-01 Dave Love <fx@gnu.org>
24633
24634 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24635
24636 * help.el (help-xref-button): Add help-echo arg.
24637 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24638
24639 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
24640
24641 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
24642
24643 2000-03-01 Gerd Moellmann <gerd@gnu.org>
24644
24645 * image.el (defimage): Look for image files in load-path.
24646
24647 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
24648
24649 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24650
24651 * recentf.el (recentf): Added version tag to the defgroup of recentf.
24652
24653 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24654
24655 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
24656 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24657 action to select/unselect a file.
24658 (recentf-edit-list): Code cleanup and improvement.
24659 (recentf-open-more-files-action): `recentf-open-more-files' button
24660 widget action to open a file.
24661 (recentf-open-more-files): No more use standard completion but widgets.
24662 (recentf-more-collection): Deleted.
24663 (recentf-more-history): Deleted.
24664 (recentf-setup-more-completion): Deleted.
24665
24666 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24667
24668 * recentf.el (recentf-mode): No more needs that Emacs is running
24669 under a window-system.
24670
24671 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24672
24673 * recentf.el (recentf-edit-list): New command to edit the recent
24674 list which allow the user to remove files.
24675 (recentf-edit-selected-items): New global variable, used by
24676 `recentf-edit-list' to hold the list of files to be removed from
24677 the recent list.
24678 (recentf-make-menu-items): Updated to display a "Edit list..."
24679 menu item. Minor code cleanup.
24680
24681 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24682
24683 * recentf.el (recentf-open-more-files): New command to open files
24684 that are not displayed in the menu.
24685 (recentf-more-collection): New global variable holding the set of
24686 permissible completions used by `recentf-open-more-files'.
24687 (recentf-more-history): New global variable holding the history list
24688 used by `recentf-open-more-files' completion.
24689 (recentf-setup-more-completion): New function to setup completion for
24690 `recentf-open-more-files'.
24691 (recentf-make-menu-items): Updated to display a "More..." menu item.
24692
24693 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24694
24695 * recentf.el (recentf-menu-action): Doc fixed.
24696
24697 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
24698
24699 * recentf.el (recentf-menu-filter): Doc updated.
24700 (recentf-update-menu-hook): Allow menu filters to force menu update.
24701 (recentf-make-menu-items): New menu filter handling.
24702 (recentf-make-menu-item): New helper function.
24703 (recentf-menu-elements): New menu handling function.
24704 (recentf-sort-ascending): Updated to new menu filter handling.
24705 (recentf-sort-descending): Updated to new menu filter handling.
24706 (recentf-sort-basenames-ascending): New menu filter function.
24707 (recentf-sort-basenames-descending): New menu filter function.
24708 (recentf-show-basenames): New menu filter function.
24709 (recentf-show-basenames-ascending): New menu filter function.
24710 (recentf-show-basenames-descending): New menu filter function.
24711
24712 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24713
24714 * diary-lib.el (list-diary-entries): Don't try to go forward at
24715 the end of the buffer.
24716
24717 2000-02-29 Kenichi Handa <handa@etl.go.jp>
24718
24719 * international/mule-diag.el (list-character-sets):
24720 Completely rewritten.
24721 (sort-listed-character-sets): New function.
24722 (list-character-sets-1): Completely rewritten.
24723 (list-character-sets-2): New function.
24724 (non-iso-charset-alist): New variable.
24725 (decode-codepage-char): New function.
24726 (charset-history): New variable.
24727 (read-charset) (list-block-of-chars)
24728 (list-iso-charset-chars)
24729 (list-non-iso-charset-chars)
24730 (list-charset-chars): New functions.
24731 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
24732 (dump-charsets): Likewise.
24733
24734 2000-02-29 Gerd Moellmann <gerd@gnu.org>
24735
24736 * dired-x.el (dired-filename-at-point): Add `@' to valid
24737 file name characters.
24738 (dired-filename-at-point): Handle ange-ftp file names.
24739
24740 * frame.el (frame-notice-user-settings): Use assq-delete-all
24741 instead of assoc-delete-all.
24742 (frame-notice-user-settings): Ditto.
24743
24744 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24745 Don't copy alist.
24746
24747 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24748
24749 * calculator.el (calculator-use-menu): New option.
24750 (calculator-initial-bindings): Changed some bindings to work as macros.
24751 (calculator-forced-input): Removed.
24752 (calculator-restart-other-mode): New variable.
24753 (calculator-mode-map): Set up menu.
24754
24755 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24756
24757 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
24758
24759 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24760
24761 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
24762 translate all ESC key sequences.
24763 (viper-goto-mark-subr): Restore markers for files for which
24764 they were saved.
24765 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24766 * viper-util.el (viper-set-replace-overlay-glyphs)
24767 (viper-set-replace-overlay): Always check if the replacement
24768 overlay is live.
24769 * viper.el (viper-vi-state-mode-list): Add major modes.
24770 * ediff-wind.el: Minor comment changes.
24771 * ediff.el: Copyright notice date fix.
24772
24773 2000-02-27 Jason Rumney <jasonr@gnu.org>
24774
24775 * faces.el (face-font-family-alternatives): Add arial to helv.
24776 (mode-line, header-line, tool-bar): Same default as x for w32.
24777 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24778 face-font-family-alternatives from working.
24779 * term/w32-win.el (mouse-set-font): Do not build fontset from
24780 chosen font.
24781
24782 2000-02-25 Sam Steingold <sds@goems.com>
24783
24784 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24785 properly.
24786
24787 2000-02-25 Richard M. Stallman <rms@gnu.org>
24788
24789 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24790
24791 2000-02-25 Gerd Moellmann <gerd@gnu.org>
24792
24793 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
24794
24795 * frame.el (busy-cursor-delay-seconds): New option.
24796
24797 2000-02-24 Gerd Moellmann <gerd@gnu.org>
24798
24799 * frame.el (show-cursor-in-non-selected-windows): New option.
24800
24801 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24802
24803 * diary-lib.el (include-other-diary-files): Undo the selective
24804 display in any included file and don't kill it.
24805
24806 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24807
24808 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24809 Menu items converted to (menu-item format, help strings added.
24810 [downcase, upcase]: Don't enable on MS-DOS.
24811 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
24812 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24813
24814 2000-02-23 Dave Love <fx@gnu.org>
24815
24816 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24817 (backward-kill-word): Revert addition of * to interactive spec --
24818 it's a feature.
24819
24820 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24821 (backward-kill-sentence, kill-sentence): Likewise.
24822
24823 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24824 scratch buffer name.
24825 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
24826
24827 * term/w32-win.el (internal-face-interactive): Update prompt for
24828 new read-face-name.
24829
24830 * mail/footnote.el (footnote): Add :version to defgroup.
24831 (footnote-section-tag-regexp): Customize.
24832 (footnote-start-tag, footnote-end-tag): New option.
24833 (footnote-latin-regexp): New variable.
24834 (Footnote-latin): New function.
24835 (footnote-style-alist): Add element for latin style.
24836 (footnote-style): Moved.
24837 (Footnote-goto-footnote): Use eq to test arg.
24838
24839 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24840
24841 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24842 (byte-compile-trueconstp): Include keywords.
24843 (byte-optimize-quote, byte-optimize-lapcode):
24844 Use byte-compile-const-symbol-p.
24845 (byte-optimize-char-before): New optimization.
24846
24847 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24848 (byte-compile-const-symbol-p): New function.
24849 (byte-compile-constp, byte-compile-out-toplevel)
24850 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24851 Use it.
24852
24853 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24854
24855 2000-02-23 Kenichi Handa <handa@etl.go.jp>
24856
24857 * international/encoded-kb.el: Be sure to update minor-mode-alist
24858 and minor-mode-map-alist.
24859 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24860 codes SS2 and SS3 correctly.
24861 (encoded-kbd-self-insert-ccl): New function.
24862 (encoded-kbd-setup-keymap): New function.
24863 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24864 by calling encoded-kbd-setup-keymap.
24865
24866 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24867 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24868
24869 2000-02-22 Dave Love <fx@gnu.org>
24870
24871 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24872 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24873 (lisp-mode-syntax-table): Set up for #|...|# comments.
24874 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24875 classes. Match `defface'.
24876 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24877 (eval-defun-1): Fix for defcustom.
24878 (lisp-indent-region): Doc fix.
24879
24880 * subr.el (when, unless, split-string): Doc fix.
24881 (read-passwd): Move call of clear-this-command-keys to the right place.
24882 (replace-regexps-in-string): New function.
24883
24884 2000-02-22 Gerd Moellmann <gerd@gnu.org>
24885
24886 * help.el (describe-variable): Set syntax table to
24887 emacs-lisp-mode-syntax-table when moving forward over the
24888 symbol's name.
24889
24890 2000-02-22 Dave Love <fx@gnu.org>
24891
24892 * xt-mouse.el: Doc fixes.
24893 (xterm-mouse-position-function): New function, replacing advice of
24894 mouse-position.
24895 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24896
24897 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24898
24899 2000-02-21 Gerd Moellmann <gerd@gnu.org>
24900
24901 * format.el (format-annotate-single-property-change):
24902 Handle properties with dotted-list values.
24903 (format-proper-list-p): New function.
24904
24905 * enriched.el (enriched-face-ans): Handle '(foreground-color
24906 . COLOR) and (background-color . COLOR).
24907
24908 2000-02-20 Dave Love <fx@gnu.org>
24909
24910 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24911 and assignments to it.
24912 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24913 current local map.
24914 (make-flyspell-overlay): Use it.
24915 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24916
24917 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24918 (lm-get-header-re): Defun, not defsubst.
24919 (lm-get-package-name): Defun, not defsubst. Simplify.
24920 (lm-version): Doc fix. Simplify.
24921 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24922 (lm-crack-address, lm-last-modified-date, lm-commentary)
24923 (lm-verify, lm-synopsis): Simplify.
24924 (lm-report-bug): Require emacsbug. Use compose-mail.
24925
24926 2000-02-20 Gerd Moellmann <gerd@gnu.org>
24927
24928 * dired.el (dired-mode): Call propertized-buffer-identification
24929 to set mode-line-buffer-identification to something having
24930 the right text properties.
24931
24932 * bindings.el (propertized-buffer-identification): New function.
24933
24934 2000-02-20 Dave Love <fx@gnu.org>
24935
24936 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24937 check for t-mouse too.
24938
24939 * cus-start.el: Make echo-keystrokes `number'.
24940
24941 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24942
24943 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24944 Don't call ring-empty-p unless tags-location-ring is bound.
24945 From Noah Friedman <friedman@splode.com>.
24946
24947 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24948
24949 * progmodes/hideshow.el (hs-flag-region): No longer use
24950 `intangible' overlay property.
24951
24952 (hs-toggle-hiding): New command.
24953 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24954
24955 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24956 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24957 and deactivation.
24958
24959 2000-02-18 Gerd Moellmann <gerd@gnu.org>
24960
24961 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24962
24963 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24964
24965 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24966
24967 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24968 of `*' to handle `(* ... *)' comments.
24969
24970 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24971
24972 * faces.el (list-faces-display): Use display-mouse-p instead of
24973 window-system.
24974
24975 * menu-bar.el (global-map): Menu-bar items converted to the new
24976 format (menu-item..., rearranged for better CUA compliance, and
24977 their names changed for better clarity. Help strings added.
24978
24979 * international/mule-cmds.el (mule-menu-keymap)
24980 (describe-language-environment-map, set-coding-system-map)
24981 (setup-language-environment-map): Convert to new (menu-item...
24982 form, add help strings. Change names of menu items for better clarity.
24983 "Mule" menu-bar item removed (it's now in the "Options" submenu).
24984
24985 2000-02-17 Gerd Moellmann <gerd@gnu.org>
24986
24987 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24988 within the code.
24989
24990 2000-02-16 Dave Love <fx@gnu.org>
24991
24992 * faces.el: Don't require custom. Add more specific :groups to
24993 various deffaces.
24994 (set-face-attribute): Purecopy args.
24995 (read-face-name): Default to name at point and use it in prompt.
24996 Remove colon from arg in all callers.
24997 (list-faces-display): Hyperlink to face descriptions and customize
24998 buffers.
24999
25000 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
25001
25002 * wid-edit.el (widget-match-inline): An atom never matches a list.
25003
25004 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25005
25006 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
25007 at ':' characters by call to split-string.
25008
25009 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25010
25011 * textmodes/bibtex.el: Added RCS version identification.
25012
25013 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25014
25015 * textmodes/bibtex.el: Some temporary comments removed.
25016 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
25017 (bibtex-field-const): Allow capital letters.
25018 (bibtex-start-of-string): Deleted because unused.
25019
25020 * textmodes/bibtex.el: Unified some nomenclature. We no longer
25021 use the term 'reference' to describe a bibtex entry as a whole.
25022 Further, reference keys are no longer called 'labels'.
25023 (bibtex-keys): Renamed to bibtex-reference-keys.
25024 (bibtex-reformat-previous-labels): Renamed to
25025 bibtex-reformat-previous-reference-keys.
25026 (bibtex-reference-type): Renamed to bibtex-entry-type.
25027 (bibtex-reference-head): Renamed to bibtex-entry-head.
25028 (bibtex-reference-maybe-empty-head): Renamed to
25029 bibtex-entry-maybe-empty-head.
25030 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
25031 (bibtex-search-reference): Renamed to bibtex-search-entry.
25032 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
25033 bibtex-enclosing-entry-maybe-empty-head.
25034 (bibtex-entry-field-alist, bibtex-entry-head)
25035 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
25036 (bibtex-map-entries, bibtex-search-entry)
25037 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
25038 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25039 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
25040 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
25041 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
25042 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
25043 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
25044
25045 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25046
25047 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
25048 comment.
25049 (bibtex-format-field-delimiters): New function, functionality
25050 extracted from bibtex-format-entry.
25051 (bibtex-autokey-get-yearfield-digits): New function, functionality
25052 extracted from bibtex-autokey-get-yearfield.
25053
25054 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
25055 entries in order to avoid stack overflow in the regexp matcher if
25056 field contents become large.
25057 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
25058 (bibtex-field-string-part-not-braced)
25059 (bibtex-field-string-part-no-inner-braces)
25060 (bibtex-field-string-part-1-inner-brace)
25061 (bibtex-field-string-part-2-inner-braces)
25062 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
25063 (bibtex-field-string-quoted, bibtex-field-string)
25064 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
25065 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
25066 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
25067 Deleted as parsing is now performed by the following functions.
25068 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
25069 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
25070 (bibtex-parse-field-string, bibtex-search-forward-field-string)
25071 (bibtex-parse-association, bibtex-field-name-for-parsing)
25072 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
25073 (bibtex-search-forward-field, bibtex-search-backward-field)
25074 (bibtex-start-of-field, bibtex-end-of-field)
25075 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
25076 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25077 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
25078 (bibtex-parse-string, bibtex-search-forward-string)
25079 (bibtex-search-backward-string, bibtex-start-of-string)
25080 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
25081 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
25082 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
25083 entries. Instead of reporting the results of the parsing by
25084 match-beginning or match-end, these functions return data structures
25085 that hold the corresponding positions.
25086 (bibtex-enclosing-field): Changed to also report field boundaries by
25087 return values rather than by match-beginning or match-end.
25088 The following functions have been adapted to use the new
25089 parsing functions.
25090 (bibtex-skip-to-valid-entry, bibtex-search-reference)
25091 (bibtex-enclosing-field, bibtex-format-entry)
25092 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
25093 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
25094 (bibtex-print-help-message, bibtex-end-of-entry)
25095 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
25096 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25097 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
25098 Use the new method for parsing.
25099 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25100 (bibtex-map-entries, bibtex-flash-head)
25101 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25102 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25103 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25104 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25105 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25106 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25107 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25108 order to make the new binding of case-fold-search immediately visible.
25109
25110 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25111
25112 * textmodes/bibtex.el: Copyright notice is up to date.
25113 Added constant 'bibtex-maintainer-salutation.
25114
25115 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
25116 than make-temp-name, use match-string-no-properties and eliminate
25117 a quadratic behavior when building bibtex-strings.
25118
25119 * bibtex.el (bibtex-reference-key): Accept string entries whose
25120 reference key contains upper case letters.
25121
25122 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25123
25124 * bibtex.el (bibtex-reference-head): Allow entries to start with
25125 a new line.
25126
25127 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25128
25129 * bibtex.el: Hiding of entry bodies is not longer provided by
25130 bibtex.el directly. Instead the hideshow package can be used.
25131 Added a special bibtex entry to hs-special-modes-alist.
25132 (bibtex-hs-forward-sexp): Added for hideshow.el.
25133
25134 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25135
25136 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25137 proceedings entry type (for cross referencing). Thanks to Wagner
25138 Toledo Correa for the suggestion.
25139
25140 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25141
25142 2000-02-14 Kenichi Handa <handa@etl.go.jp>
25143
25144 * international/characters.el: Setup case table for Vietnamese.
25145
25146 2000-02-12 Gerd Moellmann <gerd@gnu.org>
25147
25148 * uniquify.el (toplevel): Require CL at compile time.
25149 (uniquify-push): Removed.
25150
25151 * shadowfile.el (shadow-when): Removed.
25152
25153 * tempo.el (tempo-dolist, tempo-mapc): Removed.
25154 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25155
25156 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25157 regexp for paragraph-start.
25158
25159 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25160 commas as well.
25161
25162 2000-02-10 Dave Love <fx@gnu.org>
25163
25164 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25165 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25166 Deleted.
25167 (widget-specify-field, widget-specify-button): Don't use
25168 widget-mouse-help as help-echo property.
25169 (default): Use #'ignore for :validate and :mouse-down-action.
25170 (checkbox): Add help-echo.
25171 (widget-sexp-validate): Rewritten to clarify error messages.
25172 (character): Use char-valid-p in :match function.
25173 (widget-color-complete): Use facemenu-color-alist.
25174 (widget-color-action): Use facemenu-read-color.
25175
25176 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25177 set up `caar' &c that we now have.
25178
25179 2000-02-09 Ray Blaak <blaak@gnu.org>
25180
25181 * delphi.el: Make resourcestring a declaration region, like const
25182 and var.
25183
25184 2000-02-09 Dave Love <fx@gnu.org>
25185
25186 * bindings.el (mode-line-input-method-map): New variable.
25187 (mode-line-mule-info): Use it; fix last change.
25188 (mode-line-mode-menu): Move definition.
25189 (mode-line-mouse-sensitive-p): Deleted.
25190 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25191 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
25192
25193 * startup.el (command-line-1): Don't call
25194 make-mode-line-mouse-sensitive.
25195
25196 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25197
25198 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25199 before rmail-toggle-header, because the former toggles headers.
25200
25201 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25202
25203 * diff-mode.el (diff-kill-junk): New interactive function.
25204 (diff-reverse-direction): Use delete-and-extract-region.
25205 (diff-post-command-hook): Restrict the area so that the hook also works
25206 outside of any diff hunk. This is necessary for the minor-mode.
25207 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25208 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25209
25210 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25211 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25212 so that it can be used more easily in <foo>-mode-hook. Also make sure
25213 to avoid duplicate entries.
25214 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25215 (font-lock-remove-keywords): Just as was done for `add', allow it to
25216 work even if font-lock-mode is nil. Also make sure we don't modify
25217 any pre-existing list by forcing a copy-sequence. Finally rename
25218 `major-mode' to `mode'.
25219 (font-lock-fontify-syntactic-anchored-keywords)
25220 (font-lock-fontify-anchored-keywords)
25221 (font-lock-fontify-keywords-region): Use line-end-position.
25222 Don't make `font-lock-multiline' local (it's now done in
25223 font-lock-set-defaults).
25224 (font-lock-set-defaults): Make `font-lock-multiline' local.
25225 Move the `font-lock-fontified' creation to inside the `unless'.
25226
25227 2000-02-06 Andrew Innes <andrewi@gnu.org>
25228
25229 * term/w32-win.el (x-handle-args): Comment out call to message,
25230 which occurs before window system is initialized.
25231
25232 * makefile.nt: Add support for recompiling lisp code.
25233
25234 2000-02-04 Dave Love <fx@gnu.org>
25235
25236 * bindings.el (mode-line-mule-info): Fix/extend last change.
25237
25238 * completion.el: Replace completion-dolist with dolist.
25239
25240 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25241
25242 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25243
25244 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25245 environment names before they go into the section regexp.
25246
25247 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25248 char class in regexp.
25249
25250 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25251 Bind `case-fold-search' to nil.
25252
25253 * progmodes/idlwave.el (idlwave-template):
25254 Respect `idlwave-abbrev-change-case'.
25255 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25256 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25257 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25258 (idlwave-rw-case): New function.
25259 (idlwave-statement-match): Fixed problem with assignment regexp.
25260 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25261 (idlwave-surround): New argument LENGTH to support padding of
25262 operators longer than 1 char.
25263
25264 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25265 idlwave-shell-expression-overlay. Implemented printing of
25266 expressions on higher levels of the calling stack.
25267 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25268 (idlwave-retrieve-expression-from-level): New function.
25269 (idlwave-shell-last-calling-stack): Variable removed.
25270 (idlwave-shell-reset): Argument action reversed (`visible' to
25271 `hidden'). Also remove stop-line overlay.
25272 (idlwave-shell-calling-stack-routine): New variable.
25273 (idlwave-shell-parse-stack-and-display): Messages now display
25274 negative level numbers.
25275 (idlwave-shell-mode): Set `modeline-format'.
25276 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25277 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25278 (idlwave-shell-print-expression-function): New option.
25279
25280 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25281 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25282 `tool-bar' instead of `toolbar'.
25283
25284 2000-02-02 Dave Love <fx@gnu.org>
25285
25286 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25287 emacs-lisp-mode-hook. Don't check for defalias being defined.
25288
25289 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25290 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25291 Use the new builtins directly.
25292
25293 * whitespace.el (whitespace): Add :version to defgroup.
25294
25295 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25296 Doc fix.
25297
25298 * thingatpt.el (sexp-at-point, symbol-at-point)
25299 (number-at-point, list-at-point): Add autoload cookie.
25300
25301 * recentf.el (recentf): Add :version to defgroup.
25302
25303 * quickurl.el (quickurl): Add :version to defgroup.
25304
25305 * elide-head.el (elide-head): Use point-marker more.
25306
25307 * bs.el (bs): Add :version to defgroup.
25308
25309 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25310
25311 * progmodes/delphi.el (delphi): Add :version to defgroup.
25312
25313 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25314
25315 * ange-ftp.el (ange-ftp-write-region): Handle case that
25316 succeeding process operation sets a different coding system.
25317
25318 * calculator.el: New file.
25319
25320 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25321
25322 * frame.el (frames-on-display-list, framep-on-display): New functions.
25323 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25324 (display-selections-p, display-screens, display-pixel-width)
25325 (display-pixel-height, display-mm-width, display-mm-height)
25326 (display-backing-store, display-save-under, display-planes)
25327 (display-color-cells, display-visual-class): New functions.
25328
25329 * term/tty-colors.el (tty-color-gray-shades): New function.
25330
25331 * faces.el (display-color-p): Use framep-on-display.
25332 (display-grayscale-p): New function.
25333
25334 2000-01-31 Dave Love <fx@gnu.org>
25335
25336 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25337 (create-fontset-from-x-resource): Don't concat integers.
25338
25339 2000-01-31 Inge Frick <inge@nada.kth.se>
25340
25341 * view.el: Some changes in documentation. Removed some trailing
25342 whitespace. Changed some parameter names to agree with documentation.
25343 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25344 window is not deleted. Modifies change 1998-04-26.
25345
25346 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25347
25348 * windmove.el: New file.
25349
25350 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25351 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25352 progmodes/ebnf-yac.el: Update copyright and license info.
25353
25354 * jit-lock.el (jit-lock-function): Widen before calculating
25355 end position.
25356 (jit-lock-stealth-chunk-start): Rewritten.
25357
25358 * info.el (Info-title-face-alist): Removed.
25359 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25360 (Info-fontify-node): Use these faces.
25361
25362 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25363
25364 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25365 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25366 `&allow-other-keywords'.
25367
25368 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25369 the list of directories scanned heuristically.
25370
25371 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25372
25373 2000-01-30 Jason Rumney <jasonr@gnu.org>
25374
25375 * w32-fns.el: Define w32-tty-standard-colors.
25376
25377 * startup.el (command-line): Use w32-tty-standard-colors when in
25378 w32 console mode.
25379
25380 2000-01-30 Dave Love <fx@gnu.org>
25381
25382 * jka-compr.el (jka-compr-load): Fix up load-history.
25383
25384 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25385
25386 * emacs-lisp/cl-macs.el: Revert previous change.
25387
25388 2000-01-29 Dave Love <fx@gnu.org>
25389
25390 * facemenu.el: Purecopy various strings.
25391
25392 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25393 years. Deal with three-digit years.
25394
25395 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25396 Use defconst, purecopy.
25397 (help-back-label): Purecopy it.
25398
25399 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25400
25401 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25402 variable. If non-nil, order the buffer list according to the
25403 currently selected frame.
25404 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25405 non-nil, pass the selected frame to function buffer-list.
25406
25407 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25408
25409 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25410
25411 2000-01-28 Dave Love <fx@gnu.org>
25412
25413 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25414
25415 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25416 Don't use lisp-indent-hook property.
25417 (cl-abs): Remove.
25418
25419 * subr.el: Move out indent and edebug specs for when and unless.
25420
25421 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25422 when, unless.
25423
25424 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25425 unless, when.
25426
25427 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25428
25429 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25430 `collecting' as synonym for `collect'.
25431
25432 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25433 for the case it contains spaces.
25434
25435 * simple.el (what-cursor-position): Change formatting of messages.
25436
25437 * frame.el (delete-other-frames): New function.
25438 (toplevel): Bind it to C-x 5 1.
25439
25440 * sort.el (sort-numeric-base): New option.
25441 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25442 interpret it as octal or hexadecimal. Use sort-numeric-base
25443 as default base.
25444
25445 * progmodes/glasses.el: New file.
25446
25447 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25448
25449 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25450 userids differently.
25451
25452 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25453 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25454 progmodes/ebnf-yac.el: New files.
25455
25456 2000-01-26 Dave Love <fx@gnu.org>
25457
25458 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25459 on a function with an empty body. [From Eric Ludlam.]
25460
25461 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25462
25463 * vc.el (vc-version-diff): Make sure file name is expanded.
25464
25465 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25466
25467 * scroll-bar.el (scroll-bar-timer): Variable removed.
25468 (scroll-bar-toolkit-scroll): Don't use a timer.
25469
25470 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25471
25472 * language/thai-util.el (thai-composition-function):
25473 Delete superfluous `a'.
25474
25475 2000-01-24 Dave Love <fx@gnu.org>
25476
25477 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25478 end-of-defun-function.
25479
25480 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25481
25482 2000-01-22 Jason Rumney <jasonr@gnu.org>
25483
25484 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25485 conflicts with new face support.
25486
25487 2000-01-22 Richard M. Stallman <rms@gnu.org>
25488
25489 * replace.el (query-replace): Rename last arg to DELIMITED.
25490 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25491 (query-replace-regexp): Likewise.
25492
25493 2000-01-20 Richard M. Stallman <rms@gnu.org>
25494
25495 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25496
25497 * emacs-lisp/lisp.el (beginning-of-defun-function):
25498 Variable renamed from beginning-of-defun.
25499 Do not call make-variable-buffer-local.
25500 (beginning-of-defun-raw): Use new variable name; doc fix.
25501 (beginning-of-defun): Doc fix.
25502 (end-of-defun-function): Variable renamed from end-of-defun.
25503 Do not call make-variable-buffer-local.
25504 (end-of-defun): Use new variable name; doc fix.
25505
25506 * subr.el (dolist, dotimes): Copied from cl-macs.el
25507 and made to work.
25508
25509 * mail/undigest.el (rmail-digest-end-regexps):
25510 Variable replaces rmail-digest-end-regexp.
25511 Allows multiple regexps for detecting the end line.
25512 (undigestify-rmail-message): Corresponding changes.
25513
25514 2000-01-19 Dave Love <fx@gnu.org>
25515
25516 * files.el (user-init-file): Don't declare here -- is primitive.
25517
25518 * startup.el (command-line): Check for compiled user-init-file and
25519 set to uncompiled version if necessary.
25520
25521 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25522
25523 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25524 (undigestify-rmail-message): Use it.
25525
25526 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25527
25528 2000-01-17 Gerd Moellmann <gerd@gnu.org>
25529
25530 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25531 of mini-buffer.
25532
25533 2000-01-14 Gerd Moellmann <gerd@gnu.org>
25534
25535 * emacs-lisp/copyright.el (copyright-update): Removed the
25536 requirement for a trailing space from `copyright-regexp', to
25537 support copyrights with owner specified on a separate line..
25538
25539 * align.el: New file.
25540
25541 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25542
25543 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25544
25545 2000-01-13 Dave Love <fx@gnu.org>
25546
25547 * ph.el: Removed. (Obsoleted by EUDC.)
25548
25549 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25550
25551 * net/eudc.el (toplevel): Remove autoloaded code installing
25552 menu with easymenu, because that causes build problems.
25553
25554 * frame.el (frame-notice-user-settings): New variable.
25555 (frame-notice-user-settings): Don't modify frame parameters
25556 if called a second time.
25557
25558 2000-01-13 Richard M. Stallman <rms@gnu.org>
25559
25560 * frame.el (frame-notice-user-settings):
25561 Notice default-frame-parameters even for non-window frames.
25562
25563 2000-01-13 Gerd Moellmann <gerd@gnu.org>
25564
25565 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25566 for Emacs.
25567 (eudc-bob-can-display-inline-images): Extend for Emacs.
25568 (eudc-bob-toggle-inline-display): Ditto.
25569 (eudc-bob-display-jpeg): Ditto.
25570
25571 2000-01-12 Gerd Moellmann <gerd@gnu.org>
25572
25573 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25574 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25575 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25576
25577 * add-log.el (add-change-log-entry): Fix error trying an
25578 `(insert nil)'.
25579
25580 * subdirs.el: Add `net' directory.
25581
25582 * net: New directory.
25583
25584 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25585 eval-last-sexp. Don't bind debug-on-error here.
25586 (eval-last-sexp): New function. Bind debug-on-error if
25587 eval-expression-debug-on-error is non-nil.
25588 (eval-defun-2, eval-defun): Likewise.
25589
25590 * simple.el (eval-expression): Don't bind debug-on-error if
25591 eval-expression-debug-on-error is nil. Detect changed
25592 debug-on-error, and propagate new value to global binding, if
25593 eval-expression-debug-on-error is non-nil,
25594 (eval-expression-debug-on-error): Change doc string.
25595
25596 2000-01-11 Richard M. Stallman <rms@gnu.org>
25597
25598 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25599
25600 * emacs-lisp/lisp-mode.el (with-syntax-table):
25601 Set up lisp-indent-function property.
25602
25603 * subr.el (with-syntax-table): Moved from simple.el.
25604
25605 * simple.el (with-syntax-table): Moved to subr.el.
25606
25607 2000-01-11 Gerd Moellmann <gerd@gnu.org>
25608
25609 * tmm.el (tmm-shortcut): Delete region after prompt instead
25610 of erasing buffer.
25611
25612 * textmodes/fill.el (fill-common-string-prefix): New function.
25613 (fill-context-prefix): Use the longest common prefix of first
25614 and second line fill prefix, if there is one.
25615
25616 2000-01-11 Richard M. Stallman <rms@gnu.org>
25617
25618 * array.el (array-mode): Don't use make-variable-buffer-local.
25619 Use make-local-variable for `truncate-lines'.
25620
25621 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25622
25623 * add-log.el (add-log-current-defun): Handle user-defined
25624 add-log-current-function returning nil,
25625
25626 * add-log.el (add-change-log-entry): Insert version number
25627 if having found a current function
25628
25629 * add-log.el (add-log-current-defun):
25630 Call `add-log-current-defun-function'. Try matches at level 0 and
25631 level 1. Strip whitespace from defun found.
25632
25633 2000-01-10 John Wiegley <johnw@gnu.org>
25634
25635 * allout.el (isearch-done/outline-provisions): Added `edit'
25636 argument to correspond with the current definition of `isearch-done'.
25637
25638 2000-01-10 Dave Love <fx@gnu.org>
25639
25640 * elide-head.el (elide-head): Use point-marker, not point.
25641
25642 2000-01-10 Gerd Moellmann <gerd@gnu.org>
25643
25644 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25645 before and after the year 2000.
25646
25647 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25648 Add ispell- prefix.
25649
25650 2000-01-10 Ken Stevens <k.stevens@ieee.org>
25651
25652 * ispell.el: Only define dictionaries in menus when they exist.
25653 (version18p): New variable.
25654 (version20p): New variable.
25655 (xemacsp): New variable.
25656 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25657 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25658 (ispell-dictionary-alist6): Russian command lines no longer accept
25659 run-together words.
25660 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25661 (ispell-dictionary-alist): Add koi8-r to customize definition.
25662 (check-ispell-version): Added documentation string. Return library
25663 path when called non-interactively.
25664 (ispell-menu-map-needed): Uses new variables.
25665 (ispell-library-path): New variable.
25666 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25667 (ispell-word): Improved documentation string. Test for valid
25668 character mappings. Correctly check typed in word changes that can
25669 result in single words split into multiple words.
25670 Return replacement word.
25671 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25672 replace in recursive query replace mode. Help message for
25673 recursive edit mode.
25674 (ispell-show-choices): Protect against bad framepop bindings.
25675 (ispell-help): Fix to work with XEmacs.
25676 (ispell-highlight-spelling-error): Use new variables.
25677 (ispell-overlay-window): Fix to work with XEmacs.
25678 (ispell-parse-output): Passed and returns location information
25679 tracking spelling corrections. Doesn't recheck same word on
25680 current line.
25681 (ispell-init-process): Protect against bogus XEmacs variable binding.
25682 Fix call to single argument in sleep-for. Use new variables.
25683 (ispell-region): Passed and returns location information tracking
25684 spelling corrections. Doesn't check same word on current line.
25685 Improved documentation string. Doesn't resend a line already
25686 checked to the ispell process - fixes bug in LaTeX parsing.
25687 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25688 (ispell-skip-region): No longer skips <TT> in SGML.
25689 (ispell-process-line): Tracks location information with spelling
25690 corrections. Added documentation string. Accounts for words
25691 already accepted on this line. Don't allow query-replace on line
25692 starting with math characters. Doesn't resend a line already sent
25693 to ispell process. Fixes alignment error bug.
25694
25695 2000-01-10 Richard M. Stallman <rms@gnu.org>
25696
25697 * dired-x.el (dired-guess-shell-alist-default):
25698 Suggest xloadimage, which is free, not xv, which isn't.
25699
25700 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25701 Don't ever include the host name or user name in the value.
25702
25703 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25704
25705 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25706 of a real newline.
25707
25708 2000-01-09 Stephen Eglen <stephen@gnu.org>
25709
25710 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25711 for .png files.
25712
25713 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25714
25715 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25716
25717 2000-01-09 Gerd Moellmann <gerd@gnu.org>
25718
25719 * progmodes/cperl-mode.el: Replace ^F with ^L.
25720
25721 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25722 `require'ing rmail and mailalias to prevent infinite recursion.
25723
25724 2000-01-08 Dave Love <fx@gnu.org>
25725
25726 * emacs-lisp/backquote.el: Remove inappropriate customization
25727 (allowing custom.el to use backquote).
25728
25729 2000-01-07 Dave Love <fx@gnu.org>
25730
25731 * add-log.el (add-log-debugging): Deleted.
25732 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25733 file. Remove debugging code.
25734 (change-log-get-method-definition, change-log-name): Add doc.
25735 (change-log-sortable-date-at): New function.
25736 (change-log-merge): New command.
25737
25738 * time.el (display-time-string-forms): Make the Mail string active.
25739 (display-time-update): Provide help-echo for load average.
25740
25741 * bindings.el (make-mode-line-mouse2-map): New function.
25742 (mode-line-modified): Use it and simplify.
25743 (mode-line-mule-info): Provide help-echo info.
25744 (minor-mode-alist): Activate the strings.
25745 (make-mode-line-mouse-sensitive): Simplify for
25746 mode-line-buffer-identification.
25747
25748 2000-01-07 Gerd Moellmann <gerd@gnu.org>
25749
25750 * play/pong.el: New file.
25751
25752 2000-01-06 Dave Love <fx@gnu.org>
25753
25754 * array.el: Assorted cleanups for compiler warnings, doc strings,
25755 `array-' prefix for symbols.
25756
25757 2000-01-05 Dave Love <fx@gnu.org>
25758
25759 * textmodes/outline.el (outline-mode-menu-bar-map):
25760 Add outline-headers-as-kill.
25761 (outline-mode): Define imenu-generic-expression.
25762 (outline-headers-as-kill): New command.
25763
25764 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25765 from paragraph-start.
25766 (paragraph-indent-minor-mode): New command.
25767
25768 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25769 M-C-e, M-C-h, C-j, C-xnd, TAB.
25770 (fortran-mode): Set beginning-of-defun, end-of-defun.
25771 (fortran-column-ruler): Simplify.
25772 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25773 (fortran-with-subprogram-narrowing): Likewise.
25774 (fortran-indent-subprogram): Call mark-defun.
25775 (fortran-check-for-matching-do): Change narrowing.
25776
25777 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25778 (cl-lucid-hash-tag): Delete.
25779 (cl-hash-table-p): Correct test for native table.
25780 (cl-hash-table-count): Use hash-table-count.
25781
25782 * browse-url.el (browse-url): Fix case of
25783 browse-url-browser-function being an alist.
25784
25785 2000-01-05 Carsten Dominik <cd@gnu.org>
25786
25787 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25788 (reftex-index-phrase-file-extension): New options.
25789
25790 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25791 Use new option `reftex-index-phrase-file-extension'.
25792
25793 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25794 `reftex-parse-file-extension'.
25795
25796 2000-01-05 Dave Love <fx@gnu.org>
25797
25798 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25799 (beginning-of-defun-raw): Use it.
25800 (end-of-defun): New variable.
25801 (end-of-defun): Use it.
25802 (check-parens): New command.
25803
25804 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25805
25806 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25807 (hs-show-block): Don't use `mapcar' when not accumulating.
25808
25809 Fix buglet in local variables initialization.
25810
25811 2000-01-05 Andreas Schwab <schwab@suse.de>
25812
25813 * hscroll.el (hscroll): Doc fix.
25814
25815 2000-01-05 Carsten Dominik <cd@gnu.org>
25816
25817 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25818 Require idlw-toolbar.
25819
25820 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
25821 file idlw-rinfo.el.
25822 (idlwave-customize): Load must read file idlw-shell.el.
25823 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
25824
25825 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25826
25827 * progmodes/idlw-shell.el: Also provide idlwave-shell
25828 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25829 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25830
25831 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
25832 both reftex-dcr and reftex-vcr.
25833
25834 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25835
25836 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25837
25838 * ps-print.el: PostScript code now is in separate files, doc fix.
25839 (ps-print-version): New version number (5.0.3).
25840 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25841 local.
25842 (ps-spool-config): Initialization fix.
25843 (ps-print-prologue-1, ps-print-prologue-2)
25844 (ps-print-duplex-feature): PostScript code moved to separated file.
25845 (ps-background-image): Little code reformating.
25846 (ps-begin-file, ps-begin-job): Fix code.
25847 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25848 (ps-prologue-file): New fun.
25849
25850 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25851
25852 * ps-vars.el: Eliminated.
25853
25854 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25855 `;;;###autoload'.
25856
25857 * ps-print.el: ps-vars eliminated, doc fix.
25858 (ps-print-version): New version number (5.0.2).
25859 (ps-spool-config): Initialization fix.
25860 (ps-print-customize): New fun.
25861
25862 2000-01-04 Gerd Moellmann <gerd@gnu.org>
25863
25864 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25865
25866 2000-01-04 Dave Love <fx@gnu.org>
25867
25868 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25869 menu items.
25870
25871 2000-01-03 Dave Love <fx@gnu.org>
25872
25873 * elide-head.el (elide-head) [defgroup]: Add :version.
25874
25875 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25876 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25877 Use `cl-hash-table-p', not `hash-table-p'.
25878 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25879
25880 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25881
25882 * faces.el (face-read-integer, read-face-attribute)
25883 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25884
25885 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25886
25887 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25888 at comment end, and re-insert them after filling.
25889
25890 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25891
25892 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25893 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25894 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25895
25896 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25897
25898 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25899 the new name of face-color-supported-p.
25900
25901 * term/w32-win.el (xw-defined-colors): Likewise.
25902
25903 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25904
25905 * simple.el (completion-setup-function): Count completion-size
25906 from minibuffer-prompt-end, not from point-min.
25907
25908 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25909
25910 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25911 Pass the frame to tty-color-* functions.
25912 (display-color-p, frame-set-background-mode): Pass the frame to
25913 tty-display-color-p.
25914
25915 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25916 tty-color-alist.
25917 (tty-color-alist, tty-modify-color-alist): New functions.
25918 (tty-color-define, tty-color-clear, tty-color-approximate)
25919 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25920 optional parameter FRAME.
25921
25922 2000-01-01 Gerd Moellmann <gerd@gnu.org>
25923
25924 * image.el (create-image, defimage): Don't assume image data is
25925 a string.
25926
25927 * image.el (defimage): Handle specifications containing :data
25928 instead of :file.
25929 (image-type-from-data): New function.
25930 (image-type-from-file-header): Use it.
25931 (create-image): Add parameter DATA-P.
25932
25933 See ChangeLog.8 for earlier changes.
25934
25935 ;; Local Variables:
25936 ;; coding: iso-2022-7bit
25937 ;; End:
25938
25939 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25940 Copying and distribution of this file, with or without modification,
25941 are permitted provided the copyright notice and this notice are preserved.